New version of model
Browse filesNew version of model trained on 6136 examples of Instructions
- all_results.json +1 -1
- config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer.json +6 -1
all_results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"eval_NSTRUCTION_precision": 0.
|
|
|
1 |
+
{"eval_NSTRUCTION_precision": 0.9615165336374002, "eval_NSTRUCTION_recall": 0.9587833996588971, "eval_NSTRUCTION_f1": 0.9601480216339311, "eval_NSTRUCTION_number":
|
config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"pad_token_id": 1,
|
30 |
"position_embedding_type": "absolute",
|
31 |
"torch_dtype": "float32",
|
32 |
-
"transformers_version": "4.
|
33 |
"type_vocab_size": 1,
|
34 |
"use_cache": true,
|
35 |
"vocab_size": 31274
|
|
|
29 |
"pad_token_id": 1,
|
30 |
"position_embedding_type": "absolute",
|
31 |
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.31.0",
|
33 |
"type_vocab_size": 1,
|
34 |
"use_cache": true,
|
35 |
"vocab_size": 31274
|
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:3a218fa1522cc9be77cb5f8d51db83bf01d38a04196c973062faa74bbdb634d3
|
3 |
+
size 437954281
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 128,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|