Upload 2 files
Browse files- config.json +20 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"CAPModel"
|
| 4 |
+
],
|
| 5 |
+
"base_model_name": "roberta-base",
|
| 6 |
+
"dropout": 0.1,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"id2label": {
|
| 9 |
+
"0": "LABEL_0",
|
| 10 |
+
"1": "LABEL_1",
|
| 11 |
+
"2": "LABEL_2"
|
| 12 |
+
},
|
| 13 |
+
"label2id": {
|
| 14 |
+
"LABEL_0": 0,
|
| 15 |
+
"LABEL_1": 1,
|
| 16 |
+
"LABEL_2": 2
|
| 17 |
+
},
|
| 18 |
+
"model_type": "cap",
|
| 19 |
+
"transformers_version": "5.13.1"
|
| 20 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4cf4506f60e3d3d300061b605b35c1aeb99e90d919d8a22707e0c052a85a7c4
|
| 3 |
+
size 498616084
|