Upload model
Browse files- .gitignore +1 -0
- Divot_pretrain/agent/pytorch_model.bin +3 -0
- Divot_pretrain/llm/config.json +26 -0
- Divot_pretrain/llm/generation_config.json +6 -0
- Divot_pretrain/llm/model-00001-of-00006.safetensors +3 -0
- Divot_pretrain/llm/model-00002-of-00006.safetensors +3 -0
- Divot_pretrain/llm/model-00003-of-00006.safetensors +3 -0
- Divot_pretrain/llm/model-00004-of-00006.safetensors +3 -0
- Divot_pretrain/llm/model-00005-of-00006.safetensors +3 -0
- Divot_pretrain/llm/model-00006-of-00006.safetensors +3 -0
- Divot_pretrain/llm/model.safetensors.index.json +298 -0
- Divot_sft_comp/agent/pytorch_model.bin +3 -0
- Divot_sft_comp/llm/config.json +26 -0
- Divot_sft_comp/llm/generation_config.json +6 -0
- Divot_sft_comp/llm/model-00001-of-00006.safetensors +3 -0
- Divot_sft_comp/llm/model-00002-of-00006.safetensors +3 -0
- Divot_sft_comp/llm/model-00003-of-00006.safetensors +3 -0
- Divot_sft_comp/llm/model-00004-of-00006.safetensors +3 -0
- Divot_sft_comp/llm/model-00005-of-00006.safetensors +3 -0
- Divot_sft_comp/llm/model-00006-of-00006.safetensors +3 -0
- Divot_sft_comp/llm/model.safetensors.index.json +298 -0
- Divot_sft_gen/agent/pytorch_model.bin +3 -0
- Divot_sft_gen/llm/config.json +26 -0
- Divot_sft_gen/llm/generation_config.json +6 -0
- Divot_sft_gen/llm/model-00001-of-00006.safetensors +3 -0
- Divot_sft_gen/llm/model-00002-of-00006.safetensors +3 -0
- Divot_sft_gen/llm/model-00003-of-00006.safetensors +3 -0
- Divot_sft_gen/llm/model-00004-of-00006.safetensors +3 -0
- Divot_sft_gen/llm/model-00005-of-00006.safetensors +3 -0
- Divot_sft_gen/llm/model-00006-of-00006.safetensors +3 -0
- Divot_sft_gen/llm/model.safetensors.index.json +298 -0
- Divot_tokenizer_detokenizer/Divot_detokenizer_stage1.bin +3 -0
- Divot_tokenizer_detokenizer/Divot_detokenizer_stage2.bin +3 -0
- Divot_tokenizer_detokenizer/Divot_tokenizer.bin +3 -0
- cvlm_mistral_instruct_tokenizer/added_tokens.json +264 -0
- cvlm_mistral_instruct_tokenizer/special_tokens_map.json +68 -0
- cvlm_mistral_instruct_tokenizer/tokenizer.model +3 -0
- cvlm_mistral_instruct_tokenizer/tokenizer_config.json +2147 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Mistral-7B-Instruct-v0.1
|
Divot_pretrain/agent/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9053298e9e74279a55ea6d70eba85a430b371aed48a86c0bd2b9aa216456ada4
|
3 |
+
size 475370248
|
Divot_pretrain/llm/config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/group/40034/yuyingge/model_hub/Mistral-7B-Instruct-v0.1",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 4096,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 14336,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_theta": 10000.0,
|
20 |
+
"sliding_window": 4096,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.36.2",
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 32262
|
26 |
+
}
|
Divot_pretrain/llm/generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.36.2"
|
6 |
+
}
|
Divot_pretrain/llm/model-00001-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbf1a6fc851d42346e72c2356f9bb41a786100a3ecc0efa796541e52f1420853
|
3 |
+
size 4991489544
|
Divot_pretrain/llm/model-00002-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:289a9d3089953d356c3549fd0c8840e2d65f1d3380fe65fec22b431e37216a03
|
3 |
+
size 4899116440
|
Divot_pretrain/llm/model-00003-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ca68ccb3980e9a223eade55ff2cc6fcfe165cdfc7cdec11143da846038510e0
|
3 |
+
size 4999813120
|
Divot_pretrain/llm/model-00004-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b74cf28489ae8778e73422e7d501dff3fd05a8322a877f7b79fd06f963740ac
|
3 |
+
size 4999813128
|
Divot_pretrain/llm/model-00005-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:510ce9d933ff384cc32cac32a22228e7bc51d74809b00a1ce94892670af5905b
|
3 |
+
size 4832007496
|
Divot_pretrain/llm/model-00006-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5e0d7a02ed45ec6b9a64ee47b0908b20962ee214c6dc36adfcd40ae3fdaffc8
|
3 |
+
size 4253307504
|
Divot_pretrain/llm/model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 28975513600
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
296 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
297 |
+
}
|
298 |
+
}
|
Divot_sft_comp/agent/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf0058a632a3be13f573b7d213b8ced22d4e9d63c716cf6e23bda4b943a5f655
|
3 |
+
size 475370248
|
Divot_sft_comp/llm/config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/group/40034/yuyingge/Video_SEED/train_outputs/11_12_mistral_instruct_a100_webvid_image_pad_clip_20_lora_rank_32_from_5frames_down_up_78k_comp_gen/checkpoint-40000-merged/llm",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 4096,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 14336,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_theta": 10000.0,
|
20 |
+
"sliding_window": 4096,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.36.2",
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 32262
|
26 |
+
}
|
Divot_sft_comp/llm/generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.36.2"
|
6 |
+
}
|
Divot_sft_comp/llm/model-00001-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e145bc25924e6cee909749c8237f707705dce98bb97226a7c5d6be3c3fc2292b
|
3 |
+
size 4991489544
|
Divot_sft_comp/llm/model-00002-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a7fe974da8b451d9b64aa2c26c456c2cf5a3c15374da417bff4b062a06deecf
|
3 |
+
size 4899116440
|
Divot_sft_comp/llm/model-00003-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2570f4c1bb8008566be67eefdc2781e3366151f4b6580c6e3e4088ddc2ec0cb
|
3 |
+
size 4999813120
|
Divot_sft_comp/llm/model-00004-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb9279146dd04a289e48b8071d84973e1378b46b5598e2f615964759de0e3fbf
|
3 |
+
size 4999813128
|
Divot_sft_comp/llm/model-00005-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2013577579b3f17e2f77289efcf5756bab2fc3c067fcea741ae552a54f395deb
|
3 |
+
size 4832007496
|
Divot_sft_comp/llm/model-00006-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ee43189f1fc324cffe0b30c544399f8e92d152c94b41ea143a479f4ff4c3741
|
3 |
+
size 4253307504
|
Divot_sft_comp/llm/model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 28975513600
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
296 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
297 |
+
}
|
298 |
+
}
|
Divot_sft_gen/agent/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebb85b652568c50fba4a3e54fa697d54e82ae5c236a4341a144c6720226eebba
|
3 |
+
size 475370248
|
Divot_sft_gen/llm/config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/group/40034/yuyingge/Video_SEED/train_outputs/11_12_mistral_instruct_a100_webvid_image_pad_clip_20_lora_rank_32_from_5frames_down_up_78k_comp_gen/checkpoint-40000-merged/llm",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 4096,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 14336,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_theta": 10000.0,
|
20 |
+
"sliding_window": 4096,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.36.2",
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 32262
|
26 |
+
}
|
Divot_sft_gen/llm/generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.36.2"
|
6 |
+
}
|
Divot_sft_gen/llm/model-00001-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa58c74549934fee8745b78a48bbae460e02921c5cc6e808767f4ed3b2a477f9
|
3 |
+
size 4991489544
|
Divot_sft_gen/llm/model-00002-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:761b04c45aee4f6ddd06c4f79c60f26e139bd463fffbea55b6f04427f7cae058
|
3 |
+
size 4899116440
|
Divot_sft_gen/llm/model-00003-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d093eedee8eae6648043e96ac5ddf52a05889832cbba220ca9c29371390aaf2a
|
3 |
+
size 4999813120
|
Divot_sft_gen/llm/model-00004-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf3f0d66b62e49db830f7a6a75f56aec74750a1f62f1475e569d6ba6d1b1c68b
|
3 |
+
size 4999813128
|
Divot_sft_gen/llm/model-00005-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:112cadafa01680fcfeb2e3388d537624ff097857be147f320bdc5b40eef72eee
|
3 |
+
size 4832007496
|
Divot_sft_gen/llm/model-00006-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c62295d7821d938d6c37c29798ff120e3bce3052d9d5042b93dc8ff08656299a
|
3 |
+
size 4253307504
|
Divot_sft_gen/llm/model.safetensors.index.json
ADDED
@@ -0,0 +1,298 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 28975513600
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
242 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
243 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
244 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
245 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
246 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
247 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
248 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
249 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
250 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
251 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
252 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
253 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
254 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
255 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
256 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
257 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
258 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
259 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
260 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
261 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
262 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
263 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
264 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
265 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
266 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
267 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
268 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
269 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
270 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
271 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
272 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
273 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
274 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
275 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
276 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
277 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
278 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
279 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
280 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
281 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
282 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
283 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
284 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
285 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
286 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
287 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
288 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
289 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
290 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
291 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
292 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
293 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
294 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
295 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
296 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
297 |
+
}
|
298 |
+
}
|
Divot_tokenizer_detokenizer/Divot_detokenizer_stage1.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35c75f7c9e379c2aa6656e894621191775bbf29c3fd9013879a4e74beea5ddf8
|
3 |
+
size 6077021980
|
Divot_tokenizer_detokenizer/Divot_detokenizer_stage2.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c1440d0ee93c170300b680b102e76551e40255b80a626cf36b8272cc0803e81
|
3 |
+
size 6077019166
|
Divot_tokenizer_detokenizer/Divot_tokenizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c17fb7299eb4bc3a8f96c5d9db68e940b55fd13b00bde2e001fff88c9e415583
|
3 |
+
size 805059638
|
cvlm_mistral_instruct_tokenizer/added_tokens.json
ADDED
@@ -0,0 +1,264 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</frame>": 32261,
|
3 |
+
"</img>": 32257,
|
4 |
+
"</vid>": 32259,
|
5 |
+
"<frame>": 32260,
|
6 |
+
"<frame_00000>": 32000,
|
7 |
+
"<frame_00001>": 32001,
|
8 |
+
"<frame_00002>": 32002,
|
9 |
+
"<frame_00003>": 32003,
|
10 |
+
"<frame_00004>": 32004,
|
11 |
+
"<frame_00005>": 32005,
|
12 |
+
"<frame_00006>": 32006,
|
13 |
+
"<frame_00007>": 32007,
|
14 |
+
"<frame_00008>": 32008,
|
15 |
+
"<frame_00009>": 32009,
|
16 |
+
"<frame_00010>": 32010,
|
17 |
+
"<frame_00011>": 32011,
|
18 |
+
"<frame_00012>": 32012,
|
19 |
+
"<frame_00013>": 32013,
|
20 |
+
"<frame_00014>": 32014,
|
21 |
+
"<frame_00015>": 32015,
|
22 |
+
"<frame_00016>": 32016,
|
23 |
+
"<frame_00017>": 32017,
|
24 |
+
"<frame_00018>": 32018,
|
25 |
+
"<frame_00019>": 32019,
|
26 |
+
"<frame_00020>": 32020,
|
27 |
+
"<frame_00021>": 32021,
|
28 |
+
"<frame_00022>": 32022,
|
29 |
+
"<frame_00023>": 32023,
|
30 |
+
"<frame_00024>": 32024,
|
31 |
+
"<frame_00025>": 32025,
|
32 |
+
"<frame_00026>": 32026,
|
33 |
+
"<frame_00027>": 32027,
|
34 |
+
"<frame_00028>": 32028,
|
35 |
+
"<frame_00029>": 32029,
|
36 |
+
"<frame_00030>": 32030,
|
37 |
+
"<frame_00031>": 32031,
|
38 |
+
"<frame_00032>": 32032,
|
39 |
+
"<frame_00033>": 32033,
|
40 |
+
"<frame_00034>": 32034,
|
41 |
+
"<frame_00035>": 32035,
|
42 |
+
"<frame_00036>": 32036,
|
43 |
+
"<frame_00037>": 32037,
|
44 |
+
"<frame_00038>": 32038,
|
45 |
+
"<frame_00039>": 32039,
|
46 |
+
"<frame_00040>": 32040,
|
47 |
+
"<frame_00041>": 32041,
|
48 |
+
"<frame_00042>": 32042,
|
49 |
+
"<frame_00043>": 32043,
|
50 |
+
"<frame_00044>": 32044,
|
51 |
+
"<frame_00045>": 32045,
|
52 |
+
"<frame_00046>": 32046,
|
53 |
+
"<frame_00047>": 32047,
|
54 |
+
"<frame_00048>": 32048,
|
55 |
+
"<frame_00049>": 32049,
|
56 |
+
"<frame_00050>": 32050,
|
57 |
+
"<frame_00051>": 32051,
|
58 |
+
"<frame_00052>": 32052,
|
59 |
+
"<frame_00053>": 32053,
|
60 |
+
"<frame_00054>": 32054,
|
61 |
+
"<frame_00055>": 32055,
|
62 |
+
"<frame_00056>": 32056,
|
63 |
+
"<frame_00057>": 32057,
|
64 |
+
"<frame_00058>": 32058,
|
65 |
+
"<frame_00059>": 32059,
|
66 |
+
"<frame_00060>": 32060,
|
67 |
+
"<frame_00061>": 32061,
|
68 |
+
"<frame_00062>": 32062,
|
69 |
+
"<frame_00063>": 32063,
|
70 |
+
"<frame_00064>": 32064,
|
71 |
+
"<frame_00065>": 32065,
|
72 |
+
"<frame_00066>": 32066,
|
73 |
+
"<frame_00067>": 32067,
|
74 |
+
"<frame_00068>": 32068,
|
75 |
+
"<frame_00069>": 32069,
|
76 |
+
"<frame_00070>": 32070,
|
77 |
+
"<frame_00071>": 32071,
|
78 |
+
"<frame_00072>": 32072,
|
79 |
+
"<frame_00073>": 32073,
|
80 |
+
"<frame_00074>": 32074,
|
81 |
+
"<frame_00075>": 32075,
|
82 |
+
"<frame_00076>": 32076,
|
83 |
+
"<frame_00077>": 32077,
|
84 |
+
"<frame_00078>": 32078,
|
85 |
+
"<frame_00079>": 32079,
|
86 |
+
"<frame_00080>": 32080,
|
87 |
+
"<frame_00081>": 32081,
|
88 |
+
"<frame_00082>": 32082,
|
89 |
+
"<frame_00083>": 32083,
|
90 |
+
"<frame_00084>": 32084,
|
91 |
+
"<frame_00085>": 32085,
|
92 |
+
"<frame_00086>": 32086,
|
93 |
+
"<frame_00087>": 32087,
|
94 |
+
"<frame_00088>": 32088,
|
95 |
+
"<frame_00089>": 32089,
|
96 |
+
"<frame_00090>": 32090,
|
97 |
+
"<frame_00091>": 32091,
|
98 |
+
"<frame_00092>": 32092,
|
99 |
+
"<frame_00093>": 32093,
|
100 |
+
"<frame_00094>": 32094,
|
101 |
+
"<frame_00095>": 32095,
|
102 |
+
"<frame_00096>": 32096,
|
103 |
+
"<frame_00097>": 32097,
|
104 |
+
"<frame_00098>": 32098,
|
105 |
+
"<frame_00099>": 32099,
|
106 |
+
"<frame_00100>": 32100,
|
107 |
+
"<frame_00101>": 32101,
|
108 |
+
"<frame_00102>": 32102,
|
109 |
+
"<frame_00103>": 32103,
|
110 |
+
"<frame_00104>": 32104,
|
111 |
+
"<frame_00105>": 32105,
|
112 |
+
"<frame_00106>": 32106,
|
113 |
+
"<frame_00107>": 32107,
|
114 |
+
"<frame_00108>": 32108,
|
115 |
+
"<frame_00109>": 32109,
|
116 |
+
"<frame_00110>": 32110,
|
117 |
+
"<frame_00111>": 32111,
|
118 |
+
"<frame_00112>": 32112,
|
119 |
+
"<frame_00113>": 32113,
|
120 |
+
"<frame_00114>": 32114,
|
121 |
+
"<frame_00115>": 32115,
|
122 |
+
"<frame_00116>": 32116,
|
123 |
+
"<frame_00117>": 32117,
|
124 |
+
"<frame_00118>": 32118,
|
125 |
+
"<frame_00119>": 32119,
|
126 |
+
"<frame_00120>": 32120,
|
127 |
+
"<frame_00121>": 32121,
|
128 |
+
"<frame_00122>": 32122,
|
129 |
+
"<frame_00123>": 32123,
|
130 |
+
"<frame_00124>": 32124,
|
131 |
+
"<frame_00125>": 32125,
|
132 |
+
"<frame_00126>": 32126,
|
133 |
+
"<frame_00127>": 32127,
|
134 |
+
"<frame_00128>": 32128,
|
135 |
+
"<frame_00129>": 32129,
|
136 |
+
"<frame_00130>": 32130,
|
137 |
+
"<frame_00131>": 32131,
|
138 |
+
"<frame_00132>": 32132,
|
139 |
+
"<frame_00133>": 32133,
|
140 |
+
"<frame_00134>": 32134,
|
141 |
+
"<frame_00135>": 32135,
|
142 |
+
"<frame_00136>": 32136,
|
143 |
+
"<frame_00137>": 32137,
|
144 |
+
"<frame_00138>": 32138,
|
145 |
+
"<frame_00139>": 32139,
|
146 |
+
"<frame_00140>": 32140,
|
147 |
+
"<frame_00141>": 32141,
|
148 |
+
"<frame_00142>": 32142,
|
149 |
+
"<frame_00143>": 32143,
|
150 |
+
"<frame_00144>": 32144,
|
151 |
+
"<frame_00145>": 32145,
|
152 |
+
"<frame_00146>": 32146,
|
153 |
+
"<frame_00147>": 32147,
|
154 |
+
"<frame_00148>": 32148,
|
155 |
+
"<frame_00149>": 32149,
|
156 |
+
"<frame_00150>": 32150,
|
157 |
+
"<frame_00151>": 32151,
|
158 |
+
"<frame_00152>": 32152,
|
159 |
+
"<frame_00153>": 32153,
|
160 |
+
"<frame_00154>": 32154,
|
161 |
+
"<frame_00155>": 32155,
|
162 |
+
"<frame_00156>": 32156,
|
163 |
+
"<frame_00157>": 32157,
|
164 |
+
"<frame_00158>": 32158,
|
165 |
+
"<frame_00159>": 32159,
|
166 |
+
"<frame_00160>": 32160,
|
167 |
+
"<frame_00161>": 32161,
|
168 |
+
"<frame_00162>": 32162,
|
169 |
+
"<frame_00163>": 32163,
|
170 |
+
"<frame_00164>": 32164,
|
171 |
+
"<frame_00165>": 32165,
|
172 |
+
"<frame_00166>": 32166,
|
173 |
+
"<frame_00167>": 32167,
|
174 |
+
"<frame_00168>": 32168,
|
175 |
+
"<frame_00169>": 32169,
|
176 |
+
"<frame_00170>": 32170,
|
177 |
+
"<frame_00171>": 32171,
|
178 |
+
"<frame_00172>": 32172,
|
179 |
+
"<frame_00173>": 32173,
|
180 |
+
"<frame_00174>": 32174,
|
181 |
+
"<frame_00175>": 32175,
|
182 |
+
"<frame_00176>": 32176,
|
183 |
+
"<frame_00177>": 32177,
|
184 |
+
"<frame_00178>": 32178,
|
185 |
+
"<frame_00179>": 32179,
|
186 |
+
"<frame_00180>": 32180,
|
187 |
+
"<frame_00181>": 32181,
|
188 |
+
"<frame_00182>": 32182,
|
189 |
+
"<frame_00183>": 32183,
|
190 |
+
"<frame_00184>": 32184,
|
191 |
+
"<frame_00185>": 32185,
|
192 |
+
"<frame_00186>": 32186,
|
193 |
+
"<frame_00187>": 32187,
|
194 |
+
"<frame_00188>": 32188,
|
195 |
+
"<frame_00189>": 32189,
|
196 |
+
"<frame_00190>": 32190,
|
197 |
+
"<frame_00191>": 32191,
|
198 |
+
"<frame_00192>": 32192,
|
199 |
+
"<frame_00193>": 32193,
|
200 |
+
"<frame_00194>": 32194,
|
201 |
+
"<frame_00195>": 32195,
|
202 |
+
"<frame_00196>": 32196,
|
203 |
+
"<frame_00197>": 32197,
|
204 |
+
"<frame_00198>": 32198,
|
205 |
+
"<frame_00199>": 32199,
|
206 |
+
"<frame_00200>": 32200,
|
207 |
+
"<frame_00201>": 32201,
|
208 |
+
"<frame_00202>": 32202,
|
209 |
+
"<frame_00203>": 32203,
|
210 |
+
"<frame_00204>": 32204,
|
211 |
+
"<frame_00205>": 32205,
|
212 |
+
"<frame_00206>": 32206,
|
213 |
+
"<frame_00207>": 32207,
|
214 |
+
"<frame_00208>": 32208,
|
215 |
+
"<frame_00209>": 32209,
|
216 |
+
"<frame_00210>": 32210,
|
217 |
+
"<frame_00211>": 32211,
|
218 |
+
"<frame_00212>": 32212,
|
219 |
+
"<frame_00213>": 32213,
|
220 |
+
"<frame_00214>": 32214,
|
221 |
+
"<frame_00215>": 32215,
|
222 |
+
"<frame_00216>": 32216,
|
223 |
+
"<frame_00217>": 32217,
|
224 |
+
"<frame_00218>": 32218,
|
225 |
+
"<frame_00219>": 32219,
|
226 |
+
"<frame_00220>": 32220,
|
227 |
+
"<frame_00221>": 32221,
|
228 |
+
"<frame_00222>": 32222,
|
229 |
+
"<frame_00223>": 32223,
|
230 |
+
"<frame_00224>": 32224,
|
231 |
+
"<frame_00225>": 32225,
|
232 |
+
"<frame_00226>": 32226,
|
233 |
+
"<frame_00227>": 32227,
|
234 |
+
"<frame_00228>": 32228,
|
235 |
+
"<frame_00229>": 32229,
|
236 |
+
"<frame_00230>": 32230,
|
237 |
+
"<frame_00231>": 32231,
|
238 |
+
"<frame_00232>": 32232,
|
239 |
+
"<frame_00233>": 32233,
|
240 |
+
"<frame_00234>": 32234,
|
241 |
+
"<frame_00235>": 32235,
|
242 |
+
"<frame_00236>": 32236,
|
243 |
+
"<frame_00237>": 32237,
|
244 |
+
"<frame_00238>": 32238,
|
245 |
+
"<frame_00239>": 32239,
|
246 |
+
"<frame_00240>": 32240,
|
247 |
+
"<frame_00241>": 32241,
|
248 |
+
"<frame_00242>": 32242,
|
249 |
+
"<frame_00243>": 32243,
|
250 |
+
"<frame_00244>": 32244,
|
251 |
+
"<frame_00245>": 32245,
|
252 |
+
"<frame_00246>": 32246,
|
253 |
+
"<frame_00247>": 32247,
|
254 |
+
"<frame_00248>": 32248,
|
255 |
+
"<frame_00249>": 32249,
|
256 |
+
"<frame_00250>": 32250,
|
257 |
+
"<frame_00251>": 32251,
|
258 |
+
"<frame_00252>": 32252,
|
259 |
+
"<frame_00253>": 32253,
|
260 |
+
"<frame_00254>": 32254,
|
261 |
+
"<frame_00255>": 32255,
|
262 |
+
"<img>": 32256,
|
263 |
+
"<vid>": 32258
|
264 |
+
}
|
cvlm_mistral_instruct_tokenizer/special_tokens_map.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
{
|
4 |
+
"content": "<img>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"content": "</img>",
|
12 |
+
"lstrip": false,
|
13 |
+
"normalized": false,
|
14 |
+
"rstrip": false,
|
15 |
+
"single_word": false
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"content": "<vid>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"content": "</vid>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"content": "<frame>",
|
33 |
+
"lstrip": false,
|
34 |
+
"normalized": false,
|
35 |
+
"rstrip": false,
|
36 |
+
"single_word": false
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"content": "</frame>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false
|
44 |
+
}
|
45 |
+
],
|
46 |
+
"bos_token": {
|
47 |
+
"content": "<s>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": false,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false
|
52 |
+
},
|
53 |
+
"eos_token": {
|
54 |
+
"content": "</s>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false
|
59 |
+
},
|
60 |
+
"pad_token": "<unk>",
|
61 |
+
"unk_token": {
|
62 |
+
"content": "<unk>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false
|
67 |
+
}
|
68 |
+
}
|
cvlm_mistral_instruct_tokenizer/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
cvlm_mistral_instruct_tokenizer/tokenizer_config.json
ADDED
@@ -0,0 +1,2147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
},
|
30 |
+
"32000": {
|
31 |
+
"content": "<frame_00000>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": false
|
37 |
+
},
|
38 |
+
"32001": {
|
39 |
+
"content": "<frame_00001>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": true,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": false
|
45 |
+
},
|
46 |
+
"32002": {
|
47 |
+
"content": "<frame_00002>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": true,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false,
|
52 |
+
"special": false
|
53 |
+
},
|
54 |
+
"32003": {
|
55 |
+
"content": "<frame_00003>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": true,
|
58 |
+
"rstrip": false,
|
59 |
+
"single_word": false,
|
60 |
+
"special": false
|
61 |
+
},
|
62 |
+
"32004": {
|
63 |
+
"content": "<frame_00004>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": true,
|
66 |
+
"rstrip": false,
|
67 |
+
"single_word": false,
|
68 |
+
"special": false
|
69 |
+
},
|
70 |
+
"32005": {
|
71 |
+
"content": "<frame_00005>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": true,
|
74 |
+
"rstrip": false,
|
75 |
+
"single_word": false,
|
76 |
+
"special": false
|
77 |
+
},
|
78 |
+
"32006": {
|
79 |
+
"content": "<frame_00006>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": true,
|
82 |
+
"rstrip": false,
|
83 |
+
"single_word": false,
|
84 |
+
"special": false
|
85 |
+
},
|
86 |
+
"32007": {
|
87 |
+
"content": "<frame_00007>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": true,
|
90 |
+
"rstrip": false,
|
91 |
+
"single_word": false,
|
92 |
+
"special": false
|
93 |
+
},
|
94 |
+
"32008": {
|
95 |
+
"content": "<frame_00008>",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": true,
|
98 |
+
"rstrip": false,
|
99 |
+
"single_word": false,
|
100 |
+
"special": false
|
101 |
+
},
|
102 |
+
"32009": {
|
103 |
+
"content": "<frame_00009>",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": true,
|
106 |
+
"rstrip": false,
|
107 |
+
"single_word": false,
|
108 |
+
"special": false
|
109 |
+
},
|
110 |
+
"32010": {
|
111 |
+
"content": "<frame_00010>",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": true,
|
114 |
+
"rstrip": false,
|
115 |
+
"single_word": false,
|
116 |
+
"special": false
|
117 |
+
},
|
118 |
+
"32011": {
|
119 |
+
"content": "<frame_00011>",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": true,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false,
|
124 |
+
"special": false
|
125 |
+
},
|
126 |
+
"32012": {
|
127 |
+
"content": "<frame_00012>",
|
128 |
+
"lstrip": false,
|
129 |
+
"normalized": true,
|
130 |
+
"rstrip": false,
|
131 |
+
"single_word": false,
|
132 |
+
"special": false
|
133 |
+
},
|
134 |
+
"32013": {
|
135 |
+
"content": "<frame_00013>",
|
136 |
+
"lstrip": false,
|
137 |
+
"normalized": true,
|
138 |
+
"rstrip": false,
|
139 |
+
"single_word": false,
|
140 |
+
"special": false
|
141 |
+
},
|
142 |
+
"32014": {
|
143 |
+
"content": "<frame_00014>",
|
144 |
+
"lstrip": false,
|
145 |
+
"normalized": true,
|
146 |
+
"rstrip": false,
|
147 |
+
"single_word": false,
|
148 |
+
"special": false
|
149 |
+
},
|
150 |
+
"32015": {
|
151 |
+
"content": "<frame_00015>",
|
152 |
+
"lstrip": false,
|
153 |
+
"normalized": true,
|
154 |
+
"rstrip": false,
|
155 |
+
"single_word": false,
|
156 |
+
"special": false
|
157 |
+
},
|
158 |
+
"32016": {
|
159 |
+
"content": "<frame_00016>",
|
160 |
+
"lstrip": false,
|
161 |
+
"normalized": true,
|
162 |
+
"rstrip": false,
|
163 |
+
"single_word": false,
|
164 |
+
"special": false
|
165 |
+
},
|
166 |
+
"32017": {
|
167 |
+
"content": "<frame_00017>",
|
168 |
+
"lstrip": false,
|
169 |
+
"normalized": true,
|
170 |
+
"rstrip": false,
|
171 |
+
"single_word": false,
|
172 |
+
"special": false
|
173 |
+
},
|
174 |
+
"32018": {
|
175 |
+
"content": "<frame_00018>",
|
176 |
+
"lstrip": false,
|
177 |
+
"normalized": true,
|
178 |
+
"rstrip": false,
|
179 |
+
"single_word": false,
|
180 |
+
"special": false
|
181 |
+
},
|
182 |
+
"32019": {
|
183 |
+
"content": "<frame_00019>",
|
184 |
+
"lstrip": false,
|
185 |
+
"normalized": true,
|
186 |
+
"rstrip": false,
|
187 |
+
"single_word": false,
|
188 |
+
"special": false
|
189 |
+
},
|
190 |
+
"32020": {
|
191 |
+
"content": "<frame_00020>",
|
192 |
+
"lstrip": false,
|
193 |
+
"normalized": true,
|
194 |
+
"rstrip": false,
|
195 |
+
"single_word": false,
|
196 |
+
"special": false
|
197 |
+
},
|
198 |
+
"32021": {
|
199 |
+
"content": "<frame_00021>",
|
200 |
+
"lstrip": false,
|
201 |
+
"normalized": true,
|
202 |
+
"rstrip": false,
|
203 |
+
"single_word": false,
|
204 |
+
"special": false
|
205 |
+
},
|
206 |
+
"32022": {
|
207 |
+
"content": "<frame_00022>",
|
208 |
+
"lstrip": false,
|
209 |
+
"normalized": true,
|
210 |
+
"rstrip": false,
|
211 |
+
"single_word": false,
|
212 |
+
"special": false
|
213 |
+
},
|
214 |
+
"32023": {
|
215 |
+
"content": "<frame_00023>",
|
216 |
+
"lstrip": false,
|
217 |
+
"normalized": true,
|
218 |
+
"rstrip": false,
|
219 |
+
"single_word": false,
|
220 |
+
"special": false
|
221 |
+
},
|
222 |
+
"32024": {
|
223 |
+
"content": "<frame_00024>",
|
224 |
+
"lstrip": false,
|
225 |
+
"normalized": true,
|
226 |
+
"rstrip": false,
|
227 |
+
"single_word": false,
|
228 |
+
"special": false
|
229 |
+
},
|
230 |
+
"32025": {
|
231 |
+
"content": "<frame_00025>",
|
232 |
+
"lstrip": false,
|
233 |
+
"normalized": true,
|
234 |
+
"rstrip": false,
|
235 |
+
"single_word": false,
|
236 |
+
"special": false
|
237 |
+
},
|
238 |
+
"32026": {
|
239 |
+
"content": "<frame_00026>",
|
240 |
+
"lstrip": false,
|
241 |
+
"normalized": true,
|
242 |
+
"rstrip": false,
|
243 |
+
"single_word": false,
|
244 |
+
"special": false
|
245 |
+
},
|
246 |
+
"32027": {
|
247 |
+
"content": "<frame_00027>",
|
248 |
+
"lstrip": false,
|
249 |
+
"normalized": true,
|
250 |
+
"rstrip": false,
|
251 |
+
"single_word": false,
|
252 |
+
"special": false
|
253 |
+
},
|
254 |
+
"32028": {
|
255 |
+
"content": "<frame_00028>",
|
256 |
+
"lstrip": false,
|
257 |
+
"normalized": true,
|
258 |
+
"rstrip": false,
|
259 |
+
"single_word": false,
|
260 |
+
"special": false
|
261 |
+
},
|
262 |
+
"32029": {
|
263 |
+
"content": "<frame_00029>",
|
264 |
+
"lstrip": false,
|
265 |
+
"normalized": true,
|
266 |
+
"rstrip": false,
|
267 |
+
"single_word": false,
|
268 |
+
"special": false
|
269 |
+
},
|
270 |
+
"32030": {
|
271 |
+
"content": "<frame_00030>",
|
272 |
+
"lstrip": false,
|
273 |
+
"normalized": true,
|
274 |
+
"rstrip": false,
|
275 |
+
"single_word": false,
|
276 |
+
"special": false
|
277 |
+
},
|
278 |
+
"32031": {
|
279 |
+
"content": "<frame_00031>",
|
280 |
+
"lstrip": false,
|
281 |
+
"normalized": true,
|
282 |
+
"rstrip": false,
|
283 |
+
"single_word": false,
|
284 |
+
"special": false
|
285 |
+
},
|
286 |
+
"32032": {
|
287 |
+
"content": "<frame_00032>",
|
288 |
+
"lstrip": false,
|
289 |
+
"normalized": true,
|
290 |
+
"rstrip": false,
|
291 |
+
"single_word": false,
|
292 |
+
"special": false
|
293 |
+
},
|
294 |
+
"32033": {
|
295 |
+
"content": "<frame_00033>",
|
296 |
+
"lstrip": false,
|
297 |
+
"normalized": true,
|
298 |
+
"rstrip": false,
|
299 |
+
"single_word": false,
|
300 |
+
"special": false
|
301 |
+
},
|
302 |
+
"32034": {
|
303 |
+
"content": "<frame_00034>",
|
304 |
+
"lstrip": false,
|
305 |
+
"normalized": true,
|
306 |
+
"rstrip": false,
|
307 |
+
"single_word": false,
|
308 |
+
"special": false
|
309 |
+
},
|
310 |
+
"32035": {
|
311 |
+
"content": "<frame_00035>",
|
312 |
+
"lstrip": false,
|
313 |
+
"normalized": true,
|
314 |
+
"rstrip": false,
|
315 |
+
"single_word": false,
|
316 |
+
"special": false
|
317 |
+
},
|
318 |
+
"32036": {
|
319 |
+
"content": "<frame_00036>",
|
320 |
+
"lstrip": false,
|
321 |
+
"normalized": true,
|
322 |
+
"rstrip": false,
|
323 |
+
"single_word": false,
|
324 |
+
"special": false
|
325 |
+
},
|
326 |
+
"32037": {
|
327 |
+
"content": "<frame_00037>",
|
328 |
+
"lstrip": false,
|
329 |
+
"normalized": true,
|
330 |
+
"rstrip": false,
|
331 |
+
"single_word": false,
|
332 |
+
"special": false
|
333 |
+
},
|
334 |
+
"32038": {
|
335 |
+
"content": "<frame_00038>",
|
336 |
+
"lstrip": false,
|
337 |
+
"normalized": true,
|
338 |
+
"rstrip": false,
|
339 |
+
"single_word": false,
|
340 |
+
"special": false
|
341 |
+
},
|
342 |
+
"32039": {
|
343 |
+
"content": "<frame_00039>",
|
344 |
+
"lstrip": false,
|
345 |
+
"normalized": true,
|
346 |
+
"rstrip": false,
|
347 |
+
"single_word": false,
|
348 |
+
"special": false
|
349 |
+
},
|
350 |
+
"32040": {
|
351 |
+
"content": "<frame_00040>",
|
352 |
+
"lstrip": false,
|
353 |
+
"normalized": true,
|
354 |
+
"rstrip": false,
|
355 |
+
"single_word": false,
|
356 |
+
"special": false
|
357 |
+
},
|
358 |
+
"32041": {
|
359 |
+
"content": "<frame_00041>",
|
360 |
+
"lstrip": false,
|
361 |
+
"normalized": true,
|
362 |
+
"rstrip": false,
|
363 |
+
"single_word": false,
|
364 |
+
"special": false
|
365 |
+
},
|
366 |
+
"32042": {
|
367 |
+
"content": "<frame_00042>",
|
368 |
+
"lstrip": false,
|
369 |
+
"normalized": true,
|
370 |
+
"rstrip": false,
|
371 |
+
"single_word": false,
|
372 |
+
"special": false
|
373 |
+
},
|
374 |
+
"32043": {
|
375 |
+
"content": "<frame_00043>",
|
376 |
+
"lstrip": false,
|
377 |
+
"normalized": true,
|
378 |
+
"rstrip": false,
|
379 |
+
"single_word": false,
|
380 |
+
"special": false
|
381 |
+
},
|
382 |
+
"32044": {
|
383 |
+
"content": "<frame_00044>",
|
384 |
+
"lstrip": false,
|
385 |
+
"normalized": true,
|
386 |
+
"rstrip": false,
|
387 |
+
"single_word": false,
|
388 |
+
"special": false
|
389 |
+
},
|
390 |
+
"32045": {
|
391 |
+
"content": "<frame_00045>",
|
392 |
+
"lstrip": false,
|
393 |
+
"normalized": true,
|
394 |
+
"rstrip": false,
|
395 |
+
"single_word": false,
|
396 |
+
"special": false
|
397 |
+
},
|
398 |
+
"32046": {
|
399 |
+
"content": "<frame_00046>",
|
400 |
+
"lstrip": false,
|
401 |
+
"normalized": true,
|
402 |
+
"rstrip": false,
|
403 |
+
"single_word": false,
|
404 |
+
"special": false
|
405 |
+
},
|
406 |
+
"32047": {
|
407 |
+
"content": "<frame_00047>",
|
408 |
+
"lstrip": false,
|
409 |
+
"normalized": true,
|
410 |
+
"rstrip": false,
|
411 |
+
"single_word": false,
|
412 |
+
"special": false
|
413 |
+
},
|
414 |
+
"32048": {
|
415 |
+
"content": "<frame_00048>",
|
416 |
+
"lstrip": false,
|
417 |
+
"normalized": true,
|
418 |
+
"rstrip": false,
|
419 |
+
"single_word": false,
|
420 |
+
"special": false
|
421 |
+
},
|
422 |
+
"32049": {
|
423 |
+
"content": "<frame_00049>",
|
424 |
+
"lstrip": false,
|
425 |
+
"normalized": true,
|
426 |
+
"rstrip": false,
|
427 |
+
"single_word": false,
|
428 |
+
"special": false
|
429 |
+
},
|
430 |
+
"32050": {
|
431 |
+
"content": "<frame_00050>",
|
432 |
+
"lstrip": false,
|
433 |
+
"normalized": true,
|
434 |
+
"rstrip": false,
|
435 |
+
"single_word": false,
|
436 |
+
"special": false
|
437 |
+
},
|
438 |
+
"32051": {
|
439 |
+
"content": "<frame_00051>",
|
440 |
+
"lstrip": false,
|
441 |
+
"normalized": true,
|
442 |
+
"rstrip": false,
|
443 |
+
"single_word": false,
|
444 |
+
"special": false
|
445 |
+
},
|
446 |
+
"32052": {
|
447 |
+
"content": "<frame_00052>",
|
448 |
+
"lstrip": false,
|
449 |
+
"normalized": true,
|
450 |
+
"rstrip": false,
|
451 |
+
"single_word": false,
|
452 |
+
"special": false
|
453 |
+
},
|
454 |
+
"32053": {
|
455 |
+
"content": "<frame_00053>",
|
456 |
+
"lstrip": false,
|
457 |
+
"normalized": true,
|
458 |
+
"rstrip": false,
|
459 |
+
"single_word": false,
|
460 |
+
"special": false
|
461 |
+
},
|
462 |
+
"32054": {
|
463 |
+
"content": "<frame_00054>",
|
464 |
+
"lstrip": false,
|
465 |
+
"normalized": true,
|
466 |
+
"rstrip": false,
|
467 |
+
"single_word": false,
|
468 |
+
"special": false
|
469 |
+
},
|
470 |
+
"32055": {
|
471 |
+
"content": "<frame_00055>",
|
472 |
+
"lstrip": false,
|
473 |
+
"normalized": true,
|
474 |
+
"rstrip": false,
|
475 |
+
"single_word": false,
|
476 |
+
"special": false
|
477 |
+
},
|
478 |
+
"32056": {
|
479 |
+
"content": "<frame_00056>",
|
480 |
+
"lstrip": false,
|
481 |
+
"normalized": true,
|
482 |
+
"rstrip": false,
|
483 |
+
"single_word": false,
|
484 |
+
"special": false
|
485 |
+
},
|
486 |
+
"32057": {
|
487 |
+
"content": "<frame_00057>",
|
488 |
+
"lstrip": false,
|
489 |
+
"normalized": true,
|
490 |
+
"rstrip": false,
|
491 |
+
"single_word": false,
|
492 |
+
"special": false
|
493 |
+
},
|
494 |
+
"32058": {
|
495 |
+
"content": "<frame_00058>",
|
496 |
+
"lstrip": false,
|
497 |
+
"normalized": true,
|
498 |
+
"rstrip": false,
|
499 |
+
"single_word": false,
|
500 |
+
"special": false
|
501 |
+
},
|
502 |
+
"32059": {
|
503 |
+
"content": "<frame_00059>",
|
504 |
+
"lstrip": false,
|
505 |
+
"normalized": true,
|
506 |
+
"rstrip": false,
|
507 |
+
"single_word": false,
|
508 |
+
"special": false
|
509 |
+
},
|
510 |
+
"32060": {
|
511 |
+
"content": "<frame_00060>",
|
512 |
+
"lstrip": false,
|
513 |
+
"normalized": true,
|
514 |
+
"rstrip": false,
|
515 |
+
"single_word": false,
|
516 |
+
"special": false
|
517 |
+
},
|
518 |
+
"32061": {
|
519 |
+
"content": "<frame_00061>",
|
520 |
+
"lstrip": false,
|
521 |
+
"normalized": true,
|
522 |
+
"rstrip": false,
|
523 |
+
"single_word": false,
|
524 |
+
"special": false
|
525 |
+
},
|
526 |
+
"32062": {
|
527 |
+
"content": "<frame_00062>",
|
528 |
+
"lstrip": false,
|
529 |
+
"normalized": true,
|
530 |
+
"rstrip": false,
|
531 |
+
"single_word": false,
|
532 |
+
"special": false
|
533 |
+
},
|
534 |
+
"32063": {
|
535 |
+
"content": "<frame_00063>",
|
536 |
+
"lstrip": false,
|
537 |
+
"normalized": true,
|
538 |
+
"rstrip": false,
|
539 |
+
"single_word": false,
|
540 |
+
"special": false
|
541 |
+
},
|
542 |
+
"32064": {
|
543 |
+
"content": "<frame_00064>",
|
544 |
+
"lstrip": false,
|
545 |
+
"normalized": true,
|
546 |
+
"rstrip": false,
|
547 |
+
"single_word": false,
|
548 |
+
"special": false
|
549 |
+
},
|
550 |
+
"32065": {
|
551 |
+
"content": "<frame_00065>",
|
552 |
+
"lstrip": false,
|
553 |
+
"normalized": true,
|
554 |
+
"rstrip": false,
|
555 |
+
"single_word": false,
|
556 |
+
"special": false
|
557 |
+
},
|
558 |
+
"32066": {
|
559 |
+
"content": "<frame_00066>",
|
560 |
+
"lstrip": false,
|
561 |
+
"normalized": true,
|
562 |
+
"rstrip": false,
|
563 |
+
"single_word": false,
|
564 |
+
"special": false
|
565 |
+
},
|
566 |
+
"32067": {
|
567 |
+
"content": "<frame_00067>",
|
568 |
+
"lstrip": false,
|
569 |
+
"normalized": true,
|
570 |
+
"rstrip": false,
|
571 |
+
"single_word": false,
|
572 |
+
"special": false
|
573 |
+
},
|
574 |
+
"32068": {
|
575 |
+
"content": "<frame_00068>",
|
576 |
+
"lstrip": false,
|
577 |
+
"normalized": true,
|
578 |
+
"rstrip": false,
|
579 |
+
"single_word": false,
|
580 |
+
"special": false
|
581 |
+
},
|
582 |
+
"32069": {
|
583 |
+
"content": "<frame_00069>",
|
584 |
+
"lstrip": false,
|
585 |
+
"normalized": true,
|
586 |
+
"rstrip": false,
|
587 |
+
"single_word": false,
|
588 |
+
"special": false
|
589 |
+
},
|
590 |
+
"32070": {
|
591 |
+
"content": "<frame_00070>",
|
592 |
+
"lstrip": false,
|
593 |
+
"normalized": true,
|
594 |
+
"rstrip": false,
|
595 |
+
"single_word": false,
|
596 |
+
"special": false
|
597 |
+
},
|
598 |
+
"32071": {
|
599 |
+
"content": "<frame_00071>",
|
600 |
+
"lstrip": false,
|
601 |
+
"normalized": true,
|
602 |
+
"rstrip": false,
|
603 |
+
"single_word": false,
|
604 |
+
"special": false
|
605 |
+
},
|
606 |
+
"32072": {
|
607 |
+
"content": "<frame_00072>",
|
608 |
+
"lstrip": false,
|
609 |
+
"normalized": true,
|
610 |
+
"rstrip": false,
|
611 |
+
"single_word": false,
|
612 |
+
"special": false
|
613 |
+
},
|
614 |
+
"32073": {
|
615 |
+
"content": "<frame_00073>",
|
616 |
+
"lstrip": false,
|
617 |
+
"normalized": true,
|
618 |
+
"rstrip": false,
|
619 |
+
"single_word": false,
|
620 |
+
"special": false
|
621 |
+
},
|
622 |
+
"32074": {
|
623 |
+
"content": "<frame_00074>",
|
624 |
+
"lstrip": false,
|
625 |
+
"normalized": true,
|
626 |
+
"rstrip": false,
|
627 |
+
"single_word": false,
|
628 |
+
"special": false
|
629 |
+
},
|
630 |
+
"32075": {
|
631 |
+
"content": "<frame_00075>",
|
632 |
+
"lstrip": false,
|
633 |
+
"normalized": true,
|
634 |
+
"rstrip": false,
|
635 |
+
"single_word": false,
|
636 |
+
"special": false
|
637 |
+
},
|
638 |
+
"32076": {
|
639 |
+
"content": "<frame_00076>",
|
640 |
+
"lstrip": false,
|
641 |
+
"normalized": true,
|
642 |
+
"rstrip": false,
|
643 |
+
"single_word": false,
|
644 |
+
"special": false
|
645 |
+
},
|
646 |
+
"32077": {
|
647 |
+
"content": "<frame_00077>",
|
648 |
+
"lstrip": false,
|
649 |
+
"normalized": true,
|
650 |
+
"rstrip": false,
|
651 |
+
"single_word": false,
|
652 |
+
"special": false
|
653 |
+
},
|
654 |
+
"32078": {
|
655 |
+
"content": "<frame_00078>",
|
656 |
+
"lstrip": false,
|
657 |
+
"normalized": true,
|
658 |
+
"rstrip": false,
|
659 |
+
"single_word": false,
|
660 |
+
"special": false
|
661 |
+
},
|
662 |
+
"32079": {
|
663 |
+
"content": "<frame_00079>",
|
664 |
+
"lstrip": false,
|
665 |
+
"normalized": true,
|
666 |
+
"rstrip": false,
|
667 |
+
"single_word": false,
|
668 |
+
"special": false
|
669 |
+
},
|
670 |
+
"32080": {
|
671 |
+
"content": "<frame_00080>",
|
672 |
+
"lstrip": false,
|
673 |
+
"normalized": true,
|
674 |
+
"rstrip": false,
|
675 |
+
"single_word": false,
|
676 |
+
"special": false
|
677 |
+
},
|
678 |
+
"32081": {
|
679 |
+
"content": "<frame_00081>",
|
680 |
+
"lstrip": false,
|
681 |
+
"normalized": true,
|
682 |
+
"rstrip": false,
|
683 |
+
"single_word": false,
|
684 |
+
"special": false
|
685 |
+
},
|
686 |
+
"32082": {
|
687 |
+
"content": "<frame_00082>",
|
688 |
+
"lstrip": false,
|
689 |
+
"normalized": true,
|
690 |
+
"rstrip": false,
|
691 |
+
"single_word": false,
|
692 |
+
"special": false
|
693 |
+
},
|
694 |
+
"32083": {
|
695 |
+
"content": "<frame_00083>",
|
696 |
+
"lstrip": false,
|
697 |
+
"normalized": true,
|
698 |
+
"rstrip": false,
|
699 |
+
"single_word": false,
|
700 |
+
"special": false
|
701 |
+
},
|
702 |
+
"32084": {
|
703 |
+
"content": "<frame_00084>",
|
704 |
+
"lstrip": false,
|
705 |
+
"normalized": true,
|
706 |
+
"rstrip": false,
|
707 |
+
"single_word": false,
|
708 |
+
"special": false
|
709 |
+
},
|
710 |
+
"32085": {
|
711 |
+
"content": "<frame_00085>",
|
712 |
+
"lstrip": false,
|
713 |
+
"normalized": true,
|
714 |
+
"rstrip": false,
|
715 |
+
"single_word": false,
|
716 |
+
"special": false
|
717 |
+
},
|
718 |
+
"32086": {
|
719 |
+
"content": "<frame_00086>",
|
720 |
+
"lstrip": false,
|
721 |
+
"normalized": true,
|
722 |
+
"rstrip": false,
|
723 |
+
"single_word": false,
|
724 |
+
"special": false
|
725 |
+
},
|
726 |
+
"32087": {
|
727 |
+
"content": "<frame_00087>",
|
728 |
+
"lstrip": false,
|
729 |
+
"normalized": true,
|
730 |
+
"rstrip": false,
|
731 |
+
"single_word": false,
|
732 |
+
"special": false
|
733 |
+
},
|
734 |
+
"32088": {
|
735 |
+
"content": "<frame_00088>",
|
736 |
+
"lstrip": false,
|
737 |
+
"normalized": true,
|
738 |
+
"rstrip": false,
|
739 |
+
"single_word": false,
|
740 |
+
"special": false
|
741 |
+
},
|
742 |
+
"32089": {
|
743 |
+
"content": "<frame_00089>",
|
744 |
+
"lstrip": false,
|
745 |
+
"normalized": true,
|
746 |
+
"rstrip": false,
|
747 |
+
"single_word": false,
|
748 |
+
"special": false
|
749 |
+
},
|
750 |
+
"32090": {
|
751 |
+
"content": "<frame_00090>",
|
752 |
+
"lstrip": false,
|
753 |
+
"normalized": true,
|
754 |
+
"rstrip": false,
|
755 |
+
"single_word": false,
|
756 |
+
"special": false
|
757 |
+
},
|
758 |
+
"32091": {
|
759 |
+
"content": "<frame_00091>",
|
760 |
+
"lstrip": false,
|
761 |
+
"normalized": true,
|
762 |
+
"rstrip": false,
|
763 |
+
"single_word": false,
|
764 |
+
"special": false
|
765 |
+
},
|
766 |
+
"32092": {
|
767 |
+
"content": "<frame_00092>",
|
768 |
+
"lstrip": false,
|
769 |
+
"normalized": true,
|
770 |
+
"rstrip": false,
|
771 |
+
"single_word": false,
|
772 |
+
"special": false
|
773 |
+
},
|
774 |
+
"32093": {
|
775 |
+
"content": "<frame_00093>",
|
776 |
+
"lstrip": false,
|
777 |
+
"normalized": true,
|
778 |
+
"rstrip": false,
|
779 |
+
"single_word": false,
|
780 |
+
"special": false
|
781 |
+
},
|
782 |
+
"32094": {
|
783 |
+
"content": "<frame_00094>",
|
784 |
+
"lstrip": false,
|
785 |
+
"normalized": true,
|
786 |
+
"rstrip": false,
|
787 |
+
"single_word": false,
|
788 |
+
"special": false
|
789 |
+
},
|
790 |
+
"32095": {
|
791 |
+
"content": "<frame_00095>",
|
792 |
+
"lstrip": false,
|
793 |
+
"normalized": true,
|
794 |
+
"rstrip": false,
|
795 |
+
"single_word": false,
|
796 |
+
"special": false
|
797 |
+
},
|
798 |
+
"32096": {
|
799 |
+
"content": "<frame_00096>",
|
800 |
+
"lstrip": false,
|
801 |
+
"normalized": true,
|
802 |
+
"rstrip": false,
|
803 |
+
"single_word": false,
|
804 |
+
"special": false
|
805 |
+
},
|
806 |
+
"32097": {
|
807 |
+
"content": "<frame_00097>",
|
808 |
+
"lstrip": false,
|
809 |
+
"normalized": true,
|
810 |
+
"rstrip": false,
|
811 |
+
"single_word": false,
|
812 |
+
"special": false
|
813 |
+
},
|
814 |
+
"32098": {
|
815 |
+
"content": "<frame_00098>",
|
816 |
+
"lstrip": false,
|
817 |
+
"normalized": true,
|
818 |
+
"rstrip": false,
|
819 |
+
"single_word": false,
|
820 |
+
"special": false
|
821 |
+
},
|
822 |
+
"32099": {
|
823 |
+
"content": "<frame_00099>",
|
824 |
+
"lstrip": false,
|
825 |
+
"normalized": true,
|
826 |
+
"rstrip": false,
|
827 |
+
"single_word": false,
|
828 |
+
"special": false
|
829 |
+
},
|
830 |
+
"32100": {
|
831 |
+
"content": "<frame_00100>",
|
832 |
+
"lstrip": false,
|
833 |
+
"normalized": true,
|
834 |
+
"rstrip": false,
|
835 |
+
"single_word": false,
|
836 |
+
"special": false
|
837 |
+
},
|
838 |
+
"32101": {
|
839 |
+
"content": "<frame_00101>",
|
840 |
+
"lstrip": false,
|
841 |
+
"normalized": true,
|
842 |
+
"rstrip": false,
|
843 |
+
"single_word": false,
|
844 |
+
"special": false
|
845 |
+
},
|
846 |
+
"32102": {
|
847 |
+
"content": "<frame_00102>",
|
848 |
+
"lstrip": false,
|
849 |
+
"normalized": true,
|
850 |
+
"rstrip": false,
|
851 |
+
"single_word": false,
|
852 |
+
"special": false
|
853 |
+
},
|
854 |
+
"32103": {
|
855 |
+
"content": "<frame_00103>",
|
856 |
+
"lstrip": false,
|
857 |
+
"normalized": true,
|
858 |
+
"rstrip": false,
|
859 |
+
"single_word": false,
|
860 |
+
"special": false
|
861 |
+
},
|
862 |
+
"32104": {
|
863 |
+
"content": "<frame_00104>",
|
864 |
+
"lstrip": false,
|
865 |
+
"normalized": true,
|
866 |
+
"rstrip": false,
|
867 |
+
"single_word": false,
|
868 |
+
"special": false
|
869 |
+
},
|
870 |
+
"32105": {
|
871 |
+
"content": "<frame_00105>",
|
872 |
+
"lstrip": false,
|
873 |
+
"normalized": true,
|
874 |
+
"rstrip": false,
|
875 |
+
"single_word": false,
|
876 |
+
"special": false
|
877 |
+
},
|
878 |
+
"32106": {
|
879 |
+
"content": "<frame_00106>",
|
880 |
+
"lstrip": false,
|
881 |
+
"normalized": true,
|
882 |
+
"rstrip": false,
|
883 |
+
"single_word": false,
|
884 |
+
"special": false
|
885 |
+
},
|
886 |
+
"32107": {
|
887 |
+
"content": "<frame_00107>",
|
888 |
+
"lstrip": false,
|
889 |
+
"normalized": true,
|
890 |
+
"rstrip": false,
|
891 |
+
"single_word": false,
|
892 |
+
"special": false
|
893 |
+
},
|
894 |
+
"32108": {
|
895 |
+
"content": "<frame_00108>",
|
896 |
+
"lstrip": false,
|
897 |
+
"normalized": true,
|
898 |
+
"rstrip": false,
|
899 |
+
"single_word": false,
|
900 |
+
"special": false
|
901 |
+
},
|
902 |
+
"32109": {
|
903 |
+
"content": "<frame_00109>",
|
904 |
+
"lstrip": false,
|
905 |
+
"normalized": true,
|
906 |
+
"rstrip": false,
|
907 |
+
"single_word": false,
|
908 |
+
"special": false
|
909 |
+
},
|
910 |
+
"32110": {
|
911 |
+
"content": "<frame_00110>",
|
912 |
+
"lstrip": false,
|
913 |
+
"normalized": true,
|
914 |
+
"rstrip": false,
|
915 |
+
"single_word": false,
|
916 |
+
"special": false
|
917 |
+
},
|
918 |
+
"32111": {
|
919 |
+
"content": "<frame_00111>",
|
920 |
+
"lstrip": false,
|
921 |
+
"normalized": true,
|
922 |
+
"rstrip": false,
|
923 |
+
"single_word": false,
|
924 |
+
"special": false
|
925 |
+
},
|
926 |
+
"32112": {
|
927 |
+
"content": "<frame_00112>",
|
928 |
+
"lstrip": false,
|
929 |
+
"normalized": true,
|
930 |
+
"rstrip": false,
|
931 |
+
"single_word": false,
|
932 |
+
"special": false
|
933 |
+
},
|
934 |
+
"32113": {
|
935 |
+
"content": "<frame_00113>",
|
936 |
+
"lstrip": false,
|
937 |
+
"normalized": true,
|
938 |
+
"rstrip": false,
|
939 |
+
"single_word": false,
|
940 |
+
"special": false
|
941 |
+
},
|
942 |
+
"32114": {
|
943 |
+
"content": "<frame_00114>",
|
944 |
+
"lstrip": false,
|
945 |
+
"normalized": true,
|
946 |
+
"rstrip": false,
|
947 |
+
"single_word": false,
|
948 |
+
"special": false
|
949 |
+
},
|
950 |
+
"32115": {
|
951 |
+
"content": "<frame_00115>",
|
952 |
+
"lstrip": false,
|
953 |
+
"normalized": true,
|
954 |
+
"rstrip": false,
|
955 |
+
"single_word": false,
|
956 |
+
"special": false
|
957 |
+
},
|
958 |
+
"32116": {
|
959 |
+
"content": "<frame_00116>",
|
960 |
+
"lstrip": false,
|
961 |
+
"normalized": true,
|
962 |
+
"rstrip": false,
|
963 |
+
"single_word": false,
|
964 |
+
"special": false
|
965 |
+
},
|
966 |
+
"32117": {
|
967 |
+
"content": "<frame_00117>",
|
968 |
+
"lstrip": false,
|
969 |
+
"normalized": true,
|
970 |
+
"rstrip": false,
|
971 |
+
"single_word": false,
|
972 |
+
"special": false
|
973 |
+
},
|
974 |
+
"32118": {
|
975 |
+
"content": "<frame_00118>",
|
976 |
+
"lstrip": false,
|
977 |
+
"normalized": true,
|
978 |
+
"rstrip": false,
|
979 |
+
"single_word": false,
|
980 |
+
"special": false
|
981 |
+
},
|
982 |
+
"32119": {
|
983 |
+
"content": "<frame_00119>",
|
984 |
+
"lstrip": false,
|
985 |
+
"normalized": true,
|
986 |
+
"rstrip": false,
|
987 |
+
"single_word": false,
|
988 |
+
"special": false
|
989 |
+
},
|
990 |
+
"32120": {
|
991 |
+
"content": "<frame_00120>",
|
992 |
+
"lstrip": false,
|
993 |
+
"normalized": true,
|
994 |
+
"rstrip": false,
|
995 |
+
"single_word": false,
|
996 |
+
"special": false
|
997 |
+
},
|
998 |
+
"32121": {
|
999 |
+
"content": "<frame_00121>",
|
1000 |
+
"lstrip": false,
|
1001 |
+
"normalized": true,
|
1002 |
+
"rstrip": false,
|
1003 |
+
"single_word": false,
|
1004 |
+
"special": false
|
1005 |
+
},
|
1006 |
+
"32122": {
|
1007 |
+
"content": "<frame_00122>",
|
1008 |
+
"lstrip": false,
|
1009 |
+
"normalized": true,
|
1010 |
+
"rstrip": false,
|
1011 |
+
"single_word": false,
|
1012 |
+
"special": false
|
1013 |
+
},
|
1014 |
+
"32123": {
|
1015 |
+
"content": "<frame_00123>",
|
1016 |
+
"lstrip": false,
|
1017 |
+
"normalized": true,
|
1018 |
+
"rstrip": false,
|
1019 |
+
"single_word": false,
|
1020 |
+
"special": false
|
1021 |
+
},
|
1022 |
+
"32124": {
|
1023 |
+
"content": "<frame_00124>",
|
1024 |
+
"lstrip": false,
|
1025 |
+
"normalized": true,
|
1026 |
+
"rstrip": false,
|
1027 |
+
"single_word": false,
|
1028 |
+
"special": false
|
1029 |
+
},
|
1030 |
+
"32125": {
|
1031 |
+
"content": "<frame_00125>",
|
1032 |
+
"lstrip": false,
|
1033 |
+
"normalized": true,
|
1034 |
+
"rstrip": false,
|
1035 |
+
"single_word": false,
|
1036 |
+
"special": false
|
1037 |
+
},
|
1038 |
+
"32126": {
|
1039 |
+
"content": "<frame_00126>",
|
1040 |
+
"lstrip": false,
|
1041 |
+
"normalized": true,
|
1042 |
+
"rstrip": false,
|
1043 |
+
"single_word": false,
|
1044 |
+
"special": false
|
1045 |
+
},
|
1046 |
+
"32127": {
|
1047 |
+
"content": "<frame_00127>",
|
1048 |
+
"lstrip": false,
|
1049 |
+
"normalized": true,
|
1050 |
+
"rstrip": false,
|
1051 |
+
"single_word": false,
|
1052 |
+
"special": false
|
1053 |
+
},
|
1054 |
+
"32128": {
|
1055 |
+
"content": "<frame_00128>",
|
1056 |
+
"lstrip": false,
|
1057 |
+
"normalized": true,
|
1058 |
+
"rstrip": false,
|
1059 |
+
"single_word": false,
|
1060 |
+
"special": false
|
1061 |
+
},
|
1062 |
+
"32129": {
|
1063 |
+
"content": "<frame_00129>",
|
1064 |
+
"lstrip": false,
|
1065 |
+
"normalized": true,
|
1066 |
+
"rstrip": false,
|
1067 |
+
"single_word": false,
|
1068 |
+
"special": false
|
1069 |
+
},
|
1070 |
+
"32130": {
|
1071 |
+
"content": "<frame_00130>",
|
1072 |
+
"lstrip": false,
|
1073 |
+
"normalized": true,
|
1074 |
+
"rstrip": false,
|
1075 |
+
"single_word": false,
|
1076 |
+
"special": false
|
1077 |
+
},
|
1078 |
+
"32131": {
|
1079 |
+
"content": "<frame_00131>",
|
1080 |
+
"lstrip": false,
|
1081 |
+
"normalized": true,
|
1082 |
+
"rstrip": false,
|
1083 |
+
"single_word": false,
|
1084 |
+
"special": false
|
1085 |
+
},
|
1086 |
+
"32132": {
|
1087 |
+
"content": "<frame_00132>",
|
1088 |
+
"lstrip": false,
|
1089 |
+
"normalized": true,
|
1090 |
+
"rstrip": false,
|
1091 |
+
"single_word": false,
|
1092 |
+
"special": false
|
1093 |
+
},
|
1094 |
+
"32133": {
|
1095 |
+
"content": "<frame_00133>",
|
1096 |
+
"lstrip": false,
|
1097 |
+
"normalized": true,
|
1098 |
+
"rstrip": false,
|
1099 |
+
"single_word": false,
|
1100 |
+
"special": false
|
1101 |
+
},
|
1102 |
+
"32134": {
|
1103 |
+
"content": "<frame_00134>",
|
1104 |
+
"lstrip": false,
|
1105 |
+
"normalized": true,
|
1106 |
+
"rstrip": false,
|
1107 |
+
"single_word": false,
|
1108 |
+
"special": false
|
1109 |
+
},
|
1110 |
+
"32135": {
|
1111 |
+
"content": "<frame_00135>",
|
1112 |
+
"lstrip": false,
|
1113 |
+
"normalized": true,
|
1114 |
+
"rstrip": false,
|
1115 |
+
"single_word": false,
|
1116 |
+
"special": false
|
1117 |
+
},
|
1118 |
+
"32136": {
|
1119 |
+
"content": "<frame_00136>",
|
1120 |
+
"lstrip": false,
|
1121 |
+
"normalized": true,
|
1122 |
+
"rstrip": false,
|
1123 |
+
"single_word": false,
|
1124 |
+
"special": false
|
1125 |
+
},
|
1126 |
+
"32137": {
|
1127 |
+
"content": "<frame_00137>",
|
1128 |
+
"lstrip": false,
|
1129 |
+
"normalized": true,
|
1130 |
+
"rstrip": false,
|
1131 |
+
"single_word": false,
|
1132 |
+
"special": false
|
1133 |
+
},
|
1134 |
+
"32138": {
|
1135 |
+
"content": "<frame_00138>",
|
1136 |
+
"lstrip": false,
|
1137 |
+
"normalized": true,
|
1138 |
+
"rstrip": false,
|
1139 |
+
"single_word": false,
|
1140 |
+
"special": false
|
1141 |
+
},
|
1142 |
+
"32139": {
|
1143 |
+
"content": "<frame_00139>",
|
1144 |
+
"lstrip": false,
|
1145 |
+
"normalized": true,
|
1146 |
+
"rstrip": false,
|
1147 |
+
"single_word": false,
|
1148 |
+
"special": false
|
1149 |
+
},
|
1150 |
+
"32140": {
|
1151 |
+
"content": "<frame_00140>",
|
1152 |
+
"lstrip": false,
|
1153 |
+
"normalized": true,
|
1154 |
+
"rstrip": false,
|
1155 |
+
"single_word": false,
|
1156 |
+
"special": false
|
1157 |
+
},
|
1158 |
+
"32141": {
|
1159 |
+
"content": "<frame_00141>",
|
1160 |
+
"lstrip": false,
|
1161 |
+
"normalized": true,
|
1162 |
+
"rstrip": false,
|
1163 |
+
"single_word": false,
|
1164 |
+
"special": false
|
1165 |
+
},
|
1166 |
+
"32142": {
|
1167 |
+
"content": "<frame_00142>",
|
1168 |
+
"lstrip": false,
|
1169 |
+
"normalized": true,
|
1170 |
+
"rstrip": false,
|
1171 |
+
"single_word": false,
|
1172 |
+
"special": false
|
1173 |
+
},
|
1174 |
+
"32143": {
|
1175 |
+
"content": "<frame_00143>",
|
1176 |
+
"lstrip": false,
|
1177 |
+
"normalized": true,
|
1178 |
+
"rstrip": false,
|
1179 |
+
"single_word": false,
|
1180 |
+
"special": false
|
1181 |
+
},
|
1182 |
+
"32144": {
|
1183 |
+
"content": "<frame_00144>",
|
1184 |
+
"lstrip": false,
|
1185 |
+
"normalized": true,
|
1186 |
+
"rstrip": false,
|
1187 |
+
"single_word": false,
|
1188 |
+
"special": false
|
1189 |
+
},
|
1190 |
+
"32145": {
|
1191 |
+
"content": "<frame_00145>",
|
1192 |
+
"lstrip": false,
|
1193 |
+
"normalized": true,
|
1194 |
+
"rstrip": false,
|
1195 |
+
"single_word": false,
|
1196 |
+
"special": false
|
1197 |
+
},
|
1198 |
+
"32146": {
|
1199 |
+
"content": "<frame_00146>",
|
1200 |
+
"lstrip": false,
|
1201 |
+
"normalized": true,
|
1202 |
+
"rstrip": false,
|
1203 |
+
"single_word": false,
|
1204 |
+
"special": false
|
1205 |
+
},
|
1206 |
+
"32147": {
|
1207 |
+
"content": "<frame_00147>",
|
1208 |
+
"lstrip": false,
|
1209 |
+
"normalized": true,
|
1210 |
+
"rstrip": false,
|
1211 |
+
"single_word": false,
|
1212 |
+
"special": false
|
1213 |
+
},
|
1214 |
+
"32148": {
|
1215 |
+
"content": "<frame_00148>",
|
1216 |
+
"lstrip": false,
|
1217 |
+
"normalized": true,
|
1218 |
+
"rstrip": false,
|
1219 |
+
"single_word": false,
|
1220 |
+
"special": false
|
1221 |
+
},
|
1222 |
+
"32149": {
|
1223 |
+
"content": "<frame_00149>",
|
1224 |
+
"lstrip": false,
|
1225 |
+
"normalized": true,
|
1226 |
+
"rstrip": false,
|
1227 |
+
"single_word": false,
|
1228 |
+
"special": false
|
1229 |
+
},
|
1230 |
+
"32150": {
|
1231 |
+
"content": "<frame_00150>",
|
1232 |
+
"lstrip": false,
|
1233 |
+
"normalized": true,
|
1234 |
+
"rstrip": false,
|
1235 |
+
"single_word": false,
|
1236 |
+
"special": false
|
1237 |
+
},
|
1238 |
+
"32151": {
|
1239 |
+
"content": "<frame_00151>",
|
1240 |
+
"lstrip": false,
|
1241 |
+
"normalized": true,
|
1242 |
+
"rstrip": false,
|
1243 |
+
"single_word": false,
|
1244 |
+
"special": false
|
1245 |
+
},
|
1246 |
+
"32152": {
|
1247 |
+
"content": "<frame_00152>",
|
1248 |
+
"lstrip": false,
|
1249 |
+
"normalized": true,
|
1250 |
+
"rstrip": false,
|
1251 |
+
"single_word": false,
|
1252 |
+
"special": false
|
1253 |
+
},
|
1254 |
+
"32153": {
|
1255 |
+
"content": "<frame_00153>",
|
1256 |
+
"lstrip": false,
|
1257 |
+
"normalized": true,
|
1258 |
+
"rstrip": false,
|
1259 |
+
"single_word": false,
|
1260 |
+
"special": false
|
1261 |
+
},
|
1262 |
+
"32154": {
|
1263 |
+
"content": "<frame_00154>",
|
1264 |
+
"lstrip": false,
|
1265 |
+
"normalized": true,
|
1266 |
+
"rstrip": false,
|
1267 |
+
"single_word": false,
|
1268 |
+
"special": false
|
1269 |
+
},
|
1270 |
+
"32155": {
|
1271 |
+
"content": "<frame_00155>",
|
1272 |
+
"lstrip": false,
|
1273 |
+
"normalized": true,
|
1274 |
+
"rstrip": false,
|
1275 |
+
"single_word": false,
|
1276 |
+
"special": false
|
1277 |
+
},
|
1278 |
+
"32156": {
|
1279 |
+
"content": "<frame_00156>",
|
1280 |
+
"lstrip": false,
|
1281 |
+
"normalized": true,
|
1282 |
+
"rstrip": false,
|
1283 |
+
"single_word": false,
|
1284 |
+
"special": false
|
1285 |
+
},
|
1286 |
+
"32157": {
|
1287 |
+
"content": "<frame_00157>",
|
1288 |
+
"lstrip": false,
|
1289 |
+
"normalized": true,
|
1290 |
+
"rstrip": false,
|
1291 |
+
"single_word": false,
|
1292 |
+
"special": false
|
1293 |
+
},
|
1294 |
+
"32158": {
|
1295 |
+
"content": "<frame_00158>",
|
1296 |
+
"lstrip": false,
|
1297 |
+
"normalized": true,
|
1298 |
+
"rstrip": false,
|
1299 |
+
"single_word": false,
|
1300 |
+
"special": false
|
1301 |
+
},
|
1302 |
+
"32159": {
|
1303 |
+
"content": "<frame_00159>",
|
1304 |
+
"lstrip": false,
|
1305 |
+
"normalized": true,
|
1306 |
+
"rstrip": false,
|
1307 |
+
"single_word": false,
|
1308 |
+
"special": false
|
1309 |
+
},
|
1310 |
+
"32160": {
|
1311 |
+
"content": "<frame_00160>",
|
1312 |
+
"lstrip": false,
|
1313 |
+
"normalized": true,
|
1314 |
+
"rstrip": false,
|
1315 |
+
"single_word": false,
|
1316 |
+
"special": false
|
1317 |
+
},
|
1318 |
+
"32161": {
|
1319 |
+
"content": "<frame_00161>",
|
1320 |
+
"lstrip": false,
|
1321 |
+
"normalized": true,
|
1322 |
+
"rstrip": false,
|
1323 |
+
"single_word": false,
|
1324 |
+
"special": false
|
1325 |
+
},
|
1326 |
+
"32162": {
|
1327 |
+
"content": "<frame_00162>",
|
1328 |
+
"lstrip": false,
|
1329 |
+
"normalized": true,
|
1330 |
+
"rstrip": false,
|
1331 |
+
"single_word": false,
|
1332 |
+
"special": false
|
1333 |
+
},
|
1334 |
+
"32163": {
|
1335 |
+
"content": "<frame_00163>",
|
1336 |
+
"lstrip": false,
|
1337 |
+
"normalized": true,
|
1338 |
+
"rstrip": false,
|
1339 |
+
"single_word": false,
|
1340 |
+
"special": false
|
1341 |
+
},
|
1342 |
+
"32164": {
|
1343 |
+
"content": "<frame_00164>",
|
1344 |
+
"lstrip": false,
|
1345 |
+
"normalized": true,
|
1346 |
+
"rstrip": false,
|
1347 |
+
"single_word": false,
|
1348 |
+
"special": false
|
1349 |
+
},
|
1350 |
+
"32165": {
|
1351 |
+
"content": "<frame_00165>",
|
1352 |
+
"lstrip": false,
|
1353 |
+
"normalized": true,
|
1354 |
+
"rstrip": false,
|
1355 |
+
"single_word": false,
|
1356 |
+
"special": false
|
1357 |
+
},
|
1358 |
+
"32166": {
|
1359 |
+
"content": "<frame_00166>",
|
1360 |
+
"lstrip": false,
|
1361 |
+
"normalized": true,
|
1362 |
+
"rstrip": false,
|
1363 |
+
"single_word": false,
|
1364 |
+
"special": false
|
1365 |
+
},
|
1366 |
+
"32167": {
|
1367 |
+
"content": "<frame_00167>",
|
1368 |
+
"lstrip": false,
|
1369 |
+
"normalized": true,
|
1370 |
+
"rstrip": false,
|
1371 |
+
"single_word": false,
|
1372 |
+
"special": false
|
1373 |
+
},
|
1374 |
+
"32168": {
|
1375 |
+
"content": "<frame_00168>",
|
1376 |
+
"lstrip": false,
|
1377 |
+
"normalized": true,
|
1378 |
+
"rstrip": false,
|
1379 |
+
"single_word": false,
|
1380 |
+
"special": false
|
1381 |
+
},
|
1382 |
+
"32169": {
|
1383 |
+
"content": "<frame_00169>",
|
1384 |
+
"lstrip": false,
|
1385 |
+
"normalized": true,
|
1386 |
+
"rstrip": false,
|
1387 |
+
"single_word": false,
|
1388 |
+
"special": false
|
1389 |
+
},
|
1390 |
+
"32170": {
|
1391 |
+
"content": "<frame_00170>",
|
1392 |
+
"lstrip": false,
|
1393 |
+
"normalized": true,
|
1394 |
+
"rstrip": false,
|
1395 |
+
"single_word": false,
|
1396 |
+
"special": false
|
1397 |
+
},
|
1398 |
+
"32171": {
|
1399 |
+
"content": "<frame_00171>",
|
1400 |
+
"lstrip": false,
|
1401 |
+
"normalized": true,
|
1402 |
+
"rstrip": false,
|
1403 |
+
"single_word": false,
|
1404 |
+
"special": false
|
1405 |
+
},
|
1406 |
+
"32172": {
|
1407 |
+
"content": "<frame_00172>",
|
1408 |
+
"lstrip": false,
|
1409 |
+
"normalized": true,
|
1410 |
+
"rstrip": false,
|
1411 |
+
"single_word": false,
|
1412 |
+
"special": false
|
1413 |
+
},
|
1414 |
+
"32173": {
|
1415 |
+
"content": "<frame_00173>",
|
1416 |
+
"lstrip": false,
|
1417 |
+
"normalized": true,
|
1418 |
+
"rstrip": false,
|
1419 |
+
"single_word": false,
|
1420 |
+
"special": false
|
1421 |
+
},
|
1422 |
+
"32174": {
|
1423 |
+
"content": "<frame_00174>",
|
1424 |
+
"lstrip": false,
|
1425 |
+
"normalized": true,
|
1426 |
+
"rstrip": false,
|
1427 |
+
"single_word": false,
|
1428 |
+
"special": false
|
1429 |
+
},
|
1430 |
+
"32175": {
|
1431 |
+
"content": "<frame_00175>",
|
1432 |
+
"lstrip": false,
|
1433 |
+
"normalized": true,
|
1434 |
+
"rstrip": false,
|
1435 |
+
"single_word": false,
|
1436 |
+
"special": false
|
1437 |
+
},
|
1438 |
+
"32176": {
|
1439 |
+
"content": "<frame_00176>",
|
1440 |
+
"lstrip": false,
|
1441 |
+
"normalized": true,
|
1442 |
+
"rstrip": false,
|
1443 |
+
"single_word": false,
|
1444 |
+
"special": false
|
1445 |
+
},
|
1446 |
+
"32177": {
|
1447 |
+
"content": "<frame_00177>",
|
1448 |
+
"lstrip": false,
|
1449 |
+
"normalized": true,
|
1450 |
+
"rstrip": false,
|
1451 |
+
"single_word": false,
|
1452 |
+
"special": false
|
1453 |
+
},
|
1454 |
+
"32178": {
|
1455 |
+
"content": "<frame_00178>",
|
1456 |
+
"lstrip": false,
|
1457 |
+
"normalized": true,
|
1458 |
+
"rstrip": false,
|
1459 |
+
"single_word": false,
|
1460 |
+
"special": false
|
1461 |
+
},
|
1462 |
+
"32179": {
|
1463 |
+
"content": "<frame_00179>",
|
1464 |
+
"lstrip": false,
|
1465 |
+
"normalized": true,
|
1466 |
+
"rstrip": false,
|
1467 |
+
"single_word": false,
|
1468 |
+
"special": false
|
1469 |
+
},
|
1470 |
+
"32180": {
|
1471 |
+
"content": "<frame_00180>",
|
1472 |
+
"lstrip": false,
|
1473 |
+
"normalized": true,
|
1474 |
+
"rstrip": false,
|
1475 |
+
"single_word": false,
|
1476 |
+
"special": false
|
1477 |
+
},
|
1478 |
+
"32181": {
|
1479 |
+
"content": "<frame_00181>",
|
1480 |
+
"lstrip": false,
|
1481 |
+
"normalized": true,
|
1482 |
+
"rstrip": false,
|
1483 |
+
"single_word": false,
|
1484 |
+
"special": false
|
1485 |
+
},
|
1486 |
+
"32182": {
|
1487 |
+
"content": "<frame_00182>",
|
1488 |
+
"lstrip": false,
|
1489 |
+
"normalized": true,
|
1490 |
+
"rstrip": false,
|
1491 |
+
"single_word": false,
|
1492 |
+
"special": false
|
1493 |
+
},
|
1494 |
+
"32183": {
|
1495 |
+
"content": "<frame_00183>",
|
1496 |
+
"lstrip": false,
|
1497 |
+
"normalized": true,
|
1498 |
+
"rstrip": false,
|
1499 |
+
"single_word": false,
|
1500 |
+
"special": false
|
1501 |
+
},
|
1502 |
+
"32184": {
|
1503 |
+
"content": "<frame_00184>",
|
1504 |
+
"lstrip": false,
|
1505 |
+
"normalized": true,
|
1506 |
+
"rstrip": false,
|
1507 |
+
"single_word": false,
|
1508 |
+
"special": false
|
1509 |
+
},
|
1510 |
+
"32185": {
|
1511 |
+
"content": "<frame_00185>",
|
1512 |
+
"lstrip": false,
|
1513 |
+
"normalized": true,
|
1514 |
+
"rstrip": false,
|
1515 |
+
"single_word": false,
|
1516 |
+
"special": false
|
1517 |
+
},
|
1518 |
+
"32186": {
|
1519 |
+
"content": "<frame_00186>",
|
1520 |
+
"lstrip": false,
|
1521 |
+
"normalized": true,
|
1522 |
+
"rstrip": false,
|
1523 |
+
"single_word": false,
|
1524 |
+
"special": false
|
1525 |
+
},
|
1526 |
+
"32187": {
|
1527 |
+
"content": "<frame_00187>",
|
1528 |
+
"lstrip": false,
|
1529 |
+
"normalized": true,
|
1530 |
+
"rstrip": false,
|
1531 |
+
"single_word": false,
|
1532 |
+
"special": false
|
1533 |
+
},
|
1534 |
+
"32188": {
|
1535 |
+
"content": "<frame_00188>",
|
1536 |
+
"lstrip": false,
|
1537 |
+
"normalized": true,
|
1538 |
+
"rstrip": false,
|
1539 |
+
"single_word": false,
|
1540 |
+
"special": false
|
1541 |
+
},
|
1542 |
+
"32189": {
|
1543 |
+
"content": "<frame_00189>",
|
1544 |
+
"lstrip": false,
|
1545 |
+
"normalized": true,
|
1546 |
+
"rstrip": false,
|
1547 |
+
"single_word": false,
|
1548 |
+
"special": false
|
1549 |
+
},
|
1550 |
+
"32190": {
|
1551 |
+
"content": "<frame_00190>",
|
1552 |
+
"lstrip": false,
|
1553 |
+
"normalized": true,
|
1554 |
+
"rstrip": false,
|
1555 |
+
"single_word": false,
|
1556 |
+
"special": false
|
1557 |
+
},
|
1558 |
+
"32191": {
|
1559 |
+
"content": "<frame_00191>",
|
1560 |
+
"lstrip": false,
|
1561 |
+
"normalized": true,
|
1562 |
+
"rstrip": false,
|
1563 |
+
"single_word": false,
|
1564 |
+
"special": false
|
1565 |
+
},
|
1566 |
+
"32192": {
|
1567 |
+
"content": "<frame_00192>",
|
1568 |
+
"lstrip": false,
|
1569 |
+
"normalized": true,
|
1570 |
+
"rstrip": false,
|
1571 |
+
"single_word": false,
|
1572 |
+
"special": false
|
1573 |
+
},
|
1574 |
+
"32193": {
|
1575 |
+
"content": "<frame_00193>",
|
1576 |
+
"lstrip": false,
|
1577 |
+
"normalized": true,
|
1578 |
+
"rstrip": false,
|
1579 |
+
"single_word": false,
|
1580 |
+
"special": false
|
1581 |
+
},
|
1582 |
+
"32194": {
|
1583 |
+
"content": "<frame_00194>",
|
1584 |
+
"lstrip": false,
|
1585 |
+
"normalized": true,
|
1586 |
+
"rstrip": false,
|
1587 |
+
"single_word": false,
|
1588 |
+
"special": false
|
1589 |
+
},
|
1590 |
+
"32195": {
|
1591 |
+
"content": "<frame_00195>",
|
1592 |
+
"lstrip": false,
|
1593 |
+
"normalized": true,
|
1594 |
+
"rstrip": false,
|
1595 |
+
"single_word": false,
|
1596 |
+
"special": false
|
1597 |
+
},
|
1598 |
+
"32196": {
|
1599 |
+
"content": "<frame_00196>",
|
1600 |
+
"lstrip": false,
|
1601 |
+
"normalized": true,
|
1602 |
+
"rstrip": false,
|
1603 |
+
"single_word": false,
|
1604 |
+
"special": false
|
1605 |
+
},
|
1606 |
+
"32197": {
|
1607 |
+
"content": "<frame_00197>",
|
1608 |
+
"lstrip": false,
|
1609 |
+
"normalized": true,
|
1610 |
+
"rstrip": false,
|
1611 |
+
"single_word": false,
|
1612 |
+
"special": false
|
1613 |
+
},
|
1614 |
+
"32198": {
|
1615 |
+
"content": "<frame_00198>",
|
1616 |
+
"lstrip": false,
|
1617 |
+
"normalized": true,
|
1618 |
+
"rstrip": false,
|
1619 |
+
"single_word": false,
|
1620 |
+
"special": false
|
1621 |
+
},
|
1622 |
+
"32199": {
|
1623 |
+
"content": "<frame_00199>",
|
1624 |
+
"lstrip": false,
|
1625 |
+
"normalized": true,
|
1626 |
+
"rstrip": false,
|
1627 |
+
"single_word": false,
|
1628 |
+
"special": false
|
1629 |
+
},
|
1630 |
+
"32200": {
|
1631 |
+
"content": "<frame_00200>",
|
1632 |
+
"lstrip": false,
|
1633 |
+
"normalized": true,
|
1634 |
+
"rstrip": false,
|
1635 |
+
"single_word": false,
|
1636 |
+
"special": false
|
1637 |
+
},
|
1638 |
+
"32201": {
|
1639 |
+
"content": "<frame_00201>",
|
1640 |
+
"lstrip": false,
|
1641 |
+
"normalized": true,
|
1642 |
+
"rstrip": false,
|
1643 |
+
"single_word": false,
|
1644 |
+
"special": false
|
1645 |
+
},
|
1646 |
+
"32202": {
|
1647 |
+
"content": "<frame_00202>",
|
1648 |
+
"lstrip": false,
|
1649 |
+
"normalized": true,
|
1650 |
+
"rstrip": false,
|
1651 |
+
"single_word": false,
|
1652 |
+
"special": false
|
1653 |
+
},
|
1654 |
+
"32203": {
|
1655 |
+
"content": "<frame_00203>",
|
1656 |
+
"lstrip": false,
|
1657 |
+
"normalized": true,
|
1658 |
+
"rstrip": false,
|
1659 |
+
"single_word": false,
|
1660 |
+
"special": false
|
1661 |
+
},
|
1662 |
+
"32204": {
|
1663 |
+
"content": "<frame_00204>",
|
1664 |
+
"lstrip": false,
|
1665 |
+
"normalized": true,
|
1666 |
+
"rstrip": false,
|
1667 |
+
"single_word": false,
|
1668 |
+
"special": false
|
1669 |
+
},
|
1670 |
+
"32205": {
|
1671 |
+
"content": "<frame_00205>",
|
1672 |
+
"lstrip": false,
|
1673 |
+
"normalized": true,
|
1674 |
+
"rstrip": false,
|
1675 |
+
"single_word": false,
|
1676 |
+
"special": false
|
1677 |
+
},
|
1678 |
+
"32206": {
|
1679 |
+
"content": "<frame_00206>",
|
1680 |
+
"lstrip": false,
|
1681 |
+
"normalized": true,
|
1682 |
+
"rstrip": false,
|
1683 |
+
"single_word": false,
|
1684 |
+
"special": false
|
1685 |
+
},
|
1686 |
+
"32207": {
|
1687 |
+
"content": "<frame_00207>",
|
1688 |
+
"lstrip": false,
|
1689 |
+
"normalized": true,
|
1690 |
+
"rstrip": false,
|
1691 |
+
"single_word": false,
|
1692 |
+
"special": false
|
1693 |
+
},
|
1694 |
+
"32208": {
|
1695 |
+
"content": "<frame_00208>",
|
1696 |
+
"lstrip": false,
|
1697 |
+
"normalized": true,
|
1698 |
+
"rstrip": false,
|
1699 |
+
"single_word": false,
|
1700 |
+
"special": false
|
1701 |
+
},
|
1702 |
+
"32209": {
|
1703 |
+
"content": "<frame_00209>",
|
1704 |
+
"lstrip": false,
|
1705 |
+
"normalized": true,
|
1706 |
+
"rstrip": false,
|
1707 |
+
"single_word": false,
|
1708 |
+
"special": false
|
1709 |
+
},
|
1710 |
+
"32210": {
|
1711 |
+
"content": "<frame_00210>",
|
1712 |
+
"lstrip": false,
|
1713 |
+
"normalized": true,
|
1714 |
+
"rstrip": false,
|
1715 |
+
"single_word": false,
|
1716 |
+
"special": false
|
1717 |
+
},
|
1718 |
+
"32211": {
|
1719 |
+
"content": "<frame_00211>",
|
1720 |
+
"lstrip": false,
|
1721 |
+
"normalized": true,
|
1722 |
+
"rstrip": false,
|
1723 |
+
"single_word": false,
|
1724 |
+
"special": false
|
1725 |
+
},
|
1726 |
+
"32212": {
|
1727 |
+
"content": "<frame_00212>",
|
1728 |
+
"lstrip": false,
|
1729 |
+
"normalized": true,
|
1730 |
+
"rstrip": false,
|
1731 |
+
"single_word": false,
|
1732 |
+
"special": false
|
1733 |
+
},
|
1734 |
+
"32213": {
|
1735 |
+
"content": "<frame_00213>",
|
1736 |
+
"lstrip": false,
|
1737 |
+
"normalized": true,
|
1738 |
+
"rstrip": false,
|
1739 |
+
"single_word": false,
|
1740 |
+
"special": false
|
1741 |
+
},
|
1742 |
+
"32214": {
|
1743 |
+
"content": "<frame_00214>",
|
1744 |
+
"lstrip": false,
|
1745 |
+
"normalized": true,
|
1746 |
+
"rstrip": false,
|
1747 |
+
"single_word": false,
|
1748 |
+
"special": false
|
1749 |
+
},
|
1750 |
+
"32215": {
|
1751 |
+
"content": "<frame_00215>",
|
1752 |
+
"lstrip": false,
|
1753 |
+
"normalized": true,
|
1754 |
+
"rstrip": false,
|
1755 |
+
"single_word": false,
|
1756 |
+
"special": false
|
1757 |
+
},
|
1758 |
+
"32216": {
|
1759 |
+
"content": "<frame_00216>",
|
1760 |
+
"lstrip": false,
|
1761 |
+
"normalized": true,
|
1762 |
+
"rstrip": false,
|
1763 |
+
"single_word": false,
|
1764 |
+
"special": false
|
1765 |
+
},
|
1766 |
+
"32217": {
|
1767 |
+
"content": "<frame_00217>",
|
1768 |
+
"lstrip": false,
|
1769 |
+
"normalized": true,
|
1770 |
+
"rstrip": false,
|
1771 |
+
"single_word": false,
|
1772 |
+
"special": false
|
1773 |
+
},
|
1774 |
+
"32218": {
|
1775 |
+
"content": "<frame_00218>",
|
1776 |
+
"lstrip": false,
|
1777 |
+
"normalized": true,
|
1778 |
+
"rstrip": false,
|
1779 |
+
"single_word": false,
|
1780 |
+
"special": false
|
1781 |
+
},
|
1782 |
+
"32219": {
|
1783 |
+
"content": "<frame_00219>",
|
1784 |
+
"lstrip": false,
|
1785 |
+
"normalized": true,
|
1786 |
+
"rstrip": false,
|
1787 |
+
"single_word": false,
|
1788 |
+
"special": false
|
1789 |
+
},
|
1790 |
+
"32220": {
|
1791 |
+
"content": "<frame_00220>",
|
1792 |
+
"lstrip": false,
|
1793 |
+
"normalized": true,
|
1794 |
+
"rstrip": false,
|
1795 |
+
"single_word": false,
|
1796 |
+
"special": false
|
1797 |
+
},
|
1798 |
+
"32221": {
|
1799 |
+
"content": "<frame_00221>",
|
1800 |
+
"lstrip": false,
|
1801 |
+
"normalized": true,
|
1802 |
+
"rstrip": false,
|
1803 |
+
"single_word": false,
|
1804 |
+
"special": false
|
1805 |
+
},
|
1806 |
+
"32222": {
|
1807 |
+
"content": "<frame_00222>",
|
1808 |
+
"lstrip": false,
|
1809 |
+
"normalized": true,
|
1810 |
+
"rstrip": false,
|
1811 |
+
"single_word": false,
|
1812 |
+
"special": false
|
1813 |
+
},
|
1814 |
+
"32223": {
|
1815 |
+
"content": "<frame_00223>",
|
1816 |
+
"lstrip": false,
|
1817 |
+
"normalized": true,
|
1818 |
+
"rstrip": false,
|
1819 |
+
"single_word": false,
|
1820 |
+
"special": false
|
1821 |
+
},
|
1822 |
+
"32224": {
|
1823 |
+
"content": "<frame_00224>",
|
1824 |
+
"lstrip": false,
|
1825 |
+
"normalized": true,
|
1826 |
+
"rstrip": false,
|
1827 |
+
"single_word": false,
|
1828 |
+
"special": false
|
1829 |
+
},
|
1830 |
+
"32225": {
|
1831 |
+
"content": "<frame_00225>",
|
1832 |
+
"lstrip": false,
|
1833 |
+
"normalized": true,
|
1834 |
+
"rstrip": false,
|
1835 |
+
"single_word": false,
|
1836 |
+
"special": false
|
1837 |
+
},
|
1838 |
+
"32226": {
|
1839 |
+
"content": "<frame_00226>",
|
1840 |
+
"lstrip": false,
|
1841 |
+
"normalized": true,
|
1842 |
+
"rstrip": false,
|
1843 |
+
"single_word": false,
|
1844 |
+
"special": false
|
1845 |
+
},
|
1846 |
+
"32227": {
|
1847 |
+
"content": "<frame_00227>",
|
1848 |
+
"lstrip": false,
|
1849 |
+
"normalized": true,
|
1850 |
+
"rstrip": false,
|
1851 |
+
"single_word": false,
|
1852 |
+
"special": false
|
1853 |
+
},
|
1854 |
+
"32228": {
|
1855 |
+
"content": "<frame_00228>",
|
1856 |
+
"lstrip": false,
|
1857 |
+
"normalized": true,
|
1858 |
+
"rstrip": false,
|
1859 |
+
"single_word": false,
|
1860 |
+
"special": false
|
1861 |
+
},
|
1862 |
+
"32229": {
|
1863 |
+
"content": "<frame_00229>",
|
1864 |
+
"lstrip": false,
|
1865 |
+
"normalized": true,
|
1866 |
+
"rstrip": false,
|
1867 |
+
"single_word": false,
|
1868 |
+
"special": false
|
1869 |
+
},
|
1870 |
+
"32230": {
|
1871 |
+
"content": "<frame_00230>",
|
1872 |
+
"lstrip": false,
|
1873 |
+
"normalized": true,
|
1874 |
+
"rstrip": false,
|
1875 |
+
"single_word": false,
|
1876 |
+
"special": false
|
1877 |
+
},
|
1878 |
+
"32231": {
|
1879 |
+
"content": "<frame_00231>",
|
1880 |
+
"lstrip": false,
|
1881 |
+
"normalized": true,
|
1882 |
+
"rstrip": false,
|
1883 |
+
"single_word": false,
|
1884 |
+
"special": false
|
1885 |
+
},
|
1886 |
+
"32232": {
|
1887 |
+
"content": "<frame_00232>",
|
1888 |
+
"lstrip": false,
|
1889 |
+
"normalized": true,
|
1890 |
+
"rstrip": false,
|
1891 |
+
"single_word": false,
|
1892 |
+
"special": false
|
1893 |
+
},
|
1894 |
+
"32233": {
|
1895 |
+
"content": "<frame_00233>",
|
1896 |
+
"lstrip": false,
|
1897 |
+
"normalized": true,
|
1898 |
+
"rstrip": false,
|
1899 |
+
"single_word": false,
|
1900 |
+
"special": false
|
1901 |
+
},
|
1902 |
+
"32234": {
|
1903 |
+
"content": "<frame_00234>",
|
1904 |
+
"lstrip": false,
|
1905 |
+
"normalized": true,
|
1906 |
+
"rstrip": false,
|
1907 |
+
"single_word": false,
|
1908 |
+
"special": false
|
1909 |
+
},
|
1910 |
+
"32235": {
|
1911 |
+
"content": "<frame_00235>",
|
1912 |
+
"lstrip": false,
|
1913 |
+
"normalized": true,
|
1914 |
+
"rstrip": false,
|
1915 |
+
"single_word": false,
|
1916 |
+
"special": false
|
1917 |
+
},
|
1918 |
+
"32236": {
|
1919 |
+
"content": "<frame_00236>",
|
1920 |
+
"lstrip": false,
|
1921 |
+
"normalized": true,
|
1922 |
+
"rstrip": false,
|
1923 |
+
"single_word": false,
|
1924 |
+
"special": false
|
1925 |
+
},
|
1926 |
+
"32237": {
|
1927 |
+
"content": "<frame_00237>",
|
1928 |
+
"lstrip": false,
|
1929 |
+
"normalized": true,
|
1930 |
+
"rstrip": false,
|
1931 |
+
"single_word": false,
|
1932 |
+
"special": false
|
1933 |
+
},
|
1934 |
+
"32238": {
|
1935 |
+
"content": "<frame_00238>",
|
1936 |
+
"lstrip": false,
|
1937 |
+
"normalized": true,
|
1938 |
+
"rstrip": false,
|
1939 |
+
"single_word": false,
|
1940 |
+
"special": false
|
1941 |
+
},
|
1942 |
+
"32239": {
|
1943 |
+
"content": "<frame_00239>",
|
1944 |
+
"lstrip": false,
|
1945 |
+
"normalized": true,
|
1946 |
+
"rstrip": false,
|
1947 |
+
"single_word": false,
|
1948 |
+
"special": false
|
1949 |
+
},
|
1950 |
+
"32240": {
|
1951 |
+
"content": "<frame_00240>",
|
1952 |
+
"lstrip": false,
|
1953 |
+
"normalized": true,
|
1954 |
+
"rstrip": false,
|
1955 |
+
"single_word": false,
|
1956 |
+
"special": false
|
1957 |
+
},
|
1958 |
+
"32241": {
|
1959 |
+
"content": "<frame_00241>",
|
1960 |
+
"lstrip": false,
|
1961 |
+
"normalized": true,
|
1962 |
+
"rstrip": false,
|
1963 |
+
"single_word": false,
|
1964 |
+
"special": false
|
1965 |
+
},
|
1966 |
+
"32242": {
|
1967 |
+
"content": "<frame_00242>",
|
1968 |
+
"lstrip": false,
|
1969 |
+
"normalized": true,
|
1970 |
+
"rstrip": false,
|
1971 |
+
"single_word": false,
|
1972 |
+
"special": false
|
1973 |
+
},
|
1974 |
+
"32243": {
|
1975 |
+
"content": "<frame_00243>",
|
1976 |
+
"lstrip": false,
|
1977 |
+
"normalized": true,
|
1978 |
+
"rstrip": false,
|
1979 |
+
"single_word": false,
|
1980 |
+
"special": false
|
1981 |
+
},
|
1982 |
+
"32244": {
|
1983 |
+
"content": "<frame_00244>",
|
1984 |
+
"lstrip": false,
|
1985 |
+
"normalized": true,
|
1986 |
+
"rstrip": false,
|
1987 |
+
"single_word": false,
|
1988 |
+
"special": false
|
1989 |
+
},
|
1990 |
+
"32245": {
|
1991 |
+
"content": "<frame_00245>",
|
1992 |
+
"lstrip": false,
|
1993 |
+
"normalized": true,
|
1994 |
+
"rstrip": false,
|
1995 |
+
"single_word": false,
|
1996 |
+
"special": false
|
1997 |
+
},
|
1998 |
+
"32246": {
|
1999 |
+
"content": "<frame_00246>",
|
2000 |
+
"lstrip": false,
|
2001 |
+
"normalized": true,
|
2002 |
+
"rstrip": false,
|
2003 |
+
"single_word": false,
|
2004 |
+
"special": false
|
2005 |
+
},
|
2006 |
+
"32247": {
|
2007 |
+
"content": "<frame_00247>",
|
2008 |
+
"lstrip": false,
|
2009 |
+
"normalized": true,
|
2010 |
+
"rstrip": false,
|
2011 |
+
"single_word": false,
|
2012 |
+
"special": false
|
2013 |
+
},
|
2014 |
+
"32248": {
|
2015 |
+
"content": "<frame_00248>",
|
2016 |
+
"lstrip": false,
|
2017 |
+
"normalized": true,
|
2018 |
+
"rstrip": false,
|
2019 |
+
"single_word": false,
|
2020 |
+
"special": false
|
2021 |
+
},
|
2022 |
+
"32249": {
|
2023 |
+
"content": "<frame_00249>",
|
2024 |
+
"lstrip": false,
|
2025 |
+
"normalized": true,
|
2026 |
+
"rstrip": false,
|
2027 |
+
"single_word": false,
|
2028 |
+
"special": false
|
2029 |
+
},
|
2030 |
+
"32250": {
|
2031 |
+
"content": "<frame_00250>",
|
2032 |
+
"lstrip": false,
|
2033 |
+
"normalized": true,
|
2034 |
+
"rstrip": false,
|
2035 |
+
"single_word": false,
|
2036 |
+
"special": false
|
2037 |
+
},
|
2038 |
+
"32251": {
|
2039 |
+
"content": "<frame_00251>",
|
2040 |
+
"lstrip": false,
|
2041 |
+
"normalized": true,
|
2042 |
+
"rstrip": false,
|
2043 |
+
"single_word": false,
|
2044 |
+
"special": false
|
2045 |
+
},
|
2046 |
+
"32252": {
|
2047 |
+
"content": "<frame_00252>",
|
2048 |
+
"lstrip": false,
|
2049 |
+
"normalized": true,
|
2050 |
+
"rstrip": false,
|
2051 |
+
"single_word": false,
|
2052 |
+
"special": false
|
2053 |
+
},
|
2054 |
+
"32253": {
|
2055 |
+
"content": "<frame_00253>",
|
2056 |
+
"lstrip": false,
|
2057 |
+
"normalized": true,
|
2058 |
+
"rstrip": false,
|
2059 |
+
"single_word": false,
|
2060 |
+
"special": false
|
2061 |
+
},
|
2062 |
+
"32254": {
|
2063 |
+
"content": "<frame_00254>",
|
2064 |
+
"lstrip": false,
|
2065 |
+
"normalized": true,
|
2066 |
+
"rstrip": false,
|
2067 |
+
"single_word": false,
|
2068 |
+
"special": false
|
2069 |
+
},
|
2070 |
+
"32255": {
|
2071 |
+
"content": "<frame_00255>",
|
2072 |
+
"lstrip": false,
|
2073 |
+
"normalized": true,
|
2074 |
+
"rstrip": false,
|
2075 |
+
"single_word": false,
|
2076 |
+
"special": false
|
2077 |
+
},
|
2078 |
+
"32256": {
|
2079 |
+
"content": "<img>",
|
2080 |
+
"lstrip": false,
|
2081 |
+
"normalized": false,
|
2082 |
+
"rstrip": false,
|
2083 |
+
"single_word": false,
|
2084 |
+
"special": true
|
2085 |
+
},
|
2086 |
+
"32257": {
|
2087 |
+
"content": "</img>",
|
2088 |
+
"lstrip": false,
|
2089 |
+
"normalized": false,
|
2090 |
+
"rstrip": false,
|
2091 |
+
"single_word": false,
|
2092 |
+
"special": true
|
2093 |
+
},
|
2094 |
+
"32258": {
|
2095 |
+
"content": "<vid>",
|
2096 |
+
"lstrip": false,
|
2097 |
+
"normalized": false,
|
2098 |
+
"rstrip": false,
|
2099 |
+
"single_word": false,
|
2100 |
+
"special": true
|
2101 |
+
},
|
2102 |
+
"32259": {
|
2103 |
+
"content": "</vid>",
|
2104 |
+
"lstrip": false,
|
2105 |
+
"normalized": false,
|
2106 |
+
"rstrip": false,
|
2107 |
+
"single_word": false,
|
2108 |
+
"special": true
|
2109 |
+
},
|
2110 |
+
"32260": {
|
2111 |
+
"content": "<frame>",
|
2112 |
+
"lstrip": false,
|
2113 |
+
"normalized": false,
|
2114 |
+
"rstrip": false,
|
2115 |
+
"single_word": false,
|
2116 |
+
"special": true
|
2117 |
+
},
|
2118 |
+
"32261": {
|
2119 |
+
"content": "</frame>",
|
2120 |
+
"lstrip": false,
|
2121 |
+
"normalized": false,
|
2122 |
+
"rstrip": false,
|
2123 |
+
"single_word": false,
|
2124 |
+
"special": true
|
2125 |
+
}
|
2126 |
+
},
|
2127 |
+
"additional_special_tokens": [
|
2128 |
+
"<img>",
|
2129 |
+
"</img>",
|
2130 |
+
"<vid>",
|
2131 |
+
"</vid>",
|
2132 |
+
"<frame>",
|
2133 |
+
"</frame>"
|
2134 |
+
],
|
2135 |
+
"bos_token": "<s>",
|
2136 |
+
"chat_template": "{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set loop_messages = messages %}\n{%- endif %}\n\n{{- bos_token }}\n{%- for message in loop_messages %}\n {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}\n {{- raise_exception('After the optional system message, conversation roles must alternate user/assistant/user/assistant/...') }}\n {%- endif %}\n {%- if message['role'] == 'user' %}\n {%- if loop.first and system_message is defined %}\n {{- ' [INST] ' + system_message + '\\n\\n' + message['content'] + ' [/INST]' }}\n {%- else %}\n {{- ' [INST] ' + message['content'] + ' [/INST]' }}\n {%- endif %}\n {%- elif message['role'] == 'assistant' %}\n {{- ' ' + message['content'] + eos_token}}\n {%- else %}\n {{- raise_exception('Only user and assistant roles are supported, with the exception of an initial optional system message!') }}\n {%- endif %}\n{%- endfor %}\n",
|
2137 |
+
"clean_up_tokenization_spaces": false,
|
2138 |
+
"eos_token": "</s>",
|
2139 |
+
"legacy": false,
|
2140 |
+
"model_max_length": 1000000000000000019884624838656,
|
2141 |
+
"pad_token": "<unk>",
|
2142 |
+
"sp_model_kwargs": {},
|
2143 |
+
"spaces_between_special_tokens": false,
|
2144 |
+
"tokenizer_class": "LlamaTokenizer",
|
2145 |
+
"unk_token": "<unk>",
|
2146 |
+
"use_default_system_prompt": false
|
2147 |
+
}
|