victornica
commited on
Commit
•
01b8efc
1
Parent(s):
6540f39
Training in progress, step 125
Browse files- config.json +1 -1
- model.safetensors +2 -2
- special_tokens_map.json +1 -1
- tokenizer_config.json +9 -1
- training_args.bin +1 -1
- vocab_file.txt +1 -0
config.json
CHANGED
@@ -22,5 +22,5 @@
|
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.39.3",
|
24 |
"use_cache": false,
|
25 |
-
"vocab_size":
|
26 |
}
|
|
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.39.3",
|
24 |
"use_cache": false,
|
25 |
+
"vocab_size": 1180
|
26 |
}
|
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:66edfe649d2e8798398d4764fda0a250e67e1803c89d518a892bafe35d140ce6
|
3 |
+
size 4119216
|
special_tokens_map.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
"single_word": false
|
15 |
},
|
16 |
"pad_token": {
|
17 |
-
"content": "<|
|
18 |
"lstrip": false,
|
19 |
"normalized": true,
|
20 |
"rstrip": false,
|
|
|
14 |
"single_word": false
|
15 |
},
|
16 |
"pad_token": {
|
17 |
+
"content": "<|pad|>",
|
18 |
"lstrip": false,
|
19 |
"normalized": true,
|
20 |
"rstrip": false,
|
tokenizer_config.json
CHANGED
@@ -8,13 +8,21 @@
|
|
8 |
"rstrip": false,
|
9 |
"single_word": false,
|
10 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
}
|
12 |
},
|
13 |
"bos_token": "<|endoftext|>",
|
14 |
"clean_up_tokenization_spaces": true,
|
15 |
"eos_token": "<|endoftext|>",
|
16 |
"model_max_length": 72,
|
17 |
-
"pad_token": "<|
|
18 |
"tokenizer_class": "AISTokenizer",
|
19 |
"unk_token": "<|endoftext|>"
|
20 |
}
|
|
|
8 |
"rstrip": false,
|
9 |
"single_word": false,
|
10 |
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<|pad|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
}
|
20 |
},
|
21 |
"bos_token": "<|endoftext|>",
|
22 |
"clean_up_tokenization_spaces": true,
|
23 |
"eos_token": "<|endoftext|>",
|
24 |
"model_max_length": 72,
|
25 |
+
"pad_token": "<|pad|>",
|
26 |
"tokenizer_class": "AISTokenizer",
|
27 |
"unk_token": "<|endoftext|>"
|
28 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18161469b1be421d788bde105ca0aa5a5595fe9d0179b70e8f5c579a9c26cba6
|
3 |
size 4920
|
vocab_file.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
<|endoftext|>
|
|
|
2 |
#
|
3 |
(
|
4 |
)
|
|
|
1 |
<|endoftext|>
|
2 |
+
<|pad|>
|
3 |
#
|
4 |
(
|
5 |
)
|