aatherton2024
commited on
Commit
•
77fe703
1
Parent(s):
18c1498
Training in progress, epoch 1
Browse files- added_tokens.json +2 -1
- pytorch_model.bin +1 -1
- special_tokens_map.json +2 -2
- tokenizer.json +16 -2
- training_args.bin +1 -1
added_tokens.json
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
{
|
2 |
-
"
|
|
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"</s>": 260,
|
3 |
+
"<pad>": 259
|
4 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 298763205
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1bc65ad026174153c463e854035413fdb8f3da81a3d86d10923be99338f0836
|
3 |
size 298763205
|
special_tokens_map.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"bos_token": "<|endoftext|>",
|
3 |
-
"eos_token": "
|
4 |
-
"pad_token": "
|
5 |
"unk_token": "<|endoftext|>"
|
6 |
}
|
|
|
1 |
{
|
2 |
"bos_token": "<|endoftext|>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"pad_token": "<pad>",
|
5 |
"unk_token": "<|endoftext|>"
|
6 |
}
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
@@ -14,7 +19,16 @@
|
|
14 |
},
|
15 |
{
|
16 |
"id": 259,
|
17 |
-
"content": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
"single_word": false,
|
19 |
"lstrip": false,
|
20 |
"rstrip": false,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 128,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
19 |
},
|
20 |
{
|
21 |
"id": 259,
|
22 |
+
"content": "<pad>",
|
23 |
+
"single_word": false,
|
24 |
+
"lstrip": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"id": 260,
|
31 |
+
"content": "</s>",
|
32 |
"single_word": false,
|
33 |
"lstrip": false,
|
34 |
"rstrip": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4219
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbbead102f8bc45ec5eebcaedc1b427e38beb919b3fdbbe3f178b0dbc237119f
|
3 |
size 4219
|