Update model based on new language model and new training samples
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "task2_model/specificity/checkpoint-
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -33,5 +33,5 @@
|
|
33 |
"transformers_version": "4.10.3",
|
34 |
"type_vocab_size": 1,
|
35 |
"use_cache": true,
|
36 |
-
"vocab_size":
|
37 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "task2_model/specificity/checkpoint-4",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
33 |
"transformers_version": "4.10.3",
|
34 |
"type_vocab_size": 1,
|
35 |
"use_cache": true,
|
36 |
+
"vocab_size": 50500
|
37 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94b3301f09a1c67c4fd92904cd61ddf07fcf2b3698b337cb96fad59f6a6d72ce
|
3 |
+
size 329246381
|