Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- special_tokens_map.json +49 -7
- tokenizer_config.json +0 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -60,7 +60,7 @@
|
|
60 |
"position_biased_input": false,
|
61 |
"relative_attention": true,
|
62 |
"torch_dtype": "float32",
|
63 |
-
"transformers_version": "4.34.
|
64 |
"type_vocab_size": 0,
|
65 |
"vocab_size": 50265
|
66 |
}
|
|
|
60 |
"position_biased_input": false,
|
61 |
"relative_attention": true,
|
62 |
"torch_dtype": "float32",
|
63 |
+
"transformers_version": "4.34.1",
|
64 |
"type_vocab_size": 0,
|
65 |
"vocab_size": 50265
|
66 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 554521634
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acf4a66e22f02d08c58977428ccd49ba120dac755da384534acfcb752c861778
|
3 |
size 554521634
|
special_tokens_map.json
CHANGED
@@ -1,9 +1,51 @@
|
|
1 |
{
|
2 |
-
"bos_token":
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "[CLS]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "[SEP]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "[MASK]",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "[PAD]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "[SEP]",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": true,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "[UNK]",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
}
|
tokenizer_config.json
CHANGED
@@ -42,7 +42,6 @@
|
|
42 |
"special": true
|
43 |
}
|
44 |
},
|
45 |
-
"additional_special_tokens": [],
|
46 |
"bos_token": "[CLS]",
|
47 |
"clean_up_tokenization_spaces": true,
|
48 |
"cls_token": "[CLS]",
|
|
|
42 |
"special": true
|
43 |
}
|
44 |
},
|
|
|
45 |
"bos_token": "[CLS]",
|
46 |
"clean_up_tokenization_spaces": true,
|
47 |
"cls_token": "[CLS]",
|
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:355f13985a9e31515a3e1434263bad762a4921876fe6868f610280d271fc6504
|
3 |
+
size 4472
|