Upload model files (v1)
Browse files- .gitattributes +1 -0
- README.md +20 -0
- model_index.json +48 -0
- scheduler/scheduler_config.json +19 -0
- text_encoder/config.json +24 -0
- text_encoder/model.safetensors +3 -0
- text_encoder_2/config.json +24 -0
- text_encoder_2/model.safetensors +3 -0
- text_encoder_3/config.json +50 -0
- text_encoder_3/model-00001-of-00002.safetensors +3 -0
- text_encoder_3/model-00002-of-00002.safetensors +3 -0
- text_encoder_3/model.safetensors.index.json +658 -0
- text_encoder_4/.gitattributes +36 -0
- text_encoder_4/README.md +1070 -0
- text_encoder_4/config.json +58 -0
- text_encoder_4/generation_config.json +14 -0
- text_encoder_4/model.safetensors +3 -0
- text_encoder_4/special_tokens_map.json +23 -0
- text_encoder_4/tokenizer.json +3 -0
- text_encoder_4/tokenizer_config.json +2067 -0
- tokenizer/merges.txt +0 -0
- tokenizer/special_tokens_map.json +24 -0
- tokenizer/tokenizer_config.json +33 -0
- tokenizer/vocab.json +0 -0
- tokenizer_2/merges.txt +0 -0
- tokenizer_2/special_tokens_map.json +24 -0
- tokenizer_2/tokenizer_config.json +33 -0
- tokenizer_2/vocab.json +0 -0
- tokenizer_3/special_tokens_map.json +125 -0
- tokenizer_3/spiece.model +3 -0
- tokenizer_3/tokenizer.json +0 -0
- tokenizer_3/tokenizer_config.json +940 -0
- transformer/config.json +100 -0
- transformer/diffusion_pytorch_model-00001-of-00002.safetensors +3 -0
- transformer/diffusion_pytorch_model-00002-of-00002.safetensors +3 -0
- transformer/diffusion_pytorch_model.safetensors.index.json +0 -0
- vae/config.json +38 -0
- vae/diffusion_pytorch_model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
text_encoder_4/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- image
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# HiDream I1 Fast
|
| 8 |
+
|
| 9 |
+
An efficient, lightweight version of the HiDream-I1 model optimized for fast inference with minimal performance trade-offs.
|
| 10 |
+
|
| 11 |
+
## Author
|
| 12 |
+
|
| 13 |
+
**[Vivago.ai](https://huggingface.co/HiDream-ai/HiDream-I1-Fast)**
|
| 14 |
+
|
| 15 |
+
## License
|
| 16 |
+
|
| 17 |
+
MIT License
|
| 18 |
+
|
| 19 |
+
---
|
| 20 |
+
*Hosted by [deAPI-ai](https://huggingface.co/deAPI-ai) for use with [GamerHash AI](https://gamerhash.com)*
|
model_index.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "HiDreamImagePipeline",
|
| 3 |
+
"_diffusers_version": "0.32.1",
|
| 4 |
+
"scheduler": [
|
| 5 |
+
"diffusers",
|
| 6 |
+
"FlowMatchLCMScheduler"
|
| 7 |
+
],
|
| 8 |
+
"text_encoder": [
|
| 9 |
+
"transformers",
|
| 10 |
+
"CLIPTextModelWithProjection"
|
| 11 |
+
],
|
| 12 |
+
"text_encoder_2": [
|
| 13 |
+
"transformers",
|
| 14 |
+
"CLIPTextModelWithProjection"
|
| 15 |
+
],
|
| 16 |
+
"text_encoder_3": [
|
| 17 |
+
"transformers",
|
| 18 |
+
"T5EncoderModel"
|
| 19 |
+
],
|
| 20 |
+
"text_encoder_4": [
|
| 21 |
+
"transformers",
|
| 22 |
+
"LlamaForCausalLM"
|
| 23 |
+
],
|
| 24 |
+
"tokenizer": [
|
| 25 |
+
"transformers",
|
| 26 |
+
"CLIPTokenizer"
|
| 27 |
+
],
|
| 28 |
+
"tokenizer_2": [
|
| 29 |
+
"transformers",
|
| 30 |
+
"CLIPTokenizer"
|
| 31 |
+
],
|
| 32 |
+
"tokenizer_3": [
|
| 33 |
+
"transformers",
|
| 34 |
+
"T5Tokenizer"
|
| 35 |
+
],
|
| 36 |
+
"tokenizer_4": [
|
| 37 |
+
"transformers",
|
| 38 |
+
"PreTrainedTokenizerFast"
|
| 39 |
+
],
|
| 40 |
+
"transformer": [
|
| 41 |
+
"diffusers",
|
| 42 |
+
"HiDreamImageTransformer2DModel"
|
| 43 |
+
],
|
| 44 |
+
"vae": [
|
| 45 |
+
"diffusers",
|
| 46 |
+
"AutoencoderKL"
|
| 47 |
+
]
|
| 48 |
+
}
|
scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FlowMatchLCMScheduler",
|
| 3 |
+
"_diffusers_version": "0.34.0.dev0",
|
| 4 |
+
"base_image_seq_len": 256,
|
| 5 |
+
"base_shift": 0.5,
|
| 6 |
+
"invert_sigmas": false,
|
| 7 |
+
"max_image_seq_len": 4096,
|
| 8 |
+
"max_shift": 1.15,
|
| 9 |
+
"num_train_timesteps": 1000,
|
| 10 |
+
"scale_factors": null,
|
| 11 |
+
"shift": 3.0,
|
| 12 |
+
"shift_terminal": null,
|
| 13 |
+
"time_shift_type": "exponential",
|
| 14 |
+
"upscale_mode": "bicubic",
|
| 15 |
+
"use_beta_sigmas": false,
|
| 16 |
+
"use_dynamic_shifting": false,
|
| 17 |
+
"use_exponential_sigmas": false,
|
| 18 |
+
"use_karras_sigmas": false
|
| 19 |
+
}
|
text_encoder/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"CLIPTextModelWithProjection"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 0,
|
| 7 |
+
"dropout": 0.0,
|
| 8 |
+
"eos_token_id": 2,
|
| 9 |
+
"hidden_act": "quick_gelu",
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"initializer_factor": 1.0,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 3072,
|
| 14 |
+
"layer_norm_eps": 1e-05,
|
| 15 |
+
"max_position_embeddings": 248,
|
| 16 |
+
"model_type": "clip_text_model",
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"pad_token_id": 1,
|
| 20 |
+
"projection_dim": 768,
|
| 21 |
+
"torch_dtype": "float16",
|
| 22 |
+
"transformers_version": "4.32.0.dev0",
|
| 23 |
+
"vocab_size": 49408
|
| 24 |
+
}
|
text_encoder/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b70c11ad5d7e9abf6109348908f599ea382f8019e1f36910bbc8ebecde936633
|
| 3 |
+
size 495149872
|
text_encoder_2/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"CLIPTextModelWithProjection"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 0,
|
| 7 |
+
"dropout": 0.0,
|
| 8 |
+
"eos_token_id": 2,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_size": 1280,
|
| 11 |
+
"initializer_factor": 1.0,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 5120,
|
| 14 |
+
"layer_norm_eps": 1e-05,
|
| 15 |
+
"max_position_embeddings": 218,
|
| 16 |
+
"model_type": "clip_text_model",
|
| 17 |
+
"num_attention_heads": 20,
|
| 18 |
+
"num_hidden_layers": 32,
|
| 19 |
+
"pad_token_id": 1,
|
| 20 |
+
"projection_dim": 1280,
|
| 21 |
+
"torch_dtype": "float16",
|
| 22 |
+
"transformers_version": "4.32.0.dev0",
|
| 23 |
+
"vocab_size": 49408
|
| 24 |
+
}
|
text_encoder_2/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d6effa7a5e600cabf7528ed7234146a13ead1b2c151211d706b293a060b112a
|
| 3 |
+
size 2779424184
|
text_encoder_3/config.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"T5EncoderModel"
|
| 4 |
+
],
|
| 5 |
+
"classifier_dropout": 0.0,
|
| 6 |
+
"d_ff": 10240,
|
| 7 |
+
"d_kv": 64,
|
| 8 |
+
"d_model": 4096,
|
| 9 |
+
"decoder_start_token_id": 0,
|
| 10 |
+
"dense_act_fn": "gelu_new",
|
| 11 |
+
"dropout_rate": 0.1,
|
| 12 |
+
"eos_token_id": 1,
|
| 13 |
+
"feed_forward_proj": "gated-gelu",
|
| 14 |
+
"initializer_factor": 1.0,
|
| 15 |
+
"is_encoder_decoder": true,
|
| 16 |
+
"is_gated_act": true,
|
| 17 |
+
"layer_norm_epsilon": 1e-06,
|
| 18 |
+
"model_type": "t5",
|
| 19 |
+
"num_decoder_layers": 24,
|
| 20 |
+
"num_heads": 64,
|
| 21 |
+
"num_layers": 24,
|
| 22 |
+
"output_past": true,
|
| 23 |
+
"pad_token_id": 0,
|
| 24 |
+
"quantization_config": {
|
| 25 |
+
"_load_in_4bit": true,
|
| 26 |
+
"_load_in_8bit": false,
|
| 27 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 28 |
+
"bnb_4bit_quant_storage": "uint8",
|
| 29 |
+
"bnb_4bit_quant_type": "nf4",
|
| 30 |
+
"bnb_4bit_use_double_quant": false,
|
| 31 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
| 32 |
+
"llm_int8_has_fp16_weight": false,
|
| 33 |
+
"llm_int8_skip_modules": [
|
| 34 |
+
"encoder.final_layer_norm.weight",
|
| 35 |
+
"shared.weight",
|
| 36 |
+
"wo"
|
| 37 |
+
],
|
| 38 |
+
"llm_int8_threshold": 6.0,
|
| 39 |
+
"load_in_4bit": true,
|
| 40 |
+
"load_in_8bit": false,
|
| 41 |
+
"quant_method": "bitsandbytes"
|
| 42 |
+
},
|
| 43 |
+
"relative_attention_max_distance": 128,
|
| 44 |
+
"relative_attention_num_buckets": 32,
|
| 45 |
+
"tie_word_embeddings": false,
|
| 46 |
+
"torch_dtype": "bfloat16",
|
| 47 |
+
"transformers_version": "4.50.1",
|
| 48 |
+
"use_cache": true,
|
| 49 |
+
"vocab_size": 32128
|
| 50 |
+
}
|
text_encoder_3/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a4b559411fbef7373773f43600bd2fe7761c4bf167b9652685ff66d21e86d62
|
| 3 |
+
size 4897241034
|
text_encoder_3/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd6f84c01f1105e5899d70a9944d86bf4b2e8b9063b994884d05ab86090f3220
|
| 3 |
+
size 1431426998
|
text_encoder_3/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,658 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 6328582736
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 7 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 8 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 9 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 10 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 12 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 13 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 14 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 16 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 17 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 18 |
+
"encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 21 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 22 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 23 |
+
"encoder.block.0.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 26 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 27 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 28 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 30 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 31 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 32 |
+
"encoder.block.0.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"encoder.block.0.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 36 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 37 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 38 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 40 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 41 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 42 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 44 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 45 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 46 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 48 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 49 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 50 |
+
"encoder.block.1.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 53 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 54 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 55 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 57 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 58 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 59 |
+
"encoder.block.1.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"encoder.block.1.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 63 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 64 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 65 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 67 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 68 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 69 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 71 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 72 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 73 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 75 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 76 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 77 |
+
"encoder.block.10.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 80 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 81 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 82 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 84 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 85 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 86 |
+
"encoder.block.10.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"encoder.block.10.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 90 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 91 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 92 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 94 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 95 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 96 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 98 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 99 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 100 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 101 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 102 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 103 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 104 |
+
"encoder.block.11.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 105 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 107 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 108 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 109 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 110 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 111 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 112 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 113 |
+
"encoder.block.11.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 114 |
+
"encoder.block.11.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 115 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 116 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 117 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 118 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 119 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 121 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 122 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 123 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 125 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 126 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 127 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 128 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 129 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 130 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 131 |
+
"encoder.block.12.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 132 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 133 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 134 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 135 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 136 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 137 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 138 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 139 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 140 |
+
"encoder.block.12.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 141 |
+
"encoder.block.12.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 142 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 143 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 144 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 145 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 146 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 148 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 149 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 150 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 152 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 153 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 154 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 155 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 156 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 157 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 158 |
+
"encoder.block.13.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 159 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 160 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 161 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 162 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 163 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 164 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 165 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 166 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 167 |
+
"encoder.block.13.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"encoder.block.13.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 171 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 172 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 173 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 175 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 176 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 177 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 179 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 180 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 181 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 183 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 184 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 185 |
+
"encoder.block.14.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 187 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 188 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 189 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 190 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 192 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 193 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 194 |
+
"encoder.block.14.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"encoder.block.14.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 198 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 199 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 200 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 201 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 202 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 203 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 204 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 205 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 206 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 207 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 208 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 209 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 210 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 211 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 212 |
+
"encoder.block.15.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 213 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 214 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 215 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 216 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 217 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 218 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 219 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 220 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 221 |
+
"encoder.block.15.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 222 |
+
"encoder.block.15.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 223 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 224 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 225 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 226 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 227 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 228 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 229 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 230 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 231 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 232 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 233 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 234 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 235 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 236 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 237 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 238 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 239 |
+
"encoder.block.16.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 240 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 241 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 242 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 243 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 244 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 245 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 246 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 247 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 248 |
+
"encoder.block.16.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 249 |
+
"encoder.block.16.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 250 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 251 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 252 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 253 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 254 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 255 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 256 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 257 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 258 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 259 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 260 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 261 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 262 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 263 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 264 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 265 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 266 |
+
"encoder.block.17.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 267 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 268 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 269 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 270 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 271 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 272 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 273 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 274 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 275 |
+
"encoder.block.17.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 276 |
+
"encoder.block.17.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 277 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 278 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 279 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 280 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 281 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 282 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 283 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 284 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 285 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 286 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 287 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 288 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 289 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 290 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 291 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 292 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 293 |
+
"encoder.block.18.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 294 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 295 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 296 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 297 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 298 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 299 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 300 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 301 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 302 |
+
"encoder.block.18.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
| 303 |
+
"encoder.block.18.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 304 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
| 305 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
| 306 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 307 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 308 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
| 309 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
| 310 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 311 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 312 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
| 313 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
| 314 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 315 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 316 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
| 317 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
| 318 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 319 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 320 |
+
"encoder.block.19.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 321 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
|
| 322 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00002-of-00002.safetensors",
|
| 323 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 324 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 325 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
|
| 326 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00002-of-00002.safetensors",
|
| 327 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 328 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 329 |
+
"encoder.block.19.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
| 330 |
+
"encoder.block.19.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 331 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 332 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 333 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 334 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 335 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 336 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 337 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 338 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 339 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 340 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 341 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 342 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 343 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 344 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 345 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 346 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 347 |
+
"encoder.block.2.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 348 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 349 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 350 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 351 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 352 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 353 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 354 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 355 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 356 |
+
"encoder.block.2.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 357 |
+
"encoder.block.2.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 358 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
| 359 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
| 360 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 361 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 362 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
| 363 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
| 364 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 365 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 366 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
| 367 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
| 368 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 369 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 370 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
| 371 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
| 372 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 373 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 374 |
+
"encoder.block.20.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 375 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
|
| 376 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00002-of-00002.safetensors",
|
| 377 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 378 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 379 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
|
| 380 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00002-of-00002.safetensors",
|
| 381 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 382 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 383 |
+
"encoder.block.20.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
| 384 |
+
"encoder.block.20.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 385 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
| 386 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
| 387 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 388 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 389 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
| 390 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
| 391 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 392 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 393 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
| 394 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
| 395 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 396 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 397 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
| 398 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
| 399 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 400 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 401 |
+
"encoder.block.21.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 402 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
|
| 403 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00002-of-00002.safetensors",
|
| 404 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 405 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 406 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
|
| 407 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00002-of-00002.safetensors",
|
| 408 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 409 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 410 |
+
"encoder.block.21.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
| 411 |
+
"encoder.block.21.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 412 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
| 413 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
| 414 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 415 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 416 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
| 417 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
| 418 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 419 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 420 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
| 421 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
| 422 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 423 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 424 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
| 425 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
| 426 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 427 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 428 |
+
"encoder.block.22.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 429 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
|
| 430 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00002-of-00002.safetensors",
|
| 431 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 432 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 433 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
|
| 434 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00002-of-00002.safetensors",
|
| 435 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 436 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 437 |
+
"encoder.block.22.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
| 438 |
+
"encoder.block.22.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 439 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
|
| 440 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight.absmax": "model-00002-of-00002.safetensors",
|
| 441 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 442 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 443 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
|
| 444 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight.absmax": "model-00002-of-00002.safetensors",
|
| 445 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 446 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 447 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
|
| 448 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight.absmax": "model-00002-of-00002.safetensors",
|
| 449 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 450 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 451 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
|
| 452 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight.absmax": "model-00002-of-00002.safetensors",
|
| 453 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 454 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 455 |
+
"encoder.block.23.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 456 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
|
| 457 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00002-of-00002.safetensors",
|
| 458 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 459 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 460 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
|
| 461 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00002-of-00002.safetensors",
|
| 462 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00002-of-00002.safetensors",
|
| 463 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00002.safetensors",
|
| 464 |
+
"encoder.block.23.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
|
| 465 |
+
"encoder.block.23.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 466 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 467 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 468 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 469 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 470 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 471 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 472 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 473 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 474 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 475 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 476 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 477 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 478 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 479 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 480 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 481 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 482 |
+
"encoder.block.3.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 483 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 484 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 485 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 486 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 487 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 488 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 489 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 490 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 491 |
+
"encoder.block.3.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 492 |
+
"encoder.block.3.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 493 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 494 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 495 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 496 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 497 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 498 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 499 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 500 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 501 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 502 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 503 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 504 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 505 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 506 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 507 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 508 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 509 |
+
"encoder.block.4.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 510 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 511 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 512 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 513 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 514 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 515 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 516 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 517 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 518 |
+
"encoder.block.4.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 519 |
+
"encoder.block.4.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 520 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 521 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 522 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 523 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 524 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 525 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 526 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 527 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 528 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 529 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 530 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 531 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 532 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 533 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 534 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 535 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 536 |
+
"encoder.block.5.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 537 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 538 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 539 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 540 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 541 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 542 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 543 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 544 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 545 |
+
"encoder.block.5.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 546 |
+
"encoder.block.5.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 547 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 548 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 549 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 550 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 551 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 552 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 553 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 554 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 555 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 556 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 557 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 558 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 559 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 560 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 561 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 562 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 563 |
+
"encoder.block.6.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 564 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 565 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 566 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 567 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 568 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 569 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 570 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 571 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 572 |
+
"encoder.block.6.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 573 |
+
"encoder.block.6.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 574 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 575 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 576 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 577 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 578 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 579 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 580 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 581 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 582 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 583 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 584 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 585 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 586 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 587 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 588 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 589 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 590 |
+
"encoder.block.7.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 591 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 592 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 593 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 594 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 595 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 596 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 597 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 598 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 599 |
+
"encoder.block.7.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 600 |
+
"encoder.block.7.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 601 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 602 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 603 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 604 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 605 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 606 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 607 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 608 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 609 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 610 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 611 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 612 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 613 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 614 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 615 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 616 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 617 |
+
"encoder.block.8.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 618 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 619 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 620 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 621 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 622 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 623 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 624 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 625 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 626 |
+
"encoder.block.8.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 627 |
+
"encoder.block.8.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 628 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
|
| 629 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight.absmax": "model-00001-of-00002.safetensors",
|
| 630 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 631 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 632 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
|
| 633 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight.absmax": "model-00001-of-00002.safetensors",
|
| 634 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 635 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 636 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
|
| 637 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight.absmax": "model-00001-of-00002.safetensors",
|
| 638 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 639 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 640 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
|
| 641 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight.absmax": "model-00001-of-00002.safetensors",
|
| 642 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 643 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 644 |
+
"encoder.block.9.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 645 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
|
| 646 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_0.weight.absmax": "model-00001-of-00002.safetensors",
|
| 647 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_0.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 648 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_0.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 649 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
|
| 650 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_1.weight.absmax": "model-00001-of-00002.safetensors",
|
| 651 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_1.weight.quant_map": "model-00001-of-00002.safetensors",
|
| 652 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_1.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors",
|
| 653 |
+
"encoder.block.9.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
|
| 654 |
+
"encoder.block.9.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
|
| 655 |
+
"encoder.final_layer_norm.weight": "model-00002-of-00002.safetensors",
|
| 656 |
+
"shared.weight": "model-00001-of-00002.safetensors"
|
| 657 |
+
}
|
| 658 |
+
}
|
text_encoder_4/.gitattributes
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
text_encoder_4/README.md
ADDED
|
@@ -0,0 +1,1070 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: meta-llama/Llama-3.1-8B-Instruct
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
library_name: transformers
|
| 6 |
+
license: llama3.1
|
| 7 |
+
tags:
|
| 8 |
+
- llama-3
|
| 9 |
+
- llama
|
| 10 |
+
- meta
|
| 11 |
+
- facebook
|
| 12 |
+
- unsloth
|
| 13 |
+
- transformers
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Finetune Llama 3.2, Gemma 2, Mistral 2-5x faster with 70% less memory via Unsloth!
|
| 17 |
+
|
| 18 |
+
We have a free Google Colab Tesla T4 notebook for Llama 3.1 (8B) here: https://colab.research.google.com/drive/1Ys44kVvmeZtnICzWz0xgpRnrIOjZAuxp?usp=sharing
|
| 19 |
+
|
| 20 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/Discord%20button.png" width="200"/>](https://discord.gg/unsloth)
|
| 21 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
| 22 |
+
|
| 23 |
+
## ✨ Finetune for Free
|
| 24 |
+
|
| 25 |
+
All notebooks are **beginner friendly**! Add your dataset, click "Run All", and you'll get a 2x faster finetuned model which can be exported to GGUF, vLLM or uploaded to Hugging Face.
|
| 26 |
+
|
| 27 |
+
| Unsloth supports | Free Notebooks | Performance | Memory use |
|
| 28 |
+
|-----------------|--------------------------------------------------------------------------------------------------------------------------|-------------|----------|
|
| 29 |
+
| **Llama-3.2 (3B)** | [▶️ Start on Colab](https://colab.research.google.com/drive/1Ys44kVvmeZtnICzWz0xgpRnrIOjZAuxp?usp=sharing) | 2.4x faster | 58% less |
|
| 30 |
+
| **Llama-3.2 (11B vision)** | [▶️ Start on Colab](https://colab.research.google.com/drive/1j0N4XTY1zXXy7mPAhOC1_gMYZ2F2EBlk?usp=sharing) | 2x faster | 60% less |
|
| 31 |
+
| **Llama-3.1 (8B)** | [▶️ Start on Colab](https://colab.research.google.com/drive/1Ys44kVvmeZtnICzWz0xgpRnrIOjZAuxp?usp=sharing) | 2.4x faster | 58% less |
|
| 32 |
+
| **Qwen2 VL (7B)** | [▶️ Start on Colab](https://colab.research.google.com/drive/1whHb54GNZMrNxIsi2wm2EY_-Pvo2QyKh?usp=sharing) | 1.8x faster | 60% less |
|
| 33 |
+
| **Qwen2.5 (7B)** | [▶️ Start on Colab](https://colab.research.google.com/drive/1Kose-ucXO1IBaZq5BvbwWieuubP7hxvQ?usp=sharing) | 2x faster | 60% less |
|
| 34 |
+
| **Phi-3.5 (mini)** | [▶️ Start on Colab](https://colab.research.google.com/drive/1lN6hPQveB_mHSnTOYifygFcrO8C1bxq4?usp=sharing) | 2x faster | 50% less |
|
| 35 |
+
| **Gemma 2 (9B)** | [▶️ Start on Colab](https://colab.research.google.com/drive/1vIrqH5uYDQwsJ4-OO3DErvuv4pBgVwk4?usp=sharing) | 2.4x faster | 58% less |
|
| 36 |
+
| **Mistral (7B)** | [▶️ Start on Colab](https://colab.research.google.com/drive/1Dyauq4kTZoLewQ1cApceUQVNcnnNTzg_?usp=sharing) | 2.2x faster | 62% less |
|
| 37 |
+
| **DPO - Zephyr** | [▶️ Start on Colab](https://colab.research.google.com/drive/15vttTpzzVXv_tJwEk-hIcQ0S9FcEWvwP?usp=sharing) | 1.9x faster | 19% less |
|
| 38 |
+
|
| 39 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="200"/>](https://docs.unsloth.ai)
|
| 40 |
+
|
| 41 |
+
- This [conversational notebook](https://colab.research.google.com/drive/1Aau3lgPzeZKQ-98h69CCu1UJcvIBLmy2?usp=sharing) is useful for ShareGPT ChatML / Vicuna templates.
|
| 42 |
+
- This [text completion notebook](https://colab.research.google.com/drive/1ef-tab5bhkvWmBOObepl1WgJvfvSzn5Q?usp=sharing) is for raw text. This [DPO notebook](https://colab.research.google.com/drive/15vttTpzzVXv_tJwEk-hIcQ0S9FcEWvwP?usp=sharing) replicates Zephyr.
|
| 43 |
+
- \* Kaggle has 2x T4s, but we use 1. Due to overhead, 1x T4 is 5x faster.
|
| 44 |
+
|
| 45 |
+
## Special Thanks
|
| 46 |
+
A huge thank you to the Meta and Llama team for creating and releasing these models.
|
| 47 |
+
|
| 48 |
+
## Model Information
|
| 49 |
+
|
| 50 |
+
The Meta Llama 3.1 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction tuned generative models in 8B, 70B and 405B sizes (text in/text out). The Llama 3.1 instruction tuned text only models (8B, 70B, 405B) are optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks.
|
| 51 |
+
|
| 52 |
+
**Model developer**: Meta
|
| 53 |
+
|
| 54 |
+
**Model Architecture:** Llama 3.1 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) to align with human preferences for helpfulness and safety.
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
<table>
|
| 58 |
+
<tr>
|
| 59 |
+
<td>
|
| 60 |
+
</td>
|
| 61 |
+
<td><strong>Training Data</strong>
|
| 62 |
+
</td>
|
| 63 |
+
<td><strong>Params</strong>
|
| 64 |
+
</td>
|
| 65 |
+
<td><strong>Input modalities</strong>
|
| 66 |
+
</td>
|
| 67 |
+
<td><strong>Output modalities</strong>
|
| 68 |
+
</td>
|
| 69 |
+
<td><strong>Context length</strong>
|
| 70 |
+
</td>
|
| 71 |
+
<td><strong>GQA</strong>
|
| 72 |
+
</td>
|
| 73 |
+
<td><strong>Token count</strong>
|
| 74 |
+
</td>
|
| 75 |
+
<td><strong>Knowledge cutoff</strong>
|
| 76 |
+
</td>
|
| 77 |
+
</tr>
|
| 78 |
+
<tr>
|
| 79 |
+
<td rowspan="3" >Llama 3.1 (text only)
|
| 80 |
+
</td>
|
| 81 |
+
<td rowspan="3" >A new mix of publicly available online data.
|
| 82 |
+
</td>
|
| 83 |
+
<td>8B
|
| 84 |
+
</td>
|
| 85 |
+
<td>Multilingual Text
|
| 86 |
+
</td>
|
| 87 |
+
<td>Multilingual Text and code
|
| 88 |
+
</td>
|
| 89 |
+
<td>128k
|
| 90 |
+
</td>
|
| 91 |
+
<td>Yes
|
| 92 |
+
</td>
|
| 93 |
+
<td rowspan="3" >15T+
|
| 94 |
+
</td>
|
| 95 |
+
<td rowspan="3" >December 2023
|
| 96 |
+
</td>
|
| 97 |
+
</tr>
|
| 98 |
+
<tr>
|
| 99 |
+
<td>70B
|
| 100 |
+
</td>
|
| 101 |
+
<td>Multilingual Text
|
| 102 |
+
</td>
|
| 103 |
+
<td>Multilingual Text and code
|
| 104 |
+
</td>
|
| 105 |
+
<td>128k
|
| 106 |
+
</td>
|
| 107 |
+
<td>Yes
|
| 108 |
+
</td>
|
| 109 |
+
</tr>
|
| 110 |
+
<tr>
|
| 111 |
+
<td>405B
|
| 112 |
+
</td>
|
| 113 |
+
<td>Multilingual Text
|
| 114 |
+
</td>
|
| 115 |
+
<td>Multilingual Text and code
|
| 116 |
+
</td>
|
| 117 |
+
<td>128k
|
| 118 |
+
</td>
|
| 119 |
+
<td>Yes
|
| 120 |
+
</td>
|
| 121 |
+
</tr>
|
| 122 |
+
</table>
|
| 123 |
+
|
| 124 |
+
|
| 125 |
+
**Supported languages:** English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai.
|
| 126 |
+
|
| 127 |
+
**Llama 3.1 family of models**. Token counts refer to pretraining data only. All model versions use Grouped-Query Attention (GQA) for improved inference scalability.
|
| 128 |
+
|
| 129 |
+
**Model Release Date:** July 23, 2024.
|
| 130 |
+
|
| 131 |
+
**Status:** This is a static model trained on an offline dataset. Future versions of the tuned models will be released as we improve model safety with community feedback.
|
| 132 |
+
|
| 133 |
+
**License:** A custom commercial license, the Llama 3.1 Community License, is available at: [https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE](https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE)
|
| 134 |
+
|
| 135 |
+
Where to send questions or comments about the model Instructions on how to provide feedback or comments on the model can be found in the model [README](https://github.com/meta-llama/llama3). For more technical information about generation parameters and recipes for how to use Llama 3.1 in applications, please go [here](https://github.com/meta-llama/llama-recipes).
|
| 136 |
+
|
| 137 |
+
|
| 138 |
+
## Intended Use
|
| 139 |
+
|
| 140 |
+
**Intended Use Cases** Llama 3.1 is intended for commercial and research use in multiple languages. Instruction tuned text only models are intended for assistant-like chat, whereas pretrained models can be adapted for a variety of natural language generation tasks. The Llama 3.1 model collection also supports the ability to leverage the outputs of its models to improve other models including synthetic data generation and distillation. The Llama 3.1 Community License allows for these use cases.
|
| 141 |
+
|
| 142 |
+
**Out-of-scope** Use in any manner that violates applicable laws or regulations (including trade compliance laws). Use in any other way that is prohibited by the Acceptable Use Policy and Llama 3.1 Community License. Use in languages beyond those explicitly referenced as supported in this model card**.
|
| 143 |
+
|
| 144 |
+
**<span style="text-decoration:underline;">Note</span>: Llama 3.1 has been trained on a broader collection of languages than the 8 supported languages. Developers may fine-tune Llama 3.1 models for languages beyond the 8 supported languages provided they comply with the Llama 3.1 Community License and the Acceptable Use Policy and in such cases are responsible for ensuring that any uses of Llama 3.1 in additional languages is done in a safe and responsible manner.
|
| 145 |
+
|
| 146 |
+
## How to use
|
| 147 |
+
|
| 148 |
+
This repository contains two versions of Meta-Llama-3.1-8B-Instruct, for use with transformers and with the original `llama` codebase.
|
| 149 |
+
|
| 150 |
+
### Use with transformers
|
| 151 |
+
|
| 152 |
+
Starting with `transformers >= 4.43.0` onward, you can run conversational inference using the Transformers `pipeline` abstraction or by leveraging the Auto classes with the `generate()` function.
|
| 153 |
+
|
| 154 |
+
Make sure to update your transformers installation via `pip install --upgrade transformers`.
|
| 155 |
+
|
| 156 |
+
```python
|
| 157 |
+
import transformers
|
| 158 |
+
import torch
|
| 159 |
+
|
| 160 |
+
model_id = "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
| 161 |
+
|
| 162 |
+
pipeline = transformers.pipeline(
|
| 163 |
+
"text-generation",
|
| 164 |
+
model=model_id,
|
| 165 |
+
model_kwargs={"torch_dtype": torch.bfloat16},
|
| 166 |
+
device_map="auto",
|
| 167 |
+
)
|
| 168 |
+
|
| 169 |
+
messages = [
|
| 170 |
+
{"role": "system", "content": "You are a pirate chatbot who always responds in pirate speak!"},
|
| 171 |
+
{"role": "user", "content": "Who are you?"},
|
| 172 |
+
]
|
| 173 |
+
|
| 174 |
+
outputs = pipeline(
|
| 175 |
+
messages,
|
| 176 |
+
max_new_tokens=256,
|
| 177 |
+
)
|
| 178 |
+
print(outputs[0]["generated_text"][-1])
|
| 179 |
+
```
|
| 180 |
+
|
| 181 |
+
Note: You can also find detailed recipes on how to use the model locally, with `torch.compile()`, assisted generations, quantised and more at [`huggingface-llama-recipes`](https://github.com/huggingface/huggingface-llama-recipes)
|
| 182 |
+
|
| 183 |
+
### Use with `llama`
|
| 184 |
+
|
| 185 |
+
Please, follow the instructions in the [repository](https://github.com/meta-llama/llama)
|
| 186 |
+
|
| 187 |
+
To download Original checkpoints, see the example command below leveraging `huggingface-cli`:
|
| 188 |
+
|
| 189 |
+
```
|
| 190 |
+
huggingface-cli download meta-llama/Meta-Llama-3.1-8B-Instruct --include "original/*" --local-dir Meta-Llama-3.1-8B-Instruct
|
| 191 |
+
```
|
| 192 |
+
|
| 193 |
+
## Hardware and Software
|
| 194 |
+
|
| 195 |
+
**Training Factors** We used custom training libraries, Meta's custom built GPU cluster, and production infrastructure for pretraining. Fine-tuning, annotation, and evaluation were also performed on production infrastructure.
|
| 196 |
+
|
| 197 |
+
**Training utilized a cumulative of** 39.3M GPU hours of computation on H100-80GB (TDP of 700W) type hardware, per the table below. Training time is the total GPU time required for training each model and power consumption is the peak power capacity per GPU device used, adjusted for power usage efficiency.
|
| 198 |
+
|
| 199 |
+
|
| 200 |
+
**Training Greenhouse Gas Emissions** Estimated total location-based greenhouse gas emissions were **11,390** tons CO2eq for training. Since 2020, Meta has maintained net zero greenhouse gas emissions in its global operations and matched 100% of its electricity use with renewable energy, therefore the total market-based greenhouse gas emissions for training were 0 tons CO2eq.
|
| 201 |
+
|
| 202 |
+
|
| 203 |
+
<table>
|
| 204 |
+
<tr>
|
| 205 |
+
<td>
|
| 206 |
+
</td>
|
| 207 |
+
<td><strong>Training Time (GPU hours)</strong>
|
| 208 |
+
</td>
|
| 209 |
+
<td><strong>Training Power Consumption (W)</strong>
|
| 210 |
+
</td>
|
| 211 |
+
<td><strong>Training Location-Based Greenhouse Gas Emissions</strong>
|
| 212 |
+
<p>
|
| 213 |
+
<strong>(tons CO2eq)</strong>
|
| 214 |
+
</td>
|
| 215 |
+
<td><strong>Training Market-Based Greenhouse Gas Emissions</strong>
|
| 216 |
+
<p>
|
| 217 |
+
<strong>(tons CO2eq)</strong>
|
| 218 |
+
</td>
|
| 219 |
+
</tr>
|
| 220 |
+
<tr>
|
| 221 |
+
<td>Llama 3.1 8B
|
| 222 |
+
</td>
|
| 223 |
+
<td>1.46M
|
| 224 |
+
</td>
|
| 225 |
+
<td>700
|
| 226 |
+
</td>
|
| 227 |
+
<td>420
|
| 228 |
+
</td>
|
| 229 |
+
<td>0
|
| 230 |
+
</td>
|
| 231 |
+
</tr>
|
| 232 |
+
<tr>
|
| 233 |
+
<td>Llama 3.1 70B
|
| 234 |
+
</td>
|
| 235 |
+
<td>7.0M
|
| 236 |
+
</td>
|
| 237 |
+
<td>700
|
| 238 |
+
</td>
|
| 239 |
+
<td>2,040
|
| 240 |
+
</td>
|
| 241 |
+
<td>0
|
| 242 |
+
</td>
|
| 243 |
+
</tr>
|
| 244 |
+
<tr>
|
| 245 |
+
<td>Llama 3.1 405B
|
| 246 |
+
</td>
|
| 247 |
+
<td>30.84M
|
| 248 |
+
</td>
|
| 249 |
+
<td>700
|
| 250 |
+
</td>
|
| 251 |
+
<td>8,930
|
| 252 |
+
</td>
|
| 253 |
+
<td>0
|
| 254 |
+
</td>
|
| 255 |
+
</tr>
|
| 256 |
+
<tr>
|
| 257 |
+
<td>Total
|
| 258 |
+
</td>
|
| 259 |
+
<td>39.3M
|
| 260 |
+
<td>
|
| 261 |
+
<ul>
|
| 262 |
+
|
| 263 |
+
</ul>
|
| 264 |
+
</td>
|
| 265 |
+
<td>11,390
|
| 266 |
+
</td>
|
| 267 |
+
<td>0
|
| 268 |
+
</td>
|
| 269 |
+
</tr>
|
| 270 |
+
</table>
|
| 271 |
+
|
| 272 |
+
|
| 273 |
+
|
| 274 |
+
The methodology used to determine training energy use and greenhouse gas emissions can be found [here](https://arxiv.org/pdf/2204.05149). Since Meta is openly releasing these models, the training energy use and greenhouse gas emissions will not be incurred by others.
|
| 275 |
+
|
| 276 |
+
|
| 277 |
+
## Training Data
|
| 278 |
+
|
| 279 |
+
**Overview:** Llama 3.1 was pretrained on ~15 trillion tokens of data from publicly available sources. The fine-tuning data includes publicly available instruction datasets, as well as over 25M synthetically generated examples.
|
| 280 |
+
|
| 281 |
+
**Data Freshness:** The pretraining data has a cutoff of December 2023.
|
| 282 |
+
|
| 283 |
+
|
| 284 |
+
## Benchmark scores
|
| 285 |
+
|
| 286 |
+
In this section, we report the results for Llama 3.1 models on standard automatic benchmarks. For all the evaluations, we use our internal evaluations library.
|
| 287 |
+
|
| 288 |
+
### Base pretrained models
|
| 289 |
+
|
| 290 |
+
|
| 291 |
+
<table>
|
| 292 |
+
<tr>
|
| 293 |
+
<td><strong>Category</strong>
|
| 294 |
+
</td>
|
| 295 |
+
<td><strong>Benchmark</strong>
|
| 296 |
+
</td>
|
| 297 |
+
<td><strong># Shots</strong>
|
| 298 |
+
</td>
|
| 299 |
+
<td><strong>Metric</strong>
|
| 300 |
+
</td>
|
| 301 |
+
<td><strong>Llama 3 8B</strong>
|
| 302 |
+
</td>
|
| 303 |
+
<td><strong>Llama 3.1 8B</strong>
|
| 304 |
+
</td>
|
| 305 |
+
<td><strong>Llama 3 70B</strong>
|
| 306 |
+
</td>
|
| 307 |
+
<td><strong>Llama 3.1 70B</strong>
|
| 308 |
+
</td>
|
| 309 |
+
<td><strong>Llama 3.1 405B</strong>
|
| 310 |
+
</td>
|
| 311 |
+
</tr>
|
| 312 |
+
<tr>
|
| 313 |
+
<td rowspan="7" >General
|
| 314 |
+
</td>
|
| 315 |
+
<td>MMLU
|
| 316 |
+
</td>
|
| 317 |
+
<td>5
|
| 318 |
+
</td>
|
| 319 |
+
<td>macro_avg/acc_char
|
| 320 |
+
</td>
|
| 321 |
+
<td>66.7
|
| 322 |
+
</td>
|
| 323 |
+
<td>66.7
|
| 324 |
+
</td>
|
| 325 |
+
<td>79.5
|
| 326 |
+
</td>
|
| 327 |
+
<td>79.3
|
| 328 |
+
</td>
|
| 329 |
+
<td>85.2
|
| 330 |
+
</td>
|
| 331 |
+
</tr>
|
| 332 |
+
<tr>
|
| 333 |
+
<td>MMLU-Pro (CoT)
|
| 334 |
+
</td>
|
| 335 |
+
<td>5
|
| 336 |
+
</td>
|
| 337 |
+
<td>macro_avg/acc_char
|
| 338 |
+
</td>
|
| 339 |
+
<td>36.2
|
| 340 |
+
</td>
|
| 341 |
+
<td>37.1
|
| 342 |
+
</td>
|
| 343 |
+
<td>55.0
|
| 344 |
+
</td>
|
| 345 |
+
<td>53.8
|
| 346 |
+
</td>
|
| 347 |
+
<td>61.6
|
| 348 |
+
</td>
|
| 349 |
+
</tr>
|
| 350 |
+
<tr>
|
| 351 |
+
<td>AGIEval English
|
| 352 |
+
</td>
|
| 353 |
+
<td>3-5
|
| 354 |
+
</td>
|
| 355 |
+
<td>average/acc_char
|
| 356 |
+
</td>
|
| 357 |
+
<td>47.1
|
| 358 |
+
</td>
|
| 359 |
+
<td>47.8
|
| 360 |
+
</td>
|
| 361 |
+
<td>63.0
|
| 362 |
+
</td>
|
| 363 |
+
<td>64.6
|
| 364 |
+
</td>
|
| 365 |
+
<td>71.6
|
| 366 |
+
</td>
|
| 367 |
+
</tr>
|
| 368 |
+
<tr>
|
| 369 |
+
<td>CommonSenseQA
|
| 370 |
+
</td>
|
| 371 |
+
<td>7
|
| 372 |
+
</td>
|
| 373 |
+
<td>acc_char
|
| 374 |
+
</td>
|
| 375 |
+
<td>72.6
|
| 376 |
+
</td>
|
| 377 |
+
<td>75.0
|
| 378 |
+
</td>
|
| 379 |
+
<td>83.8
|
| 380 |
+
</td>
|
| 381 |
+
<td>84.1
|
| 382 |
+
</td>
|
| 383 |
+
<td>85.8
|
| 384 |
+
</td>
|
| 385 |
+
</tr>
|
| 386 |
+
<tr>
|
| 387 |
+
<td>Winogrande
|
| 388 |
+
</td>
|
| 389 |
+
<td>5
|
| 390 |
+
</td>
|
| 391 |
+
<td>acc_char
|
| 392 |
+
</td>
|
| 393 |
+
<td>-
|
| 394 |
+
</td>
|
| 395 |
+
<td>60.5
|
| 396 |
+
</td>
|
| 397 |
+
<td>-
|
| 398 |
+
</td>
|
| 399 |
+
<td>83.3
|
| 400 |
+
</td>
|
| 401 |
+
<td>86.7
|
| 402 |
+
</td>
|
| 403 |
+
</tr>
|
| 404 |
+
<tr>
|
| 405 |
+
<td>BIG-Bench Hard (CoT)
|
| 406 |
+
</td>
|
| 407 |
+
<td>3
|
| 408 |
+
</td>
|
| 409 |
+
<td>average/em
|
| 410 |
+
</td>
|
| 411 |
+
<td>61.1
|
| 412 |
+
</td>
|
| 413 |
+
<td>64.2
|
| 414 |
+
</td>
|
| 415 |
+
<td>81.3
|
| 416 |
+
</td>
|
| 417 |
+
<td>81.6
|
| 418 |
+
</td>
|
| 419 |
+
<td>85.9
|
| 420 |
+
</td>
|
| 421 |
+
</tr>
|
| 422 |
+
<tr>
|
| 423 |
+
<td>ARC-Challenge
|
| 424 |
+
</td>
|
| 425 |
+
<td>25
|
| 426 |
+
</td>
|
| 427 |
+
<td>acc_char
|
| 428 |
+
</td>
|
| 429 |
+
<td>79.4
|
| 430 |
+
</td>
|
| 431 |
+
<td>79.7
|
| 432 |
+
</td>
|
| 433 |
+
<td>93.1
|
| 434 |
+
</td>
|
| 435 |
+
<td>92.9
|
| 436 |
+
</td>
|
| 437 |
+
<td>96.1
|
| 438 |
+
</td>
|
| 439 |
+
</tr>
|
| 440 |
+
<tr>
|
| 441 |
+
<td>Knowledge reasoning
|
| 442 |
+
</td>
|
| 443 |
+
<td>TriviaQA-Wiki
|
| 444 |
+
</td>
|
| 445 |
+
<td>5
|
| 446 |
+
</td>
|
| 447 |
+
<td>em
|
| 448 |
+
</td>
|
| 449 |
+
<td>78.5
|
| 450 |
+
</td>
|
| 451 |
+
<td>77.6
|
| 452 |
+
</td>
|
| 453 |
+
<td>89.7
|
| 454 |
+
</td>
|
| 455 |
+
<td>89.8
|
| 456 |
+
</td>
|
| 457 |
+
<td>91.8
|
| 458 |
+
</td>
|
| 459 |
+
</tr>
|
| 460 |
+
<tr>
|
| 461 |
+
<td rowspan="4" >Reading comprehension
|
| 462 |
+
</td>
|
| 463 |
+
<td>SQuAD
|
| 464 |
+
</td>
|
| 465 |
+
<td>1
|
| 466 |
+
</td>
|
| 467 |
+
<td>em
|
| 468 |
+
</td>
|
| 469 |
+
<td>76.4
|
| 470 |
+
</td>
|
| 471 |
+
<td>77.0
|
| 472 |
+
</td>
|
| 473 |
+
<td>85.6
|
| 474 |
+
</td>
|
| 475 |
+
<td>81.8
|
| 476 |
+
</td>
|
| 477 |
+
<td>89.3
|
| 478 |
+
</td>
|
| 479 |
+
</tr>
|
| 480 |
+
<tr>
|
| 481 |
+
<td>QuAC (F1)
|
| 482 |
+
</td>
|
| 483 |
+
<td>1
|
| 484 |
+
</td>
|
| 485 |
+
<td>f1
|
| 486 |
+
</td>
|
| 487 |
+
<td>44.4
|
| 488 |
+
</td>
|
| 489 |
+
<td>44.9
|
| 490 |
+
</td>
|
| 491 |
+
<td>51.1
|
| 492 |
+
</td>
|
| 493 |
+
<td>51.1
|
| 494 |
+
</td>
|
| 495 |
+
<td>53.6
|
| 496 |
+
</td>
|
| 497 |
+
</tr>
|
| 498 |
+
<tr>
|
| 499 |
+
<td>BoolQ
|
| 500 |
+
</td>
|
| 501 |
+
<td>0
|
| 502 |
+
</td>
|
| 503 |
+
<td>acc_char
|
| 504 |
+
</td>
|
| 505 |
+
<td>75.7
|
| 506 |
+
</td>
|
| 507 |
+
<td>75.0
|
| 508 |
+
</td>
|
| 509 |
+
<td>79.0
|
| 510 |
+
</td>
|
| 511 |
+
<td>79.4
|
| 512 |
+
</td>
|
| 513 |
+
<td>80.0
|
| 514 |
+
</td>
|
| 515 |
+
</tr>
|
| 516 |
+
<tr>
|
| 517 |
+
<td>DROP (F1)
|
| 518 |
+
</td>
|
| 519 |
+
<td>3
|
| 520 |
+
</td>
|
| 521 |
+
<td>f1
|
| 522 |
+
</td>
|
| 523 |
+
<td>58.4
|
| 524 |
+
</td>
|
| 525 |
+
<td>59.5
|
| 526 |
+
</td>
|
| 527 |
+
<td>79.7
|
| 528 |
+
</td>
|
| 529 |
+
<td>79.6
|
| 530 |
+
</td>
|
| 531 |
+
<td>84.8
|
| 532 |
+
</td>
|
| 533 |
+
</tr>
|
| 534 |
+
</table>
|
| 535 |
+
|
| 536 |
+
|
| 537 |
+
|
| 538 |
+
### Instruction tuned models
|
| 539 |
+
|
| 540 |
+
|
| 541 |
+
<table>
|
| 542 |
+
<tr>
|
| 543 |
+
<td><strong>Category</strong>
|
| 544 |
+
</td>
|
| 545 |
+
<td><strong>Benchmark</strong>
|
| 546 |
+
</td>
|
| 547 |
+
<td><strong># Shots</strong>
|
| 548 |
+
</td>
|
| 549 |
+
<td><strong>Metric</strong>
|
| 550 |
+
</td>
|
| 551 |
+
<td><strong>Llama 3 8B Instruct</strong>
|
| 552 |
+
</td>
|
| 553 |
+
<td><strong>Llama 3.1 8B Instruct</strong>
|
| 554 |
+
</td>
|
| 555 |
+
<td><strong>Llama 3 70B Instruct</strong>
|
| 556 |
+
</td>
|
| 557 |
+
<td><strong>Llama 3.1 70B Instruct</strong>
|
| 558 |
+
</td>
|
| 559 |
+
<td><strong>Llama 3.1 405B Instruct</strong>
|
| 560 |
+
</td>
|
| 561 |
+
</tr>
|
| 562 |
+
<tr>
|
| 563 |
+
<td rowspan="4" >General
|
| 564 |
+
</td>
|
| 565 |
+
<td>MMLU
|
| 566 |
+
</td>
|
| 567 |
+
<td>5
|
| 568 |
+
</td>
|
| 569 |
+
<td>macro_avg/acc
|
| 570 |
+
</td>
|
| 571 |
+
<td>68.5
|
| 572 |
+
</td>
|
| 573 |
+
<td>69.4
|
| 574 |
+
</td>
|
| 575 |
+
<td>82.0
|
| 576 |
+
</td>
|
| 577 |
+
<td>83.6
|
| 578 |
+
</td>
|
| 579 |
+
<td>87.3
|
| 580 |
+
</td>
|
| 581 |
+
</tr>
|
| 582 |
+
<tr>
|
| 583 |
+
<td>MMLU (CoT)
|
| 584 |
+
</td>
|
| 585 |
+
<td>0
|
| 586 |
+
</td>
|
| 587 |
+
<td>macro_avg/acc
|
| 588 |
+
</td>
|
| 589 |
+
<td>65.3
|
| 590 |
+
</td>
|
| 591 |
+
<td>73.0
|
| 592 |
+
</td>
|
| 593 |
+
<td>80.9
|
| 594 |
+
</td>
|
| 595 |
+
<td>86.0
|
| 596 |
+
</td>
|
| 597 |
+
<td>88.6
|
| 598 |
+
</td>
|
| 599 |
+
</tr>
|
| 600 |
+
<tr>
|
| 601 |
+
<td>MMLU-Pro (CoT)
|
| 602 |
+
</td>
|
| 603 |
+
<td>5
|
| 604 |
+
</td>
|
| 605 |
+
<td>micro_avg/acc_char
|
| 606 |
+
</td>
|
| 607 |
+
<td>45.5
|
| 608 |
+
</td>
|
| 609 |
+
<td>48.3
|
| 610 |
+
</td>
|
| 611 |
+
<td>63.4
|
| 612 |
+
</td>
|
| 613 |
+
<td>66.4
|
| 614 |
+
</td>
|
| 615 |
+
<td>73.3
|
| 616 |
+
</td>
|
| 617 |
+
</tr>
|
| 618 |
+
<tr>
|
| 619 |
+
<td>IFEval
|
| 620 |
+
</td>
|
| 621 |
+
<td>
|
| 622 |
+
</td>
|
| 623 |
+
<td>
|
| 624 |
+
</td>
|
| 625 |
+
<td>76.8
|
| 626 |
+
</td>
|
| 627 |
+
<td>80.4
|
| 628 |
+
</td>
|
| 629 |
+
<td>82.9
|
| 630 |
+
</td>
|
| 631 |
+
<td>87.5
|
| 632 |
+
</td>
|
| 633 |
+
<td>88.6
|
| 634 |
+
</td>
|
| 635 |
+
</tr>
|
| 636 |
+
<tr>
|
| 637 |
+
<td rowspan="2" >Reasoning
|
| 638 |
+
</td>
|
| 639 |
+
<td>ARC-C
|
| 640 |
+
</td>
|
| 641 |
+
<td>0
|
| 642 |
+
</td>
|
| 643 |
+
<td>acc
|
| 644 |
+
</td>
|
| 645 |
+
<td>82.4
|
| 646 |
+
</td>
|
| 647 |
+
<td>83.4
|
| 648 |
+
</td>
|
| 649 |
+
<td>94.4
|
| 650 |
+
</td>
|
| 651 |
+
<td>94.8
|
| 652 |
+
</td>
|
| 653 |
+
<td>96.9
|
| 654 |
+
</td>
|
| 655 |
+
</tr>
|
| 656 |
+
<tr>
|
| 657 |
+
<td>GPQA
|
| 658 |
+
</td>
|
| 659 |
+
<td>0
|
| 660 |
+
</td>
|
| 661 |
+
<td>em
|
| 662 |
+
</td>
|
| 663 |
+
<td>34.6
|
| 664 |
+
</td>
|
| 665 |
+
<td>30.4
|
| 666 |
+
</td>
|
| 667 |
+
<td>39.5
|
| 668 |
+
</td>
|
| 669 |
+
<td>41.7
|
| 670 |
+
</td>
|
| 671 |
+
<td>50.7
|
| 672 |
+
</td>
|
| 673 |
+
</tr>
|
| 674 |
+
<tr>
|
| 675 |
+
<td rowspan="4" >Code
|
| 676 |
+
</td>
|
| 677 |
+
<td>HumanEval
|
| 678 |
+
</td>
|
| 679 |
+
<td>0
|
| 680 |
+
</td>
|
| 681 |
+
<td>pass@1
|
| 682 |
+
</td>
|
| 683 |
+
<td>60.4
|
| 684 |
+
</td>
|
| 685 |
+
<td>72.6
|
| 686 |
+
</td>
|
| 687 |
+
<td>81.7
|
| 688 |
+
</td>
|
| 689 |
+
<td>80.5
|
| 690 |
+
</td>
|
| 691 |
+
<td>89.0
|
| 692 |
+
</td>
|
| 693 |
+
</tr>
|
| 694 |
+
<tr>
|
| 695 |
+
<td>MBPP ++ base version
|
| 696 |
+
</td>
|
| 697 |
+
<td>0
|
| 698 |
+
</td>
|
| 699 |
+
<td>pass@1
|
| 700 |
+
</td>
|
| 701 |
+
<td>70.6
|
| 702 |
+
</td>
|
| 703 |
+
<td>72.8
|
| 704 |
+
</td>
|
| 705 |
+
<td>82.5
|
| 706 |
+
</td>
|
| 707 |
+
<td>86.0
|
| 708 |
+
</td>
|
| 709 |
+
<td>88.6
|
| 710 |
+
</td>
|
| 711 |
+
</tr>
|
| 712 |
+
<tr>
|
| 713 |
+
<td>Multipl-E HumanEval
|
| 714 |
+
</td>
|
| 715 |
+
<td>0
|
| 716 |
+
</td>
|
| 717 |
+
<td>pass@1
|
| 718 |
+
</td>
|
| 719 |
+
<td>-
|
| 720 |
+
</td>
|
| 721 |
+
<td>50.8
|
| 722 |
+
</td>
|
| 723 |
+
<td>-
|
| 724 |
+
</td>
|
| 725 |
+
<td>65.5
|
| 726 |
+
</td>
|
| 727 |
+
<td>75.2
|
| 728 |
+
</td>
|
| 729 |
+
</tr>
|
| 730 |
+
<tr>
|
| 731 |
+
<td>Multipl-E MBPP
|
| 732 |
+
</td>
|
| 733 |
+
<td>0
|
| 734 |
+
</td>
|
| 735 |
+
<td>pass@1
|
| 736 |
+
</td>
|
| 737 |
+
<td>-
|
| 738 |
+
</td>
|
| 739 |
+
<td>52.4
|
| 740 |
+
</td>
|
| 741 |
+
<td>-
|
| 742 |
+
</td>
|
| 743 |
+
<td>62.0
|
| 744 |
+
</td>
|
| 745 |
+
<td>65.7
|
| 746 |
+
</td>
|
| 747 |
+
</tr>
|
| 748 |
+
<tr>
|
| 749 |
+
<td rowspan="2" >Math
|
| 750 |
+
</td>
|
| 751 |
+
<td>GSM-8K (CoT)
|
| 752 |
+
</td>
|
| 753 |
+
<td>8
|
| 754 |
+
</td>
|
| 755 |
+
<td>em_maj1@1
|
| 756 |
+
</td>
|
| 757 |
+
<td>80.6
|
| 758 |
+
</td>
|
| 759 |
+
<td>84.5
|
| 760 |
+
</td>
|
| 761 |
+
<td>93.0
|
| 762 |
+
</td>
|
| 763 |
+
<td>95.1
|
| 764 |
+
</td>
|
| 765 |
+
<td>96.8
|
| 766 |
+
</td>
|
| 767 |
+
</tr>
|
| 768 |
+
<tr>
|
| 769 |
+
<td>MATH (CoT)
|
| 770 |
+
</td>
|
| 771 |
+
<td>0
|
| 772 |
+
</td>
|
| 773 |
+
<td>final_em
|
| 774 |
+
</td>
|
| 775 |
+
<td>29.1
|
| 776 |
+
</td>
|
| 777 |
+
<td>51.9
|
| 778 |
+
</td>
|
| 779 |
+
<td>51.0
|
| 780 |
+
</td>
|
| 781 |
+
<td>68.0
|
| 782 |
+
</td>
|
| 783 |
+
<td>73.8
|
| 784 |
+
</td>
|
| 785 |
+
</tr>
|
| 786 |
+
<tr>
|
| 787 |
+
<td rowspan="4" >Tool Use
|
| 788 |
+
</td>
|
| 789 |
+
<td>API-Bank
|
| 790 |
+
</td>
|
| 791 |
+
<td>0
|
| 792 |
+
</td>
|
| 793 |
+
<td>acc
|
| 794 |
+
</td>
|
| 795 |
+
<td>48.3
|
| 796 |
+
</td>
|
| 797 |
+
<td>82.6
|
| 798 |
+
</td>
|
| 799 |
+
<td>85.1
|
| 800 |
+
</td>
|
| 801 |
+
<td>90.0
|
| 802 |
+
</td>
|
| 803 |
+
<td>92.0
|
| 804 |
+
</td>
|
| 805 |
+
</tr>
|
| 806 |
+
<tr>
|
| 807 |
+
<td>BFCL
|
| 808 |
+
</td>
|
| 809 |
+
<td>0
|
| 810 |
+
</td>
|
| 811 |
+
<td>acc
|
| 812 |
+
</td>
|
| 813 |
+
<td>60.3
|
| 814 |
+
</td>
|
| 815 |
+
<td>76.1
|
| 816 |
+
</td>
|
| 817 |
+
<td>83.0
|
| 818 |
+
</td>
|
| 819 |
+
<td>84.8
|
| 820 |
+
</td>
|
| 821 |
+
<td>88.5
|
| 822 |
+
</td>
|
| 823 |
+
</tr>
|
| 824 |
+
<tr>
|
| 825 |
+
<td>Gorilla Benchmark API Bench
|
| 826 |
+
</td>
|
| 827 |
+
<td>0
|
| 828 |
+
</td>
|
| 829 |
+
<td>acc
|
| 830 |
+
</td>
|
| 831 |
+
<td>1.7
|
| 832 |
+
</td>
|
| 833 |
+
<td>8.2
|
| 834 |
+
</td>
|
| 835 |
+
<td>14.7
|
| 836 |
+
</td>
|
| 837 |
+
<td>29.7
|
| 838 |
+
</td>
|
| 839 |
+
<td>35.3
|
| 840 |
+
</td>
|
| 841 |
+
</tr>
|
| 842 |
+
<tr>
|
| 843 |
+
<td>Nexus (0-shot)
|
| 844 |
+
</td>
|
| 845 |
+
<td>0
|
| 846 |
+
</td>
|
| 847 |
+
<td>macro_avg/acc
|
| 848 |
+
</td>
|
| 849 |
+
<td>18.1
|
| 850 |
+
</td>
|
| 851 |
+
<td>38.5
|
| 852 |
+
</td>
|
| 853 |
+
<td>47.8
|
| 854 |
+
</td>
|
| 855 |
+
<td>56.7
|
| 856 |
+
</td>
|
| 857 |
+
<td>58.7
|
| 858 |
+
</td>
|
| 859 |
+
</tr>
|
| 860 |
+
<tr>
|
| 861 |
+
<td>Multilingual
|
| 862 |
+
</td>
|
| 863 |
+
<td>Multilingual MGSM (CoT)
|
| 864 |
+
</td>
|
| 865 |
+
<td>0
|
| 866 |
+
</td>
|
| 867 |
+
<td>em
|
| 868 |
+
</td>
|
| 869 |
+
<td>-
|
| 870 |
+
</td>
|
| 871 |
+
<td>68.9
|
| 872 |
+
</td>
|
| 873 |
+
<td>-
|
| 874 |
+
</td>
|
| 875 |
+
<td>86.9
|
| 876 |
+
</td>
|
| 877 |
+
<td>91.6
|
| 878 |
+
</td>
|
| 879 |
+
</tr>
|
| 880 |
+
</table>
|
| 881 |
+
|
| 882 |
+
#### Multilingual benchmarks
|
| 883 |
+
|
| 884 |
+
<table>
|
| 885 |
+
<tr>
|
| 886 |
+
<td><strong>Category</strong>
|
| 887 |
+
</td>
|
| 888 |
+
<td><strong>Benchmark</strong>
|
| 889 |
+
</td>
|
| 890 |
+
<td><strong>Language</strong>
|
| 891 |
+
</td>
|
| 892 |
+
<td><strong>Llama 3.1 8B</strong>
|
| 893 |
+
</td>
|
| 894 |
+
<td><strong>Llama 3.1 70B</strong>
|
| 895 |
+
</td>
|
| 896 |
+
<td><strong>Llama 3.1 405B</strong>
|
| 897 |
+
</td>
|
| 898 |
+
</tr>
|
| 899 |
+
<tr>
|
| 900 |
+
<td rowspan="9" ><strong>General</strong>
|
| 901 |
+
</td>
|
| 902 |
+
<td rowspan="9" ><strong>MMLU (5-shot, macro_avg/acc)</strong>
|
| 903 |
+
</td>
|
| 904 |
+
<td>Portuguese
|
| 905 |
+
</td>
|
| 906 |
+
<td>62.12
|
| 907 |
+
</td>
|
| 908 |
+
<td>80.13
|
| 909 |
+
</td>
|
| 910 |
+
<td>84.95
|
| 911 |
+
</td>
|
| 912 |
+
</tr>
|
| 913 |
+
<tr>
|
| 914 |
+
<td>Spanish
|
| 915 |
+
</td>
|
| 916 |
+
<td>62.45
|
| 917 |
+
</td>
|
| 918 |
+
<td>80.05
|
| 919 |
+
</td>
|
| 920 |
+
<td>85.08
|
| 921 |
+
</td>
|
| 922 |
+
</tr>
|
| 923 |
+
<tr>
|
| 924 |
+
<td>Italian
|
| 925 |
+
</td>
|
| 926 |
+
<td>61.63
|
| 927 |
+
</td>
|
| 928 |
+
<td>80.4
|
| 929 |
+
</td>
|
| 930 |
+
<td>85.04
|
| 931 |
+
</td>
|
| 932 |
+
</tr>
|
| 933 |
+
<tr>
|
| 934 |
+
<td>German
|
| 935 |
+
</td>
|
| 936 |
+
<td>60.59
|
| 937 |
+
</td>
|
| 938 |
+
<td>79.27
|
| 939 |
+
</td>
|
| 940 |
+
<td>84.36
|
| 941 |
+
</td>
|
| 942 |
+
</tr>
|
| 943 |
+
<tr>
|
| 944 |
+
<td>French
|
| 945 |
+
</td>
|
| 946 |
+
<td>62.34
|
| 947 |
+
</td>
|
| 948 |
+
<td>79.82
|
| 949 |
+
</td>
|
| 950 |
+
<td>84.66
|
| 951 |
+
</td>
|
| 952 |
+
</tr>
|
| 953 |
+
<tr>
|
| 954 |
+
<td>Hindi
|
| 955 |
+
</td>
|
| 956 |
+
<td>50.88
|
| 957 |
+
</td>
|
| 958 |
+
<td>74.52
|
| 959 |
+
</td>
|
| 960 |
+
<td>80.31
|
| 961 |
+
</td>
|
| 962 |
+
</tr>
|
| 963 |
+
<tr>
|
| 964 |
+
<td>Thai
|
| 965 |
+
</td>
|
| 966 |
+
<td>50.32
|
| 967 |
+
</td>
|
| 968 |
+
<td>72.95
|
| 969 |
+
</td>
|
| 970 |
+
<td>78.21
|
| 971 |
+
</td>
|
| 972 |
+
</tr>
|
| 973 |
+
</table>
|
| 974 |
+
|
| 975 |
+
|
| 976 |
+
|
| 977 |
+
## Responsibility & Safety
|
| 978 |
+
|
| 979 |
+
As part of our Responsible release approach, we followed a three-pronged strategy to managing trust & safety risks:
|
| 980 |
+
|
| 981 |
+
|
| 982 |
+
|
| 983 |
+
* Enable developers to deploy helpful, safe and flexible experiences for their target audience and for the use cases supported by Llama.
|
| 984 |
+
* Protect developers against adversarial users aiming to exploit Llama capabilities to potentially cause harm.
|
| 985 |
+
* Provide protections for the community to help prevent the misuse of our models.
|
| 986 |
+
|
| 987 |
+
|
| 988 |
+
### Responsible deployment
|
| 989 |
+
|
| 990 |
+
Llama is a foundational technology designed to be used in a variety of use cases, examples on how Meta’s Llama models have been responsibly deployed can be found in our [Community Stories webpage](https://llama.meta.com/community-stories/). Our approach is to build the most helpful models enabling the world to benefit from the technology power, by aligning our model safety for the generic use cases addressing a standard set of harms. Developers are then in the driver seat to tailor safety for their use case, defining their own policy and deploying the models with the necessary safeguards in their Llama systems. Llama 3.1 was developed following the best practices outlined in our Responsible Use Guide, you can refer to the [Responsible Use Guide](https://llama.meta.com/responsible-use-guide/) to learn more.
|
| 991 |
+
|
| 992 |
+
|
| 993 |
+
#### Llama 3.1 instruct
|
| 994 |
+
|
| 995 |
+
Our main objectives for conducting safety fine-tuning are to provide the research community with a valuable resource for studying the robustness of safety fine-tuning, as well as to offer developers a readily available, safe, and powerful model for various applications to reduce the developer workload to deploy safe AI systems. For more details on the safety mitigations implemented please read the Llama 3 paper.
|
| 996 |
+
|
| 997 |
+
**Fine-tuning data**
|
| 998 |
+
|
| 999 |
+
We employ a multi-faceted approach to data collection, combining human-generated data from our vendors with synthetic data to mitigate potential safety risks. We’ve developed many large language model (LLM)-based classifiers that enable us to thoughtfully select high-quality prompts and responses, enhancing data quality control.
|
| 1000 |
+
|
| 1001 |
+
**Refusals and Tone**
|
| 1002 |
+
|
| 1003 |
+
Building on the work we started with Llama 3, we put a great emphasis on model refusals to benign prompts as well as refusal tone. We included both borderline and adversarial prompts in our safety data strategy, and modified our safety data responses to follow tone guidelines.
|
| 1004 |
+
|
| 1005 |
+
|
| 1006 |
+
#### Llama 3.1 systems
|
| 1007 |
+
|
| 1008 |
+
**Large language models, including Llama 3.1, are not designed to be deployed in isolation but instead should be deployed as part of an overall AI system with additional safety guardrails as required.** Developers are expected to deploy system safeguards when building agentic systems. Safeguards are key to achieve the right helpfulness-safety alignment as well as mitigating safety and security risks inherent to the system and any integration of the model or system with external tools.
|
| 1009 |
+
|
| 1010 |
+
As part of our responsible release approach, we provide the community with [safeguards](https://llama.meta.com/trust-and-safety/) that developers should deploy with Llama models or other LLMs, including Llama Guard 3, Prompt Guard and Code Shield. All our [reference implementations](https://github.com/meta-llama/llama-agentic-system) demos contain these safeguards by default so developers can benefit from system-level safety out-of-the-box.
|
| 1011 |
+
|
| 1012 |
+
|
| 1013 |
+
#### New capabilities
|
| 1014 |
+
|
| 1015 |
+
Note that this release introduces new capabilities, including a longer context window, multilingual inputs and outputs and possible integrations by developers with third party tools. Building with these new capabilities requires specific considerations in addition to the best practices that generally apply across all Generative AI use cases.
|
| 1016 |
+
|
| 1017 |
+
**Tool-use**: Just like in standard software development, developers are responsible for the integration of the LLM with the tools and services of their choice. They should define a clear policy for their use case and assess the integrity of the third party services they use to be aware of the safety and security limitations when using this capability. Refer to the Responsible Use Guide for best practices on the safe deployment of the third party safeguards.
|
| 1018 |
+
|
| 1019 |
+
**Multilinguality**: Llama 3.1 supports 7 languages in addition to English: French, German, Hindi, Italian, Portuguese, Spanish, and Thai. Llama may be able to output text in other languages than those that meet performance thresholds for safety and helpfulness. We strongly discourage developers from using this model to converse in non-supported languages without implementing finetuning and system controls in alignment with their policies and the best practices shared in the Responsible Use Guide.
|
| 1020 |
+
|
| 1021 |
+
|
| 1022 |
+
### Evaluations
|
| 1023 |
+
|
| 1024 |
+
We evaluated Llama models for common use cases as well as specific capabilities. Common use cases evaluations measure safety risks of systems for most commonly built applications including chat bot, coding assistant, tool calls. We built dedicated, adversarial evaluation datasets and evaluated systems composed of Llama models and Llama Guard 3 to filter input prompt and output response. It is important to evaluate applications in context, and we recommend building dedicated evaluation dataset for your use case. Prompt Guard and Code Shield are also available if relevant to the application.
|
| 1025 |
+
|
| 1026 |
+
Capability evaluations measure vulnerabilities of Llama models inherent to specific capabilities, for which were crafted dedicated benchmarks including long context, multilingual, tools calls, coding or memorization.
|
| 1027 |
+
|
| 1028 |
+
**Red teaming**
|
| 1029 |
+
|
| 1030 |
+
For both scenarios, we conducted recurring red teaming exercises with the goal of discovering risks via adversarial prompting and we used the learnings to improve our benchmarks and safety tuning datasets.
|
| 1031 |
+
|
| 1032 |
+
We partnered early with subject-matter experts in critical risk areas to understand the nature of these real-world harms and how such models may lead to unintended harm for society. Based on these conversations, we derived a set of adversarial goals for the red team to attempt to achieve, such as extracting harmful information or reprogramming the model to act in a potentially harmful capacity. The red team consisted of experts in cybersecurity, adversarial machine learning, responsible AI, and integrity in addition to multilingual content specialists with background in integrity issues in specific geographic markets.
|
| 1033 |
+
|
| 1034 |
+
|
| 1035 |
+
### Critical and other risks
|
| 1036 |
+
|
| 1037 |
+
We specifically focused our efforts on mitigating the following critical risk areas:
|
| 1038 |
+
|
| 1039 |
+
**1- CBRNE (Chemical, Biological, Radiological, Nuclear, and Explosive materials) helpfulness**
|
| 1040 |
+
|
| 1041 |
+
To assess risks related to proliferation of chemical and biological weapons, we performed uplift testing designed to assess whether use of Llama 3.1 models could meaningfully increase the capabilities of malicious actors to plan or carry out attacks using these types of weapons.
|
| 1042 |
+
|
| 1043 |
+
|
| 1044 |
+
**2. Child Safety**
|
| 1045 |
+
|
| 1046 |
+
Child Safety risk assessments were conducted using a team of experts, to assess the model’s capability to produce outputs that could result in Child Safety risks and inform on any necessary and appropriate risk mitigations via fine tuning. We leveraged those expert red teaming sessions to expand the coverage of our evaluation benchmarks through Llama 3 model development. For Llama 3, we conducted new in-depth sessions using objective based methodologies to assess the model risks along multiple attack vectors including the additional languages Llama 3 is trained on. We also partnered with content specialists to perform red teaming exercises assessing potentially violating content while taking account of market specific nuances or experiences.
|
| 1047 |
+
|
| 1048 |
+
**3. Cyber attack enablement**
|
| 1049 |
+
|
| 1050 |
+
Our cyber attack uplift study investigated whether LLMs can enhance human capabilities in hacking tasks, both in terms of skill level and speed.
|
| 1051 |
+
|
| 1052 |
+
Our attack automation study focused on evaluating the capabilities of LLMs when used as autonomous agents in cyber offensive operations, specifically in the context of ransomware attacks. This evaluation was distinct from previous studies that considered LLMs as interactive assistants. The primary objective was to assess whether these models could effectively function as independent agents in executing complex cyber-attacks without human intervention.
|
| 1053 |
+
|
| 1054 |
+
Our study of Llama-3.1-405B’s social engineering uplift for cyber attackers was conducted to assess the effectiveness of AI models in aiding cyber threat actors in spear phishing campaigns. Please read our Llama 3.1 Cyber security whitepaper to learn more.
|
| 1055 |
+
|
| 1056 |
+
|
| 1057 |
+
### Community
|
| 1058 |
+
|
| 1059 |
+
Generative AI safety requires expertise and tooling, and we believe in the strength of the open community to accelerate its progress. We are active members of open consortiums, including the AI Alliance, Partnership on AI and MLCommons, actively contributing to safety standardization and transparency. We encourage the community to adopt taxonomies like the MLCommons Proof of Concept evaluation to facilitate collaboration and transparency on safety and content evaluations. Our Purple Llama tools are open sourced for the community to use and widely distributed across ecosystem partners including cloud service providers. We encourage community contributions to our [Github repository](https://github.com/meta-llama/PurpleLlama).
|
| 1060 |
+
|
| 1061 |
+
We also set up the [Llama Impact Grants](https://llama.meta.com/llama-impact-grants/) program to identify and support the most compelling applications of Meta’s Llama model for societal benefit across three categories: education, climate and open innovation. The 20 finalists from the hundreds of applications can be found [here](https://llama.meta.com/llama-impact-grants/#finalists).
|
| 1062 |
+
|
| 1063 |
+
Finally, we put in place a set of resources including an [output reporting mechanism](https://developers.facebook.com/llama_output_feedback) and [bug bounty program](https://www.facebook.com/whitehat) to continuously improve the Llama technology with the help of the community.
|
| 1064 |
+
|
| 1065 |
+
|
| 1066 |
+
## Ethical Considerations and Limitations
|
| 1067 |
+
|
| 1068 |
+
The core values of Llama 3.1 are openness, inclusivity and helpfulness. It is meant to serve everyone, and to work for a wide range of use cases. It is thus designed to be accessible to people across many different backgrounds, experiences and perspectives. Llama 3.1 addresses users and their needs as they are, without insertion unnecessary judgment or normativity, while reflecting the understanding that even content that may appear problematic in some cases can serve valuable purposes in others. It respects the dignity and autonomy of all users, especially in terms of the values of free thought and expression that power innovation and progress.
|
| 1069 |
+
|
| 1070 |
+
But Llama 3.1 is a new technology, and like any new technology, there are risks associated with its use. Testing conducted to date has not covered, nor could it cover, all scenarios. For these reasons, as with all LLMs, Llama 3.1’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Llama 3.1 models, developers should perform safety testing and tuning tailored to their specific applications of the model. Please refer to available resources including our [Responsible Use Guide](https://llama.meta.com/responsible-use-guide), [Trust and Safety](https://llama.meta.com/trust-and-safety/) solutions, and other [resources](https://llama.meta.com/docs/get-started/) to learn more about responsible development.
|
text_encoder_4/config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "meta-llama/meta-Llama-3.1-8B-Instruct",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 128000,
|
| 9 |
+
"eos_token_id": 128009,
|
| 10 |
+
"head_dim": 128,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 4096,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 14336,
|
| 15 |
+
"max_position_embeddings": 131072,
|
| 16 |
+
"mlp_bias": false,
|
| 17 |
+
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 32,
|
| 19 |
+
"num_hidden_layers": 32,
|
| 20 |
+
"num_key_value_heads": 8,
|
| 21 |
+
"pad_token_id": 128004,
|
| 22 |
+
"pretraining_tp": 1,
|
| 23 |
+
"quantization_config": {
|
| 24 |
+
"_load_in_4bit": true,
|
| 25 |
+
"_load_in_8bit": false,
|
| 26 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 27 |
+
"bnb_4bit_quant_storage": "uint8",
|
| 28 |
+
"bnb_4bit_quant_type": "nf4",
|
| 29 |
+
"bnb_4bit_use_double_quant": true,
|
| 30 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
| 31 |
+
"llm_int8_has_fp16_weight": false,
|
| 32 |
+
"llm_int8_skip_modules": [
|
| 33 |
+
"lm_head",
|
| 34 |
+
"multi_modal_projector",
|
| 35 |
+
"merger",
|
| 36 |
+
"modality_projection"
|
| 37 |
+
],
|
| 38 |
+
"llm_int8_threshold": 6.0,
|
| 39 |
+
"load_in_4bit": true,
|
| 40 |
+
"load_in_8bit": false,
|
| 41 |
+
"quant_method": "bitsandbytes"
|
| 42 |
+
},
|
| 43 |
+
"rms_norm_eps": 1e-05,
|
| 44 |
+
"rope_scaling": {
|
| 45 |
+
"factor": 8.0,
|
| 46 |
+
"high_freq_factor": 4.0,
|
| 47 |
+
"low_freq_factor": 1.0,
|
| 48 |
+
"original_max_position_embeddings": 8192,
|
| 49 |
+
"rope_type": "llama3"
|
| 50 |
+
},
|
| 51 |
+
"rope_theta": 500000.0,
|
| 52 |
+
"tie_word_embeddings": false,
|
| 53 |
+
"torch_dtype": "bfloat16",
|
| 54 |
+
"transformers_version": "4.49.0.dev0",
|
| 55 |
+
"unsloth_fixed": true,
|
| 56 |
+
"use_cache": true,
|
| 57 |
+
"vocab_size": 128256
|
| 58 |
+
}
|
text_encoder_4/generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 128000,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
128001,
|
| 6 |
+
128008,
|
| 7 |
+
128009
|
| 8 |
+
],
|
| 9 |
+
"max_length": 131072,
|
| 10 |
+
"pad_token_id": 128004,
|
| 11 |
+
"temperature": 0.6,
|
| 12 |
+
"top_p": 0.9,
|
| 13 |
+
"transformers_version": "4.49.0.dev0"
|
| 14 |
+
}
|
text_encoder_4/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6c8ab7a8b2790ce56f3ae3946ad39866fc5250b51b277c9d0eee83ac4f26a92
|
| 3 |
+
size 5702746383
|
text_encoder_4/special_tokens_map.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|begin_of_text|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|eot_id|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|finetune_right_pad_id|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
}
|
| 23 |
+
}
|
text_encoder_4/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
|
| 3 |
+
size 17209920
|
text_encoder_4/tokenizer_config.json
ADDED
|
@@ -0,0 +1,2067 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"128000": {
|
| 5 |
+
"content": "<|begin_of_text|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"128001": {
|
| 13 |
+
"content": "<|end_of_text|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"128002": {
|
| 21 |
+
"content": "<|reserved_special_token_0|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"128003": {
|
| 29 |
+
"content": "<|reserved_special_token_1|>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"128004": {
|
| 37 |
+
"content": "<|finetune_right_pad_id|>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"128005": {
|
| 45 |
+
"content": "<|reserved_special_token_2|>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"128006": {
|
| 53 |
+
"content": "<|start_header_id|>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"128007": {
|
| 61 |
+
"content": "<|end_header_id|>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"128008": {
|
| 69 |
+
"content": "<|eom_id|>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"128009": {
|
| 77 |
+
"content": "<|eot_id|>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"128010": {
|
| 85 |
+
"content": "<|python_tag|>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"128011": {
|
| 93 |
+
"content": "<|reserved_special_token_3|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"128012": {
|
| 101 |
+
"content": "<|reserved_special_token_4|>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"128013": {
|
| 109 |
+
"content": "<|reserved_special_token_5|>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"128014": {
|
| 117 |
+
"content": "<|reserved_special_token_6|>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"128015": {
|
| 125 |
+
"content": "<|reserved_special_token_7|>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"128016": {
|
| 133 |
+
"content": "<|reserved_special_token_8|>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"128017": {
|
| 141 |
+
"content": "<|reserved_special_token_9|>",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"128018": {
|
| 149 |
+
"content": "<|reserved_special_token_10|>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"128019": {
|
| 157 |
+
"content": "<|reserved_special_token_11|>",
|
| 158 |
+
"lstrip": false,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"128020": {
|
| 165 |
+
"content": "<|reserved_special_token_12|>",
|
| 166 |
+
"lstrip": false,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"128021": {
|
| 173 |
+
"content": "<|reserved_special_token_13|>",
|
| 174 |
+
"lstrip": false,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"128022": {
|
| 181 |
+
"content": "<|reserved_special_token_14|>",
|
| 182 |
+
"lstrip": false,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"128023": {
|
| 189 |
+
"content": "<|reserved_special_token_15|>",
|
| 190 |
+
"lstrip": false,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"128024": {
|
| 197 |
+
"content": "<|reserved_special_token_16|>",
|
| 198 |
+
"lstrip": false,
|
| 199 |
+
"normalized": false,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"128025": {
|
| 205 |
+
"content": "<|reserved_special_token_17|>",
|
| 206 |
+
"lstrip": false,
|
| 207 |
+
"normalized": false,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"128026": {
|
| 213 |
+
"content": "<|reserved_special_token_18|>",
|
| 214 |
+
"lstrip": false,
|
| 215 |
+
"normalized": false,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"128027": {
|
| 221 |
+
"content": "<|reserved_special_token_19|>",
|
| 222 |
+
"lstrip": false,
|
| 223 |
+
"normalized": false,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"128028": {
|
| 229 |
+
"content": "<|reserved_special_token_20|>",
|
| 230 |
+
"lstrip": false,
|
| 231 |
+
"normalized": false,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"128029": {
|
| 237 |
+
"content": "<|reserved_special_token_21|>",
|
| 238 |
+
"lstrip": false,
|
| 239 |
+
"normalized": false,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"128030": {
|
| 245 |
+
"content": "<|reserved_special_token_22|>",
|
| 246 |
+
"lstrip": false,
|
| 247 |
+
"normalized": false,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"128031": {
|
| 253 |
+
"content": "<|reserved_special_token_23|>",
|
| 254 |
+
"lstrip": false,
|
| 255 |
+
"normalized": false,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"128032": {
|
| 261 |
+
"content": "<|reserved_special_token_24|>",
|
| 262 |
+
"lstrip": false,
|
| 263 |
+
"normalized": false,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"128033": {
|
| 269 |
+
"content": "<|reserved_special_token_25|>",
|
| 270 |
+
"lstrip": false,
|
| 271 |
+
"normalized": false,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"128034": {
|
| 277 |
+
"content": "<|reserved_special_token_26|>",
|
| 278 |
+
"lstrip": false,
|
| 279 |
+
"normalized": false,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"128035": {
|
| 285 |
+
"content": "<|reserved_special_token_27|>",
|
| 286 |
+
"lstrip": false,
|
| 287 |
+
"normalized": false,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"128036": {
|
| 293 |
+
"content": "<|reserved_special_token_28|>",
|
| 294 |
+
"lstrip": false,
|
| 295 |
+
"normalized": false,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"128037": {
|
| 301 |
+
"content": "<|reserved_special_token_29|>",
|
| 302 |
+
"lstrip": false,
|
| 303 |
+
"normalized": false,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
},
|
| 308 |
+
"128038": {
|
| 309 |
+
"content": "<|reserved_special_token_30|>",
|
| 310 |
+
"lstrip": false,
|
| 311 |
+
"normalized": false,
|
| 312 |
+
"rstrip": false,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": true
|
| 315 |
+
},
|
| 316 |
+
"128039": {
|
| 317 |
+
"content": "<|reserved_special_token_31|>",
|
| 318 |
+
"lstrip": false,
|
| 319 |
+
"normalized": false,
|
| 320 |
+
"rstrip": false,
|
| 321 |
+
"single_word": false,
|
| 322 |
+
"special": true
|
| 323 |
+
},
|
| 324 |
+
"128040": {
|
| 325 |
+
"content": "<|reserved_special_token_32|>",
|
| 326 |
+
"lstrip": false,
|
| 327 |
+
"normalized": false,
|
| 328 |
+
"rstrip": false,
|
| 329 |
+
"single_word": false,
|
| 330 |
+
"special": true
|
| 331 |
+
},
|
| 332 |
+
"128041": {
|
| 333 |
+
"content": "<|reserved_special_token_33|>",
|
| 334 |
+
"lstrip": false,
|
| 335 |
+
"normalized": false,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false,
|
| 338 |
+
"special": true
|
| 339 |
+
},
|
| 340 |
+
"128042": {
|
| 341 |
+
"content": "<|reserved_special_token_34|>",
|
| 342 |
+
"lstrip": false,
|
| 343 |
+
"normalized": false,
|
| 344 |
+
"rstrip": false,
|
| 345 |
+
"single_word": false,
|
| 346 |
+
"special": true
|
| 347 |
+
},
|
| 348 |
+
"128043": {
|
| 349 |
+
"content": "<|reserved_special_token_35|>",
|
| 350 |
+
"lstrip": false,
|
| 351 |
+
"normalized": false,
|
| 352 |
+
"rstrip": false,
|
| 353 |
+
"single_word": false,
|
| 354 |
+
"special": true
|
| 355 |
+
},
|
| 356 |
+
"128044": {
|
| 357 |
+
"content": "<|reserved_special_token_36|>",
|
| 358 |
+
"lstrip": false,
|
| 359 |
+
"normalized": false,
|
| 360 |
+
"rstrip": false,
|
| 361 |
+
"single_word": false,
|
| 362 |
+
"special": true
|
| 363 |
+
},
|
| 364 |
+
"128045": {
|
| 365 |
+
"content": "<|reserved_special_token_37|>",
|
| 366 |
+
"lstrip": false,
|
| 367 |
+
"normalized": false,
|
| 368 |
+
"rstrip": false,
|
| 369 |
+
"single_word": false,
|
| 370 |
+
"special": true
|
| 371 |
+
},
|
| 372 |
+
"128046": {
|
| 373 |
+
"content": "<|reserved_special_token_38|>",
|
| 374 |
+
"lstrip": false,
|
| 375 |
+
"normalized": false,
|
| 376 |
+
"rstrip": false,
|
| 377 |
+
"single_word": false,
|
| 378 |
+
"special": true
|
| 379 |
+
},
|
| 380 |
+
"128047": {
|
| 381 |
+
"content": "<|reserved_special_token_39|>",
|
| 382 |
+
"lstrip": false,
|
| 383 |
+
"normalized": false,
|
| 384 |
+
"rstrip": false,
|
| 385 |
+
"single_word": false,
|
| 386 |
+
"special": true
|
| 387 |
+
},
|
| 388 |
+
"128048": {
|
| 389 |
+
"content": "<|reserved_special_token_40|>",
|
| 390 |
+
"lstrip": false,
|
| 391 |
+
"normalized": false,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false,
|
| 394 |
+
"special": true
|
| 395 |
+
},
|
| 396 |
+
"128049": {
|
| 397 |
+
"content": "<|reserved_special_token_41|>",
|
| 398 |
+
"lstrip": false,
|
| 399 |
+
"normalized": false,
|
| 400 |
+
"rstrip": false,
|
| 401 |
+
"single_word": false,
|
| 402 |
+
"special": true
|
| 403 |
+
},
|
| 404 |
+
"128050": {
|
| 405 |
+
"content": "<|reserved_special_token_42|>",
|
| 406 |
+
"lstrip": false,
|
| 407 |
+
"normalized": false,
|
| 408 |
+
"rstrip": false,
|
| 409 |
+
"single_word": false,
|
| 410 |
+
"special": true
|
| 411 |
+
},
|
| 412 |
+
"128051": {
|
| 413 |
+
"content": "<|reserved_special_token_43|>",
|
| 414 |
+
"lstrip": false,
|
| 415 |
+
"normalized": false,
|
| 416 |
+
"rstrip": false,
|
| 417 |
+
"single_word": false,
|
| 418 |
+
"special": true
|
| 419 |
+
},
|
| 420 |
+
"128052": {
|
| 421 |
+
"content": "<|reserved_special_token_44|>",
|
| 422 |
+
"lstrip": false,
|
| 423 |
+
"normalized": false,
|
| 424 |
+
"rstrip": false,
|
| 425 |
+
"single_word": false,
|
| 426 |
+
"special": true
|
| 427 |
+
},
|
| 428 |
+
"128053": {
|
| 429 |
+
"content": "<|reserved_special_token_45|>",
|
| 430 |
+
"lstrip": false,
|
| 431 |
+
"normalized": false,
|
| 432 |
+
"rstrip": false,
|
| 433 |
+
"single_word": false,
|
| 434 |
+
"special": true
|
| 435 |
+
},
|
| 436 |
+
"128054": {
|
| 437 |
+
"content": "<|reserved_special_token_46|>",
|
| 438 |
+
"lstrip": false,
|
| 439 |
+
"normalized": false,
|
| 440 |
+
"rstrip": false,
|
| 441 |
+
"single_word": false,
|
| 442 |
+
"special": true
|
| 443 |
+
},
|
| 444 |
+
"128055": {
|
| 445 |
+
"content": "<|reserved_special_token_47|>",
|
| 446 |
+
"lstrip": false,
|
| 447 |
+
"normalized": false,
|
| 448 |
+
"rstrip": false,
|
| 449 |
+
"single_word": false,
|
| 450 |
+
"special": true
|
| 451 |
+
},
|
| 452 |
+
"128056": {
|
| 453 |
+
"content": "<|reserved_special_token_48|>",
|
| 454 |
+
"lstrip": false,
|
| 455 |
+
"normalized": false,
|
| 456 |
+
"rstrip": false,
|
| 457 |
+
"single_word": false,
|
| 458 |
+
"special": true
|
| 459 |
+
},
|
| 460 |
+
"128057": {
|
| 461 |
+
"content": "<|reserved_special_token_49|>",
|
| 462 |
+
"lstrip": false,
|
| 463 |
+
"normalized": false,
|
| 464 |
+
"rstrip": false,
|
| 465 |
+
"single_word": false,
|
| 466 |
+
"special": true
|
| 467 |
+
},
|
| 468 |
+
"128058": {
|
| 469 |
+
"content": "<|reserved_special_token_50|>",
|
| 470 |
+
"lstrip": false,
|
| 471 |
+
"normalized": false,
|
| 472 |
+
"rstrip": false,
|
| 473 |
+
"single_word": false,
|
| 474 |
+
"special": true
|
| 475 |
+
},
|
| 476 |
+
"128059": {
|
| 477 |
+
"content": "<|reserved_special_token_51|>",
|
| 478 |
+
"lstrip": false,
|
| 479 |
+
"normalized": false,
|
| 480 |
+
"rstrip": false,
|
| 481 |
+
"single_word": false,
|
| 482 |
+
"special": true
|
| 483 |
+
},
|
| 484 |
+
"128060": {
|
| 485 |
+
"content": "<|reserved_special_token_52|>",
|
| 486 |
+
"lstrip": false,
|
| 487 |
+
"normalized": false,
|
| 488 |
+
"rstrip": false,
|
| 489 |
+
"single_word": false,
|
| 490 |
+
"special": true
|
| 491 |
+
},
|
| 492 |
+
"128061": {
|
| 493 |
+
"content": "<|reserved_special_token_53|>",
|
| 494 |
+
"lstrip": false,
|
| 495 |
+
"normalized": false,
|
| 496 |
+
"rstrip": false,
|
| 497 |
+
"single_word": false,
|
| 498 |
+
"special": true
|
| 499 |
+
},
|
| 500 |
+
"128062": {
|
| 501 |
+
"content": "<|reserved_special_token_54|>",
|
| 502 |
+
"lstrip": false,
|
| 503 |
+
"normalized": false,
|
| 504 |
+
"rstrip": false,
|
| 505 |
+
"single_word": false,
|
| 506 |
+
"special": true
|
| 507 |
+
},
|
| 508 |
+
"128063": {
|
| 509 |
+
"content": "<|reserved_special_token_55|>",
|
| 510 |
+
"lstrip": false,
|
| 511 |
+
"normalized": false,
|
| 512 |
+
"rstrip": false,
|
| 513 |
+
"single_word": false,
|
| 514 |
+
"special": true
|
| 515 |
+
},
|
| 516 |
+
"128064": {
|
| 517 |
+
"content": "<|reserved_special_token_56|>",
|
| 518 |
+
"lstrip": false,
|
| 519 |
+
"normalized": false,
|
| 520 |
+
"rstrip": false,
|
| 521 |
+
"single_word": false,
|
| 522 |
+
"special": true
|
| 523 |
+
},
|
| 524 |
+
"128065": {
|
| 525 |
+
"content": "<|reserved_special_token_57|>",
|
| 526 |
+
"lstrip": false,
|
| 527 |
+
"normalized": false,
|
| 528 |
+
"rstrip": false,
|
| 529 |
+
"single_word": false,
|
| 530 |
+
"special": true
|
| 531 |
+
},
|
| 532 |
+
"128066": {
|
| 533 |
+
"content": "<|reserved_special_token_58|>",
|
| 534 |
+
"lstrip": false,
|
| 535 |
+
"normalized": false,
|
| 536 |
+
"rstrip": false,
|
| 537 |
+
"single_word": false,
|
| 538 |
+
"special": true
|
| 539 |
+
},
|
| 540 |
+
"128067": {
|
| 541 |
+
"content": "<|reserved_special_token_59|>",
|
| 542 |
+
"lstrip": false,
|
| 543 |
+
"normalized": false,
|
| 544 |
+
"rstrip": false,
|
| 545 |
+
"single_word": false,
|
| 546 |
+
"special": true
|
| 547 |
+
},
|
| 548 |
+
"128068": {
|
| 549 |
+
"content": "<|reserved_special_token_60|>",
|
| 550 |
+
"lstrip": false,
|
| 551 |
+
"normalized": false,
|
| 552 |
+
"rstrip": false,
|
| 553 |
+
"single_word": false,
|
| 554 |
+
"special": true
|
| 555 |
+
},
|
| 556 |
+
"128069": {
|
| 557 |
+
"content": "<|reserved_special_token_61|>",
|
| 558 |
+
"lstrip": false,
|
| 559 |
+
"normalized": false,
|
| 560 |
+
"rstrip": false,
|
| 561 |
+
"single_word": false,
|
| 562 |
+
"special": true
|
| 563 |
+
},
|
| 564 |
+
"128070": {
|
| 565 |
+
"content": "<|reserved_special_token_62|>",
|
| 566 |
+
"lstrip": false,
|
| 567 |
+
"normalized": false,
|
| 568 |
+
"rstrip": false,
|
| 569 |
+
"single_word": false,
|
| 570 |
+
"special": true
|
| 571 |
+
},
|
| 572 |
+
"128071": {
|
| 573 |
+
"content": "<|reserved_special_token_63|>",
|
| 574 |
+
"lstrip": false,
|
| 575 |
+
"normalized": false,
|
| 576 |
+
"rstrip": false,
|
| 577 |
+
"single_word": false,
|
| 578 |
+
"special": true
|
| 579 |
+
},
|
| 580 |
+
"128072": {
|
| 581 |
+
"content": "<|reserved_special_token_64|>",
|
| 582 |
+
"lstrip": false,
|
| 583 |
+
"normalized": false,
|
| 584 |
+
"rstrip": false,
|
| 585 |
+
"single_word": false,
|
| 586 |
+
"special": true
|
| 587 |
+
},
|
| 588 |
+
"128073": {
|
| 589 |
+
"content": "<|reserved_special_token_65|>",
|
| 590 |
+
"lstrip": false,
|
| 591 |
+
"normalized": false,
|
| 592 |
+
"rstrip": false,
|
| 593 |
+
"single_word": false,
|
| 594 |
+
"special": true
|
| 595 |
+
},
|
| 596 |
+
"128074": {
|
| 597 |
+
"content": "<|reserved_special_token_66|>",
|
| 598 |
+
"lstrip": false,
|
| 599 |
+
"normalized": false,
|
| 600 |
+
"rstrip": false,
|
| 601 |
+
"single_word": false,
|
| 602 |
+
"special": true
|
| 603 |
+
},
|
| 604 |
+
"128075": {
|
| 605 |
+
"content": "<|reserved_special_token_67|>",
|
| 606 |
+
"lstrip": false,
|
| 607 |
+
"normalized": false,
|
| 608 |
+
"rstrip": false,
|
| 609 |
+
"single_word": false,
|
| 610 |
+
"special": true
|
| 611 |
+
},
|
| 612 |
+
"128076": {
|
| 613 |
+
"content": "<|reserved_special_token_68|>",
|
| 614 |
+
"lstrip": false,
|
| 615 |
+
"normalized": false,
|
| 616 |
+
"rstrip": false,
|
| 617 |
+
"single_word": false,
|
| 618 |
+
"special": true
|
| 619 |
+
},
|
| 620 |
+
"128077": {
|
| 621 |
+
"content": "<|reserved_special_token_69|>",
|
| 622 |
+
"lstrip": false,
|
| 623 |
+
"normalized": false,
|
| 624 |
+
"rstrip": false,
|
| 625 |
+
"single_word": false,
|
| 626 |
+
"special": true
|
| 627 |
+
},
|
| 628 |
+
"128078": {
|
| 629 |
+
"content": "<|reserved_special_token_70|>",
|
| 630 |
+
"lstrip": false,
|
| 631 |
+
"normalized": false,
|
| 632 |
+
"rstrip": false,
|
| 633 |
+
"single_word": false,
|
| 634 |
+
"special": true
|
| 635 |
+
},
|
| 636 |
+
"128079": {
|
| 637 |
+
"content": "<|reserved_special_token_71|>",
|
| 638 |
+
"lstrip": false,
|
| 639 |
+
"normalized": false,
|
| 640 |
+
"rstrip": false,
|
| 641 |
+
"single_word": false,
|
| 642 |
+
"special": true
|
| 643 |
+
},
|
| 644 |
+
"128080": {
|
| 645 |
+
"content": "<|reserved_special_token_72|>",
|
| 646 |
+
"lstrip": false,
|
| 647 |
+
"normalized": false,
|
| 648 |
+
"rstrip": false,
|
| 649 |
+
"single_word": false,
|
| 650 |
+
"special": true
|
| 651 |
+
},
|
| 652 |
+
"128081": {
|
| 653 |
+
"content": "<|reserved_special_token_73|>",
|
| 654 |
+
"lstrip": false,
|
| 655 |
+
"normalized": false,
|
| 656 |
+
"rstrip": false,
|
| 657 |
+
"single_word": false,
|
| 658 |
+
"special": true
|
| 659 |
+
},
|
| 660 |
+
"128082": {
|
| 661 |
+
"content": "<|reserved_special_token_74|>",
|
| 662 |
+
"lstrip": false,
|
| 663 |
+
"normalized": false,
|
| 664 |
+
"rstrip": false,
|
| 665 |
+
"single_word": false,
|
| 666 |
+
"special": true
|
| 667 |
+
},
|
| 668 |
+
"128083": {
|
| 669 |
+
"content": "<|reserved_special_token_75|>",
|
| 670 |
+
"lstrip": false,
|
| 671 |
+
"normalized": false,
|
| 672 |
+
"rstrip": false,
|
| 673 |
+
"single_word": false,
|
| 674 |
+
"special": true
|
| 675 |
+
},
|
| 676 |
+
"128084": {
|
| 677 |
+
"content": "<|reserved_special_token_76|>",
|
| 678 |
+
"lstrip": false,
|
| 679 |
+
"normalized": false,
|
| 680 |
+
"rstrip": false,
|
| 681 |
+
"single_word": false,
|
| 682 |
+
"special": true
|
| 683 |
+
},
|
| 684 |
+
"128085": {
|
| 685 |
+
"content": "<|reserved_special_token_77|>",
|
| 686 |
+
"lstrip": false,
|
| 687 |
+
"normalized": false,
|
| 688 |
+
"rstrip": false,
|
| 689 |
+
"single_word": false,
|
| 690 |
+
"special": true
|
| 691 |
+
},
|
| 692 |
+
"128086": {
|
| 693 |
+
"content": "<|reserved_special_token_78|>",
|
| 694 |
+
"lstrip": false,
|
| 695 |
+
"normalized": false,
|
| 696 |
+
"rstrip": false,
|
| 697 |
+
"single_word": false,
|
| 698 |
+
"special": true
|
| 699 |
+
},
|
| 700 |
+
"128087": {
|
| 701 |
+
"content": "<|reserved_special_token_79|>",
|
| 702 |
+
"lstrip": false,
|
| 703 |
+
"normalized": false,
|
| 704 |
+
"rstrip": false,
|
| 705 |
+
"single_word": false,
|
| 706 |
+
"special": true
|
| 707 |
+
},
|
| 708 |
+
"128088": {
|
| 709 |
+
"content": "<|reserved_special_token_80|>",
|
| 710 |
+
"lstrip": false,
|
| 711 |
+
"normalized": false,
|
| 712 |
+
"rstrip": false,
|
| 713 |
+
"single_word": false,
|
| 714 |
+
"special": true
|
| 715 |
+
},
|
| 716 |
+
"128089": {
|
| 717 |
+
"content": "<|reserved_special_token_81|>",
|
| 718 |
+
"lstrip": false,
|
| 719 |
+
"normalized": false,
|
| 720 |
+
"rstrip": false,
|
| 721 |
+
"single_word": false,
|
| 722 |
+
"special": true
|
| 723 |
+
},
|
| 724 |
+
"128090": {
|
| 725 |
+
"content": "<|reserved_special_token_82|>",
|
| 726 |
+
"lstrip": false,
|
| 727 |
+
"normalized": false,
|
| 728 |
+
"rstrip": false,
|
| 729 |
+
"single_word": false,
|
| 730 |
+
"special": true
|
| 731 |
+
},
|
| 732 |
+
"128091": {
|
| 733 |
+
"content": "<|reserved_special_token_83|>",
|
| 734 |
+
"lstrip": false,
|
| 735 |
+
"normalized": false,
|
| 736 |
+
"rstrip": false,
|
| 737 |
+
"single_word": false,
|
| 738 |
+
"special": true
|
| 739 |
+
},
|
| 740 |
+
"128092": {
|
| 741 |
+
"content": "<|reserved_special_token_84|>",
|
| 742 |
+
"lstrip": false,
|
| 743 |
+
"normalized": false,
|
| 744 |
+
"rstrip": false,
|
| 745 |
+
"single_word": false,
|
| 746 |
+
"special": true
|
| 747 |
+
},
|
| 748 |
+
"128093": {
|
| 749 |
+
"content": "<|reserved_special_token_85|>",
|
| 750 |
+
"lstrip": false,
|
| 751 |
+
"normalized": false,
|
| 752 |
+
"rstrip": false,
|
| 753 |
+
"single_word": false,
|
| 754 |
+
"special": true
|
| 755 |
+
},
|
| 756 |
+
"128094": {
|
| 757 |
+
"content": "<|reserved_special_token_86|>",
|
| 758 |
+
"lstrip": false,
|
| 759 |
+
"normalized": false,
|
| 760 |
+
"rstrip": false,
|
| 761 |
+
"single_word": false,
|
| 762 |
+
"special": true
|
| 763 |
+
},
|
| 764 |
+
"128095": {
|
| 765 |
+
"content": "<|reserved_special_token_87|>",
|
| 766 |
+
"lstrip": false,
|
| 767 |
+
"normalized": false,
|
| 768 |
+
"rstrip": false,
|
| 769 |
+
"single_word": false,
|
| 770 |
+
"special": true
|
| 771 |
+
},
|
| 772 |
+
"128096": {
|
| 773 |
+
"content": "<|reserved_special_token_88|>",
|
| 774 |
+
"lstrip": false,
|
| 775 |
+
"normalized": false,
|
| 776 |
+
"rstrip": false,
|
| 777 |
+
"single_word": false,
|
| 778 |
+
"special": true
|
| 779 |
+
},
|
| 780 |
+
"128097": {
|
| 781 |
+
"content": "<|reserved_special_token_89|>",
|
| 782 |
+
"lstrip": false,
|
| 783 |
+
"normalized": false,
|
| 784 |
+
"rstrip": false,
|
| 785 |
+
"single_word": false,
|
| 786 |
+
"special": true
|
| 787 |
+
},
|
| 788 |
+
"128098": {
|
| 789 |
+
"content": "<|reserved_special_token_90|>",
|
| 790 |
+
"lstrip": false,
|
| 791 |
+
"normalized": false,
|
| 792 |
+
"rstrip": false,
|
| 793 |
+
"single_word": false,
|
| 794 |
+
"special": true
|
| 795 |
+
},
|
| 796 |
+
"128099": {
|
| 797 |
+
"content": "<|reserved_special_token_91|>",
|
| 798 |
+
"lstrip": false,
|
| 799 |
+
"normalized": false,
|
| 800 |
+
"rstrip": false,
|
| 801 |
+
"single_word": false,
|
| 802 |
+
"special": true
|
| 803 |
+
},
|
| 804 |
+
"128100": {
|
| 805 |
+
"content": "<|reserved_special_token_92|>",
|
| 806 |
+
"lstrip": false,
|
| 807 |
+
"normalized": false,
|
| 808 |
+
"rstrip": false,
|
| 809 |
+
"single_word": false,
|
| 810 |
+
"special": true
|
| 811 |
+
},
|
| 812 |
+
"128101": {
|
| 813 |
+
"content": "<|reserved_special_token_93|>",
|
| 814 |
+
"lstrip": false,
|
| 815 |
+
"normalized": false,
|
| 816 |
+
"rstrip": false,
|
| 817 |
+
"single_word": false,
|
| 818 |
+
"special": true
|
| 819 |
+
},
|
| 820 |
+
"128102": {
|
| 821 |
+
"content": "<|reserved_special_token_94|>",
|
| 822 |
+
"lstrip": false,
|
| 823 |
+
"normalized": false,
|
| 824 |
+
"rstrip": false,
|
| 825 |
+
"single_word": false,
|
| 826 |
+
"special": true
|
| 827 |
+
},
|
| 828 |
+
"128103": {
|
| 829 |
+
"content": "<|reserved_special_token_95|>",
|
| 830 |
+
"lstrip": false,
|
| 831 |
+
"normalized": false,
|
| 832 |
+
"rstrip": false,
|
| 833 |
+
"single_word": false,
|
| 834 |
+
"special": true
|
| 835 |
+
},
|
| 836 |
+
"128104": {
|
| 837 |
+
"content": "<|reserved_special_token_96|>",
|
| 838 |
+
"lstrip": false,
|
| 839 |
+
"normalized": false,
|
| 840 |
+
"rstrip": false,
|
| 841 |
+
"single_word": false,
|
| 842 |
+
"special": true
|
| 843 |
+
},
|
| 844 |
+
"128105": {
|
| 845 |
+
"content": "<|reserved_special_token_97|>",
|
| 846 |
+
"lstrip": false,
|
| 847 |
+
"normalized": false,
|
| 848 |
+
"rstrip": false,
|
| 849 |
+
"single_word": false,
|
| 850 |
+
"special": true
|
| 851 |
+
},
|
| 852 |
+
"128106": {
|
| 853 |
+
"content": "<|reserved_special_token_98|>",
|
| 854 |
+
"lstrip": false,
|
| 855 |
+
"normalized": false,
|
| 856 |
+
"rstrip": false,
|
| 857 |
+
"single_word": false,
|
| 858 |
+
"special": true
|
| 859 |
+
},
|
| 860 |
+
"128107": {
|
| 861 |
+
"content": "<|reserved_special_token_99|>",
|
| 862 |
+
"lstrip": false,
|
| 863 |
+
"normalized": false,
|
| 864 |
+
"rstrip": false,
|
| 865 |
+
"single_word": false,
|
| 866 |
+
"special": true
|
| 867 |
+
},
|
| 868 |
+
"128108": {
|
| 869 |
+
"content": "<|reserved_special_token_100|>",
|
| 870 |
+
"lstrip": false,
|
| 871 |
+
"normalized": false,
|
| 872 |
+
"rstrip": false,
|
| 873 |
+
"single_word": false,
|
| 874 |
+
"special": true
|
| 875 |
+
},
|
| 876 |
+
"128109": {
|
| 877 |
+
"content": "<|reserved_special_token_101|>",
|
| 878 |
+
"lstrip": false,
|
| 879 |
+
"normalized": false,
|
| 880 |
+
"rstrip": false,
|
| 881 |
+
"single_word": false,
|
| 882 |
+
"special": true
|
| 883 |
+
},
|
| 884 |
+
"128110": {
|
| 885 |
+
"content": "<|reserved_special_token_102|>",
|
| 886 |
+
"lstrip": false,
|
| 887 |
+
"normalized": false,
|
| 888 |
+
"rstrip": false,
|
| 889 |
+
"single_word": false,
|
| 890 |
+
"special": true
|
| 891 |
+
},
|
| 892 |
+
"128111": {
|
| 893 |
+
"content": "<|reserved_special_token_103|>",
|
| 894 |
+
"lstrip": false,
|
| 895 |
+
"normalized": false,
|
| 896 |
+
"rstrip": false,
|
| 897 |
+
"single_word": false,
|
| 898 |
+
"special": true
|
| 899 |
+
},
|
| 900 |
+
"128112": {
|
| 901 |
+
"content": "<|reserved_special_token_104|>",
|
| 902 |
+
"lstrip": false,
|
| 903 |
+
"normalized": false,
|
| 904 |
+
"rstrip": false,
|
| 905 |
+
"single_word": false,
|
| 906 |
+
"special": true
|
| 907 |
+
},
|
| 908 |
+
"128113": {
|
| 909 |
+
"content": "<|reserved_special_token_105|>",
|
| 910 |
+
"lstrip": false,
|
| 911 |
+
"normalized": false,
|
| 912 |
+
"rstrip": false,
|
| 913 |
+
"single_word": false,
|
| 914 |
+
"special": true
|
| 915 |
+
},
|
| 916 |
+
"128114": {
|
| 917 |
+
"content": "<|reserved_special_token_106|>",
|
| 918 |
+
"lstrip": false,
|
| 919 |
+
"normalized": false,
|
| 920 |
+
"rstrip": false,
|
| 921 |
+
"single_word": false,
|
| 922 |
+
"special": true
|
| 923 |
+
},
|
| 924 |
+
"128115": {
|
| 925 |
+
"content": "<|reserved_special_token_107|>",
|
| 926 |
+
"lstrip": false,
|
| 927 |
+
"normalized": false,
|
| 928 |
+
"rstrip": false,
|
| 929 |
+
"single_word": false,
|
| 930 |
+
"special": true
|
| 931 |
+
},
|
| 932 |
+
"128116": {
|
| 933 |
+
"content": "<|reserved_special_token_108|>",
|
| 934 |
+
"lstrip": false,
|
| 935 |
+
"normalized": false,
|
| 936 |
+
"rstrip": false,
|
| 937 |
+
"single_word": false,
|
| 938 |
+
"special": true
|
| 939 |
+
},
|
| 940 |
+
"128117": {
|
| 941 |
+
"content": "<|reserved_special_token_109|>",
|
| 942 |
+
"lstrip": false,
|
| 943 |
+
"normalized": false,
|
| 944 |
+
"rstrip": false,
|
| 945 |
+
"single_word": false,
|
| 946 |
+
"special": true
|
| 947 |
+
},
|
| 948 |
+
"128118": {
|
| 949 |
+
"content": "<|reserved_special_token_110|>",
|
| 950 |
+
"lstrip": false,
|
| 951 |
+
"normalized": false,
|
| 952 |
+
"rstrip": false,
|
| 953 |
+
"single_word": false,
|
| 954 |
+
"special": true
|
| 955 |
+
},
|
| 956 |
+
"128119": {
|
| 957 |
+
"content": "<|reserved_special_token_111|>",
|
| 958 |
+
"lstrip": false,
|
| 959 |
+
"normalized": false,
|
| 960 |
+
"rstrip": false,
|
| 961 |
+
"single_word": false,
|
| 962 |
+
"special": true
|
| 963 |
+
},
|
| 964 |
+
"128120": {
|
| 965 |
+
"content": "<|reserved_special_token_112|>",
|
| 966 |
+
"lstrip": false,
|
| 967 |
+
"normalized": false,
|
| 968 |
+
"rstrip": false,
|
| 969 |
+
"single_word": false,
|
| 970 |
+
"special": true
|
| 971 |
+
},
|
| 972 |
+
"128121": {
|
| 973 |
+
"content": "<|reserved_special_token_113|>",
|
| 974 |
+
"lstrip": false,
|
| 975 |
+
"normalized": false,
|
| 976 |
+
"rstrip": false,
|
| 977 |
+
"single_word": false,
|
| 978 |
+
"special": true
|
| 979 |
+
},
|
| 980 |
+
"128122": {
|
| 981 |
+
"content": "<|reserved_special_token_114|>",
|
| 982 |
+
"lstrip": false,
|
| 983 |
+
"normalized": false,
|
| 984 |
+
"rstrip": false,
|
| 985 |
+
"single_word": false,
|
| 986 |
+
"special": true
|
| 987 |
+
},
|
| 988 |
+
"128123": {
|
| 989 |
+
"content": "<|reserved_special_token_115|>",
|
| 990 |
+
"lstrip": false,
|
| 991 |
+
"normalized": false,
|
| 992 |
+
"rstrip": false,
|
| 993 |
+
"single_word": false,
|
| 994 |
+
"special": true
|
| 995 |
+
},
|
| 996 |
+
"128124": {
|
| 997 |
+
"content": "<|reserved_special_token_116|>",
|
| 998 |
+
"lstrip": false,
|
| 999 |
+
"normalized": false,
|
| 1000 |
+
"rstrip": false,
|
| 1001 |
+
"single_word": false,
|
| 1002 |
+
"special": true
|
| 1003 |
+
},
|
| 1004 |
+
"128125": {
|
| 1005 |
+
"content": "<|reserved_special_token_117|>",
|
| 1006 |
+
"lstrip": false,
|
| 1007 |
+
"normalized": false,
|
| 1008 |
+
"rstrip": false,
|
| 1009 |
+
"single_word": false,
|
| 1010 |
+
"special": true
|
| 1011 |
+
},
|
| 1012 |
+
"128126": {
|
| 1013 |
+
"content": "<|reserved_special_token_118|>",
|
| 1014 |
+
"lstrip": false,
|
| 1015 |
+
"normalized": false,
|
| 1016 |
+
"rstrip": false,
|
| 1017 |
+
"single_word": false,
|
| 1018 |
+
"special": true
|
| 1019 |
+
},
|
| 1020 |
+
"128127": {
|
| 1021 |
+
"content": "<|reserved_special_token_119|>",
|
| 1022 |
+
"lstrip": false,
|
| 1023 |
+
"normalized": false,
|
| 1024 |
+
"rstrip": false,
|
| 1025 |
+
"single_word": false,
|
| 1026 |
+
"special": true
|
| 1027 |
+
},
|
| 1028 |
+
"128128": {
|
| 1029 |
+
"content": "<|reserved_special_token_120|>",
|
| 1030 |
+
"lstrip": false,
|
| 1031 |
+
"normalized": false,
|
| 1032 |
+
"rstrip": false,
|
| 1033 |
+
"single_word": false,
|
| 1034 |
+
"special": true
|
| 1035 |
+
},
|
| 1036 |
+
"128129": {
|
| 1037 |
+
"content": "<|reserved_special_token_121|>",
|
| 1038 |
+
"lstrip": false,
|
| 1039 |
+
"normalized": false,
|
| 1040 |
+
"rstrip": false,
|
| 1041 |
+
"single_word": false,
|
| 1042 |
+
"special": true
|
| 1043 |
+
},
|
| 1044 |
+
"128130": {
|
| 1045 |
+
"content": "<|reserved_special_token_122|>",
|
| 1046 |
+
"lstrip": false,
|
| 1047 |
+
"normalized": false,
|
| 1048 |
+
"rstrip": false,
|
| 1049 |
+
"single_word": false,
|
| 1050 |
+
"special": true
|
| 1051 |
+
},
|
| 1052 |
+
"128131": {
|
| 1053 |
+
"content": "<|reserved_special_token_123|>",
|
| 1054 |
+
"lstrip": false,
|
| 1055 |
+
"normalized": false,
|
| 1056 |
+
"rstrip": false,
|
| 1057 |
+
"single_word": false,
|
| 1058 |
+
"special": true
|
| 1059 |
+
},
|
| 1060 |
+
"128132": {
|
| 1061 |
+
"content": "<|reserved_special_token_124|>",
|
| 1062 |
+
"lstrip": false,
|
| 1063 |
+
"normalized": false,
|
| 1064 |
+
"rstrip": false,
|
| 1065 |
+
"single_word": false,
|
| 1066 |
+
"special": true
|
| 1067 |
+
},
|
| 1068 |
+
"128133": {
|
| 1069 |
+
"content": "<|reserved_special_token_125|>",
|
| 1070 |
+
"lstrip": false,
|
| 1071 |
+
"normalized": false,
|
| 1072 |
+
"rstrip": false,
|
| 1073 |
+
"single_word": false,
|
| 1074 |
+
"special": true
|
| 1075 |
+
},
|
| 1076 |
+
"128134": {
|
| 1077 |
+
"content": "<|reserved_special_token_126|>",
|
| 1078 |
+
"lstrip": false,
|
| 1079 |
+
"normalized": false,
|
| 1080 |
+
"rstrip": false,
|
| 1081 |
+
"single_word": false,
|
| 1082 |
+
"special": true
|
| 1083 |
+
},
|
| 1084 |
+
"128135": {
|
| 1085 |
+
"content": "<|reserved_special_token_127|>",
|
| 1086 |
+
"lstrip": false,
|
| 1087 |
+
"normalized": false,
|
| 1088 |
+
"rstrip": false,
|
| 1089 |
+
"single_word": false,
|
| 1090 |
+
"special": true
|
| 1091 |
+
},
|
| 1092 |
+
"128136": {
|
| 1093 |
+
"content": "<|reserved_special_token_128|>",
|
| 1094 |
+
"lstrip": false,
|
| 1095 |
+
"normalized": false,
|
| 1096 |
+
"rstrip": false,
|
| 1097 |
+
"single_word": false,
|
| 1098 |
+
"special": true
|
| 1099 |
+
},
|
| 1100 |
+
"128137": {
|
| 1101 |
+
"content": "<|reserved_special_token_129|>",
|
| 1102 |
+
"lstrip": false,
|
| 1103 |
+
"normalized": false,
|
| 1104 |
+
"rstrip": false,
|
| 1105 |
+
"single_word": false,
|
| 1106 |
+
"special": true
|
| 1107 |
+
},
|
| 1108 |
+
"128138": {
|
| 1109 |
+
"content": "<|reserved_special_token_130|>",
|
| 1110 |
+
"lstrip": false,
|
| 1111 |
+
"normalized": false,
|
| 1112 |
+
"rstrip": false,
|
| 1113 |
+
"single_word": false,
|
| 1114 |
+
"special": true
|
| 1115 |
+
},
|
| 1116 |
+
"128139": {
|
| 1117 |
+
"content": "<|reserved_special_token_131|>",
|
| 1118 |
+
"lstrip": false,
|
| 1119 |
+
"normalized": false,
|
| 1120 |
+
"rstrip": false,
|
| 1121 |
+
"single_word": false,
|
| 1122 |
+
"special": true
|
| 1123 |
+
},
|
| 1124 |
+
"128140": {
|
| 1125 |
+
"content": "<|reserved_special_token_132|>",
|
| 1126 |
+
"lstrip": false,
|
| 1127 |
+
"normalized": false,
|
| 1128 |
+
"rstrip": false,
|
| 1129 |
+
"single_word": false,
|
| 1130 |
+
"special": true
|
| 1131 |
+
},
|
| 1132 |
+
"128141": {
|
| 1133 |
+
"content": "<|reserved_special_token_133|>",
|
| 1134 |
+
"lstrip": false,
|
| 1135 |
+
"normalized": false,
|
| 1136 |
+
"rstrip": false,
|
| 1137 |
+
"single_word": false,
|
| 1138 |
+
"special": true
|
| 1139 |
+
},
|
| 1140 |
+
"128142": {
|
| 1141 |
+
"content": "<|reserved_special_token_134|>",
|
| 1142 |
+
"lstrip": false,
|
| 1143 |
+
"normalized": false,
|
| 1144 |
+
"rstrip": false,
|
| 1145 |
+
"single_word": false,
|
| 1146 |
+
"special": true
|
| 1147 |
+
},
|
| 1148 |
+
"128143": {
|
| 1149 |
+
"content": "<|reserved_special_token_135|>",
|
| 1150 |
+
"lstrip": false,
|
| 1151 |
+
"normalized": false,
|
| 1152 |
+
"rstrip": false,
|
| 1153 |
+
"single_word": false,
|
| 1154 |
+
"special": true
|
| 1155 |
+
},
|
| 1156 |
+
"128144": {
|
| 1157 |
+
"content": "<|reserved_special_token_136|>",
|
| 1158 |
+
"lstrip": false,
|
| 1159 |
+
"normalized": false,
|
| 1160 |
+
"rstrip": false,
|
| 1161 |
+
"single_word": false,
|
| 1162 |
+
"special": true
|
| 1163 |
+
},
|
| 1164 |
+
"128145": {
|
| 1165 |
+
"content": "<|reserved_special_token_137|>",
|
| 1166 |
+
"lstrip": false,
|
| 1167 |
+
"normalized": false,
|
| 1168 |
+
"rstrip": false,
|
| 1169 |
+
"single_word": false,
|
| 1170 |
+
"special": true
|
| 1171 |
+
},
|
| 1172 |
+
"128146": {
|
| 1173 |
+
"content": "<|reserved_special_token_138|>",
|
| 1174 |
+
"lstrip": false,
|
| 1175 |
+
"normalized": false,
|
| 1176 |
+
"rstrip": false,
|
| 1177 |
+
"single_word": false,
|
| 1178 |
+
"special": true
|
| 1179 |
+
},
|
| 1180 |
+
"128147": {
|
| 1181 |
+
"content": "<|reserved_special_token_139|>",
|
| 1182 |
+
"lstrip": false,
|
| 1183 |
+
"normalized": false,
|
| 1184 |
+
"rstrip": false,
|
| 1185 |
+
"single_word": false,
|
| 1186 |
+
"special": true
|
| 1187 |
+
},
|
| 1188 |
+
"128148": {
|
| 1189 |
+
"content": "<|reserved_special_token_140|>",
|
| 1190 |
+
"lstrip": false,
|
| 1191 |
+
"normalized": false,
|
| 1192 |
+
"rstrip": false,
|
| 1193 |
+
"single_word": false,
|
| 1194 |
+
"special": true
|
| 1195 |
+
},
|
| 1196 |
+
"128149": {
|
| 1197 |
+
"content": "<|reserved_special_token_141|>",
|
| 1198 |
+
"lstrip": false,
|
| 1199 |
+
"normalized": false,
|
| 1200 |
+
"rstrip": false,
|
| 1201 |
+
"single_word": false,
|
| 1202 |
+
"special": true
|
| 1203 |
+
},
|
| 1204 |
+
"128150": {
|
| 1205 |
+
"content": "<|reserved_special_token_142|>",
|
| 1206 |
+
"lstrip": false,
|
| 1207 |
+
"normalized": false,
|
| 1208 |
+
"rstrip": false,
|
| 1209 |
+
"single_word": false,
|
| 1210 |
+
"special": true
|
| 1211 |
+
},
|
| 1212 |
+
"128151": {
|
| 1213 |
+
"content": "<|reserved_special_token_143|>",
|
| 1214 |
+
"lstrip": false,
|
| 1215 |
+
"normalized": false,
|
| 1216 |
+
"rstrip": false,
|
| 1217 |
+
"single_word": false,
|
| 1218 |
+
"special": true
|
| 1219 |
+
},
|
| 1220 |
+
"128152": {
|
| 1221 |
+
"content": "<|reserved_special_token_144|>",
|
| 1222 |
+
"lstrip": false,
|
| 1223 |
+
"normalized": false,
|
| 1224 |
+
"rstrip": false,
|
| 1225 |
+
"single_word": false,
|
| 1226 |
+
"special": true
|
| 1227 |
+
},
|
| 1228 |
+
"128153": {
|
| 1229 |
+
"content": "<|reserved_special_token_145|>",
|
| 1230 |
+
"lstrip": false,
|
| 1231 |
+
"normalized": false,
|
| 1232 |
+
"rstrip": false,
|
| 1233 |
+
"single_word": false,
|
| 1234 |
+
"special": true
|
| 1235 |
+
},
|
| 1236 |
+
"128154": {
|
| 1237 |
+
"content": "<|reserved_special_token_146|>",
|
| 1238 |
+
"lstrip": false,
|
| 1239 |
+
"normalized": false,
|
| 1240 |
+
"rstrip": false,
|
| 1241 |
+
"single_word": false,
|
| 1242 |
+
"special": true
|
| 1243 |
+
},
|
| 1244 |
+
"128155": {
|
| 1245 |
+
"content": "<|reserved_special_token_147|>",
|
| 1246 |
+
"lstrip": false,
|
| 1247 |
+
"normalized": false,
|
| 1248 |
+
"rstrip": false,
|
| 1249 |
+
"single_word": false,
|
| 1250 |
+
"special": true
|
| 1251 |
+
},
|
| 1252 |
+
"128156": {
|
| 1253 |
+
"content": "<|reserved_special_token_148|>",
|
| 1254 |
+
"lstrip": false,
|
| 1255 |
+
"normalized": false,
|
| 1256 |
+
"rstrip": false,
|
| 1257 |
+
"single_word": false,
|
| 1258 |
+
"special": true
|
| 1259 |
+
},
|
| 1260 |
+
"128157": {
|
| 1261 |
+
"content": "<|reserved_special_token_149|>",
|
| 1262 |
+
"lstrip": false,
|
| 1263 |
+
"normalized": false,
|
| 1264 |
+
"rstrip": false,
|
| 1265 |
+
"single_word": false,
|
| 1266 |
+
"special": true
|
| 1267 |
+
},
|
| 1268 |
+
"128158": {
|
| 1269 |
+
"content": "<|reserved_special_token_150|>",
|
| 1270 |
+
"lstrip": false,
|
| 1271 |
+
"normalized": false,
|
| 1272 |
+
"rstrip": false,
|
| 1273 |
+
"single_word": false,
|
| 1274 |
+
"special": true
|
| 1275 |
+
},
|
| 1276 |
+
"128159": {
|
| 1277 |
+
"content": "<|reserved_special_token_151|>",
|
| 1278 |
+
"lstrip": false,
|
| 1279 |
+
"normalized": false,
|
| 1280 |
+
"rstrip": false,
|
| 1281 |
+
"single_word": false,
|
| 1282 |
+
"special": true
|
| 1283 |
+
},
|
| 1284 |
+
"128160": {
|
| 1285 |
+
"content": "<|reserved_special_token_152|>",
|
| 1286 |
+
"lstrip": false,
|
| 1287 |
+
"normalized": false,
|
| 1288 |
+
"rstrip": false,
|
| 1289 |
+
"single_word": false,
|
| 1290 |
+
"special": true
|
| 1291 |
+
},
|
| 1292 |
+
"128161": {
|
| 1293 |
+
"content": "<|reserved_special_token_153|>",
|
| 1294 |
+
"lstrip": false,
|
| 1295 |
+
"normalized": false,
|
| 1296 |
+
"rstrip": false,
|
| 1297 |
+
"single_word": false,
|
| 1298 |
+
"special": true
|
| 1299 |
+
},
|
| 1300 |
+
"128162": {
|
| 1301 |
+
"content": "<|reserved_special_token_154|>",
|
| 1302 |
+
"lstrip": false,
|
| 1303 |
+
"normalized": false,
|
| 1304 |
+
"rstrip": false,
|
| 1305 |
+
"single_word": false,
|
| 1306 |
+
"special": true
|
| 1307 |
+
},
|
| 1308 |
+
"128163": {
|
| 1309 |
+
"content": "<|reserved_special_token_155|>",
|
| 1310 |
+
"lstrip": false,
|
| 1311 |
+
"normalized": false,
|
| 1312 |
+
"rstrip": false,
|
| 1313 |
+
"single_word": false,
|
| 1314 |
+
"special": true
|
| 1315 |
+
},
|
| 1316 |
+
"128164": {
|
| 1317 |
+
"content": "<|reserved_special_token_156|>",
|
| 1318 |
+
"lstrip": false,
|
| 1319 |
+
"normalized": false,
|
| 1320 |
+
"rstrip": false,
|
| 1321 |
+
"single_word": false,
|
| 1322 |
+
"special": true
|
| 1323 |
+
},
|
| 1324 |
+
"128165": {
|
| 1325 |
+
"content": "<|reserved_special_token_157|>",
|
| 1326 |
+
"lstrip": false,
|
| 1327 |
+
"normalized": false,
|
| 1328 |
+
"rstrip": false,
|
| 1329 |
+
"single_word": false,
|
| 1330 |
+
"special": true
|
| 1331 |
+
},
|
| 1332 |
+
"128166": {
|
| 1333 |
+
"content": "<|reserved_special_token_158|>",
|
| 1334 |
+
"lstrip": false,
|
| 1335 |
+
"normalized": false,
|
| 1336 |
+
"rstrip": false,
|
| 1337 |
+
"single_word": false,
|
| 1338 |
+
"special": true
|
| 1339 |
+
},
|
| 1340 |
+
"128167": {
|
| 1341 |
+
"content": "<|reserved_special_token_159|>",
|
| 1342 |
+
"lstrip": false,
|
| 1343 |
+
"normalized": false,
|
| 1344 |
+
"rstrip": false,
|
| 1345 |
+
"single_word": false,
|
| 1346 |
+
"special": true
|
| 1347 |
+
},
|
| 1348 |
+
"128168": {
|
| 1349 |
+
"content": "<|reserved_special_token_160|>",
|
| 1350 |
+
"lstrip": false,
|
| 1351 |
+
"normalized": false,
|
| 1352 |
+
"rstrip": false,
|
| 1353 |
+
"single_word": false,
|
| 1354 |
+
"special": true
|
| 1355 |
+
},
|
| 1356 |
+
"128169": {
|
| 1357 |
+
"content": "<|reserved_special_token_161|>",
|
| 1358 |
+
"lstrip": false,
|
| 1359 |
+
"normalized": false,
|
| 1360 |
+
"rstrip": false,
|
| 1361 |
+
"single_word": false,
|
| 1362 |
+
"special": true
|
| 1363 |
+
},
|
| 1364 |
+
"128170": {
|
| 1365 |
+
"content": "<|reserved_special_token_162|>",
|
| 1366 |
+
"lstrip": false,
|
| 1367 |
+
"normalized": false,
|
| 1368 |
+
"rstrip": false,
|
| 1369 |
+
"single_word": false,
|
| 1370 |
+
"special": true
|
| 1371 |
+
},
|
| 1372 |
+
"128171": {
|
| 1373 |
+
"content": "<|reserved_special_token_163|>",
|
| 1374 |
+
"lstrip": false,
|
| 1375 |
+
"normalized": false,
|
| 1376 |
+
"rstrip": false,
|
| 1377 |
+
"single_word": false,
|
| 1378 |
+
"special": true
|
| 1379 |
+
},
|
| 1380 |
+
"128172": {
|
| 1381 |
+
"content": "<|reserved_special_token_164|>",
|
| 1382 |
+
"lstrip": false,
|
| 1383 |
+
"normalized": false,
|
| 1384 |
+
"rstrip": false,
|
| 1385 |
+
"single_word": false,
|
| 1386 |
+
"special": true
|
| 1387 |
+
},
|
| 1388 |
+
"128173": {
|
| 1389 |
+
"content": "<|reserved_special_token_165|>",
|
| 1390 |
+
"lstrip": false,
|
| 1391 |
+
"normalized": false,
|
| 1392 |
+
"rstrip": false,
|
| 1393 |
+
"single_word": false,
|
| 1394 |
+
"special": true
|
| 1395 |
+
},
|
| 1396 |
+
"128174": {
|
| 1397 |
+
"content": "<|reserved_special_token_166|>",
|
| 1398 |
+
"lstrip": false,
|
| 1399 |
+
"normalized": false,
|
| 1400 |
+
"rstrip": false,
|
| 1401 |
+
"single_word": false,
|
| 1402 |
+
"special": true
|
| 1403 |
+
},
|
| 1404 |
+
"128175": {
|
| 1405 |
+
"content": "<|reserved_special_token_167|>",
|
| 1406 |
+
"lstrip": false,
|
| 1407 |
+
"normalized": false,
|
| 1408 |
+
"rstrip": false,
|
| 1409 |
+
"single_word": false,
|
| 1410 |
+
"special": true
|
| 1411 |
+
},
|
| 1412 |
+
"128176": {
|
| 1413 |
+
"content": "<|reserved_special_token_168|>",
|
| 1414 |
+
"lstrip": false,
|
| 1415 |
+
"normalized": false,
|
| 1416 |
+
"rstrip": false,
|
| 1417 |
+
"single_word": false,
|
| 1418 |
+
"special": true
|
| 1419 |
+
},
|
| 1420 |
+
"128177": {
|
| 1421 |
+
"content": "<|reserved_special_token_169|>",
|
| 1422 |
+
"lstrip": false,
|
| 1423 |
+
"normalized": false,
|
| 1424 |
+
"rstrip": false,
|
| 1425 |
+
"single_word": false,
|
| 1426 |
+
"special": true
|
| 1427 |
+
},
|
| 1428 |
+
"128178": {
|
| 1429 |
+
"content": "<|reserved_special_token_170|>",
|
| 1430 |
+
"lstrip": false,
|
| 1431 |
+
"normalized": false,
|
| 1432 |
+
"rstrip": false,
|
| 1433 |
+
"single_word": false,
|
| 1434 |
+
"special": true
|
| 1435 |
+
},
|
| 1436 |
+
"128179": {
|
| 1437 |
+
"content": "<|reserved_special_token_171|>",
|
| 1438 |
+
"lstrip": false,
|
| 1439 |
+
"normalized": false,
|
| 1440 |
+
"rstrip": false,
|
| 1441 |
+
"single_word": false,
|
| 1442 |
+
"special": true
|
| 1443 |
+
},
|
| 1444 |
+
"128180": {
|
| 1445 |
+
"content": "<|reserved_special_token_172|>",
|
| 1446 |
+
"lstrip": false,
|
| 1447 |
+
"normalized": false,
|
| 1448 |
+
"rstrip": false,
|
| 1449 |
+
"single_word": false,
|
| 1450 |
+
"special": true
|
| 1451 |
+
},
|
| 1452 |
+
"128181": {
|
| 1453 |
+
"content": "<|reserved_special_token_173|>",
|
| 1454 |
+
"lstrip": false,
|
| 1455 |
+
"normalized": false,
|
| 1456 |
+
"rstrip": false,
|
| 1457 |
+
"single_word": false,
|
| 1458 |
+
"special": true
|
| 1459 |
+
},
|
| 1460 |
+
"128182": {
|
| 1461 |
+
"content": "<|reserved_special_token_174|>",
|
| 1462 |
+
"lstrip": false,
|
| 1463 |
+
"normalized": false,
|
| 1464 |
+
"rstrip": false,
|
| 1465 |
+
"single_word": false,
|
| 1466 |
+
"special": true
|
| 1467 |
+
},
|
| 1468 |
+
"128183": {
|
| 1469 |
+
"content": "<|reserved_special_token_175|>",
|
| 1470 |
+
"lstrip": false,
|
| 1471 |
+
"normalized": false,
|
| 1472 |
+
"rstrip": false,
|
| 1473 |
+
"single_word": false,
|
| 1474 |
+
"special": true
|
| 1475 |
+
},
|
| 1476 |
+
"128184": {
|
| 1477 |
+
"content": "<|reserved_special_token_176|>",
|
| 1478 |
+
"lstrip": false,
|
| 1479 |
+
"normalized": false,
|
| 1480 |
+
"rstrip": false,
|
| 1481 |
+
"single_word": false,
|
| 1482 |
+
"special": true
|
| 1483 |
+
},
|
| 1484 |
+
"128185": {
|
| 1485 |
+
"content": "<|reserved_special_token_177|>",
|
| 1486 |
+
"lstrip": false,
|
| 1487 |
+
"normalized": false,
|
| 1488 |
+
"rstrip": false,
|
| 1489 |
+
"single_word": false,
|
| 1490 |
+
"special": true
|
| 1491 |
+
},
|
| 1492 |
+
"128186": {
|
| 1493 |
+
"content": "<|reserved_special_token_178|>",
|
| 1494 |
+
"lstrip": false,
|
| 1495 |
+
"normalized": false,
|
| 1496 |
+
"rstrip": false,
|
| 1497 |
+
"single_word": false,
|
| 1498 |
+
"special": true
|
| 1499 |
+
},
|
| 1500 |
+
"128187": {
|
| 1501 |
+
"content": "<|reserved_special_token_179|>",
|
| 1502 |
+
"lstrip": false,
|
| 1503 |
+
"normalized": false,
|
| 1504 |
+
"rstrip": false,
|
| 1505 |
+
"single_word": false,
|
| 1506 |
+
"special": true
|
| 1507 |
+
},
|
| 1508 |
+
"128188": {
|
| 1509 |
+
"content": "<|reserved_special_token_180|>",
|
| 1510 |
+
"lstrip": false,
|
| 1511 |
+
"normalized": false,
|
| 1512 |
+
"rstrip": false,
|
| 1513 |
+
"single_word": false,
|
| 1514 |
+
"special": true
|
| 1515 |
+
},
|
| 1516 |
+
"128189": {
|
| 1517 |
+
"content": "<|reserved_special_token_181|>",
|
| 1518 |
+
"lstrip": false,
|
| 1519 |
+
"normalized": false,
|
| 1520 |
+
"rstrip": false,
|
| 1521 |
+
"single_word": false,
|
| 1522 |
+
"special": true
|
| 1523 |
+
},
|
| 1524 |
+
"128190": {
|
| 1525 |
+
"content": "<|reserved_special_token_182|>",
|
| 1526 |
+
"lstrip": false,
|
| 1527 |
+
"normalized": false,
|
| 1528 |
+
"rstrip": false,
|
| 1529 |
+
"single_word": false,
|
| 1530 |
+
"special": true
|
| 1531 |
+
},
|
| 1532 |
+
"128191": {
|
| 1533 |
+
"content": "<|reserved_special_token_183|>",
|
| 1534 |
+
"lstrip": false,
|
| 1535 |
+
"normalized": false,
|
| 1536 |
+
"rstrip": false,
|
| 1537 |
+
"single_word": false,
|
| 1538 |
+
"special": true
|
| 1539 |
+
},
|
| 1540 |
+
"128192": {
|
| 1541 |
+
"content": "<|reserved_special_token_184|>",
|
| 1542 |
+
"lstrip": false,
|
| 1543 |
+
"normalized": false,
|
| 1544 |
+
"rstrip": false,
|
| 1545 |
+
"single_word": false,
|
| 1546 |
+
"special": true
|
| 1547 |
+
},
|
| 1548 |
+
"128193": {
|
| 1549 |
+
"content": "<|reserved_special_token_185|>",
|
| 1550 |
+
"lstrip": false,
|
| 1551 |
+
"normalized": false,
|
| 1552 |
+
"rstrip": false,
|
| 1553 |
+
"single_word": false,
|
| 1554 |
+
"special": true
|
| 1555 |
+
},
|
| 1556 |
+
"128194": {
|
| 1557 |
+
"content": "<|reserved_special_token_186|>",
|
| 1558 |
+
"lstrip": false,
|
| 1559 |
+
"normalized": false,
|
| 1560 |
+
"rstrip": false,
|
| 1561 |
+
"single_word": false,
|
| 1562 |
+
"special": true
|
| 1563 |
+
},
|
| 1564 |
+
"128195": {
|
| 1565 |
+
"content": "<|reserved_special_token_187|>",
|
| 1566 |
+
"lstrip": false,
|
| 1567 |
+
"normalized": false,
|
| 1568 |
+
"rstrip": false,
|
| 1569 |
+
"single_word": false,
|
| 1570 |
+
"special": true
|
| 1571 |
+
},
|
| 1572 |
+
"128196": {
|
| 1573 |
+
"content": "<|reserved_special_token_188|>",
|
| 1574 |
+
"lstrip": false,
|
| 1575 |
+
"normalized": false,
|
| 1576 |
+
"rstrip": false,
|
| 1577 |
+
"single_word": false,
|
| 1578 |
+
"special": true
|
| 1579 |
+
},
|
| 1580 |
+
"128197": {
|
| 1581 |
+
"content": "<|reserved_special_token_189|>",
|
| 1582 |
+
"lstrip": false,
|
| 1583 |
+
"normalized": false,
|
| 1584 |
+
"rstrip": false,
|
| 1585 |
+
"single_word": false,
|
| 1586 |
+
"special": true
|
| 1587 |
+
},
|
| 1588 |
+
"128198": {
|
| 1589 |
+
"content": "<|reserved_special_token_190|>",
|
| 1590 |
+
"lstrip": false,
|
| 1591 |
+
"normalized": false,
|
| 1592 |
+
"rstrip": false,
|
| 1593 |
+
"single_word": false,
|
| 1594 |
+
"special": true
|
| 1595 |
+
},
|
| 1596 |
+
"128199": {
|
| 1597 |
+
"content": "<|reserved_special_token_191|>",
|
| 1598 |
+
"lstrip": false,
|
| 1599 |
+
"normalized": false,
|
| 1600 |
+
"rstrip": false,
|
| 1601 |
+
"single_word": false,
|
| 1602 |
+
"special": true
|
| 1603 |
+
},
|
| 1604 |
+
"128200": {
|
| 1605 |
+
"content": "<|reserved_special_token_192|>",
|
| 1606 |
+
"lstrip": false,
|
| 1607 |
+
"normalized": false,
|
| 1608 |
+
"rstrip": false,
|
| 1609 |
+
"single_word": false,
|
| 1610 |
+
"special": true
|
| 1611 |
+
},
|
| 1612 |
+
"128201": {
|
| 1613 |
+
"content": "<|reserved_special_token_193|>",
|
| 1614 |
+
"lstrip": false,
|
| 1615 |
+
"normalized": false,
|
| 1616 |
+
"rstrip": false,
|
| 1617 |
+
"single_word": false,
|
| 1618 |
+
"special": true
|
| 1619 |
+
},
|
| 1620 |
+
"128202": {
|
| 1621 |
+
"content": "<|reserved_special_token_194|>",
|
| 1622 |
+
"lstrip": false,
|
| 1623 |
+
"normalized": false,
|
| 1624 |
+
"rstrip": false,
|
| 1625 |
+
"single_word": false,
|
| 1626 |
+
"special": true
|
| 1627 |
+
},
|
| 1628 |
+
"128203": {
|
| 1629 |
+
"content": "<|reserved_special_token_195|>",
|
| 1630 |
+
"lstrip": false,
|
| 1631 |
+
"normalized": false,
|
| 1632 |
+
"rstrip": false,
|
| 1633 |
+
"single_word": false,
|
| 1634 |
+
"special": true
|
| 1635 |
+
},
|
| 1636 |
+
"128204": {
|
| 1637 |
+
"content": "<|reserved_special_token_196|>",
|
| 1638 |
+
"lstrip": false,
|
| 1639 |
+
"normalized": false,
|
| 1640 |
+
"rstrip": false,
|
| 1641 |
+
"single_word": false,
|
| 1642 |
+
"special": true
|
| 1643 |
+
},
|
| 1644 |
+
"128205": {
|
| 1645 |
+
"content": "<|reserved_special_token_197|>",
|
| 1646 |
+
"lstrip": false,
|
| 1647 |
+
"normalized": false,
|
| 1648 |
+
"rstrip": false,
|
| 1649 |
+
"single_word": false,
|
| 1650 |
+
"special": true
|
| 1651 |
+
},
|
| 1652 |
+
"128206": {
|
| 1653 |
+
"content": "<|reserved_special_token_198|>",
|
| 1654 |
+
"lstrip": false,
|
| 1655 |
+
"normalized": false,
|
| 1656 |
+
"rstrip": false,
|
| 1657 |
+
"single_word": false,
|
| 1658 |
+
"special": true
|
| 1659 |
+
},
|
| 1660 |
+
"128207": {
|
| 1661 |
+
"content": "<|reserved_special_token_199|>",
|
| 1662 |
+
"lstrip": false,
|
| 1663 |
+
"normalized": false,
|
| 1664 |
+
"rstrip": false,
|
| 1665 |
+
"single_word": false,
|
| 1666 |
+
"special": true
|
| 1667 |
+
},
|
| 1668 |
+
"128208": {
|
| 1669 |
+
"content": "<|reserved_special_token_200|>",
|
| 1670 |
+
"lstrip": false,
|
| 1671 |
+
"normalized": false,
|
| 1672 |
+
"rstrip": false,
|
| 1673 |
+
"single_word": false,
|
| 1674 |
+
"special": true
|
| 1675 |
+
},
|
| 1676 |
+
"128209": {
|
| 1677 |
+
"content": "<|reserved_special_token_201|>",
|
| 1678 |
+
"lstrip": false,
|
| 1679 |
+
"normalized": false,
|
| 1680 |
+
"rstrip": false,
|
| 1681 |
+
"single_word": false,
|
| 1682 |
+
"special": true
|
| 1683 |
+
},
|
| 1684 |
+
"128210": {
|
| 1685 |
+
"content": "<|reserved_special_token_202|>",
|
| 1686 |
+
"lstrip": false,
|
| 1687 |
+
"normalized": false,
|
| 1688 |
+
"rstrip": false,
|
| 1689 |
+
"single_word": false,
|
| 1690 |
+
"special": true
|
| 1691 |
+
},
|
| 1692 |
+
"128211": {
|
| 1693 |
+
"content": "<|reserved_special_token_203|>",
|
| 1694 |
+
"lstrip": false,
|
| 1695 |
+
"normalized": false,
|
| 1696 |
+
"rstrip": false,
|
| 1697 |
+
"single_word": false,
|
| 1698 |
+
"special": true
|
| 1699 |
+
},
|
| 1700 |
+
"128212": {
|
| 1701 |
+
"content": "<|reserved_special_token_204|>",
|
| 1702 |
+
"lstrip": false,
|
| 1703 |
+
"normalized": false,
|
| 1704 |
+
"rstrip": false,
|
| 1705 |
+
"single_word": false,
|
| 1706 |
+
"special": true
|
| 1707 |
+
},
|
| 1708 |
+
"128213": {
|
| 1709 |
+
"content": "<|reserved_special_token_205|>",
|
| 1710 |
+
"lstrip": false,
|
| 1711 |
+
"normalized": false,
|
| 1712 |
+
"rstrip": false,
|
| 1713 |
+
"single_word": false,
|
| 1714 |
+
"special": true
|
| 1715 |
+
},
|
| 1716 |
+
"128214": {
|
| 1717 |
+
"content": "<|reserved_special_token_206|>",
|
| 1718 |
+
"lstrip": false,
|
| 1719 |
+
"normalized": false,
|
| 1720 |
+
"rstrip": false,
|
| 1721 |
+
"single_word": false,
|
| 1722 |
+
"special": true
|
| 1723 |
+
},
|
| 1724 |
+
"128215": {
|
| 1725 |
+
"content": "<|reserved_special_token_207|>",
|
| 1726 |
+
"lstrip": false,
|
| 1727 |
+
"normalized": false,
|
| 1728 |
+
"rstrip": false,
|
| 1729 |
+
"single_word": false,
|
| 1730 |
+
"special": true
|
| 1731 |
+
},
|
| 1732 |
+
"128216": {
|
| 1733 |
+
"content": "<|reserved_special_token_208|>",
|
| 1734 |
+
"lstrip": false,
|
| 1735 |
+
"normalized": false,
|
| 1736 |
+
"rstrip": false,
|
| 1737 |
+
"single_word": false,
|
| 1738 |
+
"special": true
|
| 1739 |
+
},
|
| 1740 |
+
"128217": {
|
| 1741 |
+
"content": "<|reserved_special_token_209|>",
|
| 1742 |
+
"lstrip": false,
|
| 1743 |
+
"normalized": false,
|
| 1744 |
+
"rstrip": false,
|
| 1745 |
+
"single_word": false,
|
| 1746 |
+
"special": true
|
| 1747 |
+
},
|
| 1748 |
+
"128218": {
|
| 1749 |
+
"content": "<|reserved_special_token_210|>",
|
| 1750 |
+
"lstrip": false,
|
| 1751 |
+
"normalized": false,
|
| 1752 |
+
"rstrip": false,
|
| 1753 |
+
"single_word": false,
|
| 1754 |
+
"special": true
|
| 1755 |
+
},
|
| 1756 |
+
"128219": {
|
| 1757 |
+
"content": "<|reserved_special_token_211|>",
|
| 1758 |
+
"lstrip": false,
|
| 1759 |
+
"normalized": false,
|
| 1760 |
+
"rstrip": false,
|
| 1761 |
+
"single_word": false,
|
| 1762 |
+
"special": true
|
| 1763 |
+
},
|
| 1764 |
+
"128220": {
|
| 1765 |
+
"content": "<|reserved_special_token_212|>",
|
| 1766 |
+
"lstrip": false,
|
| 1767 |
+
"normalized": false,
|
| 1768 |
+
"rstrip": false,
|
| 1769 |
+
"single_word": false,
|
| 1770 |
+
"special": true
|
| 1771 |
+
},
|
| 1772 |
+
"128221": {
|
| 1773 |
+
"content": "<|reserved_special_token_213|>",
|
| 1774 |
+
"lstrip": false,
|
| 1775 |
+
"normalized": false,
|
| 1776 |
+
"rstrip": false,
|
| 1777 |
+
"single_word": false,
|
| 1778 |
+
"special": true
|
| 1779 |
+
},
|
| 1780 |
+
"128222": {
|
| 1781 |
+
"content": "<|reserved_special_token_214|>",
|
| 1782 |
+
"lstrip": false,
|
| 1783 |
+
"normalized": false,
|
| 1784 |
+
"rstrip": false,
|
| 1785 |
+
"single_word": false,
|
| 1786 |
+
"special": true
|
| 1787 |
+
},
|
| 1788 |
+
"128223": {
|
| 1789 |
+
"content": "<|reserved_special_token_215|>",
|
| 1790 |
+
"lstrip": false,
|
| 1791 |
+
"normalized": false,
|
| 1792 |
+
"rstrip": false,
|
| 1793 |
+
"single_word": false,
|
| 1794 |
+
"special": true
|
| 1795 |
+
},
|
| 1796 |
+
"128224": {
|
| 1797 |
+
"content": "<|reserved_special_token_216|>",
|
| 1798 |
+
"lstrip": false,
|
| 1799 |
+
"normalized": false,
|
| 1800 |
+
"rstrip": false,
|
| 1801 |
+
"single_word": false,
|
| 1802 |
+
"special": true
|
| 1803 |
+
},
|
| 1804 |
+
"128225": {
|
| 1805 |
+
"content": "<|reserved_special_token_217|>",
|
| 1806 |
+
"lstrip": false,
|
| 1807 |
+
"normalized": false,
|
| 1808 |
+
"rstrip": false,
|
| 1809 |
+
"single_word": false,
|
| 1810 |
+
"special": true
|
| 1811 |
+
},
|
| 1812 |
+
"128226": {
|
| 1813 |
+
"content": "<|reserved_special_token_218|>",
|
| 1814 |
+
"lstrip": false,
|
| 1815 |
+
"normalized": false,
|
| 1816 |
+
"rstrip": false,
|
| 1817 |
+
"single_word": false,
|
| 1818 |
+
"special": true
|
| 1819 |
+
},
|
| 1820 |
+
"128227": {
|
| 1821 |
+
"content": "<|reserved_special_token_219|>",
|
| 1822 |
+
"lstrip": false,
|
| 1823 |
+
"normalized": false,
|
| 1824 |
+
"rstrip": false,
|
| 1825 |
+
"single_word": false,
|
| 1826 |
+
"special": true
|
| 1827 |
+
},
|
| 1828 |
+
"128228": {
|
| 1829 |
+
"content": "<|reserved_special_token_220|>",
|
| 1830 |
+
"lstrip": false,
|
| 1831 |
+
"normalized": false,
|
| 1832 |
+
"rstrip": false,
|
| 1833 |
+
"single_word": false,
|
| 1834 |
+
"special": true
|
| 1835 |
+
},
|
| 1836 |
+
"128229": {
|
| 1837 |
+
"content": "<|reserved_special_token_221|>",
|
| 1838 |
+
"lstrip": false,
|
| 1839 |
+
"normalized": false,
|
| 1840 |
+
"rstrip": false,
|
| 1841 |
+
"single_word": false,
|
| 1842 |
+
"special": true
|
| 1843 |
+
},
|
| 1844 |
+
"128230": {
|
| 1845 |
+
"content": "<|reserved_special_token_222|>",
|
| 1846 |
+
"lstrip": false,
|
| 1847 |
+
"normalized": false,
|
| 1848 |
+
"rstrip": false,
|
| 1849 |
+
"single_word": false,
|
| 1850 |
+
"special": true
|
| 1851 |
+
},
|
| 1852 |
+
"128231": {
|
| 1853 |
+
"content": "<|reserved_special_token_223|>",
|
| 1854 |
+
"lstrip": false,
|
| 1855 |
+
"normalized": false,
|
| 1856 |
+
"rstrip": false,
|
| 1857 |
+
"single_word": false,
|
| 1858 |
+
"special": true
|
| 1859 |
+
},
|
| 1860 |
+
"128232": {
|
| 1861 |
+
"content": "<|reserved_special_token_224|>",
|
| 1862 |
+
"lstrip": false,
|
| 1863 |
+
"normalized": false,
|
| 1864 |
+
"rstrip": false,
|
| 1865 |
+
"single_word": false,
|
| 1866 |
+
"special": true
|
| 1867 |
+
},
|
| 1868 |
+
"128233": {
|
| 1869 |
+
"content": "<|reserved_special_token_225|>",
|
| 1870 |
+
"lstrip": false,
|
| 1871 |
+
"normalized": false,
|
| 1872 |
+
"rstrip": false,
|
| 1873 |
+
"single_word": false,
|
| 1874 |
+
"special": true
|
| 1875 |
+
},
|
| 1876 |
+
"128234": {
|
| 1877 |
+
"content": "<|reserved_special_token_226|>",
|
| 1878 |
+
"lstrip": false,
|
| 1879 |
+
"normalized": false,
|
| 1880 |
+
"rstrip": false,
|
| 1881 |
+
"single_word": false,
|
| 1882 |
+
"special": true
|
| 1883 |
+
},
|
| 1884 |
+
"128235": {
|
| 1885 |
+
"content": "<|reserved_special_token_227|>",
|
| 1886 |
+
"lstrip": false,
|
| 1887 |
+
"normalized": false,
|
| 1888 |
+
"rstrip": false,
|
| 1889 |
+
"single_word": false,
|
| 1890 |
+
"special": true
|
| 1891 |
+
},
|
| 1892 |
+
"128236": {
|
| 1893 |
+
"content": "<|reserved_special_token_228|>",
|
| 1894 |
+
"lstrip": false,
|
| 1895 |
+
"normalized": false,
|
| 1896 |
+
"rstrip": false,
|
| 1897 |
+
"single_word": false,
|
| 1898 |
+
"special": true
|
| 1899 |
+
},
|
| 1900 |
+
"128237": {
|
| 1901 |
+
"content": "<|reserved_special_token_229|>",
|
| 1902 |
+
"lstrip": false,
|
| 1903 |
+
"normalized": false,
|
| 1904 |
+
"rstrip": false,
|
| 1905 |
+
"single_word": false,
|
| 1906 |
+
"special": true
|
| 1907 |
+
},
|
| 1908 |
+
"128238": {
|
| 1909 |
+
"content": "<|reserved_special_token_230|>",
|
| 1910 |
+
"lstrip": false,
|
| 1911 |
+
"normalized": false,
|
| 1912 |
+
"rstrip": false,
|
| 1913 |
+
"single_word": false,
|
| 1914 |
+
"special": true
|
| 1915 |
+
},
|
| 1916 |
+
"128239": {
|
| 1917 |
+
"content": "<|reserved_special_token_231|>",
|
| 1918 |
+
"lstrip": false,
|
| 1919 |
+
"normalized": false,
|
| 1920 |
+
"rstrip": false,
|
| 1921 |
+
"single_word": false,
|
| 1922 |
+
"special": true
|
| 1923 |
+
},
|
| 1924 |
+
"128240": {
|
| 1925 |
+
"content": "<|reserved_special_token_232|>",
|
| 1926 |
+
"lstrip": false,
|
| 1927 |
+
"normalized": false,
|
| 1928 |
+
"rstrip": false,
|
| 1929 |
+
"single_word": false,
|
| 1930 |
+
"special": true
|
| 1931 |
+
},
|
| 1932 |
+
"128241": {
|
| 1933 |
+
"content": "<|reserved_special_token_233|>",
|
| 1934 |
+
"lstrip": false,
|
| 1935 |
+
"normalized": false,
|
| 1936 |
+
"rstrip": false,
|
| 1937 |
+
"single_word": false,
|
| 1938 |
+
"special": true
|
| 1939 |
+
},
|
| 1940 |
+
"128242": {
|
| 1941 |
+
"content": "<|reserved_special_token_234|>",
|
| 1942 |
+
"lstrip": false,
|
| 1943 |
+
"normalized": false,
|
| 1944 |
+
"rstrip": false,
|
| 1945 |
+
"single_word": false,
|
| 1946 |
+
"special": true
|
| 1947 |
+
},
|
| 1948 |
+
"128243": {
|
| 1949 |
+
"content": "<|reserved_special_token_235|>",
|
| 1950 |
+
"lstrip": false,
|
| 1951 |
+
"normalized": false,
|
| 1952 |
+
"rstrip": false,
|
| 1953 |
+
"single_word": false,
|
| 1954 |
+
"special": true
|
| 1955 |
+
},
|
| 1956 |
+
"128244": {
|
| 1957 |
+
"content": "<|reserved_special_token_236|>",
|
| 1958 |
+
"lstrip": false,
|
| 1959 |
+
"normalized": false,
|
| 1960 |
+
"rstrip": false,
|
| 1961 |
+
"single_word": false,
|
| 1962 |
+
"special": true
|
| 1963 |
+
},
|
| 1964 |
+
"128245": {
|
| 1965 |
+
"content": "<|reserved_special_token_237|>",
|
| 1966 |
+
"lstrip": false,
|
| 1967 |
+
"normalized": false,
|
| 1968 |
+
"rstrip": false,
|
| 1969 |
+
"single_word": false,
|
| 1970 |
+
"special": true
|
| 1971 |
+
},
|
| 1972 |
+
"128246": {
|
| 1973 |
+
"content": "<|reserved_special_token_238|>",
|
| 1974 |
+
"lstrip": false,
|
| 1975 |
+
"normalized": false,
|
| 1976 |
+
"rstrip": false,
|
| 1977 |
+
"single_word": false,
|
| 1978 |
+
"special": true
|
| 1979 |
+
},
|
| 1980 |
+
"128247": {
|
| 1981 |
+
"content": "<|reserved_special_token_239|>",
|
| 1982 |
+
"lstrip": false,
|
| 1983 |
+
"normalized": false,
|
| 1984 |
+
"rstrip": false,
|
| 1985 |
+
"single_word": false,
|
| 1986 |
+
"special": true
|
| 1987 |
+
},
|
| 1988 |
+
"128248": {
|
| 1989 |
+
"content": "<|reserved_special_token_240|>",
|
| 1990 |
+
"lstrip": false,
|
| 1991 |
+
"normalized": false,
|
| 1992 |
+
"rstrip": false,
|
| 1993 |
+
"single_word": false,
|
| 1994 |
+
"special": true
|
| 1995 |
+
},
|
| 1996 |
+
"128249": {
|
| 1997 |
+
"content": "<|reserved_special_token_241|>",
|
| 1998 |
+
"lstrip": false,
|
| 1999 |
+
"normalized": false,
|
| 2000 |
+
"rstrip": false,
|
| 2001 |
+
"single_word": false,
|
| 2002 |
+
"special": true
|
| 2003 |
+
},
|
| 2004 |
+
"128250": {
|
| 2005 |
+
"content": "<|reserved_special_token_242|>",
|
| 2006 |
+
"lstrip": false,
|
| 2007 |
+
"normalized": false,
|
| 2008 |
+
"rstrip": false,
|
| 2009 |
+
"single_word": false,
|
| 2010 |
+
"special": true
|
| 2011 |
+
},
|
| 2012 |
+
"128251": {
|
| 2013 |
+
"content": "<|reserved_special_token_243|>",
|
| 2014 |
+
"lstrip": false,
|
| 2015 |
+
"normalized": false,
|
| 2016 |
+
"rstrip": false,
|
| 2017 |
+
"single_word": false,
|
| 2018 |
+
"special": true
|
| 2019 |
+
},
|
| 2020 |
+
"128252": {
|
| 2021 |
+
"content": "<|reserved_special_token_244|>",
|
| 2022 |
+
"lstrip": false,
|
| 2023 |
+
"normalized": false,
|
| 2024 |
+
"rstrip": false,
|
| 2025 |
+
"single_word": false,
|
| 2026 |
+
"special": true
|
| 2027 |
+
},
|
| 2028 |
+
"128253": {
|
| 2029 |
+
"content": "<|reserved_special_token_245|>",
|
| 2030 |
+
"lstrip": false,
|
| 2031 |
+
"normalized": false,
|
| 2032 |
+
"rstrip": false,
|
| 2033 |
+
"single_word": false,
|
| 2034 |
+
"special": true
|
| 2035 |
+
},
|
| 2036 |
+
"128254": {
|
| 2037 |
+
"content": "<|reserved_special_token_246|>",
|
| 2038 |
+
"lstrip": false,
|
| 2039 |
+
"normalized": false,
|
| 2040 |
+
"rstrip": false,
|
| 2041 |
+
"single_word": false,
|
| 2042 |
+
"special": true
|
| 2043 |
+
},
|
| 2044 |
+
"128255": {
|
| 2045 |
+
"content": "<|reserved_special_token_247|>",
|
| 2046 |
+
"lstrip": false,
|
| 2047 |
+
"normalized": false,
|
| 2048 |
+
"rstrip": false,
|
| 2049 |
+
"single_word": false,
|
| 2050 |
+
"special": true
|
| 2051 |
+
}
|
| 2052 |
+
},
|
| 2053 |
+
"bos_token": "<|begin_of_text|>",
|
| 2054 |
+
"chat_template": "{{- bos_token }}\n{%- if custom_tools is defined %}\n {%- set tools = custom_tools %}\n{%- endif %}\n{%- if not tools_in_user_message is defined %}\n {%- set tools_in_user_message = true %}\n{%- endif %}\n{%- if not date_string is defined %}\n {%- set date_string = \"26 Jul 2024\" %}\n{%- endif %}\n{%- if not tools is defined %}\n {%- set tools = none %}\n{%- endif %}\n\n{#- This block extracts the system message, so we can slot it into the right place. #}\n{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"\" %}\n{%- endif %}\n\n{#- System message + builtin tools #}\n{{- \"<|start_header_id|>system<|end_header_id|>\\n\\n\" }}\n{%- if builtin_tools is defined or tools is not none %}\n {{- \"Environment: ipython\\n\" }}\n{%- endif %}\n{%- if builtin_tools is defined %}\n {{- \"Tools: \" + builtin_tools | reject('equalto', 'code_interpreter') | join(\", \") + \"\\n\\n\"}}\n{%- endif %}\n{{- \"Cutting Knowledge Date: December 2023\\n\" }}\n{{- \"Today Date: \" + date_string + \"\\n\\n\" }}\n{%- if tools is not none and not tools_in_user_message %}\n {{- \"You have access to the following functions. To call a function, please respond with JSON for a function call.\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n{%- endif %}\n{{- system_message }}\n{{- \"<|eot_id|>\" }}\n\n{#- Custom tools are passed in a user message with some extra guidance #}\n{%- if tools_in_user_message and not tools is none %}\n {#- Extract the first user message so we can plug it in here #}\n {%- if messages | length != 0 %}\n {%- set first_user_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n {%- else %}\n {{- raise_exception(\"Cannot put tools in the first user message when there's no first user message!\") }}\n{%- endif %}\n {{- '<|start_header_id|>user<|end_header_id|>\\n\\n' -}}\n {{- \"Given the following functions, please respond with a JSON for a function call \" }}\n {{- \"with its proper arguments that best answers the given prompt.\\n\\n\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n {{- first_user_message + \"<|eot_id|>\"}}\n{%- endif %}\n\n{%- for message in messages %}\n {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}\n {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\\n\\n'+ message['content'] | trim + '<|eot_id|>' }}\n {%- elif 'tool_calls' in message %}\n {%- if not message.tool_calls|length == 1 %}\n {{- raise_exception(\"This model only supports single tool-calls at once!\") }}\n {%- endif %}\n {%- set tool_call = message.tool_calls[0].function %}\n {%- if builtin_tools is defined and tool_call.name in builtin_tools %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- \"<|python_tag|>\" + tool_call.name + \".call(\" }}\n {%- for arg_name, arg_val in tool_call.arguments | items %}\n {{- arg_name + '=\"' + arg_val + '\"' }}\n {%- if not loop.last %}\n {{- \", \" }}\n {%- endif %}\n {%- endfor %}\n {{- \")\" }}\n {%- else %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- '{\"name\": \"' + tool_call.name + '\", ' }}\n {{- '\"parameters\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- \"}\" }}\n {%- endif %}\n {%- if builtin_tools is defined %}\n {#- This means we're in ipython mode #}\n {{- \"<|eom_id|>\" }}\n {%- else %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n {%- elif message.role == \"tool\" or message.role == \"ipython\" %}\n {{- \"<|start_header_id|>ipython<|end_header_id|>\\n\\n\" }}\n {%- if message.content is mapping or message.content is iterable %}\n {{- message.content | tojson }}\n {%- else %}\n {{- message.content }}\n {%- endif %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' }}\n{%- endif %}\n",
|
| 2055 |
+
"clean_up_tokenization_spaces": true,
|
| 2056 |
+
"eos_token": "<|eot_id|>",
|
| 2057 |
+
"extra_special_tokens": {},
|
| 2058 |
+
"model_input_names": [
|
| 2059 |
+
"input_ids",
|
| 2060 |
+
"attention_mask"
|
| 2061 |
+
],
|
| 2062 |
+
"model_max_length": 131072,
|
| 2063 |
+
"pad_token": "<|finetune_right_pad_id|>",
|
| 2064 |
+
"padding_side": "left",
|
| 2065 |
+
"tokenizer_class": "PreTrainedTokenizer",
|
| 2066 |
+
"unk_token": null
|
| 2067 |
+
}
|
tokenizer/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|startoftext|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "<|endoftext|>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
tokenizer/tokenizer_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"bos_token": {
|
| 4 |
+
"__type": "AddedToken",
|
| 5 |
+
"content": "<|startoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false
|
| 10 |
+
},
|
| 11 |
+
"clean_up_tokenization_spaces": true,
|
| 12 |
+
"do_lower_case": true,
|
| 13 |
+
"eos_token": {
|
| 14 |
+
"__type": "AddedToken",
|
| 15 |
+
"content": "<|endoftext|>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": true,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false
|
| 20 |
+
},
|
| 21 |
+
"errors": "replace",
|
| 22 |
+
"model_max_length": 77,
|
| 23 |
+
"pad_token": "<|endoftext|>",
|
| 24 |
+
"tokenizer_class": "CLIPTokenizer",
|
| 25 |
+
"unk_token": {
|
| 26 |
+
"__type": "AddedToken",
|
| 27 |
+
"content": "<|endoftext|>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": true,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
}
|
| 33 |
+
}
|
tokenizer/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_2/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_2/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|startoftext|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "!",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
tokenizer_2/tokenizer_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"bos_token": {
|
| 4 |
+
"__type": "AddedToken",
|
| 5 |
+
"content": "<|startoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false
|
| 10 |
+
},
|
| 11 |
+
"clean_up_tokenization_spaces": true,
|
| 12 |
+
"do_lower_case": true,
|
| 13 |
+
"eos_token": {
|
| 14 |
+
"__type": "AddedToken",
|
| 15 |
+
"content": "<|endoftext|>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": true,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false
|
| 20 |
+
},
|
| 21 |
+
"errors": "replace",
|
| 22 |
+
"model_max_length": 77,
|
| 23 |
+
"pad_token": "!",
|
| 24 |
+
"tokenizer_class": "CLIPTokenizer",
|
| 25 |
+
"unk_token": {
|
| 26 |
+
"__type": "AddedToken",
|
| 27 |
+
"content": "<|endoftext|>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": true,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
}
|
| 33 |
+
}
|
tokenizer_2/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_3/special_tokens_map.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<extra_id_0>",
|
| 4 |
+
"<extra_id_1>",
|
| 5 |
+
"<extra_id_2>",
|
| 6 |
+
"<extra_id_3>",
|
| 7 |
+
"<extra_id_4>",
|
| 8 |
+
"<extra_id_5>",
|
| 9 |
+
"<extra_id_6>",
|
| 10 |
+
"<extra_id_7>",
|
| 11 |
+
"<extra_id_8>",
|
| 12 |
+
"<extra_id_9>",
|
| 13 |
+
"<extra_id_10>",
|
| 14 |
+
"<extra_id_11>",
|
| 15 |
+
"<extra_id_12>",
|
| 16 |
+
"<extra_id_13>",
|
| 17 |
+
"<extra_id_14>",
|
| 18 |
+
"<extra_id_15>",
|
| 19 |
+
"<extra_id_16>",
|
| 20 |
+
"<extra_id_17>",
|
| 21 |
+
"<extra_id_18>",
|
| 22 |
+
"<extra_id_19>",
|
| 23 |
+
"<extra_id_20>",
|
| 24 |
+
"<extra_id_21>",
|
| 25 |
+
"<extra_id_22>",
|
| 26 |
+
"<extra_id_23>",
|
| 27 |
+
"<extra_id_24>",
|
| 28 |
+
"<extra_id_25>",
|
| 29 |
+
"<extra_id_26>",
|
| 30 |
+
"<extra_id_27>",
|
| 31 |
+
"<extra_id_28>",
|
| 32 |
+
"<extra_id_29>",
|
| 33 |
+
"<extra_id_30>",
|
| 34 |
+
"<extra_id_31>",
|
| 35 |
+
"<extra_id_32>",
|
| 36 |
+
"<extra_id_33>",
|
| 37 |
+
"<extra_id_34>",
|
| 38 |
+
"<extra_id_35>",
|
| 39 |
+
"<extra_id_36>",
|
| 40 |
+
"<extra_id_37>",
|
| 41 |
+
"<extra_id_38>",
|
| 42 |
+
"<extra_id_39>",
|
| 43 |
+
"<extra_id_40>",
|
| 44 |
+
"<extra_id_41>",
|
| 45 |
+
"<extra_id_42>",
|
| 46 |
+
"<extra_id_43>",
|
| 47 |
+
"<extra_id_44>",
|
| 48 |
+
"<extra_id_45>",
|
| 49 |
+
"<extra_id_46>",
|
| 50 |
+
"<extra_id_47>",
|
| 51 |
+
"<extra_id_48>",
|
| 52 |
+
"<extra_id_49>",
|
| 53 |
+
"<extra_id_50>",
|
| 54 |
+
"<extra_id_51>",
|
| 55 |
+
"<extra_id_52>",
|
| 56 |
+
"<extra_id_53>",
|
| 57 |
+
"<extra_id_54>",
|
| 58 |
+
"<extra_id_55>",
|
| 59 |
+
"<extra_id_56>",
|
| 60 |
+
"<extra_id_57>",
|
| 61 |
+
"<extra_id_58>",
|
| 62 |
+
"<extra_id_59>",
|
| 63 |
+
"<extra_id_60>",
|
| 64 |
+
"<extra_id_61>",
|
| 65 |
+
"<extra_id_62>",
|
| 66 |
+
"<extra_id_63>",
|
| 67 |
+
"<extra_id_64>",
|
| 68 |
+
"<extra_id_65>",
|
| 69 |
+
"<extra_id_66>",
|
| 70 |
+
"<extra_id_67>",
|
| 71 |
+
"<extra_id_68>",
|
| 72 |
+
"<extra_id_69>",
|
| 73 |
+
"<extra_id_70>",
|
| 74 |
+
"<extra_id_71>",
|
| 75 |
+
"<extra_id_72>",
|
| 76 |
+
"<extra_id_73>",
|
| 77 |
+
"<extra_id_74>",
|
| 78 |
+
"<extra_id_75>",
|
| 79 |
+
"<extra_id_76>",
|
| 80 |
+
"<extra_id_77>",
|
| 81 |
+
"<extra_id_78>",
|
| 82 |
+
"<extra_id_79>",
|
| 83 |
+
"<extra_id_80>",
|
| 84 |
+
"<extra_id_81>",
|
| 85 |
+
"<extra_id_82>",
|
| 86 |
+
"<extra_id_83>",
|
| 87 |
+
"<extra_id_84>",
|
| 88 |
+
"<extra_id_85>",
|
| 89 |
+
"<extra_id_86>",
|
| 90 |
+
"<extra_id_87>",
|
| 91 |
+
"<extra_id_88>",
|
| 92 |
+
"<extra_id_89>",
|
| 93 |
+
"<extra_id_90>",
|
| 94 |
+
"<extra_id_91>",
|
| 95 |
+
"<extra_id_92>",
|
| 96 |
+
"<extra_id_93>",
|
| 97 |
+
"<extra_id_94>",
|
| 98 |
+
"<extra_id_95>",
|
| 99 |
+
"<extra_id_96>",
|
| 100 |
+
"<extra_id_97>",
|
| 101 |
+
"<extra_id_98>",
|
| 102 |
+
"<extra_id_99>"
|
| 103 |
+
],
|
| 104 |
+
"eos_token": {
|
| 105 |
+
"content": "</s>",
|
| 106 |
+
"lstrip": false,
|
| 107 |
+
"normalized": false,
|
| 108 |
+
"rstrip": false,
|
| 109 |
+
"single_word": false
|
| 110 |
+
},
|
| 111 |
+
"pad_token": {
|
| 112 |
+
"content": "<pad>",
|
| 113 |
+
"lstrip": false,
|
| 114 |
+
"normalized": false,
|
| 115 |
+
"rstrip": false,
|
| 116 |
+
"single_word": false
|
| 117 |
+
},
|
| 118 |
+
"unk_token": {
|
| 119 |
+
"content": "<unk>",
|
| 120 |
+
"lstrip": false,
|
| 121 |
+
"normalized": false,
|
| 122 |
+
"rstrip": false,
|
| 123 |
+
"single_word": false
|
| 124 |
+
}
|
| 125 |
+
}
|
tokenizer_3/spiece.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
|
| 3 |
+
size 791656
|
tokenizer_3/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_3/tokenizer_config.json
ADDED
|
@@ -0,0 +1,940 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": true,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<pad>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "</s>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "<unk>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"32000": {
|
| 29 |
+
"content": "<extra_id_99>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"32001": {
|
| 37 |
+
"content": "<extra_id_98>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"32002": {
|
| 45 |
+
"content": "<extra_id_97>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"32003": {
|
| 53 |
+
"content": "<extra_id_96>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"32004": {
|
| 61 |
+
"content": "<extra_id_95>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"32005": {
|
| 69 |
+
"content": "<extra_id_94>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"32006": {
|
| 77 |
+
"content": "<extra_id_93>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"32007": {
|
| 85 |
+
"content": "<extra_id_92>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"32008": {
|
| 93 |
+
"content": "<extra_id_91>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"32009": {
|
| 101 |
+
"content": "<extra_id_90>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"32010": {
|
| 109 |
+
"content": "<extra_id_89>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"32011": {
|
| 117 |
+
"content": "<extra_id_88>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"32012": {
|
| 125 |
+
"content": "<extra_id_87>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"32013": {
|
| 133 |
+
"content": "<extra_id_86>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"32014": {
|
| 141 |
+
"content": "<extra_id_85>",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"32015": {
|
| 149 |
+
"content": "<extra_id_84>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"32016": {
|
| 157 |
+
"content": "<extra_id_83>",
|
| 158 |
+
"lstrip": false,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"32017": {
|
| 165 |
+
"content": "<extra_id_82>",
|
| 166 |
+
"lstrip": false,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"32018": {
|
| 173 |
+
"content": "<extra_id_81>",
|
| 174 |
+
"lstrip": false,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"32019": {
|
| 181 |
+
"content": "<extra_id_80>",
|
| 182 |
+
"lstrip": false,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"32020": {
|
| 189 |
+
"content": "<extra_id_79>",
|
| 190 |
+
"lstrip": false,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"32021": {
|
| 197 |
+
"content": "<extra_id_78>",
|
| 198 |
+
"lstrip": false,
|
| 199 |
+
"normalized": false,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"32022": {
|
| 205 |
+
"content": "<extra_id_77>",
|
| 206 |
+
"lstrip": false,
|
| 207 |
+
"normalized": false,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"32023": {
|
| 213 |
+
"content": "<extra_id_76>",
|
| 214 |
+
"lstrip": false,
|
| 215 |
+
"normalized": false,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"32024": {
|
| 221 |
+
"content": "<extra_id_75>",
|
| 222 |
+
"lstrip": false,
|
| 223 |
+
"normalized": false,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"32025": {
|
| 229 |
+
"content": "<extra_id_74>",
|
| 230 |
+
"lstrip": false,
|
| 231 |
+
"normalized": false,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"32026": {
|
| 237 |
+
"content": "<extra_id_73>",
|
| 238 |
+
"lstrip": false,
|
| 239 |
+
"normalized": false,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"32027": {
|
| 245 |
+
"content": "<extra_id_72>",
|
| 246 |
+
"lstrip": false,
|
| 247 |
+
"normalized": false,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"32028": {
|
| 253 |
+
"content": "<extra_id_71>",
|
| 254 |
+
"lstrip": false,
|
| 255 |
+
"normalized": false,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"32029": {
|
| 261 |
+
"content": "<extra_id_70>",
|
| 262 |
+
"lstrip": false,
|
| 263 |
+
"normalized": false,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"32030": {
|
| 269 |
+
"content": "<extra_id_69>",
|
| 270 |
+
"lstrip": false,
|
| 271 |
+
"normalized": false,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"32031": {
|
| 277 |
+
"content": "<extra_id_68>",
|
| 278 |
+
"lstrip": false,
|
| 279 |
+
"normalized": false,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"32032": {
|
| 285 |
+
"content": "<extra_id_67>",
|
| 286 |
+
"lstrip": false,
|
| 287 |
+
"normalized": false,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"32033": {
|
| 293 |
+
"content": "<extra_id_66>",
|
| 294 |
+
"lstrip": false,
|
| 295 |
+
"normalized": false,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"32034": {
|
| 301 |
+
"content": "<extra_id_65>",
|
| 302 |
+
"lstrip": false,
|
| 303 |
+
"normalized": false,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
},
|
| 308 |
+
"32035": {
|
| 309 |
+
"content": "<extra_id_64>",
|
| 310 |
+
"lstrip": false,
|
| 311 |
+
"normalized": false,
|
| 312 |
+
"rstrip": false,
|
| 313 |
+
"single_word": false,
|
| 314 |
+
"special": true
|
| 315 |
+
},
|
| 316 |
+
"32036": {
|
| 317 |
+
"content": "<extra_id_63>",
|
| 318 |
+
"lstrip": false,
|
| 319 |
+
"normalized": false,
|
| 320 |
+
"rstrip": false,
|
| 321 |
+
"single_word": false,
|
| 322 |
+
"special": true
|
| 323 |
+
},
|
| 324 |
+
"32037": {
|
| 325 |
+
"content": "<extra_id_62>",
|
| 326 |
+
"lstrip": false,
|
| 327 |
+
"normalized": false,
|
| 328 |
+
"rstrip": false,
|
| 329 |
+
"single_word": false,
|
| 330 |
+
"special": true
|
| 331 |
+
},
|
| 332 |
+
"32038": {
|
| 333 |
+
"content": "<extra_id_61>",
|
| 334 |
+
"lstrip": false,
|
| 335 |
+
"normalized": false,
|
| 336 |
+
"rstrip": false,
|
| 337 |
+
"single_word": false,
|
| 338 |
+
"special": true
|
| 339 |
+
},
|
| 340 |
+
"32039": {
|
| 341 |
+
"content": "<extra_id_60>",
|
| 342 |
+
"lstrip": false,
|
| 343 |
+
"normalized": false,
|
| 344 |
+
"rstrip": false,
|
| 345 |
+
"single_word": false,
|
| 346 |
+
"special": true
|
| 347 |
+
},
|
| 348 |
+
"32040": {
|
| 349 |
+
"content": "<extra_id_59>",
|
| 350 |
+
"lstrip": false,
|
| 351 |
+
"normalized": false,
|
| 352 |
+
"rstrip": false,
|
| 353 |
+
"single_word": false,
|
| 354 |
+
"special": true
|
| 355 |
+
},
|
| 356 |
+
"32041": {
|
| 357 |
+
"content": "<extra_id_58>",
|
| 358 |
+
"lstrip": false,
|
| 359 |
+
"normalized": false,
|
| 360 |
+
"rstrip": false,
|
| 361 |
+
"single_word": false,
|
| 362 |
+
"special": true
|
| 363 |
+
},
|
| 364 |
+
"32042": {
|
| 365 |
+
"content": "<extra_id_57>",
|
| 366 |
+
"lstrip": false,
|
| 367 |
+
"normalized": false,
|
| 368 |
+
"rstrip": false,
|
| 369 |
+
"single_word": false,
|
| 370 |
+
"special": true
|
| 371 |
+
},
|
| 372 |
+
"32043": {
|
| 373 |
+
"content": "<extra_id_56>",
|
| 374 |
+
"lstrip": false,
|
| 375 |
+
"normalized": false,
|
| 376 |
+
"rstrip": false,
|
| 377 |
+
"single_word": false,
|
| 378 |
+
"special": true
|
| 379 |
+
},
|
| 380 |
+
"32044": {
|
| 381 |
+
"content": "<extra_id_55>",
|
| 382 |
+
"lstrip": false,
|
| 383 |
+
"normalized": false,
|
| 384 |
+
"rstrip": false,
|
| 385 |
+
"single_word": false,
|
| 386 |
+
"special": true
|
| 387 |
+
},
|
| 388 |
+
"32045": {
|
| 389 |
+
"content": "<extra_id_54>",
|
| 390 |
+
"lstrip": false,
|
| 391 |
+
"normalized": false,
|
| 392 |
+
"rstrip": false,
|
| 393 |
+
"single_word": false,
|
| 394 |
+
"special": true
|
| 395 |
+
},
|
| 396 |
+
"32046": {
|
| 397 |
+
"content": "<extra_id_53>",
|
| 398 |
+
"lstrip": false,
|
| 399 |
+
"normalized": false,
|
| 400 |
+
"rstrip": false,
|
| 401 |
+
"single_word": false,
|
| 402 |
+
"special": true
|
| 403 |
+
},
|
| 404 |
+
"32047": {
|
| 405 |
+
"content": "<extra_id_52>",
|
| 406 |
+
"lstrip": false,
|
| 407 |
+
"normalized": false,
|
| 408 |
+
"rstrip": false,
|
| 409 |
+
"single_word": false,
|
| 410 |
+
"special": true
|
| 411 |
+
},
|
| 412 |
+
"32048": {
|
| 413 |
+
"content": "<extra_id_51>",
|
| 414 |
+
"lstrip": false,
|
| 415 |
+
"normalized": false,
|
| 416 |
+
"rstrip": false,
|
| 417 |
+
"single_word": false,
|
| 418 |
+
"special": true
|
| 419 |
+
},
|
| 420 |
+
"32049": {
|
| 421 |
+
"content": "<extra_id_50>",
|
| 422 |
+
"lstrip": false,
|
| 423 |
+
"normalized": false,
|
| 424 |
+
"rstrip": false,
|
| 425 |
+
"single_word": false,
|
| 426 |
+
"special": true
|
| 427 |
+
},
|
| 428 |
+
"32050": {
|
| 429 |
+
"content": "<extra_id_49>",
|
| 430 |
+
"lstrip": false,
|
| 431 |
+
"normalized": false,
|
| 432 |
+
"rstrip": false,
|
| 433 |
+
"single_word": false,
|
| 434 |
+
"special": true
|
| 435 |
+
},
|
| 436 |
+
"32051": {
|
| 437 |
+
"content": "<extra_id_48>",
|
| 438 |
+
"lstrip": false,
|
| 439 |
+
"normalized": false,
|
| 440 |
+
"rstrip": false,
|
| 441 |
+
"single_word": false,
|
| 442 |
+
"special": true
|
| 443 |
+
},
|
| 444 |
+
"32052": {
|
| 445 |
+
"content": "<extra_id_47>",
|
| 446 |
+
"lstrip": false,
|
| 447 |
+
"normalized": false,
|
| 448 |
+
"rstrip": false,
|
| 449 |
+
"single_word": false,
|
| 450 |
+
"special": true
|
| 451 |
+
},
|
| 452 |
+
"32053": {
|
| 453 |
+
"content": "<extra_id_46>",
|
| 454 |
+
"lstrip": false,
|
| 455 |
+
"normalized": false,
|
| 456 |
+
"rstrip": false,
|
| 457 |
+
"single_word": false,
|
| 458 |
+
"special": true
|
| 459 |
+
},
|
| 460 |
+
"32054": {
|
| 461 |
+
"content": "<extra_id_45>",
|
| 462 |
+
"lstrip": false,
|
| 463 |
+
"normalized": false,
|
| 464 |
+
"rstrip": false,
|
| 465 |
+
"single_word": false,
|
| 466 |
+
"special": true
|
| 467 |
+
},
|
| 468 |
+
"32055": {
|
| 469 |
+
"content": "<extra_id_44>",
|
| 470 |
+
"lstrip": false,
|
| 471 |
+
"normalized": false,
|
| 472 |
+
"rstrip": false,
|
| 473 |
+
"single_word": false,
|
| 474 |
+
"special": true
|
| 475 |
+
},
|
| 476 |
+
"32056": {
|
| 477 |
+
"content": "<extra_id_43>",
|
| 478 |
+
"lstrip": false,
|
| 479 |
+
"normalized": false,
|
| 480 |
+
"rstrip": false,
|
| 481 |
+
"single_word": false,
|
| 482 |
+
"special": true
|
| 483 |
+
},
|
| 484 |
+
"32057": {
|
| 485 |
+
"content": "<extra_id_42>",
|
| 486 |
+
"lstrip": false,
|
| 487 |
+
"normalized": false,
|
| 488 |
+
"rstrip": false,
|
| 489 |
+
"single_word": false,
|
| 490 |
+
"special": true
|
| 491 |
+
},
|
| 492 |
+
"32058": {
|
| 493 |
+
"content": "<extra_id_41>",
|
| 494 |
+
"lstrip": false,
|
| 495 |
+
"normalized": false,
|
| 496 |
+
"rstrip": false,
|
| 497 |
+
"single_word": false,
|
| 498 |
+
"special": true
|
| 499 |
+
},
|
| 500 |
+
"32059": {
|
| 501 |
+
"content": "<extra_id_40>",
|
| 502 |
+
"lstrip": false,
|
| 503 |
+
"normalized": false,
|
| 504 |
+
"rstrip": false,
|
| 505 |
+
"single_word": false,
|
| 506 |
+
"special": true
|
| 507 |
+
},
|
| 508 |
+
"32060": {
|
| 509 |
+
"content": "<extra_id_39>",
|
| 510 |
+
"lstrip": false,
|
| 511 |
+
"normalized": false,
|
| 512 |
+
"rstrip": false,
|
| 513 |
+
"single_word": false,
|
| 514 |
+
"special": true
|
| 515 |
+
},
|
| 516 |
+
"32061": {
|
| 517 |
+
"content": "<extra_id_38>",
|
| 518 |
+
"lstrip": false,
|
| 519 |
+
"normalized": false,
|
| 520 |
+
"rstrip": false,
|
| 521 |
+
"single_word": false,
|
| 522 |
+
"special": true
|
| 523 |
+
},
|
| 524 |
+
"32062": {
|
| 525 |
+
"content": "<extra_id_37>",
|
| 526 |
+
"lstrip": false,
|
| 527 |
+
"normalized": false,
|
| 528 |
+
"rstrip": false,
|
| 529 |
+
"single_word": false,
|
| 530 |
+
"special": true
|
| 531 |
+
},
|
| 532 |
+
"32063": {
|
| 533 |
+
"content": "<extra_id_36>",
|
| 534 |
+
"lstrip": false,
|
| 535 |
+
"normalized": false,
|
| 536 |
+
"rstrip": false,
|
| 537 |
+
"single_word": false,
|
| 538 |
+
"special": true
|
| 539 |
+
},
|
| 540 |
+
"32064": {
|
| 541 |
+
"content": "<extra_id_35>",
|
| 542 |
+
"lstrip": false,
|
| 543 |
+
"normalized": false,
|
| 544 |
+
"rstrip": false,
|
| 545 |
+
"single_word": false,
|
| 546 |
+
"special": true
|
| 547 |
+
},
|
| 548 |
+
"32065": {
|
| 549 |
+
"content": "<extra_id_34>",
|
| 550 |
+
"lstrip": false,
|
| 551 |
+
"normalized": false,
|
| 552 |
+
"rstrip": false,
|
| 553 |
+
"single_word": false,
|
| 554 |
+
"special": true
|
| 555 |
+
},
|
| 556 |
+
"32066": {
|
| 557 |
+
"content": "<extra_id_33>",
|
| 558 |
+
"lstrip": false,
|
| 559 |
+
"normalized": false,
|
| 560 |
+
"rstrip": false,
|
| 561 |
+
"single_word": false,
|
| 562 |
+
"special": true
|
| 563 |
+
},
|
| 564 |
+
"32067": {
|
| 565 |
+
"content": "<extra_id_32>",
|
| 566 |
+
"lstrip": false,
|
| 567 |
+
"normalized": false,
|
| 568 |
+
"rstrip": false,
|
| 569 |
+
"single_word": false,
|
| 570 |
+
"special": true
|
| 571 |
+
},
|
| 572 |
+
"32068": {
|
| 573 |
+
"content": "<extra_id_31>",
|
| 574 |
+
"lstrip": false,
|
| 575 |
+
"normalized": false,
|
| 576 |
+
"rstrip": false,
|
| 577 |
+
"single_word": false,
|
| 578 |
+
"special": true
|
| 579 |
+
},
|
| 580 |
+
"32069": {
|
| 581 |
+
"content": "<extra_id_30>",
|
| 582 |
+
"lstrip": false,
|
| 583 |
+
"normalized": false,
|
| 584 |
+
"rstrip": false,
|
| 585 |
+
"single_word": false,
|
| 586 |
+
"special": true
|
| 587 |
+
},
|
| 588 |
+
"32070": {
|
| 589 |
+
"content": "<extra_id_29>",
|
| 590 |
+
"lstrip": false,
|
| 591 |
+
"normalized": false,
|
| 592 |
+
"rstrip": false,
|
| 593 |
+
"single_word": false,
|
| 594 |
+
"special": true
|
| 595 |
+
},
|
| 596 |
+
"32071": {
|
| 597 |
+
"content": "<extra_id_28>",
|
| 598 |
+
"lstrip": false,
|
| 599 |
+
"normalized": false,
|
| 600 |
+
"rstrip": false,
|
| 601 |
+
"single_word": false,
|
| 602 |
+
"special": true
|
| 603 |
+
},
|
| 604 |
+
"32072": {
|
| 605 |
+
"content": "<extra_id_27>",
|
| 606 |
+
"lstrip": false,
|
| 607 |
+
"normalized": false,
|
| 608 |
+
"rstrip": false,
|
| 609 |
+
"single_word": false,
|
| 610 |
+
"special": true
|
| 611 |
+
},
|
| 612 |
+
"32073": {
|
| 613 |
+
"content": "<extra_id_26>",
|
| 614 |
+
"lstrip": false,
|
| 615 |
+
"normalized": false,
|
| 616 |
+
"rstrip": false,
|
| 617 |
+
"single_word": false,
|
| 618 |
+
"special": true
|
| 619 |
+
},
|
| 620 |
+
"32074": {
|
| 621 |
+
"content": "<extra_id_25>",
|
| 622 |
+
"lstrip": false,
|
| 623 |
+
"normalized": false,
|
| 624 |
+
"rstrip": false,
|
| 625 |
+
"single_word": false,
|
| 626 |
+
"special": true
|
| 627 |
+
},
|
| 628 |
+
"32075": {
|
| 629 |
+
"content": "<extra_id_24>",
|
| 630 |
+
"lstrip": false,
|
| 631 |
+
"normalized": false,
|
| 632 |
+
"rstrip": false,
|
| 633 |
+
"single_word": false,
|
| 634 |
+
"special": true
|
| 635 |
+
},
|
| 636 |
+
"32076": {
|
| 637 |
+
"content": "<extra_id_23>",
|
| 638 |
+
"lstrip": false,
|
| 639 |
+
"normalized": false,
|
| 640 |
+
"rstrip": false,
|
| 641 |
+
"single_word": false,
|
| 642 |
+
"special": true
|
| 643 |
+
},
|
| 644 |
+
"32077": {
|
| 645 |
+
"content": "<extra_id_22>",
|
| 646 |
+
"lstrip": false,
|
| 647 |
+
"normalized": false,
|
| 648 |
+
"rstrip": false,
|
| 649 |
+
"single_word": false,
|
| 650 |
+
"special": true
|
| 651 |
+
},
|
| 652 |
+
"32078": {
|
| 653 |
+
"content": "<extra_id_21>",
|
| 654 |
+
"lstrip": false,
|
| 655 |
+
"normalized": false,
|
| 656 |
+
"rstrip": false,
|
| 657 |
+
"single_word": false,
|
| 658 |
+
"special": true
|
| 659 |
+
},
|
| 660 |
+
"32079": {
|
| 661 |
+
"content": "<extra_id_20>",
|
| 662 |
+
"lstrip": false,
|
| 663 |
+
"normalized": false,
|
| 664 |
+
"rstrip": false,
|
| 665 |
+
"single_word": false,
|
| 666 |
+
"special": true
|
| 667 |
+
},
|
| 668 |
+
"32080": {
|
| 669 |
+
"content": "<extra_id_19>",
|
| 670 |
+
"lstrip": false,
|
| 671 |
+
"normalized": false,
|
| 672 |
+
"rstrip": false,
|
| 673 |
+
"single_word": false,
|
| 674 |
+
"special": true
|
| 675 |
+
},
|
| 676 |
+
"32081": {
|
| 677 |
+
"content": "<extra_id_18>",
|
| 678 |
+
"lstrip": false,
|
| 679 |
+
"normalized": false,
|
| 680 |
+
"rstrip": false,
|
| 681 |
+
"single_word": false,
|
| 682 |
+
"special": true
|
| 683 |
+
},
|
| 684 |
+
"32082": {
|
| 685 |
+
"content": "<extra_id_17>",
|
| 686 |
+
"lstrip": false,
|
| 687 |
+
"normalized": false,
|
| 688 |
+
"rstrip": false,
|
| 689 |
+
"single_word": false,
|
| 690 |
+
"special": true
|
| 691 |
+
},
|
| 692 |
+
"32083": {
|
| 693 |
+
"content": "<extra_id_16>",
|
| 694 |
+
"lstrip": false,
|
| 695 |
+
"normalized": false,
|
| 696 |
+
"rstrip": false,
|
| 697 |
+
"single_word": false,
|
| 698 |
+
"special": true
|
| 699 |
+
},
|
| 700 |
+
"32084": {
|
| 701 |
+
"content": "<extra_id_15>",
|
| 702 |
+
"lstrip": false,
|
| 703 |
+
"normalized": false,
|
| 704 |
+
"rstrip": false,
|
| 705 |
+
"single_word": false,
|
| 706 |
+
"special": true
|
| 707 |
+
},
|
| 708 |
+
"32085": {
|
| 709 |
+
"content": "<extra_id_14>",
|
| 710 |
+
"lstrip": false,
|
| 711 |
+
"normalized": false,
|
| 712 |
+
"rstrip": false,
|
| 713 |
+
"single_word": false,
|
| 714 |
+
"special": true
|
| 715 |
+
},
|
| 716 |
+
"32086": {
|
| 717 |
+
"content": "<extra_id_13>",
|
| 718 |
+
"lstrip": false,
|
| 719 |
+
"normalized": false,
|
| 720 |
+
"rstrip": false,
|
| 721 |
+
"single_word": false,
|
| 722 |
+
"special": true
|
| 723 |
+
},
|
| 724 |
+
"32087": {
|
| 725 |
+
"content": "<extra_id_12>",
|
| 726 |
+
"lstrip": false,
|
| 727 |
+
"normalized": false,
|
| 728 |
+
"rstrip": false,
|
| 729 |
+
"single_word": false,
|
| 730 |
+
"special": true
|
| 731 |
+
},
|
| 732 |
+
"32088": {
|
| 733 |
+
"content": "<extra_id_11>",
|
| 734 |
+
"lstrip": false,
|
| 735 |
+
"normalized": false,
|
| 736 |
+
"rstrip": false,
|
| 737 |
+
"single_word": false,
|
| 738 |
+
"special": true
|
| 739 |
+
},
|
| 740 |
+
"32089": {
|
| 741 |
+
"content": "<extra_id_10>",
|
| 742 |
+
"lstrip": false,
|
| 743 |
+
"normalized": false,
|
| 744 |
+
"rstrip": false,
|
| 745 |
+
"single_word": false,
|
| 746 |
+
"special": true
|
| 747 |
+
},
|
| 748 |
+
"32090": {
|
| 749 |
+
"content": "<extra_id_9>",
|
| 750 |
+
"lstrip": false,
|
| 751 |
+
"normalized": false,
|
| 752 |
+
"rstrip": false,
|
| 753 |
+
"single_word": false,
|
| 754 |
+
"special": true
|
| 755 |
+
},
|
| 756 |
+
"32091": {
|
| 757 |
+
"content": "<extra_id_8>",
|
| 758 |
+
"lstrip": false,
|
| 759 |
+
"normalized": false,
|
| 760 |
+
"rstrip": false,
|
| 761 |
+
"single_word": false,
|
| 762 |
+
"special": true
|
| 763 |
+
},
|
| 764 |
+
"32092": {
|
| 765 |
+
"content": "<extra_id_7>",
|
| 766 |
+
"lstrip": false,
|
| 767 |
+
"normalized": false,
|
| 768 |
+
"rstrip": false,
|
| 769 |
+
"single_word": false,
|
| 770 |
+
"special": true
|
| 771 |
+
},
|
| 772 |
+
"32093": {
|
| 773 |
+
"content": "<extra_id_6>",
|
| 774 |
+
"lstrip": false,
|
| 775 |
+
"normalized": false,
|
| 776 |
+
"rstrip": false,
|
| 777 |
+
"single_word": false,
|
| 778 |
+
"special": true
|
| 779 |
+
},
|
| 780 |
+
"32094": {
|
| 781 |
+
"content": "<extra_id_5>",
|
| 782 |
+
"lstrip": false,
|
| 783 |
+
"normalized": false,
|
| 784 |
+
"rstrip": false,
|
| 785 |
+
"single_word": false,
|
| 786 |
+
"special": true
|
| 787 |
+
},
|
| 788 |
+
"32095": {
|
| 789 |
+
"content": "<extra_id_4>",
|
| 790 |
+
"lstrip": false,
|
| 791 |
+
"normalized": false,
|
| 792 |
+
"rstrip": false,
|
| 793 |
+
"single_word": false,
|
| 794 |
+
"special": true
|
| 795 |
+
},
|
| 796 |
+
"32096": {
|
| 797 |
+
"content": "<extra_id_3>",
|
| 798 |
+
"lstrip": false,
|
| 799 |
+
"normalized": false,
|
| 800 |
+
"rstrip": false,
|
| 801 |
+
"single_word": false,
|
| 802 |
+
"special": true
|
| 803 |
+
},
|
| 804 |
+
"32097": {
|
| 805 |
+
"content": "<extra_id_2>",
|
| 806 |
+
"lstrip": false,
|
| 807 |
+
"normalized": false,
|
| 808 |
+
"rstrip": false,
|
| 809 |
+
"single_word": false,
|
| 810 |
+
"special": true
|
| 811 |
+
},
|
| 812 |
+
"32098": {
|
| 813 |
+
"content": "<extra_id_1>",
|
| 814 |
+
"lstrip": false,
|
| 815 |
+
"normalized": false,
|
| 816 |
+
"rstrip": false,
|
| 817 |
+
"single_word": false,
|
| 818 |
+
"special": true
|
| 819 |
+
},
|
| 820 |
+
"32099": {
|
| 821 |
+
"content": "<extra_id_0>",
|
| 822 |
+
"lstrip": false,
|
| 823 |
+
"normalized": false,
|
| 824 |
+
"rstrip": false,
|
| 825 |
+
"single_word": false,
|
| 826 |
+
"special": true
|
| 827 |
+
}
|
| 828 |
+
},
|
| 829 |
+
"additional_special_tokens": [
|
| 830 |
+
"<extra_id_0>",
|
| 831 |
+
"<extra_id_1>",
|
| 832 |
+
"<extra_id_2>",
|
| 833 |
+
"<extra_id_3>",
|
| 834 |
+
"<extra_id_4>",
|
| 835 |
+
"<extra_id_5>",
|
| 836 |
+
"<extra_id_6>",
|
| 837 |
+
"<extra_id_7>",
|
| 838 |
+
"<extra_id_8>",
|
| 839 |
+
"<extra_id_9>",
|
| 840 |
+
"<extra_id_10>",
|
| 841 |
+
"<extra_id_11>",
|
| 842 |
+
"<extra_id_12>",
|
| 843 |
+
"<extra_id_13>",
|
| 844 |
+
"<extra_id_14>",
|
| 845 |
+
"<extra_id_15>",
|
| 846 |
+
"<extra_id_16>",
|
| 847 |
+
"<extra_id_17>",
|
| 848 |
+
"<extra_id_18>",
|
| 849 |
+
"<extra_id_19>",
|
| 850 |
+
"<extra_id_20>",
|
| 851 |
+
"<extra_id_21>",
|
| 852 |
+
"<extra_id_22>",
|
| 853 |
+
"<extra_id_23>",
|
| 854 |
+
"<extra_id_24>",
|
| 855 |
+
"<extra_id_25>",
|
| 856 |
+
"<extra_id_26>",
|
| 857 |
+
"<extra_id_27>",
|
| 858 |
+
"<extra_id_28>",
|
| 859 |
+
"<extra_id_29>",
|
| 860 |
+
"<extra_id_30>",
|
| 861 |
+
"<extra_id_31>",
|
| 862 |
+
"<extra_id_32>",
|
| 863 |
+
"<extra_id_33>",
|
| 864 |
+
"<extra_id_34>",
|
| 865 |
+
"<extra_id_35>",
|
| 866 |
+
"<extra_id_36>",
|
| 867 |
+
"<extra_id_37>",
|
| 868 |
+
"<extra_id_38>",
|
| 869 |
+
"<extra_id_39>",
|
| 870 |
+
"<extra_id_40>",
|
| 871 |
+
"<extra_id_41>",
|
| 872 |
+
"<extra_id_42>",
|
| 873 |
+
"<extra_id_43>",
|
| 874 |
+
"<extra_id_44>",
|
| 875 |
+
"<extra_id_45>",
|
| 876 |
+
"<extra_id_46>",
|
| 877 |
+
"<extra_id_47>",
|
| 878 |
+
"<extra_id_48>",
|
| 879 |
+
"<extra_id_49>",
|
| 880 |
+
"<extra_id_50>",
|
| 881 |
+
"<extra_id_51>",
|
| 882 |
+
"<extra_id_52>",
|
| 883 |
+
"<extra_id_53>",
|
| 884 |
+
"<extra_id_54>",
|
| 885 |
+
"<extra_id_55>",
|
| 886 |
+
"<extra_id_56>",
|
| 887 |
+
"<extra_id_57>",
|
| 888 |
+
"<extra_id_58>",
|
| 889 |
+
"<extra_id_59>",
|
| 890 |
+
"<extra_id_60>",
|
| 891 |
+
"<extra_id_61>",
|
| 892 |
+
"<extra_id_62>",
|
| 893 |
+
"<extra_id_63>",
|
| 894 |
+
"<extra_id_64>",
|
| 895 |
+
"<extra_id_65>",
|
| 896 |
+
"<extra_id_66>",
|
| 897 |
+
"<extra_id_67>",
|
| 898 |
+
"<extra_id_68>",
|
| 899 |
+
"<extra_id_69>",
|
| 900 |
+
"<extra_id_70>",
|
| 901 |
+
"<extra_id_71>",
|
| 902 |
+
"<extra_id_72>",
|
| 903 |
+
"<extra_id_73>",
|
| 904 |
+
"<extra_id_74>",
|
| 905 |
+
"<extra_id_75>",
|
| 906 |
+
"<extra_id_76>",
|
| 907 |
+
"<extra_id_77>",
|
| 908 |
+
"<extra_id_78>",
|
| 909 |
+
"<extra_id_79>",
|
| 910 |
+
"<extra_id_80>",
|
| 911 |
+
"<extra_id_81>",
|
| 912 |
+
"<extra_id_82>",
|
| 913 |
+
"<extra_id_83>",
|
| 914 |
+
"<extra_id_84>",
|
| 915 |
+
"<extra_id_85>",
|
| 916 |
+
"<extra_id_86>",
|
| 917 |
+
"<extra_id_87>",
|
| 918 |
+
"<extra_id_88>",
|
| 919 |
+
"<extra_id_89>",
|
| 920 |
+
"<extra_id_90>",
|
| 921 |
+
"<extra_id_91>",
|
| 922 |
+
"<extra_id_92>",
|
| 923 |
+
"<extra_id_93>",
|
| 924 |
+
"<extra_id_94>",
|
| 925 |
+
"<extra_id_95>",
|
| 926 |
+
"<extra_id_96>",
|
| 927 |
+
"<extra_id_97>",
|
| 928 |
+
"<extra_id_98>",
|
| 929 |
+
"<extra_id_99>"
|
| 930 |
+
],
|
| 931 |
+
"clean_up_tokenization_spaces": true,
|
| 932 |
+
"eos_token": "</s>",
|
| 933 |
+
"extra_ids": 100,
|
| 934 |
+
"legacy": true,
|
| 935 |
+
"model_max_length": 512,
|
| 936 |
+
"pad_token": "<pad>",
|
| 937 |
+
"sp_model_kwargs": {},
|
| 938 |
+
"tokenizer_class": "T5Tokenizer",
|
| 939 |
+
"unk_token": "<unk>"
|
| 940 |
+
}
|
transformer/config.json
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "HiDreamImageTransformer2DModel",
|
| 3 |
+
"_diffusers_version": "0.34.0.dev0",
|
| 4 |
+
"_name_or_path": "/storage/Models/HiDream-ai/HiDream-I1-Fast/",
|
| 5 |
+
"attention_head_dim": 128,
|
| 6 |
+
"axes_dims_rope": [
|
| 7 |
+
64,
|
| 8 |
+
32,
|
| 9 |
+
32
|
| 10 |
+
],
|
| 11 |
+
"caption_channels": [
|
| 12 |
+
4096,
|
| 13 |
+
4096
|
| 14 |
+
],
|
| 15 |
+
"force_inference_output": false,
|
| 16 |
+
"in_channels": 16,
|
| 17 |
+
"llama_layers": [
|
| 18 |
+
0,
|
| 19 |
+
1,
|
| 20 |
+
2,
|
| 21 |
+
3,
|
| 22 |
+
4,
|
| 23 |
+
5,
|
| 24 |
+
6,
|
| 25 |
+
7,
|
| 26 |
+
8,
|
| 27 |
+
9,
|
| 28 |
+
10,
|
| 29 |
+
11,
|
| 30 |
+
12,
|
| 31 |
+
13,
|
| 32 |
+
14,
|
| 33 |
+
15,
|
| 34 |
+
16,
|
| 35 |
+
17,
|
| 36 |
+
18,
|
| 37 |
+
19,
|
| 38 |
+
20,
|
| 39 |
+
21,
|
| 40 |
+
22,
|
| 41 |
+
23,
|
| 42 |
+
24,
|
| 43 |
+
25,
|
| 44 |
+
26,
|
| 45 |
+
27,
|
| 46 |
+
28,
|
| 47 |
+
29,
|
| 48 |
+
30,
|
| 49 |
+
31,
|
| 50 |
+
31,
|
| 51 |
+
31,
|
| 52 |
+
31,
|
| 53 |
+
31,
|
| 54 |
+
31,
|
| 55 |
+
31,
|
| 56 |
+
31,
|
| 57 |
+
31,
|
| 58 |
+
31,
|
| 59 |
+
31,
|
| 60 |
+
31,
|
| 61 |
+
31,
|
| 62 |
+
31,
|
| 63 |
+
31,
|
| 64 |
+
31,
|
| 65 |
+
31
|
| 66 |
+
],
|
| 67 |
+
"max_resolution": [
|
| 68 |
+
128,
|
| 69 |
+
128
|
| 70 |
+
],
|
| 71 |
+
"num_activated_experts": 2,
|
| 72 |
+
"num_attention_heads": 20,
|
| 73 |
+
"num_layers": 16,
|
| 74 |
+
"num_routed_experts": 4,
|
| 75 |
+
"num_single_layers": 32,
|
| 76 |
+
"out_channels": 16,
|
| 77 |
+
"patch_size": 2,
|
| 78 |
+
"quantization_config": {
|
| 79 |
+
"_load_in_4bit": true,
|
| 80 |
+
"_load_in_8bit": false,
|
| 81 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 82 |
+
"bnb_4bit_quant_storage": "uint8",
|
| 83 |
+
"bnb_4bit_quant_type": "nf4",
|
| 84 |
+
"bnb_4bit_use_double_quant": false,
|
| 85 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
| 86 |
+
"llm_int8_has_fp16_weight": false,
|
| 87 |
+
"llm_int8_skip_modules": [
|
| 88 |
+
"t_embedder",
|
| 89 |
+
"p_embedder",
|
| 90 |
+
"x_embedder",
|
| 91 |
+
"final_layer",
|
| 92 |
+
"caption_projection"
|
| 93 |
+
],
|
| 94 |
+
"llm_int8_threshold": 6.0,
|
| 95 |
+
"load_in_4bit": true,
|
| 96 |
+
"load_in_8bit": false,
|
| 97 |
+
"quant_method": "bitsandbytes"
|
| 98 |
+
},
|
| 99 |
+
"text_emb_dim": 2048
|
| 100 |
+
}
|
transformer/diffusion_pytorch_model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3245459dd17149fd176cb60d70edd2d6c94ecfb2a44cc8ec7863e6734ff1ad81
|
| 3 |
+
size 9992131760
|
transformer/diffusion_pytorch_model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f48d71abd491c25c2ff4be8e10f99a66fe87d968d86b36b6eed05234bfb7d66d
|
| 3 |
+
size 419432664
|
transformer/diffusion_pytorch_model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vae/config.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.30.0.dev0",
|
| 4 |
+
"_name_or_path": "../checkpoints/flux-dev",
|
| 5 |
+
"act_fn": "silu",
|
| 6 |
+
"block_out_channels": [
|
| 7 |
+
128,
|
| 8 |
+
256,
|
| 9 |
+
512,
|
| 10 |
+
512
|
| 11 |
+
],
|
| 12 |
+
"down_block_types": [
|
| 13 |
+
"DownEncoderBlock2D",
|
| 14 |
+
"DownEncoderBlock2D",
|
| 15 |
+
"DownEncoderBlock2D",
|
| 16 |
+
"DownEncoderBlock2D"
|
| 17 |
+
],
|
| 18 |
+
"force_upcast": true,
|
| 19 |
+
"in_channels": 3,
|
| 20 |
+
"latent_channels": 16,
|
| 21 |
+
"latents_mean": null,
|
| 22 |
+
"latents_std": null,
|
| 23 |
+
"layers_per_block": 2,
|
| 24 |
+
"mid_block_add_attention": true,
|
| 25 |
+
"norm_num_groups": 32,
|
| 26 |
+
"out_channels": 3,
|
| 27 |
+
"sample_size": 1024,
|
| 28 |
+
"scaling_factor": 0.3611,
|
| 29 |
+
"shift_factor": 0.1159,
|
| 30 |
+
"up_block_types": [
|
| 31 |
+
"UpDecoderBlock2D",
|
| 32 |
+
"UpDecoderBlock2D",
|
| 33 |
+
"UpDecoderBlock2D",
|
| 34 |
+
"UpDecoderBlock2D"
|
| 35 |
+
],
|
| 36 |
+
"use_post_quant_conv": false,
|
| 37 |
+
"use_quant_conv": false
|
| 38 |
+
}
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5b59a26851551b67ae1fe58d32e76486e1e812def4696a4bea97f16604d40a3
|
| 3 |
+
size 167666902
|