Model save
Browse files- added_tokens.json +3 -0
- config.json +1 -1
- model.safetensors +2 -2
- runs/Jun03_09-26-00_1cd3faaf3ad0/events.out.tfevents.1717406789.1cd3faaf3ad0.722.0 +3 -0
- tokenizer.json +9 -0
- tokenizer_config.json +8 -0
- training_args.bin +1 -1
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"SOS": 32000
|
3 |
+
}
|
config.json
CHANGED
@@ -24,5 +24,5 @@
|
|
24 |
"transformers_version": "4.41.1",
|
25 |
"type_vocab_size": 2,
|
26 |
"use_cache": true,
|
27 |
-
"vocab_size":
|
28 |
}
|
|
|
24 |
"transformers_version": "4.41.1",
|
25 |
"type_vocab_size": 2,
|
26 |
"use_cache": true,
|
27 |
+
"vocab_size": 32001
|
28 |
}
|
model.safetensors
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:3f6a8268f076a2a6b20b53d957074e6f378a04eae5e3b547122185dc94880f01
|
3 |
+
size 440146288
|
runs/Jun03_09-26-00_1cd3faaf3ad0/events.out.tfevents.1717406789.1cd3faaf3ad0.722.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5504521097e19dc0c27115d0a7c72b65203b6ce6d32629d17e62cddfb9e15c31
|
3 |
+
size 10260
|
tokenizer.json
CHANGED
@@ -79,6 +79,15 @@
|
|
79 |
"rstrip": false,
|
80 |
"normalized": false,
|
81 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
}
|
83 |
],
|
84 |
"normalizer": {
|
|
|
79 |
"rstrip": false,
|
80 |
"normalized": false,
|
81 |
"special": true
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"id": 32000,
|
85 |
+
"content": "SOS",
|
86 |
+
"single_word": false,
|
87 |
+
"lstrip": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"normalized": true,
|
90 |
+
"special": false
|
91 |
}
|
92 |
],
|
93 |
"normalizer": {
|
tokenizer_config.json
CHANGED
@@ -55,6 +55,14 @@
|
|
55 |
"rstrip": false,
|
56 |
"single_word": false,
|
57 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
}
|
59 |
},
|
60 |
"additional_special_tokens": [],
|
|
|
55 |
"rstrip": false,
|
56 |
"single_word": false,
|
57 |
"special": true
|
58 |
+
},
|
59 |
+
"32000": {
|
60 |
+
"content": "SOS",
|
61 |
+
"lstrip": false,
|
62 |
+
"normalized": true,
|
63 |
+
"rstrip": false,
|
64 |
+
"single_word": false,
|
65 |
+
"special": false
|
66 |
}
|
67 |
},
|
68 |
"additional_special_tokens": [],
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ac2a8b4bd29bfe6bfd34b34adf1f76a7e89168963a2f6ef882d97170fa694ab
|
3 |
size 5112
|