stevochegeoj
commited on
Commit
·
282691f
1
Parent(s):
90b23bd
Fix non-consecutive token indices new
Browse files
.ipynb_checkpoints/added_tokens-checkpoint.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"<|0.
|
| 3 |
-
"<|0.02|>": 50366,
|
| 4 |
"<|0.04|>": 50367,
|
| 5 |
"<|0.06|>": 50368,
|
| 6 |
"<|0.08|>": 50369,
|
|
|
|
| 1 |
{
|
| 2 |
+
"<|0.02|>": 50365,
|
|
|
|
| 3 |
"<|0.04|>": 50367,
|
| 4 |
"<|0.06|>": 50368,
|
| 5 |
"<|0.08|>": 50369,
|
.ipynb_checkpoints/tokenizer_config-checkpoint.json
CHANGED
|
@@ -866,14 +866,6 @@
|
|
| 866 |
"special": true
|
| 867 |
},
|
| 868 |
"50365": {
|
| 869 |
-
"content": "<|0.00|>",
|
| 870 |
-
"lstrip": false,
|
| 871 |
-
"normalized": true,
|
| 872 |
-
"rstrip": false,
|
| 873 |
-
"single_word": false,
|
| 874 |
-
"special": false
|
| 875 |
-
},
|
| 876 |
-
"50366": {
|
| 877 |
"content": "<|0.02|>",
|
| 878 |
"lstrip": false,
|
| 879 |
"normalized": true,
|
|
|
|
| 866 |
"special": true
|
| 867 |
},
|
| 868 |
"50365": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 869 |
"content": "<|0.02|>",
|
| 870 |
"lstrip": false,
|
| 871 |
"normalized": true,
|
added_tokens.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"<|0.
|
| 3 |
-
"<|0.02|>": 50366,
|
| 4 |
"<|0.04|>": 50367,
|
| 5 |
"<|0.06|>": 50368,
|
| 6 |
"<|0.08|>": 50369,
|
|
|
|
| 1 |
{
|
| 2 |
+
"<|0.02|>": 50365,
|
|
|
|
| 3 |
"<|0.04|>": 50367,
|
| 4 |
"<|0.06|>": 50368,
|
| 5 |
"<|0.08|>": 50369,
|
tokenizer_config.json
CHANGED
|
@@ -866,14 +866,6 @@
|
|
| 866 |
"special": true
|
| 867 |
},
|
| 868 |
"50365": {
|
| 869 |
-
"content": "<|0.00|>",
|
| 870 |
-
"lstrip": false,
|
| 871 |
-
"normalized": true,
|
| 872 |
-
"rstrip": false,
|
| 873 |
-
"single_word": false,
|
| 874 |
-
"special": false
|
| 875 |
-
},
|
| 876 |
-
"50366": {
|
| 877 |
"content": "<|0.02|>",
|
| 878 |
"lstrip": false,
|
| 879 |
"normalized": true,
|
|
|
|
| 866 |
"special": true
|
| 867 |
},
|
| 868 |
"50365": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 869 |
"content": "<|0.02|>",
|
| 870 |
"lstrip": false,
|
| 871 |
"normalized": true,
|