Commit
·
7d119b3
1
Parent(s):
1ec8127
Add .pt in the model in the json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -10,6 +10,6 @@
|
|
10 |
"0": "missing",
|
11 |
"1": "product"
|
12 |
},
|
13 |
-
"model_type": "bestv2.
|
14 |
"num_labels": 5
|
15 |
}
|
|
|
10 |
"0": "missing",
|
11 |
"1": "product"
|
12 |
},
|
13 |
+
"model_type": "bestv2.pt",
|
14 |
"num_labels": 5
|
15 |
}
|