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",
|
@@ -12,5 +14,6 @@
|
|
12 |
"loss_type": "ce",
|
13 |
"model_name": "microsoft/infoxlm-large",
|
14 |
"model_type": "claim_verification",
|
|
|
15 |
"transformers_version": "4.47.0"
|
16 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"ClaimModelForClassification"
|
4 |
+
],
|
5 |
"dropout": 0.3,
|
6 |
"id2label": {
|
7 |
"0": "LABEL_0",
|
|
|
14 |
"loss_type": "ce",
|
15 |
"model_name": "microsoft/infoxlm-large",
|
16 |
"model_type": "claim_verification",
|
17 |
+
"torch_dtype": "float32",
|
18 |
"transformers_version": "4.47.0"
|
19 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9055607f7bc0c32cafa5839b095ce12933597f8d899b4dbeb8a200e35872d4d
|
3 |
+
size 2239617488
|