cotysong113
commited on
Training in progress, step 3180
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +6 -1
- tokenizer_config.json +1 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -326,6 +326,6 @@
|
|
326 |
"sinusoidal_pos_embds": false,
|
327 |
"tie_weights_": true,
|
328 |
"torch_dtype": "float32",
|
329 |
-
"transformers_version": "4.
|
330 |
"vocab_size": 30522
|
331 |
}
|
|
|
326 |
"sinusoidal_pos_embds": false,
|
327 |
"tie_weights_": true,
|
328 |
"torch_dtype": "float32",
|
329 |
+
"transformers_version": "4.47.1",
|
330 |
"vocab_size": 30522
|
331 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 268290900
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7e7cca99822304b80e3cbafb0c1c47f3cf3fe07d16db78f3dc1149a3136fd23
|
3 |
size 268290900
|
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": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
tokenizer_config.json
CHANGED
@@ -44,6 +44,7 @@
|
|
44 |
"clean_up_tokenization_spaces": false,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": true,
|
|
|
47 |
"mask_token": "[MASK]",
|
48 |
"model_max_length": 512,
|
49 |
"pad_token": "[PAD]",
|
|
|
44 |
"clean_up_tokenization_spaces": false,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": true,
|
47 |
+
"extra_special_tokens": {},
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
"pad_token": "[PAD]",
|
training_args.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:c65ee31fc116c83e06b41ae0bc1c08e07ec32b13ff53e4e5ad6d310e8f3b004a
|
3 |
+
size 5432
|