File size: 1,668 Bytes
993af66 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
{
"vocab_size": 32000,
"min_freq": 2,
"special_tokens": {
"<pad>": 0,
"<unk>": 1,
"<bos>": 2,
"<eos>": 3,
"<system>": 4,
"<user>": 5,
"<assistant>": 6,
"<|endoftext|>": 7,
"<|newline|>": 8,
"<|tab|>": 9,
"<|code|>": 10,
"<|/code|>": 11,
"<|math|>": 12,
"<|/math|>": 13
},
"technical_terms": [
"protocol",
"backpropagation",
"object",
"async",
"validation",
"test",
"await",
"boolean",
"hypothesis",
"f1score",
"string",
"html",
"polynomial",
"neuron",
"class",
"loss",
"import",
"promise",
"graphql",
"export",
"authorization",
"proof",
"theorem",
"variable",
"authentication",
"https",
"regression",
"algorithm",
"security",
"architecture",
"function",
"accuracy",
"statistics",
"precision",
"css",
"weight",
"python",
"sql",
"attention",
"float",
"encryption",
"docker",
"gradient",
"datatype",
"transformer",
"java",
"formula",
"equation",
"network",
"vector",
"client",
"callback",
"integer",
"http",
"database",
"layer",
"javascript",
"bias",
"cpp",
"matrix",
"embedding",
"microservice",
"rest",
"derivative",
"recall",
"tokenization",
"xml",
"scalability",
"kubernetes",
"model",
"return",
"neural",
"parameter",
"server",
"probability",
"deployment",
"array",
"api",
"integral",
"training",
"forward",
"correlation",
"method",
"json",
"performance"
]
} |