ZeyuLing commited on
Commit
99bed4d
·
verified ·
1 Parent(s): ce7451e

Vendor the complete KIMODO text encoder

Browse files
Files changed (28) hide show
  1. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised/.gitattributes +35 -0
  2. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised/README.md +2601 -0
  3. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised/adapter_config.json +35 -0
  4. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised/adapter_model.safetensors +3 -0
  5. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/.gitattributes +35 -0
  6. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/README.md +101 -0
  7. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/adapter_config.json +35 -0
  8. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/adapter_model.safetensors +3 -0
  9. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/attn_mask_utils.py +226 -0
  10. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/config.json +31 -0
  11. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/modeling_llama_encoder.py +80 -0
  12. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/special_tokens_map.json +17 -0
  13. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/tokenizer.json +0 -0
  14. text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/tokenizer_config.json +2064 -0
  15. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/.gitattributes +35 -0
  16. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/LICENSE +117 -0
  17. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/README.md +819 -0
  18. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/USE_POLICY.md +53 -0
  19. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/config.json +27 -0
  20. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/generation_config.json +9 -0
  21. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/model-00001-of-00004.safetensors +3 -0
  22. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/model-00002-of-00004.safetensors +3 -0
  23. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/model-00003-of-00004.safetensors +3 -0
  24. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/model-00004-of-00004.safetensors +3 -0
  25. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/model.safetensors.index.json +298 -0
  26. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/special_tokens_map.json +4 -0
  27. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/tokenizer.json +0 -0
  28. text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/tokenizer_config.json +2062 -0
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised/.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised/README.md ADDED
@@ -0,0 +1,2601 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: mit
4
+ language:
5
+ - en
6
+ pipeline_tag: sentence-similarity
7
+ tags:
8
+ - text-embedding
9
+ - embeddings
10
+ - information-retrieval
11
+ - beir
12
+ - text-classification
13
+ - language-model
14
+ - text-clustering
15
+ - text-semantic-similarity
16
+ - text-evaluation
17
+ - text-reranking
18
+ - feature-extraction
19
+ - sentence-similarity
20
+ - Sentence Similarity
21
+ - natural_questions
22
+ - ms_marco
23
+ - fever
24
+ - hotpot_qa
25
+ - mteb
26
+ model-index:
27
+ - name: LLM2Vec-Meta-Llama-3-supervised
28
+ results:
29
+ - task:
30
+ type: Classification
31
+ dataset:
32
+ type: mteb/amazon_counterfactual
33
+ name: MTEB AmazonCounterfactualClassification (en)
34
+ config: en
35
+ split: test
36
+ revision: e8379541af4e31359cca9fbcf4b00f2671dba205
37
+ metrics:
38
+ - type: accuracy
39
+ value: 79.94029850746269
40
+ - type: ap
41
+ value: 44.93223506764482
42
+ - type: f1
43
+ value: 74.30328994013465
44
+ - task:
45
+ type: Classification
46
+ dataset:
47
+ type: mteb/amazon_polarity
48
+ name: MTEB AmazonPolarityClassification
49
+ config: default
50
+ split: test
51
+ revision: e2d317d38cd51312af73b3d32a06d1a08b442046
52
+ metrics:
53
+ - type: accuracy
54
+ value: 86.06680000000001
55
+ - type: ap
56
+ value: 81.97124658709345
57
+ - type: f1
58
+ value: 86.00558036874241
59
+ - task:
60
+ type: Classification
61
+ dataset:
62
+ type: mteb/amazon_reviews_multi
63
+ name: MTEB AmazonReviewsClassification (en)
64
+ config: en
65
+ split: test
66
+ revision: 1399c76144fd37290681b995c656ef9b2e06e26d
67
+ metrics:
68
+ - type: accuracy
69
+ value: 46.836
70
+ - type: f1
71
+ value: 46.05094679201488
72
+ - task:
73
+ type: Retrieval
74
+ dataset:
75
+ type: arguana
76
+ name: MTEB ArguAna
77
+ config: default
78
+ split: test
79
+ revision: None
80
+ metrics:
81
+ - type: map_at_1
82
+ value: 37.980000000000004
83
+ - type: map_at_10
84
+ value: 54.167
85
+ - type: map_at_100
86
+ value: 54.735
87
+ - type: map_at_1000
88
+ value: 54.738
89
+ - type: map_at_3
90
+ value: 49.384
91
+ - type: map_at_5
92
+ value: 52.285000000000004
93
+ - type: mrr_at_1
94
+ value: 38.549
95
+ - type: mrr_at_10
96
+ value: 54.351000000000006
97
+ - type: mrr_at_100
98
+ value: 54.932
99
+ - type: mrr_at_1000
100
+ value: 54.935
101
+ - type: mrr_at_3
102
+ value: 49.585
103
+ - type: mrr_at_5
104
+ value: 52.469
105
+ - type: ndcg_at_1
106
+ value: 37.980000000000004
107
+ - type: ndcg_at_10
108
+ value: 62.778999999999996
109
+ - type: ndcg_at_100
110
+ value: 64.986
111
+ - type: ndcg_at_1000
112
+ value: 65.036
113
+ - type: ndcg_at_3
114
+ value: 53.086999999999996
115
+ - type: ndcg_at_5
116
+ value: 58.263
117
+ - type: precision_at_1
118
+ value: 37.980000000000004
119
+ - type: precision_at_10
120
+ value: 9.011
121
+ - type: precision_at_100
122
+ value: 0.993
123
+ - type: precision_at_1000
124
+ value: 0.1
125
+ - type: precision_at_3
126
+ value: 21.266
127
+ - type: precision_at_5
128
+ value: 15.248999999999999
129
+ - type: recall_at_1
130
+ value: 37.980000000000004
131
+ - type: recall_at_10
132
+ value: 90.114
133
+ - type: recall_at_100
134
+ value: 99.289
135
+ - type: recall_at_1000
136
+ value: 99.644
137
+ - type: recall_at_3
138
+ value: 63.798
139
+ - type: recall_at_5
140
+ value: 76.24499999999999
141
+ - task:
142
+ type: Clustering
143
+ dataset:
144
+ type: mteb/arxiv-clustering-p2p
145
+ name: MTEB ArxivClusteringP2P
146
+ config: default
147
+ split: test
148
+ revision: a122ad7f3f0291bf49cc6f4d32aa80929df69d5d
149
+ metrics:
150
+ - type: v_measure
151
+ value: 44.27081216556421
152
+ - task:
153
+ type: Clustering
154
+ dataset:
155
+ type: mteb/arxiv-clustering-s2s
156
+ name: MTEB ArxivClusteringS2S
157
+ config: default
158
+ split: test
159
+ revision: f910caf1a6075f7329cdf8c1a6135696f37dbd53
160
+ metrics:
161
+ - type: v_measure
162
+ value: 46.8490872532913
163
+ - task:
164
+ type: Reranking
165
+ dataset:
166
+ type: mteb/askubuntudupquestions-reranking
167
+ name: MTEB AskUbuntuDupQuestions
168
+ config: default
169
+ split: test
170
+ revision: 2000358ca161889fa9c082cb41daa8dcfb161a54
171
+ metrics:
172
+ - type: map
173
+ value: 65.18525400430678
174
+ - type: mrr
175
+ value: 78.80149936244119
176
+ - task:
177
+ type: STS
178
+ dataset:
179
+ type: mteb/biosses-sts
180
+ name: MTEB BIOSSES
181
+ config: default
182
+ split: test
183
+ revision: d3fb88f8f02e40887cd149695127462bbcf29b4a
184
+ metrics:
185
+ - type: cos_sim_spearman
186
+ value: 84.92301936595548
187
+ - task:
188
+ type: Classification
189
+ dataset:
190
+ type: mteb/banking77
191
+ name: MTEB Banking77Classification
192
+ config: default
193
+ split: test
194
+ revision: 0fd18e25b25c072e09e0d92ab615fda904d66300
195
+ metrics:
196
+ - type: accuracy
197
+ value: 88.0487012987013
198
+ - type: f1
199
+ value: 88.00953788281542
200
+ - task:
201
+ type: Clustering
202
+ dataset:
203
+ type: mteb/biorxiv-clustering-p2p
204
+ name: MTEB BiorxivClusteringP2P
205
+ config: default
206
+ split: test
207
+ revision: 65b79d1d13f80053f67aca9498d9402c2d9f1f40
208
+ metrics:
209
+ - type: v_measure
210
+ value: 32.34687321141145
211
+ - task:
212
+ type: Clustering
213
+ dataset:
214
+ type: mteb/biorxiv-clustering-s2s
215
+ name: MTEB BiorxivClusteringS2S
216
+ config: default
217
+ split: test
218
+ revision: 258694dd0231531bc1fd9de6ceb52a0853c6d908
219
+ metrics:
220
+ - type: v_measure
221
+ value: 36.69881680534123
222
+ - task:
223
+ type: Retrieval
224
+ dataset:
225
+ type: cqadupstack/android
226
+ name: MTEB CQADupstackAndroidRetrieval
227
+ config: default
228
+ split: test
229
+ revision: None
230
+ metrics:
231
+ - type: map_at_1
232
+ value: 37.742
233
+ - type: map_at_10
234
+ value: 51.803
235
+ - type: map_at_100
236
+ value: 53.556000000000004
237
+ - type: map_at_1000
238
+ value: 53.652
239
+ - type: map_at_3
240
+ value: 47.286
241
+ - type: map_at_5
242
+ value: 50.126000000000005
243
+ - type: mrr_at_1
244
+ value: 46.924
245
+ - type: mrr_at_10
246
+ value: 57.857
247
+ - type: mrr_at_100
248
+ value: 58.592
249
+ - type: mrr_at_1000
250
+ value: 58.619
251
+ - type: mrr_at_3
252
+ value: 55.340999999999994
253
+ - type: mrr_at_5
254
+ value: 57.150999999999996
255
+ - type: ndcg_at_1
256
+ value: 46.924
257
+ - type: ndcg_at_10
258
+ value: 58.733999999999995
259
+ - type: ndcg_at_100
260
+ value: 63.771
261
+ - type: ndcg_at_1000
262
+ value: 64.934
263
+ - type: ndcg_at_3
264
+ value: 53.189
265
+ - type: ndcg_at_5
266
+ value: 56.381
267
+ - type: precision_at_1
268
+ value: 46.924
269
+ - type: precision_at_10
270
+ value: 11.431
271
+ - type: precision_at_100
272
+ value: 1.73
273
+ - type: precision_at_1000
274
+ value: 0.213
275
+ - type: precision_at_3
276
+ value: 25.942
277
+ - type: precision_at_5
278
+ value: 19.113
279
+ - type: recall_at_1
280
+ value: 37.742
281
+ - type: recall_at_10
282
+ value: 71.34
283
+ - type: recall_at_100
284
+ value: 91.523
285
+ - type: recall_at_1000
286
+ value: 98.494
287
+ - type: recall_at_3
288
+ value: 55.443
289
+ - type: recall_at_5
290
+ value: 64.122
291
+ - task:
292
+ type: Retrieval
293
+ dataset:
294
+ type: cqadupstack/english
295
+ name: MTEB CQADupstackEnglishRetrieval
296
+ config: default
297
+ split: test
298
+ revision: None
299
+ metrics:
300
+ - type: map_at_1
301
+ value: 34.183
302
+ - type: map_at_10
303
+ value: 46.837
304
+ - type: map_at_100
305
+ value: 48.126000000000005
306
+ - type: map_at_1000
307
+ value: 48.25
308
+ - type: map_at_3
309
+ value: 43.171
310
+ - type: map_at_5
311
+ value: 45.318999999999996
312
+ - type: mrr_at_1
313
+ value: 43.376
314
+ - type: mrr_at_10
315
+ value: 52.859
316
+ - type: mrr_at_100
317
+ value: 53.422000000000004
318
+ - type: mrr_at_1000
319
+ value: 53.456
320
+ - type: mrr_at_3
321
+ value: 50.434999999999995
322
+ - type: mrr_at_5
323
+ value: 51.861999999999995
324
+ - type: ndcg_at_1
325
+ value: 43.376
326
+ - type: ndcg_at_10
327
+ value: 53.223
328
+ - type: ndcg_at_100
329
+ value: 57.175
330
+ - type: ndcg_at_1000
331
+ value: 58.86900000000001
332
+ - type: ndcg_at_3
333
+ value: 48.417
334
+ - type: ndcg_at_5
335
+ value: 50.77
336
+ - type: precision_at_1
337
+ value: 43.376
338
+ - type: precision_at_10
339
+ value: 10.236
340
+ - type: precision_at_100
341
+ value: 1.5730000000000002
342
+ - type: precision_at_1000
343
+ value: 0.203
344
+ - type: precision_at_3
345
+ value: 23.97
346
+ - type: precision_at_5
347
+ value: 17.134
348
+ - type: recall_at_1
349
+ value: 34.183
350
+ - type: recall_at_10
351
+ value: 64.866
352
+ - type: recall_at_100
353
+ value: 81.26100000000001
354
+ - type: recall_at_1000
355
+ value: 91.412
356
+ - type: recall_at_3
357
+ value: 50.080000000000005
358
+ - type: recall_at_5
359
+ value: 56.871
360
+ - task:
361
+ type: Retrieval
362
+ dataset:
363
+ type: cqadupstack/gaming
364
+ name: MTEB CQADupstackGamingRetrieval
365
+ config: default
366
+ split: test
367
+ revision: None
368
+ metrics:
369
+ - type: map_at_1
370
+ value: 44.878
371
+ - type: map_at_10
372
+ value: 58.656
373
+ - type: map_at_100
374
+ value: 59.668
375
+ - type: map_at_1000
376
+ value: 59.704
377
+ - type: map_at_3
378
+ value: 54.891
379
+ - type: map_at_5
380
+ value: 57.050999999999995
381
+ - type: mrr_at_1
382
+ value: 51.975
383
+ - type: mrr_at_10
384
+ value: 62.357
385
+ - type: mrr_at_100
386
+ value: 62.907999999999994
387
+ - type: mrr_at_1000
388
+ value: 62.925
389
+ - type: mrr_at_3
390
+ value: 59.801
391
+ - type: mrr_at_5
392
+ value: 61.278
393
+ - type: ndcg_at_1
394
+ value: 51.975
395
+ - type: ndcg_at_10
396
+ value: 64.95100000000001
397
+ - type: ndcg_at_100
398
+ value: 68.414
399
+ - type: ndcg_at_1000
400
+ value: 69.077
401
+ - type: ndcg_at_3
402
+ value: 58.897999999999996
403
+ - type: ndcg_at_5
404
+ value: 61.866
405
+ - type: precision_at_1
406
+ value: 51.975
407
+ - type: precision_at_10
408
+ value: 10.502
409
+ - type: precision_at_100
410
+ value: 1.31
411
+ - type: precision_at_1000
412
+ value: 0.13899999999999998
413
+ - type: precision_at_3
414
+ value: 26.290000000000003
415
+ - type: precision_at_5
416
+ value: 18.093999999999998
417
+ - type: recall_at_1
418
+ value: 44.878
419
+ - type: recall_at_10
420
+ value: 79.746
421
+ - type: recall_at_100
422
+ value: 94.17
423
+ - type: recall_at_1000
424
+ value: 98.80499999999999
425
+ - type: recall_at_3
426
+ value: 63.70099999999999
427
+ - type: recall_at_5
428
+ value: 70.878
429
+ - task:
430
+ type: Retrieval
431
+ dataset:
432
+ type: cqadupstack/gis
433
+ name: MTEB CQADupstackGisRetrieval
434
+ config: default
435
+ split: test
436
+ revision: None
437
+ metrics:
438
+ - type: map_at_1
439
+ value: 28.807
440
+ - type: map_at_10
441
+ value: 39.431
442
+ - type: map_at_100
443
+ value: 40.56
444
+ - type: map_at_1000
445
+ value: 40.617999999999995
446
+ - type: map_at_3
447
+ value: 36.436
448
+ - type: map_at_5
449
+ value: 37.955
450
+ - type: mrr_at_1
451
+ value: 31.186000000000003
452
+ - type: mrr_at_10
453
+ value: 41.654
454
+ - type: mrr_at_100
455
+ value: 42.58
456
+ - type: mrr_at_1000
457
+ value: 42.623
458
+ - type: mrr_at_3
459
+ value: 38.983000000000004
460
+ - type: mrr_at_5
461
+ value: 40.35
462
+ - type: ndcg_at_1
463
+ value: 31.186000000000003
464
+ - type: ndcg_at_10
465
+ value: 45.297
466
+ - type: ndcg_at_100
467
+ value: 50.515
468
+ - type: ndcg_at_1000
469
+ value: 52.005
470
+ - type: ndcg_at_3
471
+ value: 39.602
472
+ - type: ndcg_at_5
473
+ value: 42.027
474
+ - type: precision_at_1
475
+ value: 31.186000000000003
476
+ - type: precision_at_10
477
+ value: 7.073
478
+ - type: precision_at_100
479
+ value: 1.0210000000000001
480
+ - type: precision_at_1000
481
+ value: 0.11900000000000001
482
+ - type: precision_at_3
483
+ value: 17.1
484
+ - type: precision_at_5
485
+ value: 11.729000000000001
486
+ - type: recall_at_1
487
+ value: 28.807
488
+ - type: recall_at_10
489
+ value: 61.138999999999996
490
+ - type: recall_at_100
491
+ value: 84.491
492
+ - type: recall_at_1000
493
+ value: 95.651
494
+ - type: recall_at_3
495
+ value: 45.652
496
+ - type: recall_at_5
497
+ value: 51.522
498
+ - task:
499
+ type: Retrieval
500
+ dataset:
501
+ type: cqadupstack/mathematica
502
+ name: MTEB CQADupstackMathematicaRetrieval
503
+ config: default
504
+ split: test
505
+ revision: None
506
+ metrics:
507
+ - type: map_at_1
508
+ value: 20.607
509
+ - type: map_at_10
510
+ value: 31.944
511
+ - type: map_at_100
512
+ value: 33.317
513
+ - type: map_at_1000
514
+ value: 33.428000000000004
515
+ - type: map_at_3
516
+ value: 28.508
517
+ - type: map_at_5
518
+ value: 30.348999999999997
519
+ - type: mrr_at_1
520
+ value: 25.622
521
+ - type: mrr_at_10
522
+ value: 36.726
523
+ - type: mrr_at_100
524
+ value: 37.707
525
+ - type: mrr_at_1000
526
+ value: 37.761
527
+ - type: mrr_at_3
528
+ value: 33.934
529
+ - type: mrr_at_5
530
+ value: 35.452
531
+ - type: ndcg_at_1
532
+ value: 25.622
533
+ - type: ndcg_at_10
534
+ value: 38.462
535
+ - type: ndcg_at_100
536
+ value: 44.327
537
+ - type: ndcg_at_1000
538
+ value: 46.623
539
+ - type: ndcg_at_3
540
+ value: 32.583
541
+ - type: ndcg_at_5
542
+ value: 35.175
543
+ - type: precision_at_1
544
+ value: 25.622
545
+ - type: precision_at_10
546
+ value: 7.425
547
+ - type: precision_at_100
548
+ value: 1.173
549
+ - type: precision_at_1000
550
+ value: 0.149
551
+ - type: precision_at_3
552
+ value: 16.418
553
+ - type: precision_at_5
554
+ value: 11.866
555
+ - type: recall_at_1
556
+ value: 20.607
557
+ - type: recall_at_10
558
+ value: 53.337
559
+ - type: recall_at_100
560
+ value: 78.133
561
+ - type: recall_at_1000
562
+ value: 94.151
563
+ - type: recall_at_3
564
+ value: 37.088
565
+ - type: recall_at_5
566
+ value: 43.627
567
+ - task:
568
+ type: Retrieval
569
+ dataset:
570
+ type: cqadupstack/physics
571
+ name: MTEB CQADupstackPhysicsRetrieval
572
+ config: default
573
+ split: test
574
+ revision: None
575
+ metrics:
576
+ - type: map_at_1
577
+ value: 33.814
578
+ - type: map_at_10
579
+ value: 47.609
580
+ - type: map_at_100
581
+ value: 48.972
582
+ - type: map_at_1000
583
+ value: 49.061
584
+ - type: map_at_3
585
+ value: 43.397999999999996
586
+ - type: map_at_5
587
+ value: 45.839
588
+ - type: mrr_at_1
589
+ value: 42.059999999999995
590
+ - type: mrr_at_10
591
+ value: 53.074
592
+ - type: mrr_at_100
593
+ value: 53.76800000000001
594
+ - type: mrr_at_1000
595
+ value: 53.794
596
+ - type: mrr_at_3
597
+ value: 50.241
598
+ - type: mrr_at_5
599
+ value: 51.805
600
+ - type: ndcg_at_1
601
+ value: 42.059999999999995
602
+ - type: ndcg_at_10
603
+ value: 54.419
604
+ - type: ndcg_at_100
605
+ value: 59.508
606
+ - type: ndcg_at_1000
607
+ value: 60.858000000000004
608
+ - type: ndcg_at_3
609
+ value: 48.296
610
+ - type: ndcg_at_5
611
+ value: 51.28
612
+ - type: precision_at_1
613
+ value: 42.059999999999995
614
+ - type: precision_at_10
615
+ value: 10.231
616
+ - type: precision_at_100
617
+ value: 1.4789999999999999
618
+ - type: precision_at_1000
619
+ value: 0.17700000000000002
620
+ - type: precision_at_3
621
+ value: 23.419999999999998
622
+ - type: precision_at_5
623
+ value: 16.843
624
+ - type: recall_at_1
625
+ value: 33.814
626
+ - type: recall_at_10
627
+ value: 68.88
628
+ - type: recall_at_100
629
+ value: 89.794
630
+ - type: recall_at_1000
631
+ value: 98.058
632
+ - type: recall_at_3
633
+ value: 51.915
634
+ - type: recall_at_5
635
+ value: 59.704
636
+ - task:
637
+ type: Retrieval
638
+ dataset:
639
+ type: cqadupstack/programmers
640
+ name: MTEB CQADupstackProgrammersRetrieval
641
+ config: default
642
+ split: test
643
+ revision: None
644
+ metrics:
645
+ - type: map_at_1
646
+ value: 29.668
647
+ - type: map_at_10
648
+ value: 43.032
649
+ - type: map_at_100
650
+ value: 44.48
651
+ - type: map_at_1000
652
+ value: 44.574000000000005
653
+ - type: map_at_3
654
+ value: 38.609
655
+ - type: map_at_5
656
+ value: 41.164
657
+ - type: mrr_at_1
658
+ value: 37.785000000000004
659
+ - type: mrr_at_10
660
+ value: 48.898
661
+ - type: mrr_at_100
662
+ value: 49.728
663
+ - type: mrr_at_1000
664
+ value: 49.769000000000005
665
+ - type: mrr_at_3
666
+ value: 45.909
667
+ - type: mrr_at_5
668
+ value: 47.61
669
+ - type: ndcg_at_1
670
+ value: 37.785000000000004
671
+ - type: ndcg_at_10
672
+ value: 50.21099999999999
673
+ - type: ndcg_at_100
674
+ value: 55.657999999999994
675
+ - type: ndcg_at_1000
676
+ value: 57.172
677
+ - type: ndcg_at_3
678
+ value: 43.726
679
+ - type: ndcg_at_5
680
+ value: 46.758
681
+ - type: precision_at_1
682
+ value: 37.785000000000004
683
+ - type: precision_at_10
684
+ value: 9.669
685
+ - type: precision_at_100
686
+ value: 1.4409999999999998
687
+ - type: precision_at_1000
688
+ value: 0.174
689
+ - type: precision_at_3
690
+ value: 21.651
691
+ - type: precision_at_5
692
+ value: 15.822
693
+ - type: recall_at_1
694
+ value: 29.668
695
+ - type: recall_at_10
696
+ value: 65.575
697
+ - type: recall_at_100
698
+ value: 87.977
699
+ - type: recall_at_1000
700
+ value: 97.615
701
+ - type: recall_at_3
702
+ value: 47.251
703
+ - type: recall_at_5
704
+ value: 55.359
705
+ - task:
706
+ type: Retrieval
707
+ dataset:
708
+ type: mteb/cqadupstack
709
+ name: MTEB CQADupstackRetrieval
710
+ config: default
711
+ split: test
712
+ revision: None
713
+ metrics:
714
+ - type: map_at_1
715
+ value: 30.29925
716
+ - type: map_at_10
717
+ value: 41.98708333333333
718
+ - type: map_at_100
719
+ value: 43.306916666666666
720
+ - type: map_at_1000
721
+ value: 43.40716666666667
722
+ - type: map_at_3
723
+ value: 38.431666666666665
724
+ - type: map_at_5
725
+ value: 40.4195
726
+ - type: mrr_at_1
727
+ value: 36.24483333333334
728
+ - type: mrr_at_10
729
+ value: 46.32666666666667
730
+ - type: mrr_at_100
731
+ value: 47.13983333333333
732
+ - type: mrr_at_1000
733
+ value: 47.18058333333334
734
+ - type: mrr_at_3
735
+ value: 43.66799999999999
736
+ - type: mrr_at_5
737
+ value: 45.163666666666664
738
+ - type: ndcg_at_1
739
+ value: 36.24483333333334
740
+ - type: ndcg_at_10
741
+ value: 48.251916666666666
742
+ - type: ndcg_at_100
743
+ value: 53.3555
744
+ - type: ndcg_at_1000
745
+ value: 55.024249999999995
746
+ - type: ndcg_at_3
747
+ value: 42.599583333333335
748
+ - type: ndcg_at_5
749
+ value: 45.24166666666666
750
+ - type: precision_at_1
751
+ value: 36.24483333333334
752
+ - type: precision_at_10
753
+ value: 8.666833333333333
754
+ - type: precision_at_100
755
+ value: 1.3214166666666665
756
+ - type: precision_at_1000
757
+ value: 0.16475
758
+ - type: precision_at_3
759
+ value: 19.9955
760
+ - type: precision_at_5
761
+ value: 14.271999999999998
762
+ - type: recall_at_1
763
+ value: 30.29925
764
+ - type: recall_at_10
765
+ value: 62.232333333333344
766
+ - type: recall_at_100
767
+ value: 84.151
768
+ - type: recall_at_1000
769
+ value: 95.37333333333333
770
+ - type: recall_at_3
771
+ value: 46.45541666666667
772
+ - type: recall_at_5
773
+ value: 53.264
774
+ - task:
775
+ type: Retrieval
776
+ dataset:
777
+ type: cqadupstack/stats
778
+ name: MTEB CQADupstackStatsRetrieval
779
+ config: default
780
+ split: test
781
+ revision: None
782
+ metrics:
783
+ - type: map_at_1
784
+ value: 28.996
785
+ - type: map_at_10
786
+ value: 38.047
787
+ - type: map_at_100
788
+ value: 39.121
789
+ - type: map_at_1000
790
+ value: 39.202999999999996
791
+ - type: map_at_3
792
+ value: 35.376000000000005
793
+ - type: map_at_5
794
+ value: 36.763
795
+ - type: mrr_at_1
796
+ value: 32.362
797
+ - type: mrr_at_10
798
+ value: 40.717999999999996
799
+ - type: mrr_at_100
800
+ value: 41.586
801
+ - type: mrr_at_1000
802
+ value: 41.641
803
+ - type: mrr_at_3
804
+ value: 38.292
805
+ - type: mrr_at_5
806
+ value: 39.657
807
+ - type: ndcg_at_1
808
+ value: 32.362
809
+ - type: ndcg_at_10
810
+ value: 43.105
811
+ - type: ndcg_at_100
812
+ value: 48.026
813
+ - type: ndcg_at_1000
814
+ value: 49.998
815
+ - type: ndcg_at_3
816
+ value: 38.147999999999996
817
+ - type: ndcg_at_5
818
+ value: 40.385
819
+ - type: precision_at_1
820
+ value: 32.362
821
+ - type: precision_at_10
822
+ value: 6.7940000000000005
823
+ - type: precision_at_100
824
+ value: 1.0170000000000001
825
+ - type: precision_at_1000
826
+ value: 0.125
827
+ - type: precision_at_3
828
+ value: 16.411
829
+ - type: precision_at_5
830
+ value: 11.35
831
+ - type: recall_at_1
832
+ value: 28.996
833
+ - type: recall_at_10
834
+ value: 55.955
835
+ - type: recall_at_100
836
+ value: 77.744
837
+ - type: recall_at_1000
838
+ value: 92.196
839
+ - type: recall_at_3
840
+ value: 42.254999999999995
841
+ - type: recall_at_5
842
+ value: 47.776
843
+ - task:
844
+ type: Retrieval
845
+ dataset:
846
+ type: cqadupstack/tex
847
+ name: MTEB CQADupstackTexRetrieval
848
+ config: default
849
+ split: test
850
+ revision: None
851
+ metrics:
852
+ - type: map_at_1
853
+ value: 20.029
854
+ - type: map_at_10
855
+ value: 29.188
856
+ - type: map_at_100
857
+ value: 30.484
858
+ - type: map_at_1000
859
+ value: 30.608
860
+ - type: map_at_3
861
+ value: 26.195
862
+ - type: map_at_5
863
+ value: 27.866999999999997
864
+ - type: mrr_at_1
865
+ value: 24.57
866
+ - type: mrr_at_10
867
+ value: 33.461
868
+ - type: mrr_at_100
869
+ value: 34.398
870
+ - type: mrr_at_1000
871
+ value: 34.464
872
+ - type: mrr_at_3
873
+ value: 30.856
874
+ - type: mrr_at_5
875
+ value: 32.322
876
+ - type: ndcg_at_1
877
+ value: 24.57
878
+ - type: ndcg_at_10
879
+ value: 34.846
880
+ - type: ndcg_at_100
881
+ value: 40.544000000000004
882
+ - type: ndcg_at_1000
883
+ value: 43.019
884
+ - type: ndcg_at_3
885
+ value: 29.683999999999997
886
+ - type: ndcg_at_5
887
+ value: 32.11
888
+ - type: precision_at_1
889
+ value: 24.57
890
+ - type: precision_at_10
891
+ value: 6.535
892
+ - type: precision_at_100
893
+ value: 1.11
894
+ - type: precision_at_1000
895
+ value: 0.149
896
+ - type: precision_at_3
897
+ value: 14.338000000000001
898
+ - type: precision_at_5
899
+ value: 10.496
900
+ - type: recall_at_1
901
+ value: 20.029
902
+ - type: recall_at_10
903
+ value: 47.509
904
+ - type: recall_at_100
905
+ value: 72.61999999999999
906
+ - type: recall_at_1000
907
+ value: 89.778
908
+ - type: recall_at_3
909
+ value: 33.031
910
+ - type: recall_at_5
911
+ value: 39.306000000000004
912
+ - task:
913
+ type: Retrieval
914
+ dataset:
915
+ type: cqadupstack/unix
916
+ name: MTEB CQADupstackUnixRetrieval
917
+ config: default
918
+ split: test
919
+ revision: None
920
+ metrics:
921
+ - type: map_at_1
922
+ value: 31.753999999999998
923
+ - type: map_at_10
924
+ value: 43.814
925
+ - type: map_at_100
926
+ value: 45.072
927
+ - type: map_at_1000
928
+ value: 45.155
929
+ - type: map_at_3
930
+ value: 40.316
931
+ - type: map_at_5
932
+ value: 42.15
933
+ - type: mrr_at_1
934
+ value: 38.06
935
+ - type: mrr_at_10
936
+ value: 48.311
937
+ - type: mrr_at_100
938
+ value: 49.145
939
+ - type: mrr_at_1000
940
+ value: 49.181000000000004
941
+ - type: mrr_at_3
942
+ value: 45.678000000000004
943
+ - type: mrr_at_5
944
+ value: 47.072
945
+ - type: ndcg_at_1
946
+ value: 38.06
947
+ - type: ndcg_at_10
948
+ value: 50.083
949
+ - type: ndcg_at_100
950
+ value: 55.342
951
+ - type: ndcg_at_1000
952
+ value: 56.87
953
+ - type: ndcg_at_3
954
+ value: 44.513999999999996
955
+ - type: ndcg_at_5
956
+ value: 46.886
957
+ - type: precision_at_1
958
+ value: 38.06
959
+ - type: precision_at_10
960
+ value: 8.638
961
+ - type: precision_at_100
962
+ value: 1.253
963
+ - type: precision_at_1000
964
+ value: 0.149
965
+ - type: precision_at_3
966
+ value: 20.709
967
+ - type: precision_at_5
968
+ value: 14.44
969
+ - type: recall_at_1
970
+ value: 31.753999999999998
971
+ - type: recall_at_10
972
+ value: 64.473
973
+ - type: recall_at_100
974
+ value: 86.832
975
+ - type: recall_at_1000
976
+ value: 96.706
977
+ - type: recall_at_3
978
+ value: 48.937000000000005
979
+ - type: recall_at_5
980
+ value: 55.214
981
+ - task:
982
+ type: Retrieval
983
+ dataset:
984
+ type: cqadupstack/webmasters
985
+ name: MTEB CQADupstackWebmastersRetrieval
986
+ config: default
987
+ split: test
988
+ revision: None
989
+ metrics:
990
+ - type: map_at_1
991
+ value: 28.815
992
+ - type: map_at_10
993
+ value: 40.595
994
+ - type: map_at_100
995
+ value: 42.337
996
+ - type: map_at_1000
997
+ value: 42.559000000000005
998
+ - type: map_at_3
999
+ value: 37.120999999999995
1000
+ - type: map_at_5
1001
+ value: 38.912
1002
+ - type: mrr_at_1
1003
+ value: 34.585
1004
+ - type: mrr_at_10
1005
+ value: 45.068000000000005
1006
+ - type: mrr_at_100
1007
+ value: 45.93
1008
+ - type: mrr_at_1000
1009
+ value: 45.974
1010
+ - type: mrr_at_3
1011
+ value: 42.26
1012
+ - type: mrr_at_5
1013
+ value: 43.742
1014
+ - type: ndcg_at_1
1015
+ value: 34.585
1016
+ - type: ndcg_at_10
1017
+ value: 47.519
1018
+ - type: ndcg_at_100
1019
+ value: 53.102000000000004
1020
+ - type: ndcg_at_1000
1021
+ value: 54.949999999999996
1022
+ - type: ndcg_at_3
1023
+ value: 41.719
1024
+ - type: ndcg_at_5
1025
+ value: 44.17
1026
+ - type: precision_at_1
1027
+ value: 34.585
1028
+ - type: precision_at_10
1029
+ value: 9.368
1030
+ - type: precision_at_100
1031
+ value: 1.7870000000000001
1032
+ - type: precision_at_1000
1033
+ value: 0.254
1034
+ - type: precision_at_3
1035
+ value: 19.895
1036
+ - type: precision_at_5
1037
+ value: 14.506
1038
+ - type: recall_at_1
1039
+ value: 28.815
1040
+ - type: recall_at_10
1041
+ value: 61.414
1042
+ - type: recall_at_100
1043
+ value: 85.922
1044
+ - type: recall_at_1000
1045
+ value: 97.15
1046
+ - type: recall_at_3
1047
+ value: 45.076
1048
+ - type: recall_at_5
1049
+ value: 51.271
1050
+ - task:
1051
+ type: Retrieval
1052
+ dataset:
1053
+ type: cqadupstack/wordpress
1054
+ name: MTEB CQADupstackWordpressRetrieval
1055
+ config: default
1056
+ split: test
1057
+ revision: None
1058
+ metrics:
1059
+ - type: map_at_1
1060
+ value: 24.298000000000002
1061
+ - type: map_at_10
1062
+ value: 32.889
1063
+ - type: map_at_100
1064
+ value: 33.989999999999995
1065
+ - type: map_at_1000
1066
+ value: 34.074
1067
+ - type: map_at_3
1068
+ value: 29.873
1069
+ - type: map_at_5
1070
+ value: 31.539
1071
+ - type: mrr_at_1
1072
+ value: 26.433
1073
+ - type: mrr_at_10
1074
+ value: 34.937000000000005
1075
+ - type: mrr_at_100
1076
+ value: 35.914
1077
+ - type: mrr_at_1000
1078
+ value: 35.96
1079
+ - type: mrr_at_3
1080
+ value: 32.286
1081
+ - type: mrr_at_5
1082
+ value: 33.663
1083
+ - type: ndcg_at_1
1084
+ value: 26.433
1085
+ - type: ndcg_at_10
1086
+ value: 38.173
1087
+ - type: ndcg_at_100
1088
+ value: 43.884
1089
+ - type: ndcg_at_1000
1090
+ value: 45.916000000000004
1091
+ - type: ndcg_at_3
1092
+ value: 32.419
1093
+ - type: ndcg_at_5
1094
+ value: 35.092
1095
+ - type: precision_at_1
1096
+ value: 26.433
1097
+ - type: precision_at_10
1098
+ value: 6.1
1099
+ - type: precision_at_100
1100
+ value: 0.963
1101
+ - type: precision_at_1000
1102
+ value: 0.126
1103
+ - type: precision_at_3
1104
+ value: 13.802
1105
+ - type: precision_at_5
1106
+ value: 9.871
1107
+ - type: recall_at_1
1108
+ value: 24.298000000000002
1109
+ - type: recall_at_10
1110
+ value: 52.554
1111
+ - type: recall_at_100
1112
+ value: 79.345
1113
+ - type: recall_at_1000
1114
+ value: 94.464
1115
+ - type: recall_at_3
1116
+ value: 37.036
1117
+ - type: recall_at_5
1118
+ value: 43.518
1119
+ - task:
1120
+ type: Retrieval
1121
+ dataset:
1122
+ type: climate-fever
1123
+ name: MTEB ClimateFEVER
1124
+ config: default
1125
+ split: test
1126
+ revision: None
1127
+ metrics:
1128
+ - type: map_at_1
1129
+ value: 14.194999999999999
1130
+ - type: map_at_10
1131
+ value: 24.563
1132
+ - type: map_at_100
1133
+ value: 26.775
1134
+ - type: map_at_1000
1135
+ value: 26.965
1136
+ - type: map_at_3
1137
+ value: 19.983999999999998
1138
+ - type: map_at_5
1139
+ value: 22.24
1140
+ - type: mrr_at_1
1141
+ value: 31.661
1142
+ - type: mrr_at_10
1143
+ value: 44.804
1144
+ - type: mrr_at_100
1145
+ value: 45.655
1146
+ - type: mrr_at_1000
1147
+ value: 45.678000000000004
1148
+ - type: mrr_at_3
1149
+ value: 41.292
1150
+ - type: mrr_at_5
1151
+ value: 43.468
1152
+ - type: ndcg_at_1
1153
+ value: 31.661
1154
+ - type: ndcg_at_10
1155
+ value: 34.271
1156
+ - type: ndcg_at_100
1157
+ value: 42.04
1158
+ - type: ndcg_at_1000
1159
+ value: 45.101
1160
+ - type: ndcg_at_3
1161
+ value: 27.529999999999998
1162
+ - type: ndcg_at_5
1163
+ value: 29.862
1164
+ - type: precision_at_1
1165
+ value: 31.661
1166
+ - type: precision_at_10
1167
+ value: 10.925
1168
+ - type: precision_at_100
1169
+ value: 1.92
1170
+ - type: precision_at_1000
1171
+ value: 0.25
1172
+ - type: precision_at_3
1173
+ value: 20.456
1174
+ - type: precision_at_5
1175
+ value: 16.012999999999998
1176
+ - type: recall_at_1
1177
+ value: 14.194999999999999
1178
+ - type: recall_at_10
1179
+ value: 41.388999999999996
1180
+ - type: recall_at_100
1181
+ value: 67.58800000000001
1182
+ - type: recall_at_1000
1183
+ value: 84.283
1184
+ - type: recall_at_3
1185
+ value: 25.089
1186
+ - type: recall_at_5
1187
+ value: 31.642
1188
+ - task:
1189
+ type: Retrieval
1190
+ dataset:
1191
+ type: dbpedia-entity
1192
+ name: MTEB DBPedia
1193
+ config: default
1194
+ split: test
1195
+ revision: None
1196
+ metrics:
1197
+ - type: map_at_1
1198
+ value: 9.898
1199
+ - type: map_at_10
1200
+ value: 23.226
1201
+ - type: map_at_100
1202
+ value: 33.372
1203
+ - type: map_at_1000
1204
+ value: 35.407
1205
+ - type: map_at_3
1206
+ value: 15.892999999999999
1207
+ - type: map_at_5
1208
+ value: 18.747
1209
+ - type: mrr_at_1
1210
+ value: 73.5
1211
+ - type: mrr_at_10
1212
+ value: 80.404
1213
+ - type: mrr_at_100
1214
+ value: 80.671
1215
+ - type: mrr_at_1000
1216
+ value: 80.676
1217
+ - type: mrr_at_3
1218
+ value: 78.958
1219
+ - type: mrr_at_5
1220
+ value: 79.683
1221
+ - type: ndcg_at_1
1222
+ value: 62.0
1223
+ - type: ndcg_at_10
1224
+ value: 48.337
1225
+ - type: ndcg_at_100
1226
+ value: 53.474
1227
+ - type: ndcg_at_1000
1228
+ value: 60.999
1229
+ - type: ndcg_at_3
1230
+ value: 52.538
1231
+ - type: ndcg_at_5
1232
+ value: 49.659
1233
+ - type: precision_at_1
1234
+ value: 73.5
1235
+ - type: precision_at_10
1236
+ value: 39.25
1237
+ - type: precision_at_100
1238
+ value: 12.4
1239
+ - type: precision_at_1000
1240
+ value: 2.4459999999999997
1241
+ - type: precision_at_3
1242
+ value: 56.333
1243
+ - type: precision_at_5
1244
+ value: 48.15
1245
+ - type: recall_at_1
1246
+ value: 9.898
1247
+ - type: recall_at_10
1248
+ value: 29.511
1249
+ - type: recall_at_100
1250
+ value: 60.45700000000001
1251
+ - type: recall_at_1000
1252
+ value: 84.47200000000001
1253
+ - type: recall_at_3
1254
+ value: 17.064
1255
+ - type: recall_at_5
1256
+ value: 21.258
1257
+ - task:
1258
+ type: Classification
1259
+ dataset:
1260
+ type: mteb/emotion
1261
+ name: MTEB EmotionClassification
1262
+ config: default
1263
+ split: test
1264
+ revision: 4f58c6b202a23cf9a4da393831edf4f9183cad37
1265
+ metrics:
1266
+ - type: accuracy
1267
+ value: 51.19999999999999
1268
+ - type: f1
1269
+ value: 46.23854137552949
1270
+ - task:
1271
+ type: Retrieval
1272
+ dataset:
1273
+ type: fever
1274
+ name: MTEB FEVER
1275
+ config: default
1276
+ split: test
1277
+ revision: None
1278
+ metrics:
1279
+ - type: map_at_1
1280
+ value: 80.093
1281
+ - type: map_at_10
1282
+ value: 87.139
1283
+ - type: map_at_100
1284
+ value: 87.333
1285
+ - type: map_at_1000
1286
+ value: 87.344
1287
+ - type: map_at_3
1288
+ value: 86.395
1289
+ - type: map_at_5
1290
+ value: 86.866
1291
+ - type: mrr_at_1
1292
+ value: 86.36399999999999
1293
+ - type: mrr_at_10
1294
+ value: 91.867
1295
+ - type: mrr_at_100
1296
+ value: 91.906
1297
+ - type: mrr_at_1000
1298
+ value: 91.90700000000001
1299
+ - type: mrr_at_3
1300
+ value: 91.484
1301
+ - type: mrr_at_5
1302
+ value: 91.759
1303
+ - type: ndcg_at_1
1304
+ value: 86.36399999999999
1305
+ - type: ndcg_at_10
1306
+ value: 90.197
1307
+ - type: ndcg_at_100
1308
+ value: 90.819
1309
+ - type: ndcg_at_1000
1310
+ value: 91.01599999999999
1311
+ - type: ndcg_at_3
1312
+ value: 89.166
1313
+ - type: ndcg_at_5
1314
+ value: 89.74
1315
+ - type: precision_at_1
1316
+ value: 86.36399999999999
1317
+ - type: precision_at_10
1318
+ value: 10.537
1319
+ - type: precision_at_100
1320
+ value: 1.106
1321
+ - type: precision_at_1000
1322
+ value: 0.11399999999999999
1323
+ - type: precision_at_3
1324
+ value: 33.608
1325
+ - type: precision_at_5
1326
+ value: 20.618
1327
+ - type: recall_at_1
1328
+ value: 80.093
1329
+ - type: recall_at_10
1330
+ value: 95.003
1331
+ - type: recall_at_100
1332
+ value: 97.328
1333
+ - type: recall_at_1000
1334
+ value: 98.485
1335
+ - type: recall_at_3
1336
+ value: 92.072
1337
+ - type: recall_at_5
1338
+ value: 93.661
1339
+ - task:
1340
+ type: Retrieval
1341
+ dataset:
1342
+ type: fiqa
1343
+ name: MTEB FiQA2018
1344
+ config: default
1345
+ split: test
1346
+ revision: None
1347
+ metrics:
1348
+ - type: map_at_1
1349
+ value: 29.063
1350
+ - type: map_at_10
1351
+ value: 47.113
1352
+ - type: map_at_100
1353
+ value: 49.294
1354
+ - type: map_at_1000
1355
+ value: 49.422
1356
+ - type: map_at_3
1357
+ value: 40.955000000000005
1358
+ - type: map_at_5
1359
+ value: 44.5
1360
+ - type: mrr_at_1
1361
+ value: 55.401
1362
+ - type: mrr_at_10
1363
+ value: 62.99400000000001
1364
+ - type: mrr_at_100
1365
+ value: 63.63999999999999
1366
+ - type: mrr_at_1000
1367
+ value: 63.661
1368
+ - type: mrr_at_3
1369
+ value: 61.034
1370
+ - type: mrr_at_5
1371
+ value: 62.253
1372
+ - type: ndcg_at_1
1373
+ value: 55.401
1374
+ - type: ndcg_at_10
1375
+ value: 55.332
1376
+ - type: ndcg_at_100
1377
+ value: 61.931000000000004
1378
+ - type: ndcg_at_1000
1379
+ value: 63.841
1380
+ - type: ndcg_at_3
1381
+ value: 50.92
1382
+ - type: ndcg_at_5
1383
+ value: 52.525
1384
+ - type: precision_at_1
1385
+ value: 55.401
1386
+ - type: precision_at_10
1387
+ value: 15.262
1388
+ - type: precision_at_100
1389
+ value: 2.231
1390
+ - type: precision_at_1000
1391
+ value: 0.256
1392
+ - type: precision_at_3
1393
+ value: 33.848
1394
+ - type: precision_at_5
1395
+ value: 25.031
1396
+ - type: recall_at_1
1397
+ value: 29.063
1398
+ - type: recall_at_10
1399
+ value: 62.498
1400
+ - type: recall_at_100
1401
+ value: 85.86
1402
+ - type: recall_at_1000
1403
+ value: 97.409
1404
+ - type: recall_at_3
1405
+ value: 45.472
1406
+ - type: recall_at_5
1407
+ value: 53.344
1408
+ - task:
1409
+ type: Retrieval
1410
+ dataset:
1411
+ type: hotpotqa
1412
+ name: MTEB HotpotQA
1413
+ config: default
1414
+ split: test
1415
+ revision: None
1416
+ metrics:
1417
+ - type: map_at_1
1418
+ value: 37.205
1419
+ - type: map_at_10
1420
+ value: 64.19399999999999
1421
+ - type: map_at_100
1422
+ value: 65.183
1423
+ - type: map_at_1000
1424
+ value: 65.23299999999999
1425
+ - type: map_at_3
1426
+ value: 60.239
1427
+ - type: map_at_5
1428
+ value: 62.695
1429
+ - type: mrr_at_1
1430
+ value: 74.409
1431
+ - type: mrr_at_10
1432
+ value: 80.84
1433
+ - type: mrr_at_100
1434
+ value: 81.10199999999999
1435
+ - type: mrr_at_1000
1436
+ value: 81.109
1437
+ - type: mrr_at_3
1438
+ value: 79.739
1439
+ - type: mrr_at_5
1440
+ value: 80.46600000000001
1441
+ - type: ndcg_at_1
1442
+ value: 74.409
1443
+ - type: ndcg_at_10
1444
+ value: 71.757
1445
+ - type: ndcg_at_100
1446
+ value: 75.152
1447
+ - type: ndcg_at_1000
1448
+ value: 76.098
1449
+ - type: ndcg_at_3
1450
+ value: 66.174
1451
+ - type: ndcg_at_5
1452
+ value: 69.283
1453
+ - type: precision_at_1
1454
+ value: 74.409
1455
+ - type: precision_at_10
1456
+ value: 15.503
1457
+ - type: precision_at_100
1458
+ value: 1.8110000000000002
1459
+ - type: precision_at_1000
1460
+ value: 0.194
1461
+ - type: precision_at_3
1462
+ value: 43.457
1463
+ - type: precision_at_5
1464
+ value: 28.532000000000004
1465
+ - type: recall_at_1
1466
+ value: 37.205
1467
+ - type: recall_at_10
1468
+ value: 77.515
1469
+ - type: recall_at_100
1470
+ value: 90.56
1471
+ - type: recall_at_1000
1472
+ value: 96.759
1473
+ - type: recall_at_3
1474
+ value: 65.18599999999999
1475
+ - type: recall_at_5
1476
+ value: 71.33
1477
+ - task:
1478
+ type: Classification
1479
+ dataset:
1480
+ type: mteb/imdb
1481
+ name: MTEB ImdbClassification
1482
+ config: default
1483
+ split: test
1484
+ revision: 3d86128a09e091d6018b6d26cad27f2739fc2db7
1485
+ metrics:
1486
+ - type: accuracy
1487
+ value: 82.9448
1488
+ - type: ap
1489
+ value: 78.25923353099166
1490
+ - type: f1
1491
+ value: 82.86422040179993
1492
+ - task:
1493
+ type: Retrieval
1494
+ dataset:
1495
+ type: msmarco
1496
+ name: MTEB MSMARCO
1497
+ config: default
1498
+ split: dev
1499
+ revision: None
1500
+ metrics:
1501
+ - type: map_at_1
1502
+ value: 22.834
1503
+ - type: map_at_10
1504
+ value: 35.85
1505
+ - type: map_at_100
1506
+ value: 37.013
1507
+ - type: map_at_1000
1508
+ value: 37.056
1509
+ - type: map_at_3
1510
+ value: 31.613000000000003
1511
+ - type: map_at_5
1512
+ value: 34.113
1513
+ - type: mrr_at_1
1514
+ value: 23.424
1515
+ - type: mrr_at_10
1516
+ value: 36.398
1517
+ - type: mrr_at_100
1518
+ value: 37.498
1519
+ - type: mrr_at_1000
1520
+ value: 37.534
1521
+ - type: mrr_at_3
1522
+ value: 32.275999999999996
1523
+ - type: mrr_at_5
1524
+ value: 34.705000000000005
1525
+ - type: ndcg_at_1
1526
+ value: 23.424
1527
+ - type: ndcg_at_10
1528
+ value: 43.236999999999995
1529
+ - type: ndcg_at_100
1530
+ value: 48.776
1531
+ - type: ndcg_at_1000
1532
+ value: 49.778
1533
+ - type: ndcg_at_3
1534
+ value: 34.692
1535
+ - type: ndcg_at_5
1536
+ value: 39.119
1537
+ - type: precision_at_1
1538
+ value: 23.424
1539
+ - type: precision_at_10
1540
+ value: 6.918
1541
+ - type: precision_at_100
1542
+ value: 0.9690000000000001
1543
+ - type: precision_at_1000
1544
+ value: 0.105
1545
+ - type: precision_at_3
1546
+ value: 14.881
1547
+ - type: precision_at_5
1548
+ value: 11.183
1549
+ - type: recall_at_1
1550
+ value: 22.834
1551
+ - type: recall_at_10
1552
+ value: 66.03999999999999
1553
+ - type: recall_at_100
1554
+ value: 91.532
1555
+ - type: recall_at_1000
1556
+ value: 99.068
1557
+ - type: recall_at_3
1558
+ value: 42.936
1559
+ - type: recall_at_5
1560
+ value: 53.539
1561
+ - task:
1562
+ type: Classification
1563
+ dataset:
1564
+ type: mteb/mtop_domain
1565
+ name: MTEB MTOPDomainClassification (en)
1566
+ config: en
1567
+ split: test
1568
+ revision: d80d48c1eb48d3562165c59d59d0034df9fff0bf
1569
+ metrics:
1570
+ - type: accuracy
1571
+ value: 96.1377108983128
1572
+ - type: f1
1573
+ value: 95.87034720246666
1574
+ - task:
1575
+ type: Classification
1576
+ dataset:
1577
+ type: mteb/mtop_intent
1578
+ name: MTEB MTOPIntentClassification (en)
1579
+ config: en
1580
+ split: test
1581
+ revision: ae001d0e6b1228650b7bd1c2c65fb50ad11a8aba
1582
+ metrics:
1583
+ - type: accuracy
1584
+ value: 86.10579115367078
1585
+ - type: f1
1586
+ value: 70.20810321445228
1587
+ - task:
1588
+ type: Classification
1589
+ dataset:
1590
+ type: mteb/amazon_massive_intent
1591
+ name: MTEB MassiveIntentClassification (en)
1592
+ config: en
1593
+ split: test
1594
+ revision: 31efe3c427b0bae9c22cbb560b8f15491cc6bed7
1595
+ metrics:
1596
+ - type: accuracy
1597
+ value: 79.80497646267652
1598
+ - type: f1
1599
+ value: 77.32475274059293
1600
+ - task:
1601
+ type: Classification
1602
+ dataset:
1603
+ type: mteb/amazon_massive_scenario
1604
+ name: MTEB MassiveScenarioClassification (en)
1605
+ config: en
1606
+ split: test
1607
+ revision: 7d571f92784cd94a019292a1f45445077d0ef634
1608
+ metrics:
1609
+ - type: accuracy
1610
+ value: 81.52320107599192
1611
+ - type: f1
1612
+ value: 81.22312939311655
1613
+ - task:
1614
+ type: Clustering
1615
+ dataset:
1616
+ type: mteb/medrxiv-clustering-p2p
1617
+ name: MTEB MedrxivClusteringP2P
1618
+ config: default
1619
+ split: test
1620
+ revision: e7a26af6f3ae46b30dde8737f02c07b1505bcc73
1621
+ metrics:
1622
+ - type: v_measure
1623
+ value: 30.709106678767018
1624
+ - task:
1625
+ type: Clustering
1626
+ dataset:
1627
+ type: mteb/medrxiv-clustering-s2s
1628
+ name: MTEB MedrxivClusteringS2S
1629
+ config: default
1630
+ split: test
1631
+ revision: 35191c8c0dca72d8ff3efcd72aa802307d469663
1632
+ metrics:
1633
+ - type: v_measure
1634
+ value: 32.95879128399585
1635
+ - task:
1636
+ type: Reranking
1637
+ dataset:
1638
+ type: mteb/mind_small
1639
+ name: MTEB MindSmallReranking
1640
+ config: default
1641
+ split: test
1642
+ revision: 3bdac13927fdc888b903db93b2ffdbd90b295a69
1643
+ metrics:
1644
+ - type: map
1645
+ value: 32.67476691128679
1646
+ - type: mrr
1647
+ value: 33.921654478513986
1648
+ - task:
1649
+ type: Retrieval
1650
+ dataset:
1651
+ type: nfcorpus
1652
+ name: MTEB NFCorpus
1653
+ config: default
1654
+ split: test
1655
+ revision: None
1656
+ metrics:
1657
+ - type: map_at_1
1658
+ value: 7.223
1659
+ - type: map_at_10
1660
+ value: 15.992999999999999
1661
+ - type: map_at_100
1662
+ value: 21.09
1663
+ - type: map_at_1000
1664
+ value: 22.822
1665
+ - type: map_at_3
1666
+ value: 11.475
1667
+ - type: map_at_5
1668
+ value: 13.501
1669
+ - type: mrr_at_1
1670
+ value: 53.251000000000005
1671
+ - type: mrr_at_10
1672
+ value: 61.878
1673
+ - type: mrr_at_100
1674
+ value: 62.307
1675
+ - type: mrr_at_1000
1676
+ value: 62.342
1677
+ - type: mrr_at_3
1678
+ value: 60.01
1679
+ - type: mrr_at_5
1680
+ value: 61.202
1681
+ - type: ndcg_at_1
1682
+ value: 51.702999999999996
1683
+ - type: ndcg_at_10
1684
+ value: 41.833999999999996
1685
+ - type: ndcg_at_100
1686
+ value: 39.061
1687
+ - type: ndcg_at_1000
1688
+ value: 47.397
1689
+ - type: ndcg_at_3
1690
+ value: 47.083000000000006
1691
+ - type: ndcg_at_5
1692
+ value: 44.722
1693
+ - type: precision_at_1
1694
+ value: 53.251000000000005
1695
+ - type: precision_at_10
1696
+ value: 31.3
1697
+ - type: precision_at_100
1698
+ value: 10.254000000000001
1699
+ - type: precision_at_1000
1700
+ value: 2.338
1701
+ - type: precision_at_3
1702
+ value: 43.756
1703
+ - type: precision_at_5
1704
+ value: 38.824
1705
+ - type: recall_at_1
1706
+ value: 7.223
1707
+ - type: recall_at_10
1708
+ value: 20.529
1709
+ - type: recall_at_100
1710
+ value: 39.818
1711
+ - type: recall_at_1000
1712
+ value: 70.152
1713
+ - type: recall_at_3
1714
+ value: 12.666
1715
+ - type: recall_at_5
1716
+ value: 15.798000000000002
1717
+ - task:
1718
+ type: Retrieval
1719
+ dataset:
1720
+ type: nq
1721
+ name: MTEB NQ
1722
+ config: default
1723
+ split: test
1724
+ revision: None
1725
+ metrics:
1726
+ - type: map_at_1
1727
+ value: 38.847
1728
+ - type: map_at_10
1729
+ value: 56.255
1730
+ - type: map_at_100
1731
+ value: 57.019
1732
+ - type: map_at_1000
1733
+ value: 57.03
1734
+ - type: map_at_3
1735
+ value: 51.665000000000006
1736
+ - type: map_at_5
1737
+ value: 54.543
1738
+ - type: mrr_at_1
1739
+ value: 43.801
1740
+ - type: mrr_at_10
1741
+ value: 58.733999999999995
1742
+ - type: mrr_at_100
1743
+ value: 59.206
1744
+ - type: mrr_at_1000
1745
+ value: 59.21300000000001
1746
+ - type: mrr_at_3
1747
+ value: 55.266999999999996
1748
+ - type: mrr_at_5
1749
+ value: 57.449
1750
+ - type: ndcg_at_1
1751
+ value: 43.772
1752
+ - type: ndcg_at_10
1753
+ value: 64.213
1754
+ - type: ndcg_at_100
1755
+ value: 67.13
1756
+ - type: ndcg_at_1000
1757
+ value: 67.368
1758
+ - type: ndcg_at_3
1759
+ value: 55.977
1760
+ - type: ndcg_at_5
1761
+ value: 60.597
1762
+ - type: precision_at_1
1763
+ value: 43.772
1764
+ - type: precision_at_10
1765
+ value: 10.272
1766
+ - type: precision_at_100
1767
+ value: 1.193
1768
+ - type: precision_at_1000
1769
+ value: 0.121
1770
+ - type: precision_at_3
1771
+ value: 25.261
1772
+ - type: precision_at_5
1773
+ value: 17.885
1774
+ - type: recall_at_1
1775
+ value: 38.847
1776
+ - type: recall_at_10
1777
+ value: 85.76700000000001
1778
+ - type: recall_at_100
1779
+ value: 98.054
1780
+ - type: recall_at_1000
1781
+ value: 99.812
1782
+ - type: recall_at_3
1783
+ value: 64.82
1784
+ - type: recall_at_5
1785
+ value: 75.381
1786
+ - task:
1787
+ type: Retrieval
1788
+ dataset:
1789
+ type: quora
1790
+ name: MTEB QuoraRetrieval
1791
+ config: default
1792
+ split: test
1793
+ revision: None
1794
+ metrics:
1795
+ - type: map_at_1
1796
+ value: 68.77
1797
+ - type: map_at_10
1798
+ value: 83.195
1799
+ - type: map_at_100
1800
+ value: 83.869
1801
+ - type: map_at_1000
1802
+ value: 83.883
1803
+ - type: map_at_3
1804
+ value: 80.04599999999999
1805
+ - type: map_at_5
1806
+ value: 82.011
1807
+ - type: mrr_at_1
1808
+ value: 79.2
1809
+ - type: mrr_at_10
1810
+ value: 85.942
1811
+ - type: mrr_at_100
1812
+ value: 86.063
1813
+ - type: mrr_at_1000
1814
+ value: 86.064
1815
+ - type: mrr_at_3
1816
+ value: 84.82
1817
+ - type: mrr_at_5
1818
+ value: 85.56899999999999
1819
+ - type: ndcg_at_1
1820
+ value: 79.17999999999999
1821
+ - type: ndcg_at_10
1822
+ value: 87.161
1823
+ - type: ndcg_at_100
1824
+ value: 88.465
1825
+ - type: ndcg_at_1000
1826
+ value: 88.553
1827
+ - type: ndcg_at_3
1828
+ value: 83.958
1829
+ - type: ndcg_at_5
1830
+ value: 85.699
1831
+ - type: precision_at_1
1832
+ value: 79.17999999999999
1833
+ - type: precision_at_10
1834
+ value: 13.401
1835
+ - type: precision_at_100
1836
+ value: 1.54
1837
+ - type: precision_at_1000
1838
+ value: 0.157
1839
+ - type: precision_at_3
1840
+ value: 36.903000000000006
1841
+ - type: precision_at_5
1842
+ value: 24.404
1843
+ - type: recall_at_1
1844
+ value: 68.77
1845
+ - type: recall_at_10
1846
+ value: 95.132
1847
+ - type: recall_at_100
1848
+ value: 99.58200000000001
1849
+ - type: recall_at_1000
1850
+ value: 99.997
1851
+ - type: recall_at_3
1852
+ value: 86.119
1853
+ - type: recall_at_5
1854
+ value: 90.932
1855
+ - task:
1856
+ type: Clustering
1857
+ dataset:
1858
+ type: mteb/reddit-clustering
1859
+ name: MTEB RedditClustering
1860
+ config: default
1861
+ split: test
1862
+ revision: 24640382cdbf8abc73003fb0fa6d111a705499eb
1863
+ metrics:
1864
+ - type: v_measure
1865
+ value: 61.7204049654583
1866
+ - task:
1867
+ type: Clustering
1868
+ dataset:
1869
+ type: mteb/reddit-clustering-p2p
1870
+ name: MTEB RedditClusteringP2P
1871
+ config: default
1872
+ split: test
1873
+ revision: 282350215ef01743dc01b456c7f5241fa8937f16
1874
+ metrics:
1875
+ - type: v_measure
1876
+ value: 63.98164986883849
1877
+ - task:
1878
+ type: Retrieval
1879
+ dataset:
1880
+ type: scidocs
1881
+ name: MTEB SCIDOCS
1882
+ config: default
1883
+ split: test
1884
+ revision: None
1885
+ metrics:
1886
+ - type: map_at_1
1887
+ value: 5.443
1888
+ - type: map_at_10
1889
+ value: 13.86
1890
+ - type: map_at_100
1891
+ value: 16.496
1892
+ - type: map_at_1000
1893
+ value: 16.836000000000002
1894
+ - type: map_at_3
1895
+ value: 9.661
1896
+ - type: map_at_5
1897
+ value: 11.745
1898
+ - type: mrr_at_1
1899
+ value: 26.8
1900
+ - type: mrr_at_10
1901
+ value: 37.777
1902
+ - type: mrr_at_100
1903
+ value: 38.928000000000004
1904
+ - type: mrr_at_1000
1905
+ value: 38.967
1906
+ - type: mrr_at_3
1907
+ value: 34.083000000000006
1908
+ - type: mrr_at_5
1909
+ value: 36.308
1910
+ - type: ndcg_at_1
1911
+ value: 26.8
1912
+ - type: ndcg_at_10
1913
+ value: 22.961000000000002
1914
+ - type: ndcg_at_100
1915
+ value: 32.582
1916
+ - type: ndcg_at_1000
1917
+ value: 37.972
1918
+ - type: ndcg_at_3
1919
+ value: 21.292
1920
+ - type: ndcg_at_5
1921
+ value: 18.945999999999998
1922
+ - type: precision_at_1
1923
+ value: 26.8
1924
+ - type: precision_at_10
1925
+ value: 12.06
1926
+ - type: precision_at_100
1927
+ value: 2.593
1928
+ - type: precision_at_1000
1929
+ value: 0.388
1930
+ - type: precision_at_3
1931
+ value: 19.900000000000002
1932
+ - type: precision_at_5
1933
+ value: 16.84
1934
+ - type: recall_at_1
1935
+ value: 5.443
1936
+ - type: recall_at_10
1937
+ value: 24.445
1938
+ - type: recall_at_100
1939
+ value: 52.602000000000004
1940
+ - type: recall_at_1000
1941
+ value: 78.767
1942
+ - type: recall_at_3
1943
+ value: 12.098
1944
+ - type: recall_at_5
1945
+ value: 17.077
1946
+ - task:
1947
+ type: STS
1948
+ dataset:
1949
+ type: mteb/sickr-sts
1950
+ name: MTEB SICK-R
1951
+ config: default
1952
+ split: test
1953
+ revision: a6ea5a8cab320b040a23452cc28066d9beae2cee
1954
+ metrics:
1955
+ - type: cos_sim_spearman
1956
+ value: 83.9379272617096
1957
+ - task:
1958
+ type: STS
1959
+ dataset:
1960
+ type: mteb/sts12-sts
1961
+ name: MTEB STS12
1962
+ config: default
1963
+ split: test
1964
+ revision: a0d554a64d88156834ff5ae9920b964011b16384
1965
+ metrics:
1966
+ - type: cos_sim_spearman
1967
+ value: 79.26752176661364
1968
+ - task:
1969
+ type: STS
1970
+ dataset:
1971
+ type: mteb/sts13-sts
1972
+ name: MTEB STS13
1973
+ config: default
1974
+ split: test
1975
+ revision: 7e90230a92c190f1bf69ae9002b8cea547a64cca
1976
+ metrics:
1977
+ - type: cos_sim_spearman
1978
+ value: 84.8327309083665
1979
+ - task:
1980
+ type: STS
1981
+ dataset:
1982
+ type: mteb/sts14-sts
1983
+ name: MTEB STS14
1984
+ config: default
1985
+ split: test
1986
+ revision: 6031580fec1f6af667f0bd2da0a551cf4f0b2375
1987
+ metrics:
1988
+ - type: cos_sim_spearman
1989
+ value: 82.9394255552954
1990
+ - task:
1991
+ type: STS
1992
+ dataset:
1993
+ type: mteb/sts15-sts
1994
+ name: MTEB STS15
1995
+ config: default
1996
+ split: test
1997
+ revision: ae752c7c21bf194d8b67fd573edf7ae58183cbe3
1998
+ metrics:
1999
+ - type: cos_sim_spearman
2000
+ value: 88.08995363382608
2001
+ - task:
2002
+ type: STS
2003
+ dataset:
2004
+ type: mteb/sts16-sts
2005
+ name: MTEB STS16
2006
+ config: default
2007
+ split: test
2008
+ revision: 4d8694f8f0e0100860b497b999b3dbed754a0513
2009
+ metrics:
2010
+ - type: cos_sim_spearman
2011
+ value: 86.53522220099619
2012
+ - task:
2013
+ type: STS
2014
+ dataset:
2015
+ type: mteb/sts17-crosslingual-sts
2016
+ name: MTEB STS17 (en-en)
2017
+ config: en-en
2018
+ split: test
2019
+ revision: af5e6fb845001ecf41f4c1e033ce921939a2a68d
2020
+ metrics:
2021
+ - type: cos_sim_spearman
2022
+ value: 89.57796559847532
2023
+ - task:
2024
+ type: STS
2025
+ dataset:
2026
+ type: mteb/sts22-crosslingual-sts
2027
+ name: MTEB STS22 (en)
2028
+ config: en
2029
+ split: test
2030
+ revision: 6d1ba47164174a496b7fa5d3569dae26a6813b80
2031
+ metrics:
2032
+ - type: cos_sim_spearman
2033
+ value: 67.66598855577894
2034
+ - task:
2035
+ type: STS
2036
+ dataset:
2037
+ type: mteb/stsbenchmark-sts
2038
+ name: MTEB STSBenchmark
2039
+ config: default
2040
+ split: test
2041
+ revision: b0fddb56ed78048fa8b90373c8a3cfc37b684831
2042
+ metrics:
2043
+ - type: cos_sim_spearman
2044
+ value: 88.0472708354572
2045
+ - task:
2046
+ type: Reranking
2047
+ dataset:
2048
+ type: mteb/scidocs-reranking
2049
+ name: MTEB SciDocsRR
2050
+ config: default
2051
+ split: test
2052
+ revision: d3c5e1fc0b855ab6097bf1cda04dd73947d7caab
2053
+ metrics:
2054
+ - type: map
2055
+ value: 86.04689157650684
2056
+ - type: mrr
2057
+ value: 96.51889958262507
2058
+ - task:
2059
+ type: Retrieval
2060
+ dataset:
2061
+ type: scifact
2062
+ name: MTEB SciFact
2063
+ config: default
2064
+ split: test
2065
+ revision: None
2066
+ metrics:
2067
+ - type: map_at_1
2068
+ value: 62.827999999999996
2069
+ - type: map_at_10
2070
+ value: 73.54899999999999
2071
+ - type: map_at_100
2072
+ value: 73.892
2073
+ - type: map_at_1000
2074
+ value: 73.901
2075
+ - type: map_at_3
2076
+ value: 70.663
2077
+ - type: map_at_5
2078
+ value: 72.449
2079
+ - type: mrr_at_1
2080
+ value: 66.0
2081
+ - type: mrr_at_10
2082
+ value: 74.554
2083
+ - type: mrr_at_100
2084
+ value: 74.81700000000001
2085
+ - type: mrr_at_1000
2086
+ value: 74.82600000000001
2087
+ - type: mrr_at_3
2088
+ value: 72.667
2089
+ - type: mrr_at_5
2090
+ value: 73.717
2091
+ - type: ndcg_at_1
2092
+ value: 66.0
2093
+ - type: ndcg_at_10
2094
+ value: 78.218
2095
+ - type: ndcg_at_100
2096
+ value: 79.706
2097
+ - type: ndcg_at_1000
2098
+ value: 79.925
2099
+ - type: ndcg_at_3
2100
+ value: 73.629
2101
+ - type: ndcg_at_5
2102
+ value: 75.89
2103
+ - type: precision_at_1
2104
+ value: 66.0
2105
+ - type: precision_at_10
2106
+ value: 10.333
2107
+ - type: precision_at_100
2108
+ value: 1.113
2109
+ - type: precision_at_1000
2110
+ value: 0.11299999999999999
2111
+ - type: precision_at_3
2112
+ value: 28.889
2113
+ - type: precision_at_5
2114
+ value: 19.067
2115
+ - type: recall_at_1
2116
+ value: 62.827999999999996
2117
+ - type: recall_at_10
2118
+ value: 91.533
2119
+ - type: recall_at_100
2120
+ value: 98.333
2121
+ - type: recall_at_1000
2122
+ value: 100.0
2123
+ - type: recall_at_3
2124
+ value: 79.0
2125
+ - type: recall_at_5
2126
+ value: 84.68900000000001
2127
+ - task:
2128
+ type: PairClassification
2129
+ dataset:
2130
+ type: mteb/sprintduplicatequestions-pairclassification
2131
+ name: MTEB SprintDuplicateQuestions
2132
+ config: default
2133
+ split: test
2134
+ revision: d66bd1f72af766a5cc4b0ca5e00c162f89e8cc46
2135
+ metrics:
2136
+ - type: cos_sim_accuracy
2137
+ value: 99.8019801980198
2138
+ - type: cos_sim_ap
2139
+ value: 95.09301057928796
2140
+ - type: cos_sim_f1
2141
+ value: 89.71193415637859
2142
+ - type: cos_sim_precision
2143
+ value: 92.37288135593221
2144
+ - type: cos_sim_recall
2145
+ value: 87.2
2146
+ - type: dot_accuracy
2147
+ value: 99.72079207920792
2148
+ - type: dot_ap
2149
+ value: 92.77707970155015
2150
+ - type: dot_f1
2151
+ value: 85.88588588588588
2152
+ - type: dot_precision
2153
+ value: 85.97194388777555
2154
+ - type: dot_recall
2155
+ value: 85.8
2156
+ - type: euclidean_accuracy
2157
+ value: 99.7980198019802
2158
+ - type: euclidean_ap
2159
+ value: 95.04124481520121
2160
+ - type: euclidean_f1
2161
+ value: 89.61693548387096
2162
+ - type: euclidean_precision
2163
+ value: 90.34552845528455
2164
+ - type: euclidean_recall
2165
+ value: 88.9
2166
+ - type: manhattan_accuracy
2167
+ value: 99.7960396039604
2168
+ - type: manhattan_ap
2169
+ value: 95.02691504694813
2170
+ - type: manhattan_f1
2171
+ value: 89.60321446509292
2172
+ - type: manhattan_precision
2173
+ value: 90.0100908173562
2174
+ - type: manhattan_recall
2175
+ value: 89.2
2176
+ - type: max_accuracy
2177
+ value: 99.8019801980198
2178
+ - type: max_ap
2179
+ value: 95.09301057928796
2180
+ - type: max_f1
2181
+ value: 89.71193415637859
2182
+ - task:
2183
+ type: Clustering
2184
+ dataset:
2185
+ type: mteb/stackexchange-clustering
2186
+ name: MTEB StackExchangeClustering
2187
+ config: default
2188
+ split: test
2189
+ revision: 6cbc1f7b2bc0622f2e39d2c77fa502909748c259
2190
+ metrics:
2191
+ - type: v_measure
2192
+ value: 72.74124969197169
2193
+ - task:
2194
+ type: Clustering
2195
+ dataset:
2196
+ type: mteb/stackexchange-clustering-p2p
2197
+ name: MTEB StackExchangeClusteringP2P
2198
+ config: default
2199
+ split: test
2200
+ revision: 815ca46b2622cec33ccafc3735d572c266efdb44
2201
+ metrics:
2202
+ - type: v_measure
2203
+ value: 32.262798307863996
2204
+ - task:
2205
+ type: Reranking
2206
+ dataset:
2207
+ type: mteb/stackoverflowdupquestions-reranking
2208
+ name: MTEB StackOverflowDupQuestions
2209
+ config: default
2210
+ split: test
2211
+ revision: e185fbe320c72810689fc5848eb6114e1ef5ec69
2212
+ metrics:
2213
+ - type: map
2214
+ value: 54.823414217790464
2215
+ - type: mrr
2216
+ value: 55.557133838383834
2217
+ - task:
2218
+ type: Summarization
2219
+ dataset:
2220
+ type: mteb/summeval
2221
+ name: MTEB SummEval
2222
+ config: default
2223
+ split: test
2224
+ revision: cda12ad7615edc362dbf25a00fdd61d3b1eaf93c
2225
+ metrics:
2226
+ - type: cos_sim_pearson
2227
+ value: 31.01226930465494
2228
+ - type: cos_sim_spearman
2229
+ value: 30.9368445798007
2230
+ - type: dot_pearson
2231
+ value: 30.204833368654533
2232
+ - type: dot_spearman
2233
+ value: 30.438900411966618
2234
+ - task:
2235
+ type: Retrieval
2236
+ dataset:
2237
+ type: trec-covid
2238
+ name: MTEB TRECCOVID
2239
+ config: default
2240
+ split: test
2241
+ revision: None
2242
+ metrics:
2243
+ - type: map_at_1
2244
+ value: 0.22699999999999998
2245
+ - type: map_at_10
2246
+ value: 2.0420000000000003
2247
+ - type: map_at_100
2248
+ value: 13.33
2249
+ - type: map_at_1000
2250
+ value: 33.627
2251
+ - type: map_at_3
2252
+ value: 0.639
2253
+ - type: map_at_5
2254
+ value: 1.056
2255
+ - type: mrr_at_1
2256
+ value: 84.0
2257
+ - type: mrr_at_10
2258
+ value: 91.167
2259
+ - type: mrr_at_100
2260
+ value: 91.167
2261
+ - type: mrr_at_1000
2262
+ value: 91.167
2263
+ - type: mrr_at_3
2264
+ value: 90.667
2265
+ - type: mrr_at_5
2266
+ value: 91.167
2267
+ - type: ndcg_at_1
2268
+ value: 82.0
2269
+ - type: ndcg_at_10
2270
+ value: 80.337
2271
+ - type: ndcg_at_100
2272
+ value: 65.852
2273
+ - type: ndcg_at_1000
2274
+ value: 59.821000000000005
2275
+ - type: ndcg_at_3
2276
+ value: 81.061
2277
+ - type: ndcg_at_5
2278
+ value: 81.396
2279
+ - type: precision_at_1
2280
+ value: 84.0
2281
+ - type: precision_at_10
2282
+ value: 85.0
2283
+ - type: precision_at_100
2284
+ value: 67.75999999999999
2285
+ - type: precision_at_1000
2286
+ value: 26.272000000000002
2287
+ - type: precision_at_3
2288
+ value: 85.333
2289
+ - type: precision_at_5
2290
+ value: 86.4
2291
+ - type: recall_at_1
2292
+ value: 0.22699999999999998
2293
+ - type: recall_at_10
2294
+ value: 2.241
2295
+ - type: recall_at_100
2296
+ value: 16.478
2297
+ - type: recall_at_1000
2298
+ value: 56.442
2299
+ - type: recall_at_3
2300
+ value: 0.672
2301
+ - type: recall_at_5
2302
+ value: 1.143
2303
+ - task:
2304
+ type: Retrieval
2305
+ dataset:
2306
+ type: webis-touche2020
2307
+ name: MTEB Touche2020
2308
+ config: default
2309
+ split: test
2310
+ revision: None
2311
+ metrics:
2312
+ - type: map_at_1
2313
+ value: 1.836
2314
+ - type: map_at_10
2315
+ value: 8.536000000000001
2316
+ - type: map_at_100
2317
+ value: 14.184
2318
+ - type: map_at_1000
2319
+ value: 15.885
2320
+ - type: map_at_3
2321
+ value: 3.7359999999999998
2322
+ - type: map_at_5
2323
+ value: 5.253
2324
+ - type: mrr_at_1
2325
+ value: 22.448999999999998
2326
+ - type: mrr_at_10
2327
+ value: 34.77
2328
+ - type: mrr_at_100
2329
+ value: 36.18
2330
+ - type: mrr_at_1000
2331
+ value: 36.18
2332
+ - type: mrr_at_3
2333
+ value: 30.612000000000002
2334
+ - type: mrr_at_5
2335
+ value: 32.449
2336
+ - type: ndcg_at_1
2337
+ value: 20.408
2338
+ - type: ndcg_at_10
2339
+ value: 20.498
2340
+ - type: ndcg_at_100
2341
+ value: 33.354
2342
+ - type: ndcg_at_1000
2343
+ value: 45.699
2344
+ - type: ndcg_at_3
2345
+ value: 19.292
2346
+ - type: ndcg_at_5
2347
+ value: 19.541
2348
+ - type: precision_at_1
2349
+ value: 22.448999999999998
2350
+ - type: precision_at_10
2351
+ value: 19.387999999999998
2352
+ - type: precision_at_100
2353
+ value: 7.163
2354
+ - type: precision_at_1000
2355
+ value: 1.541
2356
+ - type: precision_at_3
2357
+ value: 19.728
2358
+ - type: precision_at_5
2359
+ value: 20.0
2360
+ - type: recall_at_1
2361
+ value: 1.836
2362
+ - type: recall_at_10
2363
+ value: 15.212
2364
+ - type: recall_at_100
2365
+ value: 45.364
2366
+ - type: recall_at_1000
2367
+ value: 83.64
2368
+ - type: recall_at_3
2369
+ value: 4.651000000000001
2370
+ - type: recall_at_5
2371
+ value: 7.736
2372
+ - task:
2373
+ type: Classification
2374
+ dataset:
2375
+ type: mteb/toxic_conversations_50k
2376
+ name: MTEB ToxicConversationsClassification
2377
+ config: default
2378
+ split: test
2379
+ revision: d7c0de2777da35d6aae2200a62c6e0e5af397c4c
2380
+ metrics:
2381
+ - type: accuracy
2382
+ value: 70.5856
2383
+ - type: ap
2384
+ value: 14.297836125608864
2385
+ - type: f1
2386
+ value: 54.45458507465688
2387
+ - task:
2388
+ type: Classification
2389
+ dataset:
2390
+ type: mteb/tweet_sentiment_extraction
2391
+ name: MTEB TweetSentimentExtractionClassification
2392
+ config: default
2393
+ split: test
2394
+ revision: d604517c81ca91fe16a244d1248fc021f9ecee7a
2395
+ metrics:
2396
+ - type: accuracy
2397
+ value: 61.89869835880024
2398
+ - type: f1
2399
+ value: 62.15163526419782
2400
+ - task:
2401
+ type: Clustering
2402
+ dataset:
2403
+ type: mteb/twentynewsgroups-clustering
2404
+ name: MTEB TwentyNewsgroupsClustering
2405
+ config: default
2406
+ split: test
2407
+ revision: 6125ec4e24fa026cec8a478383ee943acfbd5449
2408
+ metrics:
2409
+ - type: v_measure
2410
+ value: 56.408998393035446
2411
+ - task:
2412
+ type: PairClassification
2413
+ dataset:
2414
+ type: mteb/twittersemeval2015-pairclassification
2415
+ name: MTEB TwitterSemEval2015
2416
+ config: default
2417
+ split: test
2418
+ revision: 70970daeab8776df92f5ea462b6173c0b46fd2d1
2419
+ metrics:
2420
+ - type: cos_sim_accuracy
2421
+ value: 88.78822197055493
2422
+ - type: cos_sim_ap
2423
+ value: 81.73234934293887
2424
+ - type: cos_sim_f1
2425
+ value: 74.16373812312898
2426
+ - type: cos_sim_precision
2427
+ value: 73.18263549961469
2428
+ - type: cos_sim_recall
2429
+ value: 75.17150395778364
2430
+ - type: dot_accuracy
2431
+ value: 87.85837754068069
2432
+ - type: dot_ap
2433
+ value: 79.69812660365871
2434
+ - type: dot_f1
2435
+ value: 72.52999744702579
2436
+ - type: dot_precision
2437
+ value: 70.25222551928783
2438
+ - type: dot_recall
2439
+ value: 74.96042216358839
2440
+ - type: euclidean_accuracy
2441
+ value: 88.74649818203493
2442
+ - type: euclidean_ap
2443
+ value: 81.47777928110055
2444
+ - type: euclidean_f1
2445
+ value: 74.1248097412481
2446
+ - type: euclidean_precision
2447
+ value: 71.37274059599413
2448
+ - type: euclidean_recall
2449
+ value: 77.0976253298153
2450
+ - type: manhattan_accuracy
2451
+ value: 88.7286165583835
2452
+ - type: manhattan_ap
2453
+ value: 81.47766386927232
2454
+ - type: manhattan_f1
2455
+ value: 74.16730231375541
2456
+ - type: manhattan_precision
2457
+ value: 71.56526005888125
2458
+ - type: manhattan_recall
2459
+ value: 76.96569920844327
2460
+ - type: max_accuracy
2461
+ value: 88.78822197055493
2462
+ - type: max_ap
2463
+ value: 81.73234934293887
2464
+ - type: max_f1
2465
+ value: 74.16730231375541
2466
+ - task:
2467
+ type: PairClassification
2468
+ dataset:
2469
+ type: mteb/twitterurlcorpus-pairclassification
2470
+ name: MTEB TwitterURLCorpus
2471
+ config: default
2472
+ split: test
2473
+ revision: 8b6510b0b1fa4e4c4f879467980e9be563ec1cdf
2474
+ metrics:
2475
+ - type: cos_sim_accuracy
2476
+ value: 89.30026778437536
2477
+ - type: cos_sim_ap
2478
+ value: 86.56353001037664
2479
+ - type: cos_sim_f1
2480
+ value: 79.359197907585
2481
+ - type: cos_sim_precision
2482
+ value: 75.12379642365887
2483
+ - type: cos_sim_recall
2484
+ value: 84.10070834616569
2485
+ - type: dot_accuracy
2486
+ value: 88.8539604921023
2487
+ - type: dot_ap
2488
+ value: 85.44601003294055
2489
+ - type: dot_f1
2490
+ value: 78.20008094484713
2491
+ - type: dot_precision
2492
+ value: 74.88549080403072
2493
+ - type: dot_recall
2494
+ value: 81.82168155220204
2495
+ - type: euclidean_accuracy
2496
+ value: 89.25369658865992
2497
+ - type: euclidean_ap
2498
+ value: 86.46965679550075
2499
+ - type: euclidean_f1
2500
+ value: 79.16785612332285
2501
+ - type: euclidean_precision
2502
+ value: 73.77627028465017
2503
+ - type: euclidean_recall
2504
+ value: 85.4096088697259
2505
+ - type: manhattan_accuracy
2506
+ value: 89.26727985407692
2507
+ - type: manhattan_ap
2508
+ value: 86.46460344566123
2509
+ - type: manhattan_f1
2510
+ value: 79.1723543358
2511
+ - type: manhattan_precision
2512
+ value: 74.20875420875421
2513
+ - type: manhattan_recall
2514
+ value: 84.84755158607946
2515
+ - type: max_accuracy
2516
+ value: 89.30026778437536
2517
+ - type: max_ap
2518
+ value: 86.56353001037664
2519
+ - type: max_f1
2520
+ value: 79.359197907585
2521
+ ---
2522
+
2523
+ # LLM2Vec: Large Language Models Are Secretly Powerful Text Encoders
2524
+
2525
+ > LLM2Vec is a simple recipe to convert decoder-only LLMs into text encoders. It consists of 3 simple steps: 1) enabling bidirectional attention, 2) masked next token prediction, and 3) unsupervised contrastive learning. The model can be further fine-tuned to achieve state-of-the-art performance.
2526
+ - **Repository:** https://github.com/McGill-NLP/llm2vec
2527
+ - **Paper:** https://arxiv.org/abs/2404.05961
2528
+
2529
+
2530
+ ## Installation
2531
+ ```bash
2532
+ pip install llm2vec
2533
+ ```
2534
+
2535
+ ## Usage
2536
+ ```python
2537
+ from llm2vec import LLM2Vec
2538
+
2539
+ import torch
2540
+ from transformers import AutoTokenizer, AutoModel, AutoConfig
2541
+ from peft import PeftModel
2542
+
2543
+ # Loading base Mistral model, along with custom code that enables bidirectional connections in decoder-only LLMs. MNTP LoRA weights are merged into the base model.
2544
+ tokenizer = AutoTokenizer.from_pretrained(
2545
+ "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp"
2546
+ )
2547
+ config = AutoConfig.from_pretrained(
2548
+ "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp", trust_remote_code=True
2549
+ )
2550
+ model = AutoModel.from_pretrained(
2551
+ "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp",
2552
+ trust_remote_code=True,
2553
+ config=config,
2554
+ torch_dtype=torch.bfloat16,
2555
+ device_map="cuda" if torch.cuda.is_available() else "cpu",
2556
+ )
2557
+ model = PeftModel.from_pretrained(
2558
+ model,
2559
+ "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp",
2560
+ )
2561
+ model = model.merge_and_unload() # This can take several minutes on cpu
2562
+
2563
+ # Loading supervised model. This loads the trained LoRA weights on top of MNTP model. Hence the final weights are -- Base model + MNTP (LoRA) + supervised (LoRA).
2564
+ model = PeftModel.from_pretrained(
2565
+ model, "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised"
2566
+ )
2567
+
2568
+ # Wrapper for encoding and pooling operations
2569
+ l2v = LLM2Vec(model, tokenizer, pooling_mode="mean", max_length=512)
2570
+
2571
+ # Encoding queries using instructions
2572
+ instruction = (
2573
+ "Given a web search query, retrieve relevant passages that answer the query:"
2574
+ )
2575
+ queries = [
2576
+ [instruction, "how much protein should a female eat"],
2577
+ [instruction, "summit define"],
2578
+ ]
2579
+ q_reps = l2v.encode(queries)
2580
+
2581
+ # Encoding documents. Instruction are not required for documents
2582
+ documents = [
2583
+ "As a general guideline, the CDC's average requirement of protein for women ages 19 to 70 is 46 grams per day. But, as you can see from this chart, you'll need to increase that if you're expecting or training for a marathon. Check out the chart below to see how much protein you should be eating each day.",
2584
+ "Definition of summit for English Language Learners. : 1 the highest point of a mountain : the top of a mountain. : 2 the highest level. : 3 a meeting or series of meetings between the leaders of two or more governments.",
2585
+ ]
2586
+ d_reps = l2v.encode(documents)
2587
+
2588
+ # Compute cosine similarity
2589
+ q_reps_norm = torch.nn.functional.normalize(q_reps, p=2, dim=1)
2590
+ d_reps_norm = torch.nn.functional.normalize(d_reps, p=2, dim=1)
2591
+ cos_sim = torch.mm(q_reps_norm, d_reps_norm.transpose(0, 1))
2592
+
2593
+ print(cos_sim)
2594
+ """
2595
+ tensor([[0.6470, 0.1619],
2596
+ [0.0786, 0.5844]])
2597
+ """
2598
+ ```
2599
+
2600
+ ## Questions
2601
+ If you have any question about the code, feel free to email Parishad (`parishad.behnamghader@mila.quebec`) and Vaibhav (`vaibhav.adlakha@mila.quebec`).
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised/adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "LlamaEncoderModel",
5
+ "parent_library": "llama_encoder_model.modeling_llama_encoder"
6
+ },
7
+ "base_model_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 32,
16
+ "lora_dropout": 0.05,
17
+ "megatron_config": null,
18
+ "megatron_core": "megatron.core",
19
+ "modules_to_save": null,
20
+ "peft_type": "LORA",
21
+ "r": 16,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "k_proj",
26
+ "gate_proj",
27
+ "down_proj",
28
+ "up_proj",
29
+ "q_proj",
30
+ "o_proj",
31
+ "v_proj"
32
+ ],
33
+ "task_type": null,
34
+ "use_rslora": false
35
+ }
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f8f94ebdf396667ba99dd96e78203edae27bbcdbd1cf5f12b611e1d916b225
3
+ size 167829552
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ language:
5
+ - en
6
+ pipeline_tag: sentence-similarity
7
+ tags:
8
+ - text-embedding
9
+ - embeddings
10
+ - information-retrieval
11
+ - beir
12
+ - text-classification
13
+ - language-model
14
+ - text-clustering
15
+ - text-semantic-similarity
16
+ - text-evaluation
17
+ - text-reranking
18
+ - feature-extraction
19
+ - sentence-similarity
20
+ - Sentence Similarity
21
+ - natural_questions
22
+ - ms_marco
23
+ - fever
24
+ - hotpot_qa
25
+ - mteb
26
+ ---
27
+
28
+ # LLM2Vec: Large Language Models Are Secretly Powerful Text Encoders
29
+
30
+ > LLM2Vec is a simple recipe to convert decoder-only LLMs into text encoders. It consists of 3 simple steps: 1) enabling bidirectional attention, 2) masked next token prediction, and 3) unsupervised contrastive learning. The model can be further fine-tuned to achieve state-of-the-art performance.
31
+ - **Repository:** https://github.com/McGill-NLP/llm2vec
32
+ - **Paper:** https://arxiv.org/abs/2404.05961
33
+
34
+ ## Installation
35
+ ```bash
36
+ pip install llm2vec
37
+ ```
38
+
39
+ ## Usage
40
+ ```python
41
+ from llm2vec import LLM2Vec
42
+
43
+ import torch
44
+ from transformers import AutoTokenizer, AutoModel, AutoConfig
45
+ from peft import PeftModel
46
+
47
+ # Loading base Mistral model, along with custom code that enables bidirectional connections in decoder-only LLMs.
48
+ tokenizer = AutoTokenizer.from_pretrained(
49
+ "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp"
50
+ )
51
+ config = AutoConfig.from_pretrained(
52
+ "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp", trust_remote_code=True
53
+ )
54
+ model = AutoModel.from_pretrained(
55
+ "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp",
56
+ trust_remote_code=True,
57
+ config=config,
58
+ torch_dtype=torch.bfloat16,
59
+ device_map="cuda" if torch.cuda.is_available() else "cpu",
60
+ )
61
+
62
+ # Loading MNTP (Masked Next Token Prediction) model.
63
+ model = PeftModel.from_pretrained(
64
+ model,
65
+ "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp",
66
+ )
67
+
68
+ # Wrapper for encoding and pooling operations
69
+ l2v = LLM2Vec(model, tokenizer, pooling_mode="mean", max_length=512)
70
+
71
+ # Encoding queries using instructions
72
+ instruction = (
73
+ "Given a web search query, retrieve relevant passages that answer the query:"
74
+ )
75
+ queries = [
76
+ [instruction, "how much protein should a female eat"],
77
+ [instruction, "summit define"],
78
+ ]
79
+ q_reps = l2v.encode(queries)
80
+
81
+ # Encoding documents. Instruction are not required for documents
82
+ documents = [
83
+ "As a general guideline, the CDC's average requirement of protein for women ages 19 to 70 is 46 grams per day. But, as you can see from this chart, you'll need to increase that if you're expecting or training for a marathon. Check out the chart below to see how much protein you should be eating each day.",
84
+ "Definition of summit for English Language Learners. : 1 the highest point of a mountain : the top of a mountain. : 2 the highest level. : 3 a meeting or series of meetings between the leaders of two or more governments.",
85
+ ]
86
+ d_reps = l2v.encode(documents)
87
+
88
+ # Compute cosine similarity
89
+ q_reps_norm = torch.nn.functional.normalize(q_reps, p=2, dim=1)
90
+ d_reps_norm = torch.nn.functional.normalize(d_reps, p=2, dim=1)
91
+ cos_sim = torch.mm(q_reps_norm, d_reps_norm.transpose(0, 1))
92
+
93
+ print(cos_sim)
94
+ """
95
+ tensor([[0.7740, 0.5580],
96
+ [0.4845, 0.4993]])
97
+ """
98
+ ```
99
+
100
+ ## Questions
101
+ If you have any question about the code, feel free to email Parishad (`parishad.behnamghader@mila.quebec`) and Vaibhav (`vaibhav.adlakha@mila.quebec`).
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "LlamaEncoderModel",
5
+ "parent_library": "llama_encoder_model.modeling_llama_encoder"
6
+ },
7
+ "base_model_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 32,
16
+ "lora_dropout": 0.05,
17
+ "megatron_config": null,
18
+ "megatron_core": "megatron.core",
19
+ "modules_to_save": null,
20
+ "peft_type": "LORA",
21
+ "r": 16,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "q_proj",
26
+ "gate_proj",
27
+ "down_proj",
28
+ "up_proj",
29
+ "v_proj",
30
+ "o_proj",
31
+ "k_proj"
32
+ ],
33
+ "task_type": null,
34
+ "use_rslora": false
35
+ }
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de9c8736618a13173c6a1623cdef1b75e86c69317f1073ae82cd516ac36a632d
3
+ size 167829552
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/attn_mask_utils.py ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from typing import List, Optional, Tuple, Union
2
+ import torch
3
+ from packaging import version
4
+ import importlib.metadata
5
+ from transformers.modeling_attn_mask_utils import AttentionMaskConverter
6
+
7
+ from transformers.utils.import_utils import _is_package_available
8
+
9
+ def is_transformers_attn_greater_or_equal_4_39():
10
+ if not _is_package_available("transformers"):
11
+ return False
12
+
13
+ return version.parse(importlib.metadata.version("transformers")) >= version.parse(
14
+ "4.39.0"
15
+ )
16
+
17
+ def _prepare_4d_attention_mask_for_sdpa(
18
+ attention_mask: Optional[torch.Tensor],
19
+ input_shape: Union[torch.Size, Tuple, List],
20
+ inputs_embeds: torch.Tensor,
21
+ past_key_values_length: int,
22
+ sliding_window: Optional[int] = None,
23
+ ):
24
+ attn_mask_converter = AttentionMaskConverter(is_causal=False, sliding_window=sliding_window)
25
+
26
+ key_value_length = input_shape[-1] + past_key_values_length
27
+ batch_size, query_length = input_shape
28
+
29
+ # torch.jit.trace and torchdynamo with fullgraph=True are unable to capture the controlflow `is_causal=attention_mask is None and q_len > 1`
30
+ # used as an SDPA argument. We keep compatibility with these tracing tools by always using SDPA's `attn_mask` argument in case we are tracing.
31
+ # TODO: Fix this as well when using torchdynamo with fullgraph=True.
32
+ is_tracing = torch.jit.is_tracing()
33
+
34
+ if attention_mask is not None:
35
+ if torch.all(attention_mask == 1):
36
+ if is_tracing:
37
+ pass
38
+ elif query_length == 1:
39
+ # For query_length == 1, causal attention and bi-directional attention are the same.
40
+ attention_mask = None
41
+ # Commented out to deal with batch size=1 cases
42
+ # elif key_value_length == query_length:
43
+ # attention_mask = None
44
+ else:
45
+ # Unfortunately, for query_length > 1 and key_value_length != query_length, we cannot generally ignore the attention mask, as SDPA causal mask generation
46
+ # may be wrong. We will set `is_causal=False` in SDPA and rely on Transformers attention_mask instead, hence not setting it to None here.
47
+ # Reference: https://github.com/pytorch/pytorch/issues/108108
48
+ pass
49
+ elif query_length > 1 and key_value_length != query_length:
50
+ # See the comment above (https://github.com/pytorch/pytorch/issues/108108).
51
+ # Ugly: we set it to True here to dispatch in the following controlflow to `to_causal_4d`.
52
+ attention_mask = True
53
+ elif is_tracing:
54
+ raise ValueError(
55
+ 'Attention using SDPA can not be traced with torch.jit.trace when no attention_mask is provided. To solve this issue, please either load your model with the argument `attn_implementation="eager"` or pass an attention_mask input when tracing the model.'
56
+ )
57
+
58
+ if attention_mask is None:
59
+ expanded_4d_mask = None
60
+ elif attention_mask is True:
61
+ expanded_4d_mask = attn_mask_converter.to_causal_4d(
62
+ input_shape[0], input_shape[-1], key_value_length, dtype=inputs_embeds.dtype, device=inputs_embeds.device
63
+ )
64
+ else:
65
+ expanded_4d_mask = attn_mask_converter.to_4d(
66
+ attention_mask,
67
+ input_shape[-1],
68
+ dtype=inputs_embeds.dtype,
69
+ key_value_length=key_value_length,
70
+ )
71
+
72
+ # From PyTorch 2.1 onwards, F.scaled_dot_product_attention with the memory-efficient attention backend
73
+ # produces nans if sequences are completely unattended in the attention mask. Details: https://github.com/pytorch/pytorch/issues/110213
74
+ if query_length > 1:
75
+ if is_transformers_attn_greater_or_equal_4_39():
76
+ expanded_4d_mask = AttentionMaskConverter._unmask_unattended(
77
+ expanded_4d_mask, min_dtype=torch.finfo(inputs_embeds.dtype).min
78
+ )
79
+ else:
80
+ expanded_4d_mask = AttentionMaskConverter._unmask_unattended(
81
+ expanded_4d_mask, attention_mask, unmasked_value=0.0
82
+ )
83
+
84
+ return expanded_4d_mask
85
+
86
+
87
+ def _prepare_4d_attention_mask(
88
+ attention_mask: Optional[torch.Tensor],
89
+ input_shape: Union[torch.Size, Tuple, List],
90
+ inputs_embeds: torch.Tensor,
91
+ past_key_values_length: int,
92
+ sliding_window: Optional[int] = None,
93
+ ):
94
+ attn_mask_converter = AttentionMaskConverter(is_causal=False, sliding_window=sliding_window)
95
+
96
+ key_value_length = input_shape[-1] + past_key_values_length
97
+
98
+ # 4d mask is passed through the layers
99
+ if attention_mask is not None:
100
+ attention_mask = attn_mask_converter.to_4d(
101
+ attention_mask, input_shape[-1], key_value_length=key_value_length, dtype=inputs_embeds.dtype
102
+ )
103
+ else:
104
+ attention_mask = attn_mask_converter.to_causal_4d(
105
+ input_shape[0], input_shape[-1], key_value_length, dtype=inputs_embeds.dtype, device=inputs_embeds.device
106
+ )
107
+
108
+ return attention_mask
109
+
110
+
111
+ def _prepare_4d_causal_attention_mask(
112
+ attention_mask: Optional[torch.Tensor],
113
+ input_shape: Union[torch.Size, Tuple, List],
114
+ inputs_embeds: torch.Tensor,
115
+ past_key_values_length: int,
116
+ sliding_window: Optional[int] = None,
117
+ ):
118
+ attn_mask_converter = AttentionMaskConverter(is_causal=False, sliding_window=sliding_window)
119
+
120
+ key_value_length = input_shape[-1] + past_key_values_length
121
+
122
+ # 4d mask is passed through the layers
123
+ if attention_mask is not None:
124
+ attention_mask = attn_mask_converter.to_4d(
125
+ attention_mask, input_shape[-1], key_value_length=key_value_length, dtype=inputs_embeds.dtype
126
+ )
127
+ else:
128
+ attention_mask = attn_mask_converter.to_causal_4d(
129
+ input_shape[0], input_shape[-1], key_value_length, dtype=inputs_embeds.dtype, device=inputs_embeds.device
130
+ )
131
+
132
+ return attention_mask
133
+
134
+
135
+ def _prepare_4d_causal_attention_mask_for_sdpa(
136
+ attention_mask: Optional[torch.Tensor],
137
+ input_shape: Union[torch.Size, Tuple, List],
138
+ inputs_embeds: torch.Tensor,
139
+ past_key_values_length: int,
140
+ sliding_window: Optional[int] = None,
141
+ ):
142
+ """
143
+ Prepares the correct `attn_mask` argument to be used by `torch.nn.functional.scaled_dot_product_attention`.
144
+
145
+ In case no token is masked in the `attention_mask` argument, we simply set it to `None` for the cases `query_length == 1` and
146
+ `key_value_length == query_length`, and rely instead on SDPA `is_causal` argument to use causal/non-causal masks,
147
+ allowing to dispatch to the flash attention kernel (that can otherwise not be used if a custom `attn_mask` is passed).
148
+ """
149
+ attn_mask_converter = AttentionMaskConverter(is_causal=False, sliding_window=sliding_window)
150
+
151
+ key_value_length = input_shape[-1] + past_key_values_length
152
+ batch_size, query_length = input_shape
153
+
154
+ # torch.jit.trace, symbolic_trace and torchdynamo with fullgraph=True are unable to capture the controlflow `is_causal=attention_mask is None and q_len > 1`
155
+ # used as an SDPA argument. We keep compatibility with these tracing tools by always using SDPA's `attn_mask` argument in case we are tracing.
156
+ # TODO: Fix this as well when using torchdynamo with fullgraph=True.
157
+ is_tracing = torch.jit.is_tracing() or isinstance(inputs_embeds, torch.fx.Proxy)
158
+
159
+ if attention_mask is not None:
160
+ # 4d mask is passed through
161
+ if len(attention_mask.shape) == 4:
162
+ expected_shape = (input_shape[0], 1, input_shape[1], key_value_length)
163
+ if tuple(attention_mask.shape) != expected_shape:
164
+ raise ValueError(
165
+ f"Incorrect 4D attention_mask shape: {tuple(attention_mask.shape)}; expected: {expected_shape}."
166
+ )
167
+ else:
168
+ # if the 4D mask has correct shape - invert it and fill with negative infinity
169
+ inverted_mask = 1.0 - attention_mask.to(inputs_embeds.dtype)
170
+ attention_mask = inverted_mask.masked_fill(
171
+ inverted_mask.to(torch.bool), torch.finfo(inputs_embeds.dtype).min
172
+ )
173
+ return attention_mask
174
+
175
+ elif not is_tracing and torch.all(attention_mask == 1):
176
+ if query_length == 1:
177
+ # For query_length == 1, causal attention and bi-directional attention are the same.
178
+ attention_mask = None
179
+ # Commented out to deal with batch size=1 cases
180
+ # elif key_value_length == query_length:
181
+ # attention_mask = None
182
+ else:
183
+ # Unfortunately, for query_length > 1 and key_value_length != query_length, we cannot generally ignore the attention mask, as SDPA causal mask generation
184
+ # may be wrong. We will set `is_causal=False` in SDPA and rely on Transformers attention_mask instead, hence not setting it to None here.
185
+ # Reference: https://github.com/pytorch/pytorch/issues/108108
186
+ pass
187
+ elif query_length > 1 and key_value_length != query_length:
188
+ # See the comment above (https://github.com/pytorch/pytorch/issues/108108).
189
+ # Ugly: we set it to True here to dispatch in the following controlflow to `to_causal_4d`.
190
+ attention_mask = True
191
+ elif is_tracing:
192
+ raise ValueError(
193
+ 'Attention using SDPA can not be traced with torch.jit.trace when no attention_mask is provided. To solve this issue, please either load your model with the argument `attn_implementation="eager"` or pass an attention_mask input when tracing the model.'
194
+ )
195
+
196
+ if attention_mask is None:
197
+ expanded_4d_mask = None
198
+ elif attention_mask is True:
199
+ expanded_4d_mask = attn_mask_converter.to_causal_4d(
200
+ input_shape[0], input_shape[-1], key_value_length, dtype=inputs_embeds.dtype, device=inputs_embeds.device
201
+ )
202
+ else:
203
+ expanded_4d_mask = attn_mask_converter.to_4d(
204
+ attention_mask,
205
+ input_shape[-1],
206
+ dtype=inputs_embeds.dtype,
207
+ key_value_length=key_value_length,
208
+ )
209
+
210
+ # From PyTorch 2.1 onwards, F.scaled_dot_product_attention with the memory-efficient attention backend
211
+ # produces nans if sequences are completely unattended in the attention mask. Details: https://github.com/pytorch/pytorch/issues/110213
212
+ #
213
+ # This fix is not applied in case we are tracing with torch.jit.trace or symbolic_trace, as _unmask_unattended has a data-dependent
214
+ # controlflow that can not be captured properly.
215
+ # TODO: _unmask_unattended does not work either with torch.compile when using fullgraph=True. We should find a way to detect this case.
216
+ if query_length > 1 and not is_tracing:
217
+ if is_transformers_attn_greater_or_equal_4_39():
218
+ expanded_4d_mask = AttentionMaskConverter._unmask_unattended(
219
+ expanded_4d_mask, min_dtype=torch.finfo(inputs_embeds.dtype).min
220
+ )
221
+ else:
222
+ expanded_4d_mask = AttentionMaskConverter._unmask_unattended(
223
+ expanded_4d_mask, attention_mask, unmasked_value=0.0
224
+ )
225
+
226
+ return expanded_4d_mask
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
3
+ "architectures": [
4
+ "LlamaEncoderModel"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0,
8
+ "auto_map": {
9
+ "AutoModel": "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp--modeling_llama_encoder.LlamaEncoderModel"
10
+ },
11
+ "bos_token_id": 128000,
12
+ "eos_token_id": 128001,
13
+ "hidden_act": "silu",
14
+ "hidden_size": 4096,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 14336,
17
+ "max_position_embeddings": 8192,
18
+ "model_type": "llama",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 32,
21
+ "num_key_value_heads": 8,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 0.00001,
24
+ "rope_scaling": null,
25
+ "rope_theta": 500000,
26
+ "tie_word_embeddings": false,
27
+ "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.40.0.dev0",
29
+ "use_cache": true,
30
+ "vocab_size": 128256
31
+ }
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/modeling_llama_encoder.py ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import importlib.metadata
2
+
3
+ from packaging import version
4
+ from torch import nn
5
+ from transformers import LlamaConfig, LlamaModel, LlamaPreTrainedModel
6
+ from transformers.modeling_layers import GradientCheckpointingLayer
7
+ from transformers.models.llama.modeling_llama import (
8
+ LlamaAttention,
9
+ LlamaDecoderLayer,
10
+ LlamaMLP,
11
+ LlamaRMSNorm,
12
+ LlamaRotaryEmbedding,
13
+ )
14
+ from transformers.utils import logging
15
+ from transformers.utils.import_utils import _is_package_available
16
+
17
+ logger = logging.get_logger(__name__)
18
+
19
+
20
+ def is_transformers_attn_greater_or_equal_4_56_2():
21
+ if not _is_package_available("transformers"):
22
+ return False
23
+
24
+ return version.parse(importlib.metadata.version("transformers")) >= version.parse(
25
+ "4.56.2"
26
+ )
27
+
28
+
29
+ class ModifiedLlamaAttention(LlamaAttention):
30
+ def __init__(self, *args, **kwargs):
31
+ super().__init__(*args, **kwargs)
32
+ self.is_causal = False
33
+
34
+
35
+ class ModifiedLlamaDecoderLayer(LlamaDecoderLayer):
36
+ def __init__(self, config: LlamaConfig, layer_idx: int):
37
+ GradientCheckpointingLayer.__init__(self)
38
+ self.hidden_size = config.hidden_size
39
+
40
+ self.self_attn = ModifiedLlamaAttention(config=config, layer_idx=layer_idx)
41
+
42
+ self.mlp = LlamaMLP(config)
43
+ self.input_layernorm = LlamaRMSNorm(config.hidden_size, eps=config.rms_norm_eps)
44
+ self.post_attention_layernorm = LlamaRMSNorm(
45
+ config.hidden_size, eps=config.rms_norm_eps
46
+ )
47
+
48
+
49
+ class LlamaEncoderModel(LlamaModel):
50
+ def __init__(self, config):
51
+ if not is_transformers_attn_greater_or_equal_4_56_2():
52
+ raise ValueError(
53
+ "The current implementation of LlamaEncoderModel follows modeling_llama.py of transformers version >= 4.56.2"
54
+ )
55
+ LlamaPreTrainedModel.__init__(self, config)
56
+ self.padding_idx = config.pad_token_id
57
+ self.vocab_size = config.vocab_size
58
+
59
+ self.embed_tokens = nn.Embedding(
60
+ config.vocab_size, config.hidden_size, self.padding_idx
61
+ )
62
+ self.layers = nn.ModuleList(
63
+ [
64
+ ModifiedLlamaDecoderLayer(config, layer_idx)
65
+ for layer_idx in range(config.num_hidden_layers)
66
+ ]
67
+ )
68
+ self._use_sdpa = config._attn_implementation == "sdpa"
69
+ self._use_flash_attention_2 = config._attn_implementation == "flash_attention_2"
70
+ if not self._use_flash_attention_2:
71
+ raise ValueError(
72
+ "The current implementation of LlamaBiModel only supports flash attention 2 for attention implementation"
73
+ )
74
+
75
+ self.norm = LlamaRMSNorm(config.hidden_size, eps=config.rms_norm_eps)
76
+ self.rotary_emb = LlamaRotaryEmbedding(config=config)
77
+ self.gradient_checkpointing = False
78
+
79
+ # Initialize weights and apply final processing
80
+ self.post_init()
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<|end_of_text|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|end_of_text|>"
17
+ }
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
text_encoders/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp/tokenizer_config.json ADDED
@@ -0,0 +1,2064 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "128000": {
4
+ "content": "<|begin_of_text|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "128001": {
12
+ "content": "<|end_of_text|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "128002": {
20
+ "content": "<|reserved_special_token_0|>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "128003": {
28
+ "content": "<|reserved_special_token_1|>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128004": {
36
+ "content": "<|reserved_special_token_2|>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "128005": {
44
+ "content": "<|reserved_special_token_3|>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "128006": {
52
+ "content": "<|start_header_id|>",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "128007": {
60
+ "content": "<|end_header_id|>",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ },
67
+ "128008": {
68
+ "content": "<|reserved_special_token_4|>",
69
+ "lstrip": false,
70
+ "normalized": false,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": true
74
+ },
75
+ "128009": {
76
+ "content": "<|eot_id|>",
77
+ "lstrip": false,
78
+ "normalized": false,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": true
82
+ },
83
+ "128010": {
84
+ "content": "<|reserved_special_token_5|>",
85
+ "lstrip": false,
86
+ "normalized": false,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": true
90
+ },
91
+ "128011": {
92
+ "content": "<|reserved_special_token_6|>",
93
+ "lstrip": false,
94
+ "normalized": false,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": true
98
+ },
99
+ "128012": {
100
+ "content": "<|reserved_special_token_7|>",
101
+ "lstrip": false,
102
+ "normalized": false,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": true
106
+ },
107
+ "128013": {
108
+ "content": "<|reserved_special_token_8|>",
109
+ "lstrip": false,
110
+ "normalized": false,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": true
114
+ },
115
+ "128014": {
116
+ "content": "<|reserved_special_token_9|>",
117
+ "lstrip": false,
118
+ "normalized": false,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": true
122
+ },
123
+ "128015": {
124
+ "content": "<|reserved_special_token_10|>",
125
+ "lstrip": false,
126
+ "normalized": false,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": true
130
+ },
131
+ "128016": {
132
+ "content": "<|reserved_special_token_11|>",
133
+ "lstrip": false,
134
+ "normalized": false,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": true
138
+ },
139
+ "128017": {
140
+ "content": "<|reserved_special_token_12|>",
141
+ "lstrip": false,
142
+ "normalized": false,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": true
146
+ },
147
+ "128018": {
148
+ "content": "<|reserved_special_token_13|>",
149
+ "lstrip": false,
150
+ "normalized": false,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": true
154
+ },
155
+ "128019": {
156
+ "content": "<|reserved_special_token_14|>",
157
+ "lstrip": false,
158
+ "normalized": false,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": true
162
+ },
163
+ "128020": {
164
+ "content": "<|reserved_special_token_15|>",
165
+ "lstrip": false,
166
+ "normalized": false,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": true
170
+ },
171
+ "128021": {
172
+ "content": "<|reserved_special_token_16|>",
173
+ "lstrip": false,
174
+ "normalized": false,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": true
178
+ },
179
+ "128022": {
180
+ "content": "<|reserved_special_token_17|>",
181
+ "lstrip": false,
182
+ "normalized": false,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": true
186
+ },
187
+ "128023": {
188
+ "content": "<|reserved_special_token_18|>",
189
+ "lstrip": false,
190
+ "normalized": false,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": true
194
+ },
195
+ "128024": {
196
+ "content": "<|reserved_special_token_19|>",
197
+ "lstrip": false,
198
+ "normalized": false,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": true
202
+ },
203
+ "128025": {
204
+ "content": "<|reserved_special_token_20|>",
205
+ "lstrip": false,
206
+ "normalized": false,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": true
210
+ },
211
+ "128026": {
212
+ "content": "<|reserved_special_token_21|>",
213
+ "lstrip": false,
214
+ "normalized": false,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": true
218
+ },
219
+ "128027": {
220
+ "content": "<|reserved_special_token_22|>",
221
+ "lstrip": false,
222
+ "normalized": false,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": true
226
+ },
227
+ "128028": {
228
+ "content": "<|reserved_special_token_23|>",
229
+ "lstrip": false,
230
+ "normalized": false,
231
+ "rstrip": false,
232
+ "single_word": false,
233
+ "special": true
234
+ },
235
+ "128029": {
236
+ "content": "<|reserved_special_token_24|>",
237
+ "lstrip": false,
238
+ "normalized": false,
239
+ "rstrip": false,
240
+ "single_word": false,
241
+ "special": true
242
+ },
243
+ "128030": {
244
+ "content": "<|reserved_special_token_25|>",
245
+ "lstrip": false,
246
+ "normalized": false,
247
+ "rstrip": false,
248
+ "single_word": false,
249
+ "special": true
250
+ },
251
+ "128031": {
252
+ "content": "<|reserved_special_token_26|>",
253
+ "lstrip": false,
254
+ "normalized": false,
255
+ "rstrip": false,
256
+ "single_word": false,
257
+ "special": true
258
+ },
259
+ "128032": {
260
+ "content": "<|reserved_special_token_27|>",
261
+ "lstrip": false,
262
+ "normalized": false,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": true
266
+ },
267
+ "128033": {
268
+ "content": "<|reserved_special_token_28|>",
269
+ "lstrip": false,
270
+ "normalized": false,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": true
274
+ },
275
+ "128034": {
276
+ "content": "<|reserved_special_token_29|>",
277
+ "lstrip": false,
278
+ "normalized": false,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": true
282
+ },
283
+ "128035": {
284
+ "content": "<|reserved_special_token_30|>",
285
+ "lstrip": false,
286
+ "normalized": false,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": true
290
+ },
291
+ "128036": {
292
+ "content": "<|reserved_special_token_31|>",
293
+ "lstrip": false,
294
+ "normalized": false,
295
+ "rstrip": false,
296
+ "single_word": false,
297
+ "special": true
298
+ },
299
+ "128037": {
300
+ "content": "<|reserved_special_token_32|>",
301
+ "lstrip": false,
302
+ "normalized": false,
303
+ "rstrip": false,
304
+ "single_word": false,
305
+ "special": true
306
+ },
307
+ "128038": {
308
+ "content": "<|reserved_special_token_33|>",
309
+ "lstrip": false,
310
+ "normalized": false,
311
+ "rstrip": false,
312
+ "single_word": false,
313
+ "special": true
314
+ },
315
+ "128039": {
316
+ "content": "<|reserved_special_token_34|>",
317
+ "lstrip": false,
318
+ "normalized": false,
319
+ "rstrip": false,
320
+ "single_word": false,
321
+ "special": true
322
+ },
323
+ "128040": {
324
+ "content": "<|reserved_special_token_35|>",
325
+ "lstrip": false,
326
+ "normalized": false,
327
+ "rstrip": false,
328
+ "single_word": false,
329
+ "special": true
330
+ },
331
+ "128041": {
332
+ "content": "<|reserved_special_token_36|>",
333
+ "lstrip": false,
334
+ "normalized": false,
335
+ "rstrip": false,
336
+ "single_word": false,
337
+ "special": true
338
+ },
339
+ "128042": {
340
+ "content": "<|reserved_special_token_37|>",
341
+ "lstrip": false,
342
+ "normalized": false,
343
+ "rstrip": false,
344
+ "single_word": false,
345
+ "special": true
346
+ },
347
+ "128043": {
348
+ "content": "<|reserved_special_token_38|>",
349
+ "lstrip": false,
350
+ "normalized": false,
351
+ "rstrip": false,
352
+ "single_word": false,
353
+ "special": true
354
+ },
355
+ "128044": {
356
+ "content": "<|reserved_special_token_39|>",
357
+ "lstrip": false,
358
+ "normalized": false,
359
+ "rstrip": false,
360
+ "single_word": false,
361
+ "special": true
362
+ },
363
+ "128045": {
364
+ "content": "<|reserved_special_token_40|>",
365
+ "lstrip": false,
366
+ "normalized": false,
367
+ "rstrip": false,
368
+ "single_word": false,
369
+ "special": true
370
+ },
371
+ "128046": {
372
+ "content": "<|reserved_special_token_41|>",
373
+ "lstrip": false,
374
+ "normalized": false,
375
+ "rstrip": false,
376
+ "single_word": false,
377
+ "special": true
378
+ },
379
+ "128047": {
380
+ "content": "<|reserved_special_token_42|>",
381
+ "lstrip": false,
382
+ "normalized": false,
383
+ "rstrip": false,
384
+ "single_word": false,
385
+ "special": true
386
+ },
387
+ "128048": {
388
+ "content": "<|reserved_special_token_43|>",
389
+ "lstrip": false,
390
+ "normalized": false,
391
+ "rstrip": false,
392
+ "single_word": false,
393
+ "special": true
394
+ },
395
+ "128049": {
396
+ "content": "<|reserved_special_token_44|>",
397
+ "lstrip": false,
398
+ "normalized": false,
399
+ "rstrip": false,
400
+ "single_word": false,
401
+ "special": true
402
+ },
403
+ "128050": {
404
+ "content": "<|reserved_special_token_45|>",
405
+ "lstrip": false,
406
+ "normalized": false,
407
+ "rstrip": false,
408
+ "single_word": false,
409
+ "special": true
410
+ },
411
+ "128051": {
412
+ "content": "<|reserved_special_token_46|>",
413
+ "lstrip": false,
414
+ "normalized": false,
415
+ "rstrip": false,
416
+ "single_word": false,
417
+ "special": true
418
+ },
419
+ "128052": {
420
+ "content": "<|reserved_special_token_47|>",
421
+ "lstrip": false,
422
+ "normalized": false,
423
+ "rstrip": false,
424
+ "single_word": false,
425
+ "special": true
426
+ },
427
+ "128053": {
428
+ "content": "<|reserved_special_token_48|>",
429
+ "lstrip": false,
430
+ "normalized": false,
431
+ "rstrip": false,
432
+ "single_word": false,
433
+ "special": true
434
+ },
435
+ "128054": {
436
+ "content": "<|reserved_special_token_49|>",
437
+ "lstrip": false,
438
+ "normalized": false,
439
+ "rstrip": false,
440
+ "single_word": false,
441
+ "special": true
442
+ },
443
+ "128055": {
444
+ "content": "<|reserved_special_token_50|>",
445
+ "lstrip": false,
446
+ "normalized": false,
447
+ "rstrip": false,
448
+ "single_word": false,
449
+ "special": true
450
+ },
451
+ "128056": {
452
+ "content": "<|reserved_special_token_51|>",
453
+ "lstrip": false,
454
+ "normalized": false,
455
+ "rstrip": false,
456
+ "single_word": false,
457
+ "special": true
458
+ },
459
+ "128057": {
460
+ "content": "<|reserved_special_token_52|>",
461
+ "lstrip": false,
462
+ "normalized": false,
463
+ "rstrip": false,
464
+ "single_word": false,
465
+ "special": true
466
+ },
467
+ "128058": {
468
+ "content": "<|reserved_special_token_53|>",
469
+ "lstrip": false,
470
+ "normalized": false,
471
+ "rstrip": false,
472
+ "single_word": false,
473
+ "special": true
474
+ },
475
+ "128059": {
476
+ "content": "<|reserved_special_token_54|>",
477
+ "lstrip": false,
478
+ "normalized": false,
479
+ "rstrip": false,
480
+ "single_word": false,
481
+ "special": true
482
+ },
483
+ "128060": {
484
+ "content": "<|reserved_special_token_55|>",
485
+ "lstrip": false,
486
+ "normalized": false,
487
+ "rstrip": false,
488
+ "single_word": false,
489
+ "special": true
490
+ },
491
+ "128061": {
492
+ "content": "<|reserved_special_token_56|>",
493
+ "lstrip": false,
494
+ "normalized": false,
495
+ "rstrip": false,
496
+ "single_word": false,
497
+ "special": true
498
+ },
499
+ "128062": {
500
+ "content": "<|reserved_special_token_57|>",
501
+ "lstrip": false,
502
+ "normalized": false,
503
+ "rstrip": false,
504
+ "single_word": false,
505
+ "special": true
506
+ },
507
+ "128063": {
508
+ "content": "<|reserved_special_token_58|>",
509
+ "lstrip": false,
510
+ "normalized": false,
511
+ "rstrip": false,
512
+ "single_word": false,
513
+ "special": true
514
+ },
515
+ "128064": {
516
+ "content": "<|reserved_special_token_59|>",
517
+ "lstrip": false,
518
+ "normalized": false,
519
+ "rstrip": false,
520
+ "single_word": false,
521
+ "special": true
522
+ },
523
+ "128065": {
524
+ "content": "<|reserved_special_token_60|>",
525
+ "lstrip": false,
526
+ "normalized": false,
527
+ "rstrip": false,
528
+ "single_word": false,
529
+ "special": true
530
+ },
531
+ "128066": {
532
+ "content": "<|reserved_special_token_61|>",
533
+ "lstrip": false,
534
+ "normalized": false,
535
+ "rstrip": false,
536
+ "single_word": false,
537
+ "special": true
538
+ },
539
+ "128067": {
540
+ "content": "<|reserved_special_token_62|>",
541
+ "lstrip": false,
542
+ "normalized": false,
543
+ "rstrip": false,
544
+ "single_word": false,
545
+ "special": true
546
+ },
547
+ "128068": {
548
+ "content": "<|reserved_special_token_63|>",
549
+ "lstrip": false,
550
+ "normalized": false,
551
+ "rstrip": false,
552
+ "single_word": false,
553
+ "special": true
554
+ },
555
+ "128069": {
556
+ "content": "<|reserved_special_token_64|>",
557
+ "lstrip": false,
558
+ "normalized": false,
559
+ "rstrip": false,
560
+ "single_word": false,
561
+ "special": true
562
+ },
563
+ "128070": {
564
+ "content": "<|reserved_special_token_65|>",
565
+ "lstrip": false,
566
+ "normalized": false,
567
+ "rstrip": false,
568
+ "single_word": false,
569
+ "special": true
570
+ },
571
+ "128071": {
572
+ "content": "<|reserved_special_token_66|>",
573
+ "lstrip": false,
574
+ "normalized": false,
575
+ "rstrip": false,
576
+ "single_word": false,
577
+ "special": true
578
+ },
579
+ "128072": {
580
+ "content": "<|reserved_special_token_67|>",
581
+ "lstrip": false,
582
+ "normalized": false,
583
+ "rstrip": false,
584
+ "single_word": false,
585
+ "special": true
586
+ },
587
+ "128073": {
588
+ "content": "<|reserved_special_token_68|>",
589
+ "lstrip": false,
590
+ "normalized": false,
591
+ "rstrip": false,
592
+ "single_word": false,
593
+ "special": true
594
+ },
595
+ "128074": {
596
+ "content": "<|reserved_special_token_69|>",
597
+ "lstrip": false,
598
+ "normalized": false,
599
+ "rstrip": false,
600
+ "single_word": false,
601
+ "special": true
602
+ },
603
+ "128075": {
604
+ "content": "<|reserved_special_token_70|>",
605
+ "lstrip": false,
606
+ "normalized": false,
607
+ "rstrip": false,
608
+ "single_word": false,
609
+ "special": true
610
+ },
611
+ "128076": {
612
+ "content": "<|reserved_special_token_71|>",
613
+ "lstrip": false,
614
+ "normalized": false,
615
+ "rstrip": false,
616
+ "single_word": false,
617
+ "special": true
618
+ },
619
+ "128077": {
620
+ "content": "<|reserved_special_token_72|>",
621
+ "lstrip": false,
622
+ "normalized": false,
623
+ "rstrip": false,
624
+ "single_word": false,
625
+ "special": true
626
+ },
627
+ "128078": {
628
+ "content": "<|reserved_special_token_73|>",
629
+ "lstrip": false,
630
+ "normalized": false,
631
+ "rstrip": false,
632
+ "single_word": false,
633
+ "special": true
634
+ },
635
+ "128079": {
636
+ "content": "<|reserved_special_token_74|>",
637
+ "lstrip": false,
638
+ "normalized": false,
639
+ "rstrip": false,
640
+ "single_word": false,
641
+ "special": true
642
+ },
643
+ "128080": {
644
+ "content": "<|reserved_special_token_75|>",
645
+ "lstrip": false,
646
+ "normalized": false,
647
+ "rstrip": false,
648
+ "single_word": false,
649
+ "special": true
650
+ },
651
+ "128081": {
652
+ "content": "<|reserved_special_token_76|>",
653
+ "lstrip": false,
654
+ "normalized": false,
655
+ "rstrip": false,
656
+ "single_word": false,
657
+ "special": true
658
+ },
659
+ "128082": {
660
+ "content": "<|reserved_special_token_77|>",
661
+ "lstrip": false,
662
+ "normalized": false,
663
+ "rstrip": false,
664
+ "single_word": false,
665
+ "special": true
666
+ },
667
+ "128083": {
668
+ "content": "<|reserved_special_token_78|>",
669
+ "lstrip": false,
670
+ "normalized": false,
671
+ "rstrip": false,
672
+ "single_word": false,
673
+ "special": true
674
+ },
675
+ "128084": {
676
+ "content": "<|reserved_special_token_79|>",
677
+ "lstrip": false,
678
+ "normalized": false,
679
+ "rstrip": false,
680
+ "single_word": false,
681
+ "special": true
682
+ },
683
+ "128085": {
684
+ "content": "<|reserved_special_token_80|>",
685
+ "lstrip": false,
686
+ "normalized": false,
687
+ "rstrip": false,
688
+ "single_word": false,
689
+ "special": true
690
+ },
691
+ "128086": {
692
+ "content": "<|reserved_special_token_81|>",
693
+ "lstrip": false,
694
+ "normalized": false,
695
+ "rstrip": false,
696
+ "single_word": false,
697
+ "special": true
698
+ },
699
+ "128087": {
700
+ "content": "<|reserved_special_token_82|>",
701
+ "lstrip": false,
702
+ "normalized": false,
703
+ "rstrip": false,
704
+ "single_word": false,
705
+ "special": true
706
+ },
707
+ "128088": {
708
+ "content": "<|reserved_special_token_83|>",
709
+ "lstrip": false,
710
+ "normalized": false,
711
+ "rstrip": false,
712
+ "single_word": false,
713
+ "special": true
714
+ },
715
+ "128089": {
716
+ "content": "<|reserved_special_token_84|>",
717
+ "lstrip": false,
718
+ "normalized": false,
719
+ "rstrip": false,
720
+ "single_word": false,
721
+ "special": true
722
+ },
723
+ "128090": {
724
+ "content": "<|reserved_special_token_85|>",
725
+ "lstrip": false,
726
+ "normalized": false,
727
+ "rstrip": false,
728
+ "single_word": false,
729
+ "special": true
730
+ },
731
+ "128091": {
732
+ "content": "<|reserved_special_token_86|>",
733
+ "lstrip": false,
734
+ "normalized": false,
735
+ "rstrip": false,
736
+ "single_word": false,
737
+ "special": true
738
+ },
739
+ "128092": {
740
+ "content": "<|reserved_special_token_87|>",
741
+ "lstrip": false,
742
+ "normalized": false,
743
+ "rstrip": false,
744
+ "single_word": false,
745
+ "special": true
746
+ },
747
+ "128093": {
748
+ "content": "<|reserved_special_token_88|>",
749
+ "lstrip": false,
750
+ "normalized": false,
751
+ "rstrip": false,
752
+ "single_word": false,
753
+ "special": true
754
+ },
755
+ "128094": {
756
+ "content": "<|reserved_special_token_89|>",
757
+ "lstrip": false,
758
+ "normalized": false,
759
+ "rstrip": false,
760
+ "single_word": false,
761
+ "special": true
762
+ },
763
+ "128095": {
764
+ "content": "<|reserved_special_token_90|>",
765
+ "lstrip": false,
766
+ "normalized": false,
767
+ "rstrip": false,
768
+ "single_word": false,
769
+ "special": true
770
+ },
771
+ "128096": {
772
+ "content": "<|reserved_special_token_91|>",
773
+ "lstrip": false,
774
+ "normalized": false,
775
+ "rstrip": false,
776
+ "single_word": false,
777
+ "special": true
778
+ },
779
+ "128097": {
780
+ "content": "<|reserved_special_token_92|>",
781
+ "lstrip": false,
782
+ "normalized": false,
783
+ "rstrip": false,
784
+ "single_word": false,
785
+ "special": true
786
+ },
787
+ "128098": {
788
+ "content": "<|reserved_special_token_93|>",
789
+ "lstrip": false,
790
+ "normalized": false,
791
+ "rstrip": false,
792
+ "single_word": false,
793
+ "special": true
794
+ },
795
+ "128099": {
796
+ "content": "<|reserved_special_token_94|>",
797
+ "lstrip": false,
798
+ "normalized": false,
799
+ "rstrip": false,
800
+ "single_word": false,
801
+ "special": true
802
+ },
803
+ "128100": {
804
+ "content": "<|reserved_special_token_95|>",
805
+ "lstrip": false,
806
+ "normalized": false,
807
+ "rstrip": false,
808
+ "single_word": false,
809
+ "special": true
810
+ },
811
+ "128101": {
812
+ "content": "<|reserved_special_token_96|>",
813
+ "lstrip": false,
814
+ "normalized": false,
815
+ "rstrip": false,
816
+ "single_word": false,
817
+ "special": true
818
+ },
819
+ "128102": {
820
+ "content": "<|reserved_special_token_97|>",
821
+ "lstrip": false,
822
+ "normalized": false,
823
+ "rstrip": false,
824
+ "single_word": false,
825
+ "special": true
826
+ },
827
+ "128103": {
828
+ "content": "<|reserved_special_token_98|>",
829
+ "lstrip": false,
830
+ "normalized": false,
831
+ "rstrip": false,
832
+ "single_word": false,
833
+ "special": true
834
+ },
835
+ "128104": {
836
+ "content": "<|reserved_special_token_99|>",
837
+ "lstrip": false,
838
+ "normalized": false,
839
+ "rstrip": false,
840
+ "single_word": false,
841
+ "special": true
842
+ },
843
+ "128105": {
844
+ "content": "<|reserved_special_token_100|>",
845
+ "lstrip": false,
846
+ "normalized": false,
847
+ "rstrip": false,
848
+ "single_word": false,
849
+ "special": true
850
+ },
851
+ "128106": {
852
+ "content": "<|reserved_special_token_101|>",
853
+ "lstrip": false,
854
+ "normalized": false,
855
+ "rstrip": false,
856
+ "single_word": false,
857
+ "special": true
858
+ },
859
+ "128107": {
860
+ "content": "<|reserved_special_token_102|>",
861
+ "lstrip": false,
862
+ "normalized": false,
863
+ "rstrip": false,
864
+ "single_word": false,
865
+ "special": true
866
+ },
867
+ "128108": {
868
+ "content": "<|reserved_special_token_103|>",
869
+ "lstrip": false,
870
+ "normalized": false,
871
+ "rstrip": false,
872
+ "single_word": false,
873
+ "special": true
874
+ },
875
+ "128109": {
876
+ "content": "<|reserved_special_token_104|>",
877
+ "lstrip": false,
878
+ "normalized": false,
879
+ "rstrip": false,
880
+ "single_word": false,
881
+ "special": true
882
+ },
883
+ "128110": {
884
+ "content": "<|reserved_special_token_105|>",
885
+ "lstrip": false,
886
+ "normalized": false,
887
+ "rstrip": false,
888
+ "single_word": false,
889
+ "special": true
890
+ },
891
+ "128111": {
892
+ "content": "<|reserved_special_token_106|>",
893
+ "lstrip": false,
894
+ "normalized": false,
895
+ "rstrip": false,
896
+ "single_word": false,
897
+ "special": true
898
+ },
899
+ "128112": {
900
+ "content": "<|reserved_special_token_107|>",
901
+ "lstrip": false,
902
+ "normalized": false,
903
+ "rstrip": false,
904
+ "single_word": false,
905
+ "special": true
906
+ },
907
+ "128113": {
908
+ "content": "<|reserved_special_token_108|>",
909
+ "lstrip": false,
910
+ "normalized": false,
911
+ "rstrip": false,
912
+ "single_word": false,
913
+ "special": true
914
+ },
915
+ "128114": {
916
+ "content": "<|reserved_special_token_109|>",
917
+ "lstrip": false,
918
+ "normalized": false,
919
+ "rstrip": false,
920
+ "single_word": false,
921
+ "special": true
922
+ },
923
+ "128115": {
924
+ "content": "<|reserved_special_token_110|>",
925
+ "lstrip": false,
926
+ "normalized": false,
927
+ "rstrip": false,
928
+ "single_word": false,
929
+ "special": true
930
+ },
931
+ "128116": {
932
+ "content": "<|reserved_special_token_111|>",
933
+ "lstrip": false,
934
+ "normalized": false,
935
+ "rstrip": false,
936
+ "single_word": false,
937
+ "special": true
938
+ },
939
+ "128117": {
940
+ "content": "<|reserved_special_token_112|>",
941
+ "lstrip": false,
942
+ "normalized": false,
943
+ "rstrip": false,
944
+ "single_word": false,
945
+ "special": true
946
+ },
947
+ "128118": {
948
+ "content": "<|reserved_special_token_113|>",
949
+ "lstrip": false,
950
+ "normalized": false,
951
+ "rstrip": false,
952
+ "single_word": false,
953
+ "special": true
954
+ },
955
+ "128119": {
956
+ "content": "<|reserved_special_token_114|>",
957
+ "lstrip": false,
958
+ "normalized": false,
959
+ "rstrip": false,
960
+ "single_word": false,
961
+ "special": true
962
+ },
963
+ "128120": {
964
+ "content": "<|reserved_special_token_115|>",
965
+ "lstrip": false,
966
+ "normalized": false,
967
+ "rstrip": false,
968
+ "single_word": false,
969
+ "special": true
970
+ },
971
+ "128121": {
972
+ "content": "<|reserved_special_token_116|>",
973
+ "lstrip": false,
974
+ "normalized": false,
975
+ "rstrip": false,
976
+ "single_word": false,
977
+ "special": true
978
+ },
979
+ "128122": {
980
+ "content": "<|reserved_special_token_117|>",
981
+ "lstrip": false,
982
+ "normalized": false,
983
+ "rstrip": false,
984
+ "single_word": false,
985
+ "special": true
986
+ },
987
+ "128123": {
988
+ "content": "<|reserved_special_token_118|>",
989
+ "lstrip": false,
990
+ "normalized": false,
991
+ "rstrip": false,
992
+ "single_word": false,
993
+ "special": true
994
+ },
995
+ "128124": {
996
+ "content": "<|reserved_special_token_119|>",
997
+ "lstrip": false,
998
+ "normalized": false,
999
+ "rstrip": false,
1000
+ "single_word": false,
1001
+ "special": true
1002
+ },
1003
+ "128125": {
1004
+ "content": "<|reserved_special_token_120|>",
1005
+ "lstrip": false,
1006
+ "normalized": false,
1007
+ "rstrip": false,
1008
+ "single_word": false,
1009
+ "special": true
1010
+ },
1011
+ "128126": {
1012
+ "content": "<|reserved_special_token_121|>",
1013
+ "lstrip": false,
1014
+ "normalized": false,
1015
+ "rstrip": false,
1016
+ "single_word": false,
1017
+ "special": true
1018
+ },
1019
+ "128127": {
1020
+ "content": "<|reserved_special_token_122|>",
1021
+ "lstrip": false,
1022
+ "normalized": false,
1023
+ "rstrip": false,
1024
+ "single_word": false,
1025
+ "special": true
1026
+ },
1027
+ "128128": {
1028
+ "content": "<|reserved_special_token_123|>",
1029
+ "lstrip": false,
1030
+ "normalized": false,
1031
+ "rstrip": false,
1032
+ "single_word": false,
1033
+ "special": true
1034
+ },
1035
+ "128129": {
1036
+ "content": "<|reserved_special_token_124|>",
1037
+ "lstrip": false,
1038
+ "normalized": false,
1039
+ "rstrip": false,
1040
+ "single_word": false,
1041
+ "special": true
1042
+ },
1043
+ "128130": {
1044
+ "content": "<|reserved_special_token_125|>",
1045
+ "lstrip": false,
1046
+ "normalized": false,
1047
+ "rstrip": false,
1048
+ "single_word": false,
1049
+ "special": true
1050
+ },
1051
+ "128131": {
1052
+ "content": "<|reserved_special_token_126|>",
1053
+ "lstrip": false,
1054
+ "normalized": false,
1055
+ "rstrip": false,
1056
+ "single_word": false,
1057
+ "special": true
1058
+ },
1059
+ "128132": {
1060
+ "content": "<|reserved_special_token_127|>",
1061
+ "lstrip": false,
1062
+ "normalized": false,
1063
+ "rstrip": false,
1064
+ "single_word": false,
1065
+ "special": true
1066
+ },
1067
+ "128133": {
1068
+ "content": "<|reserved_special_token_128|>",
1069
+ "lstrip": false,
1070
+ "normalized": false,
1071
+ "rstrip": false,
1072
+ "single_word": false,
1073
+ "special": true
1074
+ },
1075
+ "128134": {
1076
+ "content": "<|reserved_special_token_129|>",
1077
+ "lstrip": false,
1078
+ "normalized": false,
1079
+ "rstrip": false,
1080
+ "single_word": false,
1081
+ "special": true
1082
+ },
1083
+ "128135": {
1084
+ "content": "<|reserved_special_token_130|>",
1085
+ "lstrip": false,
1086
+ "normalized": false,
1087
+ "rstrip": false,
1088
+ "single_word": false,
1089
+ "special": true
1090
+ },
1091
+ "128136": {
1092
+ "content": "<|reserved_special_token_131|>",
1093
+ "lstrip": false,
1094
+ "normalized": false,
1095
+ "rstrip": false,
1096
+ "single_word": false,
1097
+ "special": true
1098
+ },
1099
+ "128137": {
1100
+ "content": "<|reserved_special_token_132|>",
1101
+ "lstrip": false,
1102
+ "normalized": false,
1103
+ "rstrip": false,
1104
+ "single_word": false,
1105
+ "special": true
1106
+ },
1107
+ "128138": {
1108
+ "content": "<|reserved_special_token_133|>",
1109
+ "lstrip": false,
1110
+ "normalized": false,
1111
+ "rstrip": false,
1112
+ "single_word": false,
1113
+ "special": true
1114
+ },
1115
+ "128139": {
1116
+ "content": "<|reserved_special_token_134|>",
1117
+ "lstrip": false,
1118
+ "normalized": false,
1119
+ "rstrip": false,
1120
+ "single_word": false,
1121
+ "special": true
1122
+ },
1123
+ "128140": {
1124
+ "content": "<|reserved_special_token_135|>",
1125
+ "lstrip": false,
1126
+ "normalized": false,
1127
+ "rstrip": false,
1128
+ "single_word": false,
1129
+ "special": true
1130
+ },
1131
+ "128141": {
1132
+ "content": "<|reserved_special_token_136|>",
1133
+ "lstrip": false,
1134
+ "normalized": false,
1135
+ "rstrip": false,
1136
+ "single_word": false,
1137
+ "special": true
1138
+ },
1139
+ "128142": {
1140
+ "content": "<|reserved_special_token_137|>",
1141
+ "lstrip": false,
1142
+ "normalized": false,
1143
+ "rstrip": false,
1144
+ "single_word": false,
1145
+ "special": true
1146
+ },
1147
+ "128143": {
1148
+ "content": "<|reserved_special_token_138|>",
1149
+ "lstrip": false,
1150
+ "normalized": false,
1151
+ "rstrip": false,
1152
+ "single_word": false,
1153
+ "special": true
1154
+ },
1155
+ "128144": {
1156
+ "content": "<|reserved_special_token_139|>",
1157
+ "lstrip": false,
1158
+ "normalized": false,
1159
+ "rstrip": false,
1160
+ "single_word": false,
1161
+ "special": true
1162
+ },
1163
+ "128145": {
1164
+ "content": "<|reserved_special_token_140|>",
1165
+ "lstrip": false,
1166
+ "normalized": false,
1167
+ "rstrip": false,
1168
+ "single_word": false,
1169
+ "special": true
1170
+ },
1171
+ "128146": {
1172
+ "content": "<|reserved_special_token_141|>",
1173
+ "lstrip": false,
1174
+ "normalized": false,
1175
+ "rstrip": false,
1176
+ "single_word": false,
1177
+ "special": true
1178
+ },
1179
+ "128147": {
1180
+ "content": "<|reserved_special_token_142|>",
1181
+ "lstrip": false,
1182
+ "normalized": false,
1183
+ "rstrip": false,
1184
+ "single_word": false,
1185
+ "special": true
1186
+ },
1187
+ "128148": {
1188
+ "content": "<|reserved_special_token_143|>",
1189
+ "lstrip": false,
1190
+ "normalized": false,
1191
+ "rstrip": false,
1192
+ "single_word": false,
1193
+ "special": true
1194
+ },
1195
+ "128149": {
1196
+ "content": "<|reserved_special_token_144|>",
1197
+ "lstrip": false,
1198
+ "normalized": false,
1199
+ "rstrip": false,
1200
+ "single_word": false,
1201
+ "special": true
1202
+ },
1203
+ "128150": {
1204
+ "content": "<|reserved_special_token_145|>",
1205
+ "lstrip": false,
1206
+ "normalized": false,
1207
+ "rstrip": false,
1208
+ "single_word": false,
1209
+ "special": true
1210
+ },
1211
+ "128151": {
1212
+ "content": "<|reserved_special_token_146|>",
1213
+ "lstrip": false,
1214
+ "normalized": false,
1215
+ "rstrip": false,
1216
+ "single_word": false,
1217
+ "special": true
1218
+ },
1219
+ "128152": {
1220
+ "content": "<|reserved_special_token_147|>",
1221
+ "lstrip": false,
1222
+ "normalized": false,
1223
+ "rstrip": false,
1224
+ "single_word": false,
1225
+ "special": true
1226
+ },
1227
+ "128153": {
1228
+ "content": "<|reserved_special_token_148|>",
1229
+ "lstrip": false,
1230
+ "normalized": false,
1231
+ "rstrip": false,
1232
+ "single_word": false,
1233
+ "special": true
1234
+ },
1235
+ "128154": {
1236
+ "content": "<|reserved_special_token_149|>",
1237
+ "lstrip": false,
1238
+ "normalized": false,
1239
+ "rstrip": false,
1240
+ "single_word": false,
1241
+ "special": true
1242
+ },
1243
+ "128155": {
1244
+ "content": "<|reserved_special_token_150|>",
1245
+ "lstrip": false,
1246
+ "normalized": false,
1247
+ "rstrip": false,
1248
+ "single_word": false,
1249
+ "special": true
1250
+ },
1251
+ "128156": {
1252
+ "content": "<|reserved_special_token_151|>",
1253
+ "lstrip": false,
1254
+ "normalized": false,
1255
+ "rstrip": false,
1256
+ "single_word": false,
1257
+ "special": true
1258
+ },
1259
+ "128157": {
1260
+ "content": "<|reserved_special_token_152|>",
1261
+ "lstrip": false,
1262
+ "normalized": false,
1263
+ "rstrip": false,
1264
+ "single_word": false,
1265
+ "special": true
1266
+ },
1267
+ "128158": {
1268
+ "content": "<|reserved_special_token_153|>",
1269
+ "lstrip": false,
1270
+ "normalized": false,
1271
+ "rstrip": false,
1272
+ "single_word": false,
1273
+ "special": true
1274
+ },
1275
+ "128159": {
1276
+ "content": "<|reserved_special_token_154|>",
1277
+ "lstrip": false,
1278
+ "normalized": false,
1279
+ "rstrip": false,
1280
+ "single_word": false,
1281
+ "special": true
1282
+ },
1283
+ "128160": {
1284
+ "content": "<|reserved_special_token_155|>",
1285
+ "lstrip": false,
1286
+ "normalized": false,
1287
+ "rstrip": false,
1288
+ "single_word": false,
1289
+ "special": true
1290
+ },
1291
+ "128161": {
1292
+ "content": "<|reserved_special_token_156|>",
1293
+ "lstrip": false,
1294
+ "normalized": false,
1295
+ "rstrip": false,
1296
+ "single_word": false,
1297
+ "special": true
1298
+ },
1299
+ "128162": {
1300
+ "content": "<|reserved_special_token_157|>",
1301
+ "lstrip": false,
1302
+ "normalized": false,
1303
+ "rstrip": false,
1304
+ "single_word": false,
1305
+ "special": true
1306
+ },
1307
+ "128163": {
1308
+ "content": "<|reserved_special_token_158|>",
1309
+ "lstrip": false,
1310
+ "normalized": false,
1311
+ "rstrip": false,
1312
+ "single_word": false,
1313
+ "special": true
1314
+ },
1315
+ "128164": {
1316
+ "content": "<|reserved_special_token_159|>",
1317
+ "lstrip": false,
1318
+ "normalized": false,
1319
+ "rstrip": false,
1320
+ "single_word": false,
1321
+ "special": true
1322
+ },
1323
+ "128165": {
1324
+ "content": "<|reserved_special_token_160|>",
1325
+ "lstrip": false,
1326
+ "normalized": false,
1327
+ "rstrip": false,
1328
+ "single_word": false,
1329
+ "special": true
1330
+ },
1331
+ "128166": {
1332
+ "content": "<|reserved_special_token_161|>",
1333
+ "lstrip": false,
1334
+ "normalized": false,
1335
+ "rstrip": false,
1336
+ "single_word": false,
1337
+ "special": true
1338
+ },
1339
+ "128167": {
1340
+ "content": "<|reserved_special_token_162|>",
1341
+ "lstrip": false,
1342
+ "normalized": false,
1343
+ "rstrip": false,
1344
+ "single_word": false,
1345
+ "special": true
1346
+ },
1347
+ "128168": {
1348
+ "content": "<|reserved_special_token_163|>",
1349
+ "lstrip": false,
1350
+ "normalized": false,
1351
+ "rstrip": false,
1352
+ "single_word": false,
1353
+ "special": true
1354
+ },
1355
+ "128169": {
1356
+ "content": "<|reserved_special_token_164|>",
1357
+ "lstrip": false,
1358
+ "normalized": false,
1359
+ "rstrip": false,
1360
+ "single_word": false,
1361
+ "special": true
1362
+ },
1363
+ "128170": {
1364
+ "content": "<|reserved_special_token_165|>",
1365
+ "lstrip": false,
1366
+ "normalized": false,
1367
+ "rstrip": false,
1368
+ "single_word": false,
1369
+ "special": true
1370
+ },
1371
+ "128171": {
1372
+ "content": "<|reserved_special_token_166|>",
1373
+ "lstrip": false,
1374
+ "normalized": false,
1375
+ "rstrip": false,
1376
+ "single_word": false,
1377
+ "special": true
1378
+ },
1379
+ "128172": {
1380
+ "content": "<|reserved_special_token_167|>",
1381
+ "lstrip": false,
1382
+ "normalized": false,
1383
+ "rstrip": false,
1384
+ "single_word": false,
1385
+ "special": true
1386
+ },
1387
+ "128173": {
1388
+ "content": "<|reserved_special_token_168|>",
1389
+ "lstrip": false,
1390
+ "normalized": false,
1391
+ "rstrip": false,
1392
+ "single_word": false,
1393
+ "special": true
1394
+ },
1395
+ "128174": {
1396
+ "content": "<|reserved_special_token_169|>",
1397
+ "lstrip": false,
1398
+ "normalized": false,
1399
+ "rstrip": false,
1400
+ "single_word": false,
1401
+ "special": true
1402
+ },
1403
+ "128175": {
1404
+ "content": "<|reserved_special_token_170|>",
1405
+ "lstrip": false,
1406
+ "normalized": false,
1407
+ "rstrip": false,
1408
+ "single_word": false,
1409
+ "special": true
1410
+ },
1411
+ "128176": {
1412
+ "content": "<|reserved_special_token_171|>",
1413
+ "lstrip": false,
1414
+ "normalized": false,
1415
+ "rstrip": false,
1416
+ "single_word": false,
1417
+ "special": true
1418
+ },
1419
+ "128177": {
1420
+ "content": "<|reserved_special_token_172|>",
1421
+ "lstrip": false,
1422
+ "normalized": false,
1423
+ "rstrip": false,
1424
+ "single_word": false,
1425
+ "special": true
1426
+ },
1427
+ "128178": {
1428
+ "content": "<|reserved_special_token_173|>",
1429
+ "lstrip": false,
1430
+ "normalized": false,
1431
+ "rstrip": false,
1432
+ "single_word": false,
1433
+ "special": true
1434
+ },
1435
+ "128179": {
1436
+ "content": "<|reserved_special_token_174|>",
1437
+ "lstrip": false,
1438
+ "normalized": false,
1439
+ "rstrip": false,
1440
+ "single_word": false,
1441
+ "special": true
1442
+ },
1443
+ "128180": {
1444
+ "content": "<|reserved_special_token_175|>",
1445
+ "lstrip": false,
1446
+ "normalized": false,
1447
+ "rstrip": false,
1448
+ "single_word": false,
1449
+ "special": true
1450
+ },
1451
+ "128181": {
1452
+ "content": "<|reserved_special_token_176|>",
1453
+ "lstrip": false,
1454
+ "normalized": false,
1455
+ "rstrip": false,
1456
+ "single_word": false,
1457
+ "special": true
1458
+ },
1459
+ "128182": {
1460
+ "content": "<|reserved_special_token_177|>",
1461
+ "lstrip": false,
1462
+ "normalized": false,
1463
+ "rstrip": false,
1464
+ "single_word": false,
1465
+ "special": true
1466
+ },
1467
+ "128183": {
1468
+ "content": "<|reserved_special_token_178|>",
1469
+ "lstrip": false,
1470
+ "normalized": false,
1471
+ "rstrip": false,
1472
+ "single_word": false,
1473
+ "special": true
1474
+ },
1475
+ "128184": {
1476
+ "content": "<|reserved_special_token_179|>",
1477
+ "lstrip": false,
1478
+ "normalized": false,
1479
+ "rstrip": false,
1480
+ "single_word": false,
1481
+ "special": true
1482
+ },
1483
+ "128185": {
1484
+ "content": "<|reserved_special_token_180|>",
1485
+ "lstrip": false,
1486
+ "normalized": false,
1487
+ "rstrip": false,
1488
+ "single_word": false,
1489
+ "special": true
1490
+ },
1491
+ "128186": {
1492
+ "content": "<|reserved_special_token_181|>",
1493
+ "lstrip": false,
1494
+ "normalized": false,
1495
+ "rstrip": false,
1496
+ "single_word": false,
1497
+ "special": true
1498
+ },
1499
+ "128187": {
1500
+ "content": "<|reserved_special_token_182|>",
1501
+ "lstrip": false,
1502
+ "normalized": false,
1503
+ "rstrip": false,
1504
+ "single_word": false,
1505
+ "special": true
1506
+ },
1507
+ "128188": {
1508
+ "content": "<|reserved_special_token_183|>",
1509
+ "lstrip": false,
1510
+ "normalized": false,
1511
+ "rstrip": false,
1512
+ "single_word": false,
1513
+ "special": true
1514
+ },
1515
+ "128189": {
1516
+ "content": "<|reserved_special_token_184|>",
1517
+ "lstrip": false,
1518
+ "normalized": false,
1519
+ "rstrip": false,
1520
+ "single_word": false,
1521
+ "special": true
1522
+ },
1523
+ "128190": {
1524
+ "content": "<|reserved_special_token_185|>",
1525
+ "lstrip": false,
1526
+ "normalized": false,
1527
+ "rstrip": false,
1528
+ "single_word": false,
1529
+ "special": true
1530
+ },
1531
+ "128191": {
1532
+ "content": "<|reserved_special_token_186|>",
1533
+ "lstrip": false,
1534
+ "normalized": false,
1535
+ "rstrip": false,
1536
+ "single_word": false,
1537
+ "special": true
1538
+ },
1539
+ "128192": {
1540
+ "content": "<|reserved_special_token_187|>",
1541
+ "lstrip": false,
1542
+ "normalized": false,
1543
+ "rstrip": false,
1544
+ "single_word": false,
1545
+ "special": true
1546
+ },
1547
+ "128193": {
1548
+ "content": "<|reserved_special_token_188|>",
1549
+ "lstrip": false,
1550
+ "normalized": false,
1551
+ "rstrip": false,
1552
+ "single_word": false,
1553
+ "special": true
1554
+ },
1555
+ "128194": {
1556
+ "content": "<|reserved_special_token_189|>",
1557
+ "lstrip": false,
1558
+ "normalized": false,
1559
+ "rstrip": false,
1560
+ "single_word": false,
1561
+ "special": true
1562
+ },
1563
+ "128195": {
1564
+ "content": "<|reserved_special_token_190|>",
1565
+ "lstrip": false,
1566
+ "normalized": false,
1567
+ "rstrip": false,
1568
+ "single_word": false,
1569
+ "special": true
1570
+ },
1571
+ "128196": {
1572
+ "content": "<|reserved_special_token_191|>",
1573
+ "lstrip": false,
1574
+ "normalized": false,
1575
+ "rstrip": false,
1576
+ "single_word": false,
1577
+ "special": true
1578
+ },
1579
+ "128197": {
1580
+ "content": "<|reserved_special_token_192|>",
1581
+ "lstrip": false,
1582
+ "normalized": false,
1583
+ "rstrip": false,
1584
+ "single_word": false,
1585
+ "special": true
1586
+ },
1587
+ "128198": {
1588
+ "content": "<|reserved_special_token_193|>",
1589
+ "lstrip": false,
1590
+ "normalized": false,
1591
+ "rstrip": false,
1592
+ "single_word": false,
1593
+ "special": true
1594
+ },
1595
+ "128199": {
1596
+ "content": "<|reserved_special_token_194|>",
1597
+ "lstrip": false,
1598
+ "normalized": false,
1599
+ "rstrip": false,
1600
+ "single_word": false,
1601
+ "special": true
1602
+ },
1603
+ "128200": {
1604
+ "content": "<|reserved_special_token_195|>",
1605
+ "lstrip": false,
1606
+ "normalized": false,
1607
+ "rstrip": false,
1608
+ "single_word": false,
1609
+ "special": true
1610
+ },
1611
+ "128201": {
1612
+ "content": "<|reserved_special_token_196|>",
1613
+ "lstrip": false,
1614
+ "normalized": false,
1615
+ "rstrip": false,
1616
+ "single_word": false,
1617
+ "special": true
1618
+ },
1619
+ "128202": {
1620
+ "content": "<|reserved_special_token_197|>",
1621
+ "lstrip": false,
1622
+ "normalized": false,
1623
+ "rstrip": false,
1624
+ "single_word": false,
1625
+ "special": true
1626
+ },
1627
+ "128203": {
1628
+ "content": "<|reserved_special_token_198|>",
1629
+ "lstrip": false,
1630
+ "normalized": false,
1631
+ "rstrip": false,
1632
+ "single_word": false,
1633
+ "special": true
1634
+ },
1635
+ "128204": {
1636
+ "content": "<|reserved_special_token_199|>",
1637
+ "lstrip": false,
1638
+ "normalized": false,
1639
+ "rstrip": false,
1640
+ "single_word": false,
1641
+ "special": true
1642
+ },
1643
+ "128205": {
1644
+ "content": "<|reserved_special_token_200|>",
1645
+ "lstrip": false,
1646
+ "normalized": false,
1647
+ "rstrip": false,
1648
+ "single_word": false,
1649
+ "special": true
1650
+ },
1651
+ "128206": {
1652
+ "content": "<|reserved_special_token_201|>",
1653
+ "lstrip": false,
1654
+ "normalized": false,
1655
+ "rstrip": false,
1656
+ "single_word": false,
1657
+ "special": true
1658
+ },
1659
+ "128207": {
1660
+ "content": "<|reserved_special_token_202|>",
1661
+ "lstrip": false,
1662
+ "normalized": false,
1663
+ "rstrip": false,
1664
+ "single_word": false,
1665
+ "special": true
1666
+ },
1667
+ "128208": {
1668
+ "content": "<|reserved_special_token_203|>",
1669
+ "lstrip": false,
1670
+ "normalized": false,
1671
+ "rstrip": false,
1672
+ "single_word": false,
1673
+ "special": true
1674
+ },
1675
+ "128209": {
1676
+ "content": "<|reserved_special_token_204|>",
1677
+ "lstrip": false,
1678
+ "normalized": false,
1679
+ "rstrip": false,
1680
+ "single_word": false,
1681
+ "special": true
1682
+ },
1683
+ "128210": {
1684
+ "content": "<|reserved_special_token_205|>",
1685
+ "lstrip": false,
1686
+ "normalized": false,
1687
+ "rstrip": false,
1688
+ "single_word": false,
1689
+ "special": true
1690
+ },
1691
+ "128211": {
1692
+ "content": "<|reserved_special_token_206|>",
1693
+ "lstrip": false,
1694
+ "normalized": false,
1695
+ "rstrip": false,
1696
+ "single_word": false,
1697
+ "special": true
1698
+ },
1699
+ "128212": {
1700
+ "content": "<|reserved_special_token_207|>",
1701
+ "lstrip": false,
1702
+ "normalized": false,
1703
+ "rstrip": false,
1704
+ "single_word": false,
1705
+ "special": true
1706
+ },
1707
+ "128213": {
1708
+ "content": "<|reserved_special_token_208|>",
1709
+ "lstrip": false,
1710
+ "normalized": false,
1711
+ "rstrip": false,
1712
+ "single_word": false,
1713
+ "special": true
1714
+ },
1715
+ "128214": {
1716
+ "content": "<|reserved_special_token_209|>",
1717
+ "lstrip": false,
1718
+ "normalized": false,
1719
+ "rstrip": false,
1720
+ "single_word": false,
1721
+ "special": true
1722
+ },
1723
+ "128215": {
1724
+ "content": "<|reserved_special_token_210|>",
1725
+ "lstrip": false,
1726
+ "normalized": false,
1727
+ "rstrip": false,
1728
+ "single_word": false,
1729
+ "special": true
1730
+ },
1731
+ "128216": {
1732
+ "content": "<|reserved_special_token_211|>",
1733
+ "lstrip": false,
1734
+ "normalized": false,
1735
+ "rstrip": false,
1736
+ "single_word": false,
1737
+ "special": true
1738
+ },
1739
+ "128217": {
1740
+ "content": "<|reserved_special_token_212|>",
1741
+ "lstrip": false,
1742
+ "normalized": false,
1743
+ "rstrip": false,
1744
+ "single_word": false,
1745
+ "special": true
1746
+ },
1747
+ "128218": {
1748
+ "content": "<|reserved_special_token_213|>",
1749
+ "lstrip": false,
1750
+ "normalized": false,
1751
+ "rstrip": false,
1752
+ "single_word": false,
1753
+ "special": true
1754
+ },
1755
+ "128219": {
1756
+ "content": "<|reserved_special_token_214|>",
1757
+ "lstrip": false,
1758
+ "normalized": false,
1759
+ "rstrip": false,
1760
+ "single_word": false,
1761
+ "special": true
1762
+ },
1763
+ "128220": {
1764
+ "content": "<|reserved_special_token_215|>",
1765
+ "lstrip": false,
1766
+ "normalized": false,
1767
+ "rstrip": false,
1768
+ "single_word": false,
1769
+ "special": true
1770
+ },
1771
+ "128221": {
1772
+ "content": "<|reserved_special_token_216|>",
1773
+ "lstrip": false,
1774
+ "normalized": false,
1775
+ "rstrip": false,
1776
+ "single_word": false,
1777
+ "special": true
1778
+ },
1779
+ "128222": {
1780
+ "content": "<|reserved_special_token_217|>",
1781
+ "lstrip": false,
1782
+ "normalized": false,
1783
+ "rstrip": false,
1784
+ "single_word": false,
1785
+ "special": true
1786
+ },
1787
+ "128223": {
1788
+ "content": "<|reserved_special_token_218|>",
1789
+ "lstrip": false,
1790
+ "normalized": false,
1791
+ "rstrip": false,
1792
+ "single_word": false,
1793
+ "special": true
1794
+ },
1795
+ "128224": {
1796
+ "content": "<|reserved_special_token_219|>",
1797
+ "lstrip": false,
1798
+ "normalized": false,
1799
+ "rstrip": false,
1800
+ "single_word": false,
1801
+ "special": true
1802
+ },
1803
+ "128225": {
1804
+ "content": "<|reserved_special_token_220|>",
1805
+ "lstrip": false,
1806
+ "normalized": false,
1807
+ "rstrip": false,
1808
+ "single_word": false,
1809
+ "special": true
1810
+ },
1811
+ "128226": {
1812
+ "content": "<|reserved_special_token_221|>",
1813
+ "lstrip": false,
1814
+ "normalized": false,
1815
+ "rstrip": false,
1816
+ "single_word": false,
1817
+ "special": true
1818
+ },
1819
+ "128227": {
1820
+ "content": "<|reserved_special_token_222|>",
1821
+ "lstrip": false,
1822
+ "normalized": false,
1823
+ "rstrip": false,
1824
+ "single_word": false,
1825
+ "special": true
1826
+ },
1827
+ "128228": {
1828
+ "content": "<|reserved_special_token_223|>",
1829
+ "lstrip": false,
1830
+ "normalized": false,
1831
+ "rstrip": false,
1832
+ "single_word": false,
1833
+ "special": true
1834
+ },
1835
+ "128229": {
1836
+ "content": "<|reserved_special_token_224|>",
1837
+ "lstrip": false,
1838
+ "normalized": false,
1839
+ "rstrip": false,
1840
+ "single_word": false,
1841
+ "special": true
1842
+ },
1843
+ "128230": {
1844
+ "content": "<|reserved_special_token_225|>",
1845
+ "lstrip": false,
1846
+ "normalized": false,
1847
+ "rstrip": false,
1848
+ "single_word": false,
1849
+ "special": true
1850
+ },
1851
+ "128231": {
1852
+ "content": "<|reserved_special_token_226|>",
1853
+ "lstrip": false,
1854
+ "normalized": false,
1855
+ "rstrip": false,
1856
+ "single_word": false,
1857
+ "special": true
1858
+ },
1859
+ "128232": {
1860
+ "content": "<|reserved_special_token_227|>",
1861
+ "lstrip": false,
1862
+ "normalized": false,
1863
+ "rstrip": false,
1864
+ "single_word": false,
1865
+ "special": true
1866
+ },
1867
+ "128233": {
1868
+ "content": "<|reserved_special_token_228|>",
1869
+ "lstrip": false,
1870
+ "normalized": false,
1871
+ "rstrip": false,
1872
+ "single_word": false,
1873
+ "special": true
1874
+ },
1875
+ "128234": {
1876
+ "content": "<|reserved_special_token_229|>",
1877
+ "lstrip": false,
1878
+ "normalized": false,
1879
+ "rstrip": false,
1880
+ "single_word": false,
1881
+ "special": true
1882
+ },
1883
+ "128235": {
1884
+ "content": "<|reserved_special_token_230|>",
1885
+ "lstrip": false,
1886
+ "normalized": false,
1887
+ "rstrip": false,
1888
+ "single_word": false,
1889
+ "special": true
1890
+ },
1891
+ "128236": {
1892
+ "content": "<|reserved_special_token_231|>",
1893
+ "lstrip": false,
1894
+ "normalized": false,
1895
+ "rstrip": false,
1896
+ "single_word": false,
1897
+ "special": true
1898
+ },
1899
+ "128237": {
1900
+ "content": "<|reserved_special_token_232|>",
1901
+ "lstrip": false,
1902
+ "normalized": false,
1903
+ "rstrip": false,
1904
+ "single_word": false,
1905
+ "special": true
1906
+ },
1907
+ "128238": {
1908
+ "content": "<|reserved_special_token_233|>",
1909
+ "lstrip": false,
1910
+ "normalized": false,
1911
+ "rstrip": false,
1912
+ "single_word": false,
1913
+ "special": true
1914
+ },
1915
+ "128239": {
1916
+ "content": "<|reserved_special_token_234|>",
1917
+ "lstrip": false,
1918
+ "normalized": false,
1919
+ "rstrip": false,
1920
+ "single_word": false,
1921
+ "special": true
1922
+ },
1923
+ "128240": {
1924
+ "content": "<|reserved_special_token_235|>",
1925
+ "lstrip": false,
1926
+ "normalized": false,
1927
+ "rstrip": false,
1928
+ "single_word": false,
1929
+ "special": true
1930
+ },
1931
+ "128241": {
1932
+ "content": "<|reserved_special_token_236|>",
1933
+ "lstrip": false,
1934
+ "normalized": false,
1935
+ "rstrip": false,
1936
+ "single_word": false,
1937
+ "special": true
1938
+ },
1939
+ "128242": {
1940
+ "content": "<|reserved_special_token_237|>",
1941
+ "lstrip": false,
1942
+ "normalized": false,
1943
+ "rstrip": false,
1944
+ "single_word": false,
1945
+ "special": true
1946
+ },
1947
+ "128243": {
1948
+ "content": "<|reserved_special_token_238|>",
1949
+ "lstrip": false,
1950
+ "normalized": false,
1951
+ "rstrip": false,
1952
+ "single_word": false,
1953
+ "special": true
1954
+ },
1955
+ "128244": {
1956
+ "content": "<|reserved_special_token_239|>",
1957
+ "lstrip": false,
1958
+ "normalized": false,
1959
+ "rstrip": false,
1960
+ "single_word": false,
1961
+ "special": true
1962
+ },
1963
+ "128245": {
1964
+ "content": "<|reserved_special_token_240|>",
1965
+ "lstrip": false,
1966
+ "normalized": false,
1967
+ "rstrip": false,
1968
+ "single_word": false,
1969
+ "special": true
1970
+ },
1971
+ "128246": {
1972
+ "content": "<|reserved_special_token_241|>",
1973
+ "lstrip": false,
1974
+ "normalized": false,
1975
+ "rstrip": false,
1976
+ "single_word": false,
1977
+ "special": true
1978
+ },
1979
+ "128247": {
1980
+ "content": "<|reserved_special_token_242|>",
1981
+ "lstrip": false,
1982
+ "normalized": false,
1983
+ "rstrip": false,
1984
+ "single_word": false,
1985
+ "special": true
1986
+ },
1987
+ "128248": {
1988
+ "content": "<|reserved_special_token_243|>",
1989
+ "lstrip": false,
1990
+ "normalized": false,
1991
+ "rstrip": false,
1992
+ "single_word": false,
1993
+ "special": true
1994
+ },
1995
+ "128249": {
1996
+ "content": "<|reserved_special_token_244|>",
1997
+ "lstrip": false,
1998
+ "normalized": false,
1999
+ "rstrip": false,
2000
+ "single_word": false,
2001
+ "special": true
2002
+ },
2003
+ "128250": {
2004
+ "content": "<|reserved_special_token_245|>",
2005
+ "lstrip": false,
2006
+ "normalized": false,
2007
+ "rstrip": false,
2008
+ "single_word": false,
2009
+ "special": true
2010
+ },
2011
+ "128251": {
2012
+ "content": "<|reserved_special_token_246|>",
2013
+ "lstrip": false,
2014
+ "normalized": false,
2015
+ "rstrip": false,
2016
+ "single_word": false,
2017
+ "special": true
2018
+ },
2019
+ "128252": {
2020
+ "content": "<|reserved_special_token_247|>",
2021
+ "lstrip": false,
2022
+ "normalized": false,
2023
+ "rstrip": false,
2024
+ "single_word": false,
2025
+ "special": true
2026
+ },
2027
+ "128253": {
2028
+ "content": "<|reserved_special_token_248|>",
2029
+ "lstrip": false,
2030
+ "normalized": false,
2031
+ "rstrip": false,
2032
+ "single_word": false,
2033
+ "special": true
2034
+ },
2035
+ "128254": {
2036
+ "content": "<|reserved_special_token_249|>",
2037
+ "lstrip": false,
2038
+ "normalized": false,
2039
+ "rstrip": false,
2040
+ "single_word": false,
2041
+ "special": true
2042
+ },
2043
+ "128255": {
2044
+ "content": "<|reserved_special_token_250|>",
2045
+ "lstrip": false,
2046
+ "normalized": false,
2047
+ "rstrip": false,
2048
+ "single_word": false,
2049
+ "special": true
2050
+ }
2051
+ },
2052
+ "bos_token": "<|begin_of_text|>",
2053
+ "chat_template": "{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
2054
+ "clean_up_tokenization_spaces": true,
2055
+ "eos_token": "<|end_of_text|>",
2056
+ "model_input_names": [
2057
+ "input_ids",
2058
+ "attention_mask"
2059
+ ],
2060
+ "model_max_length": 1000000000000000019884624838656,
2061
+ "pad_token": "<|end_of_text|>",
2062
+ "padding_side": "left",
2063
+ "tokenizer_class": "PreTrainedTokenizerFast"
2064
+ }
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/LICENSE ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ META LLAMA 3 COMMUNITY LICENSE AGREEMENT
2
+ Meta Llama 3 Version Release Date: April 18, 2024
3
+
4
+ “Agreement” means the terms and conditions for use, reproduction, distribution and modification of the
5
+ Llama Materials set forth herein.
6
+
7
+ “Documentation” means the specifications, manuals and documentation accompanying Meta Llama 3
8
+ distributed by Meta at https://llama.meta.com/get-started/.
9
+
10
+ “Licensee” or “you” means you, or your employer or any other person or entity (if you are entering into
11
+ this Agreement on such person or entity’s behalf), of the age required under applicable laws, rules or
12
+ regulations to provide legal consent and that has legal authority to bind your employer or such other
13
+ person or entity if you are entering in this Agreement on their behalf.
14
+
15
+ “Meta Llama 3” means the foundational large language models and software and algorithms, including
16
+ machine-learning model code, trained model weights, inference-enabling code, training-enabling code,
17
+ fine-tuning enabling code and other elements of the foregoing distributed by Meta at
18
+ https://llama.meta.com/llama-downloads.
19
+
20
+ “Llama Materials” means, collectively, Meta’s proprietary Meta Llama 3 and Documentation (and any
21
+ portion thereof) made available under this Agreement.
22
+
23
+ “Meta” or “we” means Meta Platforms Ireland Limited (if you are located in or, if you are an entity, your
24
+ principal place of business is in the EEA or Switzerland) and Meta Platforms, Inc. (if you are located
25
+ outside of the EEA or Switzerland).
26
+
27
+ By clicking “I Accept” below or by using or distributing any portion or element of the Llama Materials,
28
+ you agree to be bound by this Agreement.
29
+
30
+ 1. License Rights and Redistribution.
31
+
32
+ a. Grant of Rights. You are granted a non-exclusive, worldwide, non-transferable and royalty-free
33
+ limited license under Meta’s intellectual property or other rights owned by Meta embodied in the Llama
34
+ Materials to use, reproduce, distribute, copy, create derivative works of, and make modifications to the
35
+ Llama Materials.
36
+
37
+ b. Redistribution and Use.
38
+
39
+ i. If you distribute or make available the Llama Materials (or any derivative works
40
+ thereof), or a product or service that uses any of them, including another AI model, you shall (A) provide
41
+ a copy of this Agreement with any such Llama Materials; and (B) prominently display “Built with Meta
42
+ Llama 3” on a related website, user interface, blogpost, about page, or product documentation. If you
43
+ use the Llama Materials to create, train, fine tune, or otherwise improve an AI model, which is
44
+ distributed or made available, you shall also include “Llama 3” at the beginning of any such AI model
45
+ name.
46
+
47
+ ii. If you receive Llama Materials, or any derivative works thereof, from a Licensee as part
48
+ of an integrated end user product, then Section 2 of this Agreement will not apply to you.
49
+
50
+ iii. You must retain in all copies of the Llama Materials that you distribute the following
51
+ attribution notice within a “Notice” text file distributed as a part of such copies: “Meta Llama 3 is
52
+ licensed under the Meta Llama 3 Community License, Copyright © Meta Platforms, Inc. All Rights
53
+ Reserved.”
54
+
55
+ iv. Your use of the Llama Materials must comply with applicable laws and regulations
56
+ (including trade compliance laws and regulations) and adhere to the Acceptable Use Policy for the Llama
57
+ Materials (available at https://llama.meta.com/llama3/use-policy), which is hereby incorporated by
58
+ reference into this Agreement.
59
+
60
+ v. You will not use the Llama Materials or any output or results of the Llama Materials to
61
+ improve any other large language model (excluding Meta Llama 3 or derivative works thereof).
62
+
63
+ 2. Additional Commercial Terms. If, on the Meta Llama 3 version release date, the monthly active users
64
+ of the products or services made available by or for Licensee, or Licensee’s affiliates, is greater than 700
65
+ million monthly active users in the preceding calendar month, you must request a license from Meta,
66
+ which Meta may grant to you in its sole discretion, and you are not authorized to exercise any of the
67
+ rights under this Agreement unless or until Meta otherwise expressly grants you such rights.
68
+
69
+ 3. Disclaimer of Warranty. UNLESS REQUIRED BY APPLICABLE LAW, THE LLAMA MATERIALS AND ANY
70
+ OUTPUT AND RESULTS THEREFROM ARE PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OF
71
+ ANY KIND, AND META DISCLAIMS ALL WARRANTIES OF ANY KIND, BOTH EXPRESS AND IMPLIED,
72
+ INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF TITLE, NON-INFRINGEMENT,
73
+ MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR
74
+ DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING THE LLAMA MATERIALS AND
75
+ ASSUME ANY RISKS ASSOCIATED WITH YOUR USE OF THE LLAMA MATERIALS AND ANY OUTPUT AND
76
+ RESULTS.
77
+
78
+ 4. Limitation of Liability. IN NO EVENT WILL META OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF
79
+ LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING
80
+ OUT OF THIS AGREEMENT, FOR ANY LOST PROFITS OR ANY INDIRECT, SPECIAL, CONSEQUENTIAL,
81
+ INCIDENTAL, EXEMPLARY OR PUNITIVE DAMAGES, EVEN IF META OR ITS AFFILIATES HAVE BEEN ADVISED
82
+ OF THE POSSIBILITY OF ANY OF THE FOREGOING.
83
+
84
+ 5. Intellectual Property.
85
+
86
+ a. No trademark licenses are granted under this Agreement, and in connection with the Llama
87
+ Materials, neither Meta nor Licensee may use any name or mark owned by or associated with the other
88
+ or any of its affiliates, except as required for reasonable and customary use in describing and
89
+ redistributing the Llama Materials or as set forth in this Section 5(a). Meta hereby grants you a license to
90
+ use “Llama 3” (the “Mark”) solely as required to comply with the last sentence of Section 1.b.i. You will
91
+ comply with Meta’s brand guidelines (currently accessible at
92
+ https://about.meta.com/brand/resources/meta/company-brand/ ). All goodwill arising out of your use
93
+ of the Mark will inure to the benefit of Meta.
94
+
95
+ b. Subject to Meta’s ownership of Llama Materials and derivatives made by or for Meta, with
96
+ respect to any derivative works and modifications of the Llama Materials that are made by you, as
97
+ between you and Meta, you are and will be the owner of such derivative works and modifications.
98
+
99
+ c. If you institute litigation or other proceedings against Meta or any entity (including a
100
+ cross-claim or counterclaim in a lawsuit) alleging that the Llama Materials or Meta Llama 3 outputs or
101
+ results, or any portion of any of the foregoing, constitutes infringement of intellectual property or other
102
+ rights owned or licensable by you, then any licenses granted to you under this Agreement shall
103
+ terminate as of the date such litigation or claim is filed or instituted. You will indemnify and hold
104
+ harmless Meta from and against any claim by any third party arising out of or related to your use or
105
+ distribution of the Llama Materials.
106
+
107
+ 6. Term and Termination. The term of this Agreement will commence upon your acceptance of this
108
+ Agreement or access to the Llama Materials and will continue in full force and effect until terminated in
109
+ accordance with the terms and conditions herein. Meta may terminate this Agreement if you are in
110
+ breach of any term or condition of this Agreement. Upon termination of this Agreement, you shall delete
111
+ and cease use of the Llama Materials. Sections 3, 4 and 7 shall survive the termination of this
112
+ Agreement.
113
+
114
+ 7. Governing Law and Jurisdiction. This Agreement will be governed and construed under the laws of
115
+ the State of California without regard to choice of law principles, and the UN Convention on Contracts
116
+ for the International Sale of Goods does not apply to this Agreement. The courts of California shall have
117
+ exclusive jurisdiction of any dispute arising out of this Agreement.
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/README.md ADDED
@@ -0,0 +1,819 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - facebook
7
+ - meta
8
+ - pytorch
9
+ - llama
10
+ - llama-3
11
+ license: llama3
12
+ new_version: meta-llama/Llama-3.1-8B-Instruct
13
+ extra_gated_prompt: >-
14
+ ### META LLAMA 3 COMMUNITY LICENSE AGREEMENT
15
+
16
+ Meta Llama 3 Version Release Date: April 18, 2024
17
+
18
+ "Agreement" means the terms and conditions for use, reproduction, distribution and modification of the
19
+ Llama Materials set forth herein.
20
+
21
+ "Documentation" means the specifications, manuals and documentation accompanying Meta Llama 3
22
+ distributed by Meta at https://llama.meta.com/get-started/.
23
+
24
+ "Licensee" or "you" means you, or your employer or any other person or entity (if you are entering into
25
+ this Agreement on such person or entity’s behalf), of the age required under applicable laws, rules or
26
+ regulations to provide legal consent and that has legal authority to bind your employer or such other
27
+ person or entity if you are entering in this Agreement on their behalf.
28
+
29
+ "Meta Llama 3" means the foundational large language models and software and algorithms, including
30
+ machine-learning model code, trained model weights, inference-enabling code, training-enabling code,
31
+ fine-tuning enabling code and other elements of the foregoing distributed by Meta at
32
+ https://llama.meta.com/llama-downloads.
33
+
34
+ "Llama Materials" means, collectively, Meta’s proprietary Meta Llama 3 and Documentation (and any
35
+ portion thereof) made available under this Agreement.
36
+
37
+ "Meta" or "we" means Meta Platforms Ireland Limited (if you are located in or, if you are an entity, your
38
+ principal place of business is in the EEA or Switzerland) and Meta Platforms, Inc. (if you are located
39
+ outside of the EEA or Switzerland).
40
+
41
+ 1. License Rights and Redistribution.
42
+
43
+ a. Grant of Rights. You are granted a non-exclusive, worldwide, non-transferable and royalty-free
44
+ limited license under Meta’s intellectual property or other rights owned by Meta embodied in the Llama
45
+ Materials to use, reproduce, distribute, copy, create derivative works of, and make modifications to the
46
+ Llama Materials.
47
+
48
+ b. Redistribution and Use.
49
+
50
+ i. If you distribute or make available the Llama Materials (or any derivative works
51
+ thereof), or a product or service that uses any of them, including another AI model, you shall (A) provide
52
+ a copy of this Agreement with any such Llama Materials; and (B) prominently display “Built with Meta
53
+ Llama 3” on a related website, user interface, blogpost, about page, or product documentation. If you
54
+ use the Llama Materials to create, train, fine tune, or otherwise improve an AI model, which is
55
+ distributed or made available, you shall also include “Llama 3” at the beginning of any such AI model
56
+ name.
57
+
58
+ ii. If you receive Llama Materials, or any derivative works thereof, from a Licensee as part
59
+ of an integrated end user product, then Section 2 of this Agreement will not apply to you.
60
+
61
+ iii. You must retain in all copies of the Llama Materials that you distribute the following
62
+ attribution notice within a “Notice” text file distributed as a part of such copies: “Meta Llama 3 is
63
+ licensed under the Meta Llama 3 Community License, Copyright © Meta Platforms, Inc. All Rights
64
+ Reserved.”
65
+
66
+ iv. Your use of the Llama Materials must comply with applicable laws and regulations
67
+ (including trade compliance laws and regulations) and adhere to the Acceptable Use Policy for the Llama
68
+ Materials (available at https://llama.meta.com/llama3/use-policy), which is hereby incorporated by
69
+ reference into this Agreement.
70
+
71
+ v. You will not use the Llama Materials or any output or results of the Llama Materials to
72
+ improve any other large language model (excluding Meta Llama 3 or derivative works thereof).
73
+
74
+ 2. Additional Commercial Terms. If, on the Meta Llama 3 version release date, the monthly active users
75
+ of the products or services made available by or for Licensee, or Licensee’s affiliates, is greater than 700
76
+ million monthly active users in the preceding calendar month, you must request a license from Meta,
77
+ which Meta may grant to you in its sole discretion, and you are not authorized to exercise any of the
78
+ rights under this Agreement unless or until Meta otherwise expressly grants you such rights.
79
+
80
+ 3. Disclaimer of Warranty. UNLESS REQUIRED BY APPLICABLE LAW, THE LLAMA MATERIALS AND ANY
81
+ OUTPUT AND RESULTS THEREFROM ARE PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OF
82
+ ANY KIND, AND META DISCLAIMS ALL WARRANTIES OF ANY KIND, BOTH EXPRESS AND IMPLIED,
83
+ INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF TITLE, NON-INFRINGEMENT,
84
+ MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR
85
+ DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING THE LLAMA MATERIALS AND
86
+ ASSUME ANY RISKS ASSOCIATED WITH YOUR USE OF THE LLAMA MATERIALS AND ANY OUTPUT AND
87
+ RESULTS.
88
+
89
+ 4. Limitation of Liability. IN NO EVENT WILL META OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF
90
+ LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING
91
+ OUT OF THIS AGREEMENT, FOR ANY LOST PROFITS OR ANY INDIRECT, SPECIAL, CONSEQUENTIAL,
92
+ INCIDENTAL, EXEMPLARY OR PUNITIVE DAMAGES, EVEN IF META OR ITS AFFILIATES HAVE BEEN ADVISED
93
+ OF THE POSSIBILITY OF ANY OF THE FOREGOING.
94
+
95
+ 5. Intellectual Property.
96
+
97
+ a. No trademark licenses are granted under this Agreement, and in connection with the Llama
98
+ Materials, neither Meta nor Licensee may use any name or mark owned by or associated with the other
99
+ or any of its affiliates, except as required for reasonable and customary use in describing and
100
+ redistributing the Llama Materials or as set forth in this Section 5(a). Meta hereby grants you a license to
101
+ use “Llama 3” (the “Mark”) solely as required to comply with the last sentence of Section 1.b.i. You will
102
+ comply with Meta’s brand guidelines (currently accessible at
103
+ https://about.meta.com/brand/resources/meta/company-brand/ ). All goodwill arising out of your use
104
+ of the Mark will inure to the benefit of Meta.
105
+
106
+ b. Subject to Meta’s ownership of Llama Materials and derivatives made by or for Meta, with
107
+ respect to any derivative works and modifications of the Llama Materials that are made by you, as
108
+ between you and Meta, you are and will be the owner of such derivative works and modifications.
109
+
110
+ c. If you institute litigation or other proceedings against Meta or any entity (including a
111
+ cross-claim or counterclaim in a lawsuit) alleging that the Llama Materials or Meta Llama 3 outputs or
112
+ results, or any portion of any of the foregoing, constitutes infringement of intellectual property or other
113
+ rights owned or licensable by you, then any licenses granted to you under this Agreement shall
114
+ terminate as of the date such litigation or claim is filed or instituted. You will indemnify and hold
115
+ harmless Meta from and against any claim by any third party arising out of or related to your use or
116
+ distribution of the Llama Materials.
117
+
118
+ 6. Term and Termination. The term of this Agreement will commence upon your acceptance of this
119
+ Agreement or access to the Llama Materials and will continue in full force and effect until terminated in
120
+ accordance with the terms and conditions herein. Meta may terminate this Agreement if you are in
121
+ breach of any term or condition of this Agreement. Upon termination of this Agreement, you shall delete
122
+ and cease use of the Llama Materials. Sections 3, 4 and 7 shall survive the termination of this
123
+ Agreement.
124
+
125
+ 7. Governing Law and Jurisdiction. This Agreement will be governed and construed under the laws of
126
+ the State of California without regard to choice of law principles, and the UN Convention on Contracts
127
+ for the International Sale of Goods does not apply to this Agreement. The courts of California shall have
128
+ exclusive jurisdiction of any dispute arising out of this Agreement.
129
+
130
+ ### Meta Llama 3 Acceptable Use Policy
131
+
132
+ Meta is committed to promoting safe and fair use of its tools and features, including Meta Llama 3. If you
133
+ access or use Meta Llama 3, you agree to this Acceptable Use Policy (“Policy”). The most recent copy of
134
+ this policy can be found at [https://llama.meta.com/llama3/use-policy](https://llama.meta.com/llama3/use-policy)
135
+
136
+ #### Prohibited Uses
137
+
138
+ We want everyone to use Meta Llama 3 safely and responsibly. You agree you will not use, or allow
139
+ others to use, Meta Llama 3 to:
140
+ 1. Violate the law or others’ rights, including to:
141
+ 1. Engage in, promote, generate, contribute to, encourage, plan, incite, or further illegal or unlawful activity or content, such as:
142
+ 1. Violence or terrorism
143
+ 2. Exploitation or harm to children, including the solicitation, creation, acquisition, or dissemination of child exploitative content or failure to report Child Sexual Abuse Material
144
+ 3. Human trafficking, exploitation, and sexual violence
145
+ 4. The illegal distribution of information or materials to minors, including obscene materials, or failure to employ legally required age-gating in connection with such information or materials.
146
+ 5. Sexual solicitation
147
+ 6. Any other criminal activity
148
+ 2. Engage in, promote, incite, or facilitate the harassment, abuse, threatening, or bullying of individuals or groups of individuals
149
+ 3. Engage in, promote, incite, or facilitate discrimination or other unlawful or harmful conduct in the provision of employment, employment benefits, credit, housing, other economic benefits, or other essential goods and services
150
+ 4. Engage in the unauthorized or unlicensed practice of any profession including, but not limited to, financial, legal, medical/health, or related professional practices
151
+ 5. Collect, process, disclose, generate, or infer health, demographic, or other sensitive personal or private information about individuals without rights and consents required by applicable laws
152
+ 6. Engage in or facilitate any action or generate any content that infringes, misappropriates, or otherwise violates any third-party rights, including the outputs or results of any products or services using the Llama Materials
153
+ 7. Create, generate, or facilitate the creation of malicious code, malware, computer viruses or do anything else that could disable, overburden, interfere with or impair the proper working, integrity, operation or appearance of a website or computer system
154
+ 2. Engage in, promote, incite, facilitate, or assist in the planning or development of activities that present a risk of death or bodily harm to individuals, including use of Meta Llama 3 related to the following:
155
+ 1. Military, warfare, nuclear industries or applications, espionage, use for materials or activities that are subject to the International Traffic Arms Regulations (ITAR) maintained by the United States Department of State
156
+ 2. Guns and illegal weapons (including weapon development)
157
+ 3. Illegal drugs and regulated/controlled substances
158
+ 4. Operation of critical infrastructure, transportation technologies, or heavy machinery
159
+ 5. Self-harm or harm to others, including suicide, cutting, and eating disorders
160
+ 6. Any content intended to incite or promote violence, abuse, or any infliction of bodily harm to an individual
161
+ 3. Intentionally deceive or mislead others, including use of Meta Llama 3 related to the following:
162
+ 1. Generating, promoting, or furthering fraud or the creation or promotion of disinformation
163
+ 2. Generating, promoting, or furthering defamatory content, including the creation of defamatory statements, images, or other content
164
+ 3. Generating, promoting, or further distributing spam
165
+ 4. Impersonating another individual without consent, authorization, or legal right
166
+ 5. Representing that the use of Meta Llama 3 or outputs are human-generated
167
+ 6. Generating or facilitating false online engagement, including fake reviews and other means of fake online engagement
168
+ 4. Fail to appropriately disclose to end users any known dangers of your AI system
169
+
170
+ Please report any violation of this Policy, software “bug,” or other problems that could lead to a violation
171
+ of this Policy through one of the following means:
172
+ * Reporting issues with the model: [https://github.com/meta-llama/llama3](https://github.com/meta-llama/llama3)
173
+ * Reporting risky content generated by the model:
174
+ developers.facebook.com/llama_output_feedback
175
+ * Reporting bugs and security concerns: facebook.com/whitehat/info
176
+ * Reporting violations of the Acceptable Use Policy or unlicensed uses of Meta Llama 3: LlamaUseReport@meta.com
177
+ extra_gated_fields:
178
+ First Name: text
179
+ Last Name: text
180
+ Date of birth: date_picker
181
+ Country: country
182
+ Affiliation: text
183
+ geo: ip_location
184
+ By clicking Submit below I accept the terms of the license and acknowledge that the information I provide will be collected stored processed and shared in accordance with the Meta Privacy Policy: checkbox
185
+ extra_gated_description: The information you provide will be collected, stored, processed and shared in accordance with the [Meta Privacy Policy](https://www.facebook.com/privacy/policy/).
186
+ extra_gated_button_content: Submit
187
+ widget:
188
+ - example_title: Hello
189
+ messages:
190
+ - role: user
191
+ content: Hey my name is Julien! How are you?
192
+ - example_title: Winter holidays
193
+ messages:
194
+ - role: system
195
+ content: You are a helpful and honest assistant. Please, respond concisely and truthfully.
196
+ - role: user
197
+ content: Can you recommend a good destination for Winter holidays?
198
+ - example_title: Programming assistant
199
+ messages:
200
+ - role: system
201
+ content: You are a helpful and honest code and programming assistant. Please, respond concisely and truthfully.
202
+ - role: user
203
+ content: Write a function that computes the nth fibonacci number.
204
+ ---
205
+
206
+ ## Model Details
207
+
208
+ Meta developed and released the Meta Llama 3 family of large language models (LLMs), a collection of pretrained and instruction tuned generative text models in 8 and 70B sizes. The Llama 3 instruction tuned models are optimized for dialogue use cases and outperform many of the available open source chat models on common industry benchmarks. Further, in developing these models, we took great care to optimize helpfulness and safety.
209
+
210
+ **Model developers** Meta
211
+
212
+ **Variations** Llama 3 comes in two sizes — 8B and 70B parameters — in pre-trained and instruction tuned variants.
213
+
214
+ **Input** Models input text only.
215
+
216
+ **Output** Models generate text and code only.
217
+
218
+ **Model Architecture** Llama 3 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.
219
+
220
+
221
+ <table>
222
+ <tr>
223
+ <td>
224
+ </td>
225
+ <td><strong>Training Data</strong>
226
+ </td>
227
+ <td><strong>Params</strong>
228
+ </td>
229
+ <td><strong>Context length</strong>
230
+ </td>
231
+ <td><strong>GQA</strong>
232
+ </td>
233
+ <td><strong>Token count</strong>
234
+ </td>
235
+ <td><strong>Knowledge cutoff</strong>
236
+ </td>
237
+ </tr>
238
+ <tr>
239
+ <td rowspan="2" >Llama 3
240
+ </td>
241
+ <td rowspan="2" >A new mix of publicly available online data.
242
+ </td>
243
+ <td>8B
244
+ </td>
245
+ <td>8k
246
+ </td>
247
+ <td>Yes
248
+ </td>
249
+ <td rowspan="2" >15T+
250
+ </td>
251
+ <td>March, 2023
252
+ </td>
253
+ </tr>
254
+ <tr>
255
+ <td>70B
256
+ </td>
257
+ <td>8k
258
+ </td>
259
+ <td>Yes
260
+ </td>
261
+ <td>December, 2023
262
+ </td>
263
+ </tr>
264
+ </table>
265
+
266
+
267
+ **Llama 3 family of models**. Token counts refer to pretraining data only. Both the 8 and 70B versions use Grouped-Query Attention (GQA) for improved inference scalability.
268
+
269
+ **Model Release Date** April 18, 2024.
270
+
271
+ **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.
272
+
273
+ **License** A custom commercial license is available at: [https://llama.meta.com/llama3/license](https://llama.meta.com/llama3/license)
274
+
275
+ 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 in applications, please go [here](https://github.com/meta-llama/llama-recipes).
276
+
277
+
278
+ ## Intended Use
279
+
280
+ **Intended Use Cases** Llama 3 is intended for commercial and research use in English. Instruction tuned models are intended for assistant-like chat, whereas pretrained models can be adapted for a variety of natural language generation tasks.
281
+
282
+ **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 Community License. Use in languages other than English**.
283
+
284
+ **Note: Developers may fine-tune Llama 3 models for languages beyond English provided they comply with the Llama 3 Community License and the Acceptable Use Policy.
285
+
286
+ ## How to use
287
+
288
+ This repository contains two versions of Meta-Llama-3-8B-Instruct, for use with transformers and with the original `llama3` codebase.
289
+
290
+ ### Use with transformers
291
+
292
+ You can run conversational inference using the Transformers pipeline abstraction, or by leveraging the Auto classes with the `generate()` function. Let's see examples of both.
293
+
294
+ #### Transformers pipeline
295
+
296
+ ```python
297
+ import transformers
298
+ import torch
299
+
300
+ model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
301
+
302
+ pipeline = transformers.pipeline(
303
+ "text-generation",
304
+ model=model_id,
305
+ model_kwargs={"torch_dtype": torch.bfloat16},
306
+ device_map="auto",
307
+ )
308
+
309
+ messages = [
310
+ {"role": "system", "content": "You are a pirate chatbot who always responds in pirate speak!"},
311
+ {"role": "user", "content": "Who are you?"},
312
+ ]
313
+
314
+ terminators = [
315
+ pipeline.tokenizer.eos_token_id,
316
+ pipeline.tokenizer.convert_tokens_to_ids("<|eot_id|>")
317
+ ]
318
+
319
+ outputs = pipeline(
320
+ messages,
321
+ max_new_tokens=256,
322
+ eos_token_id=terminators,
323
+ do_sample=True,
324
+ temperature=0.6,
325
+ top_p=0.9,
326
+ )
327
+ print(outputs[0]["generated_text"][-1])
328
+ ```
329
+
330
+ #### Transformers AutoModelForCausalLM
331
+
332
+ ```python
333
+ from transformers import AutoTokenizer, AutoModelForCausalLM
334
+ import torch
335
+
336
+ model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
337
+
338
+ tokenizer = AutoTokenizer.from_pretrained(model_id)
339
+ model = AutoModelForCausalLM.from_pretrained(
340
+ model_id,
341
+ torch_dtype=torch.bfloat16,
342
+ device_map="auto",
343
+ )
344
+
345
+ messages = [
346
+ {"role": "system", "content": "You are a pirate chatbot who always responds in pirate speak!"},
347
+ {"role": "user", "content": "Who are you?"},
348
+ ]
349
+
350
+ input_ids = tokenizer.apply_chat_template(
351
+ messages,
352
+ add_generation_prompt=True,
353
+ return_tensors="pt"
354
+ ).to(model.device)
355
+
356
+ terminators = [
357
+ tokenizer.eos_token_id,
358
+ tokenizer.convert_tokens_to_ids("<|eot_id|>")
359
+ ]
360
+
361
+ outputs = model.generate(
362
+ input_ids,
363
+ max_new_tokens=256,
364
+ eos_token_id=terminators,
365
+ do_sample=True,
366
+ temperature=0.6,
367
+ top_p=0.9,
368
+ )
369
+ response = outputs[0][input_ids.shape[-1]:]
370
+ print(tokenizer.decode(response, skip_special_tokens=True))
371
+ ```
372
+
373
+
374
+ ### Use with `llama3`
375
+
376
+ Please, follow the instructions in the [repository](https://github.com/meta-llama/llama3)
377
+
378
+ To download Original checkpoints, see the example command below leveraging `huggingface-cli`:
379
+
380
+ ```
381
+ huggingface-cli download meta-llama/Meta-Llama-3-8B-Instruct --include "original/*" --local-dir Meta-Llama-3-8B-Instruct
382
+ ```
383
+
384
+ For Hugging Face support, we recommend using transformers or TGI, but a similar command works.
385
+
386
+ ## Hardware and Software
387
+
388
+ **Training Factors** We used custom training libraries, Meta's Research SuperCluster, and production clusters for pretraining. Fine-tuning, annotation, and evaluation were also performed on third-party cloud compute.
389
+
390
+ **Carbon Footprint Pretraining utilized a cumulative** 7.7M GPU hours of computation on hardware of type H100-80GB (TDP of 700W). Estimated total emissions were 2290 tCO2eq, 100% of which were offset by Meta’s sustainability program.
391
+
392
+
393
+ <table>
394
+ <tr>
395
+ <td>
396
+ </td>
397
+ <td><strong>Time (GPU hours)</strong>
398
+ </td>
399
+ <td><strong>Power Consumption (W)</strong>
400
+ </td>
401
+ <td><strong>Carbon Emitted(tCO2eq)</strong>
402
+ </td>
403
+ </tr>
404
+ <tr>
405
+ <td>Llama 3 8B
406
+ </td>
407
+ <td>1.3M
408
+ </td>
409
+ <td>700
410
+ </td>
411
+ <td>390
412
+ </td>
413
+ </tr>
414
+ <tr>
415
+ <td>Llama 3 70B
416
+ </td>
417
+ <td>6.4M
418
+ </td>
419
+ <td>700
420
+ </td>
421
+ <td>1900
422
+ </td>
423
+ </tr>
424
+ <tr>
425
+ <td>Total
426
+ </td>
427
+ <td>7.7M
428
+ </td>
429
+ <td>
430
+ </td>
431
+ <td>2290
432
+ </td>
433
+ </tr>
434
+ </table>
435
+
436
+
437
+
438
+ **CO2 emissions during pre-training**. Time: total GPU time required for training each model. Power Consumption: peak power capacity per GPU device for the GPUs used adjusted for power usage efficiency. 100% of the emissions are directly offset by Meta's sustainability program, and because we are openly releasing these models, the pretraining costs do not need to be incurred by others.
439
+
440
+
441
+ ## Training Data
442
+
443
+ **Overview** Llama 3 was pretrained on over 15 trillion tokens of data from publicly available sources. The fine-tuning data includes publicly available instruction datasets, as well as over 10M human-annotated examples. Neither the pretraining nor the fine-tuning datasets include Meta user data.
444
+
445
+ **Data Freshness** The pretraining data has a cutoff of March 2023 for the 8B and December 2023 for the 70B models respectively.
446
+
447
+
448
+ ## Benchmarks
449
+
450
+ In this section, we report the results for Llama 3 models on standard automatic benchmarks. For all the evaluations, we use our internal evaluations library. For details on the methodology see [here](https://github.com/meta-llama/llama3/blob/main/eval_methodology.md).
451
+
452
+
453
+ ### Base pretrained models
454
+
455
+
456
+ <table>
457
+ <tr>
458
+ <td><strong>Category</strong>
459
+ </td>
460
+ <td><strong>Benchmark</strong>
461
+ </td>
462
+ <td><strong>Llama 3 8B</strong>
463
+ </td>
464
+ <td><strong>Llama2 7B</strong>
465
+ </td>
466
+ <td><strong>Llama2 13B</strong>
467
+ </td>
468
+ <td><strong>Llama 3 70B</strong>
469
+ </td>
470
+ <td><strong>Llama2 70B</strong>
471
+ </td>
472
+ </tr>
473
+ <tr>
474
+ <td rowspan="6" >General
475
+ </td>
476
+ <td>MMLU (5-shot)
477
+ </td>
478
+ <td>66.6
479
+ </td>
480
+ <td>45.7
481
+ </td>
482
+ <td>53.8
483
+ </td>
484
+ <td>79.5
485
+ </td>
486
+ <td>69.7
487
+ </td>
488
+ </tr>
489
+ <tr>
490
+ <td>AGIEval English (3-5 shot)
491
+ </td>
492
+ <td>45.9
493
+ </td>
494
+ <td>28.8
495
+ </td>
496
+ <td>38.7
497
+ </td>
498
+ <td>63.0
499
+ </td>
500
+ <td>54.8
501
+ </td>
502
+ </tr>
503
+ <tr>
504
+ <td>CommonSenseQA (7-shot)
505
+ </td>
506
+ <td>72.6
507
+ </td>
508
+ <td>57.6
509
+ </td>
510
+ <td>67.6
511
+ </td>
512
+ <td>83.8
513
+ </td>
514
+ <td>78.7
515
+ </td>
516
+ </tr>
517
+ <tr>
518
+ <td>Winogrande (5-shot)
519
+ </td>
520
+ <td>76.1
521
+ </td>
522
+ <td>73.3
523
+ </td>
524
+ <td>75.4
525
+ </td>
526
+ <td>83.1
527
+ </td>
528
+ <td>81.8
529
+ </td>
530
+ </tr>
531
+ <tr>
532
+ <td>BIG-Bench Hard (3-shot, CoT)
533
+ </td>
534
+ <td>61.1
535
+ </td>
536
+ <td>38.1
537
+ </td>
538
+ <td>47.0
539
+ </td>
540
+ <td>81.3
541
+ </td>
542
+ <td>65.7
543
+ </td>
544
+ </tr>
545
+ <tr>
546
+ <td>ARC-Challenge (25-shot)
547
+ </td>
548
+ <td>78.6
549
+ </td>
550
+ <td>53.7
551
+ </td>
552
+ <td>67.6
553
+ </td>
554
+ <td>93.0
555
+ </td>
556
+ <td>85.3
557
+ </td>
558
+ </tr>
559
+ <tr>
560
+ <td>Knowledge reasoning
561
+ </td>
562
+ <td>TriviaQA-Wiki (5-shot)
563
+ </td>
564
+ <td>78.5
565
+ </td>
566
+ <td>72.1
567
+ </td>
568
+ <td>79.6
569
+ </td>
570
+ <td>89.7
571
+ </td>
572
+ <td>87.5
573
+ </td>
574
+ </tr>
575
+ <tr>
576
+ <td rowspan="4" >Reading comprehension
577
+ </td>
578
+ <td>SQuAD (1-shot)
579
+ </td>
580
+ <td>76.4
581
+ </td>
582
+ <td>72.2
583
+ </td>
584
+ <td>72.1
585
+ </td>
586
+ <td>85.6
587
+ </td>
588
+ <td>82.6
589
+ </td>
590
+ </tr>
591
+ <tr>
592
+ <td>QuAC (1-shot, F1)
593
+ </td>
594
+ <td>44.4
595
+ </td>
596
+ <td>39.6
597
+ </td>
598
+ <td>44.9
599
+ </td>
600
+ <td>51.1
601
+ </td>
602
+ <td>49.4
603
+ </td>
604
+ </tr>
605
+ <tr>
606
+ <td>BoolQ (0-shot)
607
+ </td>
608
+ <td>75.7
609
+ </td>
610
+ <td>65.5
611
+ </td>
612
+ <td>66.9
613
+ </td>
614
+ <td>79.0
615
+ </td>
616
+ <td>73.1
617
+ </td>
618
+ </tr>
619
+ <tr>
620
+ <td>DROP (3-shot, F1)
621
+ </td>
622
+ <td>58.4
623
+ </td>
624
+ <td>37.9
625
+ </td>
626
+ <td>49.8
627
+ </td>
628
+ <td>79.7
629
+ </td>
630
+ <td>70.2
631
+ </td>
632
+ </tr>
633
+ </table>
634
+
635
+
636
+
637
+ ### Instruction tuned models
638
+
639
+
640
+ <table>
641
+ <tr>
642
+ <td><strong>Benchmark</strong>
643
+ </td>
644
+ <td><strong>Llama 3 8B</strong>
645
+ </td>
646
+ <td><strong>Llama 2 7B</strong>
647
+ </td>
648
+ <td><strong>Llama 2 13B</strong>
649
+ </td>
650
+ <td><strong>Llama 3 70B</strong>
651
+ </td>
652
+ <td><strong>Llama 2 70B</strong>
653
+ </td>
654
+ </tr>
655
+ <tr>
656
+ <td>MMLU (5-shot)
657
+ </td>
658
+ <td>68.4
659
+ </td>
660
+ <td>34.1
661
+ </td>
662
+ <td>47.8
663
+ </td>
664
+ <td>82.0
665
+ </td>
666
+ <td>52.9
667
+ </td>
668
+ </tr>
669
+ <tr>
670
+ <td>GPQA (0-shot)
671
+ </td>
672
+ <td>34.2
673
+ </td>
674
+ <td>21.7
675
+ </td>
676
+ <td>22.3
677
+ </td>
678
+ <td>39.5
679
+ </td>
680
+ <td>21.0
681
+ </td>
682
+ </tr>
683
+ <tr>
684
+ <td>HumanEval (0-shot)
685
+ </td>
686
+ <td>62.2
687
+ </td>
688
+ <td>7.9
689
+ </td>
690
+ <td>14.0
691
+ </td>
692
+ <td>81.7
693
+ </td>
694
+ <td>25.6
695
+ </td>
696
+ </tr>
697
+ <tr>
698
+ <td>GSM-8K (8-shot, CoT)
699
+ </td>
700
+ <td>79.6
701
+ </td>
702
+ <td>25.7
703
+ </td>
704
+ <td>77.4
705
+ </td>
706
+ <td>93.0
707
+ </td>
708
+ <td>57.5
709
+ </td>
710
+ </tr>
711
+ <tr>
712
+ <td>MATH (4-shot, CoT)
713
+ </td>
714
+ <td>30.0
715
+ </td>
716
+ <td>3.8
717
+ </td>
718
+ <td>6.7
719
+ </td>
720
+ <td>50.4
721
+ </td>
722
+ <td>11.6
723
+ </td>
724
+ </tr>
725
+ </table>
726
+
727
+
728
+
729
+ ### Responsibility & Safety
730
+
731
+ We believe that an open approach to AI leads to better, safer products, faster innovation, and a bigger overall market. We are committed to Responsible AI development and took a series of steps to limit misuse and harm and support the open source community.
732
+
733
+ Foundation models are widely capable technologies that are built to be used for a diverse range of applications. They are not designed to meet every developer preference on safety levels for all use cases, out-of-the-box, as those by their nature will differ across different applications.
734
+
735
+ Rather, responsible LLM-application deployment is achieved by implementing a series of safety best practices throughout the development of such applications, from the model pre-training, fine-tuning and the deployment of systems composed of safeguards to tailor the safety needs specifically to the use case and audience.
736
+
737
+
738
+ As part of the Llama 3 release, we updated our [Responsible Use Guide](https://llama.meta.com/responsible-use-guide/) to outline the steps and best practices for developers to implement model and system level safety for their application. We also provide a set of resources including [Meta Llama Guard 2](https://llama.meta.com/purple-llama/) and [Code Shield](https://llama.meta.com/purple-llama/) safeguards. These tools have proven to drastically reduce residual risks of LLM Systems, while maintaining a high level of helpfulness. We encourage developers to tune and deploy these safeguards according to their needs and we provide a [reference implementation](https://github.com/meta-llama/llama-recipes/tree/main/recipes/responsible_ai) to get you started.
739
+
740
+
741
+ #### Llama 3-Instruct
742
+
743
+ As outlined in the Responsible Use Guide, some trade-off between model helpfulness and model alignment is likely unavoidable. Developers should exercise discretion about how to weigh the benefits of alignment and helpfulness for their specific use case and audience. Developers should be mindful of residual risks when using Llama models and leverage additional safety tools as needed to reach the right safety bar for their use case.
744
+
745
+ <span style="text-decoration:underline;">Safety</span>
746
+
747
+ For our instruction tuned model, we conducted extensive red teaming exercises, performed adversarial evaluations and implemented safety mitigations techniques to lower residual risks. As with any Large Language Model, residual risks will likely remain and we recommend that developers assess these risks in the context of their use case. In parallel, we are working with the community to make AI safety benchmark standards transparent, rigorous and interpretable.
748
+
749
+ <span style="text-decoration:underline;">Refusals</span>
750
+
751
+ In addition to residual risks, we put a great emphasis on model refusals to benign prompts. Over-refusing not only can impact the user experience but could even be harmful in certain contexts as well. We’ve heard the feedback from the developer community and improved our fine tuning to ensure that Llama 3 is significantly less likely to falsely refuse to answer prompts than Llama 2.
752
+
753
+ We built internal benchmarks and developed mitigations to limit false refusals making Llama 3 our most helpful model to date.
754
+
755
+
756
+ #### Responsible release
757
+
758
+ In addition to responsible use considerations outlined above, we followed a rigorous process that requires us to take extra measures against misuse and critical risks before we make our release decision.
759
+
760
+ Misuse
761
+
762
+ If you access or use Llama 3, you agree to the Acceptable Use Policy. The most recent copy of this policy can be found at [https://llama.meta.com/llama3/use-policy/](https://llama.meta.com/llama3/use-policy/).
763
+
764
+
765
+ #### Critical risks
766
+
767
+ <span style="text-decoration:underline;">CBRNE</span> (Chemical, Biological, Radiological, Nuclear, and high yield Explosives)
768
+
769
+ We have conducted a two fold assessment of the safety of the model in this area:
770
+
771
+
772
+
773
+ * Iterative testing during model training to assess the safety of responses related to CBRNE threats and other adversarial risks.
774
+ * Involving external CBRNE experts to conduct an uplift test assessing the ability of the model to accurately provide expert knowledge and reduce barriers to potential CBRNE misuse, by reference to what can be achieved using web search (without the model).
775
+
776
+
777
+ ### <span style="text-decoration:underline;">Cyber Security </span>
778
+
779
+ We have evaluated Llama 3 with CyberSecEval, Meta’s cybersecurity safety eval suite, measuring Llama 3’s propensity to suggest insecure code when used as a coding assistant, and Llama 3’s propensity to comply with requests to help carry out cyber attacks, where attacks are defined by the industry standard MITRE ATT&CK cyber attack ontology. On our insecure coding and cyber attacker helpfulness tests, Llama 3 behaved in the same range or safer than models of [equivalent coding capability](https://huggingface.co/spaces/facebook/CyberSecEval).
780
+
781
+
782
+ ### <span style="text-decoration:underline;">Child Safety</span>
783
+
784
+ 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. We also partnered with content specialists to perform red teaming exercises assessing potentially violating content while taking account of market specific nuances or experiences.
785
+
786
+
787
+ ### Community
788
+
789
+ 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 in 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).
790
+
791
+ 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.
792
+
793
+
794
+ ## Ethical Considerations and Limitations
795
+
796
+ The core values of Llama 3 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 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.
797
+
798
+ But Llama 3 is a new technology, and like any new technology, there are risks associated with its use. Testing conducted to date has been in English, and has not covered, nor could it cover, all scenarios. For these reasons, as with all LLMs, Llama 3’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 models, developers should perform safety testing and tuning tailored to their specific applications of the model. As outlined in the Responsible Use Guide, we recommend incorporating [Purple Llama](https://github.com/facebookresearch/PurpleLlama) solutions into your workflows and specifically [Llama Guard](https://ai.meta.com/research/publications/llama-guard-llm-based-input-output-safeguard-for-human-ai-conversations/) which provides a base model to filter input and output prompts to layer system-level safety on top of model-level safety.
799
+
800
+ Please see the Responsible Use Guide available at [http://llama.meta.com/responsible-use-guide](http://llama.meta.com/responsible-use-guide)
801
+
802
+
803
+ ## Citation instructions
804
+
805
+ @article{llama3modelcard,
806
+
807
+ title={Llama 3 Model Card},
808
+
809
+ author={AI@Meta},
810
+
811
+ year={2024},
812
+
813
+ url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
814
+
815
+ }
816
+
817
+ ## Contributors
818
+
819
+ Aaditya Singh; Aaron Grattafiori; Abhimanyu Dubey; Abhinav Jauhri; Abhinav Pandey; Abhishek Kadian; Adam Kelsey; Adi Gangidi; Ahmad Al-Dahle; Ahuva Goldstand; Aiesha Letman; Ajay Menon; Akhil Mathur; Alan Schelten; Alex Vaughan; Amy Yang; Andrei Lupu; Andres Alvarado; Andrew Gallagher; Andrew Gu; Andrew Ho; Andrew Poulton; Andrew Ryan; Angela Fan; Ankit Ramchandani; Anthony Hartshorn; Archi Mitra; Archie Sravankumar; Artem Korenev; Arun Rao; Ashley Gabriel; Ashwin Bharambe; Assaf Eisenman; Aston Zhang; Aurelien Rodriguez; Austen Gregerson; Ava Spataru; Baptiste Roziere; Ben Maurer; Benjamin Leonhardi; Bernie Huang; Bhargavi Paranjape; Bing Liu; Binh Tang; Bobbie Chern; Brani Stojkovic; Brian Fuller; Catalina Mejia Arenas; Chao Zhou; Charlotte Caucheteux; Chaya Nayak; Ching-Hsiang Chu; Chloe Bi; Chris Cai; Chris Cox; Chris Marra; Chris McConnell; Christian Keller; Christoph Feichtenhofer; Christophe Touret; Chunyang Wu; Corinne Wong; Cristian Canton Ferrer; Damien Allonsius; Daniel Kreymer; Daniel Haziza; Daniel Li; Danielle Pintz; Danny Livshits; Danny Wyatt; David Adkins; David Esiobu; David Xu; Davide Testuggine; Delia David; Devi Parikh; Dhruv Choudhary; Dhruv Mahajan; Diana Liskovich; Diego Garcia-Olano; Diego Perino; Dieuwke Hupkes; Dingkang Wang; Dustin Holland; Egor Lakomkin; Elina Lobanova; Xiaoqing Ellen Tan; Emily Dinan; Eric Smith; Erik Brinkman; Esteban Arcaute; Filip Radenovic; Firat Ozgenel; Francesco Caggioni; Frank Seide; Frank Zhang; Gabriel Synnaeve; Gabriella Schwarz; Gabrielle Lee; Gada Badeer; Georgia Anderson; Graeme Nail; Gregoire Mialon; Guan Pang; Guillem Cucurell; Hailey Nguyen; Hannah Korevaar; Hannah Wang; Haroun Habeeb; Harrison Rudolph; Henry Aspegren; Hu Xu; Hugo Touvron; Iga Kozlowska; Igor Molybog; Igor Tufanov; Iliyan Zarov; Imanol Arrieta Ibarra; Irina-Elena Veliche; Isabel Kloumann; Ishan Misra; Ivan Evtimov; Jacob Xu; Jade Copet; Jake Weissman; Jan Geffert; Jana Vranes; Japhet Asher; Jason Park; Jay Mahadeokar; Jean-Baptiste Gaya; Jeet Shah; Jelmer van der Linde; Jennifer Chan; Jenny Hong; Jenya Lee; Jeremy Fu; Jeremy Teboul; Jianfeng Chi; Jianyu Huang; Jie Wang; Jiecao Yu; Joanna Bitton; Joe Spisak; Joelle Pineau; Jon Carvill; Jongsoo Park; Joseph Rocca; Joshua Johnstun; Junteng Jia; Kalyan Vasuden Alwala; Kam Hou U; Kate Plawiak; Kartikeya Upasani; Kaushik Veeraraghavan; Ke Li; Kenneth Heafield; Kevin Stone; Khalid El-Arini; Krithika Iyer; Kshitiz Malik; Kuenley Chiu; Kunal Bhalla; Kyle Huang; Lakshya Garg; Lauren Rantala-Yeary; Laurens van der Maaten; Lawrence Chen; Leandro Silva; Lee Bell; Lei Zhang; Liang Tan; Louis Martin; Lovish Madaan; Luca Wehrstedt; Lukas Blecher; Luke de Oliveira; Madeline Muzzi; Madian Khabsa; Manav Avlani; Mannat Singh; Manohar Paluri; Mark Zuckerberg; Marcin Kardas; Martynas Mankus; Mathew Oldham; Mathieu Rita; Matthew Lennie; Maya Pavlova; Meghan Keneally; Melanie Kambadur; Mihir Patel; Mikayel Samvelyan; Mike Clark; Mike Lewis; Min Si; Mitesh Kumar Singh; Mo Metanat; Mona Hassan; Naman Goyal; Narjes Torabi; Nicolas Usunier; Nikolay Bashlykov; Nikolay Bogoychev; Niladri Chatterji; Ning Dong; Oliver Aobo Yang; Olivier Duchenne; Onur Celebi; Parth Parekh; Patrick Alrassy; Paul Saab; Pavan Balaji; Pedro Rittner; Pengchuan Zhang; Pengwei Li; Petar Vasic; Peter Weng; Polina Zvyagina; Prajjwal Bhargava; Pratik Dubal; Praveen Krishnan; Punit Singh Koura; Qing He; Rachel Rodriguez; Ragavan Srinivasan; Rahul Mitra; Ramon Calderer; Raymond Li; Robert Stojnic; Roberta Raileanu; Robin Battey; Rocky Wang; Rohit Girdhar; Rohit Patel; Romain Sauvestre; Ronnie Polidoro; Roshan Sumbaly; Ross Taylor; Ruan Silva; Rui Hou; Rui Wang; Russ Howes; Ruty Rinott; Saghar Hosseini; Sai Jayesh Bondu; Samyak Datta; Sanjay Singh; Sara Chugh; Sargun Dhillon; Satadru Pan; Sean Bell; Sergey Edunov; Shaoliang Nie; Sharan Narang; Sharath Raparthy; Shaun Lindsay; Sheng Feng; Sheng Shen; Shenghao Lin; Shiva Shankar; Shruti Bhosale; Shun Zhang; Simon Vandenhende; Sinong Wang; Seohyun Sonia Kim; Soumya Batra; Sten Sootla; Steve Kehoe; Suchin Gururangan; Sumit Gupta; Sunny Virk; Sydney Borodinsky; Tamar Glaser; Tamar Herman; Tamara Best; Tara Fowler; Thomas Georgiou; Thomas Scialom; Tianhe Li; Todor Mihaylov; Tong Xiao; Ujjwal Karn; Vedanuj Goswami; Vibhor Gupta; Vignesh Ramanathan; Viktor Kerkez; Vinay Satish Kumar; Vincent Gonguet; Vish Vogeti; Vlad Poenaru; Vlad Tiberiu Mihailescu; Vladan Petrovic; Vladimir Ivanov; Wei Li; Weiwei Chu; Wenhan Xiong; Wenyin Fu; Wes Bouaziz; Whitney Meers; Will Constable; Xavier Martinet; Xiaojian Wu; Xinbo Gao; Xinfeng Xie; Xuchao Jia; Yaelle Goldschlag; Yann LeCun; Yashesh Gaur; Yasmine Babaei; Ye Qi; Yenda Li; Yi Wen; Yiwen Song; Youngjin Nam; Yuchen Hao; Yuchen Zhang; Yun Wang; Yuning Mao; Yuzi He; Zacharie Delpierre Coudert; Zachary DeVito; Zahra Hankir; Zhaoduo Wen; Zheng Yan; Zhengxing Chen; Zhenyu Yang; Zoe Papakipos
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/USE_POLICY.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Meta Llama 3 Acceptable Use Policy
2
+
3
+ Meta is committed to promoting safe and fair use of its tools and features, including Meta Llama 3. If you
4
+ access or use Meta Llama 3, you agree to this Acceptable Use Policy (“Policy”). The most recent copy of
5
+ this policy can be found at [https://llama.meta.com/llama3/use-policy](https://llama.meta.com/llama3/use-policy)
6
+
7
+ ## Prohibited Uses
8
+
9
+ We want everyone to use Meta Llama 3 safely and responsibly. You agree you will not use, or allow
10
+ others to use, Meta Llama 3 to:
11
+
12
+ 1. Violate the law or others’ rights, including to:
13
+ 1. Engage in, promote, generate, contribute to, encourage, plan, incite, or further illegal or unlawful activity or content, such as:
14
+ 1. Violence or terrorism
15
+ 2. Exploitation or harm to children, including the solicitation, creation, acquisition, or dissemination of child exploitative content or failure to report Child Sexual Abuse Material
16
+ 3. Human trafficking, exploitation, and sexual violence
17
+ 4. The illegal distribution of information or materials to minors, including obscene materials, or failure to employ legally required age-gating in connection with such information or materials.
18
+ 5. Sexual solicitation
19
+ 6. Any other criminal activity
20
+ 2. Engage in, promote, incite, or facilitate the harassment, abuse, threatening, or bullying of individuals or groups of individuals
21
+ 3. Engage in, promote, incite, or facilitate discrimination or other unlawful or harmful conduct in the provision of employment, employment benefits, credit, housing, other economic benefits, or other essential goods and services
22
+ 4. Engage in the unauthorized or unlicensed practice of any profession including, but not limited to, financial, legal, medical/health, or related professional practices
23
+ 5. Collect, process, disclose, generate, or infer health, demographic, or other sensitive personal or private information about individuals without rights and consents required by applicable laws
24
+ 6. Engage in or facilitate any action or generate any content that infringes, misappropriates, or otherwise violates any third-party rights, including the outputs or results of any products or services using the Llama Materials
25
+ 7. Create, generate, or facilitate the creation of malicious code, malware, computer viruses or do anything else that could disable, overburden, interfere with or impair the proper working, integrity, operation or appearance of a website or computer system
26
+
27
+ 2. Engage in, promote, incite, facilitate, or assist in the planning or development of activities that present a risk of death or bodily harm to individuals, including use of Meta Llama 3 related to the following:
28
+ 1. Military, warfare, nuclear industries or applications, espionage, use for materials or activities that are subject to the International Traffic Arms Regulations (ITAR) maintained by the United States Department of State
29
+ 2. Guns and illegal weapons (including weapon development)
30
+ 3. Illegal drugs and regulated/controlled substances
31
+ 4. Operation of critical infrastructure, transportation technologies, or heavy machinery
32
+ 5. Self-harm or harm to others, including suicide, cutting, and eating disorders
33
+ 6. Any content intended to incite or promote violence, abuse, or any infliction of bodily harm to an individual
34
+
35
+ 3. Intentionally deceive or mislead others, including use of Meta Llama 3 related to the following:
36
+ 1. Generating, promoting, or furthering fraud or the creation or promotion of disinformation
37
+ 2. Generating, promoting, or furthering defamatory content, including the creation of defamatory statements, images, or other content
38
+ 3. Generating, promoting, or further distributing spam
39
+ 4. Impersonating another individual without consent, authorization, or legal right
40
+ 5. Representing that the use of Meta Llama 3 or outputs are human-generated
41
+ 6. Generating or facilitating false online engagement, including fake reviews and other means of fake online engagement
42
+
43
+ 4. Fail to appropriately disclose to end users any known dangers of your AI system
44
+
45
+ Please report any violation of this Policy, software “bug,” or other problems that could lead to a violation
46
+ of this Policy through one of the following means:
47
+
48
+ ● Reporting issues with the model: [https://github.com/meta-llama/llama3](https://github.com/meta-llama/llama3)
49
+ ● Reporting risky content generated by the model:
50
+ developers.facebook.com/llama_output_feedback
51
+ ● Reporting bugs and security concerns: facebook.com/whitehat/info
52
+ ● Reporting violations of the Acceptable Use Policy or unlicensed uses of Meta Llama 3:
53
+ LlamaUseReport@meta.com
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 128000,
8
+ "eos_token_id": 128009,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 8192,
14
+ "model_type": "llama",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 8,
18
+ "pretraining_tp": 1,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_scaling": null,
21
+ "rope_theta": 500000.0,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.40.0.dev0",
25
+ "use_cache": true,
26
+ "vocab_size": 128256
27
+ }
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "eos_token_id": [128001, 128009],
4
+ "do_sample": true,
5
+ "temperature": 0.6,
6
+ "max_length": 4096,
7
+ "top_p": 0.9,
8
+ "transformers_version": "4.40.0.dev0"
9
+ }
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/model-00001-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8cf9c4d0dd972e1a2131bfe656235ee98221679711a3beef6d46dadf0f20b5c
3
+ size 4976698672
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/model-00002-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4782b4a69ef03845159ce1a15e272aadaaf134dc138d68f616098e8531729c
3
+ size 4999802720
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/model-00003-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3acdd690e65c24f42a24581b8467af98bd3ca357444580f8012aacd2bd607921
3
+ size 4915916176
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/model-00004-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67e9ad31c8c32abf3a55ee7fc7217b3ecb35fd3c74d98a5bd233e0e4d6964f46
3
+ size 1168138808
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/model.safetensors.index.json ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 16060522496
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00004-of-00004.safetensors",
7
+ "model.embed_tokens.weight": "model-00001-of-00004.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
13
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
14
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
15
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
16
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
17
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
18
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
19
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
20
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
21
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
22
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
23
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
24
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
25
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
26
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
27
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
28
+ "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
29
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
30
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
31
+ "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
32
+ "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
33
+ "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
34
+ "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
35
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
36
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
37
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
38
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
39
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
40
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
41
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
42
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
43
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
44
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
45
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
46
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
47
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
48
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
49
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
50
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
51
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
52
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
53
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
54
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
55
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
56
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
57
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
58
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
59
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
60
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
61
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
62
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
63
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
64
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
65
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
66
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
67
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
68
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
69
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
70
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
71
+ "model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
72
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
73
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
74
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
75
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
76
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
77
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
78
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
79
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
80
+ "model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
81
+ "model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
82
+ "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
83
+ "model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
84
+ "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
85
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
86
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
87
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
88
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
89
+ "model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
90
+ "model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
91
+ "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
92
+ "model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
93
+ "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
94
+ "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
95
+ "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
96
+ "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
97
+ "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
98
+ "model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
99
+ "model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
100
+ "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
101
+ "model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
102
+ "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
103
+ "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
104
+ "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
105
+ "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
106
+ "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
107
+ "model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
108
+ "model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
109
+ "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
110
+ "model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
111
+ "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
112
+ "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
113
+ "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
114
+ "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
115
+ "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
116
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
117
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
118
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
119
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
120
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
121
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
122
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
123
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
124
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
125
+ "model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
126
+ "model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
127
+ "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
128
+ "model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
129
+ "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
130
+ "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
131
+ "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
132
+ "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
133
+ "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
134
+ "model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
135
+ "model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
136
+ "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
137
+ "model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
138
+ "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
139
+ "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
140
+ "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
141
+ "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
142
+ "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
143
+ "model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
144
+ "model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
145
+ "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
146
+ "model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
147
+ "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
148
+ "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
149
+ "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
150
+ "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
151
+ "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
152
+ "model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
153
+ "model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
154
+ "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
155
+ "model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
156
+ "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
157
+ "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
158
+ "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
159
+ "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
160
+ "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
161
+ "model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
162
+ "model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
163
+ "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
164
+ "model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
165
+ "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
166
+ "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
167
+ "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
168
+ "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
169
+ "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
170
+ "model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
171
+ "model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
172
+ "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
173
+ "model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
174
+ "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
175
+ "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
176
+ "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
177
+ "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
178
+ "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
179
+ "model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
180
+ "model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
181
+ "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
182
+ "model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
183
+ "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
184
+ "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
185
+ "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
186
+ "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
187
+ "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
188
+ "model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
189
+ "model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
190
+ "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
191
+ "model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
192
+ "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
193
+ "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
194
+ "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
195
+ "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
196
+ "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
197
+ "model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
198
+ "model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
199
+ "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
200
+ "model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
201
+ "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
202
+ "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
203
+ "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
204
+ "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
205
+ "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
206
+ "model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
207
+ "model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
208
+ "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
209
+ "model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
210
+ "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
211
+ "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
212
+ "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
213
+ "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
214
+ "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
215
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
216
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
217
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
218
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
219
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
220
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
221
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
222
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
223
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
224
+ "model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
225
+ "model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
226
+ "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
227
+ "model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
228
+ "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
229
+ "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
230
+ "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
231
+ "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
232
+ "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
233
+ "model.layers.31.input_layernorm.weight": "model-00004-of-00004.safetensors",
234
+ "model.layers.31.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
235
+ "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
236
+ "model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
237
+ "model.layers.31.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
238
+ "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
239
+ "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
240
+ "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
241
+ "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
242
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
243
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
244
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
245
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
246
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
247
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
248
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
249
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
250
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
251
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
252
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
253
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
254
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
255
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
256
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
257
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
258
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
259
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
260
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
261
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
262
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
263
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
264
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
265
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
266
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
267
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
268
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
269
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
270
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
271
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
272
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
273
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
274
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
275
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
276
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
277
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
278
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
279
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
280
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
281
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
282
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
283
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
284
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
285
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
286
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
287
+ "model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
288
+ "model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
289
+ "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
290
+ "model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
291
+ "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
292
+ "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
293
+ "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
294
+ "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
295
+ "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
296
+ "model.norm.weight": "model-00004-of-00004.safetensors"
297
+ }
298
+ }
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|begin_of_text|>",
3
+ "eos_token": "<|end_of_text|>"
4
+ }
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
text_encoders/meta-llama/Meta-Llama-3-8B-Instruct/tokenizer_config.json ADDED
@@ -0,0 +1,2062 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "128000": {
4
+ "content": "<|begin_of_text|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "128001": {
12
+ "content": "<|end_of_text|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "128002": {
20
+ "content": "<|reserved_special_token_0|>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "128003": {
28
+ "content": "<|reserved_special_token_1|>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128004": {
36
+ "content": "<|reserved_special_token_2|>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "128005": {
44
+ "content": "<|reserved_special_token_3|>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "128006": {
52
+ "content": "<|start_header_id|>",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "128007": {
60
+ "content": "<|end_header_id|>",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ },
67
+ "128008": {
68
+ "content": "<|reserved_special_token_4|>",
69
+ "lstrip": false,
70
+ "normalized": false,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": true
74
+ },
75
+ "128009": {
76
+ "content": "<|eot_id|>",
77
+ "lstrip": false,
78
+ "normalized": false,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": true
82
+ },
83
+ "128010": {
84
+ "content": "<|reserved_special_token_5|>",
85
+ "lstrip": false,
86
+ "normalized": false,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": true
90
+ },
91
+ "128011": {
92
+ "content": "<|reserved_special_token_6|>",
93
+ "lstrip": false,
94
+ "normalized": false,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": true
98
+ },
99
+ "128012": {
100
+ "content": "<|reserved_special_token_7|>",
101
+ "lstrip": false,
102
+ "normalized": false,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": true
106
+ },
107
+ "128013": {
108
+ "content": "<|reserved_special_token_8|>",
109
+ "lstrip": false,
110
+ "normalized": false,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": true
114
+ },
115
+ "128014": {
116
+ "content": "<|reserved_special_token_9|>",
117
+ "lstrip": false,
118
+ "normalized": false,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": true
122
+ },
123
+ "128015": {
124
+ "content": "<|reserved_special_token_10|>",
125
+ "lstrip": false,
126
+ "normalized": false,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": true
130
+ },
131
+ "128016": {
132
+ "content": "<|reserved_special_token_11|>",
133
+ "lstrip": false,
134
+ "normalized": false,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": true
138
+ },
139
+ "128017": {
140
+ "content": "<|reserved_special_token_12|>",
141
+ "lstrip": false,
142
+ "normalized": false,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": true
146
+ },
147
+ "128018": {
148
+ "content": "<|reserved_special_token_13|>",
149
+ "lstrip": false,
150
+ "normalized": false,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": true
154
+ },
155
+ "128019": {
156
+ "content": "<|reserved_special_token_14|>",
157
+ "lstrip": false,
158
+ "normalized": false,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": true
162
+ },
163
+ "128020": {
164
+ "content": "<|reserved_special_token_15|>",
165
+ "lstrip": false,
166
+ "normalized": false,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": true
170
+ },
171
+ "128021": {
172
+ "content": "<|reserved_special_token_16|>",
173
+ "lstrip": false,
174
+ "normalized": false,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": true
178
+ },
179
+ "128022": {
180
+ "content": "<|reserved_special_token_17|>",
181
+ "lstrip": false,
182
+ "normalized": false,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": true
186
+ },
187
+ "128023": {
188
+ "content": "<|reserved_special_token_18|>",
189
+ "lstrip": false,
190
+ "normalized": false,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": true
194
+ },
195
+ "128024": {
196
+ "content": "<|reserved_special_token_19|>",
197
+ "lstrip": false,
198
+ "normalized": false,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": true
202
+ },
203
+ "128025": {
204
+ "content": "<|reserved_special_token_20|>",
205
+ "lstrip": false,
206
+ "normalized": false,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": true
210
+ },
211
+ "128026": {
212
+ "content": "<|reserved_special_token_21|>",
213
+ "lstrip": false,
214
+ "normalized": false,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": true
218
+ },
219
+ "128027": {
220
+ "content": "<|reserved_special_token_22|>",
221
+ "lstrip": false,
222
+ "normalized": false,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": true
226
+ },
227
+ "128028": {
228
+ "content": "<|reserved_special_token_23|>",
229
+ "lstrip": false,
230
+ "normalized": false,
231
+ "rstrip": false,
232
+ "single_word": false,
233
+ "special": true
234
+ },
235
+ "128029": {
236
+ "content": "<|reserved_special_token_24|>",
237
+ "lstrip": false,
238
+ "normalized": false,
239
+ "rstrip": false,
240
+ "single_word": false,
241
+ "special": true
242
+ },
243
+ "128030": {
244
+ "content": "<|reserved_special_token_25|>",
245
+ "lstrip": false,
246
+ "normalized": false,
247
+ "rstrip": false,
248
+ "single_word": false,
249
+ "special": true
250
+ },
251
+ "128031": {
252
+ "content": "<|reserved_special_token_26|>",
253
+ "lstrip": false,
254
+ "normalized": false,
255
+ "rstrip": false,
256
+ "single_word": false,
257
+ "special": true
258
+ },
259
+ "128032": {
260
+ "content": "<|reserved_special_token_27|>",
261
+ "lstrip": false,
262
+ "normalized": false,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": true
266
+ },
267
+ "128033": {
268
+ "content": "<|reserved_special_token_28|>",
269
+ "lstrip": false,
270
+ "normalized": false,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": true
274
+ },
275
+ "128034": {
276
+ "content": "<|reserved_special_token_29|>",
277
+ "lstrip": false,
278
+ "normalized": false,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": true
282
+ },
283
+ "128035": {
284
+ "content": "<|reserved_special_token_30|>",
285
+ "lstrip": false,
286
+ "normalized": false,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": true
290
+ },
291
+ "128036": {
292
+ "content": "<|reserved_special_token_31|>",
293
+ "lstrip": false,
294
+ "normalized": false,
295
+ "rstrip": false,
296
+ "single_word": false,
297
+ "special": true
298
+ },
299
+ "128037": {
300
+ "content": "<|reserved_special_token_32|>",
301
+ "lstrip": false,
302
+ "normalized": false,
303
+ "rstrip": false,
304
+ "single_word": false,
305
+ "special": true
306
+ },
307
+ "128038": {
308
+ "content": "<|reserved_special_token_33|>",
309
+ "lstrip": false,
310
+ "normalized": false,
311
+ "rstrip": false,
312
+ "single_word": false,
313
+ "special": true
314
+ },
315
+ "128039": {
316
+ "content": "<|reserved_special_token_34|>",
317
+ "lstrip": false,
318
+ "normalized": false,
319
+ "rstrip": false,
320
+ "single_word": false,
321
+ "special": true
322
+ },
323
+ "128040": {
324
+ "content": "<|reserved_special_token_35|>",
325
+ "lstrip": false,
326
+ "normalized": false,
327
+ "rstrip": false,
328
+ "single_word": false,
329
+ "special": true
330
+ },
331
+ "128041": {
332
+ "content": "<|reserved_special_token_36|>",
333
+ "lstrip": false,
334
+ "normalized": false,
335
+ "rstrip": false,
336
+ "single_word": false,
337
+ "special": true
338
+ },
339
+ "128042": {
340
+ "content": "<|reserved_special_token_37|>",
341
+ "lstrip": false,
342
+ "normalized": false,
343
+ "rstrip": false,
344
+ "single_word": false,
345
+ "special": true
346
+ },
347
+ "128043": {
348
+ "content": "<|reserved_special_token_38|>",
349
+ "lstrip": false,
350
+ "normalized": false,
351
+ "rstrip": false,
352
+ "single_word": false,
353
+ "special": true
354
+ },
355
+ "128044": {
356
+ "content": "<|reserved_special_token_39|>",
357
+ "lstrip": false,
358
+ "normalized": false,
359
+ "rstrip": false,
360
+ "single_word": false,
361
+ "special": true
362
+ },
363
+ "128045": {
364
+ "content": "<|reserved_special_token_40|>",
365
+ "lstrip": false,
366
+ "normalized": false,
367
+ "rstrip": false,
368
+ "single_word": false,
369
+ "special": true
370
+ },
371
+ "128046": {
372
+ "content": "<|reserved_special_token_41|>",
373
+ "lstrip": false,
374
+ "normalized": false,
375
+ "rstrip": false,
376
+ "single_word": false,
377
+ "special": true
378
+ },
379
+ "128047": {
380
+ "content": "<|reserved_special_token_42|>",
381
+ "lstrip": false,
382
+ "normalized": false,
383
+ "rstrip": false,
384
+ "single_word": false,
385
+ "special": true
386
+ },
387
+ "128048": {
388
+ "content": "<|reserved_special_token_43|>",
389
+ "lstrip": false,
390
+ "normalized": false,
391
+ "rstrip": false,
392
+ "single_word": false,
393
+ "special": true
394
+ },
395
+ "128049": {
396
+ "content": "<|reserved_special_token_44|>",
397
+ "lstrip": false,
398
+ "normalized": false,
399
+ "rstrip": false,
400
+ "single_word": false,
401
+ "special": true
402
+ },
403
+ "128050": {
404
+ "content": "<|reserved_special_token_45|>",
405
+ "lstrip": false,
406
+ "normalized": false,
407
+ "rstrip": false,
408
+ "single_word": false,
409
+ "special": true
410
+ },
411
+ "128051": {
412
+ "content": "<|reserved_special_token_46|>",
413
+ "lstrip": false,
414
+ "normalized": false,
415
+ "rstrip": false,
416
+ "single_word": false,
417
+ "special": true
418
+ },
419
+ "128052": {
420
+ "content": "<|reserved_special_token_47|>",
421
+ "lstrip": false,
422
+ "normalized": false,
423
+ "rstrip": false,
424
+ "single_word": false,
425
+ "special": true
426
+ },
427
+ "128053": {
428
+ "content": "<|reserved_special_token_48|>",
429
+ "lstrip": false,
430
+ "normalized": false,
431
+ "rstrip": false,
432
+ "single_word": false,
433
+ "special": true
434
+ },
435
+ "128054": {
436
+ "content": "<|reserved_special_token_49|>",
437
+ "lstrip": false,
438
+ "normalized": false,
439
+ "rstrip": false,
440
+ "single_word": false,
441
+ "special": true
442
+ },
443
+ "128055": {
444
+ "content": "<|reserved_special_token_50|>",
445
+ "lstrip": false,
446
+ "normalized": false,
447
+ "rstrip": false,
448
+ "single_word": false,
449
+ "special": true
450
+ },
451
+ "128056": {
452
+ "content": "<|reserved_special_token_51|>",
453
+ "lstrip": false,
454
+ "normalized": false,
455
+ "rstrip": false,
456
+ "single_word": false,
457
+ "special": true
458
+ },
459
+ "128057": {
460
+ "content": "<|reserved_special_token_52|>",
461
+ "lstrip": false,
462
+ "normalized": false,
463
+ "rstrip": false,
464
+ "single_word": false,
465
+ "special": true
466
+ },
467
+ "128058": {
468
+ "content": "<|reserved_special_token_53|>",
469
+ "lstrip": false,
470
+ "normalized": false,
471
+ "rstrip": false,
472
+ "single_word": false,
473
+ "special": true
474
+ },
475
+ "128059": {
476
+ "content": "<|reserved_special_token_54|>",
477
+ "lstrip": false,
478
+ "normalized": false,
479
+ "rstrip": false,
480
+ "single_word": false,
481
+ "special": true
482
+ },
483
+ "128060": {
484
+ "content": "<|reserved_special_token_55|>",
485
+ "lstrip": false,
486
+ "normalized": false,
487
+ "rstrip": false,
488
+ "single_word": false,
489
+ "special": true
490
+ },
491
+ "128061": {
492
+ "content": "<|reserved_special_token_56|>",
493
+ "lstrip": false,
494
+ "normalized": false,
495
+ "rstrip": false,
496
+ "single_word": false,
497
+ "special": true
498
+ },
499
+ "128062": {
500
+ "content": "<|reserved_special_token_57|>",
501
+ "lstrip": false,
502
+ "normalized": false,
503
+ "rstrip": false,
504
+ "single_word": false,
505
+ "special": true
506
+ },
507
+ "128063": {
508
+ "content": "<|reserved_special_token_58|>",
509
+ "lstrip": false,
510
+ "normalized": false,
511
+ "rstrip": false,
512
+ "single_word": false,
513
+ "special": true
514
+ },
515
+ "128064": {
516
+ "content": "<|reserved_special_token_59|>",
517
+ "lstrip": false,
518
+ "normalized": false,
519
+ "rstrip": false,
520
+ "single_word": false,
521
+ "special": true
522
+ },
523
+ "128065": {
524
+ "content": "<|reserved_special_token_60|>",
525
+ "lstrip": false,
526
+ "normalized": false,
527
+ "rstrip": false,
528
+ "single_word": false,
529
+ "special": true
530
+ },
531
+ "128066": {
532
+ "content": "<|reserved_special_token_61|>",
533
+ "lstrip": false,
534
+ "normalized": false,
535
+ "rstrip": false,
536
+ "single_word": false,
537
+ "special": true
538
+ },
539
+ "128067": {
540
+ "content": "<|reserved_special_token_62|>",
541
+ "lstrip": false,
542
+ "normalized": false,
543
+ "rstrip": false,
544
+ "single_word": false,
545
+ "special": true
546
+ },
547
+ "128068": {
548
+ "content": "<|reserved_special_token_63|>",
549
+ "lstrip": false,
550
+ "normalized": false,
551
+ "rstrip": false,
552
+ "single_word": false,
553
+ "special": true
554
+ },
555
+ "128069": {
556
+ "content": "<|reserved_special_token_64|>",
557
+ "lstrip": false,
558
+ "normalized": false,
559
+ "rstrip": false,
560
+ "single_word": false,
561
+ "special": true
562
+ },
563
+ "128070": {
564
+ "content": "<|reserved_special_token_65|>",
565
+ "lstrip": false,
566
+ "normalized": false,
567
+ "rstrip": false,
568
+ "single_word": false,
569
+ "special": true
570
+ },
571
+ "128071": {
572
+ "content": "<|reserved_special_token_66|>",
573
+ "lstrip": false,
574
+ "normalized": false,
575
+ "rstrip": false,
576
+ "single_word": false,
577
+ "special": true
578
+ },
579
+ "128072": {
580
+ "content": "<|reserved_special_token_67|>",
581
+ "lstrip": false,
582
+ "normalized": false,
583
+ "rstrip": false,
584
+ "single_word": false,
585
+ "special": true
586
+ },
587
+ "128073": {
588
+ "content": "<|reserved_special_token_68|>",
589
+ "lstrip": false,
590
+ "normalized": false,
591
+ "rstrip": false,
592
+ "single_word": false,
593
+ "special": true
594
+ },
595
+ "128074": {
596
+ "content": "<|reserved_special_token_69|>",
597
+ "lstrip": false,
598
+ "normalized": false,
599
+ "rstrip": false,
600
+ "single_word": false,
601
+ "special": true
602
+ },
603
+ "128075": {
604
+ "content": "<|reserved_special_token_70|>",
605
+ "lstrip": false,
606
+ "normalized": false,
607
+ "rstrip": false,
608
+ "single_word": false,
609
+ "special": true
610
+ },
611
+ "128076": {
612
+ "content": "<|reserved_special_token_71|>",
613
+ "lstrip": false,
614
+ "normalized": false,
615
+ "rstrip": false,
616
+ "single_word": false,
617
+ "special": true
618
+ },
619
+ "128077": {
620
+ "content": "<|reserved_special_token_72|>",
621
+ "lstrip": false,
622
+ "normalized": false,
623
+ "rstrip": false,
624
+ "single_word": false,
625
+ "special": true
626
+ },
627
+ "128078": {
628
+ "content": "<|reserved_special_token_73|>",
629
+ "lstrip": false,
630
+ "normalized": false,
631
+ "rstrip": false,
632
+ "single_word": false,
633
+ "special": true
634
+ },
635
+ "128079": {
636
+ "content": "<|reserved_special_token_74|>",
637
+ "lstrip": false,
638
+ "normalized": false,
639
+ "rstrip": false,
640
+ "single_word": false,
641
+ "special": true
642
+ },
643
+ "128080": {
644
+ "content": "<|reserved_special_token_75|>",
645
+ "lstrip": false,
646
+ "normalized": false,
647
+ "rstrip": false,
648
+ "single_word": false,
649
+ "special": true
650
+ },
651
+ "128081": {
652
+ "content": "<|reserved_special_token_76|>",
653
+ "lstrip": false,
654
+ "normalized": false,
655
+ "rstrip": false,
656
+ "single_word": false,
657
+ "special": true
658
+ },
659
+ "128082": {
660
+ "content": "<|reserved_special_token_77|>",
661
+ "lstrip": false,
662
+ "normalized": false,
663
+ "rstrip": false,
664
+ "single_word": false,
665
+ "special": true
666
+ },
667
+ "128083": {
668
+ "content": "<|reserved_special_token_78|>",
669
+ "lstrip": false,
670
+ "normalized": false,
671
+ "rstrip": false,
672
+ "single_word": false,
673
+ "special": true
674
+ },
675
+ "128084": {
676
+ "content": "<|reserved_special_token_79|>",
677
+ "lstrip": false,
678
+ "normalized": false,
679
+ "rstrip": false,
680
+ "single_word": false,
681
+ "special": true
682
+ },
683
+ "128085": {
684
+ "content": "<|reserved_special_token_80|>",
685
+ "lstrip": false,
686
+ "normalized": false,
687
+ "rstrip": false,
688
+ "single_word": false,
689
+ "special": true
690
+ },
691
+ "128086": {
692
+ "content": "<|reserved_special_token_81|>",
693
+ "lstrip": false,
694
+ "normalized": false,
695
+ "rstrip": false,
696
+ "single_word": false,
697
+ "special": true
698
+ },
699
+ "128087": {
700
+ "content": "<|reserved_special_token_82|>",
701
+ "lstrip": false,
702
+ "normalized": false,
703
+ "rstrip": false,
704
+ "single_word": false,
705
+ "special": true
706
+ },
707
+ "128088": {
708
+ "content": "<|reserved_special_token_83|>",
709
+ "lstrip": false,
710
+ "normalized": false,
711
+ "rstrip": false,
712
+ "single_word": false,
713
+ "special": true
714
+ },
715
+ "128089": {
716
+ "content": "<|reserved_special_token_84|>",
717
+ "lstrip": false,
718
+ "normalized": false,
719
+ "rstrip": false,
720
+ "single_word": false,
721
+ "special": true
722
+ },
723
+ "128090": {
724
+ "content": "<|reserved_special_token_85|>",
725
+ "lstrip": false,
726
+ "normalized": false,
727
+ "rstrip": false,
728
+ "single_word": false,
729
+ "special": true
730
+ },
731
+ "128091": {
732
+ "content": "<|reserved_special_token_86|>",
733
+ "lstrip": false,
734
+ "normalized": false,
735
+ "rstrip": false,
736
+ "single_word": false,
737
+ "special": true
738
+ },
739
+ "128092": {
740
+ "content": "<|reserved_special_token_87|>",
741
+ "lstrip": false,
742
+ "normalized": false,
743
+ "rstrip": false,
744
+ "single_word": false,
745
+ "special": true
746
+ },
747
+ "128093": {
748
+ "content": "<|reserved_special_token_88|>",
749
+ "lstrip": false,
750
+ "normalized": false,
751
+ "rstrip": false,
752
+ "single_word": false,
753
+ "special": true
754
+ },
755
+ "128094": {
756
+ "content": "<|reserved_special_token_89|>",
757
+ "lstrip": false,
758
+ "normalized": false,
759
+ "rstrip": false,
760
+ "single_word": false,
761
+ "special": true
762
+ },
763
+ "128095": {
764
+ "content": "<|reserved_special_token_90|>",
765
+ "lstrip": false,
766
+ "normalized": false,
767
+ "rstrip": false,
768
+ "single_word": false,
769
+ "special": true
770
+ },
771
+ "128096": {
772
+ "content": "<|reserved_special_token_91|>",
773
+ "lstrip": false,
774
+ "normalized": false,
775
+ "rstrip": false,
776
+ "single_word": false,
777
+ "special": true
778
+ },
779
+ "128097": {
780
+ "content": "<|reserved_special_token_92|>",
781
+ "lstrip": false,
782
+ "normalized": false,
783
+ "rstrip": false,
784
+ "single_word": false,
785
+ "special": true
786
+ },
787
+ "128098": {
788
+ "content": "<|reserved_special_token_93|>",
789
+ "lstrip": false,
790
+ "normalized": false,
791
+ "rstrip": false,
792
+ "single_word": false,
793
+ "special": true
794
+ },
795
+ "128099": {
796
+ "content": "<|reserved_special_token_94|>",
797
+ "lstrip": false,
798
+ "normalized": false,
799
+ "rstrip": false,
800
+ "single_word": false,
801
+ "special": true
802
+ },
803
+ "128100": {
804
+ "content": "<|reserved_special_token_95|>",
805
+ "lstrip": false,
806
+ "normalized": false,
807
+ "rstrip": false,
808
+ "single_word": false,
809
+ "special": true
810
+ },
811
+ "128101": {
812
+ "content": "<|reserved_special_token_96|>",
813
+ "lstrip": false,
814
+ "normalized": false,
815
+ "rstrip": false,
816
+ "single_word": false,
817
+ "special": true
818
+ },
819
+ "128102": {
820
+ "content": "<|reserved_special_token_97|>",
821
+ "lstrip": false,
822
+ "normalized": false,
823
+ "rstrip": false,
824
+ "single_word": false,
825
+ "special": true
826
+ },
827
+ "128103": {
828
+ "content": "<|reserved_special_token_98|>",
829
+ "lstrip": false,
830
+ "normalized": false,
831
+ "rstrip": false,
832
+ "single_word": false,
833
+ "special": true
834
+ },
835
+ "128104": {
836
+ "content": "<|reserved_special_token_99|>",
837
+ "lstrip": false,
838
+ "normalized": false,
839
+ "rstrip": false,
840
+ "single_word": false,
841
+ "special": true
842
+ },
843
+ "128105": {
844
+ "content": "<|reserved_special_token_100|>",
845
+ "lstrip": false,
846
+ "normalized": false,
847
+ "rstrip": false,
848
+ "single_word": false,
849
+ "special": true
850
+ },
851
+ "128106": {
852
+ "content": "<|reserved_special_token_101|>",
853
+ "lstrip": false,
854
+ "normalized": false,
855
+ "rstrip": false,
856
+ "single_word": false,
857
+ "special": true
858
+ },
859
+ "128107": {
860
+ "content": "<|reserved_special_token_102|>",
861
+ "lstrip": false,
862
+ "normalized": false,
863
+ "rstrip": false,
864
+ "single_word": false,
865
+ "special": true
866
+ },
867
+ "128108": {
868
+ "content": "<|reserved_special_token_103|>",
869
+ "lstrip": false,
870
+ "normalized": false,
871
+ "rstrip": false,
872
+ "single_word": false,
873
+ "special": true
874
+ },
875
+ "128109": {
876
+ "content": "<|reserved_special_token_104|>",
877
+ "lstrip": false,
878
+ "normalized": false,
879
+ "rstrip": false,
880
+ "single_word": false,
881
+ "special": true
882
+ },
883
+ "128110": {
884
+ "content": "<|reserved_special_token_105|>",
885
+ "lstrip": false,
886
+ "normalized": false,
887
+ "rstrip": false,
888
+ "single_word": false,
889
+ "special": true
890
+ },
891
+ "128111": {
892
+ "content": "<|reserved_special_token_106|>",
893
+ "lstrip": false,
894
+ "normalized": false,
895
+ "rstrip": false,
896
+ "single_word": false,
897
+ "special": true
898
+ },
899
+ "128112": {
900
+ "content": "<|reserved_special_token_107|>",
901
+ "lstrip": false,
902
+ "normalized": false,
903
+ "rstrip": false,
904
+ "single_word": false,
905
+ "special": true
906
+ },
907
+ "128113": {
908
+ "content": "<|reserved_special_token_108|>",
909
+ "lstrip": false,
910
+ "normalized": false,
911
+ "rstrip": false,
912
+ "single_word": false,
913
+ "special": true
914
+ },
915
+ "128114": {
916
+ "content": "<|reserved_special_token_109|>",
917
+ "lstrip": false,
918
+ "normalized": false,
919
+ "rstrip": false,
920
+ "single_word": false,
921
+ "special": true
922
+ },
923
+ "128115": {
924
+ "content": "<|reserved_special_token_110|>",
925
+ "lstrip": false,
926
+ "normalized": false,
927
+ "rstrip": false,
928
+ "single_word": false,
929
+ "special": true
930
+ },
931
+ "128116": {
932
+ "content": "<|reserved_special_token_111|>",
933
+ "lstrip": false,
934
+ "normalized": false,
935
+ "rstrip": false,
936
+ "single_word": false,
937
+ "special": true
938
+ },
939
+ "128117": {
940
+ "content": "<|reserved_special_token_112|>",
941
+ "lstrip": false,
942
+ "normalized": false,
943
+ "rstrip": false,
944
+ "single_word": false,
945
+ "special": true
946
+ },
947
+ "128118": {
948
+ "content": "<|reserved_special_token_113|>",
949
+ "lstrip": false,
950
+ "normalized": false,
951
+ "rstrip": false,
952
+ "single_word": false,
953
+ "special": true
954
+ },
955
+ "128119": {
956
+ "content": "<|reserved_special_token_114|>",
957
+ "lstrip": false,
958
+ "normalized": false,
959
+ "rstrip": false,
960
+ "single_word": false,
961
+ "special": true
962
+ },
963
+ "128120": {
964
+ "content": "<|reserved_special_token_115|>",
965
+ "lstrip": false,
966
+ "normalized": false,
967
+ "rstrip": false,
968
+ "single_word": false,
969
+ "special": true
970
+ },
971
+ "128121": {
972
+ "content": "<|reserved_special_token_116|>",
973
+ "lstrip": false,
974
+ "normalized": false,
975
+ "rstrip": false,
976
+ "single_word": false,
977
+ "special": true
978
+ },
979
+ "128122": {
980
+ "content": "<|reserved_special_token_117|>",
981
+ "lstrip": false,
982
+ "normalized": false,
983
+ "rstrip": false,
984
+ "single_word": false,
985
+ "special": true
986
+ },
987
+ "128123": {
988
+ "content": "<|reserved_special_token_118|>",
989
+ "lstrip": false,
990
+ "normalized": false,
991
+ "rstrip": false,
992
+ "single_word": false,
993
+ "special": true
994
+ },
995
+ "128124": {
996
+ "content": "<|reserved_special_token_119|>",
997
+ "lstrip": false,
998
+ "normalized": false,
999
+ "rstrip": false,
1000
+ "single_word": false,
1001
+ "special": true
1002
+ },
1003
+ "128125": {
1004
+ "content": "<|reserved_special_token_120|>",
1005
+ "lstrip": false,
1006
+ "normalized": false,
1007
+ "rstrip": false,
1008
+ "single_word": false,
1009
+ "special": true
1010
+ },
1011
+ "128126": {
1012
+ "content": "<|reserved_special_token_121|>",
1013
+ "lstrip": false,
1014
+ "normalized": false,
1015
+ "rstrip": false,
1016
+ "single_word": false,
1017
+ "special": true
1018
+ },
1019
+ "128127": {
1020
+ "content": "<|reserved_special_token_122|>",
1021
+ "lstrip": false,
1022
+ "normalized": false,
1023
+ "rstrip": false,
1024
+ "single_word": false,
1025
+ "special": true
1026
+ },
1027
+ "128128": {
1028
+ "content": "<|reserved_special_token_123|>",
1029
+ "lstrip": false,
1030
+ "normalized": false,
1031
+ "rstrip": false,
1032
+ "single_word": false,
1033
+ "special": true
1034
+ },
1035
+ "128129": {
1036
+ "content": "<|reserved_special_token_124|>",
1037
+ "lstrip": false,
1038
+ "normalized": false,
1039
+ "rstrip": false,
1040
+ "single_word": false,
1041
+ "special": true
1042
+ },
1043
+ "128130": {
1044
+ "content": "<|reserved_special_token_125|>",
1045
+ "lstrip": false,
1046
+ "normalized": false,
1047
+ "rstrip": false,
1048
+ "single_word": false,
1049
+ "special": true
1050
+ },
1051
+ "128131": {
1052
+ "content": "<|reserved_special_token_126|>",
1053
+ "lstrip": false,
1054
+ "normalized": false,
1055
+ "rstrip": false,
1056
+ "single_word": false,
1057
+ "special": true
1058
+ },
1059
+ "128132": {
1060
+ "content": "<|reserved_special_token_127|>",
1061
+ "lstrip": false,
1062
+ "normalized": false,
1063
+ "rstrip": false,
1064
+ "single_word": false,
1065
+ "special": true
1066
+ },
1067
+ "128133": {
1068
+ "content": "<|reserved_special_token_128|>",
1069
+ "lstrip": false,
1070
+ "normalized": false,
1071
+ "rstrip": false,
1072
+ "single_word": false,
1073
+ "special": true
1074
+ },
1075
+ "128134": {
1076
+ "content": "<|reserved_special_token_129|>",
1077
+ "lstrip": false,
1078
+ "normalized": false,
1079
+ "rstrip": false,
1080
+ "single_word": false,
1081
+ "special": true
1082
+ },
1083
+ "128135": {
1084
+ "content": "<|reserved_special_token_130|>",
1085
+ "lstrip": false,
1086
+ "normalized": false,
1087
+ "rstrip": false,
1088
+ "single_word": false,
1089
+ "special": true
1090
+ },
1091
+ "128136": {
1092
+ "content": "<|reserved_special_token_131|>",
1093
+ "lstrip": false,
1094
+ "normalized": false,
1095
+ "rstrip": false,
1096
+ "single_word": false,
1097
+ "special": true
1098
+ },
1099
+ "128137": {
1100
+ "content": "<|reserved_special_token_132|>",
1101
+ "lstrip": false,
1102
+ "normalized": false,
1103
+ "rstrip": false,
1104
+ "single_word": false,
1105
+ "special": true
1106
+ },
1107
+ "128138": {
1108
+ "content": "<|reserved_special_token_133|>",
1109
+ "lstrip": false,
1110
+ "normalized": false,
1111
+ "rstrip": false,
1112
+ "single_word": false,
1113
+ "special": true
1114
+ },
1115
+ "128139": {
1116
+ "content": "<|reserved_special_token_134|>",
1117
+ "lstrip": false,
1118
+ "normalized": false,
1119
+ "rstrip": false,
1120
+ "single_word": false,
1121
+ "special": true
1122
+ },
1123
+ "128140": {
1124
+ "content": "<|reserved_special_token_135|>",
1125
+ "lstrip": false,
1126
+ "normalized": false,
1127
+ "rstrip": false,
1128
+ "single_word": false,
1129
+ "special": true
1130
+ },
1131
+ "128141": {
1132
+ "content": "<|reserved_special_token_136|>",
1133
+ "lstrip": false,
1134
+ "normalized": false,
1135
+ "rstrip": false,
1136
+ "single_word": false,
1137
+ "special": true
1138
+ },
1139
+ "128142": {
1140
+ "content": "<|reserved_special_token_137|>",
1141
+ "lstrip": false,
1142
+ "normalized": false,
1143
+ "rstrip": false,
1144
+ "single_word": false,
1145
+ "special": true
1146
+ },
1147
+ "128143": {
1148
+ "content": "<|reserved_special_token_138|>",
1149
+ "lstrip": false,
1150
+ "normalized": false,
1151
+ "rstrip": false,
1152
+ "single_word": false,
1153
+ "special": true
1154
+ },
1155
+ "128144": {
1156
+ "content": "<|reserved_special_token_139|>",
1157
+ "lstrip": false,
1158
+ "normalized": false,
1159
+ "rstrip": false,
1160
+ "single_word": false,
1161
+ "special": true
1162
+ },
1163
+ "128145": {
1164
+ "content": "<|reserved_special_token_140|>",
1165
+ "lstrip": false,
1166
+ "normalized": false,
1167
+ "rstrip": false,
1168
+ "single_word": false,
1169
+ "special": true
1170
+ },
1171
+ "128146": {
1172
+ "content": "<|reserved_special_token_141|>",
1173
+ "lstrip": false,
1174
+ "normalized": false,
1175
+ "rstrip": false,
1176
+ "single_word": false,
1177
+ "special": true
1178
+ },
1179
+ "128147": {
1180
+ "content": "<|reserved_special_token_142|>",
1181
+ "lstrip": false,
1182
+ "normalized": false,
1183
+ "rstrip": false,
1184
+ "single_word": false,
1185
+ "special": true
1186
+ },
1187
+ "128148": {
1188
+ "content": "<|reserved_special_token_143|>",
1189
+ "lstrip": false,
1190
+ "normalized": false,
1191
+ "rstrip": false,
1192
+ "single_word": false,
1193
+ "special": true
1194
+ },
1195
+ "128149": {
1196
+ "content": "<|reserved_special_token_144|>",
1197
+ "lstrip": false,
1198
+ "normalized": false,
1199
+ "rstrip": false,
1200
+ "single_word": false,
1201
+ "special": true
1202
+ },
1203
+ "128150": {
1204
+ "content": "<|reserved_special_token_145|>",
1205
+ "lstrip": false,
1206
+ "normalized": false,
1207
+ "rstrip": false,
1208
+ "single_word": false,
1209
+ "special": true
1210
+ },
1211
+ "128151": {
1212
+ "content": "<|reserved_special_token_146|>",
1213
+ "lstrip": false,
1214
+ "normalized": false,
1215
+ "rstrip": false,
1216
+ "single_word": false,
1217
+ "special": true
1218
+ },
1219
+ "128152": {
1220
+ "content": "<|reserved_special_token_147|>",
1221
+ "lstrip": false,
1222
+ "normalized": false,
1223
+ "rstrip": false,
1224
+ "single_word": false,
1225
+ "special": true
1226
+ },
1227
+ "128153": {
1228
+ "content": "<|reserved_special_token_148|>",
1229
+ "lstrip": false,
1230
+ "normalized": false,
1231
+ "rstrip": false,
1232
+ "single_word": false,
1233
+ "special": true
1234
+ },
1235
+ "128154": {
1236
+ "content": "<|reserved_special_token_149|>",
1237
+ "lstrip": false,
1238
+ "normalized": false,
1239
+ "rstrip": false,
1240
+ "single_word": false,
1241
+ "special": true
1242
+ },
1243
+ "128155": {
1244
+ "content": "<|reserved_special_token_150|>",
1245
+ "lstrip": false,
1246
+ "normalized": false,
1247
+ "rstrip": false,
1248
+ "single_word": false,
1249
+ "special": true
1250
+ },
1251
+ "128156": {
1252
+ "content": "<|reserved_special_token_151|>",
1253
+ "lstrip": false,
1254
+ "normalized": false,
1255
+ "rstrip": false,
1256
+ "single_word": false,
1257
+ "special": true
1258
+ },
1259
+ "128157": {
1260
+ "content": "<|reserved_special_token_152|>",
1261
+ "lstrip": false,
1262
+ "normalized": false,
1263
+ "rstrip": false,
1264
+ "single_word": false,
1265
+ "special": true
1266
+ },
1267
+ "128158": {
1268
+ "content": "<|reserved_special_token_153|>",
1269
+ "lstrip": false,
1270
+ "normalized": false,
1271
+ "rstrip": false,
1272
+ "single_word": false,
1273
+ "special": true
1274
+ },
1275
+ "128159": {
1276
+ "content": "<|reserved_special_token_154|>",
1277
+ "lstrip": false,
1278
+ "normalized": false,
1279
+ "rstrip": false,
1280
+ "single_word": false,
1281
+ "special": true
1282
+ },
1283
+ "128160": {
1284
+ "content": "<|reserved_special_token_155|>",
1285
+ "lstrip": false,
1286
+ "normalized": false,
1287
+ "rstrip": false,
1288
+ "single_word": false,
1289
+ "special": true
1290
+ },
1291
+ "128161": {
1292
+ "content": "<|reserved_special_token_156|>",
1293
+ "lstrip": false,
1294
+ "normalized": false,
1295
+ "rstrip": false,
1296
+ "single_word": false,
1297
+ "special": true
1298
+ },
1299
+ "128162": {
1300
+ "content": "<|reserved_special_token_157|>",
1301
+ "lstrip": false,
1302
+ "normalized": false,
1303
+ "rstrip": false,
1304
+ "single_word": false,
1305
+ "special": true
1306
+ },
1307
+ "128163": {
1308
+ "content": "<|reserved_special_token_158|>",
1309
+ "lstrip": false,
1310
+ "normalized": false,
1311
+ "rstrip": false,
1312
+ "single_word": false,
1313
+ "special": true
1314
+ },
1315
+ "128164": {
1316
+ "content": "<|reserved_special_token_159|>",
1317
+ "lstrip": false,
1318
+ "normalized": false,
1319
+ "rstrip": false,
1320
+ "single_word": false,
1321
+ "special": true
1322
+ },
1323
+ "128165": {
1324
+ "content": "<|reserved_special_token_160|>",
1325
+ "lstrip": false,
1326
+ "normalized": false,
1327
+ "rstrip": false,
1328
+ "single_word": false,
1329
+ "special": true
1330
+ },
1331
+ "128166": {
1332
+ "content": "<|reserved_special_token_161|>",
1333
+ "lstrip": false,
1334
+ "normalized": false,
1335
+ "rstrip": false,
1336
+ "single_word": false,
1337
+ "special": true
1338
+ },
1339
+ "128167": {
1340
+ "content": "<|reserved_special_token_162|>",
1341
+ "lstrip": false,
1342
+ "normalized": false,
1343
+ "rstrip": false,
1344
+ "single_word": false,
1345
+ "special": true
1346
+ },
1347
+ "128168": {
1348
+ "content": "<|reserved_special_token_163|>",
1349
+ "lstrip": false,
1350
+ "normalized": false,
1351
+ "rstrip": false,
1352
+ "single_word": false,
1353
+ "special": true
1354
+ },
1355
+ "128169": {
1356
+ "content": "<|reserved_special_token_164|>",
1357
+ "lstrip": false,
1358
+ "normalized": false,
1359
+ "rstrip": false,
1360
+ "single_word": false,
1361
+ "special": true
1362
+ },
1363
+ "128170": {
1364
+ "content": "<|reserved_special_token_165|>",
1365
+ "lstrip": false,
1366
+ "normalized": false,
1367
+ "rstrip": false,
1368
+ "single_word": false,
1369
+ "special": true
1370
+ },
1371
+ "128171": {
1372
+ "content": "<|reserved_special_token_166|>",
1373
+ "lstrip": false,
1374
+ "normalized": false,
1375
+ "rstrip": false,
1376
+ "single_word": false,
1377
+ "special": true
1378
+ },
1379
+ "128172": {
1380
+ "content": "<|reserved_special_token_167|>",
1381
+ "lstrip": false,
1382
+ "normalized": false,
1383
+ "rstrip": false,
1384
+ "single_word": false,
1385
+ "special": true
1386
+ },
1387
+ "128173": {
1388
+ "content": "<|reserved_special_token_168|>",
1389
+ "lstrip": false,
1390
+ "normalized": false,
1391
+ "rstrip": false,
1392
+ "single_word": false,
1393
+ "special": true
1394
+ },
1395
+ "128174": {
1396
+ "content": "<|reserved_special_token_169|>",
1397
+ "lstrip": false,
1398
+ "normalized": false,
1399
+ "rstrip": false,
1400
+ "single_word": false,
1401
+ "special": true
1402
+ },
1403
+ "128175": {
1404
+ "content": "<|reserved_special_token_170|>",
1405
+ "lstrip": false,
1406
+ "normalized": false,
1407
+ "rstrip": false,
1408
+ "single_word": false,
1409
+ "special": true
1410
+ },
1411
+ "128176": {
1412
+ "content": "<|reserved_special_token_171|>",
1413
+ "lstrip": false,
1414
+ "normalized": false,
1415
+ "rstrip": false,
1416
+ "single_word": false,
1417
+ "special": true
1418
+ },
1419
+ "128177": {
1420
+ "content": "<|reserved_special_token_172|>",
1421
+ "lstrip": false,
1422
+ "normalized": false,
1423
+ "rstrip": false,
1424
+ "single_word": false,
1425
+ "special": true
1426
+ },
1427
+ "128178": {
1428
+ "content": "<|reserved_special_token_173|>",
1429
+ "lstrip": false,
1430
+ "normalized": false,
1431
+ "rstrip": false,
1432
+ "single_word": false,
1433
+ "special": true
1434
+ },
1435
+ "128179": {
1436
+ "content": "<|reserved_special_token_174|>",
1437
+ "lstrip": false,
1438
+ "normalized": false,
1439
+ "rstrip": false,
1440
+ "single_word": false,
1441
+ "special": true
1442
+ },
1443
+ "128180": {
1444
+ "content": "<|reserved_special_token_175|>",
1445
+ "lstrip": false,
1446
+ "normalized": false,
1447
+ "rstrip": false,
1448
+ "single_word": false,
1449
+ "special": true
1450
+ },
1451
+ "128181": {
1452
+ "content": "<|reserved_special_token_176|>",
1453
+ "lstrip": false,
1454
+ "normalized": false,
1455
+ "rstrip": false,
1456
+ "single_word": false,
1457
+ "special": true
1458
+ },
1459
+ "128182": {
1460
+ "content": "<|reserved_special_token_177|>",
1461
+ "lstrip": false,
1462
+ "normalized": false,
1463
+ "rstrip": false,
1464
+ "single_word": false,
1465
+ "special": true
1466
+ },
1467
+ "128183": {
1468
+ "content": "<|reserved_special_token_178|>",
1469
+ "lstrip": false,
1470
+ "normalized": false,
1471
+ "rstrip": false,
1472
+ "single_word": false,
1473
+ "special": true
1474
+ },
1475
+ "128184": {
1476
+ "content": "<|reserved_special_token_179|>",
1477
+ "lstrip": false,
1478
+ "normalized": false,
1479
+ "rstrip": false,
1480
+ "single_word": false,
1481
+ "special": true
1482
+ },
1483
+ "128185": {
1484
+ "content": "<|reserved_special_token_180|>",
1485
+ "lstrip": false,
1486
+ "normalized": false,
1487
+ "rstrip": false,
1488
+ "single_word": false,
1489
+ "special": true
1490
+ },
1491
+ "128186": {
1492
+ "content": "<|reserved_special_token_181|>",
1493
+ "lstrip": false,
1494
+ "normalized": false,
1495
+ "rstrip": false,
1496
+ "single_word": false,
1497
+ "special": true
1498
+ },
1499
+ "128187": {
1500
+ "content": "<|reserved_special_token_182|>",
1501
+ "lstrip": false,
1502
+ "normalized": false,
1503
+ "rstrip": false,
1504
+ "single_word": false,
1505
+ "special": true
1506
+ },
1507
+ "128188": {
1508
+ "content": "<|reserved_special_token_183|>",
1509
+ "lstrip": false,
1510
+ "normalized": false,
1511
+ "rstrip": false,
1512
+ "single_word": false,
1513
+ "special": true
1514
+ },
1515
+ "128189": {
1516
+ "content": "<|reserved_special_token_184|>",
1517
+ "lstrip": false,
1518
+ "normalized": false,
1519
+ "rstrip": false,
1520
+ "single_word": false,
1521
+ "special": true
1522
+ },
1523
+ "128190": {
1524
+ "content": "<|reserved_special_token_185|>",
1525
+ "lstrip": false,
1526
+ "normalized": false,
1527
+ "rstrip": false,
1528
+ "single_word": false,
1529
+ "special": true
1530
+ },
1531
+ "128191": {
1532
+ "content": "<|reserved_special_token_186|>",
1533
+ "lstrip": false,
1534
+ "normalized": false,
1535
+ "rstrip": false,
1536
+ "single_word": false,
1537
+ "special": true
1538
+ },
1539
+ "128192": {
1540
+ "content": "<|reserved_special_token_187|>",
1541
+ "lstrip": false,
1542
+ "normalized": false,
1543
+ "rstrip": false,
1544
+ "single_word": false,
1545
+ "special": true
1546
+ },
1547
+ "128193": {
1548
+ "content": "<|reserved_special_token_188|>",
1549
+ "lstrip": false,
1550
+ "normalized": false,
1551
+ "rstrip": false,
1552
+ "single_word": false,
1553
+ "special": true
1554
+ },
1555
+ "128194": {
1556
+ "content": "<|reserved_special_token_189|>",
1557
+ "lstrip": false,
1558
+ "normalized": false,
1559
+ "rstrip": false,
1560
+ "single_word": false,
1561
+ "special": true
1562
+ },
1563
+ "128195": {
1564
+ "content": "<|reserved_special_token_190|>",
1565
+ "lstrip": false,
1566
+ "normalized": false,
1567
+ "rstrip": false,
1568
+ "single_word": false,
1569
+ "special": true
1570
+ },
1571
+ "128196": {
1572
+ "content": "<|reserved_special_token_191|>",
1573
+ "lstrip": false,
1574
+ "normalized": false,
1575
+ "rstrip": false,
1576
+ "single_word": false,
1577
+ "special": true
1578
+ },
1579
+ "128197": {
1580
+ "content": "<|reserved_special_token_192|>",
1581
+ "lstrip": false,
1582
+ "normalized": false,
1583
+ "rstrip": false,
1584
+ "single_word": false,
1585
+ "special": true
1586
+ },
1587
+ "128198": {
1588
+ "content": "<|reserved_special_token_193|>",
1589
+ "lstrip": false,
1590
+ "normalized": false,
1591
+ "rstrip": false,
1592
+ "single_word": false,
1593
+ "special": true
1594
+ },
1595
+ "128199": {
1596
+ "content": "<|reserved_special_token_194|>",
1597
+ "lstrip": false,
1598
+ "normalized": false,
1599
+ "rstrip": false,
1600
+ "single_word": false,
1601
+ "special": true
1602
+ },
1603
+ "128200": {
1604
+ "content": "<|reserved_special_token_195|>",
1605
+ "lstrip": false,
1606
+ "normalized": false,
1607
+ "rstrip": false,
1608
+ "single_word": false,
1609
+ "special": true
1610
+ },
1611
+ "128201": {
1612
+ "content": "<|reserved_special_token_196|>",
1613
+ "lstrip": false,
1614
+ "normalized": false,
1615
+ "rstrip": false,
1616
+ "single_word": false,
1617
+ "special": true
1618
+ },
1619
+ "128202": {
1620
+ "content": "<|reserved_special_token_197|>",
1621
+ "lstrip": false,
1622
+ "normalized": false,
1623
+ "rstrip": false,
1624
+ "single_word": false,
1625
+ "special": true
1626
+ },
1627
+ "128203": {
1628
+ "content": "<|reserved_special_token_198|>",
1629
+ "lstrip": false,
1630
+ "normalized": false,
1631
+ "rstrip": false,
1632
+ "single_word": false,
1633
+ "special": true
1634
+ },
1635
+ "128204": {
1636
+ "content": "<|reserved_special_token_199|>",
1637
+ "lstrip": false,
1638
+ "normalized": false,
1639
+ "rstrip": false,
1640
+ "single_word": false,
1641
+ "special": true
1642
+ },
1643
+ "128205": {
1644
+ "content": "<|reserved_special_token_200|>",
1645
+ "lstrip": false,
1646
+ "normalized": false,
1647
+ "rstrip": false,
1648
+ "single_word": false,
1649
+ "special": true
1650
+ },
1651
+ "128206": {
1652
+ "content": "<|reserved_special_token_201|>",
1653
+ "lstrip": false,
1654
+ "normalized": false,
1655
+ "rstrip": false,
1656
+ "single_word": false,
1657
+ "special": true
1658
+ },
1659
+ "128207": {
1660
+ "content": "<|reserved_special_token_202|>",
1661
+ "lstrip": false,
1662
+ "normalized": false,
1663
+ "rstrip": false,
1664
+ "single_word": false,
1665
+ "special": true
1666
+ },
1667
+ "128208": {
1668
+ "content": "<|reserved_special_token_203|>",
1669
+ "lstrip": false,
1670
+ "normalized": false,
1671
+ "rstrip": false,
1672
+ "single_word": false,
1673
+ "special": true
1674
+ },
1675
+ "128209": {
1676
+ "content": "<|reserved_special_token_204|>",
1677
+ "lstrip": false,
1678
+ "normalized": false,
1679
+ "rstrip": false,
1680
+ "single_word": false,
1681
+ "special": true
1682
+ },
1683
+ "128210": {
1684
+ "content": "<|reserved_special_token_205|>",
1685
+ "lstrip": false,
1686
+ "normalized": false,
1687
+ "rstrip": false,
1688
+ "single_word": false,
1689
+ "special": true
1690
+ },
1691
+ "128211": {
1692
+ "content": "<|reserved_special_token_206|>",
1693
+ "lstrip": false,
1694
+ "normalized": false,
1695
+ "rstrip": false,
1696
+ "single_word": false,
1697
+ "special": true
1698
+ },
1699
+ "128212": {
1700
+ "content": "<|reserved_special_token_207|>",
1701
+ "lstrip": false,
1702
+ "normalized": false,
1703
+ "rstrip": false,
1704
+ "single_word": false,
1705
+ "special": true
1706
+ },
1707
+ "128213": {
1708
+ "content": "<|reserved_special_token_208|>",
1709
+ "lstrip": false,
1710
+ "normalized": false,
1711
+ "rstrip": false,
1712
+ "single_word": false,
1713
+ "special": true
1714
+ },
1715
+ "128214": {
1716
+ "content": "<|reserved_special_token_209|>",
1717
+ "lstrip": false,
1718
+ "normalized": false,
1719
+ "rstrip": false,
1720
+ "single_word": false,
1721
+ "special": true
1722
+ },
1723
+ "128215": {
1724
+ "content": "<|reserved_special_token_210|>",
1725
+ "lstrip": false,
1726
+ "normalized": false,
1727
+ "rstrip": false,
1728
+ "single_word": false,
1729
+ "special": true
1730
+ },
1731
+ "128216": {
1732
+ "content": "<|reserved_special_token_211|>",
1733
+ "lstrip": false,
1734
+ "normalized": false,
1735
+ "rstrip": false,
1736
+ "single_word": false,
1737
+ "special": true
1738
+ },
1739
+ "128217": {
1740
+ "content": "<|reserved_special_token_212|>",
1741
+ "lstrip": false,
1742
+ "normalized": false,
1743
+ "rstrip": false,
1744
+ "single_word": false,
1745
+ "special": true
1746
+ },
1747
+ "128218": {
1748
+ "content": "<|reserved_special_token_213|>",
1749
+ "lstrip": false,
1750
+ "normalized": false,
1751
+ "rstrip": false,
1752
+ "single_word": false,
1753
+ "special": true
1754
+ },
1755
+ "128219": {
1756
+ "content": "<|reserved_special_token_214|>",
1757
+ "lstrip": false,
1758
+ "normalized": false,
1759
+ "rstrip": false,
1760
+ "single_word": false,
1761
+ "special": true
1762
+ },
1763
+ "128220": {
1764
+ "content": "<|reserved_special_token_215|>",
1765
+ "lstrip": false,
1766
+ "normalized": false,
1767
+ "rstrip": false,
1768
+ "single_word": false,
1769
+ "special": true
1770
+ },
1771
+ "128221": {
1772
+ "content": "<|reserved_special_token_216|>",
1773
+ "lstrip": false,
1774
+ "normalized": false,
1775
+ "rstrip": false,
1776
+ "single_word": false,
1777
+ "special": true
1778
+ },
1779
+ "128222": {
1780
+ "content": "<|reserved_special_token_217|>",
1781
+ "lstrip": false,
1782
+ "normalized": false,
1783
+ "rstrip": false,
1784
+ "single_word": false,
1785
+ "special": true
1786
+ },
1787
+ "128223": {
1788
+ "content": "<|reserved_special_token_218|>",
1789
+ "lstrip": false,
1790
+ "normalized": false,
1791
+ "rstrip": false,
1792
+ "single_word": false,
1793
+ "special": true
1794
+ },
1795
+ "128224": {
1796
+ "content": "<|reserved_special_token_219|>",
1797
+ "lstrip": false,
1798
+ "normalized": false,
1799
+ "rstrip": false,
1800
+ "single_word": false,
1801
+ "special": true
1802
+ },
1803
+ "128225": {
1804
+ "content": "<|reserved_special_token_220|>",
1805
+ "lstrip": false,
1806
+ "normalized": false,
1807
+ "rstrip": false,
1808
+ "single_word": false,
1809
+ "special": true
1810
+ },
1811
+ "128226": {
1812
+ "content": "<|reserved_special_token_221|>",
1813
+ "lstrip": false,
1814
+ "normalized": false,
1815
+ "rstrip": false,
1816
+ "single_word": false,
1817
+ "special": true
1818
+ },
1819
+ "128227": {
1820
+ "content": "<|reserved_special_token_222|>",
1821
+ "lstrip": false,
1822
+ "normalized": false,
1823
+ "rstrip": false,
1824
+ "single_word": false,
1825
+ "special": true
1826
+ },
1827
+ "128228": {
1828
+ "content": "<|reserved_special_token_223|>",
1829
+ "lstrip": false,
1830
+ "normalized": false,
1831
+ "rstrip": false,
1832
+ "single_word": false,
1833
+ "special": true
1834
+ },
1835
+ "128229": {
1836
+ "content": "<|reserved_special_token_224|>",
1837
+ "lstrip": false,
1838
+ "normalized": false,
1839
+ "rstrip": false,
1840
+ "single_word": false,
1841
+ "special": true
1842
+ },
1843
+ "128230": {
1844
+ "content": "<|reserved_special_token_225|>",
1845
+ "lstrip": false,
1846
+ "normalized": false,
1847
+ "rstrip": false,
1848
+ "single_word": false,
1849
+ "special": true
1850
+ },
1851
+ "128231": {
1852
+ "content": "<|reserved_special_token_226|>",
1853
+ "lstrip": false,
1854
+ "normalized": false,
1855
+ "rstrip": false,
1856
+ "single_word": false,
1857
+ "special": true
1858
+ },
1859
+ "128232": {
1860
+ "content": "<|reserved_special_token_227|>",
1861
+ "lstrip": false,
1862
+ "normalized": false,
1863
+ "rstrip": false,
1864
+ "single_word": false,
1865
+ "special": true
1866
+ },
1867
+ "128233": {
1868
+ "content": "<|reserved_special_token_228|>",
1869
+ "lstrip": false,
1870
+ "normalized": false,
1871
+ "rstrip": false,
1872
+ "single_word": false,
1873
+ "special": true
1874
+ },
1875
+ "128234": {
1876
+ "content": "<|reserved_special_token_229|>",
1877
+ "lstrip": false,
1878
+ "normalized": false,
1879
+ "rstrip": false,
1880
+ "single_word": false,
1881
+ "special": true
1882
+ },
1883
+ "128235": {
1884
+ "content": "<|reserved_special_token_230|>",
1885
+ "lstrip": false,
1886
+ "normalized": false,
1887
+ "rstrip": false,
1888
+ "single_word": false,
1889
+ "special": true
1890
+ },
1891
+ "128236": {
1892
+ "content": "<|reserved_special_token_231|>",
1893
+ "lstrip": false,
1894
+ "normalized": false,
1895
+ "rstrip": false,
1896
+ "single_word": false,
1897
+ "special": true
1898
+ },
1899
+ "128237": {
1900
+ "content": "<|reserved_special_token_232|>",
1901
+ "lstrip": false,
1902
+ "normalized": false,
1903
+ "rstrip": false,
1904
+ "single_word": false,
1905
+ "special": true
1906
+ },
1907
+ "128238": {
1908
+ "content": "<|reserved_special_token_233|>",
1909
+ "lstrip": false,
1910
+ "normalized": false,
1911
+ "rstrip": false,
1912
+ "single_word": false,
1913
+ "special": true
1914
+ },
1915
+ "128239": {
1916
+ "content": "<|reserved_special_token_234|>",
1917
+ "lstrip": false,
1918
+ "normalized": false,
1919
+ "rstrip": false,
1920
+ "single_word": false,
1921
+ "special": true
1922
+ },
1923
+ "128240": {
1924
+ "content": "<|reserved_special_token_235|>",
1925
+ "lstrip": false,
1926
+ "normalized": false,
1927
+ "rstrip": false,
1928
+ "single_word": false,
1929
+ "special": true
1930
+ },
1931
+ "128241": {
1932
+ "content": "<|reserved_special_token_236|>",
1933
+ "lstrip": false,
1934
+ "normalized": false,
1935
+ "rstrip": false,
1936
+ "single_word": false,
1937
+ "special": true
1938
+ },
1939
+ "128242": {
1940
+ "content": "<|reserved_special_token_237|>",
1941
+ "lstrip": false,
1942
+ "normalized": false,
1943
+ "rstrip": false,
1944
+ "single_word": false,
1945
+ "special": true
1946
+ },
1947
+ "128243": {
1948
+ "content": "<|reserved_special_token_238|>",
1949
+ "lstrip": false,
1950
+ "normalized": false,
1951
+ "rstrip": false,
1952
+ "single_word": false,
1953
+ "special": true
1954
+ },
1955
+ "128244": {
1956
+ "content": "<|reserved_special_token_239|>",
1957
+ "lstrip": false,
1958
+ "normalized": false,
1959
+ "rstrip": false,
1960
+ "single_word": false,
1961
+ "special": true
1962
+ },
1963
+ "128245": {
1964
+ "content": "<|reserved_special_token_240|>",
1965
+ "lstrip": false,
1966
+ "normalized": false,
1967
+ "rstrip": false,
1968
+ "single_word": false,
1969
+ "special": true
1970
+ },
1971
+ "128246": {
1972
+ "content": "<|reserved_special_token_241|>",
1973
+ "lstrip": false,
1974
+ "normalized": false,
1975
+ "rstrip": false,
1976
+ "single_word": false,
1977
+ "special": true
1978
+ },
1979
+ "128247": {
1980
+ "content": "<|reserved_special_token_242|>",
1981
+ "lstrip": false,
1982
+ "normalized": false,
1983
+ "rstrip": false,
1984
+ "single_word": false,
1985
+ "special": true
1986
+ },
1987
+ "128248": {
1988
+ "content": "<|reserved_special_token_243|>",
1989
+ "lstrip": false,
1990
+ "normalized": false,
1991
+ "rstrip": false,
1992
+ "single_word": false,
1993
+ "special": true
1994
+ },
1995
+ "128249": {
1996
+ "content": "<|reserved_special_token_244|>",
1997
+ "lstrip": false,
1998
+ "normalized": false,
1999
+ "rstrip": false,
2000
+ "single_word": false,
2001
+ "special": true
2002
+ },
2003
+ "128250": {
2004
+ "content": "<|reserved_special_token_245|>",
2005
+ "lstrip": false,
2006
+ "normalized": false,
2007
+ "rstrip": false,
2008
+ "single_word": false,
2009
+ "special": true
2010
+ },
2011
+ "128251": {
2012
+ "content": "<|reserved_special_token_246|>",
2013
+ "lstrip": false,
2014
+ "normalized": false,
2015
+ "rstrip": false,
2016
+ "single_word": false,
2017
+ "special": true
2018
+ },
2019
+ "128252": {
2020
+ "content": "<|reserved_special_token_247|>",
2021
+ "lstrip": false,
2022
+ "normalized": false,
2023
+ "rstrip": false,
2024
+ "single_word": false,
2025
+ "special": true
2026
+ },
2027
+ "128253": {
2028
+ "content": "<|reserved_special_token_248|>",
2029
+ "lstrip": false,
2030
+ "normalized": false,
2031
+ "rstrip": false,
2032
+ "single_word": false,
2033
+ "special": true
2034
+ },
2035
+ "128254": {
2036
+ "content": "<|reserved_special_token_249|>",
2037
+ "lstrip": false,
2038
+ "normalized": false,
2039
+ "rstrip": false,
2040
+ "single_word": false,
2041
+ "special": true
2042
+ },
2043
+ "128255": {
2044
+ "content": "<|reserved_special_token_250|>",
2045
+ "lstrip": false,
2046
+ "normalized": false,
2047
+ "rstrip": false,
2048
+ "single_word": false,
2049
+ "special": true
2050
+ }
2051
+ },
2052
+ "bos_token": "<|begin_of_text|>",
2053
+ "chat_template": "{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
2054
+ "clean_up_tokenization_spaces": true,
2055
+ "eos_token": "<|eot_id|>",
2056
+ "model_input_names": [
2057
+ "input_ids",
2058
+ "attention_mask"
2059
+ ],
2060
+ "model_max_length": 1000000000000000019884624838656,
2061
+ "tokenizer_class": "PreTrainedTokenizerFast"
2062
+ }