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": "microsoft/infoxlm-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": "microsoft/infoxlm-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:4be752521b15b16e2e9202dbb3f1155cfe0a0dfc9ad66561755d5e8a7cb6ae4e
|
3 |
+
size 2239621588
|