Upload model
Browse files- config.json +4 -1
- model.safetensors +3 -0
config.json
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
|
|
|
|
|
|
| 3 |
"dropout": 0.3,
|
| 4 |
"id2label": {
|
| 5 |
"0": "LABEL_0",
|
|
@@ -14,5 +16,6 @@
|
|
| 14 |
"loss_type": "ce",
|
| 15 |
"model_name": "FacebookAI/xlm-roberta-large",
|
| 16 |
"model_type": "claim_verification",
|
|
|
|
| 17 |
"transformers_version": "4.47.0"
|
| 18 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ClaimModelForClassification"
|
| 4 |
+
],
|
| 5 |
"dropout": 0.3,
|
| 6 |
"id2label": {
|
| 7 |
"0": "LABEL_0",
|
|
|
|
| 16 |
"loss_type": "ce",
|
| 17 |
"model_name": "FacebookAI/xlm-roberta-large",
|
| 18 |
"model_type": "claim_verification",
|
| 19 |
+
"torch_dtype": "float32",
|
| 20 |
"transformers_version": "4.47.0"
|
| 21 |
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc1caca591e7ea588c80ba886cbab7304ea061e051ef10f1f3246da5fe458c9c
|
| 3 |
+
size 2239621588
|