Training in progress, epoch 0
Browse files- model.safetensors +1 -1
- special_tokens_map.json +1 -7
- tokenizer.json +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2459231240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c24ae94944e284cb191996787030dbf60bed3ec264b88ca70f380de03527919
|
3 |
size 2459231240
|
special_tokens_map.json
CHANGED
@@ -6,13 +6,7 @@
|
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
-
"pad_token":
|
10 |
-
"content": "<pad>",
|
11 |
-
"lstrip": false,
|
12 |
-
"normalized": false,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
"unk_token": {
|
17 |
"content": "<unk>",
|
18 |
"lstrip": false,
|
|
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
+
"pad_token": "</s>",
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"unk_token": {
|
11 |
"content": "<unk>",
|
12 |
"lstrip": false,
|
tokenizer.json
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:573929f8d971fbe24f97f5e5dfb47d7e6e7f9ba43ae8dd35b424d61767660c6f
|
3 |
+
size 16330638
|
tokenizer_config.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
"extra_ids": 0,
|
33 |
"legacy": true,
|
34 |
"model_max_length": 1000000000000000019884624838656,
|
35 |
-
"pad_token": "
|
36 |
"sp_model_kwargs": {},
|
37 |
"tokenizer_class": "T5Tokenizer",
|
38 |
"unk_token": "<unk>"
|
|
|
32 |
"extra_ids": 0,
|
33 |
"legacy": true,
|
34 |
"model_max_length": 1000000000000000019884624838656,
|
35 |
+
"pad_token": "</s>",
|
36 |
"sp_model_kwargs": {},
|
37 |
"tokenizer_class": "T5Tokenizer",
|
38 |
"unk_token": "<unk>"
|
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:e4a5a1d20c71a436df58b1c62fa3ae089ecb94dc8b1c044cafb95599be47383b
|
3 |
+
size 5240
|