Training in progress, step 400
Browse files- config.json +1 -1
- model.safetensors +2 -2
- special_tokens_map.json +0 -7
- tokenizer_config.json +0 -48
- training_args.bin +1 -1
- vocab.json +1 -1
config.json
CHANGED
|
@@ -25,5 +25,5 @@
|
|
| 25 |
"torch_dtype": "float32",
|
| 26 |
"transformers_version": "4.35.2",
|
| 27 |
"use_cache": true,
|
| 28 |
-
"vocab_size":
|
| 29 |
}
|
|
|
|
| 25 |
"torch_dtype": "float32",
|
| 26 |
"transformers_version": "4.35.2",
|
| 27 |
"use_cache": true,
|
| 28 |
+
"vocab_size": 63
|
| 29 |
}
|
model.safetensors
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:8745d377b6c1be3d5cefdb54620c235ba09554f221e06dd28a5942f75f8fe5d0
|
| 3 |
+
size 29458520
|
special_tokens_map.json
CHANGED
|
@@ -1,11 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"additional_special_tokens": [
|
| 3 |
-
"<extra_id_0>",
|
| 4 |
-
"<extra_id_1>",
|
| 5 |
-
"<extra_id_2>",
|
| 6 |
-
"<extra_id_3>",
|
| 7 |
-
"<extra_id_4>"
|
| 8 |
-
],
|
| 9 |
"bos_token": {
|
| 10 |
"content": "<s>",
|
| 11 |
"lstrip": false,
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"bos_token": {
|
| 3 |
"content": "<s>",
|
| 4 |
"lstrip": false,
|
tokenizer_config.json
CHANGED
|
@@ -31,59 +31,11 @@
|
|
| 31 |
"rstrip": false,
|
| 32 |
"single_word": false,
|
| 33 |
"special": true
|
| 34 |
-
},
|
| 35 |
-
"59": {
|
| 36 |
-
"content": "<extra_id_0>",
|
| 37 |
-
"lstrip": false,
|
| 38 |
-
"normalized": false,
|
| 39 |
-
"rstrip": false,
|
| 40 |
-
"single_word": false,
|
| 41 |
-
"special": true
|
| 42 |
-
},
|
| 43 |
-
"60": {
|
| 44 |
-
"content": "<extra_id_1>",
|
| 45 |
-
"lstrip": false,
|
| 46 |
-
"normalized": false,
|
| 47 |
-
"rstrip": false,
|
| 48 |
-
"single_word": false,
|
| 49 |
-
"special": true
|
| 50 |
-
},
|
| 51 |
-
"61": {
|
| 52 |
-
"content": "<extra_id_2>",
|
| 53 |
-
"lstrip": false,
|
| 54 |
-
"normalized": false,
|
| 55 |
-
"rstrip": false,
|
| 56 |
-
"single_word": false,
|
| 57 |
-
"special": true
|
| 58 |
-
},
|
| 59 |
-
"62": {
|
| 60 |
-
"content": "<extra_id_3>",
|
| 61 |
-
"lstrip": false,
|
| 62 |
-
"normalized": false,
|
| 63 |
-
"rstrip": false,
|
| 64 |
-
"single_word": false,
|
| 65 |
-
"special": true
|
| 66 |
-
},
|
| 67 |
-
"63": {
|
| 68 |
-
"content": "<extra_id_4>",
|
| 69 |
-
"lstrip": false,
|
| 70 |
-
"normalized": false,
|
| 71 |
-
"rstrip": false,
|
| 72 |
-
"single_word": false,
|
| 73 |
-
"special": true
|
| 74 |
}
|
| 75 |
},
|
| 76 |
-
"additional_special_tokens": [
|
| 77 |
-
"<extra_id_0>",
|
| 78 |
-
"<extra_id_1>",
|
| 79 |
-
"<extra_id_2>",
|
| 80 |
-
"<extra_id_3>",
|
| 81 |
-
"<extra_id_4>"
|
| 82 |
-
],
|
| 83 |
"bos_token": "<s>",
|
| 84 |
"clean_up_tokenization_spaces": true,
|
| 85 |
"eos_token": "</s>",
|
| 86 |
-
"extra_ids": 0,
|
| 87 |
"max_len": 128,
|
| 88 |
"model_max_length": 128,
|
| 89 |
"pad_token": "<pad>",
|
|
|
|
| 31 |
"rstrip": false,
|
| 32 |
"single_word": false,
|
| 33 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
}
|
| 35 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
"bos_token": "<s>",
|
| 37 |
"clean_up_tokenization_spaces": true,
|
| 38 |
"eos_token": "</s>",
|
|
|
|
| 39 |
"max_len": 128,
|
| 40 |
"model_max_length": 128,
|
| 41 |
"pad_token": "<pad>",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c570e78d6b5b2a004dd893a38f9bd8d0e01ebf2c24aaaf90a24cef4b5644184
|
| 3 |
size 4728
|
vocab.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"
|
|
|
|
| 1 |
+
{"L": 0, "E": 1, "k": 2, "C": 3, "t": 4, "I": 5, "z": 6, " ": 7, "x": 8, "b": 9, "V": 10, "v": 11, "g": 12, "a": 13, "m": 14, "S": 15, "J": 16, "6": 17, "i": 18, "c": 19, "q": 20, ";": 21, "-": 22, ")": 23, ".": 24, "U": 25, "\u00e5": 26, "(": 27, "l": 28, "w": 29, "s": 30, "9": 31, "O": 32, "M": 33, "e": 34, "+": 35, "\u00e9": 36, "\u00e6": 37, "R": 38, "N": 39, "T": 40, "h": 41, "j": 42, "F": 43, "u": 44, "G": 45, "p": 46, "3": 47, "A": 48, "P": 49, "o": 50, "d": 51, "\u00f8": 52, "f": 53, "y": 54, "D": 55, "r": 56, "'": 57, "n": 58}
|