Training in progress, step 500
Browse files- model.safetensors +1 -1
- special_tokens_map.json +7 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2013432032
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7c9ad3cdfa2fbfc9ed925c138c5caea2e16fb86ccd0311fc1c6fdb9c34062b1
|
3 |
size 2013432032
|
special_tokens_map.json
CHANGED
@@ -6,7 +6,13 @@
|
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
-
"eos_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"pad_token": "<|eot_id|>",
|
11 |
"unk_token": {
|
12 |
"content": "<unk>",
|
|
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|eot_id|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
"pad_token": "<|eot_id|>",
|
17 |
"unk_token": {
|
18 |
"content": "<unk>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d650467a6e12fccbd4b5b52d5088f9a18ca851f45c58ecae54f31e54360af286
|
3 |
size 5240
|