Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer_config.json +26 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -56,7 +56,7 @@
|
|
56 |
"share_encoder_decoder_embeddings": true,
|
57 |
"static_position_embeddings": true,
|
58 |
"torch_dtype": "float32",
|
59 |
-
"transformers_version": "4.
|
60 |
"use_cache": true,
|
61 |
"vocab_size": 59514
|
62 |
}
|
|
|
56 |
"share_encoder_decoder_embeddings": true,
|
57 |
"static_position_embeddings": true,
|
58 |
"torch_dtype": "float32",
|
59 |
+
"transformers_version": "4.34.1",
|
60 |
"use_cache": true,
|
61 |
"vocab_size": 59514
|
62 |
}
|
pytorch_model.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:dd2949370b786a3bfcdb87980c39160e2227ee0e0ce148cfbddbc909a1b6f72c
|
3 |
+
size 298763650
|
tokenizer_config.json
CHANGED
@@ -1,4 +1,30 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"eos_token": "</s>",
|
4 |
"model_max_length": 512,
|
|
|
1 |
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "</s>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<unk>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"59513": {
|
20 |
+
"content": "<pad>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
}
|
27 |
+
},
|
28 |
"clean_up_tokenization_spaces": true,
|
29 |
"eos_token": "</s>",
|
30 |
"model_max_length": 512,
|
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:a7a2544a711502d34479ab33f042567c6a367f8c0d3d3d1cc6ff23a23c908ead
|
3 |
+
size 4728
|