Added tokenizer, improved performance
Browse files- README.md +1 -1
- config.json +19 -1
- pytorch_model.bin +2 -2
- tokenizer.json +0 -0
README.md
CHANGED
|
@@ -24,7 +24,7 @@ Requires transformers>=4.0.0
|
|
| 24 |
|
| 25 |
This model was finetuned on the CoQa, Squad 2, GoEmotions and CNN/DailyMail.
|
| 26 |
|
| 27 |
-
It achieves a score of **F1
|
| 28 |
|
| 29 |
Summarisation and emotion detection has not been evaluated yet.
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
This model was finetuned on the CoQa, Squad 2, GoEmotions and CNN/DailyMail.
|
| 26 |
|
| 27 |
+
It achieves a score of **F1 79.5** on the Squad 2 dev set and a score of **F1 70.6** on the CoQa dev set.
|
| 28 |
|
| 29 |
Summarisation and emotion detection has not been evaluated yet.
|
| 30 |
|
config.json
CHANGED
|
@@ -29,7 +29,25 @@
|
|
| 29 |
"min_length": 30,
|
| 30 |
"no_repeat_ngram_size": 3,
|
| 31 |
"num_beams": 4,
|
| 32 |
-
"prefix": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
}
|
| 34 |
},
|
| 35 |
"use_cache": true,
|
|
|
|
| 29 |
"min_length": 30,
|
| 30 |
"no_repeat_ngram_size": 3,
|
| 31 |
"num_beams": 4,
|
| 32 |
+
"prefix": "summarize: "
|
| 33 |
+
},
|
| 34 |
+
"translation_en_to_de": {
|
| 35 |
+
"early_stopping": true,
|
| 36 |
+
"max_length": 300,
|
| 37 |
+
"num_beams": 4,
|
| 38 |
+
"prefix": "translate English to German: "
|
| 39 |
+
},
|
| 40 |
+
"translation_en_to_fr": {
|
| 41 |
+
"early_stopping": true,
|
| 42 |
+
"max_length": 300,
|
| 43 |
+
"num_beams": 4,
|
| 44 |
+
"prefix": "translate English to French: "
|
| 45 |
+
},
|
| 46 |
+
"translation_en_to_ro": {
|
| 47 |
+
"early_stopping": true,
|
| 48 |
+
"max_length": 300,
|
| 49 |
+
"num_beams": 4,
|
| 50 |
+
"prefix": "translate English to Romanian: "
|
| 51 |
}
|
| 52 |
},
|
| 53 |
"use_cache": true,
|
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:8eb8b029f6f3b987e95b10b65b008b38cf7aa8e7402697664b0fb6ba0b5850df
|
| 3 |
+
size 891734842
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|