Upload 4 files
Browse files- .gitattributes +1 -0
- models/benchmark.png +3 -0
- models/model.pt +3 -0
- models/pretrain.pt +3 -0
- models/tokenizer.json +139 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
models/benchmark.png filter=lfs diff=lfs merge=lfs -text
|
models/benchmark.png
ADDED
|
Git LFS Details
|
models/model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fc9f373b327386095c436f70fb49cc5fc1345df693b554d7c57b6e5383101d5
|
| 3 |
+
size 4586104
|
models/pretrain.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:caee6278064e258149c4290db7e123764ae81dd6dac8933b6929d96485b2fbed
|
| 3 |
+
size 13731357
|
models/tokenizer.json
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id_to_token": [
|
| 3 |
+
"<PAD>",
|
| 4 |
+
"<BOS>",
|
| 5 |
+
"<EOS>",
|
| 6 |
+
"<UNK>",
|
| 7 |
+
"<|user|>",
|
| 8 |
+
"<|assistant|>",
|
| 9 |
+
"<|system|>",
|
| 10 |
+
"<|start_header_id|>",
|
| 11 |
+
"<|end_header_id|>",
|
| 12 |
+
"<|begin_of_thought|>",
|
| 13 |
+
"<|end_of_thought|>",
|
| 14 |
+
"<|begin_of_solution|>",
|
| 15 |
+
"<|end_of_solution|>",
|
| 16 |
+
"<FIM_PREFIX>",
|
| 17 |
+
"<FIM_SUFFIX>",
|
| 18 |
+
"<FIM_MIDDLE>",
|
| 19 |
+
"\t",
|
| 20 |
+
"\n",
|
| 21 |
+
"\r",
|
| 22 |
+
" ",
|
| 23 |
+
"!",
|
| 24 |
+
"\"",
|
| 25 |
+
"#",
|
| 26 |
+
"$",
|
| 27 |
+
"%",
|
| 28 |
+
"&",
|
| 29 |
+
"'",
|
| 30 |
+
"(",
|
| 31 |
+
")",
|
| 32 |
+
"*",
|
| 33 |
+
"+",
|
| 34 |
+
",",
|
| 35 |
+
"-",
|
| 36 |
+
".",
|
| 37 |
+
"/",
|
| 38 |
+
"0",
|
| 39 |
+
"1",
|
| 40 |
+
"2",
|
| 41 |
+
"3",
|
| 42 |
+
"4",
|
| 43 |
+
"5",
|
| 44 |
+
"6",
|
| 45 |
+
"7",
|
| 46 |
+
"8",
|
| 47 |
+
"9",
|
| 48 |
+
":",
|
| 49 |
+
";",
|
| 50 |
+
"<",
|
| 51 |
+
"=",
|
| 52 |
+
">",
|
| 53 |
+
"?",
|
| 54 |
+
"@",
|
| 55 |
+
"A",
|
| 56 |
+
"B",
|
| 57 |
+
"C",
|
| 58 |
+
"D",
|
| 59 |
+
"E",
|
| 60 |
+
"F",
|
| 61 |
+
"G",
|
| 62 |
+
"H",
|
| 63 |
+
"I",
|
| 64 |
+
"J",
|
| 65 |
+
"K",
|
| 66 |
+
"L",
|
| 67 |
+
"M",
|
| 68 |
+
"N",
|
| 69 |
+
"O",
|
| 70 |
+
"P",
|
| 71 |
+
"Q",
|
| 72 |
+
"R",
|
| 73 |
+
"S",
|
| 74 |
+
"T",
|
| 75 |
+
"U",
|
| 76 |
+
"V",
|
| 77 |
+
"W",
|
| 78 |
+
"X",
|
| 79 |
+
"Y",
|
| 80 |
+
"Z",
|
| 81 |
+
"[",
|
| 82 |
+
"\\",
|
| 83 |
+
"]",
|
| 84 |
+
"^",
|
| 85 |
+
"_",
|
| 86 |
+
"`",
|
| 87 |
+
"a",
|
| 88 |
+
"b",
|
| 89 |
+
"c",
|
| 90 |
+
"d",
|
| 91 |
+
"e",
|
| 92 |
+
"f",
|
| 93 |
+
"g",
|
| 94 |
+
"h",
|
| 95 |
+
"i",
|
| 96 |
+
"j",
|
| 97 |
+
"k",
|
| 98 |
+
"l",
|
| 99 |
+
"m",
|
| 100 |
+
"n",
|
| 101 |
+
"o",
|
| 102 |
+
"p",
|
| 103 |
+
"q",
|
| 104 |
+
"r",
|
| 105 |
+
"s",
|
| 106 |
+
"t",
|
| 107 |
+
"u",
|
| 108 |
+
"v",
|
| 109 |
+
"w",
|
| 110 |
+
"x",
|
| 111 |
+
"y",
|
| 112 |
+
"z",
|
| 113 |
+
"{",
|
| 114 |
+
"|",
|
| 115 |
+
"}",
|
| 116 |
+
"~"
|
| 117 |
+
],
|
| 118 |
+
"format_tokens": [
|
| 119 |
+
"<|user|>",
|
| 120 |
+
"<|assistant|>",
|
| 121 |
+
"<|system|>",
|
| 122 |
+
"<|start_header_id|>",
|
| 123 |
+
"<|end_header_id|>",
|
| 124 |
+
"<|begin_of_thought|>",
|
| 125 |
+
"<|end_of_thought|>",
|
| 126 |
+
"<|begin_of_solution|>",
|
| 127 |
+
"<|end_of_solution|>",
|
| 128 |
+
"<FIM_PREFIX>",
|
| 129 |
+
"<FIM_SUFFIX>",
|
| 130 |
+
"<FIM_MIDDLE>"
|
| 131 |
+
],
|
| 132 |
+
"core_special": [
|
| 133 |
+
"<PAD>",
|
| 134 |
+
"<BOS>",
|
| 135 |
+
"<EOS>",
|
| 136 |
+
"<UNK>"
|
| 137 |
+
],
|
| 138 |
+
"tokenizer_type": "letter_level_v1"
|
| 139 |
+
}
|