Upload 99 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +2 -0
- bge-large-en-v1.5/1_Pooling/config.json +7 -0
- bge-large-en-v1.5/README.md +3069 -0
- bge-large-en-v1.5/config.json +32 -0
- bge-large-en-v1.5/config_sentence_transformers.json +7 -0
- bge-large-en-v1.5/modules.json +20 -0
- bge-large-en-v1.5/pytorch_model.bin +3 -0
- bge-large-en-v1.5/sentence_bert_config.json +4 -0
- bge-large-en-v1.5/special_tokens_map.json +7 -0
- bge-large-en-v1.5/tokenizer.json +0 -0
- bge-large-en-v1.5/tokenizer_config.json +15 -0
- bge-large-en-v1.5/vocab.txt +0 -0
- colbertv2.0/README.md +215 -0
- colbertv2.0/artifact.metadata +47 -0
- colbertv2.0/config.json +26 -0
- colbertv2.0/pytorch_model.bin +3 -0
- colbertv2.0/special_tokens_map.json +1 -0
- colbertv2.0/tokenizer.json +0 -0
- colbertv2.0/tokenizer_config.json +1 -0
- colbertv2.0/vocab.txt +0 -0
- colpali-v1.1/.gitattributes +36 -0
- colpali-v1.1/README.md +166 -0
- colpali-v1.1/adapter_config.json +26 -0
- colpali-v1.1/adapter_model.safetensors +3 -0
- colpali-v1.1/checkpoint-3500/adapter_config.json +26 -0
- colpali-v1.1/checkpoint-3500/adapter_model.safetensors +3 -0
- colpali-v1.1/checkpoint-3500/optimizer.pt +3 -0
- colpali-v1.1/checkpoint-3500/rng_state.pth +3 -0
- colpali-v1.1/checkpoint-3500/scheduler.pt +3 -0
- colpali-v1.1/checkpoint-3500/trainer_state.json +3043 -0
- colpali-v1.1/checkpoint-3500/training_args.bin +3 -0
- colpali-v1.1/git_hash.txt +1 -0
- colpali-v1.1/preprocessor_config.json +40 -0
- colpali-v1.1/results.json +1 -0
- colpali-v1.1/special_tokens_map.json +39 -0
- colpali-v1.1/tokenizer.json +3 -0
- colpali-v1.1/tokenizer_config.json +0 -0
- colpali-v1.1/training_config.yml +40 -0
- colqwen2-v1.0/.gitattributes +36 -0
- colqwen2-v1.0/README.md +126 -0
- colqwen2-v1.0/adapter_config.json +26 -0
- colqwen2-v1.0/adapter_model.safetensors +3 -0
- colqwen2-v1.0/added_tokens.json +16 -0
- colqwen2-v1.0/chat_template.json +3 -0
- colqwen2-v1.0/git_hash.txt +1 -0
- colqwen2-v1.0/handler.py +91 -0
- colqwen2-v1.0/merges.txt +0 -0
- colqwen2-v1.0/preprocessor_config.json +31 -0
- colqwen2-v1.0/requirements.txt +2 -0
- colqwen2-v1.0/results.json +465 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
colpali-v1.1/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
colqwen2-v1.0/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
bge-large-en-v1.5/1_Pooling/config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"word_embedding_dimension": 1024,
|
| 3 |
+
"pooling_mode_cls_token": true,
|
| 4 |
+
"pooling_mode_mean_tokens": false,
|
| 5 |
+
"pooling_mode_max_tokens": false,
|
| 6 |
+
"pooling_mode_mean_sqrt_len_tokens": false
|
| 7 |
+
}
|
bge-large-en-v1.5/README.md
ADDED
|
@@ -0,0 +1,3069 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- sentence-transformers
|
| 4 |
+
- feature-extraction
|
| 5 |
+
- sentence-similarity
|
| 6 |
+
- transformers
|
| 7 |
+
- mteb
|
| 8 |
+
model-index:
|
| 9 |
+
- name: bge-large-en-v1.5
|
| 10 |
+
results:
|
| 11 |
+
- task:
|
| 12 |
+
type: Classification
|
| 13 |
+
dataset:
|
| 14 |
+
type: mteb/amazon_counterfactual
|
| 15 |
+
name: MTEB AmazonCounterfactualClassification (en)
|
| 16 |
+
config: en
|
| 17 |
+
split: test
|
| 18 |
+
revision: e8379541af4e31359cca9fbcf4b00f2671dba205
|
| 19 |
+
metrics:
|
| 20 |
+
- type: accuracy
|
| 21 |
+
value: 75.8507462686567
|
| 22 |
+
- type: ap
|
| 23 |
+
value: 38.566457320228245
|
| 24 |
+
- type: f1
|
| 25 |
+
value: 69.69386648043475
|
| 26 |
+
- task:
|
| 27 |
+
type: Classification
|
| 28 |
+
dataset:
|
| 29 |
+
type: mteb/amazon_polarity
|
| 30 |
+
name: MTEB AmazonPolarityClassification
|
| 31 |
+
config: default
|
| 32 |
+
split: test
|
| 33 |
+
revision: e2d317d38cd51312af73b3d32a06d1a08b442046
|
| 34 |
+
metrics:
|
| 35 |
+
- type: accuracy
|
| 36 |
+
value: 92.416675
|
| 37 |
+
- type: ap
|
| 38 |
+
value: 89.1928861155922
|
| 39 |
+
- type: f1
|
| 40 |
+
value: 92.39477019574215
|
| 41 |
+
- task:
|
| 42 |
+
type: Classification
|
| 43 |
+
dataset:
|
| 44 |
+
type: mteb/amazon_reviews_multi
|
| 45 |
+
name: MTEB AmazonReviewsClassification (en)
|
| 46 |
+
config: en
|
| 47 |
+
split: test
|
| 48 |
+
revision: 1399c76144fd37290681b995c656ef9b2e06e26d
|
| 49 |
+
metrics:
|
| 50 |
+
- type: accuracy
|
| 51 |
+
value: 48.175999999999995
|
| 52 |
+
- type: f1
|
| 53 |
+
value: 47.80712792870253
|
| 54 |
+
- task:
|
| 55 |
+
type: Retrieval
|
| 56 |
+
dataset:
|
| 57 |
+
type: arguana
|
| 58 |
+
name: MTEB ArguAna
|
| 59 |
+
config: default
|
| 60 |
+
split: test
|
| 61 |
+
revision: None
|
| 62 |
+
metrics:
|
| 63 |
+
- type: map_at_1
|
| 64 |
+
value: 40.184999999999995
|
| 65 |
+
- type: map_at_10
|
| 66 |
+
value: 55.654
|
| 67 |
+
- type: map_at_100
|
| 68 |
+
value: 56.25
|
| 69 |
+
- type: map_at_1000
|
| 70 |
+
value: 56.255
|
| 71 |
+
- type: map_at_3
|
| 72 |
+
value: 51.742999999999995
|
| 73 |
+
- type: map_at_5
|
| 74 |
+
value: 54.129000000000005
|
| 75 |
+
- type: mrr_at_1
|
| 76 |
+
value: 40.967
|
| 77 |
+
- type: mrr_at_10
|
| 78 |
+
value: 55.96
|
| 79 |
+
- type: mrr_at_100
|
| 80 |
+
value: 56.54900000000001
|
| 81 |
+
- type: mrr_at_1000
|
| 82 |
+
value: 56.554
|
| 83 |
+
- type: mrr_at_3
|
| 84 |
+
value: 51.980000000000004
|
| 85 |
+
- type: mrr_at_5
|
| 86 |
+
value: 54.44
|
| 87 |
+
- type: ndcg_at_1
|
| 88 |
+
value: 40.184999999999995
|
| 89 |
+
- type: ndcg_at_10
|
| 90 |
+
value: 63.542
|
| 91 |
+
- type: ndcg_at_100
|
| 92 |
+
value: 65.96499999999999
|
| 93 |
+
- type: ndcg_at_1000
|
| 94 |
+
value: 66.08699999999999
|
| 95 |
+
- type: ndcg_at_3
|
| 96 |
+
value: 55.582
|
| 97 |
+
- type: ndcg_at_5
|
| 98 |
+
value: 59.855000000000004
|
| 99 |
+
- type: precision_at_1
|
| 100 |
+
value: 40.184999999999995
|
| 101 |
+
- type: precision_at_10
|
| 102 |
+
value: 8.841000000000001
|
| 103 |
+
- type: precision_at_100
|
| 104 |
+
value: 0.987
|
| 105 |
+
- type: precision_at_1000
|
| 106 |
+
value: 0.1
|
| 107 |
+
- type: precision_at_3
|
| 108 |
+
value: 22.238
|
| 109 |
+
- type: precision_at_5
|
| 110 |
+
value: 15.405
|
| 111 |
+
- type: recall_at_1
|
| 112 |
+
value: 40.184999999999995
|
| 113 |
+
- type: recall_at_10
|
| 114 |
+
value: 88.407
|
| 115 |
+
- type: recall_at_100
|
| 116 |
+
value: 98.72
|
| 117 |
+
- type: recall_at_1000
|
| 118 |
+
value: 99.644
|
| 119 |
+
- type: recall_at_3
|
| 120 |
+
value: 66.714
|
| 121 |
+
- type: recall_at_5
|
| 122 |
+
value: 77.027
|
| 123 |
+
- task:
|
| 124 |
+
type: Clustering
|
| 125 |
+
dataset:
|
| 126 |
+
type: mteb/arxiv-clustering-p2p
|
| 127 |
+
name: MTEB ArxivClusteringP2P
|
| 128 |
+
config: default
|
| 129 |
+
split: test
|
| 130 |
+
revision: a122ad7f3f0291bf49cc6f4d32aa80929df69d5d
|
| 131 |
+
metrics:
|
| 132 |
+
- type: v_measure
|
| 133 |
+
value: 48.567077926750066
|
| 134 |
+
- task:
|
| 135 |
+
type: Clustering
|
| 136 |
+
dataset:
|
| 137 |
+
type: mteb/arxiv-clustering-s2s
|
| 138 |
+
name: MTEB ArxivClusteringS2S
|
| 139 |
+
config: default
|
| 140 |
+
split: test
|
| 141 |
+
revision: f910caf1a6075f7329cdf8c1a6135696f37dbd53
|
| 142 |
+
metrics:
|
| 143 |
+
- type: v_measure
|
| 144 |
+
value: 43.19453389182364
|
| 145 |
+
- task:
|
| 146 |
+
type: Reranking
|
| 147 |
+
dataset:
|
| 148 |
+
type: mteb/askubuntudupquestions-reranking
|
| 149 |
+
name: MTEB AskUbuntuDupQuestions
|
| 150 |
+
config: default
|
| 151 |
+
split: test
|
| 152 |
+
revision: 2000358ca161889fa9c082cb41daa8dcfb161a54
|
| 153 |
+
metrics:
|
| 154 |
+
- type: map
|
| 155 |
+
value: 64.46555939623092
|
| 156 |
+
- type: mrr
|
| 157 |
+
value: 77.82361605768807
|
| 158 |
+
- task:
|
| 159 |
+
type: STS
|
| 160 |
+
dataset:
|
| 161 |
+
type: mteb/biosses-sts
|
| 162 |
+
name: MTEB BIOSSES
|
| 163 |
+
config: default
|
| 164 |
+
split: test
|
| 165 |
+
revision: d3fb88f8f02e40887cd149695127462bbcf29b4a
|
| 166 |
+
metrics:
|
| 167 |
+
- type: cos_sim_pearson
|
| 168 |
+
value: 84.9554128814735
|
| 169 |
+
- type: cos_sim_spearman
|
| 170 |
+
value: 84.65373612172036
|
| 171 |
+
- type: euclidean_pearson
|
| 172 |
+
value: 83.2905059954138
|
| 173 |
+
- type: euclidean_spearman
|
| 174 |
+
value: 84.52240782811128
|
| 175 |
+
- type: manhattan_pearson
|
| 176 |
+
value: 82.99533802997436
|
| 177 |
+
- type: manhattan_spearman
|
| 178 |
+
value: 84.20673798475734
|
| 179 |
+
- task:
|
| 180 |
+
type: Classification
|
| 181 |
+
dataset:
|
| 182 |
+
type: mteb/banking77
|
| 183 |
+
name: MTEB Banking77Classification
|
| 184 |
+
config: default
|
| 185 |
+
split: test
|
| 186 |
+
revision: 0fd18e25b25c072e09e0d92ab615fda904d66300
|
| 187 |
+
metrics:
|
| 188 |
+
- type: accuracy
|
| 189 |
+
value: 87.78896103896103
|
| 190 |
+
- type: f1
|
| 191 |
+
value: 87.77189310964883
|
| 192 |
+
- task:
|
| 193 |
+
type: Clustering
|
| 194 |
+
dataset:
|
| 195 |
+
type: mteb/biorxiv-clustering-p2p
|
| 196 |
+
name: MTEB BiorxivClusteringP2P
|
| 197 |
+
config: default
|
| 198 |
+
split: test
|
| 199 |
+
revision: 65b79d1d13f80053f67aca9498d9402c2d9f1f40
|
| 200 |
+
metrics:
|
| 201 |
+
- type: v_measure
|
| 202 |
+
value: 39.714538337650495
|
| 203 |
+
- task:
|
| 204 |
+
type: Clustering
|
| 205 |
+
dataset:
|
| 206 |
+
type: mteb/biorxiv-clustering-s2s
|
| 207 |
+
name: MTEB BiorxivClusteringS2S
|
| 208 |
+
config: default
|
| 209 |
+
split: test
|
| 210 |
+
revision: 258694dd0231531bc1fd9de6ceb52a0853c6d908
|
| 211 |
+
metrics:
|
| 212 |
+
- type: v_measure
|
| 213 |
+
value: 36.90108349284447
|
| 214 |
+
- task:
|
| 215 |
+
type: Retrieval
|
| 216 |
+
dataset:
|
| 217 |
+
type: BeIR/cqadupstack
|
| 218 |
+
name: MTEB CQADupstackAndroidRetrieval
|
| 219 |
+
config: default
|
| 220 |
+
split: test
|
| 221 |
+
revision: None
|
| 222 |
+
metrics:
|
| 223 |
+
- type: map_at_1
|
| 224 |
+
value: 32.795
|
| 225 |
+
- type: map_at_10
|
| 226 |
+
value: 43.669000000000004
|
| 227 |
+
- type: map_at_100
|
| 228 |
+
value: 45.151
|
| 229 |
+
- type: map_at_1000
|
| 230 |
+
value: 45.278
|
| 231 |
+
- type: map_at_3
|
| 232 |
+
value: 40.006
|
| 233 |
+
- type: map_at_5
|
| 234 |
+
value: 42.059999999999995
|
| 235 |
+
- type: mrr_at_1
|
| 236 |
+
value: 39.771
|
| 237 |
+
- type: mrr_at_10
|
| 238 |
+
value: 49.826
|
| 239 |
+
- type: mrr_at_100
|
| 240 |
+
value: 50.504000000000005
|
| 241 |
+
- type: mrr_at_1000
|
| 242 |
+
value: 50.549
|
| 243 |
+
- type: mrr_at_3
|
| 244 |
+
value: 47.115
|
| 245 |
+
- type: mrr_at_5
|
| 246 |
+
value: 48.832
|
| 247 |
+
- type: ndcg_at_1
|
| 248 |
+
value: 39.771
|
| 249 |
+
- type: ndcg_at_10
|
| 250 |
+
value: 50.217999999999996
|
| 251 |
+
- type: ndcg_at_100
|
| 252 |
+
value: 55.454
|
| 253 |
+
- type: ndcg_at_1000
|
| 254 |
+
value: 57.37
|
| 255 |
+
- type: ndcg_at_3
|
| 256 |
+
value: 44.885000000000005
|
| 257 |
+
- type: ndcg_at_5
|
| 258 |
+
value: 47.419
|
| 259 |
+
- type: precision_at_1
|
| 260 |
+
value: 39.771
|
| 261 |
+
- type: precision_at_10
|
| 262 |
+
value: 9.642000000000001
|
| 263 |
+
- type: precision_at_100
|
| 264 |
+
value: 1.538
|
| 265 |
+
- type: precision_at_1000
|
| 266 |
+
value: 0.198
|
| 267 |
+
- type: precision_at_3
|
| 268 |
+
value: 21.268
|
| 269 |
+
- type: precision_at_5
|
| 270 |
+
value: 15.536
|
| 271 |
+
- type: recall_at_1
|
| 272 |
+
value: 32.795
|
| 273 |
+
- type: recall_at_10
|
| 274 |
+
value: 62.580999999999996
|
| 275 |
+
- type: recall_at_100
|
| 276 |
+
value: 84.438
|
| 277 |
+
- type: recall_at_1000
|
| 278 |
+
value: 96.492
|
| 279 |
+
- type: recall_at_3
|
| 280 |
+
value: 47.071000000000005
|
| 281 |
+
- type: recall_at_5
|
| 282 |
+
value: 54.079
|
| 283 |
+
- task:
|
| 284 |
+
type: Retrieval
|
| 285 |
+
dataset:
|
| 286 |
+
type: BeIR/cqadupstack
|
| 287 |
+
name: MTEB CQADupstackEnglishRetrieval
|
| 288 |
+
config: default
|
| 289 |
+
split: test
|
| 290 |
+
revision: None
|
| 291 |
+
metrics:
|
| 292 |
+
- type: map_at_1
|
| 293 |
+
value: 32.671
|
| 294 |
+
- type: map_at_10
|
| 295 |
+
value: 43.334
|
| 296 |
+
- type: map_at_100
|
| 297 |
+
value: 44.566
|
| 298 |
+
- type: map_at_1000
|
| 299 |
+
value: 44.702999999999996
|
| 300 |
+
- type: map_at_3
|
| 301 |
+
value: 40.343
|
| 302 |
+
- type: map_at_5
|
| 303 |
+
value: 41.983
|
| 304 |
+
- type: mrr_at_1
|
| 305 |
+
value: 40.764
|
| 306 |
+
- type: mrr_at_10
|
| 307 |
+
value: 49.382
|
| 308 |
+
- type: mrr_at_100
|
| 309 |
+
value: 49.988
|
| 310 |
+
- type: mrr_at_1000
|
| 311 |
+
value: 50.03300000000001
|
| 312 |
+
- type: mrr_at_3
|
| 313 |
+
value: 47.293
|
| 314 |
+
- type: mrr_at_5
|
| 315 |
+
value: 48.51
|
| 316 |
+
- type: ndcg_at_1
|
| 317 |
+
value: 40.764
|
| 318 |
+
- type: ndcg_at_10
|
| 319 |
+
value: 49.039
|
| 320 |
+
- type: ndcg_at_100
|
| 321 |
+
value: 53.259
|
| 322 |
+
- type: ndcg_at_1000
|
| 323 |
+
value: 55.253
|
| 324 |
+
- type: ndcg_at_3
|
| 325 |
+
value: 45.091
|
| 326 |
+
- type: ndcg_at_5
|
| 327 |
+
value: 46.839999999999996
|
| 328 |
+
- type: precision_at_1
|
| 329 |
+
value: 40.764
|
| 330 |
+
- type: precision_at_10
|
| 331 |
+
value: 9.191
|
| 332 |
+
- type: precision_at_100
|
| 333 |
+
value: 1.476
|
| 334 |
+
- type: precision_at_1000
|
| 335 |
+
value: 0.19499999999999998
|
| 336 |
+
- type: precision_at_3
|
| 337 |
+
value: 21.72
|
| 338 |
+
- type: precision_at_5
|
| 339 |
+
value: 15.299
|
| 340 |
+
- type: recall_at_1
|
| 341 |
+
value: 32.671
|
| 342 |
+
- type: recall_at_10
|
| 343 |
+
value: 58.816
|
| 344 |
+
- type: recall_at_100
|
| 345 |
+
value: 76.654
|
| 346 |
+
- type: recall_at_1000
|
| 347 |
+
value: 89.05999999999999
|
| 348 |
+
- type: recall_at_3
|
| 349 |
+
value: 46.743
|
| 350 |
+
- type: recall_at_5
|
| 351 |
+
value: 51.783
|
| 352 |
+
- task:
|
| 353 |
+
type: Retrieval
|
| 354 |
+
dataset:
|
| 355 |
+
type: BeIR/cqadupstack
|
| 356 |
+
name: MTEB CQADupstackGamingRetrieval
|
| 357 |
+
config: default
|
| 358 |
+
split: test
|
| 359 |
+
revision: None
|
| 360 |
+
metrics:
|
| 361 |
+
- type: map_at_1
|
| 362 |
+
value: 40.328
|
| 363 |
+
- type: map_at_10
|
| 364 |
+
value: 53.32599999999999
|
| 365 |
+
- type: map_at_100
|
| 366 |
+
value: 54.37499999999999
|
| 367 |
+
- type: map_at_1000
|
| 368 |
+
value: 54.429
|
| 369 |
+
- type: map_at_3
|
| 370 |
+
value: 49.902
|
| 371 |
+
- type: map_at_5
|
| 372 |
+
value: 52.002
|
| 373 |
+
- type: mrr_at_1
|
| 374 |
+
value: 46.332
|
| 375 |
+
- type: mrr_at_10
|
| 376 |
+
value: 56.858
|
| 377 |
+
- type: mrr_at_100
|
| 378 |
+
value: 57.522
|
| 379 |
+
- type: mrr_at_1000
|
| 380 |
+
value: 57.54899999999999
|
| 381 |
+
- type: mrr_at_3
|
| 382 |
+
value: 54.472
|
| 383 |
+
- type: mrr_at_5
|
| 384 |
+
value: 55.996
|
| 385 |
+
- type: ndcg_at_1
|
| 386 |
+
value: 46.332
|
| 387 |
+
- type: ndcg_at_10
|
| 388 |
+
value: 59.313
|
| 389 |
+
- type: ndcg_at_100
|
| 390 |
+
value: 63.266999999999996
|
| 391 |
+
- type: ndcg_at_1000
|
| 392 |
+
value: 64.36
|
| 393 |
+
- type: ndcg_at_3
|
| 394 |
+
value: 53.815000000000005
|
| 395 |
+
- type: ndcg_at_5
|
| 396 |
+
value: 56.814
|
| 397 |
+
- type: precision_at_1
|
| 398 |
+
value: 46.332
|
| 399 |
+
- type: precision_at_10
|
| 400 |
+
value: 9.53
|
| 401 |
+
- type: precision_at_100
|
| 402 |
+
value: 1.238
|
| 403 |
+
- type: precision_at_1000
|
| 404 |
+
value: 0.13699999999999998
|
| 405 |
+
- type: precision_at_3
|
| 406 |
+
value: 24.054000000000002
|
| 407 |
+
- type: precision_at_5
|
| 408 |
+
value: 16.589000000000002
|
| 409 |
+
- type: recall_at_1
|
| 410 |
+
value: 40.328
|
| 411 |
+
- type: recall_at_10
|
| 412 |
+
value: 73.421
|
| 413 |
+
- type: recall_at_100
|
| 414 |
+
value: 90.059
|
| 415 |
+
- type: recall_at_1000
|
| 416 |
+
value: 97.81
|
| 417 |
+
- type: recall_at_3
|
| 418 |
+
value: 59.009
|
| 419 |
+
- type: recall_at_5
|
| 420 |
+
value: 66.352
|
| 421 |
+
- task:
|
| 422 |
+
type: Retrieval
|
| 423 |
+
dataset:
|
| 424 |
+
type: BeIR/cqadupstack
|
| 425 |
+
name: MTEB CQADupstackGisRetrieval
|
| 426 |
+
config: default
|
| 427 |
+
split: test
|
| 428 |
+
revision: None
|
| 429 |
+
metrics:
|
| 430 |
+
- type: map_at_1
|
| 431 |
+
value: 27.424
|
| 432 |
+
- type: map_at_10
|
| 433 |
+
value: 36.332
|
| 434 |
+
- type: map_at_100
|
| 435 |
+
value: 37.347
|
| 436 |
+
- type: map_at_1000
|
| 437 |
+
value: 37.422
|
| 438 |
+
- type: map_at_3
|
| 439 |
+
value: 33.743
|
| 440 |
+
- type: map_at_5
|
| 441 |
+
value: 35.176
|
| 442 |
+
- type: mrr_at_1
|
| 443 |
+
value: 29.153000000000002
|
| 444 |
+
- type: mrr_at_10
|
| 445 |
+
value: 38.233
|
| 446 |
+
- type: mrr_at_100
|
| 447 |
+
value: 39.109
|
| 448 |
+
- type: mrr_at_1000
|
| 449 |
+
value: 39.164
|
| 450 |
+
- type: mrr_at_3
|
| 451 |
+
value: 35.876000000000005
|
| 452 |
+
- type: mrr_at_5
|
| 453 |
+
value: 37.169000000000004
|
| 454 |
+
- type: ndcg_at_1
|
| 455 |
+
value: 29.153000000000002
|
| 456 |
+
- type: ndcg_at_10
|
| 457 |
+
value: 41.439
|
| 458 |
+
- type: ndcg_at_100
|
| 459 |
+
value: 46.42
|
| 460 |
+
- type: ndcg_at_1000
|
| 461 |
+
value: 48.242000000000004
|
| 462 |
+
- type: ndcg_at_3
|
| 463 |
+
value: 36.362
|
| 464 |
+
- type: ndcg_at_5
|
| 465 |
+
value: 38.743
|
| 466 |
+
- type: precision_at_1
|
| 467 |
+
value: 29.153000000000002
|
| 468 |
+
- type: precision_at_10
|
| 469 |
+
value: 6.315999999999999
|
| 470 |
+
- type: precision_at_100
|
| 471 |
+
value: 0.927
|
| 472 |
+
- type: precision_at_1000
|
| 473 |
+
value: 0.11199999999999999
|
| 474 |
+
- type: precision_at_3
|
| 475 |
+
value: 15.443000000000001
|
| 476 |
+
- type: precision_at_5
|
| 477 |
+
value: 10.644
|
| 478 |
+
- type: recall_at_1
|
| 479 |
+
value: 27.424
|
| 480 |
+
- type: recall_at_10
|
| 481 |
+
value: 55.364000000000004
|
| 482 |
+
- type: recall_at_100
|
| 483 |
+
value: 78.211
|
| 484 |
+
- type: recall_at_1000
|
| 485 |
+
value: 91.74600000000001
|
| 486 |
+
- type: recall_at_3
|
| 487 |
+
value: 41.379
|
| 488 |
+
- type: recall_at_5
|
| 489 |
+
value: 47.14
|
| 490 |
+
- task:
|
| 491 |
+
type: Retrieval
|
| 492 |
+
dataset:
|
| 493 |
+
type: BeIR/cqadupstack
|
| 494 |
+
name: MTEB CQADupstackMathematicaRetrieval
|
| 495 |
+
config: default
|
| 496 |
+
split: test
|
| 497 |
+
revision: None
|
| 498 |
+
metrics:
|
| 499 |
+
- type: map_at_1
|
| 500 |
+
value: 19.601
|
| 501 |
+
- type: map_at_10
|
| 502 |
+
value: 27.826
|
| 503 |
+
- type: map_at_100
|
| 504 |
+
value: 29.017
|
| 505 |
+
- type: map_at_1000
|
| 506 |
+
value: 29.137
|
| 507 |
+
- type: map_at_3
|
| 508 |
+
value: 25.125999999999998
|
| 509 |
+
- type: map_at_5
|
| 510 |
+
value: 26.765
|
| 511 |
+
- type: mrr_at_1
|
| 512 |
+
value: 24.005000000000003
|
| 513 |
+
- type: mrr_at_10
|
| 514 |
+
value: 32.716
|
| 515 |
+
- type: mrr_at_100
|
| 516 |
+
value: 33.631
|
| 517 |
+
- type: mrr_at_1000
|
| 518 |
+
value: 33.694
|
| 519 |
+
- type: mrr_at_3
|
| 520 |
+
value: 29.934
|
| 521 |
+
- type: mrr_at_5
|
| 522 |
+
value: 31.630999999999997
|
| 523 |
+
- type: ndcg_at_1
|
| 524 |
+
value: 24.005000000000003
|
| 525 |
+
- type: ndcg_at_10
|
| 526 |
+
value: 33.158
|
| 527 |
+
- type: ndcg_at_100
|
| 528 |
+
value: 38.739000000000004
|
| 529 |
+
- type: ndcg_at_1000
|
| 530 |
+
value: 41.495
|
| 531 |
+
- type: ndcg_at_3
|
| 532 |
+
value: 28.185
|
| 533 |
+
- type: ndcg_at_5
|
| 534 |
+
value: 30.796
|
| 535 |
+
- type: precision_at_1
|
| 536 |
+
value: 24.005000000000003
|
| 537 |
+
- type: precision_at_10
|
| 538 |
+
value: 5.908
|
| 539 |
+
- type: precision_at_100
|
| 540 |
+
value: 1.005
|
| 541 |
+
- type: precision_at_1000
|
| 542 |
+
value: 0.13899999999999998
|
| 543 |
+
- type: precision_at_3
|
| 544 |
+
value: 13.391
|
| 545 |
+
- type: precision_at_5
|
| 546 |
+
value: 9.876
|
| 547 |
+
- type: recall_at_1
|
| 548 |
+
value: 19.601
|
| 549 |
+
- type: recall_at_10
|
| 550 |
+
value: 44.746
|
| 551 |
+
- type: recall_at_100
|
| 552 |
+
value: 68.82300000000001
|
| 553 |
+
- type: recall_at_1000
|
| 554 |
+
value: 88.215
|
| 555 |
+
- type: recall_at_3
|
| 556 |
+
value: 31.239
|
| 557 |
+
- type: recall_at_5
|
| 558 |
+
value: 37.695
|
| 559 |
+
- task:
|
| 560 |
+
type: Retrieval
|
| 561 |
+
dataset:
|
| 562 |
+
type: BeIR/cqadupstack
|
| 563 |
+
name: MTEB CQADupstackPhysicsRetrieval
|
| 564 |
+
config: default
|
| 565 |
+
split: test
|
| 566 |
+
revision: None
|
| 567 |
+
metrics:
|
| 568 |
+
- type: map_at_1
|
| 569 |
+
value: 30.130000000000003
|
| 570 |
+
- type: map_at_10
|
| 571 |
+
value: 40.96
|
| 572 |
+
- type: map_at_100
|
| 573 |
+
value: 42.282
|
| 574 |
+
- type: map_at_1000
|
| 575 |
+
value: 42.392
|
| 576 |
+
- type: map_at_3
|
| 577 |
+
value: 37.889
|
| 578 |
+
- type: map_at_5
|
| 579 |
+
value: 39.661
|
| 580 |
+
- type: mrr_at_1
|
| 581 |
+
value: 36.958999999999996
|
| 582 |
+
- type: mrr_at_10
|
| 583 |
+
value: 46.835
|
| 584 |
+
- type: mrr_at_100
|
| 585 |
+
value: 47.644
|
| 586 |
+
- type: mrr_at_1000
|
| 587 |
+
value: 47.688
|
| 588 |
+
- type: mrr_at_3
|
| 589 |
+
value: 44.562000000000005
|
| 590 |
+
- type: mrr_at_5
|
| 591 |
+
value: 45.938
|
| 592 |
+
- type: ndcg_at_1
|
| 593 |
+
value: 36.958999999999996
|
| 594 |
+
- type: ndcg_at_10
|
| 595 |
+
value: 47.06
|
| 596 |
+
- type: ndcg_at_100
|
| 597 |
+
value: 52.345
|
| 598 |
+
- type: ndcg_at_1000
|
| 599 |
+
value: 54.35
|
| 600 |
+
- type: ndcg_at_3
|
| 601 |
+
value: 42.301
|
| 602 |
+
- type: ndcg_at_5
|
| 603 |
+
value: 44.635999999999996
|
| 604 |
+
- type: precision_at_1
|
| 605 |
+
value: 36.958999999999996
|
| 606 |
+
- type: precision_at_10
|
| 607 |
+
value: 8.479000000000001
|
| 608 |
+
- type: precision_at_100
|
| 609 |
+
value: 1.284
|
| 610 |
+
- type: precision_at_1000
|
| 611 |
+
value: 0.163
|
| 612 |
+
- type: precision_at_3
|
| 613 |
+
value: 20.244
|
| 614 |
+
- type: precision_at_5
|
| 615 |
+
value: 14.224999999999998
|
| 616 |
+
- type: recall_at_1
|
| 617 |
+
value: 30.130000000000003
|
| 618 |
+
- type: recall_at_10
|
| 619 |
+
value: 59.27
|
| 620 |
+
- type: recall_at_100
|
| 621 |
+
value: 81.195
|
| 622 |
+
- type: recall_at_1000
|
| 623 |
+
value: 94.21199999999999
|
| 624 |
+
- type: recall_at_3
|
| 625 |
+
value: 45.885
|
| 626 |
+
- type: recall_at_5
|
| 627 |
+
value: 52.016
|
| 628 |
+
- task:
|
| 629 |
+
type: Retrieval
|
| 630 |
+
dataset:
|
| 631 |
+
type: BeIR/cqadupstack
|
| 632 |
+
name: MTEB CQADupstackProgrammersRetrieval
|
| 633 |
+
config: default
|
| 634 |
+
split: test
|
| 635 |
+
revision: None
|
| 636 |
+
metrics:
|
| 637 |
+
- type: map_at_1
|
| 638 |
+
value: 26.169999999999998
|
| 639 |
+
- type: map_at_10
|
| 640 |
+
value: 36.451
|
| 641 |
+
- type: map_at_100
|
| 642 |
+
value: 37.791000000000004
|
| 643 |
+
- type: map_at_1000
|
| 644 |
+
value: 37.897
|
| 645 |
+
- type: map_at_3
|
| 646 |
+
value: 33.109
|
| 647 |
+
- type: map_at_5
|
| 648 |
+
value: 34.937000000000005
|
| 649 |
+
- type: mrr_at_1
|
| 650 |
+
value: 32.877
|
| 651 |
+
- type: mrr_at_10
|
| 652 |
+
value: 42.368
|
| 653 |
+
- type: mrr_at_100
|
| 654 |
+
value: 43.201
|
| 655 |
+
- type: mrr_at_1000
|
| 656 |
+
value: 43.259
|
| 657 |
+
- type: mrr_at_3
|
| 658 |
+
value: 39.763999999999996
|
| 659 |
+
- type: mrr_at_5
|
| 660 |
+
value: 41.260000000000005
|
| 661 |
+
- type: ndcg_at_1
|
| 662 |
+
value: 32.877
|
| 663 |
+
- type: ndcg_at_10
|
| 664 |
+
value: 42.659000000000006
|
| 665 |
+
- type: ndcg_at_100
|
| 666 |
+
value: 48.161
|
| 667 |
+
- type: ndcg_at_1000
|
| 668 |
+
value: 50.345
|
| 669 |
+
- type: ndcg_at_3
|
| 670 |
+
value: 37.302
|
| 671 |
+
- type: ndcg_at_5
|
| 672 |
+
value: 39.722
|
| 673 |
+
- type: precision_at_1
|
| 674 |
+
value: 32.877
|
| 675 |
+
- type: precision_at_10
|
| 676 |
+
value: 7.9
|
| 677 |
+
- type: precision_at_100
|
| 678 |
+
value: 1.236
|
| 679 |
+
- type: precision_at_1000
|
| 680 |
+
value: 0.158
|
| 681 |
+
- type: precision_at_3
|
| 682 |
+
value: 17.846
|
| 683 |
+
- type: precision_at_5
|
| 684 |
+
value: 12.9
|
| 685 |
+
- type: recall_at_1
|
| 686 |
+
value: 26.169999999999998
|
| 687 |
+
- type: recall_at_10
|
| 688 |
+
value: 55.35
|
| 689 |
+
- type: recall_at_100
|
| 690 |
+
value: 78.755
|
| 691 |
+
- type: recall_at_1000
|
| 692 |
+
value: 93.518
|
| 693 |
+
- type: recall_at_3
|
| 694 |
+
value: 40.176
|
| 695 |
+
- type: recall_at_5
|
| 696 |
+
value: 46.589000000000006
|
| 697 |
+
- task:
|
| 698 |
+
type: Retrieval
|
| 699 |
+
dataset:
|
| 700 |
+
type: BeIR/cqadupstack
|
| 701 |
+
name: MTEB CQADupstackRetrieval
|
| 702 |
+
config: default
|
| 703 |
+
split: test
|
| 704 |
+
revision: None
|
| 705 |
+
metrics:
|
| 706 |
+
- type: map_at_1
|
| 707 |
+
value: 27.15516666666667
|
| 708 |
+
- type: map_at_10
|
| 709 |
+
value: 36.65741666666667
|
| 710 |
+
- type: map_at_100
|
| 711 |
+
value: 37.84991666666666
|
| 712 |
+
- type: map_at_1000
|
| 713 |
+
value: 37.96316666666667
|
| 714 |
+
- type: map_at_3
|
| 715 |
+
value: 33.74974999999999
|
| 716 |
+
- type: map_at_5
|
| 717 |
+
value: 35.3765
|
| 718 |
+
- type: mrr_at_1
|
| 719 |
+
value: 32.08233333333334
|
| 720 |
+
- type: mrr_at_10
|
| 721 |
+
value: 41.033833333333334
|
| 722 |
+
- type: mrr_at_100
|
| 723 |
+
value: 41.84524999999999
|
| 724 |
+
- type: mrr_at_1000
|
| 725 |
+
value: 41.89983333333333
|
| 726 |
+
- type: mrr_at_3
|
| 727 |
+
value: 38.62008333333333
|
| 728 |
+
- type: mrr_at_5
|
| 729 |
+
value: 40.03441666666666
|
| 730 |
+
- type: ndcg_at_1
|
| 731 |
+
value: 32.08233333333334
|
| 732 |
+
- type: ndcg_at_10
|
| 733 |
+
value: 42.229
|
| 734 |
+
- type: ndcg_at_100
|
| 735 |
+
value: 47.26716666666667
|
| 736 |
+
- type: ndcg_at_1000
|
| 737 |
+
value: 49.43466666666667
|
| 738 |
+
- type: ndcg_at_3
|
| 739 |
+
value: 37.36408333333333
|
| 740 |
+
- type: ndcg_at_5
|
| 741 |
+
value: 39.6715
|
| 742 |
+
- type: precision_at_1
|
| 743 |
+
value: 32.08233333333334
|
| 744 |
+
- type: precision_at_10
|
| 745 |
+
value: 7.382583333333334
|
| 746 |
+
- type: precision_at_100
|
| 747 |
+
value: 1.16625
|
| 748 |
+
- type: precision_at_1000
|
| 749 |
+
value: 0.15408333333333332
|
| 750 |
+
- type: precision_at_3
|
| 751 |
+
value: 17.218
|
| 752 |
+
- type: precision_at_5
|
| 753 |
+
value: 12.21875
|
| 754 |
+
- type: recall_at_1
|
| 755 |
+
value: 27.15516666666667
|
| 756 |
+
- type: recall_at_10
|
| 757 |
+
value: 54.36683333333333
|
| 758 |
+
- type: recall_at_100
|
| 759 |
+
value: 76.37183333333333
|
| 760 |
+
- type: recall_at_1000
|
| 761 |
+
value: 91.26183333333333
|
| 762 |
+
- type: recall_at_3
|
| 763 |
+
value: 40.769916666666674
|
| 764 |
+
- type: recall_at_5
|
| 765 |
+
value: 46.702333333333335
|
| 766 |
+
- task:
|
| 767 |
+
type: Retrieval
|
| 768 |
+
dataset:
|
| 769 |
+
type: BeIR/cqadupstack
|
| 770 |
+
name: MTEB CQADupstackStatsRetrieval
|
| 771 |
+
config: default
|
| 772 |
+
split: test
|
| 773 |
+
revision: None
|
| 774 |
+
metrics:
|
| 775 |
+
- type: map_at_1
|
| 776 |
+
value: 25.749
|
| 777 |
+
- type: map_at_10
|
| 778 |
+
value: 33.001999999999995
|
| 779 |
+
- type: map_at_100
|
| 780 |
+
value: 33.891
|
| 781 |
+
- type: map_at_1000
|
| 782 |
+
value: 33.993
|
| 783 |
+
- type: map_at_3
|
| 784 |
+
value: 30.703999999999997
|
| 785 |
+
- type: map_at_5
|
| 786 |
+
value: 31.959
|
| 787 |
+
- type: mrr_at_1
|
| 788 |
+
value: 28.834
|
| 789 |
+
- type: mrr_at_10
|
| 790 |
+
value: 35.955
|
| 791 |
+
- type: mrr_at_100
|
| 792 |
+
value: 36.709
|
| 793 |
+
- type: mrr_at_1000
|
| 794 |
+
value: 36.779
|
| 795 |
+
- type: mrr_at_3
|
| 796 |
+
value: 33.947
|
| 797 |
+
- type: mrr_at_5
|
| 798 |
+
value: 35.089
|
| 799 |
+
- type: ndcg_at_1
|
| 800 |
+
value: 28.834
|
| 801 |
+
- type: ndcg_at_10
|
| 802 |
+
value: 37.329
|
| 803 |
+
- type: ndcg_at_100
|
| 804 |
+
value: 41.79
|
| 805 |
+
- type: ndcg_at_1000
|
| 806 |
+
value: 44.169000000000004
|
| 807 |
+
- type: ndcg_at_3
|
| 808 |
+
value: 33.184999999999995
|
| 809 |
+
- type: ndcg_at_5
|
| 810 |
+
value: 35.107
|
| 811 |
+
- type: precision_at_1
|
| 812 |
+
value: 28.834
|
| 813 |
+
- type: precision_at_10
|
| 814 |
+
value: 5.7669999999999995
|
| 815 |
+
- type: precision_at_100
|
| 816 |
+
value: 0.876
|
| 817 |
+
- type: precision_at_1000
|
| 818 |
+
value: 0.11399999999999999
|
| 819 |
+
- type: precision_at_3
|
| 820 |
+
value: 14.213000000000001
|
| 821 |
+
- type: precision_at_5
|
| 822 |
+
value: 9.754999999999999
|
| 823 |
+
- type: recall_at_1
|
| 824 |
+
value: 25.749
|
| 825 |
+
- type: recall_at_10
|
| 826 |
+
value: 47.791
|
| 827 |
+
- type: recall_at_100
|
| 828 |
+
value: 68.255
|
| 829 |
+
- type: recall_at_1000
|
| 830 |
+
value: 85.749
|
| 831 |
+
- type: recall_at_3
|
| 832 |
+
value: 36.199
|
| 833 |
+
- type: recall_at_5
|
| 834 |
+
value: 41.071999999999996
|
| 835 |
+
- task:
|
| 836 |
+
type: Retrieval
|
| 837 |
+
dataset:
|
| 838 |
+
type: BeIR/cqadupstack
|
| 839 |
+
name: MTEB CQADupstackTexRetrieval
|
| 840 |
+
config: default
|
| 841 |
+
split: test
|
| 842 |
+
revision: None
|
| 843 |
+
metrics:
|
| 844 |
+
- type: map_at_1
|
| 845 |
+
value: 17.777
|
| 846 |
+
- type: map_at_10
|
| 847 |
+
value: 25.201
|
| 848 |
+
- type: map_at_100
|
| 849 |
+
value: 26.423999999999996
|
| 850 |
+
- type: map_at_1000
|
| 851 |
+
value: 26.544
|
| 852 |
+
- type: map_at_3
|
| 853 |
+
value: 22.869
|
| 854 |
+
- type: map_at_5
|
| 855 |
+
value: 24.023
|
| 856 |
+
- type: mrr_at_1
|
| 857 |
+
value: 21.473
|
| 858 |
+
- type: mrr_at_10
|
| 859 |
+
value: 29.12
|
| 860 |
+
- type: mrr_at_100
|
| 861 |
+
value: 30.144
|
| 862 |
+
- type: mrr_at_1000
|
| 863 |
+
value: 30.215999999999998
|
| 864 |
+
- type: mrr_at_3
|
| 865 |
+
value: 26.933
|
| 866 |
+
- type: mrr_at_5
|
| 867 |
+
value: 28.051
|
| 868 |
+
- type: ndcg_at_1
|
| 869 |
+
value: 21.473
|
| 870 |
+
- type: ndcg_at_10
|
| 871 |
+
value: 30.003
|
| 872 |
+
- type: ndcg_at_100
|
| 873 |
+
value: 35.766
|
| 874 |
+
- type: ndcg_at_1000
|
| 875 |
+
value: 38.501000000000005
|
| 876 |
+
- type: ndcg_at_3
|
| 877 |
+
value: 25.773000000000003
|
| 878 |
+
- type: ndcg_at_5
|
| 879 |
+
value: 27.462999999999997
|
| 880 |
+
- type: precision_at_1
|
| 881 |
+
value: 21.473
|
| 882 |
+
- type: precision_at_10
|
| 883 |
+
value: 5.482
|
| 884 |
+
- type: precision_at_100
|
| 885 |
+
value: 0.975
|
| 886 |
+
- type: precision_at_1000
|
| 887 |
+
value: 0.13799999999999998
|
| 888 |
+
- type: precision_at_3
|
| 889 |
+
value: 12.205
|
| 890 |
+
- type: precision_at_5
|
| 891 |
+
value: 8.692
|
| 892 |
+
- type: recall_at_1
|
| 893 |
+
value: 17.777
|
| 894 |
+
- type: recall_at_10
|
| 895 |
+
value: 40.582
|
| 896 |
+
- type: recall_at_100
|
| 897 |
+
value: 66.305
|
| 898 |
+
- type: recall_at_1000
|
| 899 |
+
value: 85.636
|
| 900 |
+
- type: recall_at_3
|
| 901 |
+
value: 28.687
|
| 902 |
+
- type: recall_at_5
|
| 903 |
+
value: 33.089
|
| 904 |
+
- task:
|
| 905 |
+
type: Retrieval
|
| 906 |
+
dataset:
|
| 907 |
+
type: BeIR/cqadupstack
|
| 908 |
+
name: MTEB CQADupstackUnixRetrieval
|
| 909 |
+
config: default
|
| 910 |
+
split: test
|
| 911 |
+
revision: None
|
| 912 |
+
metrics:
|
| 913 |
+
- type: map_at_1
|
| 914 |
+
value: 26.677
|
| 915 |
+
- type: map_at_10
|
| 916 |
+
value: 36.309000000000005
|
| 917 |
+
- type: map_at_100
|
| 918 |
+
value: 37.403999999999996
|
| 919 |
+
- type: map_at_1000
|
| 920 |
+
value: 37.496
|
| 921 |
+
- type: map_at_3
|
| 922 |
+
value: 33.382
|
| 923 |
+
- type: map_at_5
|
| 924 |
+
value: 34.98
|
| 925 |
+
- type: mrr_at_1
|
| 926 |
+
value: 31.343
|
| 927 |
+
- type: mrr_at_10
|
| 928 |
+
value: 40.549
|
| 929 |
+
- type: mrr_at_100
|
| 930 |
+
value: 41.342
|
| 931 |
+
- type: mrr_at_1000
|
| 932 |
+
value: 41.397
|
| 933 |
+
- type: mrr_at_3
|
| 934 |
+
value: 38.029
|
| 935 |
+
- type: mrr_at_5
|
| 936 |
+
value: 39.451
|
| 937 |
+
- type: ndcg_at_1
|
| 938 |
+
value: 31.343
|
| 939 |
+
- type: ndcg_at_10
|
| 940 |
+
value: 42.1
|
| 941 |
+
- type: ndcg_at_100
|
| 942 |
+
value: 47.089999999999996
|
| 943 |
+
- type: ndcg_at_1000
|
| 944 |
+
value: 49.222
|
| 945 |
+
- type: ndcg_at_3
|
| 946 |
+
value: 36.836999999999996
|
| 947 |
+
- type: ndcg_at_5
|
| 948 |
+
value: 39.21
|
| 949 |
+
- type: precision_at_1
|
| 950 |
+
value: 31.343
|
| 951 |
+
- type: precision_at_10
|
| 952 |
+
value: 7.164
|
| 953 |
+
- type: precision_at_100
|
| 954 |
+
value: 1.0959999999999999
|
| 955 |
+
- type: precision_at_1000
|
| 956 |
+
value: 0.13899999999999998
|
| 957 |
+
- type: precision_at_3
|
| 958 |
+
value: 16.915
|
| 959 |
+
- type: precision_at_5
|
| 960 |
+
value: 11.940000000000001
|
| 961 |
+
- type: recall_at_1
|
| 962 |
+
value: 26.677
|
| 963 |
+
- type: recall_at_10
|
| 964 |
+
value: 55.54599999999999
|
| 965 |
+
- type: recall_at_100
|
| 966 |
+
value: 77.094
|
| 967 |
+
- type: recall_at_1000
|
| 968 |
+
value: 92.01
|
| 969 |
+
- type: recall_at_3
|
| 970 |
+
value: 41.191
|
| 971 |
+
- type: recall_at_5
|
| 972 |
+
value: 47.006
|
| 973 |
+
- task:
|
| 974 |
+
type: Retrieval
|
| 975 |
+
dataset:
|
| 976 |
+
type: BeIR/cqadupstack
|
| 977 |
+
name: MTEB CQADupstackWebmastersRetrieval
|
| 978 |
+
config: default
|
| 979 |
+
split: test
|
| 980 |
+
revision: None
|
| 981 |
+
metrics:
|
| 982 |
+
- type: map_at_1
|
| 983 |
+
value: 24.501
|
| 984 |
+
- type: map_at_10
|
| 985 |
+
value: 33.102
|
| 986 |
+
- type: map_at_100
|
| 987 |
+
value: 34.676
|
| 988 |
+
- type: map_at_1000
|
| 989 |
+
value: 34.888000000000005
|
| 990 |
+
- type: map_at_3
|
| 991 |
+
value: 29.944
|
| 992 |
+
- type: map_at_5
|
| 993 |
+
value: 31.613999999999997
|
| 994 |
+
- type: mrr_at_1
|
| 995 |
+
value: 29.447000000000003
|
| 996 |
+
- type: mrr_at_10
|
| 997 |
+
value: 37.996
|
| 998 |
+
- type: mrr_at_100
|
| 999 |
+
value: 38.946
|
| 1000 |
+
- type: mrr_at_1000
|
| 1001 |
+
value: 38.995000000000005
|
| 1002 |
+
- type: mrr_at_3
|
| 1003 |
+
value: 35.079
|
| 1004 |
+
- type: mrr_at_5
|
| 1005 |
+
value: 36.69
|
| 1006 |
+
- type: ndcg_at_1
|
| 1007 |
+
value: 29.447000000000003
|
| 1008 |
+
- type: ndcg_at_10
|
| 1009 |
+
value: 39.232
|
| 1010 |
+
- type: ndcg_at_100
|
| 1011 |
+
value: 45.247
|
| 1012 |
+
- type: ndcg_at_1000
|
| 1013 |
+
value: 47.613
|
| 1014 |
+
- type: ndcg_at_3
|
| 1015 |
+
value: 33.922999999999995
|
| 1016 |
+
- type: ndcg_at_5
|
| 1017 |
+
value: 36.284
|
| 1018 |
+
- type: precision_at_1
|
| 1019 |
+
value: 29.447000000000003
|
| 1020 |
+
- type: precision_at_10
|
| 1021 |
+
value: 7.648000000000001
|
| 1022 |
+
- type: precision_at_100
|
| 1023 |
+
value: 1.516
|
| 1024 |
+
- type: precision_at_1000
|
| 1025 |
+
value: 0.23900000000000002
|
| 1026 |
+
- type: precision_at_3
|
| 1027 |
+
value: 16.008
|
| 1028 |
+
- type: precision_at_5
|
| 1029 |
+
value: 11.779
|
| 1030 |
+
- type: recall_at_1
|
| 1031 |
+
value: 24.501
|
| 1032 |
+
- type: recall_at_10
|
| 1033 |
+
value: 51.18899999999999
|
| 1034 |
+
- type: recall_at_100
|
| 1035 |
+
value: 78.437
|
| 1036 |
+
- type: recall_at_1000
|
| 1037 |
+
value: 92.842
|
| 1038 |
+
- type: recall_at_3
|
| 1039 |
+
value: 35.808
|
| 1040 |
+
- type: recall_at_5
|
| 1041 |
+
value: 42.197
|
| 1042 |
+
- task:
|
| 1043 |
+
type: Retrieval
|
| 1044 |
+
dataset:
|
| 1045 |
+
type: BeIR/cqadupstack
|
| 1046 |
+
name: MTEB CQADupstackWordpressRetrieval
|
| 1047 |
+
config: default
|
| 1048 |
+
split: test
|
| 1049 |
+
revision: None
|
| 1050 |
+
metrics:
|
| 1051 |
+
- type: map_at_1
|
| 1052 |
+
value: 22.039
|
| 1053 |
+
- type: map_at_10
|
| 1054 |
+
value: 30.377
|
| 1055 |
+
- type: map_at_100
|
| 1056 |
+
value: 31.275
|
| 1057 |
+
- type: map_at_1000
|
| 1058 |
+
value: 31.379
|
| 1059 |
+
- type: map_at_3
|
| 1060 |
+
value: 27.98
|
| 1061 |
+
- type: map_at_5
|
| 1062 |
+
value: 29.358
|
| 1063 |
+
- type: mrr_at_1
|
| 1064 |
+
value: 24.03
|
| 1065 |
+
- type: mrr_at_10
|
| 1066 |
+
value: 32.568000000000005
|
| 1067 |
+
- type: mrr_at_100
|
| 1068 |
+
value: 33.403
|
| 1069 |
+
- type: mrr_at_1000
|
| 1070 |
+
value: 33.475
|
| 1071 |
+
- type: mrr_at_3
|
| 1072 |
+
value: 30.436999999999998
|
| 1073 |
+
- type: mrr_at_5
|
| 1074 |
+
value: 31.796000000000003
|
| 1075 |
+
- type: ndcg_at_1
|
| 1076 |
+
value: 24.03
|
| 1077 |
+
- type: ndcg_at_10
|
| 1078 |
+
value: 35.198
|
| 1079 |
+
- type: ndcg_at_100
|
| 1080 |
+
value: 39.668
|
| 1081 |
+
- type: ndcg_at_1000
|
| 1082 |
+
value: 42.296
|
| 1083 |
+
- type: ndcg_at_3
|
| 1084 |
+
value: 30.709999999999997
|
| 1085 |
+
- type: ndcg_at_5
|
| 1086 |
+
value: 33.024
|
| 1087 |
+
- type: precision_at_1
|
| 1088 |
+
value: 24.03
|
| 1089 |
+
- type: precision_at_10
|
| 1090 |
+
value: 5.564
|
| 1091 |
+
- type: precision_at_100
|
| 1092 |
+
value: 0.828
|
| 1093 |
+
- type: precision_at_1000
|
| 1094 |
+
value: 0.117
|
| 1095 |
+
- type: precision_at_3
|
| 1096 |
+
value: 13.309000000000001
|
| 1097 |
+
- type: precision_at_5
|
| 1098 |
+
value: 9.39
|
| 1099 |
+
- type: recall_at_1
|
| 1100 |
+
value: 22.039
|
| 1101 |
+
- type: recall_at_10
|
| 1102 |
+
value: 47.746
|
| 1103 |
+
- type: recall_at_100
|
| 1104 |
+
value: 68.23599999999999
|
| 1105 |
+
- type: recall_at_1000
|
| 1106 |
+
value: 87.852
|
| 1107 |
+
- type: recall_at_3
|
| 1108 |
+
value: 35.852000000000004
|
| 1109 |
+
- type: recall_at_5
|
| 1110 |
+
value: 41.410000000000004
|
| 1111 |
+
- task:
|
| 1112 |
+
type: Retrieval
|
| 1113 |
+
dataset:
|
| 1114 |
+
type: climate-fever
|
| 1115 |
+
name: MTEB ClimateFEVER
|
| 1116 |
+
config: default
|
| 1117 |
+
split: test
|
| 1118 |
+
revision: None
|
| 1119 |
+
metrics:
|
| 1120 |
+
- type: map_at_1
|
| 1121 |
+
value: 15.692999999999998
|
| 1122 |
+
- type: map_at_10
|
| 1123 |
+
value: 26.903
|
| 1124 |
+
- type: map_at_100
|
| 1125 |
+
value: 28.987000000000002
|
| 1126 |
+
- type: map_at_1000
|
| 1127 |
+
value: 29.176999999999996
|
| 1128 |
+
- type: map_at_3
|
| 1129 |
+
value: 22.137
|
| 1130 |
+
- type: map_at_5
|
| 1131 |
+
value: 24.758
|
| 1132 |
+
- type: mrr_at_1
|
| 1133 |
+
value: 35.57
|
| 1134 |
+
- type: mrr_at_10
|
| 1135 |
+
value: 47.821999999999996
|
| 1136 |
+
- type: mrr_at_100
|
| 1137 |
+
value: 48.608000000000004
|
| 1138 |
+
- type: mrr_at_1000
|
| 1139 |
+
value: 48.638999999999996
|
| 1140 |
+
- type: mrr_at_3
|
| 1141 |
+
value: 44.452000000000005
|
| 1142 |
+
- type: mrr_at_5
|
| 1143 |
+
value: 46.546
|
| 1144 |
+
- type: ndcg_at_1
|
| 1145 |
+
value: 35.57
|
| 1146 |
+
- type: ndcg_at_10
|
| 1147 |
+
value: 36.567
|
| 1148 |
+
- type: ndcg_at_100
|
| 1149 |
+
value: 44.085
|
| 1150 |
+
- type: ndcg_at_1000
|
| 1151 |
+
value: 47.24
|
| 1152 |
+
- type: ndcg_at_3
|
| 1153 |
+
value: 29.964000000000002
|
| 1154 |
+
- type: ndcg_at_5
|
| 1155 |
+
value: 32.511
|
| 1156 |
+
- type: precision_at_1
|
| 1157 |
+
value: 35.57
|
| 1158 |
+
- type: precision_at_10
|
| 1159 |
+
value: 11.485
|
| 1160 |
+
- type: precision_at_100
|
| 1161 |
+
value: 1.9619999999999997
|
| 1162 |
+
- type: precision_at_1000
|
| 1163 |
+
value: 0.256
|
| 1164 |
+
- type: precision_at_3
|
| 1165 |
+
value: 22.237000000000002
|
| 1166 |
+
- type: precision_at_5
|
| 1167 |
+
value: 17.471999999999998
|
| 1168 |
+
- type: recall_at_1
|
| 1169 |
+
value: 15.692999999999998
|
| 1170 |
+
- type: recall_at_10
|
| 1171 |
+
value: 43.056
|
| 1172 |
+
- type: recall_at_100
|
| 1173 |
+
value: 68.628
|
| 1174 |
+
- type: recall_at_1000
|
| 1175 |
+
value: 86.075
|
| 1176 |
+
- type: recall_at_3
|
| 1177 |
+
value: 26.918999999999997
|
| 1178 |
+
- type: recall_at_5
|
| 1179 |
+
value: 34.14
|
| 1180 |
+
- task:
|
| 1181 |
+
type: Retrieval
|
| 1182 |
+
dataset:
|
| 1183 |
+
type: dbpedia-entity
|
| 1184 |
+
name: MTEB DBPedia
|
| 1185 |
+
config: default
|
| 1186 |
+
split: test
|
| 1187 |
+
revision: None
|
| 1188 |
+
metrics:
|
| 1189 |
+
- type: map_at_1
|
| 1190 |
+
value: 9.53
|
| 1191 |
+
- type: map_at_10
|
| 1192 |
+
value: 20.951
|
| 1193 |
+
- type: map_at_100
|
| 1194 |
+
value: 30.136000000000003
|
| 1195 |
+
- type: map_at_1000
|
| 1196 |
+
value: 31.801000000000002
|
| 1197 |
+
- type: map_at_3
|
| 1198 |
+
value: 15.021
|
| 1199 |
+
- type: map_at_5
|
| 1200 |
+
value: 17.471999999999998
|
| 1201 |
+
- type: mrr_at_1
|
| 1202 |
+
value: 71.0
|
| 1203 |
+
- type: mrr_at_10
|
| 1204 |
+
value: 79.176
|
| 1205 |
+
- type: mrr_at_100
|
| 1206 |
+
value: 79.418
|
| 1207 |
+
- type: mrr_at_1000
|
| 1208 |
+
value: 79.426
|
| 1209 |
+
- type: mrr_at_3
|
| 1210 |
+
value: 78.125
|
| 1211 |
+
- type: mrr_at_5
|
| 1212 |
+
value: 78.61200000000001
|
| 1213 |
+
- type: ndcg_at_1
|
| 1214 |
+
value: 58.5
|
| 1215 |
+
- type: ndcg_at_10
|
| 1216 |
+
value: 44.106
|
| 1217 |
+
- type: ndcg_at_100
|
| 1218 |
+
value: 49.268
|
| 1219 |
+
- type: ndcg_at_1000
|
| 1220 |
+
value: 56.711999999999996
|
| 1221 |
+
- type: ndcg_at_3
|
| 1222 |
+
value: 48.934
|
| 1223 |
+
- type: ndcg_at_5
|
| 1224 |
+
value: 45.826
|
| 1225 |
+
- type: precision_at_1
|
| 1226 |
+
value: 71.0
|
| 1227 |
+
- type: precision_at_10
|
| 1228 |
+
value: 35.0
|
| 1229 |
+
- type: precision_at_100
|
| 1230 |
+
value: 11.360000000000001
|
| 1231 |
+
- type: precision_at_1000
|
| 1232 |
+
value: 2.046
|
| 1233 |
+
- type: precision_at_3
|
| 1234 |
+
value: 52.833
|
| 1235 |
+
- type: precision_at_5
|
| 1236 |
+
value: 44.15
|
| 1237 |
+
- type: recall_at_1
|
| 1238 |
+
value: 9.53
|
| 1239 |
+
- type: recall_at_10
|
| 1240 |
+
value: 26.811
|
| 1241 |
+
- type: recall_at_100
|
| 1242 |
+
value: 55.916999999999994
|
| 1243 |
+
- type: recall_at_1000
|
| 1244 |
+
value: 79.973
|
| 1245 |
+
- type: recall_at_3
|
| 1246 |
+
value: 16.413
|
| 1247 |
+
- type: recall_at_5
|
| 1248 |
+
value: 19.980999999999998
|
| 1249 |
+
- task:
|
| 1250 |
+
type: Classification
|
| 1251 |
+
dataset:
|
| 1252 |
+
type: mteb/emotion
|
| 1253 |
+
name: MTEB EmotionClassification
|
| 1254 |
+
config: default
|
| 1255 |
+
split: test
|
| 1256 |
+
revision: 4f58c6b202a23cf9a4da393831edf4f9183cad37
|
| 1257 |
+
metrics:
|
| 1258 |
+
- type: accuracy
|
| 1259 |
+
value: 51.519999999999996
|
| 1260 |
+
- type: f1
|
| 1261 |
+
value: 46.36601294761231
|
| 1262 |
+
- task:
|
| 1263 |
+
type: Retrieval
|
| 1264 |
+
dataset:
|
| 1265 |
+
type: fever
|
| 1266 |
+
name: MTEB FEVER
|
| 1267 |
+
config: default
|
| 1268 |
+
split: test
|
| 1269 |
+
revision: None
|
| 1270 |
+
metrics:
|
| 1271 |
+
- type: map_at_1
|
| 1272 |
+
value: 74.413
|
| 1273 |
+
- type: map_at_10
|
| 1274 |
+
value: 83.414
|
| 1275 |
+
- type: map_at_100
|
| 1276 |
+
value: 83.621
|
| 1277 |
+
- type: map_at_1000
|
| 1278 |
+
value: 83.635
|
| 1279 |
+
- type: map_at_3
|
| 1280 |
+
value: 82.337
|
| 1281 |
+
- type: map_at_5
|
| 1282 |
+
value: 83.039
|
| 1283 |
+
- type: mrr_at_1
|
| 1284 |
+
value: 80.19800000000001
|
| 1285 |
+
- type: mrr_at_10
|
| 1286 |
+
value: 87.715
|
| 1287 |
+
- type: mrr_at_100
|
| 1288 |
+
value: 87.778
|
| 1289 |
+
- type: mrr_at_1000
|
| 1290 |
+
value: 87.779
|
| 1291 |
+
- type: mrr_at_3
|
| 1292 |
+
value: 87.106
|
| 1293 |
+
- type: mrr_at_5
|
| 1294 |
+
value: 87.555
|
| 1295 |
+
- type: ndcg_at_1
|
| 1296 |
+
value: 80.19800000000001
|
| 1297 |
+
- type: ndcg_at_10
|
| 1298 |
+
value: 87.182
|
| 1299 |
+
- type: ndcg_at_100
|
| 1300 |
+
value: 87.90299999999999
|
| 1301 |
+
- type: ndcg_at_1000
|
| 1302 |
+
value: 88.143
|
| 1303 |
+
- type: ndcg_at_3
|
| 1304 |
+
value: 85.60600000000001
|
| 1305 |
+
- type: ndcg_at_5
|
| 1306 |
+
value: 86.541
|
| 1307 |
+
- type: precision_at_1
|
| 1308 |
+
value: 80.19800000000001
|
| 1309 |
+
- type: precision_at_10
|
| 1310 |
+
value: 10.531
|
| 1311 |
+
- type: precision_at_100
|
| 1312 |
+
value: 1.113
|
| 1313 |
+
- type: precision_at_1000
|
| 1314 |
+
value: 0.11499999999999999
|
| 1315 |
+
- type: precision_at_3
|
| 1316 |
+
value: 32.933
|
| 1317 |
+
- type: precision_at_5
|
| 1318 |
+
value: 20.429
|
| 1319 |
+
- type: recall_at_1
|
| 1320 |
+
value: 74.413
|
| 1321 |
+
- type: recall_at_10
|
| 1322 |
+
value: 94.363
|
| 1323 |
+
- type: recall_at_100
|
| 1324 |
+
value: 97.165
|
| 1325 |
+
- type: recall_at_1000
|
| 1326 |
+
value: 98.668
|
| 1327 |
+
- type: recall_at_3
|
| 1328 |
+
value: 90.108
|
| 1329 |
+
- type: recall_at_5
|
| 1330 |
+
value: 92.52
|
| 1331 |
+
- task:
|
| 1332 |
+
type: Retrieval
|
| 1333 |
+
dataset:
|
| 1334 |
+
type: fiqa
|
| 1335 |
+
name: MTEB FiQA2018
|
| 1336 |
+
config: default
|
| 1337 |
+
split: test
|
| 1338 |
+
revision: None
|
| 1339 |
+
metrics:
|
| 1340 |
+
- type: map_at_1
|
| 1341 |
+
value: 22.701
|
| 1342 |
+
- type: map_at_10
|
| 1343 |
+
value: 37.122
|
| 1344 |
+
- type: map_at_100
|
| 1345 |
+
value: 39.178000000000004
|
| 1346 |
+
- type: map_at_1000
|
| 1347 |
+
value: 39.326
|
| 1348 |
+
- type: map_at_3
|
| 1349 |
+
value: 32.971000000000004
|
| 1350 |
+
- type: map_at_5
|
| 1351 |
+
value: 35.332
|
| 1352 |
+
- type: mrr_at_1
|
| 1353 |
+
value: 44.753
|
| 1354 |
+
- type: mrr_at_10
|
| 1355 |
+
value: 53.452
|
| 1356 |
+
- type: mrr_at_100
|
| 1357 |
+
value: 54.198
|
| 1358 |
+
- type: mrr_at_1000
|
| 1359 |
+
value: 54.225
|
| 1360 |
+
- type: mrr_at_3
|
| 1361 |
+
value: 50.952
|
| 1362 |
+
- type: mrr_at_5
|
| 1363 |
+
value: 52.464
|
| 1364 |
+
- type: ndcg_at_1
|
| 1365 |
+
value: 44.753
|
| 1366 |
+
- type: ndcg_at_10
|
| 1367 |
+
value: 45.021
|
| 1368 |
+
- type: ndcg_at_100
|
| 1369 |
+
value: 52.028
|
| 1370 |
+
- type: ndcg_at_1000
|
| 1371 |
+
value: 54.596000000000004
|
| 1372 |
+
- type: ndcg_at_3
|
| 1373 |
+
value: 41.622
|
| 1374 |
+
- type: ndcg_at_5
|
| 1375 |
+
value: 42.736000000000004
|
| 1376 |
+
- type: precision_at_1
|
| 1377 |
+
value: 44.753
|
| 1378 |
+
- type: precision_at_10
|
| 1379 |
+
value: 12.284
|
| 1380 |
+
- type: precision_at_100
|
| 1381 |
+
value: 1.955
|
| 1382 |
+
- type: precision_at_1000
|
| 1383 |
+
value: 0.243
|
| 1384 |
+
- type: precision_at_3
|
| 1385 |
+
value: 27.828999999999997
|
| 1386 |
+
- type: precision_at_5
|
| 1387 |
+
value: 20.061999999999998
|
| 1388 |
+
- type: recall_at_1
|
| 1389 |
+
value: 22.701
|
| 1390 |
+
- type: recall_at_10
|
| 1391 |
+
value: 51.432
|
| 1392 |
+
- type: recall_at_100
|
| 1393 |
+
value: 77.009
|
| 1394 |
+
- type: recall_at_1000
|
| 1395 |
+
value: 92.511
|
| 1396 |
+
- type: recall_at_3
|
| 1397 |
+
value: 37.919000000000004
|
| 1398 |
+
- type: recall_at_5
|
| 1399 |
+
value: 44.131
|
| 1400 |
+
- task:
|
| 1401 |
+
type: Retrieval
|
| 1402 |
+
dataset:
|
| 1403 |
+
type: hotpotqa
|
| 1404 |
+
name: MTEB HotpotQA
|
| 1405 |
+
config: default
|
| 1406 |
+
split: test
|
| 1407 |
+
revision: None
|
| 1408 |
+
metrics:
|
| 1409 |
+
- type: map_at_1
|
| 1410 |
+
value: 40.189
|
| 1411 |
+
- type: map_at_10
|
| 1412 |
+
value: 66.24600000000001
|
| 1413 |
+
- type: map_at_100
|
| 1414 |
+
value: 67.098
|
| 1415 |
+
- type: map_at_1000
|
| 1416 |
+
value: 67.149
|
| 1417 |
+
- type: map_at_3
|
| 1418 |
+
value: 62.684
|
| 1419 |
+
- type: map_at_5
|
| 1420 |
+
value: 64.974
|
| 1421 |
+
- type: mrr_at_1
|
| 1422 |
+
value: 80.378
|
| 1423 |
+
- type: mrr_at_10
|
| 1424 |
+
value: 86.127
|
| 1425 |
+
- type: mrr_at_100
|
| 1426 |
+
value: 86.29299999999999
|
| 1427 |
+
- type: mrr_at_1000
|
| 1428 |
+
value: 86.297
|
| 1429 |
+
- type: mrr_at_3
|
| 1430 |
+
value: 85.31400000000001
|
| 1431 |
+
- type: mrr_at_5
|
| 1432 |
+
value: 85.858
|
| 1433 |
+
- type: ndcg_at_1
|
| 1434 |
+
value: 80.378
|
| 1435 |
+
- type: ndcg_at_10
|
| 1436 |
+
value: 74.101
|
| 1437 |
+
- type: ndcg_at_100
|
| 1438 |
+
value: 76.993
|
| 1439 |
+
- type: ndcg_at_1000
|
| 1440 |
+
value: 77.948
|
| 1441 |
+
- type: ndcg_at_3
|
| 1442 |
+
value: 69.232
|
| 1443 |
+
- type: ndcg_at_5
|
| 1444 |
+
value: 72.04599999999999
|
| 1445 |
+
- type: precision_at_1
|
| 1446 |
+
value: 80.378
|
| 1447 |
+
- type: precision_at_10
|
| 1448 |
+
value: 15.595999999999998
|
| 1449 |
+
- type: precision_at_100
|
| 1450 |
+
value: 1.7840000000000003
|
| 1451 |
+
- type: precision_at_1000
|
| 1452 |
+
value: 0.191
|
| 1453 |
+
- type: precision_at_3
|
| 1454 |
+
value: 44.884
|
| 1455 |
+
- type: precision_at_5
|
| 1456 |
+
value: 29.145
|
| 1457 |
+
- type: recall_at_1
|
| 1458 |
+
value: 40.189
|
| 1459 |
+
- type: recall_at_10
|
| 1460 |
+
value: 77.981
|
| 1461 |
+
- type: recall_at_100
|
| 1462 |
+
value: 89.21
|
| 1463 |
+
- type: recall_at_1000
|
| 1464 |
+
value: 95.48299999999999
|
| 1465 |
+
- type: recall_at_3
|
| 1466 |
+
value: 67.326
|
| 1467 |
+
- type: recall_at_5
|
| 1468 |
+
value: 72.863
|
| 1469 |
+
- task:
|
| 1470 |
+
type: Classification
|
| 1471 |
+
dataset:
|
| 1472 |
+
type: mteb/imdb
|
| 1473 |
+
name: MTEB ImdbClassification
|
| 1474 |
+
config: default
|
| 1475 |
+
split: test
|
| 1476 |
+
revision: 3d86128a09e091d6018b6d26cad27f2739fc2db7
|
| 1477 |
+
metrics:
|
| 1478 |
+
- type: accuracy
|
| 1479 |
+
value: 92.84599999999999
|
| 1480 |
+
- type: ap
|
| 1481 |
+
value: 89.4710787567357
|
| 1482 |
+
- type: f1
|
| 1483 |
+
value: 92.83752676932258
|
| 1484 |
+
- task:
|
| 1485 |
+
type: Retrieval
|
| 1486 |
+
dataset:
|
| 1487 |
+
type: msmarco
|
| 1488 |
+
name: MTEB MSMARCO
|
| 1489 |
+
config: default
|
| 1490 |
+
split: dev
|
| 1491 |
+
revision: None
|
| 1492 |
+
metrics:
|
| 1493 |
+
- type: map_at_1
|
| 1494 |
+
value: 23.132
|
| 1495 |
+
- type: map_at_10
|
| 1496 |
+
value: 35.543
|
| 1497 |
+
- type: map_at_100
|
| 1498 |
+
value: 36.702
|
| 1499 |
+
- type: map_at_1000
|
| 1500 |
+
value: 36.748999999999995
|
| 1501 |
+
- type: map_at_3
|
| 1502 |
+
value: 31.737
|
| 1503 |
+
- type: map_at_5
|
| 1504 |
+
value: 33.927
|
| 1505 |
+
- type: mrr_at_1
|
| 1506 |
+
value: 23.782
|
| 1507 |
+
- type: mrr_at_10
|
| 1508 |
+
value: 36.204
|
| 1509 |
+
- type: mrr_at_100
|
| 1510 |
+
value: 37.29
|
| 1511 |
+
- type: mrr_at_1000
|
| 1512 |
+
value: 37.330999999999996
|
| 1513 |
+
- type: mrr_at_3
|
| 1514 |
+
value: 32.458999999999996
|
| 1515 |
+
- type: mrr_at_5
|
| 1516 |
+
value: 34.631
|
| 1517 |
+
- type: ndcg_at_1
|
| 1518 |
+
value: 23.782
|
| 1519 |
+
- type: ndcg_at_10
|
| 1520 |
+
value: 42.492999999999995
|
| 1521 |
+
- type: ndcg_at_100
|
| 1522 |
+
value: 47.985
|
| 1523 |
+
- type: ndcg_at_1000
|
| 1524 |
+
value: 49.141
|
| 1525 |
+
- type: ndcg_at_3
|
| 1526 |
+
value: 34.748000000000005
|
| 1527 |
+
- type: ndcg_at_5
|
| 1528 |
+
value: 38.651
|
| 1529 |
+
- type: precision_at_1
|
| 1530 |
+
value: 23.782
|
| 1531 |
+
- type: precision_at_10
|
| 1532 |
+
value: 6.665
|
| 1533 |
+
- type: precision_at_100
|
| 1534 |
+
value: 0.941
|
| 1535 |
+
- type: precision_at_1000
|
| 1536 |
+
value: 0.104
|
| 1537 |
+
- type: precision_at_3
|
| 1538 |
+
value: 14.776
|
| 1539 |
+
- type: precision_at_5
|
| 1540 |
+
value: 10.84
|
| 1541 |
+
- type: recall_at_1
|
| 1542 |
+
value: 23.132
|
| 1543 |
+
- type: recall_at_10
|
| 1544 |
+
value: 63.794
|
| 1545 |
+
- type: recall_at_100
|
| 1546 |
+
value: 89.027
|
| 1547 |
+
- type: recall_at_1000
|
| 1548 |
+
value: 97.807
|
| 1549 |
+
- type: recall_at_3
|
| 1550 |
+
value: 42.765
|
| 1551 |
+
- type: recall_at_5
|
| 1552 |
+
value: 52.11
|
| 1553 |
+
- task:
|
| 1554 |
+
type: Classification
|
| 1555 |
+
dataset:
|
| 1556 |
+
type: mteb/mtop_domain
|
| 1557 |
+
name: MTEB MTOPDomainClassification (en)
|
| 1558 |
+
config: en
|
| 1559 |
+
split: test
|
| 1560 |
+
revision: d80d48c1eb48d3562165c59d59d0034df9fff0bf
|
| 1561 |
+
metrics:
|
| 1562 |
+
- type: accuracy
|
| 1563 |
+
value: 94.59188326493388
|
| 1564 |
+
- type: f1
|
| 1565 |
+
value: 94.3842594786827
|
| 1566 |
+
- task:
|
| 1567 |
+
type: Classification
|
| 1568 |
+
dataset:
|
| 1569 |
+
type: mteb/mtop_intent
|
| 1570 |
+
name: MTEB MTOPIntentClassification (en)
|
| 1571 |
+
config: en
|
| 1572 |
+
split: test
|
| 1573 |
+
revision: ae001d0e6b1228650b7bd1c2c65fb50ad11a8aba
|
| 1574 |
+
metrics:
|
| 1575 |
+
- type: accuracy
|
| 1576 |
+
value: 79.49384404924761
|
| 1577 |
+
- type: f1
|
| 1578 |
+
value: 59.7580539534629
|
| 1579 |
+
- task:
|
| 1580 |
+
type: Classification
|
| 1581 |
+
dataset:
|
| 1582 |
+
type: mteb/amazon_massive_intent
|
| 1583 |
+
name: MTEB MassiveIntentClassification (en)
|
| 1584 |
+
config: en
|
| 1585 |
+
split: test
|
| 1586 |
+
revision: 31efe3c427b0bae9c22cbb560b8f15491cc6bed7
|
| 1587 |
+
metrics:
|
| 1588 |
+
- type: accuracy
|
| 1589 |
+
value: 77.56220578345663
|
| 1590 |
+
- type: f1
|
| 1591 |
+
value: 75.27228165561478
|
| 1592 |
+
- task:
|
| 1593 |
+
type: Classification
|
| 1594 |
+
dataset:
|
| 1595 |
+
type: mteb/amazon_massive_scenario
|
| 1596 |
+
name: MTEB MassiveScenarioClassification (en)
|
| 1597 |
+
config: en
|
| 1598 |
+
split: test
|
| 1599 |
+
revision: 7d571f92784cd94a019292a1f45445077d0ef634
|
| 1600 |
+
metrics:
|
| 1601 |
+
- type: accuracy
|
| 1602 |
+
value: 80.53463349024884
|
| 1603 |
+
- type: f1
|
| 1604 |
+
value: 80.4893958236536
|
| 1605 |
+
- task:
|
| 1606 |
+
type: Clustering
|
| 1607 |
+
dataset:
|
| 1608 |
+
type: mteb/medrxiv-clustering-p2p
|
| 1609 |
+
name: MTEB MedrxivClusteringP2P
|
| 1610 |
+
config: default
|
| 1611 |
+
split: test
|
| 1612 |
+
revision: e7a26af6f3ae46b30dde8737f02c07b1505bcc73
|
| 1613 |
+
metrics:
|
| 1614 |
+
- type: v_measure
|
| 1615 |
+
value: 32.56100273484962
|
| 1616 |
+
- task:
|
| 1617 |
+
type: Clustering
|
| 1618 |
+
dataset:
|
| 1619 |
+
type: mteb/medrxiv-clustering-s2s
|
| 1620 |
+
name: MTEB MedrxivClusteringS2S
|
| 1621 |
+
config: default
|
| 1622 |
+
split: test
|
| 1623 |
+
revision: 35191c8c0dca72d8ff3efcd72aa802307d469663
|
| 1624 |
+
metrics:
|
| 1625 |
+
- type: v_measure
|
| 1626 |
+
value: 31.470380028839607
|
| 1627 |
+
- task:
|
| 1628 |
+
type: Reranking
|
| 1629 |
+
dataset:
|
| 1630 |
+
type: mteb/mind_small
|
| 1631 |
+
name: MTEB MindSmallReranking
|
| 1632 |
+
config: default
|
| 1633 |
+
split: test
|
| 1634 |
+
revision: 3bdac13927fdc888b903db93b2ffdbd90b295a69
|
| 1635 |
+
metrics:
|
| 1636 |
+
- type: map
|
| 1637 |
+
value: 32.06102792457849
|
| 1638 |
+
- type: mrr
|
| 1639 |
+
value: 33.30709199672238
|
| 1640 |
+
- task:
|
| 1641 |
+
type: Retrieval
|
| 1642 |
+
dataset:
|
| 1643 |
+
type: nfcorpus
|
| 1644 |
+
name: MTEB NFCorpus
|
| 1645 |
+
config: default
|
| 1646 |
+
split: test
|
| 1647 |
+
revision: None
|
| 1648 |
+
metrics:
|
| 1649 |
+
- type: map_at_1
|
| 1650 |
+
value: 6.776999999999999
|
| 1651 |
+
- type: map_at_10
|
| 1652 |
+
value: 14.924000000000001
|
| 1653 |
+
- type: map_at_100
|
| 1654 |
+
value: 18.955
|
| 1655 |
+
- type: map_at_1000
|
| 1656 |
+
value: 20.538999999999998
|
| 1657 |
+
- type: map_at_3
|
| 1658 |
+
value: 10.982
|
| 1659 |
+
- type: map_at_5
|
| 1660 |
+
value: 12.679000000000002
|
| 1661 |
+
- type: mrr_at_1
|
| 1662 |
+
value: 47.988
|
| 1663 |
+
- type: mrr_at_10
|
| 1664 |
+
value: 57.232000000000006
|
| 1665 |
+
- type: mrr_at_100
|
| 1666 |
+
value: 57.818999999999996
|
| 1667 |
+
- type: mrr_at_1000
|
| 1668 |
+
value: 57.847
|
| 1669 |
+
- type: mrr_at_3
|
| 1670 |
+
value: 54.901999999999994
|
| 1671 |
+
- type: mrr_at_5
|
| 1672 |
+
value: 56.481
|
| 1673 |
+
- type: ndcg_at_1
|
| 1674 |
+
value: 46.594
|
| 1675 |
+
- type: ndcg_at_10
|
| 1676 |
+
value: 38.129000000000005
|
| 1677 |
+
- type: ndcg_at_100
|
| 1678 |
+
value: 35.54
|
| 1679 |
+
- type: ndcg_at_1000
|
| 1680 |
+
value: 44.172
|
| 1681 |
+
- type: ndcg_at_3
|
| 1682 |
+
value: 43.025999999999996
|
| 1683 |
+
- type: ndcg_at_5
|
| 1684 |
+
value: 41.052
|
| 1685 |
+
- type: precision_at_1
|
| 1686 |
+
value: 47.988
|
| 1687 |
+
- type: precision_at_10
|
| 1688 |
+
value: 28.111000000000004
|
| 1689 |
+
- type: precision_at_100
|
| 1690 |
+
value: 8.929
|
| 1691 |
+
- type: precision_at_1000
|
| 1692 |
+
value: 2.185
|
| 1693 |
+
- type: precision_at_3
|
| 1694 |
+
value: 40.144000000000005
|
| 1695 |
+
- type: precision_at_5
|
| 1696 |
+
value: 35.232
|
| 1697 |
+
- type: recall_at_1
|
| 1698 |
+
value: 6.776999999999999
|
| 1699 |
+
- type: recall_at_10
|
| 1700 |
+
value: 19.289
|
| 1701 |
+
- type: recall_at_100
|
| 1702 |
+
value: 36.359
|
| 1703 |
+
- type: recall_at_1000
|
| 1704 |
+
value: 67.54
|
| 1705 |
+
- type: recall_at_3
|
| 1706 |
+
value: 11.869
|
| 1707 |
+
- type: recall_at_5
|
| 1708 |
+
value: 14.999
|
| 1709 |
+
- task:
|
| 1710 |
+
type: Retrieval
|
| 1711 |
+
dataset:
|
| 1712 |
+
type: nq
|
| 1713 |
+
name: MTEB NQ
|
| 1714 |
+
config: default
|
| 1715 |
+
split: test
|
| 1716 |
+
revision: None
|
| 1717 |
+
metrics:
|
| 1718 |
+
- type: map_at_1
|
| 1719 |
+
value: 31.108000000000004
|
| 1720 |
+
- type: map_at_10
|
| 1721 |
+
value: 47.126000000000005
|
| 1722 |
+
- type: map_at_100
|
| 1723 |
+
value: 48.171
|
| 1724 |
+
- type: map_at_1000
|
| 1725 |
+
value: 48.199
|
| 1726 |
+
- type: map_at_3
|
| 1727 |
+
value: 42.734
|
| 1728 |
+
- type: map_at_5
|
| 1729 |
+
value: 45.362
|
| 1730 |
+
- type: mrr_at_1
|
| 1731 |
+
value: 34.936
|
| 1732 |
+
- type: mrr_at_10
|
| 1733 |
+
value: 49.571
|
| 1734 |
+
- type: mrr_at_100
|
| 1735 |
+
value: 50.345
|
| 1736 |
+
- type: mrr_at_1000
|
| 1737 |
+
value: 50.363
|
| 1738 |
+
- type: mrr_at_3
|
| 1739 |
+
value: 45.959
|
| 1740 |
+
- type: mrr_at_5
|
| 1741 |
+
value: 48.165
|
| 1742 |
+
- type: ndcg_at_1
|
| 1743 |
+
value: 34.936
|
| 1744 |
+
- type: ndcg_at_10
|
| 1745 |
+
value: 55.028999999999996
|
| 1746 |
+
- type: ndcg_at_100
|
| 1747 |
+
value: 59.244
|
| 1748 |
+
- type: ndcg_at_1000
|
| 1749 |
+
value: 59.861
|
| 1750 |
+
- type: ndcg_at_3
|
| 1751 |
+
value: 46.872
|
| 1752 |
+
- type: ndcg_at_5
|
| 1753 |
+
value: 51.217999999999996
|
| 1754 |
+
- type: precision_at_1
|
| 1755 |
+
value: 34.936
|
| 1756 |
+
- type: precision_at_10
|
| 1757 |
+
value: 9.099
|
| 1758 |
+
- type: precision_at_100
|
| 1759 |
+
value: 1.145
|
| 1760 |
+
- type: precision_at_1000
|
| 1761 |
+
value: 0.12
|
| 1762 |
+
- type: precision_at_3
|
| 1763 |
+
value: 21.456
|
| 1764 |
+
- type: precision_at_5
|
| 1765 |
+
value: 15.411
|
| 1766 |
+
- type: recall_at_1
|
| 1767 |
+
value: 31.108000000000004
|
| 1768 |
+
- type: recall_at_10
|
| 1769 |
+
value: 76.53999999999999
|
| 1770 |
+
- type: recall_at_100
|
| 1771 |
+
value: 94.39
|
| 1772 |
+
- type: recall_at_1000
|
| 1773 |
+
value: 98.947
|
| 1774 |
+
- type: recall_at_3
|
| 1775 |
+
value: 55.572
|
| 1776 |
+
- type: recall_at_5
|
| 1777 |
+
value: 65.525
|
| 1778 |
+
- task:
|
| 1779 |
+
type: Retrieval
|
| 1780 |
+
dataset:
|
| 1781 |
+
type: quora
|
| 1782 |
+
name: MTEB QuoraRetrieval
|
| 1783 |
+
config: default
|
| 1784 |
+
split: test
|
| 1785 |
+
revision: None
|
| 1786 |
+
metrics:
|
| 1787 |
+
- type: map_at_1
|
| 1788 |
+
value: 71.56400000000001
|
| 1789 |
+
- type: map_at_10
|
| 1790 |
+
value: 85.482
|
| 1791 |
+
- type: map_at_100
|
| 1792 |
+
value: 86.114
|
| 1793 |
+
- type: map_at_1000
|
| 1794 |
+
value: 86.13
|
| 1795 |
+
- type: map_at_3
|
| 1796 |
+
value: 82.607
|
| 1797 |
+
- type: map_at_5
|
| 1798 |
+
value: 84.405
|
| 1799 |
+
- type: mrr_at_1
|
| 1800 |
+
value: 82.42
|
| 1801 |
+
- type: mrr_at_10
|
| 1802 |
+
value: 88.304
|
| 1803 |
+
- type: mrr_at_100
|
| 1804 |
+
value: 88.399
|
| 1805 |
+
- type: mrr_at_1000
|
| 1806 |
+
value: 88.399
|
| 1807 |
+
- type: mrr_at_3
|
| 1808 |
+
value: 87.37
|
| 1809 |
+
- type: mrr_at_5
|
| 1810 |
+
value: 88.024
|
| 1811 |
+
- type: ndcg_at_1
|
| 1812 |
+
value: 82.45
|
| 1813 |
+
- type: ndcg_at_10
|
| 1814 |
+
value: 89.06500000000001
|
| 1815 |
+
- type: ndcg_at_100
|
| 1816 |
+
value: 90.232
|
| 1817 |
+
- type: ndcg_at_1000
|
| 1818 |
+
value: 90.305
|
| 1819 |
+
- type: ndcg_at_3
|
| 1820 |
+
value: 86.375
|
| 1821 |
+
- type: ndcg_at_5
|
| 1822 |
+
value: 87.85300000000001
|
| 1823 |
+
- type: precision_at_1
|
| 1824 |
+
value: 82.45
|
| 1825 |
+
- type: precision_at_10
|
| 1826 |
+
value: 13.486999999999998
|
| 1827 |
+
- type: precision_at_100
|
| 1828 |
+
value: 1.534
|
| 1829 |
+
- type: precision_at_1000
|
| 1830 |
+
value: 0.157
|
| 1831 |
+
- type: precision_at_3
|
| 1832 |
+
value: 37.813
|
| 1833 |
+
- type: precision_at_5
|
| 1834 |
+
value: 24.773999999999997
|
| 1835 |
+
- type: recall_at_1
|
| 1836 |
+
value: 71.56400000000001
|
| 1837 |
+
- type: recall_at_10
|
| 1838 |
+
value: 95.812
|
| 1839 |
+
- type: recall_at_100
|
| 1840 |
+
value: 99.7
|
| 1841 |
+
- type: recall_at_1000
|
| 1842 |
+
value: 99.979
|
| 1843 |
+
- type: recall_at_3
|
| 1844 |
+
value: 87.966
|
| 1845 |
+
- type: recall_at_5
|
| 1846 |
+
value: 92.268
|
| 1847 |
+
- task:
|
| 1848 |
+
type: Clustering
|
| 1849 |
+
dataset:
|
| 1850 |
+
type: mteb/reddit-clustering
|
| 1851 |
+
name: MTEB RedditClustering
|
| 1852 |
+
config: default
|
| 1853 |
+
split: test
|
| 1854 |
+
revision: 24640382cdbf8abc73003fb0fa6d111a705499eb
|
| 1855 |
+
metrics:
|
| 1856 |
+
- type: v_measure
|
| 1857 |
+
value: 57.241876648614145
|
| 1858 |
+
- task:
|
| 1859 |
+
type: Clustering
|
| 1860 |
+
dataset:
|
| 1861 |
+
type: mteb/reddit-clustering-p2p
|
| 1862 |
+
name: MTEB RedditClusteringP2P
|
| 1863 |
+
config: default
|
| 1864 |
+
split: test
|
| 1865 |
+
revision: 282350215ef01743dc01b456c7f5241fa8937f16
|
| 1866 |
+
metrics:
|
| 1867 |
+
- type: v_measure
|
| 1868 |
+
value: 64.66212576446223
|
| 1869 |
+
- task:
|
| 1870 |
+
type: Retrieval
|
| 1871 |
+
dataset:
|
| 1872 |
+
type: scidocs
|
| 1873 |
+
name: MTEB SCIDOCS
|
| 1874 |
+
config: default
|
| 1875 |
+
split: test
|
| 1876 |
+
revision: None
|
| 1877 |
+
metrics:
|
| 1878 |
+
- type: map_at_1
|
| 1879 |
+
value: 5.308
|
| 1880 |
+
- type: map_at_10
|
| 1881 |
+
value: 13.803
|
| 1882 |
+
- type: map_at_100
|
| 1883 |
+
value: 16.176
|
| 1884 |
+
- type: map_at_1000
|
| 1885 |
+
value: 16.561
|
| 1886 |
+
- type: map_at_3
|
| 1887 |
+
value: 9.761000000000001
|
| 1888 |
+
- type: map_at_5
|
| 1889 |
+
value: 11.802
|
| 1890 |
+
- type: mrr_at_1
|
| 1891 |
+
value: 26.200000000000003
|
| 1892 |
+
- type: mrr_at_10
|
| 1893 |
+
value: 37.621
|
| 1894 |
+
- type: mrr_at_100
|
| 1895 |
+
value: 38.767
|
| 1896 |
+
- type: mrr_at_1000
|
| 1897 |
+
value: 38.815
|
| 1898 |
+
- type: mrr_at_3
|
| 1899 |
+
value: 34.117
|
| 1900 |
+
- type: mrr_at_5
|
| 1901 |
+
value: 36.107
|
| 1902 |
+
- type: ndcg_at_1
|
| 1903 |
+
value: 26.200000000000003
|
| 1904 |
+
- type: ndcg_at_10
|
| 1905 |
+
value: 22.64
|
| 1906 |
+
- type: ndcg_at_100
|
| 1907 |
+
value: 31.567
|
| 1908 |
+
- type: ndcg_at_1000
|
| 1909 |
+
value: 37.623
|
| 1910 |
+
- type: ndcg_at_3
|
| 1911 |
+
value: 21.435000000000002
|
| 1912 |
+
- type: ndcg_at_5
|
| 1913 |
+
value: 18.87
|
| 1914 |
+
- type: precision_at_1
|
| 1915 |
+
value: 26.200000000000003
|
| 1916 |
+
- type: precision_at_10
|
| 1917 |
+
value: 11.74
|
| 1918 |
+
- type: precision_at_100
|
| 1919 |
+
value: 2.465
|
| 1920 |
+
- type: precision_at_1000
|
| 1921 |
+
value: 0.391
|
| 1922 |
+
- type: precision_at_3
|
| 1923 |
+
value: 20.033
|
| 1924 |
+
- type: precision_at_5
|
| 1925 |
+
value: 16.64
|
| 1926 |
+
- type: recall_at_1
|
| 1927 |
+
value: 5.308
|
| 1928 |
+
- type: recall_at_10
|
| 1929 |
+
value: 23.794999999999998
|
| 1930 |
+
- type: recall_at_100
|
| 1931 |
+
value: 50.015
|
| 1932 |
+
- type: recall_at_1000
|
| 1933 |
+
value: 79.283
|
| 1934 |
+
- type: recall_at_3
|
| 1935 |
+
value: 12.178
|
| 1936 |
+
- type: recall_at_5
|
| 1937 |
+
value: 16.882
|
| 1938 |
+
- task:
|
| 1939 |
+
type: STS
|
| 1940 |
+
dataset:
|
| 1941 |
+
type: mteb/sickr-sts
|
| 1942 |
+
name: MTEB SICK-R
|
| 1943 |
+
config: default
|
| 1944 |
+
split: test
|
| 1945 |
+
revision: a6ea5a8cab320b040a23452cc28066d9beae2cee
|
| 1946 |
+
metrics:
|
| 1947 |
+
- type: cos_sim_pearson
|
| 1948 |
+
value: 84.93231134675553
|
| 1949 |
+
- type: cos_sim_spearman
|
| 1950 |
+
value: 81.68319292603205
|
| 1951 |
+
- type: euclidean_pearson
|
| 1952 |
+
value: 81.8396814380367
|
| 1953 |
+
- type: euclidean_spearman
|
| 1954 |
+
value: 81.24641903349945
|
| 1955 |
+
- type: manhattan_pearson
|
| 1956 |
+
value: 81.84698799204274
|
| 1957 |
+
- type: manhattan_spearman
|
| 1958 |
+
value: 81.24269997904105
|
| 1959 |
+
- task:
|
| 1960 |
+
type: STS
|
| 1961 |
+
dataset:
|
| 1962 |
+
type: mteb/sts12-sts
|
| 1963 |
+
name: MTEB STS12
|
| 1964 |
+
config: default
|
| 1965 |
+
split: test
|
| 1966 |
+
revision: a0d554a64d88156834ff5ae9920b964011b16384
|
| 1967 |
+
metrics:
|
| 1968 |
+
- type: cos_sim_pearson
|
| 1969 |
+
value: 86.73241671587446
|
| 1970 |
+
- type: cos_sim_spearman
|
| 1971 |
+
value: 79.05091082971826
|
| 1972 |
+
- type: euclidean_pearson
|
| 1973 |
+
value: 83.91146869578044
|
| 1974 |
+
- type: euclidean_spearman
|
| 1975 |
+
value: 79.87978465370936
|
| 1976 |
+
- type: manhattan_pearson
|
| 1977 |
+
value: 83.90888338917678
|
| 1978 |
+
- type: manhattan_spearman
|
| 1979 |
+
value: 79.87482848584241
|
| 1980 |
+
- task:
|
| 1981 |
+
type: STS
|
| 1982 |
+
dataset:
|
| 1983 |
+
type: mteb/sts13-sts
|
| 1984 |
+
name: MTEB STS13
|
| 1985 |
+
config: default
|
| 1986 |
+
split: test
|
| 1987 |
+
revision: 7e90230a92c190f1bf69ae9002b8cea547a64cca
|
| 1988 |
+
metrics:
|
| 1989 |
+
- type: cos_sim_pearson
|
| 1990 |
+
value: 85.14970731146177
|
| 1991 |
+
- type: cos_sim_spearman
|
| 1992 |
+
value: 86.37363490084627
|
| 1993 |
+
- type: euclidean_pearson
|
| 1994 |
+
value: 83.02154218530433
|
| 1995 |
+
- type: euclidean_spearman
|
| 1996 |
+
value: 83.80258761957367
|
| 1997 |
+
- type: manhattan_pearson
|
| 1998 |
+
value: 83.01664495119347
|
| 1999 |
+
- type: manhattan_spearman
|
| 2000 |
+
value: 83.77567458007952
|
| 2001 |
+
- task:
|
| 2002 |
+
type: STS
|
| 2003 |
+
dataset:
|
| 2004 |
+
type: mteb/sts14-sts
|
| 2005 |
+
name: MTEB STS14
|
| 2006 |
+
config: default
|
| 2007 |
+
split: test
|
| 2008 |
+
revision: 6031580fec1f6af667f0bd2da0a551cf4f0b2375
|
| 2009 |
+
metrics:
|
| 2010 |
+
- type: cos_sim_pearson
|
| 2011 |
+
value: 83.40474139886784
|
| 2012 |
+
- type: cos_sim_spearman
|
| 2013 |
+
value: 82.77768789165984
|
| 2014 |
+
- type: euclidean_pearson
|
| 2015 |
+
value: 80.7065877443695
|
| 2016 |
+
- type: euclidean_spearman
|
| 2017 |
+
value: 81.375940662505
|
| 2018 |
+
- type: manhattan_pearson
|
| 2019 |
+
value: 80.6507552270278
|
| 2020 |
+
- type: manhattan_spearman
|
| 2021 |
+
value: 81.32782179098741
|
| 2022 |
+
- task:
|
| 2023 |
+
type: STS
|
| 2024 |
+
dataset:
|
| 2025 |
+
type: mteb/sts15-sts
|
| 2026 |
+
name: MTEB STS15
|
| 2027 |
+
config: default
|
| 2028 |
+
split: test
|
| 2029 |
+
revision: ae752c7c21bf194d8b67fd573edf7ae58183cbe3
|
| 2030 |
+
metrics:
|
| 2031 |
+
- type: cos_sim_pearson
|
| 2032 |
+
value: 87.08585968722274
|
| 2033 |
+
- type: cos_sim_spearman
|
| 2034 |
+
value: 88.03110031451399
|
| 2035 |
+
- type: euclidean_pearson
|
| 2036 |
+
value: 85.74012019602384
|
| 2037 |
+
- type: euclidean_spearman
|
| 2038 |
+
value: 86.13592849438209
|
| 2039 |
+
- type: manhattan_pearson
|
| 2040 |
+
value: 85.74404842369206
|
| 2041 |
+
- type: manhattan_spearman
|
| 2042 |
+
value: 86.14492318960154
|
| 2043 |
+
- task:
|
| 2044 |
+
type: STS
|
| 2045 |
+
dataset:
|
| 2046 |
+
type: mteb/sts16-sts
|
| 2047 |
+
name: MTEB STS16
|
| 2048 |
+
config: default
|
| 2049 |
+
split: test
|
| 2050 |
+
revision: 4d8694f8f0e0100860b497b999b3dbed754a0513
|
| 2051 |
+
metrics:
|
| 2052 |
+
- type: cos_sim_pearson
|
| 2053 |
+
value: 84.95069052788875
|
| 2054 |
+
- type: cos_sim_spearman
|
| 2055 |
+
value: 86.4867991595147
|
| 2056 |
+
- type: euclidean_pearson
|
| 2057 |
+
value: 84.31013325754635
|
| 2058 |
+
- type: euclidean_spearman
|
| 2059 |
+
value: 85.01529258006482
|
| 2060 |
+
- type: manhattan_pearson
|
| 2061 |
+
value: 84.26995570085374
|
| 2062 |
+
- type: manhattan_spearman
|
| 2063 |
+
value: 84.96982104986162
|
| 2064 |
+
- task:
|
| 2065 |
+
type: STS
|
| 2066 |
+
dataset:
|
| 2067 |
+
type: mteb/sts17-crosslingual-sts
|
| 2068 |
+
name: MTEB STS17 (en-en)
|
| 2069 |
+
config: en-en
|
| 2070 |
+
split: test
|
| 2071 |
+
revision: af5e6fb845001ecf41f4c1e033ce921939a2a68d
|
| 2072 |
+
metrics:
|
| 2073 |
+
- type: cos_sim_pearson
|
| 2074 |
+
value: 87.54617647971897
|
| 2075 |
+
- type: cos_sim_spearman
|
| 2076 |
+
value: 87.49834181751034
|
| 2077 |
+
- type: euclidean_pearson
|
| 2078 |
+
value: 86.01015322577122
|
| 2079 |
+
- type: euclidean_spearman
|
| 2080 |
+
value: 84.63362652063199
|
| 2081 |
+
- type: manhattan_pearson
|
| 2082 |
+
value: 86.13807574475706
|
| 2083 |
+
- type: manhattan_spearman
|
| 2084 |
+
value: 84.7772370721132
|
| 2085 |
+
- task:
|
| 2086 |
+
type: STS
|
| 2087 |
+
dataset:
|
| 2088 |
+
type: mteb/sts22-crosslingual-sts
|
| 2089 |
+
name: MTEB STS22 (en)
|
| 2090 |
+
config: en
|
| 2091 |
+
split: test
|
| 2092 |
+
revision: 6d1ba47164174a496b7fa5d3569dae26a6813b80
|
| 2093 |
+
metrics:
|
| 2094 |
+
- type: cos_sim_pearson
|
| 2095 |
+
value: 67.20047755786615
|
| 2096 |
+
- type: cos_sim_spearman
|
| 2097 |
+
value: 67.05324077987636
|
| 2098 |
+
- type: euclidean_pearson
|
| 2099 |
+
value: 66.91930642976601
|
| 2100 |
+
- type: euclidean_spearman
|
| 2101 |
+
value: 65.21491856099105
|
| 2102 |
+
- type: manhattan_pearson
|
| 2103 |
+
value: 66.78756851976624
|
| 2104 |
+
- type: manhattan_spearman
|
| 2105 |
+
value: 65.12356257740728
|
| 2106 |
+
- task:
|
| 2107 |
+
type: STS
|
| 2108 |
+
dataset:
|
| 2109 |
+
type: mteb/stsbenchmark-sts
|
| 2110 |
+
name: MTEB STSBenchmark
|
| 2111 |
+
config: default
|
| 2112 |
+
split: test
|
| 2113 |
+
revision: b0fddb56ed78048fa8b90373c8a3cfc37b684831
|
| 2114 |
+
metrics:
|
| 2115 |
+
- type: cos_sim_pearson
|
| 2116 |
+
value: 86.19852871539686
|
| 2117 |
+
- type: cos_sim_spearman
|
| 2118 |
+
value: 87.5161895296395
|
| 2119 |
+
- type: euclidean_pearson
|
| 2120 |
+
value: 84.59848645207485
|
| 2121 |
+
- type: euclidean_spearman
|
| 2122 |
+
value: 85.26427328757919
|
| 2123 |
+
- type: manhattan_pearson
|
| 2124 |
+
value: 84.59747366996524
|
| 2125 |
+
- type: manhattan_spearman
|
| 2126 |
+
value: 85.24045855146915
|
| 2127 |
+
- task:
|
| 2128 |
+
type: Reranking
|
| 2129 |
+
dataset:
|
| 2130 |
+
type: mteb/scidocs-reranking
|
| 2131 |
+
name: MTEB SciDocsRR
|
| 2132 |
+
config: default
|
| 2133 |
+
split: test
|
| 2134 |
+
revision: d3c5e1fc0b855ab6097bf1cda04dd73947d7caab
|
| 2135 |
+
metrics:
|
| 2136 |
+
- type: map
|
| 2137 |
+
value: 87.63320317811032
|
| 2138 |
+
- type: mrr
|
| 2139 |
+
value: 96.26242947321379
|
| 2140 |
+
- task:
|
| 2141 |
+
type: Retrieval
|
| 2142 |
+
dataset:
|
| 2143 |
+
type: scifact
|
| 2144 |
+
name: MTEB SciFact
|
| 2145 |
+
config: default
|
| 2146 |
+
split: test
|
| 2147 |
+
revision: None
|
| 2148 |
+
metrics:
|
| 2149 |
+
- type: map_at_1
|
| 2150 |
+
value: 60.928000000000004
|
| 2151 |
+
- type: map_at_10
|
| 2152 |
+
value: 70.112
|
| 2153 |
+
- type: map_at_100
|
| 2154 |
+
value: 70.59299999999999
|
| 2155 |
+
- type: map_at_1000
|
| 2156 |
+
value: 70.623
|
| 2157 |
+
- type: map_at_3
|
| 2158 |
+
value: 66.846
|
| 2159 |
+
- type: map_at_5
|
| 2160 |
+
value: 68.447
|
| 2161 |
+
- type: mrr_at_1
|
| 2162 |
+
value: 64.0
|
| 2163 |
+
- type: mrr_at_10
|
| 2164 |
+
value: 71.212
|
| 2165 |
+
- type: mrr_at_100
|
| 2166 |
+
value: 71.616
|
| 2167 |
+
- type: mrr_at_1000
|
| 2168 |
+
value: 71.64500000000001
|
| 2169 |
+
- type: mrr_at_3
|
| 2170 |
+
value: 68.77799999999999
|
| 2171 |
+
- type: mrr_at_5
|
| 2172 |
+
value: 70.094
|
| 2173 |
+
- type: ndcg_at_1
|
| 2174 |
+
value: 64.0
|
| 2175 |
+
- type: ndcg_at_10
|
| 2176 |
+
value: 74.607
|
| 2177 |
+
- type: ndcg_at_100
|
| 2178 |
+
value: 76.416
|
| 2179 |
+
- type: ndcg_at_1000
|
| 2180 |
+
value: 77.102
|
| 2181 |
+
- type: ndcg_at_3
|
| 2182 |
+
value: 69.126
|
| 2183 |
+
- type: ndcg_at_5
|
| 2184 |
+
value: 71.41300000000001
|
| 2185 |
+
- type: precision_at_1
|
| 2186 |
+
value: 64.0
|
| 2187 |
+
- type: precision_at_10
|
| 2188 |
+
value: 9.933
|
| 2189 |
+
- type: precision_at_100
|
| 2190 |
+
value: 1.077
|
| 2191 |
+
- type: precision_at_1000
|
| 2192 |
+
value: 0.11299999999999999
|
| 2193 |
+
- type: precision_at_3
|
| 2194 |
+
value: 26.556
|
| 2195 |
+
- type: precision_at_5
|
| 2196 |
+
value: 17.467
|
| 2197 |
+
- type: recall_at_1
|
| 2198 |
+
value: 60.928000000000004
|
| 2199 |
+
- type: recall_at_10
|
| 2200 |
+
value: 87.322
|
| 2201 |
+
- type: recall_at_100
|
| 2202 |
+
value: 94.833
|
| 2203 |
+
- type: recall_at_1000
|
| 2204 |
+
value: 100.0
|
| 2205 |
+
- type: recall_at_3
|
| 2206 |
+
value: 72.628
|
| 2207 |
+
- type: recall_at_5
|
| 2208 |
+
value: 78.428
|
| 2209 |
+
- task:
|
| 2210 |
+
type: PairClassification
|
| 2211 |
+
dataset:
|
| 2212 |
+
type: mteb/sprintduplicatequestions-pairclassification
|
| 2213 |
+
name: MTEB SprintDuplicateQuestions
|
| 2214 |
+
config: default
|
| 2215 |
+
split: test
|
| 2216 |
+
revision: d66bd1f72af766a5cc4b0ca5e00c162f89e8cc46
|
| 2217 |
+
metrics:
|
| 2218 |
+
- type: cos_sim_accuracy
|
| 2219 |
+
value: 99.86237623762376
|
| 2220 |
+
- type: cos_sim_ap
|
| 2221 |
+
value: 96.72586477206649
|
| 2222 |
+
- type: cos_sim_f1
|
| 2223 |
+
value: 93.01858362631845
|
| 2224 |
+
- type: cos_sim_precision
|
| 2225 |
+
value: 93.4409687184662
|
| 2226 |
+
- type: cos_sim_recall
|
| 2227 |
+
value: 92.60000000000001
|
| 2228 |
+
- type: dot_accuracy
|
| 2229 |
+
value: 99.78019801980199
|
| 2230 |
+
- type: dot_ap
|
| 2231 |
+
value: 93.72748205246228
|
| 2232 |
+
- type: dot_f1
|
| 2233 |
+
value: 89.04109589041096
|
| 2234 |
+
- type: dot_precision
|
| 2235 |
+
value: 87.16475095785441
|
| 2236 |
+
- type: dot_recall
|
| 2237 |
+
value: 91.0
|
| 2238 |
+
- type: euclidean_accuracy
|
| 2239 |
+
value: 99.85445544554456
|
| 2240 |
+
- type: euclidean_ap
|
| 2241 |
+
value: 96.6661459876145
|
| 2242 |
+
- type: euclidean_f1
|
| 2243 |
+
value: 92.58337481333997
|
| 2244 |
+
- type: euclidean_precision
|
| 2245 |
+
value: 92.17046580773042
|
| 2246 |
+
- type: euclidean_recall
|
| 2247 |
+
value: 93.0
|
| 2248 |
+
- type: manhattan_accuracy
|
| 2249 |
+
value: 99.85445544554456
|
| 2250 |
+
- type: manhattan_ap
|
| 2251 |
+
value: 96.6883549244056
|
| 2252 |
+
- type: manhattan_f1
|
| 2253 |
+
value: 92.57598405580468
|
| 2254 |
+
- type: manhattan_precision
|
| 2255 |
+
value: 92.25422045680239
|
| 2256 |
+
- type: manhattan_recall
|
| 2257 |
+
value: 92.9
|
| 2258 |
+
- type: max_accuracy
|
| 2259 |
+
value: 99.86237623762376
|
| 2260 |
+
- type: max_ap
|
| 2261 |
+
value: 96.72586477206649
|
| 2262 |
+
- type: max_f1
|
| 2263 |
+
value: 93.01858362631845
|
| 2264 |
+
- task:
|
| 2265 |
+
type: Clustering
|
| 2266 |
+
dataset:
|
| 2267 |
+
type: mteb/stackexchange-clustering
|
| 2268 |
+
name: MTEB StackExchangeClustering
|
| 2269 |
+
config: default
|
| 2270 |
+
split: test
|
| 2271 |
+
revision: 6cbc1f7b2bc0622f2e39d2c77fa502909748c259
|
| 2272 |
+
metrics:
|
| 2273 |
+
- type: v_measure
|
| 2274 |
+
value: 66.39930057069995
|
| 2275 |
+
- task:
|
| 2276 |
+
type: Clustering
|
| 2277 |
+
dataset:
|
| 2278 |
+
type: mteb/stackexchange-clustering-p2p
|
| 2279 |
+
name: MTEB StackExchangeClusteringP2P
|
| 2280 |
+
config: default
|
| 2281 |
+
split: test
|
| 2282 |
+
revision: 815ca46b2622cec33ccafc3735d572c266efdb44
|
| 2283 |
+
metrics:
|
| 2284 |
+
- type: v_measure
|
| 2285 |
+
value: 34.96398659903402
|
| 2286 |
+
- task:
|
| 2287 |
+
type: Reranking
|
| 2288 |
+
dataset:
|
| 2289 |
+
type: mteb/stackoverflowdupquestions-reranking
|
| 2290 |
+
name: MTEB StackOverflowDupQuestions
|
| 2291 |
+
config: default
|
| 2292 |
+
split: test
|
| 2293 |
+
revision: e185fbe320c72810689fc5848eb6114e1ef5ec69
|
| 2294 |
+
metrics:
|
| 2295 |
+
- type: map
|
| 2296 |
+
value: 55.946944700355395
|
| 2297 |
+
- type: mrr
|
| 2298 |
+
value: 56.97151398438164
|
| 2299 |
+
- task:
|
| 2300 |
+
type: Summarization
|
| 2301 |
+
dataset:
|
| 2302 |
+
type: mteb/summeval
|
| 2303 |
+
name: MTEB SummEval
|
| 2304 |
+
config: default
|
| 2305 |
+
split: test
|
| 2306 |
+
revision: cda12ad7615edc362dbf25a00fdd61d3b1eaf93c
|
| 2307 |
+
metrics:
|
| 2308 |
+
- type: cos_sim_pearson
|
| 2309 |
+
value: 31.541657650692905
|
| 2310 |
+
- type: cos_sim_spearman
|
| 2311 |
+
value: 31.605804192286303
|
| 2312 |
+
- type: dot_pearson
|
| 2313 |
+
value: 28.26905996736398
|
| 2314 |
+
- type: dot_spearman
|
| 2315 |
+
value: 27.864801765851187
|
| 2316 |
+
- task:
|
| 2317 |
+
type: Retrieval
|
| 2318 |
+
dataset:
|
| 2319 |
+
type: trec-covid
|
| 2320 |
+
name: MTEB TRECCOVID
|
| 2321 |
+
config: default
|
| 2322 |
+
split: test
|
| 2323 |
+
revision: None
|
| 2324 |
+
metrics:
|
| 2325 |
+
- type: map_at_1
|
| 2326 |
+
value: 0.22599999999999998
|
| 2327 |
+
- type: map_at_10
|
| 2328 |
+
value: 1.8870000000000002
|
| 2329 |
+
- type: map_at_100
|
| 2330 |
+
value: 9.78
|
| 2331 |
+
- type: map_at_1000
|
| 2332 |
+
value: 22.514
|
| 2333 |
+
- type: map_at_3
|
| 2334 |
+
value: 0.6669999999999999
|
| 2335 |
+
- type: map_at_5
|
| 2336 |
+
value: 1.077
|
| 2337 |
+
- type: mrr_at_1
|
| 2338 |
+
value: 82.0
|
| 2339 |
+
- type: mrr_at_10
|
| 2340 |
+
value: 89.86699999999999
|
| 2341 |
+
- type: mrr_at_100
|
| 2342 |
+
value: 89.86699999999999
|
| 2343 |
+
- type: mrr_at_1000
|
| 2344 |
+
value: 89.86699999999999
|
| 2345 |
+
- type: mrr_at_3
|
| 2346 |
+
value: 89.667
|
| 2347 |
+
- type: mrr_at_5
|
| 2348 |
+
value: 89.667
|
| 2349 |
+
- type: ndcg_at_1
|
| 2350 |
+
value: 79.0
|
| 2351 |
+
- type: ndcg_at_10
|
| 2352 |
+
value: 74.818
|
| 2353 |
+
- type: ndcg_at_100
|
| 2354 |
+
value: 53.715999999999994
|
| 2355 |
+
- type: ndcg_at_1000
|
| 2356 |
+
value: 47.082
|
| 2357 |
+
- type: ndcg_at_3
|
| 2358 |
+
value: 82.134
|
| 2359 |
+
- type: ndcg_at_5
|
| 2360 |
+
value: 79.81899999999999
|
| 2361 |
+
- type: precision_at_1
|
| 2362 |
+
value: 82.0
|
| 2363 |
+
- type: precision_at_10
|
| 2364 |
+
value: 78.0
|
| 2365 |
+
- type: precision_at_100
|
| 2366 |
+
value: 54.48
|
| 2367 |
+
- type: precision_at_1000
|
| 2368 |
+
value: 20.518
|
| 2369 |
+
- type: precision_at_3
|
| 2370 |
+
value: 87.333
|
| 2371 |
+
- type: precision_at_5
|
| 2372 |
+
value: 85.2
|
| 2373 |
+
- type: recall_at_1
|
| 2374 |
+
value: 0.22599999999999998
|
| 2375 |
+
- type: recall_at_10
|
| 2376 |
+
value: 2.072
|
| 2377 |
+
- type: recall_at_100
|
| 2378 |
+
value: 13.013
|
| 2379 |
+
- type: recall_at_1000
|
| 2380 |
+
value: 43.462
|
| 2381 |
+
- type: recall_at_3
|
| 2382 |
+
value: 0.695
|
| 2383 |
+
- type: recall_at_5
|
| 2384 |
+
value: 1.139
|
| 2385 |
+
- task:
|
| 2386 |
+
type: Retrieval
|
| 2387 |
+
dataset:
|
| 2388 |
+
type: webis-touche2020
|
| 2389 |
+
name: MTEB Touche2020
|
| 2390 |
+
config: default
|
| 2391 |
+
split: test
|
| 2392 |
+
revision: None
|
| 2393 |
+
metrics:
|
| 2394 |
+
- type: map_at_1
|
| 2395 |
+
value: 2.328
|
| 2396 |
+
- type: map_at_10
|
| 2397 |
+
value: 9.795
|
| 2398 |
+
- type: map_at_100
|
| 2399 |
+
value: 15.801000000000002
|
| 2400 |
+
- type: map_at_1000
|
| 2401 |
+
value: 17.23
|
| 2402 |
+
- type: map_at_3
|
| 2403 |
+
value: 4.734
|
| 2404 |
+
- type: map_at_5
|
| 2405 |
+
value: 6.644
|
| 2406 |
+
- type: mrr_at_1
|
| 2407 |
+
value: 30.612000000000002
|
| 2408 |
+
- type: mrr_at_10
|
| 2409 |
+
value: 46.902
|
| 2410 |
+
- type: mrr_at_100
|
| 2411 |
+
value: 47.495
|
| 2412 |
+
- type: mrr_at_1000
|
| 2413 |
+
value: 47.495
|
| 2414 |
+
- type: mrr_at_3
|
| 2415 |
+
value: 41.156
|
| 2416 |
+
- type: mrr_at_5
|
| 2417 |
+
value: 44.218
|
| 2418 |
+
- type: ndcg_at_1
|
| 2419 |
+
value: 28.571
|
| 2420 |
+
- type: ndcg_at_10
|
| 2421 |
+
value: 24.806
|
| 2422 |
+
- type: ndcg_at_100
|
| 2423 |
+
value: 36.419000000000004
|
| 2424 |
+
- type: ndcg_at_1000
|
| 2425 |
+
value: 47.272999999999996
|
| 2426 |
+
- type: ndcg_at_3
|
| 2427 |
+
value: 25.666
|
| 2428 |
+
- type: ndcg_at_5
|
| 2429 |
+
value: 25.448999999999998
|
| 2430 |
+
- type: precision_at_1
|
| 2431 |
+
value: 30.612000000000002
|
| 2432 |
+
- type: precision_at_10
|
| 2433 |
+
value: 23.061
|
| 2434 |
+
- type: precision_at_100
|
| 2435 |
+
value: 7.714
|
| 2436 |
+
- type: precision_at_1000
|
| 2437 |
+
value: 1.484
|
| 2438 |
+
- type: precision_at_3
|
| 2439 |
+
value: 26.531
|
| 2440 |
+
- type: precision_at_5
|
| 2441 |
+
value: 26.122
|
| 2442 |
+
- type: recall_at_1
|
| 2443 |
+
value: 2.328
|
| 2444 |
+
- type: recall_at_10
|
| 2445 |
+
value: 16.524
|
| 2446 |
+
- type: recall_at_100
|
| 2447 |
+
value: 47.179
|
| 2448 |
+
- type: recall_at_1000
|
| 2449 |
+
value: 81.22200000000001
|
| 2450 |
+
- type: recall_at_3
|
| 2451 |
+
value: 5.745
|
| 2452 |
+
- type: recall_at_5
|
| 2453 |
+
value: 9.339
|
| 2454 |
+
- task:
|
| 2455 |
+
type: Classification
|
| 2456 |
+
dataset:
|
| 2457 |
+
type: mteb/toxic_conversations_50k
|
| 2458 |
+
name: MTEB ToxicConversationsClassification
|
| 2459 |
+
config: default
|
| 2460 |
+
split: test
|
| 2461 |
+
revision: d7c0de2777da35d6aae2200a62c6e0e5af397c4c
|
| 2462 |
+
metrics:
|
| 2463 |
+
- type: accuracy
|
| 2464 |
+
value: 70.9142
|
| 2465 |
+
- type: ap
|
| 2466 |
+
value: 14.335574772555415
|
| 2467 |
+
- type: f1
|
| 2468 |
+
value: 54.62839595194111
|
| 2469 |
+
- task:
|
| 2470 |
+
type: Classification
|
| 2471 |
+
dataset:
|
| 2472 |
+
type: mteb/tweet_sentiment_extraction
|
| 2473 |
+
name: MTEB TweetSentimentExtractionClassification
|
| 2474 |
+
config: default
|
| 2475 |
+
split: test
|
| 2476 |
+
revision: d604517c81ca91fe16a244d1248fc021f9ecee7a
|
| 2477 |
+
metrics:
|
| 2478 |
+
- type: accuracy
|
| 2479 |
+
value: 59.94340690435768
|
| 2480 |
+
- type: f1
|
| 2481 |
+
value: 60.286487936731916
|
| 2482 |
+
- task:
|
| 2483 |
+
type: Clustering
|
| 2484 |
+
dataset:
|
| 2485 |
+
type: mteb/twentynewsgroups-clustering
|
| 2486 |
+
name: MTEB TwentyNewsgroupsClustering
|
| 2487 |
+
config: default
|
| 2488 |
+
split: test
|
| 2489 |
+
revision: 6125ec4e24fa026cec8a478383ee943acfbd5449
|
| 2490 |
+
metrics:
|
| 2491 |
+
- type: v_measure
|
| 2492 |
+
value: 51.26597708987974
|
| 2493 |
+
- task:
|
| 2494 |
+
type: PairClassification
|
| 2495 |
+
dataset:
|
| 2496 |
+
type: mteb/twittersemeval2015-pairclassification
|
| 2497 |
+
name: MTEB TwitterSemEval2015
|
| 2498 |
+
config: default
|
| 2499 |
+
split: test
|
| 2500 |
+
revision: 70970daeab8776df92f5ea462b6173c0b46fd2d1
|
| 2501 |
+
metrics:
|
| 2502 |
+
- type: cos_sim_accuracy
|
| 2503 |
+
value: 87.48882398521786
|
| 2504 |
+
- type: cos_sim_ap
|
| 2505 |
+
value: 79.04326607602204
|
| 2506 |
+
- type: cos_sim_f1
|
| 2507 |
+
value: 71.64566826860633
|
| 2508 |
+
- type: cos_sim_precision
|
| 2509 |
+
value: 70.55512918905092
|
| 2510 |
+
- type: cos_sim_recall
|
| 2511 |
+
value: 72.77044854881267
|
| 2512 |
+
- type: dot_accuracy
|
| 2513 |
+
value: 84.19264469213805
|
| 2514 |
+
- type: dot_ap
|
| 2515 |
+
value: 67.96360043562528
|
| 2516 |
+
- type: dot_f1
|
| 2517 |
+
value: 64.06418393006827
|
| 2518 |
+
- type: dot_precision
|
| 2519 |
+
value: 58.64941898706424
|
| 2520 |
+
- type: dot_recall
|
| 2521 |
+
value: 70.58047493403694
|
| 2522 |
+
- type: euclidean_accuracy
|
| 2523 |
+
value: 87.45902127913214
|
| 2524 |
+
- type: euclidean_ap
|
| 2525 |
+
value: 78.9742237648272
|
| 2526 |
+
- type: euclidean_f1
|
| 2527 |
+
value: 71.5553235908142
|
| 2528 |
+
- type: euclidean_precision
|
| 2529 |
+
value: 70.77955601445535
|
| 2530 |
+
- type: euclidean_recall
|
| 2531 |
+
value: 72.34828496042216
|
| 2532 |
+
- type: manhattan_accuracy
|
| 2533 |
+
value: 87.41729749061214
|
| 2534 |
+
- type: manhattan_ap
|
| 2535 |
+
value: 78.90073137580596
|
| 2536 |
+
- type: manhattan_f1
|
| 2537 |
+
value: 71.3942611553533
|
| 2538 |
+
- type: manhattan_precision
|
| 2539 |
+
value: 68.52705653967483
|
| 2540 |
+
- type: manhattan_recall
|
| 2541 |
+
value: 74.51187335092348
|
| 2542 |
+
- type: max_accuracy
|
| 2543 |
+
value: 87.48882398521786
|
| 2544 |
+
- type: max_ap
|
| 2545 |
+
value: 79.04326607602204
|
| 2546 |
+
- type: max_f1
|
| 2547 |
+
value: 71.64566826860633
|
| 2548 |
+
- task:
|
| 2549 |
+
type: PairClassification
|
| 2550 |
+
dataset:
|
| 2551 |
+
type: mteb/twitterurlcorpus-pairclassification
|
| 2552 |
+
name: MTEB TwitterURLCorpus
|
| 2553 |
+
config: default
|
| 2554 |
+
split: test
|
| 2555 |
+
revision: 8b6510b0b1fa4e4c4f879467980e9be563ec1cdf
|
| 2556 |
+
metrics:
|
| 2557 |
+
- type: cos_sim_accuracy
|
| 2558 |
+
value: 88.68125897465751
|
| 2559 |
+
- type: cos_sim_ap
|
| 2560 |
+
value: 85.6003454431979
|
| 2561 |
+
- type: cos_sim_f1
|
| 2562 |
+
value: 77.6957163958641
|
| 2563 |
+
- type: cos_sim_precision
|
| 2564 |
+
value: 73.0110366307807
|
| 2565 |
+
- type: cos_sim_recall
|
| 2566 |
+
value: 83.02279026793964
|
| 2567 |
+
- type: dot_accuracy
|
| 2568 |
+
value: 87.7672992587418
|
| 2569 |
+
- type: dot_ap
|
| 2570 |
+
value: 82.4971301112899
|
| 2571 |
+
- type: dot_f1
|
| 2572 |
+
value: 75.90528233151184
|
| 2573 |
+
- type: dot_precision
|
| 2574 |
+
value: 72.0370626469368
|
| 2575 |
+
- type: dot_recall
|
| 2576 |
+
value: 80.21250384970742
|
| 2577 |
+
- type: euclidean_accuracy
|
| 2578 |
+
value: 88.4503434625684
|
| 2579 |
+
- type: euclidean_ap
|
| 2580 |
+
value: 84.91949884748384
|
| 2581 |
+
- type: euclidean_f1
|
| 2582 |
+
value: 76.92365018444684
|
| 2583 |
+
- type: euclidean_precision
|
| 2584 |
+
value: 74.53245721712759
|
| 2585 |
+
- type: euclidean_recall
|
| 2586 |
+
value: 79.47336002463813
|
| 2587 |
+
- type: manhattan_accuracy
|
| 2588 |
+
value: 88.47556952691427
|
| 2589 |
+
- type: manhattan_ap
|
| 2590 |
+
value: 84.8963689101517
|
| 2591 |
+
- type: manhattan_f1
|
| 2592 |
+
value: 76.85901249256395
|
| 2593 |
+
- type: manhattan_precision
|
| 2594 |
+
value: 74.31693989071039
|
| 2595 |
+
- type: manhattan_recall
|
| 2596 |
+
value: 79.58115183246073
|
| 2597 |
+
- type: max_accuracy
|
| 2598 |
+
value: 88.68125897465751
|
| 2599 |
+
- type: max_ap
|
| 2600 |
+
value: 85.6003454431979
|
| 2601 |
+
- type: max_f1
|
| 2602 |
+
value: 77.6957163958641
|
| 2603 |
+
license: mit
|
| 2604 |
+
language:
|
| 2605 |
+
- en
|
| 2606 |
+
---
|
| 2607 |
+
|
| 2608 |
+
|
| 2609 |
+
<h1 align="center">FlagEmbedding</h1>
|
| 2610 |
+
|
| 2611 |
+
|
| 2612 |
+
<h4 align="center">
|
| 2613 |
+
<p>
|
| 2614 |
+
<a href=#model-list>Model List</a> |
|
| 2615 |
+
<a href=#frequently-asked-questions>FAQ</a> |
|
| 2616 |
+
<a href=#usage>Usage</a> |
|
| 2617 |
+
<a href="#evaluation">Evaluation</a> |
|
| 2618 |
+
<a href="#train">Train</a> |
|
| 2619 |
+
<a href="#contact">Contact</a> |
|
| 2620 |
+
<a href="#citation">Citation</a> |
|
| 2621 |
+
<a href="#license">License</a>
|
| 2622 |
+
<p>
|
| 2623 |
+
</h4>
|
| 2624 |
+
|
| 2625 |
+
For more details please refer to our Github: [FlagEmbedding](https://github.com/FlagOpen/FlagEmbedding).
|
| 2626 |
+
|
| 2627 |
+
If you are looking for a model that supports more languages, longer texts, and other retrieval methods, you can try using [bge-m3](https://huggingface.co/BAAI/bge-m3).
|
| 2628 |
+
|
| 2629 |
+
|
| 2630 |
+
[English](README.md) | [中文](https://github.com/FlagOpen/FlagEmbedding/blob/master/README_zh.md)
|
| 2631 |
+
|
| 2632 |
+
FlagEmbedding focuses on retrieval-augmented LLMs, consisting of the following projects currently:
|
| 2633 |
+
|
| 2634 |
+
- **Long-Context LLM**: [Activation Beacon](https://github.com/FlagOpen/FlagEmbedding/tree/master/Long_LLM/activation_beacon)
|
| 2635 |
+
- **Fine-tuning of LM** : [LM-Cocktail](https://github.com/FlagOpen/FlagEmbedding/tree/master/LM_Cocktail)
|
| 2636 |
+
- **Dense Retrieval**: [BGE-M3](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/BGE_M3), [LLM Embedder](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/llm_embedder), [BGE Embedding](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/baai_general_embedding)
|
| 2637 |
+
- **Reranker Model**: [BGE Reranker](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/reranker)
|
| 2638 |
+
- **Benchmark**: [C-MTEB](https://github.com/FlagOpen/FlagEmbedding/tree/master/C_MTEB)
|
| 2639 |
+
|
| 2640 |
+
## News
|
| 2641 |
+
- 1/30/2024: Release **BGE-M3**, a new member to BGE model series! M3 stands for **M**ulti-linguality (100+ languages), **M**ulti-granularities (input length up to 8192), **M**ulti-Functionality (unification of dense, lexical, multi-vec/colbert retrieval).
|
| 2642 |
+
It is the first embedding model that supports all three retrieval methods, achieving new SOTA on multi-lingual (MIRACL) and cross-lingual (MKQA) benchmarks.
|
| 2643 |
+
[Technical Report](https://github.com/FlagOpen/FlagEmbedding/blob/master/FlagEmbedding/BGE_M3/BGE_M3.pdf) and [Code](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/BGE_M3). :fire:
|
| 2644 |
+
- 1/9/2024: Release [Activation-Beacon](https://github.com/FlagOpen/FlagEmbedding/tree/master/Long_LLM/activation_beacon), an effective, efficient, compatible, and low-cost (training) method to extend the context length of LLM. [Technical Report](https://arxiv.org/abs/2401.03462) :fire:
|
| 2645 |
+
- 12/24/2023: Release **LLaRA**, a LLaMA-7B based dense retriever, leading to state-of-the-art performances on MS MARCO and BEIR. Model and code will be open-sourced. Please stay tuned. [Technical Report](https://arxiv.org/abs/2312.15503) :fire:
|
| 2646 |
+
- 11/23/2023: Release [LM-Cocktail](https://github.com/FlagOpen/FlagEmbedding/tree/master/LM_Cocktail), a method to maintain general capabilities during fine-tuning by merging multiple language models. [Technical Report](https://arxiv.org/abs/2311.13534) :fire:
|
| 2647 |
+
- 10/12/2023: Release [LLM-Embedder](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/llm_embedder), a unified embedding model to support diverse retrieval augmentation needs for LLMs. [Technical Report](https://arxiv.org/pdf/2310.07554.pdf)
|
| 2648 |
+
- 09/15/2023: The [technical report](https://arxiv.org/pdf/2309.07597.pdf) and [massive training data](https://data.baai.ac.cn/details/BAAI-MTP) of BGE has been released
|
| 2649 |
+
- 09/12/2023: New models:
|
| 2650 |
+
- **New reranker model**: release cross-encoder models `BAAI/bge-reranker-base` and `BAAI/bge-reranker-large`, which are more powerful than embedding model. We recommend to use/fine-tune them to re-rank top-k documents returned by embedding models.
|
| 2651 |
+
- **update embedding model**: release `bge-*-v1.5` embedding model to alleviate the issue of the similarity distribution, and enhance its retrieval ability without instruction.
|
| 2652 |
+
|
| 2653 |
+
|
| 2654 |
+
<details>
|
| 2655 |
+
<summary>More</summary>
|
| 2656 |
+
<!-- ### More -->
|
| 2657 |
+
|
| 2658 |
+
- 09/07/2023: Update [fine-tune code](https://github.com/FlagOpen/FlagEmbedding/blob/master/FlagEmbedding/baai_general_embedding/README.md): Add script to mine hard negatives and support adding instruction during fine-tuning.
|
| 2659 |
+
- 08/09/2023: BGE Models are integrated into **Langchain**, you can use it like [this](#using-langchain); C-MTEB **leaderboard** is [available](https://huggingface.co/spaces/mteb/leaderboard).
|
| 2660 |
+
- 08/05/2023: Release base-scale and small-scale models, **best performance among the models of the same size 🤗**
|
| 2661 |
+
- 08/02/2023: Release `bge-large-*`(short for BAAI General Embedding) Models, **rank 1st on MTEB and C-MTEB benchmark!** :tada: :tada:
|
| 2662 |
+
- 08/01/2023: We release the [Chinese Massive Text Embedding Benchmark](https://github.com/FlagOpen/FlagEmbedding/blob/master/C_MTEB) (**C-MTEB**), consisting of 31 test dataset.
|
| 2663 |
+
|
| 2664 |
+
</details>
|
| 2665 |
+
|
| 2666 |
+
|
| 2667 |
+
## Model List
|
| 2668 |
+
|
| 2669 |
+
`bge` is short for `BAAI general embedding`.
|
| 2670 |
+
|
| 2671 |
+
| Model | Language | | Description | query instruction for retrieval [1] |
|
| 2672 |
+
|:-------------------------------|:--------:| :--------:| :--------:|:--------:|
|
| 2673 |
+
| [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) | Multilingual | [Inference](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/BGE_M3#usage) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/BGE_M3) | Multi-Functionality(dense retrieval, sparse retrieval, multi-vector(colbert)), Multi-Linguality, and Multi-Granularity(8192 tokens) | |
|
| 2674 |
+
| [BAAI/llm-embedder](https://huggingface.co/BAAI/llm-embedder) | English | [Inference](./FlagEmbedding/llm_embedder/README.md) [Fine-tune](./FlagEmbedding/llm_embedder/README.md) | a unified embedding model to support diverse retrieval augmentation needs for LLMs | See [README](./FlagEmbedding/llm_embedder/README.md) |
|
| 2675 |
+
| [BAAI/bge-reranker-large](https://huggingface.co/BAAI/bge-reranker-large) | Chinese and English | [Inference](#usage-for-reranker) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/reranker) | a cross-encoder model which is more accurate but less efficient [2] | |
|
| 2676 |
+
| [BAAI/bge-reranker-base](https://huggingface.co/BAAI/bge-reranker-base) | Chinese and English | [Inference](#usage-for-reranker) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/reranker) | a cross-encoder model which is more accurate but less efficient [2] | |
|
| 2677 |
+
| [BAAI/bge-large-en-v1.5](https://huggingface.co/BAAI/bge-large-en-v1.5) | English | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) | version 1.5 with more reasonable similarity distribution | `Represent this sentence for searching relevant passages: ` |
|
| 2678 |
+
| [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5) | English | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) | version 1.5 with more reasonable similarity distribution | `Represent this sentence for searching relevant passages: ` |
|
| 2679 |
+
| [BAAI/bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5) | English | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) | version 1.5 with more reasonable similarity distribution | `Represent this sentence for searching relevant passages: ` |
|
| 2680 |
+
| [BAAI/bge-large-zh-v1.5](https://huggingface.co/BAAI/bge-large-zh-v1.5) | Chinese | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) | version 1.5 with more reasonable similarity distribution | `为这个句子生成表示以用于检索相关文章:` |
|
| 2681 |
+
| [BAAI/bge-base-zh-v1.5](https://huggingface.co/BAAI/bge-base-zh-v1.5) | Chinese | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) | version 1.5 with more reasonable similarity distribution | `为这个句子生成表示以用于检索相关文章:` |
|
| 2682 |
+
| [BAAI/bge-small-zh-v1.5](https://huggingface.co/BAAI/bge-small-zh-v1.5) | Chinese | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) | version 1.5 with more reasonable similarity distribution | `为这个句子生成表示以用于检索相关文章:` |
|
| 2683 |
+
| [BAAI/bge-large-en](https://huggingface.co/BAAI/bge-large-en) | English | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) | :trophy: rank **1st** in [MTEB](https://huggingface.co/spaces/mteb/leaderboard) leaderboard | `Represent this sentence for searching relevant passages: ` |
|
| 2684 |
+
| [BAAI/bge-base-en](https://huggingface.co/BAAI/bge-base-en) | English | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) | a base-scale model but with similar ability to `bge-large-en` | `Represent this sentence for searching relevant passages: ` |
|
| 2685 |
+
| [BAAI/bge-small-en](https://huggingface.co/BAAI/bge-small-en) | English | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) |a small-scale model but with competitive performance | `Represent this sentence for searching relevant passages: ` |
|
| 2686 |
+
| [BAAI/bge-large-zh](https://huggingface.co/BAAI/bge-large-zh) | Chinese | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) | :trophy: rank **1st** in [C-MTEB](https://github.com/FlagOpen/FlagEmbedding/tree/master/C_MTEB) benchmark | `为这个句子生成表示以用于检索相关文章:` |
|
| 2687 |
+
| [BAAI/bge-base-zh](https://huggingface.co/BAAI/bge-base-zh) | Chinese | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) | a base-scale model but with similar ability to `bge-large-zh` | `为这个句子生成表示以用于检索相关文章:` |
|
| 2688 |
+
| [BAAI/bge-small-zh](https://huggingface.co/BAAI/bge-small-zh) | Chinese | [Inference](#usage-for-embedding-model) [Fine-tune](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) | a small-scale model but with competitive performance | `为这个句子生成表示以用于检索相关文章:` |
|
| 2689 |
+
|
| 2690 |
+
[1\]: If you need to search the relevant passages to a query, we suggest to add the instruction to the query; in other cases, no instruction is needed, just use the original query directly. In all cases, **no instruction** needs to be added to passages.
|
| 2691 |
+
|
| 2692 |
+
[2\]: Different from embedding model, reranker uses question and document as input and directly output similarity instead of embedding. To balance the accuracy and time cost, cross-encoder is widely used to re-rank top-k documents retrieved by other simple models.
|
| 2693 |
+
For examples, use bge embedding model to retrieve top 100 relevant documents, and then use bge reranker to re-rank the top 100 document to get the final top-3 results.
|
| 2694 |
+
|
| 2695 |
+
All models have been uploaded to Huggingface Hub, and you can see them at https://huggingface.co/BAAI.
|
| 2696 |
+
If you cannot open the Huggingface Hub, you also can download the models at https://model.baai.ac.cn/models .
|
| 2697 |
+
|
| 2698 |
+
|
| 2699 |
+
## Frequently asked questions
|
| 2700 |
+
|
| 2701 |
+
<details>
|
| 2702 |
+
<summary>1. How to fine-tune bge embedding model?</summary>
|
| 2703 |
+
|
| 2704 |
+
<!-- ### How to fine-tune bge embedding model? -->
|
| 2705 |
+
Following this [example](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune) to prepare data and fine-tune your model.
|
| 2706 |
+
Some suggestions:
|
| 2707 |
+
- Mine hard negatives following this [example](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune#hard-negatives), which can improve the retrieval performance.
|
| 2708 |
+
- If you pre-train bge on your data, the pre-trained model cannot be directly used to calculate similarity, and it must be fine-tuned with contrastive learning before computing similarity.
|
| 2709 |
+
- If the accuracy of the fine-tuned model is still not high, it is recommended to use/fine-tune the cross-encoder model (bge-reranker) to re-rank top-k results. Hard negatives also are needed to fine-tune reranker.
|
| 2710 |
+
|
| 2711 |
+
|
| 2712 |
+
</details>
|
| 2713 |
+
|
| 2714 |
+
<details>
|
| 2715 |
+
<summary>2. The similarity score between two dissimilar sentences is higher than 0.5</summary>
|
| 2716 |
+
|
| 2717 |
+
<!-- ### The similarity score between two dissimilar sentences is higher than 0.5 -->
|
| 2718 |
+
**Suggest to use bge v1.5, which alleviates the issue of the similarity distribution.**
|
| 2719 |
+
|
| 2720 |
+
Since we finetune the models by contrastive learning with a temperature of 0.01,
|
| 2721 |
+
the similarity distribution of the current BGE model is about in the interval \[0.6, 1\].
|
| 2722 |
+
So a similarity score greater than 0.5 does not indicate that the two sentences are similar.
|
| 2723 |
+
|
| 2724 |
+
For downstream tasks, such as passage retrieval or semantic similarity,
|
| 2725 |
+
**what matters is the relative order of the scores, not the absolute value.**
|
| 2726 |
+
If you need to filter similar sentences based on a similarity threshold,
|
| 2727 |
+
please select an appropriate similarity threshold based on the similarity distribution on your data (such as 0.8, 0.85, or even 0.9).
|
| 2728 |
+
|
| 2729 |
+
</details>
|
| 2730 |
+
|
| 2731 |
+
<details>
|
| 2732 |
+
<summary>3. When does the query instruction need to be used</summary>
|
| 2733 |
+
|
| 2734 |
+
<!-- ### When does the query instruction need to be used -->
|
| 2735 |
+
|
| 2736 |
+
For the `bge-*-v1.5`, we improve its retrieval ability when not using instruction.
|
| 2737 |
+
No instruction only has a slight degradation in retrieval performance compared with using instruction.
|
| 2738 |
+
So you can generate embedding without instruction in all cases for convenience.
|
| 2739 |
+
|
| 2740 |
+
For a retrieval task that uses short queries to find long related documents,
|
| 2741 |
+
it is recommended to add instructions for these short queries.
|
| 2742 |
+
**The best method to decide whether to add instructions for queries is choosing the setting that achieves better performance on your task.**
|
| 2743 |
+
In all cases, the documents/passages do not need to add the instruction.
|
| 2744 |
+
|
| 2745 |
+
</details>
|
| 2746 |
+
|
| 2747 |
+
|
| 2748 |
+
## Usage
|
| 2749 |
+
|
| 2750 |
+
### Usage for Embedding Model
|
| 2751 |
+
|
| 2752 |
+
Here are some examples for using `bge` models with
|
| 2753 |
+
[FlagEmbedding](#using-flagembedding), [Sentence-Transformers](#using-sentence-transformers), [Langchain](#using-langchain), or [Huggingface Transformers](#using-huggingface-transformers).
|
| 2754 |
+
|
| 2755 |
+
#### Using FlagEmbedding
|
| 2756 |
+
```
|
| 2757 |
+
pip install -U FlagEmbedding
|
| 2758 |
+
```
|
| 2759 |
+
If it doesn't work for you, you can see [FlagEmbedding](https://github.com/FlagOpen/FlagEmbedding/blob/master/FlagEmbedding/baai_general_embedding/README.md) for more methods to install FlagEmbedding.
|
| 2760 |
+
|
| 2761 |
+
```python
|
| 2762 |
+
from FlagEmbedding import FlagModel
|
| 2763 |
+
sentences_1 = ["样例数据-1", "样例数据-2"]
|
| 2764 |
+
sentences_2 = ["样例数据-3", "样例数据-4"]
|
| 2765 |
+
model = FlagModel('BAAI/bge-large-zh-v1.5',
|
| 2766 |
+
query_instruction_for_retrieval="为这个句子生成表示以用于检索相关文章:",
|
| 2767 |
+
use_fp16=True) # Setting use_fp16 to True speeds up computation with a slight performance degradation
|
| 2768 |
+
embeddings_1 = model.encode(sentences_1)
|
| 2769 |
+
embeddings_2 = model.encode(sentences_2)
|
| 2770 |
+
similarity = embeddings_1 @ embeddings_2.T
|
| 2771 |
+
print(similarity)
|
| 2772 |
+
|
| 2773 |
+
# for s2p(short query to long passage) retrieval task, suggest to use encode_queries() which will automatically add the instruction to each query
|
| 2774 |
+
# corpus in retrieval task can still use encode() or encode_corpus(), since they don't need instruction
|
| 2775 |
+
queries = ['query_1', 'query_2']
|
| 2776 |
+
passages = ["样例文档-1", "样例文档-2"]
|
| 2777 |
+
q_embeddings = model.encode_queries(queries)
|
| 2778 |
+
p_embeddings = model.encode(passages)
|
| 2779 |
+
scores = q_embeddings @ p_embeddings.T
|
| 2780 |
+
```
|
| 2781 |
+
For the value of the argument `query_instruction_for_retrieval`, see [Model List](https://github.com/FlagOpen/FlagEmbedding/tree/master#model-list).
|
| 2782 |
+
|
| 2783 |
+
By default, FlagModel will use all available GPUs when encoding. Please set `os.environ["CUDA_VISIBLE_DEVICES"]` to select specific GPUs.
|
| 2784 |
+
You also can set `os.environ["CUDA_VISIBLE_DEVICES"]=""` to make all GPUs unavailable.
|
| 2785 |
+
|
| 2786 |
+
|
| 2787 |
+
#### Using Sentence-Transformers
|
| 2788 |
+
|
| 2789 |
+
You can also use the `bge` models with [sentence-transformers](https://www.SBERT.net):
|
| 2790 |
+
|
| 2791 |
+
```
|
| 2792 |
+
pip install -U sentence-transformers
|
| 2793 |
+
```
|
| 2794 |
+
```python
|
| 2795 |
+
from sentence_transformers import SentenceTransformer
|
| 2796 |
+
sentences_1 = ["样例数据-1", "样例数据-2"]
|
| 2797 |
+
sentences_2 = ["样例数据-3", "样例数据-4"]
|
| 2798 |
+
model = SentenceTransformer('BAAI/bge-large-zh-v1.5')
|
| 2799 |
+
embeddings_1 = model.encode(sentences_1, normalize_embeddings=True)
|
| 2800 |
+
embeddings_2 = model.encode(sentences_2, normalize_embeddings=True)
|
| 2801 |
+
similarity = embeddings_1 @ embeddings_2.T
|
| 2802 |
+
print(similarity)
|
| 2803 |
+
```
|
| 2804 |
+
For s2p(short query to long passage) retrieval task,
|
| 2805 |
+
each short query should start with an instruction (instructions see [Model List](https://github.com/FlagOpen/FlagEmbedding/tree/master#model-list)).
|
| 2806 |
+
But the instruction is not needed for passages.
|
| 2807 |
+
```python
|
| 2808 |
+
from sentence_transformers import SentenceTransformer
|
| 2809 |
+
queries = ['query_1', 'query_2']
|
| 2810 |
+
passages = ["样例文档-1", "样例文档-2"]
|
| 2811 |
+
instruction = "为这个句子生成表示以用于检索相关文章:"
|
| 2812 |
+
|
| 2813 |
+
model = SentenceTransformer('BAAI/bge-large-zh-v1.5')
|
| 2814 |
+
q_embeddings = model.encode([instruction+q for q in queries], normalize_embeddings=True)
|
| 2815 |
+
p_embeddings = model.encode(passages, normalize_embeddings=True)
|
| 2816 |
+
scores = q_embeddings @ p_embeddings.T
|
| 2817 |
+
```
|
| 2818 |
+
|
| 2819 |
+
#### Using Langchain
|
| 2820 |
+
|
| 2821 |
+
You can use `bge` in langchain like this:
|
| 2822 |
+
```python
|
| 2823 |
+
from langchain.embeddings import HuggingFaceBgeEmbeddings
|
| 2824 |
+
model_name = "BAAI/bge-large-en-v1.5"
|
| 2825 |
+
model_kwargs = {'device': 'cuda'}
|
| 2826 |
+
encode_kwargs = {'normalize_embeddings': True} # set True to compute cosine similarity
|
| 2827 |
+
model = HuggingFaceBgeEmbeddings(
|
| 2828 |
+
model_name=model_name,
|
| 2829 |
+
model_kwargs=model_kwargs,
|
| 2830 |
+
encode_kwargs=encode_kwargs,
|
| 2831 |
+
query_instruction="为这个句子生成表示以用于检索相关文章:"
|
| 2832 |
+
)
|
| 2833 |
+
model.query_instruction = "为这个句子生成表示以用于检索相关文章:"
|
| 2834 |
+
```
|
| 2835 |
+
|
| 2836 |
+
|
| 2837 |
+
#### Using HuggingFace Transformers
|
| 2838 |
+
|
| 2839 |
+
With the transformers package, you can use the model like this: First, you pass your input through the transformer model, then you select the last hidden state of the first token (i.e., [CLS]) as the sentence embedding.
|
| 2840 |
+
|
| 2841 |
+
```python
|
| 2842 |
+
from transformers import AutoTokenizer, AutoModel
|
| 2843 |
+
import torch
|
| 2844 |
+
# Sentences we want sentence embeddings for
|
| 2845 |
+
sentences = ["样例数据-1", "样例数据-2"]
|
| 2846 |
+
|
| 2847 |
+
# Load model from HuggingFace Hub
|
| 2848 |
+
tokenizer = AutoTokenizer.from_pretrained('BAAI/bge-large-zh-v1.5')
|
| 2849 |
+
model = AutoModel.from_pretrained('BAAI/bge-large-zh-v1.5')
|
| 2850 |
+
model.eval()
|
| 2851 |
+
|
| 2852 |
+
# Tokenize sentences
|
| 2853 |
+
encoded_input = tokenizer(sentences, padding=True, truncation=True, return_tensors='pt')
|
| 2854 |
+
# for s2p(short query to long passage) retrieval task, add an instruction to query (not add instruction for passages)
|
| 2855 |
+
# encoded_input = tokenizer([instruction + q for q in queries], padding=True, truncation=True, return_tensors='pt')
|
| 2856 |
+
|
| 2857 |
+
# Compute token embeddings
|
| 2858 |
+
with torch.no_grad():
|
| 2859 |
+
model_output = model(**encoded_input)
|
| 2860 |
+
# Perform pooling. In this case, cls pooling.
|
| 2861 |
+
sentence_embeddings = model_output[0][:, 0]
|
| 2862 |
+
# normalize embeddings
|
| 2863 |
+
sentence_embeddings = torch.nn.functional.normalize(sentence_embeddings, p=2, dim=1)
|
| 2864 |
+
print("Sentence embeddings:", sentence_embeddings)
|
| 2865 |
+
```
|
| 2866 |
+
|
| 2867 |
+
#### Usage of the ONNX files
|
| 2868 |
+
|
| 2869 |
+
```python
|
| 2870 |
+
from optimum.onnxruntime import ORTModelForFeatureExtraction # type: ignore
|
| 2871 |
+
|
| 2872 |
+
import torch
|
| 2873 |
+
from transformers import AutoModel, AutoTokenizer
|
| 2874 |
+
|
| 2875 |
+
tokenizer = AutoTokenizer.from_pretrained('BAAI/bge-large-en-v1.5')
|
| 2876 |
+
model = AutoModel.from_pretrained('BAAI/bge-large-en-v1.5', revision="refs/pr/13")
|
| 2877 |
+
model_ort = ORTModelForFeatureExtraction.from_pretrained('BAAI/bge-large-en-v1.5', revision="refs/pr/13",file_name="onnx/model.onnx")
|
| 2878 |
+
|
| 2879 |
+
# Sentences we want sentence embeddings for
|
| 2880 |
+
sentences = ["样例数据-1", "样例数据-2"]
|
| 2881 |
+
|
| 2882 |
+
# Tokenize sentences
|
| 2883 |
+
encoded_input = tokenizer(sentences, padding=True, truncation=True, return_tensors='pt')
|
| 2884 |
+
# for s2p(short query to long passage) retrieval task, add an instruction to query (not add instruction for passages)
|
| 2885 |
+
# encoded_input = tokenizer([instruction + q for q in queries], padding=True, truncation=True, return_tensors='pt')
|
| 2886 |
+
|
| 2887 |
+
model_output_ort = model_ort(**encoded_input)
|
| 2888 |
+
# Compute token embeddings
|
| 2889 |
+
with torch.no_grad():
|
| 2890 |
+
model_output = model(**encoded_input)
|
| 2891 |
+
|
| 2892 |
+
# model_output and model_output_ort are identical
|
| 2893 |
+
|
| 2894 |
+
```
|
| 2895 |
+
|
| 2896 |
+
Its also possible to deploy the onnx files with the [infinity_emb](https://github.com/michaelfeil/infinity) pip package.
|
| 2897 |
+
```python
|
| 2898 |
+
import asyncio
|
| 2899 |
+
from infinity_emb import AsyncEmbeddingEngine, EngineArgs
|
| 2900 |
+
|
| 2901 |
+
sentences = ["Embed this is sentence via Infinity.", "Paris is in France."]
|
| 2902 |
+
engine = AsyncEmbeddingEngine.from_args(
|
| 2903 |
+
EngineArgs(model_name_or_path = "BAAI/bge-large-en-v1.5", device="cpu", engine="optimum" # or engine="torch"
|
| 2904 |
+
))
|
| 2905 |
+
|
| 2906 |
+
async def main():
|
| 2907 |
+
async with engine:
|
| 2908 |
+
embeddings, usage = await engine.embed(sentences=sentences)
|
| 2909 |
+
asyncio.run(main())
|
| 2910 |
+
```
|
| 2911 |
+
|
| 2912 |
+
### Usage for Reranker
|
| 2913 |
+
|
| 2914 |
+
Different from embedding model, reranker uses question and document as input and directly output similarity instead of embedding.
|
| 2915 |
+
You can get a relevance score by inputting query and passage to the reranker.
|
| 2916 |
+
The reranker is optimized based cross-entropy loss, so the relevance score is not bounded to a specific range.
|
| 2917 |
+
|
| 2918 |
+
|
| 2919 |
+
#### Using FlagEmbedding
|
| 2920 |
+
```
|
| 2921 |
+
pip install -U FlagEmbedding
|
| 2922 |
+
```
|
| 2923 |
+
|
| 2924 |
+
Get relevance scores (higher scores indicate more relevance):
|
| 2925 |
+
```python
|
| 2926 |
+
from FlagEmbedding import FlagReranker
|
| 2927 |
+
reranker = FlagReranker('BAAI/bge-reranker-large', use_fp16=True) # Setting use_fp16 to True speeds up computation with a slight performance degradation
|
| 2928 |
+
|
| 2929 |
+
score = reranker.compute_score(['query', 'passage'])
|
| 2930 |
+
print(score)
|
| 2931 |
+
|
| 2932 |
+
scores = reranker.compute_score([['what is panda?', 'hi'], ['what is panda?', 'The giant panda (Ailuropoda melanoleuca), sometimes called a panda bear or simply panda, is a bear species endemic to China.']])
|
| 2933 |
+
print(scores)
|
| 2934 |
+
```
|
| 2935 |
+
|
| 2936 |
+
|
| 2937 |
+
#### Using Huggingface transformers
|
| 2938 |
+
|
| 2939 |
+
```python
|
| 2940 |
+
import torch
|
| 2941 |
+
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
| 2942 |
+
|
| 2943 |
+
tokenizer = AutoTokenizer.from_pretrained('BAAI/bge-reranker-large')
|
| 2944 |
+
model = AutoModelForSequenceClassification.from_pretrained('BAAI/bge-reranker-large')
|
| 2945 |
+
model.eval()
|
| 2946 |
+
|
| 2947 |
+
pairs = [['what is panda?', 'hi'], ['what is panda?', 'The giant panda (Ailuropoda melanoleuca), sometimes called a panda bear or simply panda, is a bear species endemic to China.']]
|
| 2948 |
+
with torch.no_grad():
|
| 2949 |
+
inputs = tokenizer(pairs, padding=True, truncation=True, return_tensors='pt', max_length=512)
|
| 2950 |
+
scores = model(**inputs, return_dict=True).logits.view(-1, ).float()
|
| 2951 |
+
print(scores)
|
| 2952 |
+
```
|
| 2953 |
+
|
| 2954 |
+
## Evaluation
|
| 2955 |
+
|
| 2956 |
+
`baai-general-embedding` models achieve **state-of-the-art performance on both MTEB and C-MTEB leaderboard!**
|
| 2957 |
+
For more details and evaluation tools see our [scripts](https://github.com/FlagOpen/FlagEmbedding/blob/master/C_MTEB/README.md).
|
| 2958 |
+
|
| 2959 |
+
- **MTEB**:
|
| 2960 |
+
|
| 2961 |
+
| Model Name | Dimension | Sequence Length | Average (56) | Retrieval (15) |Clustering (11) | Pair Classification (3) | Reranking (4) | STS (10) | Summarization (1) | Classification (12) |
|
| 2962 |
+
|:----:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
| 2963 |
+
| [BAAI/bge-large-en-v1.5](https://huggingface.co/BAAI/bge-large-en-v1.5) | 1024 | 512 | **64.23** | **54.29** | 46.08 | 87.12 | 60.03 | 83.11 | 31.61 | 75.97 |
|
| 2964 |
+
| [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5) | 768 | 512 | 63.55 | 53.25 | 45.77 | 86.55 | 58.86 | 82.4 | 31.07 | 75.53 |
|
| 2965 |
+
| [BAAI/bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5) | 384 | 512 | 62.17 |51.68 | 43.82 | 84.92 | 58.36 | 81.59 | 30.12 | 74.14 |
|
| 2966 |
+
| [bge-large-en](https://huggingface.co/BAAI/bge-large-en) | 1024 | 512 | 63.98 | 53.9 | 46.98 | 85.8 | 59.48 | 81.56 | 32.06 | 76.21 |
|
| 2967 |
+
| [bge-base-en](https://huggingface.co/BAAI/bge-base-en) | 768 | 512 | 63.36 | 53.0 | 46.32 | 85.86 | 58.7 | 81.84 | 29.27 | 75.27 |
|
| 2968 |
+
| [gte-large](https://huggingface.co/thenlper/gte-large) | 1024 | 512 | 63.13 | 52.22 | 46.84 | 85.00 | 59.13 | 83.35 | 31.66 | 73.33 |
|
| 2969 |
+
| [gte-base](https://huggingface.co/thenlper/gte-base) | 768 | 512 | 62.39 | 51.14 | 46.2 | 84.57 | 58.61 | 82.3 | 31.17 | 73.01 |
|
| 2970 |
+
| [e5-large-v2](https://huggingface.co/intfloat/e5-large-v2) | 1024| 512 | 62.25 | 50.56 | 44.49 | 86.03 | 56.61 | 82.05 | 30.19 | 75.24 |
|
| 2971 |
+
| [bge-small-en](https://huggingface.co/BAAI/bge-small-en) | 384 | 512 | 62.11 | 51.82 | 44.31 | 83.78 | 57.97 | 80.72 | 30.53 | 74.37 |
|
| 2972 |
+
| [instructor-xl](https://huggingface.co/hkunlp/instructor-xl) | 768 | 512 | 61.79 | 49.26 | 44.74 | 86.62 | 57.29 | 83.06 | 32.32 | 61.79 |
|
| 2973 |
+
| [e5-base-v2](https://huggingface.co/intfloat/e5-base-v2) | 768 | 512 | 61.5 | 50.29 | 43.80 | 85.73 | 55.91 | 81.05 | 30.28 | 73.84 |
|
| 2974 |
+
| [gte-small](https://huggingface.co/thenlper/gte-small) | 384 | 512 | 61.36 | 49.46 | 44.89 | 83.54 | 57.7 | 82.07 | 30.42 | 72.31 |
|
| 2975 |
+
| [text-embedding-ada-002](https://platform.openai.com/docs/guides/embeddings) | 1536 | 8192 | 60.99 | 49.25 | 45.9 | 84.89 | 56.32 | 80.97 | 30.8 | 70.93 |
|
| 2976 |
+
| [e5-small-v2](https://huggingface.co/intfloat/e5-base-v2) | 384 | 512 | 59.93 | 49.04 | 39.92 | 84.67 | 54.32 | 80.39 | 31.16 | 72.94 |
|
| 2977 |
+
| [sentence-t5-xxl](https://huggingface.co/sentence-transformers/sentence-t5-xxl) | 768 | 512 | 59.51 | 42.24 | 43.72 | 85.06 | 56.42 | 82.63 | 30.08 | 73.42 |
|
| 2978 |
+
| [all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) | 768 | 514 | 57.78 | 43.81 | 43.69 | 83.04 | 59.36 | 80.28 | 27.49 | 65.07 |
|
| 2979 |
+
| [sgpt-bloom-7b1-msmarco](https://huggingface.co/bigscience/sgpt-bloom-7b1-msmarco) | 4096 | 2048 | 57.59 | 48.22 | 38.93 | 81.9 | 55.65 | 77.74 | 33.6 | 66.19 |
|
| 2980 |
+
|
| 2981 |
+
|
| 2982 |
+
|
| 2983 |
+
- **C-MTEB**:
|
| 2984 |
+
We create the benchmark C-MTEB for Chinese text embedding which consists of 31 datasets from 6 tasks.
|
| 2985 |
+
Please refer to [C_MTEB](https://github.com/FlagOpen/FlagEmbedding/blob/master/C_MTEB/README.md) for a detailed introduction.
|
| 2986 |
+
|
| 2987 |
+
| Model | Embedding dimension | Avg | Retrieval | STS | PairClassification | Classification | Reranking | Clustering |
|
| 2988 |
+
|:-------------------------------|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|
|
| 2989 |
+
| [**BAAI/bge-large-zh-v1.5**](https://huggingface.co/BAAI/bge-large-zh-v1.5) | 1024 | **64.53** | 70.46 | 56.25 | 81.6 | 69.13 | 65.84 | 48.99 |
|
| 2990 |
+
| [BAAI/bge-base-zh-v1.5](https://huggingface.co/BAAI/bge-base-zh-v1.5) | 768 | 63.13 | 69.49 | 53.72 | 79.75 | 68.07 | 65.39 | 47.53 |
|
| 2991 |
+
| [BAAI/bge-small-zh-v1.5](https://huggingface.co/BAAI/bge-small-zh-v1.5) | 512 | 57.82 | 61.77 | 49.11 | 70.41 | 63.96 | 60.92 | 44.18 |
|
| 2992 |
+
| [BAAI/bge-large-zh](https://huggingface.co/BAAI/bge-large-zh) | 1024 | 64.20 | 71.53 | 54.98 | 78.94 | 68.32 | 65.11 | 48.39 |
|
| 2993 |
+
| [bge-large-zh-noinstruct](https://huggingface.co/BAAI/bge-large-zh-noinstruct) | 1024 | 63.53 | 70.55 | 53 | 76.77 | 68.58 | 64.91 | 50.01 |
|
| 2994 |
+
| [BAAI/bge-base-zh](https://huggingface.co/BAAI/bge-base-zh) | 768 | 62.96 | 69.53 | 54.12 | 77.5 | 67.07 | 64.91 | 47.63 |
|
| 2995 |
+
| [multilingual-e5-large](https://huggingface.co/intfloat/multilingual-e5-large) | 1024 | 58.79 | 63.66 | 48.44 | 69.89 | 67.34 | 56.00 | 48.23 |
|
| 2996 |
+
| [BAAI/bge-small-zh](https://huggingface.co/BAAI/bge-small-zh) | 512 | 58.27 | 63.07 | 49.45 | 70.35 | 63.64 | 61.48 | 45.09 |
|
| 2997 |
+
| [m3e-base](https://huggingface.co/moka-ai/m3e-base) | 768 | 57.10 | 56.91 | 50.47 | 63.99 | 67.52 | 59.34 | 47.68 |
|
| 2998 |
+
| [m3e-large](https://huggingface.co/moka-ai/m3e-large) | 1024 | 57.05 | 54.75 | 50.42 | 64.3 | 68.2 | 59.66 | 48.88 |
|
| 2999 |
+
| [multilingual-e5-base](https://huggingface.co/intfloat/multilingual-e5-base) | 768 | 55.48 | 61.63 | 46.49 | 67.07 | 65.35 | 54.35 | 40.68 |
|
| 3000 |
+
| [multilingual-e5-small](https://huggingface.co/intfloat/multilingual-e5-small) | 384 | 55.38 | 59.95 | 45.27 | 66.45 | 65.85 | 53.86 | 45.26 |
|
| 3001 |
+
| [text-embedding-ada-002(OpenAI)](https://platform.openai.com/docs/guides/embeddings/what-are-embeddings) | 1536 | 53.02 | 52.0 | 43.35 | 69.56 | 64.31 | 54.28 | 45.68 |
|
| 3002 |
+
| [luotuo](https://huggingface.co/silk-road/luotuo-bert-medium) | 1024 | 49.37 | 44.4 | 42.78 | 66.62 | 61 | 49.25 | 44.39 |
|
| 3003 |
+
| [text2vec-base](https://huggingface.co/shibing624/text2vec-base-chinese) | 768 | 47.63 | 38.79 | 43.41 | 67.41 | 62.19 | 49.45 | 37.66 |
|
| 3004 |
+
| [text2vec-large](https://huggingface.co/GanymedeNil/text2vec-large-chinese) | 1024 | 47.36 | 41.94 | 44.97 | 70.86 | 60.66 | 49.16 | 30.02 |
|
| 3005 |
+
|
| 3006 |
+
|
| 3007 |
+
- **Reranking**:
|
| 3008 |
+
See [C_MTEB](https://github.com/FlagOpen/FlagEmbedding/blob/master/C_MTEB/) for evaluation script.
|
| 3009 |
+
|
| 3010 |
+
| Model | T2Reranking | T2RerankingZh2En\* | T2RerankingEn2Zh\* | MMarcoReranking | CMedQAv1 | CMedQAv2 | Avg |
|
| 3011 |
+
|:-------------------------------|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|:--------:|
|
| 3012 |
+
| text2vec-base-multilingual | 64.66 | 62.94 | 62.51 | 14.37 | 48.46 | 48.6 | 50.26 |
|
| 3013 |
+
| multilingual-e5-small | 65.62 | 60.94 | 56.41 | 29.91 | 67.26 | 66.54 | 57.78 |
|
| 3014 |
+
| multilingual-e5-large | 64.55 | 61.61 | 54.28 | 28.6 | 67.42 | 67.92 | 57.4 |
|
| 3015 |
+
| multilingual-e5-base | 64.21 | 62.13 | 54.68 | 29.5 | 66.23 | 66.98 | 57.29 |
|
| 3016 |
+
| m3e-base | 66.03 | 62.74 | 56.07 | 17.51 | 77.05 | 76.76 | 59.36 |
|
| 3017 |
+
| m3e-large | 66.13 | 62.72 | 56.1 | 16.46 | 77.76 | 78.27 | 59.57 |
|
| 3018 |
+
| bge-base-zh-v1.5 | 66.49 | 63.25 | 57.02 | 29.74 | 80.47 | 84.88 | 63.64 |
|
| 3019 |
+
| bge-large-zh-v1.5 | 65.74 | 63.39 | 57.03 | 28.74 | 83.45 | 85.44 | 63.97 |
|
| 3020 |
+
| [BAAI/bge-reranker-base](https://huggingface.co/BAAI/bge-reranker-base) | 67.28 | 63.95 | 60.45 | 35.46 | 81.26 | 84.1 | 65.42 |
|
| 3021 |
+
| [BAAI/bge-reranker-large](https://huggingface.co/BAAI/bge-reranker-large) | 67.6 | 64.03 | 61.44 | 37.16 | 82.15 | 84.18 | 66.09 |
|
| 3022 |
+
|
| 3023 |
+
\* : T2RerankingZh2En and T2RerankingEn2Zh are cross-language retrieval tasks
|
| 3024 |
+
|
| 3025 |
+
## Train
|
| 3026 |
+
|
| 3027 |
+
### BAAI Embedding
|
| 3028 |
+
|
| 3029 |
+
We pre-train the models using [retromae](https://github.com/staoxiao/RetroMAE) and train them on large-scale pairs data using contrastive learning.
|
| 3030 |
+
**You can fine-tune the embedding model on your data following our [examples](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/finetune).**
|
| 3031 |
+
We also provide a [pre-train example](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/pretrain).
|
| 3032 |
+
Note that the goal of pre-training is to reconstruct the text, and the pre-trained model cannot be used for similarity calculation directly, it needs to be fine-tuned.
|
| 3033 |
+
More training details for bge see [baai_general_embedding](https://github.com/FlagOpen/FlagEmbedding/blob/master/FlagEmbedding/baai_general_embedding/README.md).
|
| 3034 |
+
|
| 3035 |
+
|
| 3036 |
+
|
| 3037 |
+
### BGE Reranker
|
| 3038 |
+
|
| 3039 |
+
Cross-encoder will perform full-attention over the input pair,
|
| 3040 |
+
which is more accurate than embedding model (i.e., bi-encoder) but more time-consuming than embedding model.
|
| 3041 |
+
Therefore, it can be used to re-rank the top-k documents returned by embedding model.
|
| 3042 |
+
We train the cross-encoder on a multilingual pair data,
|
| 3043 |
+
The data format is the same as embedding model, so you can fine-tune it easily following our [example](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/reranker).
|
| 3044 |
+
More details please refer to [./FlagEmbedding/reranker/README.md](https://github.com/FlagOpen/FlagEmbedding/tree/master/FlagEmbedding/reranker)
|
| 3045 |
+
|
| 3046 |
+
|
| 3047 |
+
## Contact
|
| 3048 |
+
If you have any question or suggestion related to this project, feel free to open an issue or pull request.
|
| 3049 |
+
You also can email Shitao Xiao([email protected]) and Zheng Liu([email protected]).
|
| 3050 |
+
|
| 3051 |
+
|
| 3052 |
+
## Citation
|
| 3053 |
+
|
| 3054 |
+
If you find this repository useful, please consider giving a star :star: and citation
|
| 3055 |
+
|
| 3056 |
+
```
|
| 3057 |
+
@misc{bge_embedding,
|
| 3058 |
+
title={C-Pack: Packaged Resources To Advance General Chinese Embedding},
|
| 3059 |
+
author={Shitao Xiao and Zheng Liu and Peitian Zhang and Niklas Muennighoff},
|
| 3060 |
+
year={2023},
|
| 3061 |
+
eprint={2309.07597},
|
| 3062 |
+
archivePrefix={arXiv},
|
| 3063 |
+
primaryClass={cs.CL}
|
| 3064 |
+
}
|
| 3065 |
+
```
|
| 3066 |
+
|
| 3067 |
+
## License
|
| 3068 |
+
FlagEmbedding is licensed under the [MIT License](https://github.com/FlagOpen/FlagEmbedding/blob/master/LICENSE). The released models can be used for commercial purposes free of charge.
|
| 3069 |
+
|
bge-large-en-v1.5/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/root/.cache/torch/sentence_transformers/BAAI_bge-large-en/",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertModel"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 1024,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "LABEL_0"
|
| 14 |
+
},
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 4096,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"LABEL_0": 0
|
| 19 |
+
},
|
| 20 |
+
"layer_norm_eps": 1e-12,
|
| 21 |
+
"max_position_embeddings": 512,
|
| 22 |
+
"model_type": "bert",
|
| 23 |
+
"num_attention_heads": 16,
|
| 24 |
+
"num_hidden_layers": 24,
|
| 25 |
+
"pad_token_id": 0,
|
| 26 |
+
"position_embedding_type": "absolute",
|
| 27 |
+
"torch_dtype": "float32",
|
| 28 |
+
"transformers_version": "4.30.0",
|
| 29 |
+
"type_vocab_size": 2,
|
| 30 |
+
"use_cache": true,
|
| 31 |
+
"vocab_size": 30522
|
| 32 |
+
}
|
bge-large-en-v1.5/config_sentence_transformers.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"__version__": {
|
| 3 |
+
"sentence_transformers": "2.2.2",
|
| 4 |
+
"transformers": "4.28.1",
|
| 5 |
+
"pytorch": "1.13.0+cu117"
|
| 6 |
+
}
|
| 7 |
+
}
|
bge-large-en-v1.5/modules.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"idx": 0,
|
| 4 |
+
"name": "0",
|
| 5 |
+
"path": "",
|
| 6 |
+
"type": "sentence_transformers.models.Transformer"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"idx": 1,
|
| 10 |
+
"name": "1",
|
| 11 |
+
"path": "1_Pooling",
|
| 12 |
+
"type": "sentence_transformers.models.Pooling"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"idx": 2,
|
| 16 |
+
"name": "2",
|
| 17 |
+
"path": "2_Normalize",
|
| 18 |
+
"type": "sentence_transformers.models.Normalize"
|
| 19 |
+
}
|
| 20 |
+
]
|
bge-large-en-v1.5/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51e14ed95fb897ba8eee3c6d9b5fb4323229a897caaf34053c1b7639b31c1ac4
|
| 3 |
+
size 1340698349
|
bge-large-en-v1.5/sentence_bert_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"max_seq_length": 512,
|
| 3 |
+
"do_lower_case": true
|
| 4 |
+
}
|
bge-large-en-v1.5/special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
bge-large-en-v1.5/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
bge-large-en-v1.5/tokenizer_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"clean_up_tokenization_spaces": true,
|
| 3 |
+
"cls_token": "[CLS]",
|
| 4 |
+
"do_basic_tokenize": true,
|
| 5 |
+
"do_lower_case": true,
|
| 6 |
+
"mask_token": "[MASK]",
|
| 7 |
+
"model_max_length": 512,
|
| 8 |
+
"never_split": null,
|
| 9 |
+
"pad_token": "[PAD]",
|
| 10 |
+
"sep_token": "[SEP]",
|
| 11 |
+
"strip_accents": null,
|
| 12 |
+
"tokenize_chinese_chars": true,
|
| 13 |
+
"tokenizer_class": "BertTokenizer",
|
| 14 |
+
"unk_token": "[UNK]"
|
| 15 |
+
}
|
bge-large-en-v1.5/vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
colbertv2.0/README.md
ADDED
|
@@ -0,0 +1,215 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- ColBERT
|
| 7 |
+
---
|
| 8 |
+
<p align="center">
|
| 9 |
+
<img align="center" src="https://github.com/stanford-futuredata/ColBERT/blob/main/docs/images/colbertofficial.png?raw=true" width="430px" />
|
| 10 |
+
</p>
|
| 11 |
+
<p align="left">
|
| 12 |
+
|
| 13 |
+
# ColBERT (v2)
|
| 14 |
+
|
| 15 |
+
### ColBERT is a _fast_ and _accurate_ retrieval model, enabling scalable BERT-based search over large text collections in tens of milliseconds.
|
| 16 |
+
|
| 17 |
+
[<img align="center" src="https://colab.research.google.com/assets/colab-badge.svg" />](https://colab.research.google.com/github/stanford-futuredata/ColBERT/blob/main/docs/intro2new.ipynb)
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
<p align="center">
|
| 21 |
+
<img align="center" src="https://github.com/stanford-futuredata/ColBERT/blob/main/docs/images/ColBERT-Framework-MaxSim-W370px.png?raw=true" />
|
| 22 |
+
</p>
|
| 23 |
+
<p align="center">
|
| 24 |
+
<b>Figure 1:</b> ColBERT's late interaction, efficiently scoring the fine-grained similarity between a queries and a passage.
|
| 25 |
+
</p>
|
| 26 |
+
|
| 27 |
+
As Figure 1 illustrates, ColBERT relies on fine-grained **contextual late interaction**: it encodes each passage into a **matrix** of token-level embeddings (shown above in blue). Then at search time, it embeds every query into another matrix (shown in green) and efficiently finds passages that contextually match the query using scalable vector-similarity (`MaxSim`) operators.
|
| 28 |
+
|
| 29 |
+
These rich interactions allow ColBERT to surpass the quality of _single-vector_ representation models, while scaling efficiently to large corpora. You can read more in our papers:
|
| 30 |
+
|
| 31 |
+
* [**ColBERT: Efficient and Effective Passage Search via Contextualized Late Interaction over BERT**](https://arxiv.org/abs/2004.12832) (SIGIR'20).
|
| 32 |
+
* [**Relevance-guided Supervision for OpenQA with ColBERT**](https://arxiv.org/abs/2007.00814) (TACL'21).
|
| 33 |
+
* [**Baleen: Robust Multi-Hop Reasoning at Scale via Condensed Retrieval**](https://arxiv.org/abs/2101.00436) (NeurIPS'21).
|
| 34 |
+
* [**ColBERTv2: Effective and Efficient Retrieval via Lightweight Late Interaction**](https://arxiv.org/abs/2112.01488) (NAACL'22).
|
| 35 |
+
* [**PLAID: An Efficient Engine for Late Interaction Retrieval**](https://arxiv.org/abs/2205.09707) (CIKM'22).
|
| 36 |
+
|
| 37 |
+
----
|
| 38 |
+
|
| 39 |
+
## 🚨 **Announcements**
|
| 40 |
+
|
| 41 |
+
* (1/29/23) We have merged a new index updater feature and support for additional Hugging Face models! These are in beta so please give us feedback as you try them out.
|
| 42 |
+
* (1/24/23) If you're looking for the **DSP** framework for composing ColBERTv2 and LLMs, it's at: https://github.com/stanfordnlp/dsp
|
| 43 |
+
|
| 44 |
+
----
|
| 45 |
+
|
| 46 |
+
## ColBERTv1
|
| 47 |
+
|
| 48 |
+
The ColBERTv1 code from the SIGIR'20 paper is in the [`colbertv1` branch](https://github.com/stanford-futuredata/ColBERT/tree/colbertv1). See [here](#branches) for more information on other branches.
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
## Installation
|
| 52 |
+
|
| 53 |
+
ColBERT requires Python 3.7+ and Pytorch 1.9+ and uses the [Hugging Face Transformers](https://github.com/huggingface/transformers) library.
|
| 54 |
+
|
| 55 |
+
We strongly recommend creating a conda environment using the commands below. (If you don't have conda, follow the official [conda installation guide](https://docs.anaconda.com/anaconda/install/linux/#installation).)
|
| 56 |
+
|
| 57 |
+
We have also included a new environment file specifically for CPU-only environments (`conda_env_cpu.yml`), but note that if you are testing CPU execution on a machine that includes GPUs you might need to specify `CUDA_VISIBLE_DEVICES=""` as part of your command. Note that a GPU is required for training and indexing.
|
| 58 |
+
|
| 59 |
+
```
|
| 60 |
+
conda env create -f conda_env[_cpu].yml
|
| 61 |
+
conda activate colbert
|
| 62 |
+
```
|
| 63 |
+
|
| 64 |
+
If you face any problems, please [open a new issue](https://github.com/stanford-futuredata/ColBERT/issues) and we'll help you promptly!
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
## Overview
|
| 69 |
+
|
| 70 |
+
Using ColBERT on a dataset typically involves the following steps.
|
| 71 |
+
|
| 72 |
+
**Step 0: Preprocess your collection.** At its simplest, ColBERT works with tab-separated (TSV) files: a file (e.g., `collection.tsv`) will contain all passages and another (e.g., `queries.tsv`) will contain a set of queries for searching the collection.
|
| 73 |
+
|
| 74 |
+
**Step 1: Download the [pre-trained ColBERTv2 checkpoint](https://downloads.cs.stanford.edu/nlp/data/colbert/colbertv2/colbertv2.0.tar.gz).** This checkpoint has been trained on the MS MARCO Passage Ranking task. You can also _optionally_ [train your own ColBERT model](#training).
|
| 75 |
+
|
| 76 |
+
**Step 2: Index your collection.** Once you have a trained ColBERT model, you need to [index your collection](#indexing) to permit fast retrieval. This step encodes all passages into matrices, stores them on disk, and builds data structures for efficient search.
|
| 77 |
+
|
| 78 |
+
**Step 3: Search the collection with your queries.** Given the model and index, you can [issue queries over the collection](#retrieval) to retrieve the top-k passages for each query.
|
| 79 |
+
|
| 80 |
+
Below, we illustrate these steps via an example run on the MS MARCO Passage Ranking task.
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
## API Usage Notebook
|
| 84 |
+
|
| 85 |
+
**NEW**: We have an experimental notebook on [Google Colab](https://colab.research.google.com/github/stanford-futuredata/ColBERT/blob/main/docs/intro2new.ipynb) that you can use with free GPUs. Indexing 10,000 on the free Colab T4 GPU takes six minutes.
|
| 86 |
+
|
| 87 |
+
This Jupyter notebook **[docs/intro.ipynb notebook](docs/intro.ipynb)** illustrates using the key features of ColBERT with the new Python API.
|
| 88 |
+
|
| 89 |
+
It includes how to download the ColBERTv2 model checkpoint trained on MS MARCO Passage Ranking and how to download our new LoTTE benchmark.
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
## Data
|
| 93 |
+
|
| 94 |
+
This repository works directly with a simple **tab-separated file** format to store queries, passages, and top-k ranked lists.
|
| 95 |
+
|
| 96 |
+
|
| 97 |
+
* Queries: each line is `qid \t query text`.
|
| 98 |
+
* Collection: each line is `pid \t passage text`.
|
| 99 |
+
* Top-k Ranking: each line is `qid \t pid \t rank`.
|
| 100 |
+
|
| 101 |
+
This works directly with the data format of the [MS MARCO Passage Ranking](https://github.com/microsoft/MSMARCO-Passage-Ranking) dataset. You will need the training triples (`triples.train.small.tar.gz`), the official top-1000 ranked lists for the dev set queries (`top1000.dev`), and the dev set relevant passages (`qrels.dev.small.tsv`). For indexing the full collection, you will also need the list of passages (`collection.tar.gz`).
|
| 102 |
+
|
| 103 |
+
|
| 104 |
+
## Indexing
|
| 105 |
+
|
| 106 |
+
For fast retrieval, indexing precomputes the ColBERT representations of passages.
|
| 107 |
+
|
| 108 |
+
Example usage:
|
| 109 |
+
|
| 110 |
+
```python
|
| 111 |
+
from colbert.infra import Run, RunConfig, ColBERTConfig
|
| 112 |
+
from colbert import Indexer
|
| 113 |
+
|
| 114 |
+
if __name__=='__main__':
|
| 115 |
+
with Run().context(RunConfig(nranks=1, experiment="msmarco")):
|
| 116 |
+
|
| 117 |
+
config = ColBERTConfig(
|
| 118 |
+
nbits=2,
|
| 119 |
+
root="/path/to/experiments",
|
| 120 |
+
)
|
| 121 |
+
indexer = Indexer(checkpoint="/path/to/checkpoint", config=config)
|
| 122 |
+
indexer.index(name="msmarco.nbits=2", collection="/path/to/MSMARCO/collection.tsv")
|
| 123 |
+
```
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
## Retrieval
|
| 127 |
+
|
| 128 |
+
We typically recommend that you use ColBERT for **end-to-end** retrieval, where it directly finds its top-k passages from the full collection:
|
| 129 |
+
|
| 130 |
+
```python
|
| 131 |
+
from colbert.data import Queries
|
| 132 |
+
from colbert.infra import Run, RunConfig, ColBERTConfig
|
| 133 |
+
from colbert import Searcher
|
| 134 |
+
|
| 135 |
+
if __name__=='__main__':
|
| 136 |
+
with Run().context(RunConfig(nranks=1, experiment="msmarco")):
|
| 137 |
+
|
| 138 |
+
config = ColBERTConfig(
|
| 139 |
+
root="/path/to/experiments",
|
| 140 |
+
)
|
| 141 |
+
searcher = Searcher(index="msmarco.nbits=2", config=config)
|
| 142 |
+
queries = Queries("/path/to/MSMARCO/queries.dev.small.tsv")
|
| 143 |
+
ranking = searcher.search_all(queries, k=100)
|
| 144 |
+
ranking.save("msmarco.nbits=2.ranking.tsv")
|
| 145 |
+
```
|
| 146 |
+
|
| 147 |
+
You can optionally specify the `ncells`, `centroid_score_threshold`, and `ndocs` search hyperparameters to trade off between speed and result quality. Defaults for different values of `k` are listed in colbert/searcher.py.
|
| 148 |
+
|
| 149 |
+
We can evaluate the MSMARCO rankings using the following command:
|
| 150 |
+
|
| 151 |
+
```
|
| 152 |
+
python -m utility.evaluate.msmarco_passages --ranking "/path/to/msmarco.nbits=2.ranking.tsv" --qrels "/path/to/MSMARCO/qrels.dev.small.tsv"
|
| 153 |
+
```
|
| 154 |
+
|
| 155 |
+
## Training
|
| 156 |
+
|
| 157 |
+
We provide a [pre-trained model checkpoint](https://downloads.cs.stanford.edu/nlp/data/colbert/colbertv2/colbertv2.0.tar.gz), but we also detail how to train from scratch here.
|
| 158 |
+
Note that this example demonstrates the ColBERTv1 style of training, but the provided checkpoint was trained with ColBERTv2.
|
| 159 |
+
|
| 160 |
+
Training requires a JSONL triples file with a `[qid, pid+, pid-]` list per line. The query IDs and passage IDs correspond to the specified `queries.tsv` and `collection.tsv` files respectively.
|
| 161 |
+
|
| 162 |
+
Example usage (training on 4 GPUs):
|
| 163 |
+
|
| 164 |
+
```python
|
| 165 |
+
from colbert.infra import Run, RunConfig, ColBERTConfig
|
| 166 |
+
from colbert import Trainer
|
| 167 |
+
|
| 168 |
+
if __name__=='__main__':
|
| 169 |
+
with Run().context(RunConfig(nranks=4, experiment="msmarco")):
|
| 170 |
+
|
| 171 |
+
config = ColBERTConfig(
|
| 172 |
+
bsize=32,
|
| 173 |
+
root="/path/to/experiments",
|
| 174 |
+
)
|
| 175 |
+
trainer = Trainer(
|
| 176 |
+
triples="/path/to/MSMARCO/triples.train.small.tsv",
|
| 177 |
+
queries="/path/to/MSMARCO/queries.train.small.tsv",
|
| 178 |
+
collection="/path/to/MSMARCO/collection.tsv",
|
| 179 |
+
config=config,
|
| 180 |
+
)
|
| 181 |
+
|
| 182 |
+
checkpoint_path = trainer.train()
|
| 183 |
+
|
| 184 |
+
print(f"Saved checkpoint to {checkpoint_path}...")
|
| 185 |
+
```
|
| 186 |
+
|
| 187 |
+
## Running a lightweight ColBERTv2 server
|
| 188 |
+
We provide a script to run a lightweight server which serves k (upto 100) results in ranked order for a given search query, in JSON format. This script can be used to power DSP programs.
|
| 189 |
+
|
| 190 |
+
To run the server, update the environment variables `INDEX_ROOT` and `INDEX_NAME` in the `.env` file to point to the appropriate ColBERT index. The run the following command:
|
| 191 |
+
```
|
| 192 |
+
python server.py
|
| 193 |
+
```
|
| 194 |
+
|
| 195 |
+
A sample query:
|
| 196 |
+
```
|
| 197 |
+
http://localhost:8893/api/search?query=Who won the 2022 FIFA world cup&k=25
|
| 198 |
+
```
|
| 199 |
+
|
| 200 |
+
## Branches
|
| 201 |
+
|
| 202 |
+
### Supported branches
|
| 203 |
+
|
| 204 |
+
* [`main`](https://github.com/stanford-futuredata/ColBERT/tree/main): Stable branch with ColBERTv2 + PLAID.
|
| 205 |
+
* [`colbertv1`](https://github.com/stanford-futuredata/ColBERT/tree/colbertv1): Legacy branch for ColBERTv1.
|
| 206 |
+
|
| 207 |
+
### Deprecated branches
|
| 208 |
+
* [`new_api`](https://github.com/stanford-futuredata/ColBERT/tree/new_api): Base ColBERTv2 implementation.
|
| 209 |
+
* [`cpu_inference`](https://github.com/stanford-futuredata/ColBERT/tree/cpu_inference): ColBERTv2 implementation with CPU search support.
|
| 210 |
+
* [`fast_search`](https://github.com/stanford-futuredata/ColBERT/tree/fast_search): ColBERTv2 implementation with PLAID.
|
| 211 |
+
* [`binarization`](https://github.com/stanford-futuredata/ColBERT/tree/binarization): ColBERT with a baseline binarization-based compression strategy (as opposed to ColBERTv2's residual compression, which we found to be more robust).
|
| 212 |
+
|
| 213 |
+
## Acknowledgments
|
| 214 |
+
|
| 215 |
+
ColBERT logo designed by Chuyi Zhang.
|
colbertv2.0/artifact.metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"nprobe": 2,
|
| 3 |
+
"ncandidates": 8192,
|
| 4 |
+
"index_path": null,
|
| 5 |
+
"nbits": 1,
|
| 6 |
+
"kmeans_niters": 20,
|
| 7 |
+
"similarity": "cosine",
|
| 8 |
+
"bsize": 8,
|
| 9 |
+
"accumsteps": 1,
|
| 10 |
+
"lr": 1e-5,
|
| 11 |
+
"maxsteps": 400000,
|
| 12 |
+
"save_every": null,
|
| 13 |
+
"resume": false,
|
| 14 |
+
"warmup": 20000,
|
| 15 |
+
"warmup_bert": null,
|
| 16 |
+
"relu": false,
|
| 17 |
+
"nway": 64,
|
| 18 |
+
"use_ib_negatives": true,
|
| 19 |
+
"query_maxlen": 32,
|
| 20 |
+
"attend_to_mask_tokens": false,
|
| 21 |
+
"dim": 128,
|
| 22 |
+
"doc_maxlen": 180,
|
| 23 |
+
"mask_punctuation": true,
|
| 24 |
+
"checkpoint": "\/future\/u\/okhattab\/root\/unit\/experiments\/2021.10\/none\/kld.v3.nway32.l2.ib\/checkpoints\/colbert-150000\/",
|
| 25 |
+
"triples": "\/future\/u\/okhattab\/root\/unit\/experiments\/2021.10\/downstream.distillation.round2.2_score\/round2.nway6.cosine.ib\/examples.64.json",
|
| 26 |
+
"collection": "\/future\/u\/okhattab\/data\/MSMARCO\/collection.tsv",
|
| 27 |
+
"queries": "\/future\/u\/okhattab\/data\/MSMARCO\/queries.train.tsv",
|
| 28 |
+
"index_name": null,
|
| 29 |
+
"overwrite": false,
|
| 30 |
+
"root": "\/future\/u\/okhattab\/root\/unit\/experiments",
|
| 31 |
+
"experiment": "2021.10",
|
| 32 |
+
"index_root": null,
|
| 33 |
+
"name": "kldR2.nway64.ib",
|
| 34 |
+
"rank": 0,
|
| 35 |
+
"nranks": 4,
|
| 36 |
+
"amp": true,
|
| 37 |
+
"gpus": 8,
|
| 38 |
+
"meta": {
|
| 39 |
+
"hostname": "future-hgx-1.stanford.edu",
|
| 40 |
+
"git_branch": "api_residual_compression3_KLD",
|
| 41 |
+
"git_hash": "62198f65e45bc7887eda4fdd57f9d3a103c72a7b",
|
| 42 |
+
"git_commit_datetime": "2021-10-29 07:05:32-07:00",
|
| 43 |
+
"current_datetime": "Oct 29, 2021 ; 9:05AM PDT (-0700)",
|
| 44 |
+
"cmd": "\/future\/u\/okhattab\/repos\/QolBERT2\/tests\/train_kldR2_nway64.py",
|
| 45 |
+
"version": "colbert-v0.4"
|
| 46 |
+
}
|
| 47 |
+
}
|
colbertv2.0/config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/future/u/okhattab/root/unit/experiments/2021.10/none/kld.v3.nway32.l2.ib/checkpoints/colbert-150000/",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"HF_ColBERT"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"gradient_checkpointing": false,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 3072,
|
| 14 |
+
"layer_norm_eps": 1e-12,
|
| 15 |
+
"max_position_embeddings": 512,
|
| 16 |
+
"model_type": "bert",
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"pad_token_id": 0,
|
| 20 |
+
"position_embedding_type": "absolute",
|
| 21 |
+
"torch_dtype": "float32",
|
| 22 |
+
"transformers_version": "4.10.0",
|
| 23 |
+
"type_vocab_size": 2,
|
| 24 |
+
"use_cache": true,
|
| 25 |
+
"vocab_size": 30522
|
| 26 |
+
}
|
colbertv2.0/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26e4c2f9f95a3da4442252bb40d99e4fbfd098e733edac1d785c9937b8a278da
|
| 3 |
+
size 438405935
|
colbertv2.0/special_tokens_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
colbertv2.0/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
colbertv2.0/tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "/future/u/okhattab/root/unit/experiments/2021.10/none/kld.v3.nway32.l2.ib/checkpoints/colbert-150000/", "tokenizer_class": "BertTokenizer"}
|
colbertv2.0/vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
colpali-v1.1/.gitattributes
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
colpali-v1.1/README.md
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: colpali
|
| 4 |
+
base_model: vidore/colpaligemma-3b-mix-448-base
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- colpali
|
| 9 |
+
- vidore
|
| 10 |
+
new_version: vidore/colpali-v1.2
|
| 11 |
+
---
|
| 12 |
+
# ColPali: Visual Retriever based on PaliGemma-3B with ColBERT strategy
|
| 13 |
+
|
| 14 |
+
ColPali is a model based on a novel model architecture and training strategy based on Vision Language Models (VLMs) to efficiently index documents from their visual features.
|
| 15 |
+
It is a [PaliGemma-3B](https://huggingface.co/google/paligemma-3b-mix-448) extension that generates [ColBERT](https://arxiv.org/abs/2004.12832)- style multi-vector representations of text and images.
|
| 16 |
+
It was introduced in the paper [ColPali: Efficient Document Retrieval with Vision Language Models](https://arxiv.org/abs/2407.01449) and first released in [this repository](https://github.com/ManuelFay/colpali)
|
| 17 |
+
|
| 18 |
+
<p align="center"><img width=800 src="https://github.com/illuin-tech/colpali/blob/main/assets/colpali_architecture.webp?raw=true"/></p>
|
| 19 |
+
|
| 20 |
+
## Version specificity
|
| 21 |
+
|
| 22 |
+
This version is trained with `colpali-engine==0.2.0`.
|
| 23 |
+
|
| 24 |
+
Compared to `colpali`, this version is trained with right padding for queries to fix unwanted tokens in the query encoding.
|
| 25 |
+
It also stems from the fixed `vidore/colpaligemma-3b-mix-448-base` to guarantee deterministic projection layer initialization.
|
| 26 |
+
|
| 27 |
+
Data is the same as the ColPali data described in the paper.
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
## Model Description
|
| 32 |
+
|
| 33 |
+
This model is built iteratively starting from an off-the-shelf [SigLIP](https://huggingface.co/google/siglip-so400m-patch14-384) model.
|
| 34 |
+
We finetuned it to create [BiSigLIP](https://huggingface.co/vidore/bisiglip) and fed the patch-embeddings output by SigLIP to an LLM, [PaliGemma-3B](https://huggingface.co/google/paligemma-3b-mix-448) to create [BiPali](https://huggingface.co/vidore/bipali).
|
| 35 |
+
|
| 36 |
+
One benefit of inputting image patch embeddings through a language model is that they are natively mapped to a latent space similar to textual input (query).
|
| 37 |
+
This enables leveraging the [ColBERT](https://arxiv.org/abs/2004.12832) strategy to compute interactions between text tokens and image patches, which enables a step-change improvement in performance compared to BiPali.
|
| 38 |
+
|
| 39 |
+
## Model Training
|
| 40 |
+
|
| 41 |
+
### Dataset
|
| 42 |
+
Our training dataset of 127,460 query-page pairs is comprised of train sets of openly available academic datasets (63%) and a synthetic dataset made up of pages from web-crawled PDF documents and augmented with VLM-generated (Claude-3 Sonnet) pseudo-questions (37%).
|
| 43 |
+
Our training set is fully English by design, enabling us to study zero-shot generalization to non-English languages. We explicitly verify no multi-page PDF document is used both [*ViDoRe*](https://huggingface.co/collections/vidore/vidore-benchmark-667173f98e70a1c0fa4db00d) and in the train set to prevent evaluation contamination.
|
| 44 |
+
A validation set is created with 2% of the samples to tune hyperparameters.
|
| 45 |
+
|
| 46 |
+
*Note: Multilingual data is present in the pretraining corpus of the language model (Gemma-2B) and potentially occurs during PaliGemma-3B's multimodal training.*
|
| 47 |
+
|
| 48 |
+
### Parameters
|
| 49 |
+
|
| 50 |
+
All models are trained for 1 epoch on the train set. Unless specified otherwise, we train models in `bfloat16` format, use low-rank adapters ([LoRA](https://arxiv.org/abs/2106.09685))
|
| 51 |
+
with `alpha=32` and `r=32` on the transformer layers from the language model,
|
| 52 |
+
as well as the final randomly initialized projection layer, and use a `paged_adamw_8bit` optimizer.
|
| 53 |
+
We train on an 8 GPU setup with data parallelism, a learning rate of 5e-5 with linear decay with 2.5% warmup steps, and a batch size of 32.
|
| 54 |
+
|
| 55 |
+
## Usage
|
| 56 |
+
|
| 57 |
+
```python
|
| 58 |
+
import torch
|
| 59 |
+
import typer
|
| 60 |
+
from torch.utils.data import DataLoader
|
| 61 |
+
from tqdm import tqdm
|
| 62 |
+
from transformers import AutoProcessor
|
| 63 |
+
from PIL import Image
|
| 64 |
+
|
| 65 |
+
from colpali_engine.models.paligemma_colbert_architecture import ColPali
|
| 66 |
+
from colpali_engine.trainer.retrieval_evaluator import CustomEvaluator
|
| 67 |
+
from colpali_engine.utils.colpali_processing_utils import process_images, process_queries
|
| 68 |
+
from colpali_engine.utils.image_from_page_utils import load_from_dataset
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
def main() -> None:
|
| 72 |
+
"""Example script to run inference with ColPali"""
|
| 73 |
+
|
| 74 |
+
# Load model
|
| 75 |
+
model_name = "vidore/colpali-v1.1"
|
| 76 |
+
model = ColPali.from_pretrained("vidore/colpaligemma-3b-mix-448-base", torch_dtype=torch.bfloat16, device_map="cuda").eval()
|
| 77 |
+
model.load_adapter(model_name)
|
| 78 |
+
model = model.eval()
|
| 79 |
+
processor = AutoProcessor.from_pretrained(model_name)
|
| 80 |
+
|
| 81 |
+
# select images -> load_from_pdf(<pdf_path>), load_from_image_urls(["<url_1>"]), load_from_dataset(<path>)
|
| 82 |
+
images = load_from_dataset("vidore/docvqa_test_subsampled")
|
| 83 |
+
queries = ["From which university does James V. Fiorca come ?", "Who is the japanese prime minister?"]
|
| 84 |
+
|
| 85 |
+
# run inference - docs
|
| 86 |
+
dataloader = DataLoader(
|
| 87 |
+
images,
|
| 88 |
+
batch_size=4,
|
| 89 |
+
shuffle=False,
|
| 90 |
+
collate_fn=lambda x: process_images(processor, x),
|
| 91 |
+
)
|
| 92 |
+
ds = []
|
| 93 |
+
for batch_doc in tqdm(dataloader):
|
| 94 |
+
with torch.no_grad():
|
| 95 |
+
batch_doc = {k: v.to(model.device) for k, v in batch_doc.items()}
|
| 96 |
+
embeddings_doc = model(**batch_doc)
|
| 97 |
+
ds.extend(list(torch.unbind(embeddings_doc.to("cpu"))))
|
| 98 |
+
|
| 99 |
+
# run inference - queries
|
| 100 |
+
dataloader = DataLoader(
|
| 101 |
+
queries,
|
| 102 |
+
batch_size=4,
|
| 103 |
+
shuffle=False,
|
| 104 |
+
collate_fn=lambda x: process_queries(processor, x, Image.new("RGB", (448, 448), (255, 255, 255))),
|
| 105 |
+
)
|
| 106 |
+
|
| 107 |
+
qs = []
|
| 108 |
+
for batch_query in dataloader:
|
| 109 |
+
with torch.no_grad():
|
| 110 |
+
batch_query = {k: v.to(model.device) for k, v in batch_query.items()}
|
| 111 |
+
embeddings_query = model(**batch_query)
|
| 112 |
+
qs.extend(list(torch.unbind(embeddings_query.to("cpu"))))
|
| 113 |
+
|
| 114 |
+
# run evaluation
|
| 115 |
+
retriever_evaluator = CustomEvaluator(is_multi_vector=True)
|
| 116 |
+
scores = retriever_evaluator.evaluate(qs, ds)
|
| 117 |
+
print(scores.argmax(axis=1))
|
| 118 |
+
|
| 119 |
+
|
| 120 |
+
if __name__ == "__main__":
|
| 121 |
+
typer.run(main)
|
| 122 |
+
|
| 123 |
+
```
|
| 124 |
+
|
| 125 |
+
**Note:** If you need to further train ColPali from this adapter, you should run:
|
| 126 |
+
|
| 127 |
+
```python
|
| 128 |
+
lora_config = LoraConfig.from_pretrained("vidore/colpali-v1.1")
|
| 129 |
+
lora_config.inference_mode = False # force training mode for fine-tuning
|
| 130 |
+
|
| 131 |
+
model = get_peft_model(model, lora_config)
|
| 132 |
+
|
| 133 |
+
print("after")
|
| 134 |
+
model.print_trainable_parameters()
|
| 135 |
+
```
|
| 136 |
+
|
| 137 |
+
## Limitations
|
| 138 |
+
|
| 139 |
+
- **Focus**: The model primarily focuses on PDF-type documents and high-ressources languages, potentially limiting its generalization to other document types or less represented languages.
|
| 140 |
+
- **Support**: The model relies on multi-vector retreiving derived from the ColBERT late interaction mechanism, which may require engineering efforts to adapt to widely used vector retrieval frameworks that lack native multi-vector support.
|
| 141 |
+
|
| 142 |
+
## License
|
| 143 |
+
|
| 144 |
+
ColPali's vision language backbone model (PaliGemma) is under `gemma` license as specified in its [model card](https://huggingface.co/google/paligemma-3b-mix-448). The adapters attached to the model are under MIT license.
|
| 145 |
+
|
| 146 |
+
## Contact
|
| 147 |
+
|
| 148 |
+
- Manuel Faysse: [email protected]
|
| 149 |
+
- Hugues Sibille: [email protected]
|
| 150 |
+
- Tony Wu: [email protected]
|
| 151 |
+
|
| 152 |
+
## Citation
|
| 153 |
+
|
| 154 |
+
If you use any datasets or models from this organization in your research, please cite the original dataset as follows:
|
| 155 |
+
|
| 156 |
+
```bibtex
|
| 157 |
+
@misc{faysse2024colpaliefficientdocumentretrieval,
|
| 158 |
+
title={ColPali: Efficient Document Retrieval with Vision Language Models},
|
| 159 |
+
author={Manuel Faysse and Hugues Sibille and Tony Wu and Bilel Omrani and Gautier Viaud and Céline Hudelot and Pierre Colombo},
|
| 160 |
+
year={2024},
|
| 161 |
+
eprint={2407.01449},
|
| 162 |
+
archivePrefix={arXiv},
|
| 163 |
+
primaryClass={cs.IR},
|
| 164 |
+
url={https://arxiv.org/abs/2407.01449},
|
| 165 |
+
}
|
| 166 |
+
```
|
colpali-v1.1/adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "checkpoint/colpaligemma-3b-mix-448-base",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": "gaussian",
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 32,
|
| 14 |
+
"lora_dropout": 0.1,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 32,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": "(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)",
|
| 23 |
+
"task_type": "FEATURE_EXTRACTION",
|
| 24 |
+
"use_dora": false,
|
| 25 |
+
"use_rslora": false
|
| 26 |
+
}
|
colpali-v1.1/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cbdb6c0ebcb00260da3b1f6130f4a8892268f719b2d7be7e7ad07115abc1102
|
| 3 |
+
size 78625112
|
colpali-v1.1/checkpoint-3500/adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "./models/colpaligemma-3b-mix-448-base",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": false,
|
| 8 |
+
"init_lora_weights": "gaussian",
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 32,
|
| 14 |
+
"lora_dropout": 0.1,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 32,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": "(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)",
|
| 23 |
+
"task_type": "FEATURE_EXTRACTION",
|
| 24 |
+
"use_dora": false,
|
| 25 |
+
"use_rslora": false
|
| 26 |
+
}
|
colpali-v1.1/checkpoint-3500/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:948ed5e57c2eb866701430f59e28b3d8de670812cfcd932e1394b744031f1f26
|
| 3 |
+
size 78625112
|
colpali-v1.1/checkpoint-3500/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bea68c5eabf40ec234adc42a4173115af50a1716e1827015da07d9088f71f052
|
| 3 |
+
size 157385722
|
colpali-v1.1/checkpoint-3500/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0db386b438469df3ebf9750bd7c478ec4af19326ab81182cad3bd6f8baa775cd
|
| 3 |
+
size 14244
|
colpali-v1.1/checkpoint-3500/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dec2a32bee5157051265785df8f5c2b01ebf99f431525907c20aae270b809aea
|
| 3 |
+
size 1064
|
colpali-v1.1/checkpoint-3500/trainer_state.json
ADDED
|
@@ -0,0 +1,3043 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.9474824038982134,
|
| 5 |
+
"eval_steps": 50,
|
| 6 |
+
"global_step": 3500,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.0027070925825663237,
|
| 13 |
+
"grad_norm": 0.81640625,
|
| 14 |
+
"learning_rate": 5e-06,
|
| 15 |
+
"loss": 0.7309,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.005414185165132647,
|
| 20 |
+
"grad_norm": 1.2578125,
|
| 21 |
+
"learning_rate": 1e-05,
|
| 22 |
+
"loss": 0.7211,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.008121277747698972,
|
| 27 |
+
"grad_norm": 0.7265625,
|
| 28 |
+
"learning_rate": 1.5e-05,
|
| 29 |
+
"loss": 0.7223,
|
| 30 |
+
"step": 30
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.010828370330265295,
|
| 34 |
+
"grad_norm": 0.640625,
|
| 35 |
+
"learning_rate": 2e-05,
|
| 36 |
+
"loss": 0.7158,
|
| 37 |
+
"step": 40
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.01353546291283162,
|
| 41 |
+
"grad_norm": 0.427734375,
|
| 42 |
+
"learning_rate": 2.5e-05,
|
| 43 |
+
"loss": 0.7123,
|
| 44 |
+
"step": 50
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.01353546291283162,
|
| 48 |
+
"eval_loss": 0.711525022983551,
|
| 49 |
+
"eval_runtime": 105.29,
|
| 50 |
+
"eval_samples_per_second": 4.749,
|
| 51 |
+
"eval_steps_per_second": 0.152,
|
| 52 |
+
"step": 50
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.016242555495397944,
|
| 56 |
+
"grad_norm": 0.8125,
|
| 57 |
+
"learning_rate": 3e-05,
|
| 58 |
+
"loss": 0.7142,
|
| 59 |
+
"step": 60
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.018949648077964266,
|
| 63 |
+
"grad_norm": 0.58203125,
|
| 64 |
+
"learning_rate": 3.5e-05,
|
| 65 |
+
"loss": 0.7052,
|
| 66 |
+
"step": 70
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.02165674066053059,
|
| 70 |
+
"grad_norm": 0.62109375,
|
| 71 |
+
"learning_rate": 4e-05,
|
| 72 |
+
"loss": 0.7083,
|
| 73 |
+
"step": 80
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.024363833243096916,
|
| 77 |
+
"grad_norm": 0.98046875,
|
| 78 |
+
"learning_rate": 4.5e-05,
|
| 79 |
+
"loss": 0.7036,
|
| 80 |
+
"step": 90
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.02707092582566324,
|
| 84 |
+
"grad_norm": 0.6640625,
|
| 85 |
+
"learning_rate": 5e-05,
|
| 86 |
+
"loss": 0.6903,
|
| 87 |
+
"step": 100
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.02707092582566324,
|
| 91 |
+
"eval_loss": 0.6922177672386169,
|
| 92 |
+
"eval_runtime": 63.6777,
|
| 93 |
+
"eval_samples_per_second": 7.852,
|
| 94 |
+
"eval_steps_per_second": 0.251,
|
| 95 |
+
"step": 100
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"epoch": 0.02977801840822956,
|
| 99 |
+
"grad_norm": 0.96875,
|
| 100 |
+
"learning_rate": 4.986087924318308e-05,
|
| 101 |
+
"loss": 0.6695,
|
| 102 |
+
"step": 110
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"epoch": 0.03248511099079589,
|
| 106 |
+
"grad_norm": 1.6484375,
|
| 107 |
+
"learning_rate": 4.972175848636616e-05,
|
| 108 |
+
"loss": 0.6261,
|
| 109 |
+
"step": 120
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.03519220357336221,
|
| 113 |
+
"grad_norm": 1.453125,
|
| 114 |
+
"learning_rate": 4.958263772954925e-05,
|
| 115 |
+
"loss": 0.5779,
|
| 116 |
+
"step": 130
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"epoch": 0.03789929615592853,
|
| 120 |
+
"grad_norm": 3.09375,
|
| 121 |
+
"learning_rate": 4.944351697273234e-05,
|
| 122 |
+
"loss": 0.5185,
|
| 123 |
+
"step": 140
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 0.040606388738494856,
|
| 127 |
+
"grad_norm": 2.375,
|
| 128 |
+
"learning_rate": 4.930439621591542e-05,
|
| 129 |
+
"loss": 0.4695,
|
| 130 |
+
"step": 150
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 0.040606388738494856,
|
| 134 |
+
"eval_loss": 0.45527857542037964,
|
| 135 |
+
"eval_runtime": 64.9387,
|
| 136 |
+
"eval_samples_per_second": 7.7,
|
| 137 |
+
"eval_steps_per_second": 0.246,
|
| 138 |
+
"step": 150
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"epoch": 0.04331348132106118,
|
| 142 |
+
"grad_norm": 3.984375,
|
| 143 |
+
"learning_rate": 4.91652754590985e-05,
|
| 144 |
+
"loss": 0.4536,
|
| 145 |
+
"step": 160
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.0460205739036275,
|
| 149 |
+
"grad_norm": 3.671875,
|
| 150 |
+
"learning_rate": 4.9026154702281585e-05,
|
| 151 |
+
"loss": 0.4113,
|
| 152 |
+
"step": 170
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"epoch": 0.04872766648619383,
|
| 156 |
+
"grad_norm": 2.71875,
|
| 157 |
+
"learning_rate": 4.8887033945464666e-05,
|
| 158 |
+
"loss": 0.3874,
|
| 159 |
+
"step": 180
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.051434759068760154,
|
| 163 |
+
"grad_norm": 1.6640625,
|
| 164 |
+
"learning_rate": 4.8747913188647746e-05,
|
| 165 |
+
"loss": 0.3714,
|
| 166 |
+
"step": 190
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"epoch": 0.05414185165132648,
|
| 170 |
+
"grad_norm": 4.1875,
|
| 171 |
+
"learning_rate": 4.8608792431830826e-05,
|
| 172 |
+
"loss": 0.294,
|
| 173 |
+
"step": 200
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"epoch": 0.05414185165132648,
|
| 177 |
+
"eval_loss": 0.3422486186027527,
|
| 178 |
+
"eval_runtime": 64.2742,
|
| 179 |
+
"eval_samples_per_second": 7.779,
|
| 180 |
+
"eval_steps_per_second": 0.249,
|
| 181 |
+
"step": 200
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"epoch": 0.0568489442338928,
|
| 185 |
+
"grad_norm": 3.625,
|
| 186 |
+
"learning_rate": 4.8469671675013914e-05,
|
| 187 |
+
"loss": 0.4054,
|
| 188 |
+
"step": 210
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"epoch": 0.05955603681645912,
|
| 192 |
+
"grad_norm": 2.984375,
|
| 193 |
+
"learning_rate": 4.8330550918197e-05,
|
| 194 |
+
"loss": 0.3213,
|
| 195 |
+
"step": 220
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"epoch": 0.062263129399025445,
|
| 199 |
+
"grad_norm": 3.46875,
|
| 200 |
+
"learning_rate": 4.819143016138008e-05,
|
| 201 |
+
"loss": 0.3261,
|
| 202 |
+
"step": 230
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"epoch": 0.06497022198159177,
|
| 206 |
+
"grad_norm": 2.328125,
|
| 207 |
+
"learning_rate": 4.805230940456316e-05,
|
| 208 |
+
"loss": 0.2817,
|
| 209 |
+
"step": 240
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"epoch": 0.0676773145641581,
|
| 213 |
+
"grad_norm": 2.59375,
|
| 214 |
+
"learning_rate": 4.791318864774624e-05,
|
| 215 |
+
"loss": 0.2502,
|
| 216 |
+
"step": 250
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"epoch": 0.0676773145641581,
|
| 220 |
+
"eval_loss": 0.2796708643436432,
|
| 221 |
+
"eval_runtime": 63.6818,
|
| 222 |
+
"eval_samples_per_second": 7.852,
|
| 223 |
+
"eval_steps_per_second": 0.251,
|
| 224 |
+
"step": 250
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"epoch": 0.07038440714672442,
|
| 228 |
+
"grad_norm": 3.765625,
|
| 229 |
+
"learning_rate": 4.777406789092933e-05,
|
| 230 |
+
"loss": 0.2768,
|
| 231 |
+
"step": 260
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"epoch": 0.07309149972929074,
|
| 235 |
+
"grad_norm": 6.375,
|
| 236 |
+
"learning_rate": 4.763494713411241e-05,
|
| 237 |
+
"loss": 0.2615,
|
| 238 |
+
"step": 270
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"epoch": 0.07579859231185707,
|
| 242 |
+
"grad_norm": 3.328125,
|
| 243 |
+
"learning_rate": 4.7495826377295496e-05,
|
| 244 |
+
"loss": 0.248,
|
| 245 |
+
"step": 280
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"epoch": 0.07850568489442339,
|
| 249 |
+
"grad_norm": 2.109375,
|
| 250 |
+
"learning_rate": 4.735670562047858e-05,
|
| 251 |
+
"loss": 0.1904,
|
| 252 |
+
"step": 290
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"epoch": 0.08121277747698971,
|
| 256 |
+
"grad_norm": 1.7734375,
|
| 257 |
+
"learning_rate": 4.7217584863661664e-05,
|
| 258 |
+
"loss": 0.2066,
|
| 259 |
+
"step": 300
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"epoch": 0.08121277747698971,
|
| 263 |
+
"eval_loss": 0.24386852979660034,
|
| 264 |
+
"eval_runtime": 63.7131,
|
| 265 |
+
"eval_samples_per_second": 7.848,
|
| 266 |
+
"eval_steps_per_second": 0.251,
|
| 267 |
+
"step": 300
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"epoch": 0.08391987005955603,
|
| 271 |
+
"grad_norm": 2.515625,
|
| 272 |
+
"learning_rate": 4.7078464106844744e-05,
|
| 273 |
+
"loss": 0.2251,
|
| 274 |
+
"step": 310
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"epoch": 0.08662696264212236,
|
| 278 |
+
"grad_norm": 1.9453125,
|
| 279 |
+
"learning_rate": 4.6939343350027825e-05,
|
| 280 |
+
"loss": 0.2066,
|
| 281 |
+
"step": 320
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"epoch": 0.08933405522468868,
|
| 285 |
+
"grad_norm": 1.8515625,
|
| 286 |
+
"learning_rate": 4.6800222593210905e-05,
|
| 287 |
+
"loss": 0.1942,
|
| 288 |
+
"step": 330
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"epoch": 0.092041147807255,
|
| 292 |
+
"grad_norm": 2.3125,
|
| 293 |
+
"learning_rate": 4.666110183639399e-05,
|
| 294 |
+
"loss": 0.2184,
|
| 295 |
+
"step": 340
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"epoch": 0.09474824038982133,
|
| 299 |
+
"grad_norm": 2.265625,
|
| 300 |
+
"learning_rate": 4.652198107957708e-05,
|
| 301 |
+
"loss": 0.2343,
|
| 302 |
+
"step": 350
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"epoch": 0.09474824038982133,
|
| 306 |
+
"eval_loss": 0.23647841811180115,
|
| 307 |
+
"eval_runtime": 63.9433,
|
| 308 |
+
"eval_samples_per_second": 7.819,
|
| 309 |
+
"eval_steps_per_second": 0.25,
|
| 310 |
+
"step": 350
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.09745533297238766,
|
| 314 |
+
"grad_norm": 2.09375,
|
| 315 |
+
"learning_rate": 4.638286032276016e-05,
|
| 316 |
+
"loss": 0.2554,
|
| 317 |
+
"step": 360
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.10016242555495398,
|
| 321 |
+
"grad_norm": 1.828125,
|
| 322 |
+
"learning_rate": 4.624373956594324e-05,
|
| 323 |
+
"loss": 0.2288,
|
| 324 |
+
"step": 370
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.10286951813752031,
|
| 328 |
+
"grad_norm": 2.328125,
|
| 329 |
+
"learning_rate": 4.610461880912633e-05,
|
| 330 |
+
"loss": 0.2159,
|
| 331 |
+
"step": 380
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.10557661072008663,
|
| 335 |
+
"grad_norm": 2.1875,
|
| 336 |
+
"learning_rate": 4.596549805230941e-05,
|
| 337 |
+
"loss": 0.1825,
|
| 338 |
+
"step": 390
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.10828370330265295,
|
| 342 |
+
"grad_norm": 2.4375,
|
| 343 |
+
"learning_rate": 4.582637729549249e-05,
|
| 344 |
+
"loss": 0.2525,
|
| 345 |
+
"step": 400
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.10828370330265295,
|
| 349 |
+
"eval_loss": 0.21003711223602295,
|
| 350 |
+
"eval_runtime": 64.3464,
|
| 351 |
+
"eval_samples_per_second": 7.77,
|
| 352 |
+
"eval_steps_per_second": 0.249,
|
| 353 |
+
"step": 400
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.11099079588521928,
|
| 357 |
+
"grad_norm": 2.4375,
|
| 358 |
+
"learning_rate": 4.568725653867557e-05,
|
| 359 |
+
"loss": 0.1708,
|
| 360 |
+
"step": 410
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.1136978884677856,
|
| 364 |
+
"grad_norm": 3.140625,
|
| 365 |
+
"learning_rate": 4.5548135781858655e-05,
|
| 366 |
+
"loss": 0.1939,
|
| 367 |
+
"step": 420
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.11640498105035192,
|
| 371 |
+
"grad_norm": 2.5625,
|
| 372 |
+
"learning_rate": 4.540901502504174e-05,
|
| 373 |
+
"loss": 0.1732,
|
| 374 |
+
"step": 430
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.11911207363291824,
|
| 378 |
+
"grad_norm": 1.3984375,
|
| 379 |
+
"learning_rate": 4.526989426822482e-05,
|
| 380 |
+
"loss": 0.2078,
|
| 381 |
+
"step": 440
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.12181916621548457,
|
| 385 |
+
"grad_norm": 7.5,
|
| 386 |
+
"learning_rate": 4.51307735114079e-05,
|
| 387 |
+
"loss": 0.1984,
|
| 388 |
+
"step": 450
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.12181916621548457,
|
| 392 |
+
"eval_loss": 0.2016001045703888,
|
| 393 |
+
"eval_runtime": 98.9371,
|
| 394 |
+
"eval_samples_per_second": 5.054,
|
| 395 |
+
"eval_steps_per_second": 0.162,
|
| 396 |
+
"step": 450
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"epoch": 0.12452625879805089,
|
| 400 |
+
"grad_norm": 2.78125,
|
| 401 |
+
"learning_rate": 4.4991652754590984e-05,
|
| 402 |
+
"loss": 0.1846,
|
| 403 |
+
"step": 460
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"epoch": 0.12723335138061723,
|
| 407 |
+
"grad_norm": 1.0,
|
| 408 |
+
"learning_rate": 4.485253199777407e-05,
|
| 409 |
+
"loss": 0.1628,
|
| 410 |
+
"step": 470
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"epoch": 0.12994044396318355,
|
| 414 |
+
"grad_norm": 0.65625,
|
| 415 |
+
"learning_rate": 4.471341124095715e-05,
|
| 416 |
+
"loss": 0.1627,
|
| 417 |
+
"step": 480
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"epoch": 0.13264753654574987,
|
| 421 |
+
"grad_norm": 1.1953125,
|
| 422 |
+
"learning_rate": 4.457429048414024e-05,
|
| 423 |
+
"loss": 0.1694,
|
| 424 |
+
"step": 490
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"epoch": 0.1353546291283162,
|
| 428 |
+
"grad_norm": 1.5078125,
|
| 429 |
+
"learning_rate": 4.443516972732332e-05,
|
| 430 |
+
"loss": 0.2156,
|
| 431 |
+
"step": 500
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"epoch": 0.1353546291283162,
|
| 435 |
+
"eval_loss": 0.19197307527065277,
|
| 436 |
+
"eval_runtime": 72.4725,
|
| 437 |
+
"eval_samples_per_second": 6.899,
|
| 438 |
+
"eval_steps_per_second": 0.221,
|
| 439 |
+
"step": 500
|
| 440 |
+
},
|
| 441 |
+
{
|
| 442 |
+
"epoch": 0.13806172171088252,
|
| 443 |
+
"grad_norm": 3.140625,
|
| 444 |
+
"learning_rate": 4.4296048970506406e-05,
|
| 445 |
+
"loss": 0.1641,
|
| 446 |
+
"step": 510
|
| 447 |
+
},
|
| 448 |
+
{
|
| 449 |
+
"epoch": 0.14076881429344884,
|
| 450 |
+
"grad_norm": 2.359375,
|
| 451 |
+
"learning_rate": 4.4156928213689486e-05,
|
| 452 |
+
"loss": 0.1925,
|
| 453 |
+
"step": 520
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"epoch": 0.14347590687601516,
|
| 457 |
+
"grad_norm": 1.375,
|
| 458 |
+
"learning_rate": 4.4017807456872566e-05,
|
| 459 |
+
"loss": 0.1794,
|
| 460 |
+
"step": 530
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"epoch": 0.1461829994585815,
|
| 464 |
+
"grad_norm": 4.96875,
|
| 465 |
+
"learning_rate": 4.387868670005565e-05,
|
| 466 |
+
"loss": 0.197,
|
| 467 |
+
"step": 540
|
| 468 |
+
},
|
| 469 |
+
{
|
| 470 |
+
"epoch": 0.1488900920411478,
|
| 471 |
+
"grad_norm": 1.1015625,
|
| 472 |
+
"learning_rate": 4.373956594323873e-05,
|
| 473 |
+
"loss": 0.1423,
|
| 474 |
+
"step": 550
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.1488900920411478,
|
| 478 |
+
"eval_loss": 0.19690875709056854,
|
| 479 |
+
"eval_runtime": 62.7419,
|
| 480 |
+
"eval_samples_per_second": 7.969,
|
| 481 |
+
"eval_steps_per_second": 0.255,
|
| 482 |
+
"step": 550
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"epoch": 0.15159718462371413,
|
| 486 |
+
"grad_norm": 1.5234375,
|
| 487 |
+
"learning_rate": 4.360044518642182e-05,
|
| 488 |
+
"loss": 0.1976,
|
| 489 |
+
"step": 560
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"epoch": 0.15430427720628045,
|
| 493 |
+
"grad_norm": 0.57421875,
|
| 494 |
+
"learning_rate": 4.34613244296049e-05,
|
| 495 |
+
"loss": 0.14,
|
| 496 |
+
"step": 570
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"epoch": 0.15701136978884678,
|
| 500 |
+
"grad_norm": 2.890625,
|
| 501 |
+
"learning_rate": 4.332220367278798e-05,
|
| 502 |
+
"loss": 0.2063,
|
| 503 |
+
"step": 580
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"epoch": 0.1597184623714131,
|
| 507 |
+
"grad_norm": 2.15625,
|
| 508 |
+
"learning_rate": 4.318308291597106e-05,
|
| 509 |
+
"loss": 0.2194,
|
| 510 |
+
"step": 590
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"epoch": 0.16242555495397942,
|
| 514 |
+
"grad_norm": 1.40625,
|
| 515 |
+
"learning_rate": 4.304396215915415e-05,
|
| 516 |
+
"loss": 0.1308,
|
| 517 |
+
"step": 600
|
| 518 |
+
},
|
| 519 |
+
{
|
| 520 |
+
"epoch": 0.16242555495397942,
|
| 521 |
+
"eval_loss": 0.1980336606502533,
|
| 522 |
+
"eval_runtime": 62.7479,
|
| 523 |
+
"eval_samples_per_second": 7.968,
|
| 524 |
+
"eval_steps_per_second": 0.255,
|
| 525 |
+
"step": 600
|
| 526 |
+
},
|
| 527 |
+
{
|
| 528 |
+
"epoch": 0.16513264753654575,
|
| 529 |
+
"grad_norm": 0.8046875,
|
| 530 |
+
"learning_rate": 4.290484140233723e-05,
|
| 531 |
+
"loss": 0.1557,
|
| 532 |
+
"step": 610
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"epoch": 0.16783974011911207,
|
| 536 |
+
"grad_norm": 2.21875,
|
| 537 |
+
"learning_rate": 4.276572064552031e-05,
|
| 538 |
+
"loss": 0.1923,
|
| 539 |
+
"step": 620
|
| 540 |
+
},
|
| 541 |
+
{
|
| 542 |
+
"epoch": 0.1705468327016784,
|
| 543 |
+
"grad_norm": 0.73828125,
|
| 544 |
+
"learning_rate": 4.26265998887034e-05,
|
| 545 |
+
"loss": 0.1714,
|
| 546 |
+
"step": 630
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"epoch": 0.17325392528424471,
|
| 550 |
+
"grad_norm": 3.578125,
|
| 551 |
+
"learning_rate": 4.2487479131886484e-05,
|
| 552 |
+
"loss": 0.184,
|
| 553 |
+
"step": 640
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"epoch": 0.17596101786681104,
|
| 557 |
+
"grad_norm": 1.8125,
|
| 558 |
+
"learning_rate": 4.2348358375069565e-05,
|
| 559 |
+
"loss": 0.2067,
|
| 560 |
+
"step": 650
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"epoch": 0.17596101786681104,
|
| 564 |
+
"eval_loss": 0.19718270003795624,
|
| 565 |
+
"eval_runtime": 62.7349,
|
| 566 |
+
"eval_samples_per_second": 7.97,
|
| 567 |
+
"eval_steps_per_second": 0.255,
|
| 568 |
+
"step": 650
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"epoch": 0.17866811044937736,
|
| 572 |
+
"grad_norm": 2.734375,
|
| 573 |
+
"learning_rate": 4.2209237618252645e-05,
|
| 574 |
+
"loss": 0.156,
|
| 575 |
+
"step": 660
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"epoch": 0.18137520303194368,
|
| 579 |
+
"grad_norm": 1.6328125,
|
| 580 |
+
"learning_rate": 4.2070116861435725e-05,
|
| 581 |
+
"loss": 0.1309,
|
| 582 |
+
"step": 670
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"epoch": 0.18408229561451,
|
| 586 |
+
"grad_norm": 3.28125,
|
| 587 |
+
"learning_rate": 4.193099610461881e-05,
|
| 588 |
+
"loss": 0.1983,
|
| 589 |
+
"step": 680
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"epoch": 0.18678938819707633,
|
| 593 |
+
"grad_norm": 1.765625,
|
| 594 |
+
"learning_rate": 4.179187534780189e-05,
|
| 595 |
+
"loss": 0.159,
|
| 596 |
+
"step": 690
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"epoch": 0.18949648077964265,
|
| 600 |
+
"grad_norm": 0.62109375,
|
| 601 |
+
"learning_rate": 4.165275459098498e-05,
|
| 602 |
+
"loss": 0.1481,
|
| 603 |
+
"step": 700
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"epoch": 0.18949648077964265,
|
| 607 |
+
"eval_loss": 0.1895207166671753,
|
| 608 |
+
"eval_runtime": 62.6131,
|
| 609 |
+
"eval_samples_per_second": 7.986,
|
| 610 |
+
"eval_steps_per_second": 0.256,
|
| 611 |
+
"step": 700
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 0.19220357336220897,
|
| 615 |
+
"grad_norm": 1.984375,
|
| 616 |
+
"learning_rate": 4.151363383416806e-05,
|
| 617 |
+
"loss": 0.2162,
|
| 618 |
+
"step": 710
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.19491066594477532,
|
| 622 |
+
"grad_norm": 1.1875,
|
| 623 |
+
"learning_rate": 4.137451307735114e-05,
|
| 624 |
+
"loss": 0.1278,
|
| 625 |
+
"step": 720
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.19761775852734165,
|
| 629 |
+
"grad_norm": 0.7734375,
|
| 630 |
+
"learning_rate": 4.123539232053423e-05,
|
| 631 |
+
"loss": 0.1714,
|
| 632 |
+
"step": 730
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.20032485110990797,
|
| 636 |
+
"grad_norm": 1.90625,
|
| 637 |
+
"learning_rate": 4.109627156371731e-05,
|
| 638 |
+
"loss": 0.1764,
|
| 639 |
+
"step": 740
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.2030319436924743,
|
| 643 |
+
"grad_norm": 1.9765625,
|
| 644 |
+
"learning_rate": 4.095715080690039e-05,
|
| 645 |
+
"loss": 0.161,
|
| 646 |
+
"step": 750
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.2030319436924743,
|
| 650 |
+
"eval_loss": 0.18931728601455688,
|
| 651 |
+
"eval_runtime": 63.0862,
|
| 652 |
+
"eval_samples_per_second": 7.926,
|
| 653 |
+
"eval_steps_per_second": 0.254,
|
| 654 |
+
"step": 750
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.20573903627504062,
|
| 658 |
+
"grad_norm": 0.859375,
|
| 659 |
+
"learning_rate": 4.081803005008347e-05,
|
| 660 |
+
"loss": 0.1913,
|
| 661 |
+
"step": 760
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.20844612885760694,
|
| 665 |
+
"grad_norm": 1.0234375,
|
| 666 |
+
"learning_rate": 4.0678909293266556e-05,
|
| 667 |
+
"loss": 0.1447,
|
| 668 |
+
"step": 770
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.21115322144017326,
|
| 672 |
+
"grad_norm": 1.265625,
|
| 673 |
+
"learning_rate": 4.053978853644964e-05,
|
| 674 |
+
"loss": 0.1265,
|
| 675 |
+
"step": 780
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.21386031402273958,
|
| 679 |
+
"grad_norm": 3.5,
|
| 680 |
+
"learning_rate": 4.0400667779632724e-05,
|
| 681 |
+
"loss": 0.1812,
|
| 682 |
+
"step": 790
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.2165674066053059,
|
| 686 |
+
"grad_norm": 1.484375,
|
| 687 |
+
"learning_rate": 4.0261547022815804e-05,
|
| 688 |
+
"loss": 0.1352,
|
| 689 |
+
"step": 800
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.2165674066053059,
|
| 693 |
+
"eval_loss": 0.1901209056377411,
|
| 694 |
+
"eval_runtime": 63.1622,
|
| 695 |
+
"eval_samples_per_second": 7.916,
|
| 696 |
+
"eval_steps_per_second": 0.253,
|
| 697 |
+
"step": 800
|
| 698 |
+
},
|
| 699 |
+
{
|
| 700 |
+
"epoch": 0.21927449918787223,
|
| 701 |
+
"grad_norm": 2.390625,
|
| 702 |
+
"learning_rate": 4.012242626599889e-05,
|
| 703 |
+
"loss": 0.1266,
|
| 704 |
+
"step": 810
|
| 705 |
+
},
|
| 706 |
+
{
|
| 707 |
+
"epoch": 0.22198159177043855,
|
| 708 |
+
"grad_norm": 2.71875,
|
| 709 |
+
"learning_rate": 3.998330550918197e-05,
|
| 710 |
+
"loss": 0.1408,
|
| 711 |
+
"step": 820
|
| 712 |
+
},
|
| 713 |
+
{
|
| 714 |
+
"epoch": 0.22468868435300487,
|
| 715 |
+
"grad_norm": 1.6875,
|
| 716 |
+
"learning_rate": 3.984418475236505e-05,
|
| 717 |
+
"loss": 0.1268,
|
| 718 |
+
"step": 830
|
| 719 |
+
},
|
| 720 |
+
{
|
| 721 |
+
"epoch": 0.2273957769355712,
|
| 722 |
+
"grad_norm": 1.5234375,
|
| 723 |
+
"learning_rate": 3.970506399554814e-05,
|
| 724 |
+
"loss": 0.1397,
|
| 725 |
+
"step": 840
|
| 726 |
+
},
|
| 727 |
+
{
|
| 728 |
+
"epoch": 0.23010286951813752,
|
| 729 |
+
"grad_norm": 1.421875,
|
| 730 |
+
"learning_rate": 3.956594323873122e-05,
|
| 731 |
+
"loss": 0.2107,
|
| 732 |
+
"step": 850
|
| 733 |
+
},
|
| 734 |
+
{
|
| 735 |
+
"epoch": 0.23010286951813752,
|
| 736 |
+
"eval_loss": 0.18407949805259705,
|
| 737 |
+
"eval_runtime": 62.4768,
|
| 738 |
+
"eval_samples_per_second": 8.003,
|
| 739 |
+
"eval_steps_per_second": 0.256,
|
| 740 |
+
"step": 850
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"epoch": 0.23280996210070384,
|
| 744 |
+
"grad_norm": 2.515625,
|
| 745 |
+
"learning_rate": 3.9426822481914307e-05,
|
| 746 |
+
"loss": 0.1519,
|
| 747 |
+
"step": 860
|
| 748 |
+
},
|
| 749 |
+
{
|
| 750 |
+
"epoch": 0.23551705468327017,
|
| 751 |
+
"grad_norm": 2.3125,
|
| 752 |
+
"learning_rate": 3.928770172509739e-05,
|
| 753 |
+
"loss": 0.1877,
|
| 754 |
+
"step": 870
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"epoch": 0.2382241472658365,
|
| 758 |
+
"grad_norm": 1.453125,
|
| 759 |
+
"learning_rate": 3.914858096828047e-05,
|
| 760 |
+
"loss": 0.099,
|
| 761 |
+
"step": 880
|
| 762 |
+
},
|
| 763 |
+
{
|
| 764 |
+
"epoch": 0.2409312398484028,
|
| 765 |
+
"grad_norm": 1.171875,
|
| 766 |
+
"learning_rate": 3.900946021146355e-05,
|
| 767 |
+
"loss": 0.1565,
|
| 768 |
+
"step": 890
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"epoch": 0.24363833243096913,
|
| 772 |
+
"grad_norm": 0.44921875,
|
| 773 |
+
"learning_rate": 3.8870339454646635e-05,
|
| 774 |
+
"loss": 0.1352,
|
| 775 |
+
"step": 900
|
| 776 |
+
},
|
| 777 |
+
{
|
| 778 |
+
"epoch": 0.24363833243096913,
|
| 779 |
+
"eval_loss": 0.18001192808151245,
|
| 780 |
+
"eval_runtime": 62.7885,
|
| 781 |
+
"eval_samples_per_second": 7.963,
|
| 782 |
+
"eval_steps_per_second": 0.255,
|
| 783 |
+
"step": 900
|
| 784 |
+
},
|
| 785 |
+
{
|
| 786 |
+
"epoch": 0.24634542501353546,
|
| 787 |
+
"grad_norm": 2.140625,
|
| 788 |
+
"learning_rate": 3.873121869782972e-05,
|
| 789 |
+
"loss": 0.1469,
|
| 790 |
+
"step": 910
|
| 791 |
+
},
|
| 792 |
+
{
|
| 793 |
+
"epoch": 0.24905251759610178,
|
| 794 |
+
"grad_norm": 1.453125,
|
| 795 |
+
"learning_rate": 3.85920979410128e-05,
|
| 796 |
+
"loss": 0.1918,
|
| 797 |
+
"step": 920
|
| 798 |
+
},
|
| 799 |
+
{
|
| 800 |
+
"epoch": 0.2517596101786681,
|
| 801 |
+
"grad_norm": 1.4609375,
|
| 802 |
+
"learning_rate": 3.845297718419588e-05,
|
| 803 |
+
"loss": 0.1836,
|
| 804 |
+
"step": 930
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"epoch": 0.25446670276123445,
|
| 808 |
+
"grad_norm": 2.625,
|
| 809 |
+
"learning_rate": 3.831385642737897e-05,
|
| 810 |
+
"loss": 0.1588,
|
| 811 |
+
"step": 940
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"epoch": 0.25717379534380075,
|
| 815 |
+
"grad_norm": 0.6953125,
|
| 816 |
+
"learning_rate": 3.817473567056205e-05,
|
| 817 |
+
"loss": 0.1503,
|
| 818 |
+
"step": 950
|
| 819 |
+
},
|
| 820 |
+
{
|
| 821 |
+
"epoch": 0.25717379534380075,
|
| 822 |
+
"eval_loss": 0.17602640390396118,
|
| 823 |
+
"eval_runtime": 63.175,
|
| 824 |
+
"eval_samples_per_second": 7.915,
|
| 825 |
+
"eval_steps_per_second": 0.253,
|
| 826 |
+
"step": 950
|
| 827 |
+
},
|
| 828 |
+
{
|
| 829 |
+
"epoch": 0.2598808879263671,
|
| 830 |
+
"grad_norm": 2.0,
|
| 831 |
+
"learning_rate": 3.803561491374513e-05,
|
| 832 |
+
"loss": 0.1356,
|
| 833 |
+
"step": 960
|
| 834 |
+
},
|
| 835 |
+
{
|
| 836 |
+
"epoch": 0.2625879805089334,
|
| 837 |
+
"grad_norm": 0.9375,
|
| 838 |
+
"learning_rate": 3.789649415692821e-05,
|
| 839 |
+
"loss": 0.1702,
|
| 840 |
+
"step": 970
|
| 841 |
+
},
|
| 842 |
+
{
|
| 843 |
+
"epoch": 0.26529507309149974,
|
| 844 |
+
"grad_norm": 0.92578125,
|
| 845 |
+
"learning_rate": 3.77573734001113e-05,
|
| 846 |
+
"loss": 0.1545,
|
| 847 |
+
"step": 980
|
| 848 |
+
},
|
| 849 |
+
{
|
| 850 |
+
"epoch": 0.26800216567406604,
|
| 851 |
+
"grad_norm": 0.6640625,
|
| 852 |
+
"learning_rate": 3.7618252643294385e-05,
|
| 853 |
+
"loss": 0.1421,
|
| 854 |
+
"step": 990
|
| 855 |
+
},
|
| 856 |
+
{
|
| 857 |
+
"epoch": 0.2707092582566324,
|
| 858 |
+
"grad_norm": 3.96875,
|
| 859 |
+
"learning_rate": 3.7479131886477466e-05,
|
| 860 |
+
"loss": 0.1255,
|
| 861 |
+
"step": 1000
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"epoch": 0.2707092582566324,
|
| 865 |
+
"eval_loss": 0.18262001872062683,
|
| 866 |
+
"eval_runtime": 78.6472,
|
| 867 |
+
"eval_samples_per_second": 6.358,
|
| 868 |
+
"eval_steps_per_second": 0.203,
|
| 869 |
+
"step": 1000
|
| 870 |
+
},
|
| 871 |
+
{
|
| 872 |
+
"epoch": 0.2734163508391987,
|
| 873 |
+
"grad_norm": 1.2734375,
|
| 874 |
+
"learning_rate": 3.7340011129660546e-05,
|
| 875 |
+
"loss": 0.144,
|
| 876 |
+
"step": 1010
|
| 877 |
+
},
|
| 878 |
+
{
|
| 879 |
+
"epoch": 0.27612344342176504,
|
| 880 |
+
"grad_norm": 1.7109375,
|
| 881 |
+
"learning_rate": 3.7200890372843626e-05,
|
| 882 |
+
"loss": 0.108,
|
| 883 |
+
"step": 1020
|
| 884 |
+
},
|
| 885 |
+
{
|
| 886 |
+
"epoch": 0.27883053600433133,
|
| 887 |
+
"grad_norm": 2.9375,
|
| 888 |
+
"learning_rate": 3.7061769616026713e-05,
|
| 889 |
+
"loss": 0.1255,
|
| 890 |
+
"step": 1030
|
| 891 |
+
},
|
| 892 |
+
{
|
| 893 |
+
"epoch": 0.2815376285868977,
|
| 894 |
+
"grad_norm": 1.25,
|
| 895 |
+
"learning_rate": 3.6922648859209794e-05,
|
| 896 |
+
"loss": 0.1421,
|
| 897 |
+
"step": 1040
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"epoch": 0.284244721169464,
|
| 901 |
+
"grad_norm": 4.625,
|
| 902 |
+
"learning_rate": 3.678352810239288e-05,
|
| 903 |
+
"loss": 0.1686,
|
| 904 |
+
"step": 1050
|
| 905 |
+
},
|
| 906 |
+
{
|
| 907 |
+
"epoch": 0.284244721169464,
|
| 908 |
+
"eval_loss": 0.18178632855415344,
|
| 909 |
+
"eval_runtime": 62.9144,
|
| 910 |
+
"eval_samples_per_second": 7.947,
|
| 911 |
+
"eval_steps_per_second": 0.254,
|
| 912 |
+
"step": 1050
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 0.2869518137520303,
|
| 916 |
+
"grad_norm": 1.1328125,
|
| 917 |
+
"learning_rate": 3.664440734557596e-05,
|
| 918 |
+
"loss": 0.1147,
|
| 919 |
+
"step": 1060
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 0.2896589063345966,
|
| 923 |
+
"grad_norm": 1.703125,
|
| 924 |
+
"learning_rate": 3.650528658875905e-05,
|
| 925 |
+
"loss": 0.1517,
|
| 926 |
+
"step": 1070
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 0.292365998917163,
|
| 930 |
+
"grad_norm": 2.328125,
|
| 931 |
+
"learning_rate": 3.636616583194213e-05,
|
| 932 |
+
"loss": 0.1545,
|
| 933 |
+
"step": 1080
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 0.29507309149972927,
|
| 937 |
+
"grad_norm": 1.984375,
|
| 938 |
+
"learning_rate": 3.622704507512521e-05,
|
| 939 |
+
"loss": 0.1471,
|
| 940 |
+
"step": 1090
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 0.2977801840822956,
|
| 944 |
+
"grad_norm": 2.515625,
|
| 945 |
+
"learning_rate": 3.608792431830829e-05,
|
| 946 |
+
"loss": 0.1522,
|
| 947 |
+
"step": 1100
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 0.2977801840822956,
|
| 951 |
+
"eval_loss": 0.17702646553516388,
|
| 952 |
+
"eval_runtime": 63.2535,
|
| 953 |
+
"eval_samples_per_second": 7.905,
|
| 954 |
+
"eval_steps_per_second": 0.253,
|
| 955 |
+
"step": 1100
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 0.3004872766648619,
|
| 959 |
+
"grad_norm": 1.5859375,
|
| 960 |
+
"learning_rate": 3.594880356149138e-05,
|
| 961 |
+
"loss": 0.1772,
|
| 962 |
+
"step": 1110
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 0.30319436924742826,
|
| 966 |
+
"grad_norm": 0.77734375,
|
| 967 |
+
"learning_rate": 3.580968280467446e-05,
|
| 968 |
+
"loss": 0.1361,
|
| 969 |
+
"step": 1120
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 0.30590146182999456,
|
| 973 |
+
"grad_norm": 0.427734375,
|
| 974 |
+
"learning_rate": 3.5670562047857544e-05,
|
| 975 |
+
"loss": 0.128,
|
| 976 |
+
"step": 1130
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 0.3086085544125609,
|
| 980 |
+
"grad_norm": 2.328125,
|
| 981 |
+
"learning_rate": 3.5531441291040625e-05,
|
| 982 |
+
"loss": 0.1313,
|
| 983 |
+
"step": 1140
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 0.31131564699512726,
|
| 987 |
+
"grad_norm": 1.34375,
|
| 988 |
+
"learning_rate": 3.5392320534223705e-05,
|
| 989 |
+
"loss": 0.1238,
|
| 990 |
+
"step": 1150
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 0.31131564699512726,
|
| 994 |
+
"eval_loss": 0.17454275488853455,
|
| 995 |
+
"eval_runtime": 62.5874,
|
| 996 |
+
"eval_samples_per_second": 7.989,
|
| 997 |
+
"eval_steps_per_second": 0.256,
|
| 998 |
+
"step": 1150
|
| 999 |
+
},
|
| 1000 |
+
{
|
| 1001 |
+
"epoch": 0.31402273957769355,
|
| 1002 |
+
"grad_norm": 0.451171875,
|
| 1003 |
+
"learning_rate": 3.525319977740679e-05,
|
| 1004 |
+
"loss": 0.122,
|
| 1005 |
+
"step": 1160
|
| 1006 |
+
},
|
| 1007 |
+
{
|
| 1008 |
+
"epoch": 0.3167298321602599,
|
| 1009 |
+
"grad_norm": 2.59375,
|
| 1010 |
+
"learning_rate": 3.511407902058987e-05,
|
| 1011 |
+
"loss": 0.174,
|
| 1012 |
+
"step": 1170
|
| 1013 |
+
},
|
| 1014 |
+
{
|
| 1015 |
+
"epoch": 0.3194369247428262,
|
| 1016 |
+
"grad_norm": 1.8671875,
|
| 1017 |
+
"learning_rate": 3.497495826377295e-05,
|
| 1018 |
+
"loss": 0.1741,
|
| 1019 |
+
"step": 1180
|
| 1020 |
+
},
|
| 1021 |
+
{
|
| 1022 |
+
"epoch": 0.32214401732539255,
|
| 1023 |
+
"grad_norm": 1.5,
|
| 1024 |
+
"learning_rate": 3.483583750695604e-05,
|
| 1025 |
+
"loss": 0.1116,
|
| 1026 |
+
"step": 1190
|
| 1027 |
+
},
|
| 1028 |
+
{
|
| 1029 |
+
"epoch": 0.32485110990795885,
|
| 1030 |
+
"grad_norm": 3.875,
|
| 1031 |
+
"learning_rate": 3.469671675013913e-05,
|
| 1032 |
+
"loss": 0.1179,
|
| 1033 |
+
"step": 1200
|
| 1034 |
+
},
|
| 1035 |
+
{
|
| 1036 |
+
"epoch": 0.32485110990795885,
|
| 1037 |
+
"eval_loss": 0.17608264088630676,
|
| 1038 |
+
"eval_runtime": 62.6246,
|
| 1039 |
+
"eval_samples_per_second": 7.984,
|
| 1040 |
+
"eval_steps_per_second": 0.255,
|
| 1041 |
+
"step": 1200
|
| 1042 |
+
},
|
| 1043 |
+
{
|
| 1044 |
+
"epoch": 0.3275582024905252,
|
| 1045 |
+
"grad_norm": 1.7421875,
|
| 1046 |
+
"learning_rate": 3.455759599332221e-05,
|
| 1047 |
+
"loss": 0.1332,
|
| 1048 |
+
"step": 1210
|
| 1049 |
+
},
|
| 1050 |
+
{
|
| 1051 |
+
"epoch": 0.3302652950730915,
|
| 1052 |
+
"grad_norm": 2.578125,
|
| 1053 |
+
"learning_rate": 3.441847523650529e-05,
|
| 1054 |
+
"loss": 0.1425,
|
| 1055 |
+
"step": 1220
|
| 1056 |
+
},
|
| 1057 |
+
{
|
| 1058 |
+
"epoch": 0.33297238765565784,
|
| 1059 |
+
"grad_norm": 2.734375,
|
| 1060 |
+
"learning_rate": 3.427935447968837e-05,
|
| 1061 |
+
"loss": 0.2023,
|
| 1062 |
+
"step": 1230
|
| 1063 |
+
},
|
| 1064 |
+
{
|
| 1065 |
+
"epoch": 0.33567948023822414,
|
| 1066 |
+
"grad_norm": 0.84375,
|
| 1067 |
+
"learning_rate": 3.4140233722871455e-05,
|
| 1068 |
+
"loss": 0.1373,
|
| 1069 |
+
"step": 1240
|
| 1070 |
+
},
|
| 1071 |
+
{
|
| 1072 |
+
"epoch": 0.3383865728207905,
|
| 1073 |
+
"grad_norm": 1.203125,
|
| 1074 |
+
"learning_rate": 3.4001112966054536e-05,
|
| 1075 |
+
"loss": 0.123,
|
| 1076 |
+
"step": 1250
|
| 1077 |
+
},
|
| 1078 |
+
{
|
| 1079 |
+
"epoch": 0.3383865728207905,
|
| 1080 |
+
"eval_loss": 0.16774284839630127,
|
| 1081 |
+
"eval_runtime": 62.784,
|
| 1082 |
+
"eval_samples_per_second": 7.964,
|
| 1083 |
+
"eval_steps_per_second": 0.255,
|
| 1084 |
+
"step": 1250
|
| 1085 |
+
},
|
| 1086 |
+
{
|
| 1087 |
+
"epoch": 0.3410936654033568,
|
| 1088 |
+
"grad_norm": 2.6875,
|
| 1089 |
+
"learning_rate": 3.386199220923762e-05,
|
| 1090 |
+
"loss": 0.1289,
|
| 1091 |
+
"step": 1260
|
| 1092 |
+
},
|
| 1093 |
+
{
|
| 1094 |
+
"epoch": 0.34380075798592313,
|
| 1095 |
+
"grad_norm": 3.28125,
|
| 1096 |
+
"learning_rate": 3.37228714524207e-05,
|
| 1097 |
+
"loss": 0.1533,
|
| 1098 |
+
"step": 1270
|
| 1099 |
+
},
|
| 1100 |
+
{
|
| 1101 |
+
"epoch": 0.34650785056848943,
|
| 1102 |
+
"grad_norm": 1.359375,
|
| 1103 |
+
"learning_rate": 3.358375069560379e-05,
|
| 1104 |
+
"loss": 0.1829,
|
| 1105 |
+
"step": 1280
|
| 1106 |
+
},
|
| 1107 |
+
{
|
| 1108 |
+
"epoch": 0.3492149431510558,
|
| 1109 |
+
"grad_norm": 2.15625,
|
| 1110 |
+
"learning_rate": 3.344462993878687e-05,
|
| 1111 |
+
"loss": 0.128,
|
| 1112 |
+
"step": 1290
|
| 1113 |
+
},
|
| 1114 |
+
{
|
| 1115 |
+
"epoch": 0.3519220357336221,
|
| 1116 |
+
"grad_norm": 2.21875,
|
| 1117 |
+
"learning_rate": 3.330550918196995e-05,
|
| 1118 |
+
"loss": 0.1807,
|
| 1119 |
+
"step": 1300
|
| 1120 |
+
},
|
| 1121 |
+
{
|
| 1122 |
+
"epoch": 0.3519220357336221,
|
| 1123 |
+
"eval_loss": 0.15718665719032288,
|
| 1124 |
+
"eval_runtime": 62.4512,
|
| 1125 |
+
"eval_samples_per_second": 8.006,
|
| 1126 |
+
"eval_steps_per_second": 0.256,
|
| 1127 |
+
"step": 1300
|
| 1128 |
+
},
|
| 1129 |
+
{
|
| 1130 |
+
"epoch": 0.3546291283161884,
|
| 1131 |
+
"grad_norm": 0.5390625,
|
| 1132 |
+
"learning_rate": 3.316638842515303e-05,
|
| 1133 |
+
"loss": 0.1276,
|
| 1134 |
+
"step": 1310
|
| 1135 |
+
},
|
| 1136 |
+
{
|
| 1137 |
+
"epoch": 0.3573362208987547,
|
| 1138 |
+
"grad_norm": 1.7265625,
|
| 1139 |
+
"learning_rate": 3.302726766833611e-05,
|
| 1140 |
+
"loss": 0.1422,
|
| 1141 |
+
"step": 1320
|
| 1142 |
+
},
|
| 1143 |
+
{
|
| 1144 |
+
"epoch": 0.36004331348132107,
|
| 1145 |
+
"grad_norm": 3.125,
|
| 1146 |
+
"learning_rate": 3.28881469115192e-05,
|
| 1147 |
+
"loss": 0.2032,
|
| 1148 |
+
"step": 1330
|
| 1149 |
+
},
|
| 1150 |
+
{
|
| 1151 |
+
"epoch": 0.36275040606388737,
|
| 1152 |
+
"grad_norm": 1.8515625,
|
| 1153 |
+
"learning_rate": 3.2749026154702286e-05,
|
| 1154 |
+
"loss": 0.1726,
|
| 1155 |
+
"step": 1340
|
| 1156 |
+
},
|
| 1157 |
+
{
|
| 1158 |
+
"epoch": 0.3654574986464537,
|
| 1159 |
+
"grad_norm": 1.0625,
|
| 1160 |
+
"learning_rate": 3.2609905397885366e-05,
|
| 1161 |
+
"loss": 0.1432,
|
| 1162 |
+
"step": 1350
|
| 1163 |
+
},
|
| 1164 |
+
{
|
| 1165 |
+
"epoch": 0.3654574986464537,
|
| 1166 |
+
"eval_loss": 0.15765319764614105,
|
| 1167 |
+
"eval_runtime": 63.3444,
|
| 1168 |
+
"eval_samples_per_second": 7.893,
|
| 1169 |
+
"eval_steps_per_second": 0.253,
|
| 1170 |
+
"step": 1350
|
| 1171 |
+
},
|
| 1172 |
+
{
|
| 1173 |
+
"epoch": 0.36816459122902,
|
| 1174 |
+
"grad_norm": 1.125,
|
| 1175 |
+
"learning_rate": 3.247078464106845e-05,
|
| 1176 |
+
"loss": 0.1008,
|
| 1177 |
+
"step": 1360
|
| 1178 |
+
},
|
| 1179 |
+
{
|
| 1180 |
+
"epoch": 0.37087168381158636,
|
| 1181 |
+
"grad_norm": 1.734375,
|
| 1182 |
+
"learning_rate": 3.2331663884251534e-05,
|
| 1183 |
+
"loss": 0.1397,
|
| 1184 |
+
"step": 1370
|
| 1185 |
+
},
|
| 1186 |
+
{
|
| 1187 |
+
"epoch": 0.37357877639415266,
|
| 1188 |
+
"grad_norm": 1.6484375,
|
| 1189 |
+
"learning_rate": 3.2192543127434614e-05,
|
| 1190 |
+
"loss": 0.1342,
|
| 1191 |
+
"step": 1380
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"epoch": 0.376285868976719,
|
| 1195 |
+
"grad_norm": 1.0859375,
|
| 1196 |
+
"learning_rate": 3.2053422370617695e-05,
|
| 1197 |
+
"loss": 0.1528,
|
| 1198 |
+
"step": 1390
|
| 1199 |
+
},
|
| 1200 |
+
{
|
| 1201 |
+
"epoch": 0.3789929615592853,
|
| 1202 |
+
"grad_norm": 2.421875,
|
| 1203 |
+
"learning_rate": 3.191430161380078e-05,
|
| 1204 |
+
"loss": 0.1313,
|
| 1205 |
+
"step": 1400
|
| 1206 |
+
},
|
| 1207 |
+
{
|
| 1208 |
+
"epoch": 0.3789929615592853,
|
| 1209 |
+
"eval_loss": 0.16292478144168854,
|
| 1210 |
+
"eval_runtime": 64.15,
|
| 1211 |
+
"eval_samples_per_second": 7.794,
|
| 1212 |
+
"eval_steps_per_second": 0.249,
|
| 1213 |
+
"step": 1400
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"epoch": 0.38170005414185165,
|
| 1217 |
+
"grad_norm": 2.09375,
|
| 1218 |
+
"learning_rate": 3.177518085698387e-05,
|
| 1219 |
+
"loss": 0.1358,
|
| 1220 |
+
"step": 1410
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 0.38440714672441795,
|
| 1224 |
+
"grad_norm": 3.0,
|
| 1225 |
+
"learning_rate": 3.163606010016695e-05,
|
| 1226 |
+
"loss": 0.1683,
|
| 1227 |
+
"step": 1420
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"epoch": 0.3871142393069843,
|
| 1231 |
+
"grad_norm": 2.109375,
|
| 1232 |
+
"learning_rate": 3.149693934335003e-05,
|
| 1233 |
+
"loss": 0.136,
|
| 1234 |
+
"step": 1430
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 0.38982133188955065,
|
| 1238 |
+
"grad_norm": 2.15625,
|
| 1239 |
+
"learning_rate": 3.135781858653311e-05,
|
| 1240 |
+
"loss": 0.1435,
|
| 1241 |
+
"step": 1440
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 0.39252842447211694,
|
| 1245 |
+
"grad_norm": 2.046875,
|
| 1246 |
+
"learning_rate": 3.121869782971619e-05,
|
| 1247 |
+
"loss": 0.1711,
|
| 1248 |
+
"step": 1450
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 0.39252842447211694,
|
| 1252 |
+
"eval_loss": 0.15946637094020844,
|
| 1253 |
+
"eval_runtime": 65.0021,
|
| 1254 |
+
"eval_samples_per_second": 7.692,
|
| 1255 |
+
"eval_steps_per_second": 0.246,
|
| 1256 |
+
"step": 1450
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"epoch": 0.3952355170546833,
|
| 1260 |
+
"grad_norm": 0.80078125,
|
| 1261 |
+
"learning_rate": 3.107957707289928e-05,
|
| 1262 |
+
"loss": 0.1672,
|
| 1263 |
+
"step": 1460
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"epoch": 0.3979426096372496,
|
| 1267 |
+
"grad_norm": 0.703125,
|
| 1268 |
+
"learning_rate": 3.0940456316082365e-05,
|
| 1269 |
+
"loss": 0.1152,
|
| 1270 |
+
"step": 1470
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 0.40064970221981594,
|
| 1274 |
+
"grad_norm": 2.203125,
|
| 1275 |
+
"learning_rate": 3.0801335559265445e-05,
|
| 1276 |
+
"loss": 0.1628,
|
| 1277 |
+
"step": 1480
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 0.40335679480238223,
|
| 1281 |
+
"grad_norm": 1.7734375,
|
| 1282 |
+
"learning_rate": 3.0662214802448525e-05,
|
| 1283 |
+
"loss": 0.1474,
|
| 1284 |
+
"step": 1490
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 0.4060638873849486,
|
| 1288 |
+
"grad_norm": 1.015625,
|
| 1289 |
+
"learning_rate": 3.052309404563161e-05,
|
| 1290 |
+
"loss": 0.1211,
|
| 1291 |
+
"step": 1500
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"epoch": 0.4060638873849486,
|
| 1295 |
+
"eval_loss": 0.16578222811222076,
|
| 1296 |
+
"eval_runtime": 77.637,
|
| 1297 |
+
"eval_samples_per_second": 6.44,
|
| 1298 |
+
"eval_steps_per_second": 0.206,
|
| 1299 |
+
"step": 1500
|
| 1300 |
+
},
|
| 1301 |
+
{
|
| 1302 |
+
"epoch": 0.4087709799675149,
|
| 1303 |
+
"grad_norm": 2.0625,
|
| 1304 |
+
"learning_rate": 3.0383973288814693e-05,
|
| 1305 |
+
"loss": 0.1388,
|
| 1306 |
+
"step": 1510
|
| 1307 |
+
},
|
| 1308 |
+
{
|
| 1309 |
+
"epoch": 0.41147807255008123,
|
| 1310 |
+
"grad_norm": 2.671875,
|
| 1311 |
+
"learning_rate": 3.0244852531997773e-05,
|
| 1312 |
+
"loss": 0.1518,
|
| 1313 |
+
"step": 1520
|
| 1314 |
+
},
|
| 1315 |
+
{
|
| 1316 |
+
"epoch": 0.4141851651326475,
|
| 1317 |
+
"grad_norm": 2.046875,
|
| 1318 |
+
"learning_rate": 3.0105731775180857e-05,
|
| 1319 |
+
"loss": 0.1536,
|
| 1320 |
+
"step": 1530
|
| 1321 |
+
},
|
| 1322 |
+
{
|
| 1323 |
+
"epoch": 0.4168922577152139,
|
| 1324 |
+
"grad_norm": 2.0625,
|
| 1325 |
+
"learning_rate": 2.9966611018363944e-05,
|
| 1326 |
+
"loss": 0.1464,
|
| 1327 |
+
"step": 1540
|
| 1328 |
+
},
|
| 1329 |
+
{
|
| 1330 |
+
"epoch": 0.41959935029778017,
|
| 1331 |
+
"grad_norm": 1.9609375,
|
| 1332 |
+
"learning_rate": 2.9827490261547024e-05,
|
| 1333 |
+
"loss": 0.1585,
|
| 1334 |
+
"step": 1550
|
| 1335 |
+
},
|
| 1336 |
+
{
|
| 1337 |
+
"epoch": 0.41959935029778017,
|
| 1338 |
+
"eval_loss": 0.16232775151729584,
|
| 1339 |
+
"eval_runtime": 64.4195,
|
| 1340 |
+
"eval_samples_per_second": 7.762,
|
| 1341 |
+
"eval_steps_per_second": 0.248,
|
| 1342 |
+
"step": 1550
|
| 1343 |
+
},
|
| 1344 |
+
{
|
| 1345 |
+
"epoch": 0.4223064428803465,
|
| 1346 |
+
"grad_norm": 1.1640625,
|
| 1347 |
+
"learning_rate": 2.9688369504730108e-05,
|
| 1348 |
+
"loss": 0.1078,
|
| 1349 |
+
"step": 1560
|
| 1350 |
+
},
|
| 1351 |
+
{
|
| 1352 |
+
"epoch": 0.4250135354629128,
|
| 1353 |
+
"grad_norm": 0.9453125,
|
| 1354 |
+
"learning_rate": 2.954924874791319e-05,
|
| 1355 |
+
"loss": 0.1191,
|
| 1356 |
+
"step": 1570
|
| 1357 |
+
},
|
| 1358 |
+
{
|
| 1359 |
+
"epoch": 0.42772062804547917,
|
| 1360 |
+
"grad_norm": 2.328125,
|
| 1361 |
+
"learning_rate": 2.9410127991096276e-05,
|
| 1362 |
+
"loss": 0.1366,
|
| 1363 |
+
"step": 1580
|
| 1364 |
+
},
|
| 1365 |
+
{
|
| 1366 |
+
"epoch": 0.43042772062804546,
|
| 1367 |
+
"grad_norm": 1.0390625,
|
| 1368 |
+
"learning_rate": 2.9271007234279356e-05,
|
| 1369 |
+
"loss": 0.1382,
|
| 1370 |
+
"step": 1590
|
| 1371 |
+
},
|
| 1372 |
+
{
|
| 1373 |
+
"epoch": 0.4331348132106118,
|
| 1374 |
+
"grad_norm": 1.03125,
|
| 1375 |
+
"learning_rate": 2.913188647746244e-05,
|
| 1376 |
+
"loss": 0.1545,
|
| 1377 |
+
"step": 1600
|
| 1378 |
+
},
|
| 1379 |
+
{
|
| 1380 |
+
"epoch": 0.4331348132106118,
|
| 1381 |
+
"eval_loss": 0.16547426581382751,
|
| 1382 |
+
"eval_runtime": 64.8149,
|
| 1383 |
+
"eval_samples_per_second": 7.714,
|
| 1384 |
+
"eval_steps_per_second": 0.247,
|
| 1385 |
+
"step": 1600
|
| 1386 |
+
},
|
| 1387 |
+
{
|
| 1388 |
+
"epoch": 0.4358419057931781,
|
| 1389 |
+
"grad_norm": 1.0390625,
|
| 1390 |
+
"learning_rate": 2.899276572064552e-05,
|
| 1391 |
+
"loss": 0.1232,
|
| 1392 |
+
"step": 1610
|
| 1393 |
+
},
|
| 1394 |
+
{
|
| 1395 |
+
"epoch": 0.43854899837574446,
|
| 1396 |
+
"grad_norm": 0.45703125,
|
| 1397 |
+
"learning_rate": 2.88536449638286e-05,
|
| 1398 |
+
"loss": 0.1371,
|
| 1399 |
+
"step": 1620
|
| 1400 |
+
},
|
| 1401 |
+
{
|
| 1402 |
+
"epoch": 0.44125609095831075,
|
| 1403 |
+
"grad_norm": 3.28125,
|
| 1404 |
+
"learning_rate": 2.8714524207011688e-05,
|
| 1405 |
+
"loss": 0.1301,
|
| 1406 |
+
"step": 1630
|
| 1407 |
+
},
|
| 1408 |
+
{
|
| 1409 |
+
"epoch": 0.4439631835408771,
|
| 1410 |
+
"grad_norm": 2.703125,
|
| 1411 |
+
"learning_rate": 2.857540345019477e-05,
|
| 1412 |
+
"loss": 0.122,
|
| 1413 |
+
"step": 1640
|
| 1414 |
+
},
|
| 1415 |
+
{
|
| 1416 |
+
"epoch": 0.4466702761234434,
|
| 1417 |
+
"grad_norm": 1.203125,
|
| 1418 |
+
"learning_rate": 2.8436282693377852e-05,
|
| 1419 |
+
"loss": 0.1649,
|
| 1420 |
+
"step": 1650
|
| 1421 |
+
},
|
| 1422 |
+
{
|
| 1423 |
+
"epoch": 0.4466702761234434,
|
| 1424 |
+
"eval_loss": 0.15991100668907166,
|
| 1425 |
+
"eval_runtime": 64.6415,
|
| 1426 |
+
"eval_samples_per_second": 7.735,
|
| 1427 |
+
"eval_steps_per_second": 0.248,
|
| 1428 |
+
"step": 1650
|
| 1429 |
+
},
|
| 1430 |
+
{
|
| 1431 |
+
"epoch": 0.44937736870600975,
|
| 1432 |
+
"grad_norm": 1.28125,
|
| 1433 |
+
"learning_rate": 2.8297161936560936e-05,
|
| 1434 |
+
"loss": 0.158,
|
| 1435 |
+
"step": 1660
|
| 1436 |
+
},
|
| 1437 |
+
{
|
| 1438 |
+
"epoch": 0.45208446128857604,
|
| 1439 |
+
"grad_norm": 0.9375,
|
| 1440 |
+
"learning_rate": 2.8158041179744023e-05,
|
| 1441 |
+
"loss": 0.1427,
|
| 1442 |
+
"step": 1670
|
| 1443 |
+
},
|
| 1444 |
+
{
|
| 1445 |
+
"epoch": 0.4547915538711424,
|
| 1446 |
+
"grad_norm": 1.6796875,
|
| 1447 |
+
"learning_rate": 2.8018920422927103e-05,
|
| 1448 |
+
"loss": 0.1528,
|
| 1449 |
+
"step": 1680
|
| 1450 |
+
},
|
| 1451 |
+
{
|
| 1452 |
+
"epoch": 0.4574986464537087,
|
| 1453 |
+
"grad_norm": 0.78125,
|
| 1454 |
+
"learning_rate": 2.7879799666110183e-05,
|
| 1455 |
+
"loss": 0.1117,
|
| 1456 |
+
"step": 1690
|
| 1457 |
+
},
|
| 1458 |
+
{
|
| 1459 |
+
"epoch": 0.46020573903627504,
|
| 1460 |
+
"grad_norm": 1.3203125,
|
| 1461 |
+
"learning_rate": 2.7740678909293267e-05,
|
| 1462 |
+
"loss": 0.1069,
|
| 1463 |
+
"step": 1700
|
| 1464 |
+
},
|
| 1465 |
+
{
|
| 1466 |
+
"epoch": 0.46020573903627504,
|
| 1467 |
+
"eval_loss": 0.16090016067028046,
|
| 1468 |
+
"eval_runtime": 64.8286,
|
| 1469 |
+
"eval_samples_per_second": 7.713,
|
| 1470 |
+
"eval_steps_per_second": 0.247,
|
| 1471 |
+
"step": 1700
|
| 1472 |
+
},
|
| 1473 |
+
{
|
| 1474 |
+
"epoch": 0.4629128316188414,
|
| 1475 |
+
"grad_norm": 1.703125,
|
| 1476 |
+
"learning_rate": 2.7601558152476354e-05,
|
| 1477 |
+
"loss": 0.1165,
|
| 1478 |
+
"step": 1710
|
| 1479 |
+
},
|
| 1480 |
+
{
|
| 1481 |
+
"epoch": 0.4656199242014077,
|
| 1482 |
+
"grad_norm": 2.015625,
|
| 1483 |
+
"learning_rate": 2.7462437395659435e-05,
|
| 1484 |
+
"loss": 0.1347,
|
| 1485 |
+
"step": 1720
|
| 1486 |
+
},
|
| 1487 |
+
{
|
| 1488 |
+
"epoch": 0.46832701678397404,
|
| 1489 |
+
"grad_norm": 2.25,
|
| 1490 |
+
"learning_rate": 2.7323316638842515e-05,
|
| 1491 |
+
"loss": 0.2037,
|
| 1492 |
+
"step": 1730
|
| 1493 |
+
},
|
| 1494 |
+
{
|
| 1495 |
+
"epoch": 0.47103410936654033,
|
| 1496 |
+
"grad_norm": 0.7890625,
|
| 1497 |
+
"learning_rate": 2.71841958820256e-05,
|
| 1498 |
+
"loss": 0.1338,
|
| 1499 |
+
"step": 1740
|
| 1500 |
+
},
|
| 1501 |
+
{
|
| 1502 |
+
"epoch": 0.4737412019491067,
|
| 1503 |
+
"grad_norm": 1.21875,
|
| 1504 |
+
"learning_rate": 2.704507512520868e-05,
|
| 1505 |
+
"loss": 0.1245,
|
| 1506 |
+
"step": 1750
|
| 1507 |
+
},
|
| 1508 |
+
{
|
| 1509 |
+
"epoch": 0.4737412019491067,
|
| 1510 |
+
"eval_loss": 0.16117550432682037,
|
| 1511 |
+
"eval_runtime": 64.6119,
|
| 1512 |
+
"eval_samples_per_second": 7.739,
|
| 1513 |
+
"eval_steps_per_second": 0.248,
|
| 1514 |
+
"step": 1750
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"epoch": 0.476448294531673,
|
| 1518 |
+
"grad_norm": 1.796875,
|
| 1519 |
+
"learning_rate": 2.6905954368391766e-05,
|
| 1520 |
+
"loss": 0.1182,
|
| 1521 |
+
"step": 1760
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"epoch": 0.47915538711423933,
|
| 1525 |
+
"grad_norm": 2.78125,
|
| 1526 |
+
"learning_rate": 2.676683361157485e-05,
|
| 1527 |
+
"loss": 0.1662,
|
| 1528 |
+
"step": 1770
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"epoch": 0.4818624796968056,
|
| 1532 |
+
"grad_norm": 1.0546875,
|
| 1533 |
+
"learning_rate": 2.662771285475793e-05,
|
| 1534 |
+
"loss": 0.1597,
|
| 1535 |
+
"step": 1780
|
| 1536 |
+
},
|
| 1537 |
+
{
|
| 1538 |
+
"epoch": 0.484569572279372,
|
| 1539 |
+
"grad_norm": 1.5703125,
|
| 1540 |
+
"learning_rate": 2.648859209794101e-05,
|
| 1541 |
+
"loss": 0.104,
|
| 1542 |
+
"step": 1790
|
| 1543 |
+
},
|
| 1544 |
+
{
|
| 1545 |
+
"epoch": 0.48727666486193827,
|
| 1546 |
+
"grad_norm": 3.109375,
|
| 1547 |
+
"learning_rate": 2.6349471341124098e-05,
|
| 1548 |
+
"loss": 0.1149,
|
| 1549 |
+
"step": 1800
|
| 1550 |
+
},
|
| 1551 |
+
{
|
| 1552 |
+
"epoch": 0.48727666486193827,
|
| 1553 |
+
"eval_loss": 0.1653529703617096,
|
| 1554 |
+
"eval_runtime": 65.0831,
|
| 1555 |
+
"eval_samples_per_second": 7.682,
|
| 1556 |
+
"eval_steps_per_second": 0.246,
|
| 1557 |
+
"step": 1800
|
| 1558 |
+
},
|
| 1559 |
+
{
|
| 1560 |
+
"epoch": 0.4899837574445046,
|
| 1561 |
+
"grad_norm": 0.60546875,
|
| 1562 |
+
"learning_rate": 2.6210350584307182e-05,
|
| 1563 |
+
"loss": 0.121,
|
| 1564 |
+
"step": 1810
|
| 1565 |
+
},
|
| 1566 |
+
{
|
| 1567 |
+
"epoch": 0.4926908500270709,
|
| 1568 |
+
"grad_norm": 2.625,
|
| 1569 |
+
"learning_rate": 2.6071229827490262e-05,
|
| 1570 |
+
"loss": 0.1797,
|
| 1571 |
+
"step": 1820
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"epoch": 0.49539794260963727,
|
| 1575 |
+
"grad_norm": 1.9609375,
|
| 1576 |
+
"learning_rate": 2.5932109070673342e-05,
|
| 1577 |
+
"loss": 0.1159,
|
| 1578 |
+
"step": 1830
|
| 1579 |
+
},
|
| 1580 |
+
{
|
| 1581 |
+
"epoch": 0.49810503519220356,
|
| 1582 |
+
"grad_norm": 1.546875,
|
| 1583 |
+
"learning_rate": 2.579298831385643e-05,
|
| 1584 |
+
"loss": 0.1119,
|
| 1585 |
+
"step": 1840
|
| 1586 |
+
},
|
| 1587 |
+
{
|
| 1588 |
+
"epoch": 0.5008121277747699,
|
| 1589 |
+
"grad_norm": 2.90625,
|
| 1590 |
+
"learning_rate": 2.5653867557039513e-05,
|
| 1591 |
+
"loss": 0.1367,
|
| 1592 |
+
"step": 1850
|
| 1593 |
+
},
|
| 1594 |
+
{
|
| 1595 |
+
"epoch": 0.5008121277747699,
|
| 1596 |
+
"eval_loss": 0.16627325117588043,
|
| 1597 |
+
"eval_runtime": 64.4654,
|
| 1598 |
+
"eval_samples_per_second": 7.756,
|
| 1599 |
+
"eval_steps_per_second": 0.248,
|
| 1600 |
+
"step": 1850
|
| 1601 |
+
},
|
| 1602 |
+
{
|
| 1603 |
+
"epoch": 0.5035192203573362,
|
| 1604 |
+
"grad_norm": 1.1640625,
|
| 1605 |
+
"learning_rate": 2.5514746800222594e-05,
|
| 1606 |
+
"loss": 0.1591,
|
| 1607 |
+
"step": 1860
|
| 1608 |
+
},
|
| 1609 |
+
{
|
| 1610 |
+
"epoch": 0.5062263129399025,
|
| 1611 |
+
"grad_norm": 2.4375,
|
| 1612 |
+
"learning_rate": 2.5375626043405677e-05,
|
| 1613 |
+
"loss": 0.1047,
|
| 1614 |
+
"step": 1870
|
| 1615 |
+
},
|
| 1616 |
+
{
|
| 1617 |
+
"epoch": 0.5089334055224689,
|
| 1618 |
+
"grad_norm": 1.78125,
|
| 1619 |
+
"learning_rate": 2.5236505286588765e-05,
|
| 1620 |
+
"loss": 0.1172,
|
| 1621 |
+
"step": 1880
|
| 1622 |
+
},
|
| 1623 |
+
{
|
| 1624 |
+
"epoch": 0.5116404981050352,
|
| 1625 |
+
"grad_norm": 1.234375,
|
| 1626 |
+
"learning_rate": 2.5097384529771845e-05,
|
| 1627 |
+
"loss": 0.1211,
|
| 1628 |
+
"step": 1890
|
| 1629 |
+
},
|
| 1630 |
+
{
|
| 1631 |
+
"epoch": 0.5143475906876015,
|
| 1632 |
+
"grad_norm": 3.0,
|
| 1633 |
+
"learning_rate": 2.4958263772954925e-05,
|
| 1634 |
+
"loss": 0.1294,
|
| 1635 |
+
"step": 1900
|
| 1636 |
+
},
|
| 1637 |
+
{
|
| 1638 |
+
"epoch": 0.5143475906876015,
|
| 1639 |
+
"eval_loss": 0.1589047610759735,
|
| 1640 |
+
"eval_runtime": 63.4959,
|
| 1641 |
+
"eval_samples_per_second": 7.875,
|
| 1642 |
+
"eval_steps_per_second": 0.252,
|
| 1643 |
+
"step": 1900
|
| 1644 |
+
},
|
| 1645 |
+
{
|
| 1646 |
+
"epoch": 0.5170546832701678,
|
| 1647 |
+
"grad_norm": 1.8984375,
|
| 1648 |
+
"learning_rate": 2.481914301613801e-05,
|
| 1649 |
+
"loss": 0.1343,
|
| 1650 |
+
"step": 1910
|
| 1651 |
+
},
|
| 1652 |
+
{
|
| 1653 |
+
"epoch": 0.5197617758527342,
|
| 1654 |
+
"grad_norm": 2.0,
|
| 1655 |
+
"learning_rate": 2.4680022259321093e-05,
|
| 1656 |
+
"loss": 0.1357,
|
| 1657 |
+
"step": 1920
|
| 1658 |
+
},
|
| 1659 |
+
{
|
| 1660 |
+
"epoch": 0.5224688684353005,
|
| 1661 |
+
"grad_norm": 2.671875,
|
| 1662 |
+
"learning_rate": 2.4540901502504173e-05,
|
| 1663 |
+
"loss": 0.143,
|
| 1664 |
+
"step": 1930
|
| 1665 |
+
},
|
| 1666 |
+
{
|
| 1667 |
+
"epoch": 0.5251759610178668,
|
| 1668 |
+
"grad_norm": 1.3828125,
|
| 1669 |
+
"learning_rate": 2.4401780745687257e-05,
|
| 1670 |
+
"loss": 0.1321,
|
| 1671 |
+
"step": 1940
|
| 1672 |
+
},
|
| 1673 |
+
{
|
| 1674 |
+
"epoch": 0.5278830536004331,
|
| 1675 |
+
"grad_norm": 2.046875,
|
| 1676 |
+
"learning_rate": 2.426265998887034e-05,
|
| 1677 |
+
"loss": 0.1663,
|
| 1678 |
+
"step": 1950
|
| 1679 |
+
},
|
| 1680 |
+
{
|
| 1681 |
+
"epoch": 0.5278830536004331,
|
| 1682 |
+
"eval_loss": 0.15560173988342285,
|
| 1683 |
+
"eval_runtime": 63.7793,
|
| 1684 |
+
"eval_samples_per_second": 7.84,
|
| 1685 |
+
"eval_steps_per_second": 0.251,
|
| 1686 |
+
"step": 1950
|
| 1687 |
+
},
|
| 1688 |
+
{
|
| 1689 |
+
"epoch": 0.5305901461829995,
|
| 1690 |
+
"grad_norm": 0.9296875,
|
| 1691 |
+
"learning_rate": 2.4123539232053424e-05,
|
| 1692 |
+
"loss": 0.0997,
|
| 1693 |
+
"step": 1960
|
| 1694 |
+
},
|
| 1695 |
+
{
|
| 1696 |
+
"epoch": 0.5332972387655658,
|
| 1697 |
+
"grad_norm": 2.015625,
|
| 1698 |
+
"learning_rate": 2.3984418475236505e-05,
|
| 1699 |
+
"loss": 0.1283,
|
| 1700 |
+
"step": 1970
|
| 1701 |
+
},
|
| 1702 |
+
{
|
| 1703 |
+
"epoch": 0.5360043313481321,
|
| 1704 |
+
"grad_norm": 0.89453125,
|
| 1705 |
+
"learning_rate": 2.3845297718419592e-05,
|
| 1706 |
+
"loss": 0.1407,
|
| 1707 |
+
"step": 1980
|
| 1708 |
+
},
|
| 1709 |
+
{
|
| 1710 |
+
"epoch": 0.5387114239306985,
|
| 1711 |
+
"grad_norm": 0.8046875,
|
| 1712 |
+
"learning_rate": 2.3706176961602672e-05,
|
| 1713 |
+
"loss": 0.1171,
|
| 1714 |
+
"step": 1990
|
| 1715 |
+
},
|
| 1716 |
+
{
|
| 1717 |
+
"epoch": 0.5414185165132648,
|
| 1718 |
+
"grad_norm": 1.296875,
|
| 1719 |
+
"learning_rate": 2.3567056204785756e-05,
|
| 1720 |
+
"loss": 0.1288,
|
| 1721 |
+
"step": 2000
|
| 1722 |
+
},
|
| 1723 |
+
{
|
| 1724 |
+
"epoch": 0.5414185165132648,
|
| 1725 |
+
"eval_loss": 0.15494494140148163,
|
| 1726 |
+
"eval_runtime": 79.2552,
|
| 1727 |
+
"eval_samples_per_second": 6.309,
|
| 1728 |
+
"eval_steps_per_second": 0.202,
|
| 1729 |
+
"step": 2000
|
| 1730 |
+
},
|
| 1731 |
+
{
|
| 1732 |
+
"epoch": 0.5441256090958311,
|
| 1733 |
+
"grad_norm": 2.015625,
|
| 1734 |
+
"learning_rate": 2.3427935447968836e-05,
|
| 1735 |
+
"loss": 0.1055,
|
| 1736 |
+
"step": 2010
|
| 1737 |
+
},
|
| 1738 |
+
{
|
| 1739 |
+
"epoch": 0.5468327016783974,
|
| 1740 |
+
"grad_norm": 1.140625,
|
| 1741 |
+
"learning_rate": 2.3288814691151924e-05,
|
| 1742 |
+
"loss": 0.1142,
|
| 1743 |
+
"step": 2020
|
| 1744 |
+
},
|
| 1745 |
+
{
|
| 1746 |
+
"epoch": 0.5495397942609638,
|
| 1747 |
+
"grad_norm": 1.5703125,
|
| 1748 |
+
"learning_rate": 2.3149693934335004e-05,
|
| 1749 |
+
"loss": 0.1415,
|
| 1750 |
+
"step": 2030
|
| 1751 |
+
},
|
| 1752 |
+
{
|
| 1753 |
+
"epoch": 0.5522468868435301,
|
| 1754 |
+
"grad_norm": 0.609375,
|
| 1755 |
+
"learning_rate": 2.3010573177518084e-05,
|
| 1756 |
+
"loss": 0.1086,
|
| 1757 |
+
"step": 2040
|
| 1758 |
+
},
|
| 1759 |
+
{
|
| 1760 |
+
"epoch": 0.5549539794260964,
|
| 1761 |
+
"grad_norm": 2.921875,
|
| 1762 |
+
"learning_rate": 2.287145242070117e-05,
|
| 1763 |
+
"loss": 0.1028,
|
| 1764 |
+
"step": 2050
|
| 1765 |
+
},
|
| 1766 |
+
{
|
| 1767 |
+
"epoch": 0.5549539794260964,
|
| 1768 |
+
"eval_loss": 0.1615983545780182,
|
| 1769 |
+
"eval_runtime": 64.4361,
|
| 1770 |
+
"eval_samples_per_second": 7.76,
|
| 1771 |
+
"eval_steps_per_second": 0.248,
|
| 1772 |
+
"step": 2050
|
| 1773 |
+
},
|
| 1774 |
+
{
|
| 1775 |
+
"epoch": 0.5576610720086627,
|
| 1776 |
+
"grad_norm": 1.6640625,
|
| 1777 |
+
"learning_rate": 2.2732331663884252e-05,
|
| 1778 |
+
"loss": 0.1268,
|
| 1779 |
+
"step": 2060
|
| 1780 |
+
},
|
| 1781 |
+
{
|
| 1782 |
+
"epoch": 0.5603681645912291,
|
| 1783 |
+
"grad_norm": 0.55078125,
|
| 1784 |
+
"learning_rate": 2.2593210907067336e-05,
|
| 1785 |
+
"loss": 0.1187,
|
| 1786 |
+
"step": 2070
|
| 1787 |
+
},
|
| 1788 |
+
{
|
| 1789 |
+
"epoch": 0.5630752571737954,
|
| 1790 |
+
"grad_norm": 1.703125,
|
| 1791 |
+
"learning_rate": 2.2454090150250416e-05,
|
| 1792 |
+
"loss": 0.1135,
|
| 1793 |
+
"step": 2080
|
| 1794 |
+
},
|
| 1795 |
+
{
|
| 1796 |
+
"epoch": 0.5657823497563617,
|
| 1797 |
+
"grad_norm": 2.71875,
|
| 1798 |
+
"learning_rate": 2.2314969393433503e-05,
|
| 1799 |
+
"loss": 0.1625,
|
| 1800 |
+
"step": 2090
|
| 1801 |
+
},
|
| 1802 |
+
{
|
| 1803 |
+
"epoch": 0.568489442338928,
|
| 1804 |
+
"grad_norm": 1.3125,
|
| 1805 |
+
"learning_rate": 2.2175848636616583e-05,
|
| 1806 |
+
"loss": 0.1095,
|
| 1807 |
+
"step": 2100
|
| 1808 |
+
},
|
| 1809 |
+
{
|
| 1810 |
+
"epoch": 0.568489442338928,
|
| 1811 |
+
"eval_loss": 0.16485995054244995,
|
| 1812 |
+
"eval_runtime": 63.0678,
|
| 1813 |
+
"eval_samples_per_second": 7.928,
|
| 1814 |
+
"eval_steps_per_second": 0.254,
|
| 1815 |
+
"step": 2100
|
| 1816 |
+
},
|
| 1817 |
+
{
|
| 1818 |
+
"epoch": 0.5711965349214944,
|
| 1819 |
+
"grad_norm": 0.890625,
|
| 1820 |
+
"learning_rate": 2.2036727879799667e-05,
|
| 1821 |
+
"loss": 0.1131,
|
| 1822 |
+
"step": 2110
|
| 1823 |
+
},
|
| 1824 |
+
{
|
| 1825 |
+
"epoch": 0.5739036275040607,
|
| 1826 |
+
"grad_norm": 2.296875,
|
| 1827 |
+
"learning_rate": 2.189760712298275e-05,
|
| 1828 |
+
"loss": 0.0784,
|
| 1829 |
+
"step": 2120
|
| 1830 |
+
},
|
| 1831 |
+
{
|
| 1832 |
+
"epoch": 0.576610720086627,
|
| 1833 |
+
"grad_norm": 3.4375,
|
| 1834 |
+
"learning_rate": 2.1758486366165835e-05,
|
| 1835 |
+
"loss": 0.1548,
|
| 1836 |
+
"step": 2130
|
| 1837 |
+
},
|
| 1838 |
+
{
|
| 1839 |
+
"epoch": 0.5793178126691932,
|
| 1840 |
+
"grad_norm": 0.671875,
|
| 1841 |
+
"learning_rate": 2.1619365609348915e-05,
|
| 1842 |
+
"loss": 0.1285,
|
| 1843 |
+
"step": 2140
|
| 1844 |
+
},
|
| 1845 |
+
{
|
| 1846 |
+
"epoch": 0.5820249052517596,
|
| 1847 |
+
"grad_norm": 2.265625,
|
| 1848 |
+
"learning_rate": 2.1480244852532e-05,
|
| 1849 |
+
"loss": 0.1333,
|
| 1850 |
+
"step": 2150
|
| 1851 |
+
},
|
| 1852 |
+
{
|
| 1853 |
+
"epoch": 0.5820249052517596,
|
| 1854 |
+
"eval_loss": 0.1646082103252411,
|
| 1855 |
+
"eval_runtime": 64.2796,
|
| 1856 |
+
"eval_samples_per_second": 7.779,
|
| 1857 |
+
"eval_steps_per_second": 0.249,
|
| 1858 |
+
"step": 2150
|
| 1859 |
+
},
|
| 1860 |
+
{
|
| 1861 |
+
"epoch": 0.584731997834326,
|
| 1862 |
+
"grad_norm": 1.71875,
|
| 1863 |
+
"learning_rate": 2.1341124095715083e-05,
|
| 1864 |
+
"loss": 0.1197,
|
| 1865 |
+
"step": 2160
|
| 1866 |
+
},
|
| 1867 |
+
{
|
| 1868 |
+
"epoch": 0.5874390904168922,
|
| 1869 |
+
"grad_norm": 0.5703125,
|
| 1870 |
+
"learning_rate": 2.1202003338898166e-05,
|
| 1871 |
+
"loss": 0.151,
|
| 1872 |
+
"step": 2170
|
| 1873 |
+
},
|
| 1874 |
+
{
|
| 1875 |
+
"epoch": 0.5901461829994585,
|
| 1876 |
+
"grad_norm": 1.828125,
|
| 1877 |
+
"learning_rate": 2.1062882582081247e-05,
|
| 1878 |
+
"loss": 0.0958,
|
| 1879 |
+
"step": 2180
|
| 1880 |
+
},
|
| 1881 |
+
{
|
| 1882 |
+
"epoch": 0.5928532755820249,
|
| 1883 |
+
"grad_norm": 3.15625,
|
| 1884 |
+
"learning_rate": 2.092376182526433e-05,
|
| 1885 |
+
"loss": 0.1853,
|
| 1886 |
+
"step": 2190
|
| 1887 |
+
},
|
| 1888 |
+
{
|
| 1889 |
+
"epoch": 0.5955603681645912,
|
| 1890 |
+
"grad_norm": 2.34375,
|
| 1891 |
+
"learning_rate": 2.0784641068447414e-05,
|
| 1892 |
+
"loss": 0.1199,
|
| 1893 |
+
"step": 2200
|
| 1894 |
+
},
|
| 1895 |
+
{
|
| 1896 |
+
"epoch": 0.5955603681645912,
|
| 1897 |
+
"eval_loss": 0.162201389670372,
|
| 1898 |
+
"eval_runtime": 64.0196,
|
| 1899 |
+
"eval_samples_per_second": 7.81,
|
| 1900 |
+
"eval_steps_per_second": 0.25,
|
| 1901 |
+
"step": 2200
|
| 1902 |
+
},
|
| 1903 |
+
{
|
| 1904 |
+
"epoch": 0.5982674607471575,
|
| 1905 |
+
"grad_norm": 1.34375,
|
| 1906 |
+
"learning_rate": 2.0645520311630495e-05,
|
| 1907 |
+
"loss": 0.1661,
|
| 1908 |
+
"step": 2210
|
| 1909 |
+
},
|
| 1910 |
+
{
|
| 1911 |
+
"epoch": 0.6009745533297238,
|
| 1912 |
+
"grad_norm": 1.5703125,
|
| 1913 |
+
"learning_rate": 2.0506399554813578e-05,
|
| 1914 |
+
"loss": 0.1106,
|
| 1915 |
+
"step": 2220
|
| 1916 |
+
},
|
| 1917 |
+
{
|
| 1918 |
+
"epoch": 0.6036816459122902,
|
| 1919 |
+
"grad_norm": 3.65625,
|
| 1920 |
+
"learning_rate": 2.0367278797996662e-05,
|
| 1921 |
+
"loss": 0.1747,
|
| 1922 |
+
"step": 2230
|
| 1923 |
+
},
|
| 1924 |
+
{
|
| 1925 |
+
"epoch": 0.6063887384948565,
|
| 1926 |
+
"grad_norm": 0.828125,
|
| 1927 |
+
"learning_rate": 2.0228158041179746e-05,
|
| 1928 |
+
"loss": 0.1247,
|
| 1929 |
+
"step": 2240
|
| 1930 |
+
},
|
| 1931 |
+
{
|
| 1932 |
+
"epoch": 0.6090958310774228,
|
| 1933 |
+
"grad_norm": 0.7734375,
|
| 1934 |
+
"learning_rate": 2.0089037284362826e-05,
|
| 1935 |
+
"loss": 0.0886,
|
| 1936 |
+
"step": 2250
|
| 1937 |
+
},
|
| 1938 |
+
{
|
| 1939 |
+
"epoch": 0.6090958310774228,
|
| 1940 |
+
"eval_loss": 0.15883322060108185,
|
| 1941 |
+
"eval_runtime": 63.686,
|
| 1942 |
+
"eval_samples_per_second": 7.851,
|
| 1943 |
+
"eval_steps_per_second": 0.251,
|
| 1944 |
+
"step": 2250
|
| 1945 |
+
},
|
| 1946 |
+
{
|
| 1947 |
+
"epoch": 0.6118029236599891,
|
| 1948 |
+
"grad_norm": 2.046875,
|
| 1949 |
+
"learning_rate": 1.994991652754591e-05,
|
| 1950 |
+
"loss": 0.1134,
|
| 1951 |
+
"step": 2260
|
| 1952 |
+
},
|
| 1953 |
+
{
|
| 1954 |
+
"epoch": 0.6145100162425555,
|
| 1955 |
+
"grad_norm": 2.296875,
|
| 1956 |
+
"learning_rate": 1.9810795770728994e-05,
|
| 1957 |
+
"loss": 0.1273,
|
| 1958 |
+
"step": 2270
|
| 1959 |
+
},
|
| 1960 |
+
{
|
| 1961 |
+
"epoch": 0.6172171088251218,
|
| 1962 |
+
"grad_norm": 1.3671875,
|
| 1963 |
+
"learning_rate": 1.9671675013912077e-05,
|
| 1964 |
+
"loss": 0.118,
|
| 1965 |
+
"step": 2280
|
| 1966 |
+
},
|
| 1967 |
+
{
|
| 1968 |
+
"epoch": 0.6199242014076881,
|
| 1969 |
+
"grad_norm": 1.3203125,
|
| 1970 |
+
"learning_rate": 1.9532554257095158e-05,
|
| 1971 |
+
"loss": 0.1127,
|
| 1972 |
+
"step": 2290
|
| 1973 |
+
},
|
| 1974 |
+
{
|
| 1975 |
+
"epoch": 0.6226312939902545,
|
| 1976 |
+
"grad_norm": 1.703125,
|
| 1977 |
+
"learning_rate": 1.9393433500278245e-05,
|
| 1978 |
+
"loss": 0.1319,
|
| 1979 |
+
"step": 2300
|
| 1980 |
+
},
|
| 1981 |
+
{
|
| 1982 |
+
"epoch": 0.6226312939902545,
|
| 1983 |
+
"eval_loss": 0.1598823368549347,
|
| 1984 |
+
"eval_runtime": 63.542,
|
| 1985 |
+
"eval_samples_per_second": 7.869,
|
| 1986 |
+
"eval_steps_per_second": 0.252,
|
| 1987 |
+
"step": 2300
|
| 1988 |
+
},
|
| 1989 |
+
{
|
| 1990 |
+
"epoch": 0.6253383865728208,
|
| 1991 |
+
"grad_norm": 1.75,
|
| 1992 |
+
"learning_rate": 1.9254312743461325e-05,
|
| 1993 |
+
"loss": 0.1115,
|
| 1994 |
+
"step": 2310
|
| 1995 |
+
},
|
| 1996 |
+
{
|
| 1997 |
+
"epoch": 0.6280454791553871,
|
| 1998 |
+
"grad_norm": 2.3125,
|
| 1999 |
+
"learning_rate": 1.911519198664441e-05,
|
| 2000 |
+
"loss": 0.1411,
|
| 2001 |
+
"step": 2320
|
| 2002 |
+
},
|
| 2003 |
+
{
|
| 2004 |
+
"epoch": 0.6307525717379534,
|
| 2005 |
+
"grad_norm": 1.1484375,
|
| 2006 |
+
"learning_rate": 1.8976071229827493e-05,
|
| 2007 |
+
"loss": 0.1097,
|
| 2008 |
+
"step": 2330
|
| 2009 |
+
},
|
| 2010 |
+
{
|
| 2011 |
+
"epoch": 0.6334596643205198,
|
| 2012 |
+
"grad_norm": 3.5,
|
| 2013 |
+
"learning_rate": 1.8836950473010573e-05,
|
| 2014 |
+
"loss": 0.1072,
|
| 2015 |
+
"step": 2340
|
| 2016 |
+
},
|
| 2017 |
+
{
|
| 2018 |
+
"epoch": 0.6361667569030861,
|
| 2019 |
+
"grad_norm": 1.09375,
|
| 2020 |
+
"learning_rate": 1.8697829716193657e-05,
|
| 2021 |
+
"loss": 0.1215,
|
| 2022 |
+
"step": 2350
|
| 2023 |
+
},
|
| 2024 |
+
{
|
| 2025 |
+
"epoch": 0.6361667569030861,
|
| 2026 |
+
"eval_loss": 0.15923769772052765,
|
| 2027 |
+
"eval_runtime": 62.8745,
|
| 2028 |
+
"eval_samples_per_second": 7.952,
|
| 2029 |
+
"eval_steps_per_second": 0.254,
|
| 2030 |
+
"step": 2350
|
| 2031 |
+
},
|
| 2032 |
+
{
|
| 2033 |
+
"epoch": 0.6388738494856524,
|
| 2034 |
+
"grad_norm": 2.78125,
|
| 2035 |
+
"learning_rate": 1.8558708959376737e-05,
|
| 2036 |
+
"loss": 0.0999,
|
| 2037 |
+
"step": 2360
|
| 2038 |
+
},
|
| 2039 |
+
{
|
| 2040 |
+
"epoch": 0.6415809420682187,
|
| 2041 |
+
"grad_norm": 0.5390625,
|
| 2042 |
+
"learning_rate": 1.8419588202559824e-05,
|
| 2043 |
+
"loss": 0.134,
|
| 2044 |
+
"step": 2370
|
| 2045 |
+
},
|
| 2046 |
+
{
|
| 2047 |
+
"epoch": 0.6442880346507851,
|
| 2048 |
+
"grad_norm": 3.703125,
|
| 2049 |
+
"learning_rate": 1.8280467445742905e-05,
|
| 2050 |
+
"loss": 0.1648,
|
| 2051 |
+
"step": 2380
|
| 2052 |
+
},
|
| 2053 |
+
{
|
| 2054 |
+
"epoch": 0.6469951272333514,
|
| 2055 |
+
"grad_norm": 2.046875,
|
| 2056 |
+
"learning_rate": 1.814134668892599e-05,
|
| 2057 |
+
"loss": 0.1272,
|
| 2058 |
+
"step": 2390
|
| 2059 |
+
},
|
| 2060 |
+
{
|
| 2061 |
+
"epoch": 0.6497022198159177,
|
| 2062 |
+
"grad_norm": 0.91796875,
|
| 2063 |
+
"learning_rate": 1.8002225932109072e-05,
|
| 2064 |
+
"loss": 0.1202,
|
| 2065 |
+
"step": 2400
|
| 2066 |
+
},
|
| 2067 |
+
{
|
| 2068 |
+
"epoch": 0.6497022198159177,
|
| 2069 |
+
"eval_loss": 0.156494602560997,
|
| 2070 |
+
"eval_runtime": 63.7775,
|
| 2071 |
+
"eval_samples_per_second": 7.84,
|
| 2072 |
+
"eval_steps_per_second": 0.251,
|
| 2073 |
+
"step": 2400
|
| 2074 |
+
},
|
| 2075 |
+
{
|
| 2076 |
+
"epoch": 0.652409312398484,
|
| 2077 |
+
"grad_norm": 6.3125,
|
| 2078 |
+
"learning_rate": 1.7863105175292156e-05,
|
| 2079 |
+
"loss": 0.1491,
|
| 2080 |
+
"step": 2410
|
| 2081 |
+
},
|
| 2082 |
+
{
|
| 2083 |
+
"epoch": 0.6551164049810504,
|
| 2084 |
+
"grad_norm": 1.65625,
|
| 2085 |
+
"learning_rate": 1.7723984418475236e-05,
|
| 2086 |
+
"loss": 0.1209,
|
| 2087 |
+
"step": 2420
|
| 2088 |
+
},
|
| 2089 |
+
{
|
| 2090 |
+
"epoch": 0.6578234975636167,
|
| 2091 |
+
"grad_norm": 0.73828125,
|
| 2092 |
+
"learning_rate": 1.758486366165832e-05,
|
| 2093 |
+
"loss": 0.1295,
|
| 2094 |
+
"step": 2430
|
| 2095 |
+
},
|
| 2096 |
+
{
|
| 2097 |
+
"epoch": 0.660530590146183,
|
| 2098 |
+
"grad_norm": 2.765625,
|
| 2099 |
+
"learning_rate": 1.7445742904841404e-05,
|
| 2100 |
+
"loss": 0.1013,
|
| 2101 |
+
"step": 2440
|
| 2102 |
+
},
|
| 2103 |
+
{
|
| 2104 |
+
"epoch": 0.6632376827287493,
|
| 2105 |
+
"grad_norm": 0.53515625,
|
| 2106 |
+
"learning_rate": 1.7306622148024488e-05,
|
| 2107 |
+
"loss": 0.1537,
|
| 2108 |
+
"step": 2450
|
| 2109 |
+
},
|
| 2110 |
+
{
|
| 2111 |
+
"epoch": 0.6632376827287493,
|
| 2112 |
+
"eval_loss": 0.15601959824562073,
|
| 2113 |
+
"eval_runtime": 64.3267,
|
| 2114 |
+
"eval_samples_per_second": 7.773,
|
| 2115 |
+
"eval_steps_per_second": 0.249,
|
| 2116 |
+
"step": 2450
|
| 2117 |
+
},
|
| 2118 |
+
{
|
| 2119 |
+
"epoch": 0.6659447753113157,
|
| 2120 |
+
"grad_norm": 2.984375,
|
| 2121 |
+
"learning_rate": 1.7167501391207568e-05,
|
| 2122 |
+
"loss": 0.1364,
|
| 2123 |
+
"step": 2460
|
| 2124 |
+
},
|
| 2125 |
+
{
|
| 2126 |
+
"epoch": 0.668651867893882,
|
| 2127 |
+
"grad_norm": 1.8828125,
|
| 2128 |
+
"learning_rate": 1.7028380634390652e-05,
|
| 2129 |
+
"loss": 0.1121,
|
| 2130 |
+
"step": 2470
|
| 2131 |
+
},
|
| 2132 |
+
{
|
| 2133 |
+
"epoch": 0.6713589604764483,
|
| 2134 |
+
"grad_norm": 1.40625,
|
| 2135 |
+
"learning_rate": 1.6889259877573735e-05,
|
| 2136 |
+
"loss": 0.135,
|
| 2137 |
+
"step": 2480
|
| 2138 |
+
},
|
| 2139 |
+
{
|
| 2140 |
+
"epoch": 0.6740660530590146,
|
| 2141 |
+
"grad_norm": 2.609375,
|
| 2142 |
+
"learning_rate": 1.6750139120756816e-05,
|
| 2143 |
+
"loss": 0.1312,
|
| 2144 |
+
"step": 2490
|
| 2145 |
+
},
|
| 2146 |
+
{
|
| 2147 |
+
"epoch": 0.676773145641581,
|
| 2148 |
+
"grad_norm": 1.1015625,
|
| 2149 |
+
"learning_rate": 1.66110183639399e-05,
|
| 2150 |
+
"loss": 0.1146,
|
| 2151 |
+
"step": 2500
|
| 2152 |
+
},
|
| 2153 |
+
{
|
| 2154 |
+
"epoch": 0.676773145641581,
|
| 2155 |
+
"eval_loss": 0.15720410645008087,
|
| 2156 |
+
"eval_runtime": 82.5469,
|
| 2157 |
+
"eval_samples_per_second": 6.057,
|
| 2158 |
+
"eval_steps_per_second": 0.194,
|
| 2159 |
+
"step": 2500
|
| 2160 |
+
},
|
| 2161 |
+
{
|
| 2162 |
+
"epoch": 0.6794802382241473,
|
| 2163 |
+
"grad_norm": 2.921875,
|
| 2164 |
+
"learning_rate": 1.6471897607122983e-05,
|
| 2165 |
+
"loss": 0.132,
|
| 2166 |
+
"step": 2510
|
| 2167 |
+
},
|
| 2168 |
+
{
|
| 2169 |
+
"epoch": 0.6821873308067136,
|
| 2170 |
+
"grad_norm": 1.109375,
|
| 2171 |
+
"learning_rate": 1.6332776850306067e-05,
|
| 2172 |
+
"loss": 0.1216,
|
| 2173 |
+
"step": 2520
|
| 2174 |
+
},
|
| 2175 |
+
{
|
| 2176 |
+
"epoch": 0.6848944233892799,
|
| 2177 |
+
"grad_norm": 1.0625,
|
| 2178 |
+
"learning_rate": 1.6193656093489147e-05,
|
| 2179 |
+
"loss": 0.1181,
|
| 2180 |
+
"step": 2530
|
| 2181 |
+
},
|
| 2182 |
+
{
|
| 2183 |
+
"epoch": 0.6876015159718463,
|
| 2184 |
+
"grad_norm": 0.236328125,
|
| 2185 |
+
"learning_rate": 1.605453533667223e-05,
|
| 2186 |
+
"loss": 0.1067,
|
| 2187 |
+
"step": 2540
|
| 2188 |
+
},
|
| 2189 |
+
{
|
| 2190 |
+
"epoch": 0.6903086085544126,
|
| 2191 |
+
"grad_norm": 1.5,
|
| 2192 |
+
"learning_rate": 1.5915414579855315e-05,
|
| 2193 |
+
"loss": 0.1363,
|
| 2194 |
+
"step": 2550
|
| 2195 |
+
},
|
| 2196 |
+
{
|
| 2197 |
+
"epoch": 0.6903086085544126,
|
| 2198 |
+
"eval_loss": 0.15796752274036407,
|
| 2199 |
+
"eval_runtime": 64.1468,
|
| 2200 |
+
"eval_samples_per_second": 7.795,
|
| 2201 |
+
"eval_steps_per_second": 0.249,
|
| 2202 |
+
"step": 2550
|
| 2203 |
+
},
|
| 2204 |
+
{
|
| 2205 |
+
"epoch": 0.6930157011369789,
|
| 2206 |
+
"grad_norm": 1.5703125,
|
| 2207 |
+
"learning_rate": 1.57762938230384e-05,
|
| 2208 |
+
"loss": 0.0929,
|
| 2209 |
+
"step": 2560
|
| 2210 |
+
},
|
| 2211 |
+
{
|
| 2212 |
+
"epoch": 0.6957227937195453,
|
| 2213 |
+
"grad_norm": 0.94140625,
|
| 2214 |
+
"learning_rate": 1.563717306622148e-05,
|
| 2215 |
+
"loss": 0.1125,
|
| 2216 |
+
"step": 2570
|
| 2217 |
+
},
|
| 2218 |
+
{
|
| 2219 |
+
"epoch": 0.6984298863021116,
|
| 2220 |
+
"grad_norm": 2.140625,
|
| 2221 |
+
"learning_rate": 1.5498052309404566e-05,
|
| 2222 |
+
"loss": 0.1053,
|
| 2223 |
+
"step": 2580
|
| 2224 |
+
},
|
| 2225 |
+
{
|
| 2226 |
+
"epoch": 0.7011369788846779,
|
| 2227 |
+
"grad_norm": 2.578125,
|
| 2228 |
+
"learning_rate": 1.5358931552587647e-05,
|
| 2229 |
+
"loss": 0.111,
|
| 2230 |
+
"step": 2590
|
| 2231 |
+
},
|
| 2232 |
+
{
|
| 2233 |
+
"epoch": 0.7038440714672441,
|
| 2234 |
+
"grad_norm": 2.484375,
|
| 2235 |
+
"learning_rate": 1.521981079577073e-05,
|
| 2236 |
+
"loss": 0.111,
|
| 2237 |
+
"step": 2600
|
| 2238 |
+
},
|
| 2239 |
+
{
|
| 2240 |
+
"epoch": 0.7038440714672441,
|
| 2241 |
+
"eval_loss": 0.15660835802555084,
|
| 2242 |
+
"eval_runtime": 64.7015,
|
| 2243 |
+
"eval_samples_per_second": 7.728,
|
| 2244 |
+
"eval_steps_per_second": 0.247,
|
| 2245 |
+
"step": 2600
|
| 2246 |
+
},
|
| 2247 |
+
{
|
| 2248 |
+
"epoch": 0.7065511640498106,
|
| 2249 |
+
"grad_norm": 0.69921875,
|
| 2250 |
+
"learning_rate": 1.5080690038953812e-05,
|
| 2251 |
+
"loss": 0.1276,
|
| 2252 |
+
"step": 2610
|
| 2253 |
+
},
|
| 2254 |
+
{
|
| 2255 |
+
"epoch": 0.7092582566323768,
|
| 2256 |
+
"grad_norm": 1.6328125,
|
| 2257 |
+
"learning_rate": 1.4941569282136896e-05,
|
| 2258 |
+
"loss": 0.1508,
|
| 2259 |
+
"step": 2620
|
| 2260 |
+
},
|
| 2261 |
+
{
|
| 2262 |
+
"epoch": 0.7119653492149431,
|
| 2263 |
+
"grad_norm": 2.265625,
|
| 2264 |
+
"learning_rate": 1.4802448525319978e-05,
|
| 2265 |
+
"loss": 0.1717,
|
| 2266 |
+
"step": 2630
|
| 2267 |
+
},
|
| 2268 |
+
{
|
| 2269 |
+
"epoch": 0.7146724417975094,
|
| 2270 |
+
"grad_norm": 1.9765625,
|
| 2271 |
+
"learning_rate": 1.466332776850306e-05,
|
| 2272 |
+
"loss": 0.1422,
|
| 2273 |
+
"step": 2640
|
| 2274 |
+
},
|
| 2275 |
+
{
|
| 2276 |
+
"epoch": 0.7173795343800758,
|
| 2277 |
+
"grad_norm": 1.1796875,
|
| 2278 |
+
"learning_rate": 1.4524207011686144e-05,
|
| 2279 |
+
"loss": 0.1003,
|
| 2280 |
+
"step": 2650
|
| 2281 |
+
},
|
| 2282 |
+
{
|
| 2283 |
+
"epoch": 0.7173795343800758,
|
| 2284 |
+
"eval_loss": 0.15460146963596344,
|
| 2285 |
+
"eval_runtime": 65.1755,
|
| 2286 |
+
"eval_samples_per_second": 7.672,
|
| 2287 |
+
"eval_steps_per_second": 0.245,
|
| 2288 |
+
"step": 2650
|
| 2289 |
+
},
|
| 2290 |
+
{
|
| 2291 |
+
"epoch": 0.7200866269626421,
|
| 2292 |
+
"grad_norm": 1.796875,
|
| 2293 |
+
"learning_rate": 1.4385086254869226e-05,
|
| 2294 |
+
"loss": 0.1366,
|
| 2295 |
+
"step": 2660
|
| 2296 |
+
},
|
| 2297 |
+
{
|
| 2298 |
+
"epoch": 0.7227937195452084,
|
| 2299 |
+
"grad_norm": 1.59375,
|
| 2300 |
+
"learning_rate": 1.424596549805231e-05,
|
| 2301 |
+
"loss": 0.1316,
|
| 2302 |
+
"step": 2670
|
| 2303 |
+
},
|
| 2304 |
+
{
|
| 2305 |
+
"epoch": 0.7255008121277747,
|
| 2306 |
+
"grad_norm": 2.671875,
|
| 2307 |
+
"learning_rate": 1.4106844741235392e-05,
|
| 2308 |
+
"loss": 0.1367,
|
| 2309 |
+
"step": 2680
|
| 2310 |
+
},
|
| 2311 |
+
{
|
| 2312 |
+
"epoch": 0.7282079047103411,
|
| 2313 |
+
"grad_norm": 1.75,
|
| 2314 |
+
"learning_rate": 1.3967723984418477e-05,
|
| 2315 |
+
"loss": 0.13,
|
| 2316 |
+
"step": 2690
|
| 2317 |
+
},
|
| 2318 |
+
{
|
| 2319 |
+
"epoch": 0.7309149972929074,
|
| 2320 |
+
"grad_norm": 2.96875,
|
| 2321 |
+
"learning_rate": 1.3828603227601558e-05,
|
| 2322 |
+
"loss": 0.1213,
|
| 2323 |
+
"step": 2700
|
| 2324 |
+
},
|
| 2325 |
+
{
|
| 2326 |
+
"epoch": 0.7309149972929074,
|
| 2327 |
+
"eval_loss": 0.15699392557144165,
|
| 2328 |
+
"eval_runtime": 64.8654,
|
| 2329 |
+
"eval_samples_per_second": 7.708,
|
| 2330 |
+
"eval_steps_per_second": 0.247,
|
| 2331 |
+
"step": 2700
|
| 2332 |
+
},
|
| 2333 |
+
{
|
| 2334 |
+
"epoch": 0.7336220898754737,
|
| 2335 |
+
"grad_norm": 3.171875,
|
| 2336 |
+
"learning_rate": 1.3689482470784643e-05,
|
| 2337 |
+
"loss": 0.1303,
|
| 2338 |
+
"step": 2710
|
| 2339 |
+
},
|
| 2340 |
+
{
|
| 2341 |
+
"epoch": 0.73632918245804,
|
| 2342 |
+
"grad_norm": 0.78125,
|
| 2343 |
+
"learning_rate": 1.3550361713967724e-05,
|
| 2344 |
+
"loss": 0.1496,
|
| 2345 |
+
"step": 2720
|
| 2346 |
+
},
|
| 2347 |
+
{
|
| 2348 |
+
"epoch": 0.7390362750406064,
|
| 2349 |
+
"grad_norm": 1.2421875,
|
| 2350 |
+
"learning_rate": 1.3411240957150809e-05,
|
| 2351 |
+
"loss": 0.1129,
|
| 2352 |
+
"step": 2730
|
| 2353 |
+
},
|
| 2354 |
+
{
|
| 2355 |
+
"epoch": 0.7417433676231727,
|
| 2356 |
+
"grad_norm": 2.703125,
|
| 2357 |
+
"learning_rate": 1.327212020033389e-05,
|
| 2358 |
+
"loss": 0.128,
|
| 2359 |
+
"step": 2740
|
| 2360 |
+
},
|
| 2361 |
+
{
|
| 2362 |
+
"epoch": 0.744450460205739,
|
| 2363 |
+
"grad_norm": 2.328125,
|
| 2364 |
+
"learning_rate": 1.3132999443516975e-05,
|
| 2365 |
+
"loss": 0.1081,
|
| 2366 |
+
"step": 2750
|
| 2367 |
+
},
|
| 2368 |
+
{
|
| 2369 |
+
"epoch": 0.744450460205739,
|
| 2370 |
+
"eval_loss": 0.1565748006105423,
|
| 2371 |
+
"eval_runtime": 64.732,
|
| 2372 |
+
"eval_samples_per_second": 7.724,
|
| 2373 |
+
"eval_steps_per_second": 0.247,
|
| 2374 |
+
"step": 2750
|
| 2375 |
+
},
|
| 2376 |
+
{
|
| 2377 |
+
"epoch": 0.7471575527883053,
|
| 2378 |
+
"grad_norm": 1.6015625,
|
| 2379 |
+
"learning_rate": 1.2993878686700057e-05,
|
| 2380 |
+
"loss": 0.1355,
|
| 2381 |
+
"step": 2760
|
| 2382 |
+
},
|
| 2383 |
+
{
|
| 2384 |
+
"epoch": 0.7498646453708717,
|
| 2385 |
+
"grad_norm": 1.1015625,
|
| 2386 |
+
"learning_rate": 1.285475792988314e-05,
|
| 2387 |
+
"loss": 0.1341,
|
| 2388 |
+
"step": 2770
|
| 2389 |
+
},
|
| 2390 |
+
{
|
| 2391 |
+
"epoch": 0.752571737953438,
|
| 2392 |
+
"grad_norm": 0.98828125,
|
| 2393 |
+
"learning_rate": 1.2715637173066223e-05,
|
| 2394 |
+
"loss": 0.1169,
|
| 2395 |
+
"step": 2780
|
| 2396 |
+
},
|
| 2397 |
+
{
|
| 2398 |
+
"epoch": 0.7552788305360043,
|
| 2399 |
+
"grad_norm": 0.60546875,
|
| 2400 |
+
"learning_rate": 1.2576516416249303e-05,
|
| 2401 |
+
"loss": 0.0924,
|
| 2402 |
+
"step": 2790
|
| 2403 |
+
},
|
| 2404 |
+
{
|
| 2405 |
+
"epoch": 0.7579859231185706,
|
| 2406 |
+
"grad_norm": 1.4921875,
|
| 2407 |
+
"learning_rate": 1.2437395659432388e-05,
|
| 2408 |
+
"loss": 0.1634,
|
| 2409 |
+
"step": 2800
|
| 2410 |
+
},
|
| 2411 |
+
{
|
| 2412 |
+
"epoch": 0.7579859231185706,
|
| 2413 |
+
"eval_loss": 0.1555679589509964,
|
| 2414 |
+
"eval_runtime": 65.0072,
|
| 2415 |
+
"eval_samples_per_second": 7.691,
|
| 2416 |
+
"eval_steps_per_second": 0.246,
|
| 2417 |
+
"step": 2800
|
| 2418 |
+
},
|
| 2419 |
+
{
|
| 2420 |
+
"epoch": 0.760693015701137,
|
| 2421 |
+
"grad_norm": 1.6796875,
|
| 2422 |
+
"learning_rate": 1.229827490261547e-05,
|
| 2423 |
+
"loss": 0.1255,
|
| 2424 |
+
"step": 2810
|
| 2425 |
+
},
|
| 2426 |
+
{
|
| 2427 |
+
"epoch": 0.7634001082837033,
|
| 2428 |
+
"grad_norm": 0.83984375,
|
| 2429 |
+
"learning_rate": 1.2159154145798554e-05,
|
| 2430 |
+
"loss": 0.0838,
|
| 2431 |
+
"step": 2820
|
| 2432 |
+
},
|
| 2433 |
+
{
|
| 2434 |
+
"epoch": 0.7661072008662696,
|
| 2435 |
+
"grad_norm": 3.375,
|
| 2436 |
+
"learning_rate": 1.2020033388981636e-05,
|
| 2437 |
+
"loss": 0.1031,
|
| 2438 |
+
"step": 2830
|
| 2439 |
+
},
|
| 2440 |
+
{
|
| 2441 |
+
"epoch": 0.7688142934488359,
|
| 2442 |
+
"grad_norm": 1.5,
|
| 2443 |
+
"learning_rate": 1.188091263216472e-05,
|
| 2444 |
+
"loss": 0.1125,
|
| 2445 |
+
"step": 2840
|
| 2446 |
+
},
|
| 2447 |
+
{
|
| 2448 |
+
"epoch": 0.7715213860314023,
|
| 2449 |
+
"grad_norm": 1.7421875,
|
| 2450 |
+
"learning_rate": 1.1741791875347802e-05,
|
| 2451 |
+
"loss": 0.1427,
|
| 2452 |
+
"step": 2850
|
| 2453 |
+
},
|
| 2454 |
+
{
|
| 2455 |
+
"epoch": 0.7715213860314023,
|
| 2456 |
+
"eval_loss": 0.15634971857070923,
|
| 2457 |
+
"eval_runtime": 64.5468,
|
| 2458 |
+
"eval_samples_per_second": 7.746,
|
| 2459 |
+
"eval_steps_per_second": 0.248,
|
| 2460 |
+
"step": 2850
|
| 2461 |
+
},
|
| 2462 |
+
{
|
| 2463 |
+
"epoch": 0.7742284786139686,
|
| 2464 |
+
"grad_norm": 2.484375,
|
| 2465 |
+
"learning_rate": 1.1602671118530884e-05,
|
| 2466 |
+
"loss": 0.1233,
|
| 2467 |
+
"step": 2860
|
| 2468 |
+
},
|
| 2469 |
+
{
|
| 2470 |
+
"epoch": 0.7769355711965349,
|
| 2471 |
+
"grad_norm": 0.95703125,
|
| 2472 |
+
"learning_rate": 1.1463550361713968e-05,
|
| 2473 |
+
"loss": 0.1146,
|
| 2474 |
+
"step": 2870
|
| 2475 |
+
},
|
| 2476 |
+
{
|
| 2477 |
+
"epoch": 0.7796426637791013,
|
| 2478 |
+
"grad_norm": 1.5703125,
|
| 2479 |
+
"learning_rate": 1.132442960489705e-05,
|
| 2480 |
+
"loss": 0.1301,
|
| 2481 |
+
"step": 2880
|
| 2482 |
+
},
|
| 2483 |
+
{
|
| 2484 |
+
"epoch": 0.7823497563616676,
|
| 2485 |
+
"grad_norm": 1.515625,
|
| 2486 |
+
"learning_rate": 1.1185308848080134e-05,
|
| 2487 |
+
"loss": 0.1238,
|
| 2488 |
+
"step": 2890
|
| 2489 |
+
},
|
| 2490 |
+
{
|
| 2491 |
+
"epoch": 0.7850568489442339,
|
| 2492 |
+
"grad_norm": 1.828125,
|
| 2493 |
+
"learning_rate": 1.1046188091263218e-05,
|
| 2494 |
+
"loss": 0.1161,
|
| 2495 |
+
"step": 2900
|
| 2496 |
+
},
|
| 2497 |
+
{
|
| 2498 |
+
"epoch": 0.7850568489442339,
|
| 2499 |
+
"eval_loss": 0.1560017168521881,
|
| 2500 |
+
"eval_runtime": 64.4442,
|
| 2501 |
+
"eval_samples_per_second": 7.759,
|
| 2502 |
+
"eval_steps_per_second": 0.248,
|
| 2503 |
+
"step": 2900
|
| 2504 |
+
},
|
| 2505 |
+
{
|
| 2506 |
+
"epoch": 0.7877639415268002,
|
| 2507 |
+
"grad_norm": 1.03125,
|
| 2508 |
+
"learning_rate": 1.09070673344463e-05,
|
| 2509 |
+
"loss": 0.0932,
|
| 2510 |
+
"step": 2910
|
| 2511 |
+
},
|
| 2512 |
+
{
|
| 2513 |
+
"epoch": 0.7904710341093666,
|
| 2514 |
+
"grad_norm": 1.1171875,
|
| 2515 |
+
"learning_rate": 1.0767946577629383e-05,
|
| 2516 |
+
"loss": 0.1132,
|
| 2517 |
+
"step": 2920
|
| 2518 |
+
},
|
| 2519 |
+
{
|
| 2520 |
+
"epoch": 0.7931781266919329,
|
| 2521 |
+
"grad_norm": 1.3125,
|
| 2522 |
+
"learning_rate": 1.0628825820812465e-05,
|
| 2523 |
+
"loss": 0.1272,
|
| 2524 |
+
"step": 2930
|
| 2525 |
+
},
|
| 2526 |
+
{
|
| 2527 |
+
"epoch": 0.7958852192744992,
|
| 2528 |
+
"grad_norm": 2.109375,
|
| 2529 |
+
"learning_rate": 1.0489705063995549e-05,
|
| 2530 |
+
"loss": 0.1251,
|
| 2531 |
+
"step": 2940
|
| 2532 |
+
},
|
| 2533 |
+
{
|
| 2534 |
+
"epoch": 0.7985923118570655,
|
| 2535 |
+
"grad_norm": 1.7734375,
|
| 2536 |
+
"learning_rate": 1.0350584307178631e-05,
|
| 2537 |
+
"loss": 0.1188,
|
| 2538 |
+
"step": 2950
|
| 2539 |
+
},
|
| 2540 |
+
{
|
| 2541 |
+
"epoch": 0.7985923118570655,
|
| 2542 |
+
"eval_loss": 0.1543656885623932,
|
| 2543 |
+
"eval_runtime": 63.1528,
|
| 2544 |
+
"eval_samples_per_second": 7.917,
|
| 2545 |
+
"eval_steps_per_second": 0.253,
|
| 2546 |
+
"step": 2950
|
| 2547 |
+
},
|
| 2548 |
+
{
|
| 2549 |
+
"epoch": 0.8012994044396319,
|
| 2550 |
+
"grad_norm": 1.796875,
|
| 2551 |
+
"learning_rate": 1.0211463550361715e-05,
|
| 2552 |
+
"loss": 0.1261,
|
| 2553 |
+
"step": 2960
|
| 2554 |
+
},
|
| 2555 |
+
{
|
| 2556 |
+
"epoch": 0.8040064970221982,
|
| 2557 |
+
"grad_norm": 0.67578125,
|
| 2558 |
+
"learning_rate": 1.0072342793544797e-05,
|
| 2559 |
+
"loss": 0.1121,
|
| 2560 |
+
"step": 2970
|
| 2561 |
+
},
|
| 2562 |
+
{
|
| 2563 |
+
"epoch": 0.8067135896047645,
|
| 2564 |
+
"grad_norm": 1.0390625,
|
| 2565 |
+
"learning_rate": 9.93322203672788e-06,
|
| 2566 |
+
"loss": 0.1267,
|
| 2567 |
+
"step": 2980
|
| 2568 |
+
},
|
| 2569 |
+
{
|
| 2570 |
+
"epoch": 0.8094206821873308,
|
| 2571 |
+
"grad_norm": 1.8125,
|
| 2572 |
+
"learning_rate": 9.794101279910965e-06,
|
| 2573 |
+
"loss": 0.0998,
|
| 2574 |
+
"step": 2990
|
| 2575 |
+
},
|
| 2576 |
+
{
|
| 2577 |
+
"epoch": 0.8121277747698972,
|
| 2578 |
+
"grad_norm": 1.8984375,
|
| 2579 |
+
"learning_rate": 9.654980523094045e-06,
|
| 2580 |
+
"loss": 0.1153,
|
| 2581 |
+
"step": 3000
|
| 2582 |
+
},
|
| 2583 |
+
{
|
| 2584 |
+
"epoch": 0.8121277747698972,
|
| 2585 |
+
"eval_loss": 0.15634942054748535,
|
| 2586 |
+
"eval_runtime": 78.3242,
|
| 2587 |
+
"eval_samples_per_second": 6.384,
|
| 2588 |
+
"eval_steps_per_second": 0.204,
|
| 2589 |
+
"step": 3000
|
| 2590 |
+
},
|
| 2591 |
+
{
|
| 2592 |
+
"epoch": 0.8148348673524635,
|
| 2593 |
+
"grad_norm": 0.8515625,
|
| 2594 |
+
"learning_rate": 9.515859766277129e-06,
|
| 2595 |
+
"loss": 0.1116,
|
| 2596 |
+
"step": 3010
|
| 2597 |
+
},
|
| 2598 |
+
{
|
| 2599 |
+
"epoch": 0.8175419599350298,
|
| 2600 |
+
"grad_norm": 1.5859375,
|
| 2601 |
+
"learning_rate": 9.37673900946021e-06,
|
| 2602 |
+
"loss": 0.1083,
|
| 2603 |
+
"step": 3020
|
| 2604 |
+
},
|
| 2605 |
+
{
|
| 2606 |
+
"epoch": 0.8202490525175961,
|
| 2607 |
+
"grad_norm": 1.15625,
|
| 2608 |
+
"learning_rate": 9.237618252643294e-06,
|
| 2609 |
+
"loss": 0.1535,
|
| 2610 |
+
"step": 3030
|
| 2611 |
+
},
|
| 2612 |
+
{
|
| 2613 |
+
"epoch": 0.8229561451001625,
|
| 2614 |
+
"grad_norm": 1.1796875,
|
| 2615 |
+
"learning_rate": 9.098497495826378e-06,
|
| 2616 |
+
"loss": 0.1179,
|
| 2617 |
+
"step": 3040
|
| 2618 |
+
},
|
| 2619 |
+
{
|
| 2620 |
+
"epoch": 0.8256632376827288,
|
| 2621 |
+
"grad_norm": 1.1875,
|
| 2622 |
+
"learning_rate": 8.95937673900946e-06,
|
| 2623 |
+
"loss": 0.1154,
|
| 2624 |
+
"step": 3050
|
| 2625 |
+
},
|
| 2626 |
+
{
|
| 2627 |
+
"epoch": 0.8256632376827288,
|
| 2628 |
+
"eval_loss": 0.15425148606300354,
|
| 2629 |
+
"eval_runtime": 62.8908,
|
| 2630 |
+
"eval_samples_per_second": 7.95,
|
| 2631 |
+
"eval_steps_per_second": 0.254,
|
| 2632 |
+
"step": 3050
|
| 2633 |
+
},
|
| 2634 |
+
{
|
| 2635 |
+
"epoch": 0.828370330265295,
|
| 2636 |
+
"grad_norm": 4.1875,
|
| 2637 |
+
"learning_rate": 8.820255982192544e-06,
|
| 2638 |
+
"loss": 0.1071,
|
| 2639 |
+
"step": 3060
|
| 2640 |
+
},
|
| 2641 |
+
{
|
| 2642 |
+
"epoch": 0.8310774228478613,
|
| 2643 |
+
"grad_norm": 6.0625,
|
| 2644 |
+
"learning_rate": 8.681135225375626e-06,
|
| 2645 |
+
"loss": 0.1563,
|
| 2646 |
+
"step": 3070
|
| 2647 |
+
},
|
| 2648 |
+
{
|
| 2649 |
+
"epoch": 0.8337845154304278,
|
| 2650 |
+
"grad_norm": 2.234375,
|
| 2651 |
+
"learning_rate": 8.54201446855871e-06,
|
| 2652 |
+
"loss": 0.1412,
|
| 2653 |
+
"step": 3080
|
| 2654 |
+
},
|
| 2655 |
+
{
|
| 2656 |
+
"epoch": 0.836491608012994,
|
| 2657 |
+
"grad_norm": 1.2421875,
|
| 2658 |
+
"learning_rate": 8.402893711741792e-06,
|
| 2659 |
+
"loss": 0.0991,
|
| 2660 |
+
"step": 3090
|
| 2661 |
+
},
|
| 2662 |
+
{
|
| 2663 |
+
"epoch": 0.8391987005955603,
|
| 2664 |
+
"grad_norm": 1.234375,
|
| 2665 |
+
"learning_rate": 8.263772954924876e-06,
|
| 2666 |
+
"loss": 0.1098,
|
| 2667 |
+
"step": 3100
|
| 2668 |
+
},
|
| 2669 |
+
{
|
| 2670 |
+
"epoch": 0.8391987005955603,
|
| 2671 |
+
"eval_loss": 0.15568658709526062,
|
| 2672 |
+
"eval_runtime": 63.402,
|
| 2673 |
+
"eval_samples_per_second": 7.886,
|
| 2674 |
+
"eval_steps_per_second": 0.252,
|
| 2675 |
+
"step": 3100
|
| 2676 |
+
},
|
| 2677 |
+
{
|
| 2678 |
+
"epoch": 0.8419057931781266,
|
| 2679 |
+
"grad_norm": 2.015625,
|
| 2680 |
+
"learning_rate": 8.124652198107958e-06,
|
| 2681 |
+
"loss": 0.1556,
|
| 2682 |
+
"step": 3110
|
| 2683 |
+
},
|
| 2684 |
+
{
|
| 2685 |
+
"epoch": 0.844612885760693,
|
| 2686 |
+
"grad_norm": 4.3125,
|
| 2687 |
+
"learning_rate": 7.985531441291041e-06,
|
| 2688 |
+
"loss": 0.1596,
|
| 2689 |
+
"step": 3120
|
| 2690 |
+
},
|
| 2691 |
+
{
|
| 2692 |
+
"epoch": 0.8473199783432593,
|
| 2693 |
+
"grad_norm": 2.046875,
|
| 2694 |
+
"learning_rate": 7.846410684474125e-06,
|
| 2695 |
+
"loss": 0.1437,
|
| 2696 |
+
"step": 3130
|
| 2697 |
+
},
|
| 2698 |
+
{
|
| 2699 |
+
"epoch": 0.8500270709258256,
|
| 2700 |
+
"grad_norm": 1.15625,
|
| 2701 |
+
"learning_rate": 7.707289927657207e-06,
|
| 2702 |
+
"loss": 0.1511,
|
| 2703 |
+
"step": 3140
|
| 2704 |
+
},
|
| 2705 |
+
{
|
| 2706 |
+
"epoch": 0.852734163508392,
|
| 2707 |
+
"grad_norm": 1.9765625,
|
| 2708 |
+
"learning_rate": 7.568169170840289e-06,
|
| 2709 |
+
"loss": 0.1559,
|
| 2710 |
+
"step": 3150
|
| 2711 |
+
},
|
| 2712 |
+
{
|
| 2713 |
+
"epoch": 0.852734163508392,
|
| 2714 |
+
"eval_loss": 0.15518584847450256,
|
| 2715 |
+
"eval_runtime": 63.1606,
|
| 2716 |
+
"eval_samples_per_second": 7.916,
|
| 2717 |
+
"eval_steps_per_second": 0.253,
|
| 2718 |
+
"step": 3150
|
| 2719 |
+
},
|
| 2720 |
+
{
|
| 2721 |
+
"epoch": 0.8554412560909583,
|
| 2722 |
+
"grad_norm": 1.9921875,
|
| 2723 |
+
"learning_rate": 7.429048414023372e-06,
|
| 2724 |
+
"loss": 0.1392,
|
| 2725 |
+
"step": 3160
|
| 2726 |
+
},
|
| 2727 |
+
{
|
| 2728 |
+
"epoch": 0.8581483486735246,
|
| 2729 |
+
"grad_norm": 2.6875,
|
| 2730 |
+
"learning_rate": 7.289927657206455e-06,
|
| 2731 |
+
"loss": 0.1623,
|
| 2732 |
+
"step": 3170
|
| 2733 |
+
},
|
| 2734 |
+
{
|
| 2735 |
+
"epoch": 0.8608554412560909,
|
| 2736 |
+
"grad_norm": 3.0625,
|
| 2737 |
+
"learning_rate": 7.150806900389538e-06,
|
| 2738 |
+
"loss": 0.1358,
|
| 2739 |
+
"step": 3180
|
| 2740 |
+
},
|
| 2741 |
+
{
|
| 2742 |
+
"epoch": 0.8635625338386573,
|
| 2743 |
+
"grad_norm": 2.375,
|
| 2744 |
+
"learning_rate": 7.011686143572621e-06,
|
| 2745 |
+
"loss": 0.1483,
|
| 2746 |
+
"step": 3190
|
| 2747 |
+
},
|
| 2748 |
+
{
|
| 2749 |
+
"epoch": 0.8662696264212236,
|
| 2750 |
+
"grad_norm": 2.578125,
|
| 2751 |
+
"learning_rate": 6.872565386755704e-06,
|
| 2752 |
+
"loss": 0.1207,
|
| 2753 |
+
"step": 3200
|
| 2754 |
+
},
|
| 2755 |
+
{
|
| 2756 |
+
"epoch": 0.8662696264212236,
|
| 2757 |
+
"eval_loss": 0.15542198717594147,
|
| 2758 |
+
"eval_runtime": 63.3581,
|
| 2759 |
+
"eval_samples_per_second": 7.892,
|
| 2760 |
+
"eval_steps_per_second": 0.253,
|
| 2761 |
+
"step": 3200
|
| 2762 |
+
},
|
| 2763 |
+
{
|
| 2764 |
+
"epoch": 0.8689767190037899,
|
| 2765 |
+
"grad_norm": 1.078125,
|
| 2766 |
+
"learning_rate": 6.733444629938787e-06,
|
| 2767 |
+
"loss": 0.1102,
|
| 2768 |
+
"step": 3210
|
| 2769 |
+
},
|
| 2770 |
+
{
|
| 2771 |
+
"epoch": 0.8716838115863562,
|
| 2772 |
+
"grad_norm": 1.2421875,
|
| 2773 |
+
"learning_rate": 6.5943238731218705e-06,
|
| 2774 |
+
"loss": 0.1394,
|
| 2775 |
+
"step": 3220
|
| 2776 |
+
},
|
| 2777 |
+
{
|
| 2778 |
+
"epoch": 0.8743909041689226,
|
| 2779 |
+
"grad_norm": 2.0625,
|
| 2780 |
+
"learning_rate": 6.455203116304953e-06,
|
| 2781 |
+
"loss": 0.1495,
|
| 2782 |
+
"step": 3230
|
| 2783 |
+
},
|
| 2784 |
+
{
|
| 2785 |
+
"epoch": 0.8770979967514889,
|
| 2786 |
+
"grad_norm": 0.7890625,
|
| 2787 |
+
"learning_rate": 6.316082359488036e-06,
|
| 2788 |
+
"loss": 0.1472,
|
| 2789 |
+
"step": 3240
|
| 2790 |
+
},
|
| 2791 |
+
{
|
| 2792 |
+
"epoch": 0.8798050893340552,
|
| 2793 |
+
"grad_norm": 6.09375,
|
| 2794 |
+
"learning_rate": 6.176961602671119e-06,
|
| 2795 |
+
"loss": 0.1169,
|
| 2796 |
+
"step": 3250
|
| 2797 |
+
},
|
| 2798 |
+
{
|
| 2799 |
+
"epoch": 0.8798050893340552,
|
| 2800 |
+
"eval_loss": 0.15612711012363434,
|
| 2801 |
+
"eval_runtime": 62.8499,
|
| 2802 |
+
"eval_samples_per_second": 7.955,
|
| 2803 |
+
"eval_steps_per_second": 0.255,
|
| 2804 |
+
"step": 3250
|
| 2805 |
+
},
|
| 2806 |
+
{
|
| 2807 |
+
"epoch": 0.8825121819166215,
|
| 2808 |
+
"grad_norm": 1.1328125,
|
| 2809 |
+
"learning_rate": 6.037840845854201e-06,
|
| 2810 |
+
"loss": 0.1208,
|
| 2811 |
+
"step": 3260
|
| 2812 |
+
},
|
| 2813 |
+
{
|
| 2814 |
+
"epoch": 0.8852192744991879,
|
| 2815 |
+
"grad_norm": 1.78125,
|
| 2816 |
+
"learning_rate": 5.898720089037284e-06,
|
| 2817 |
+
"loss": 0.1145,
|
| 2818 |
+
"step": 3270
|
| 2819 |
+
},
|
| 2820 |
+
{
|
| 2821 |
+
"epoch": 0.8879263670817542,
|
| 2822 |
+
"grad_norm": 3.21875,
|
| 2823 |
+
"learning_rate": 5.759599332220367e-06,
|
| 2824 |
+
"loss": 0.1341,
|
| 2825 |
+
"step": 3280
|
| 2826 |
+
},
|
| 2827 |
+
{
|
| 2828 |
+
"epoch": 0.8906334596643205,
|
| 2829 |
+
"grad_norm": 2.265625,
|
| 2830 |
+
"learning_rate": 5.620478575403451e-06,
|
| 2831 |
+
"loss": 0.1278,
|
| 2832 |
+
"step": 3290
|
| 2833 |
+
},
|
| 2834 |
+
{
|
| 2835 |
+
"epoch": 0.8933405522468868,
|
| 2836 |
+
"grad_norm": 2.65625,
|
| 2837 |
+
"learning_rate": 5.481357818586534e-06,
|
| 2838 |
+
"loss": 0.1932,
|
| 2839 |
+
"step": 3300
|
| 2840 |
+
},
|
| 2841 |
+
{
|
| 2842 |
+
"epoch": 0.8933405522468868,
|
| 2843 |
+
"eval_loss": 0.15443623065948486,
|
| 2844 |
+
"eval_runtime": 63.1624,
|
| 2845 |
+
"eval_samples_per_second": 7.916,
|
| 2846 |
+
"eval_steps_per_second": 0.253,
|
| 2847 |
+
"step": 3300
|
| 2848 |
+
},
|
| 2849 |
+
{
|
| 2850 |
+
"epoch": 0.8960476448294532,
|
| 2851 |
+
"grad_norm": 2.3125,
|
| 2852 |
+
"learning_rate": 5.342237061769617e-06,
|
| 2853 |
+
"loss": 0.113,
|
| 2854 |
+
"step": 3310
|
| 2855 |
+
},
|
| 2856 |
+
{
|
| 2857 |
+
"epoch": 0.8987547374120195,
|
| 2858 |
+
"grad_norm": 1.921875,
|
| 2859 |
+
"learning_rate": 5.2031163049526995e-06,
|
| 2860 |
+
"loss": 0.0939,
|
| 2861 |
+
"step": 3320
|
| 2862 |
+
},
|
| 2863 |
+
{
|
| 2864 |
+
"epoch": 0.9014618299945858,
|
| 2865 |
+
"grad_norm": 3.125,
|
| 2866 |
+
"learning_rate": 5.0639955481357824e-06,
|
| 2867 |
+
"loss": 0.122,
|
| 2868 |
+
"step": 3330
|
| 2869 |
+
},
|
| 2870 |
+
{
|
| 2871 |
+
"epoch": 0.9041689225771521,
|
| 2872 |
+
"grad_norm": 0.84765625,
|
| 2873 |
+
"learning_rate": 4.9248747913188645e-06,
|
| 2874 |
+
"loss": 0.0583,
|
| 2875 |
+
"step": 3340
|
| 2876 |
+
},
|
| 2877 |
+
{
|
| 2878 |
+
"epoch": 0.9068760151597185,
|
| 2879 |
+
"grad_norm": 1.3125,
|
| 2880 |
+
"learning_rate": 4.785754034501947e-06,
|
| 2881 |
+
"loss": 0.0985,
|
| 2882 |
+
"step": 3350
|
| 2883 |
+
},
|
| 2884 |
+
{
|
| 2885 |
+
"epoch": 0.9068760151597185,
|
| 2886 |
+
"eval_loss": 0.1550075113773346,
|
| 2887 |
+
"eval_runtime": 63.4539,
|
| 2888 |
+
"eval_samples_per_second": 7.88,
|
| 2889 |
+
"eval_steps_per_second": 0.252,
|
| 2890 |
+
"step": 3350
|
| 2891 |
+
},
|
| 2892 |
+
{
|
| 2893 |
+
"epoch": 0.9095831077422848,
|
| 2894 |
+
"grad_norm": 1.765625,
|
| 2895 |
+
"learning_rate": 4.646633277685031e-06,
|
| 2896 |
+
"loss": 0.1216,
|
| 2897 |
+
"step": 3360
|
| 2898 |
+
},
|
| 2899 |
+
{
|
| 2900 |
+
"epoch": 0.9122902003248511,
|
| 2901 |
+
"grad_norm": 1.25,
|
| 2902 |
+
"learning_rate": 4.507512520868114e-06,
|
| 2903 |
+
"loss": 0.1355,
|
| 2904 |
+
"step": 3370
|
| 2905 |
+
},
|
| 2906 |
+
{
|
| 2907 |
+
"epoch": 0.9149972929074174,
|
| 2908 |
+
"grad_norm": 0.2236328125,
|
| 2909 |
+
"learning_rate": 4.368391764051197e-06,
|
| 2910 |
+
"loss": 0.1101,
|
| 2911 |
+
"step": 3380
|
| 2912 |
+
},
|
| 2913 |
+
{
|
| 2914 |
+
"epoch": 0.9177043854899838,
|
| 2915 |
+
"grad_norm": 1.7421875,
|
| 2916 |
+
"learning_rate": 4.22927100723428e-06,
|
| 2917 |
+
"loss": 0.0976,
|
| 2918 |
+
"step": 3390
|
| 2919 |
+
},
|
| 2920 |
+
{
|
| 2921 |
+
"epoch": 0.9204114780725501,
|
| 2922 |
+
"grad_norm": 0.83984375,
|
| 2923 |
+
"learning_rate": 4.090150250417363e-06,
|
| 2924 |
+
"loss": 0.1194,
|
| 2925 |
+
"step": 3400
|
| 2926 |
+
},
|
| 2927 |
+
{
|
| 2928 |
+
"epoch": 0.9204114780725501,
|
| 2929 |
+
"eval_loss": 0.15643475949764252,
|
| 2930 |
+
"eval_runtime": 63.0287,
|
| 2931 |
+
"eval_samples_per_second": 7.933,
|
| 2932 |
+
"eval_steps_per_second": 0.254,
|
| 2933 |
+
"step": 3400
|
| 2934 |
+
},
|
| 2935 |
+
{
|
| 2936 |
+
"epoch": 0.9231185706551164,
|
| 2937 |
+
"grad_norm": 3.0625,
|
| 2938 |
+
"learning_rate": 3.951029493600445e-06,
|
| 2939 |
+
"loss": 0.1401,
|
| 2940 |
+
"step": 3410
|
| 2941 |
+
},
|
| 2942 |
+
{
|
| 2943 |
+
"epoch": 0.9258256632376828,
|
| 2944 |
+
"grad_norm": 1.2421875,
|
| 2945 |
+
"learning_rate": 3.811908736783528e-06,
|
| 2946 |
+
"loss": 0.1137,
|
| 2947 |
+
"step": 3420
|
| 2948 |
+
},
|
| 2949 |
+
{
|
| 2950 |
+
"epoch": 0.9285327558202491,
|
| 2951 |
+
"grad_norm": 3.109375,
|
| 2952 |
+
"learning_rate": 3.672787979966611e-06,
|
| 2953 |
+
"loss": 0.1236,
|
| 2954 |
+
"step": 3430
|
| 2955 |
+
},
|
| 2956 |
+
{
|
| 2957 |
+
"epoch": 0.9312398484028154,
|
| 2958 |
+
"grad_norm": 3.109375,
|
| 2959 |
+
"learning_rate": 3.533667223149694e-06,
|
| 2960 |
+
"loss": 0.1108,
|
| 2961 |
+
"step": 3440
|
| 2962 |
+
},
|
| 2963 |
+
{
|
| 2964 |
+
"epoch": 0.9339469409853817,
|
| 2965 |
+
"grad_norm": 2.796875,
|
| 2966 |
+
"learning_rate": 3.3945464663327773e-06,
|
| 2967 |
+
"loss": 0.1309,
|
| 2968 |
+
"step": 3450
|
| 2969 |
+
},
|
| 2970 |
+
{
|
| 2971 |
+
"epoch": 0.9339469409853817,
|
| 2972 |
+
"eval_loss": 0.1561814844608307,
|
| 2973 |
+
"eval_runtime": 63.1871,
|
| 2974 |
+
"eval_samples_per_second": 7.913,
|
| 2975 |
+
"eval_steps_per_second": 0.253,
|
| 2976 |
+
"step": 3450
|
| 2977 |
+
},
|
| 2978 |
+
{
|
| 2979 |
+
"epoch": 0.9366540335679481,
|
| 2980 |
+
"grad_norm": 2.265625,
|
| 2981 |
+
"learning_rate": 3.25542570951586e-06,
|
| 2982 |
+
"loss": 0.197,
|
| 2983 |
+
"step": 3460
|
| 2984 |
+
},
|
| 2985 |
+
{
|
| 2986 |
+
"epoch": 0.9393611261505144,
|
| 2987 |
+
"grad_norm": 2.796875,
|
| 2988 |
+
"learning_rate": 3.1163049526989427e-06,
|
| 2989 |
+
"loss": 0.1253,
|
| 2990 |
+
"step": 3470
|
| 2991 |
+
},
|
| 2992 |
+
{
|
| 2993 |
+
"epoch": 0.9420682187330807,
|
| 2994 |
+
"grad_norm": 2.125,
|
| 2995 |
+
"learning_rate": 2.9771841958820256e-06,
|
| 2996 |
+
"loss": 0.1318,
|
| 2997 |
+
"step": 3480
|
| 2998 |
+
},
|
| 2999 |
+
{
|
| 3000 |
+
"epoch": 0.944775311315647,
|
| 3001 |
+
"grad_norm": 5.21875,
|
| 3002 |
+
"learning_rate": 2.838063439065109e-06,
|
| 3003 |
+
"loss": 0.1233,
|
| 3004 |
+
"step": 3490
|
| 3005 |
+
},
|
| 3006 |
+
{
|
| 3007 |
+
"epoch": 0.9474824038982134,
|
| 3008 |
+
"grad_norm": 0.703125,
|
| 3009 |
+
"learning_rate": 2.6989426822481914e-06,
|
| 3010 |
+
"loss": 0.1058,
|
| 3011 |
+
"step": 3500
|
| 3012 |
+
},
|
| 3013 |
+
{
|
| 3014 |
+
"epoch": 0.9474824038982134,
|
| 3015 |
+
"eval_loss": 0.1561388522386551,
|
| 3016 |
+
"eval_runtime": 73.2191,
|
| 3017 |
+
"eval_samples_per_second": 6.829,
|
| 3018 |
+
"eval_steps_per_second": 0.219,
|
| 3019 |
+
"step": 3500
|
| 3020 |
+
}
|
| 3021 |
+
],
|
| 3022 |
+
"logging_steps": 10,
|
| 3023 |
+
"max_steps": 3694,
|
| 3024 |
+
"num_input_tokens_seen": 0,
|
| 3025 |
+
"num_train_epochs": 1,
|
| 3026 |
+
"save_steps": 500,
|
| 3027 |
+
"stateful_callbacks": {
|
| 3028 |
+
"TrainerControl": {
|
| 3029 |
+
"args": {
|
| 3030 |
+
"should_epoch_stop": false,
|
| 3031 |
+
"should_evaluate": false,
|
| 3032 |
+
"should_log": false,
|
| 3033 |
+
"should_save": true,
|
| 3034 |
+
"should_training_stop": false
|
| 3035 |
+
},
|
| 3036 |
+
"attributes": {}
|
| 3037 |
+
}
|
| 3038 |
+
},
|
| 3039 |
+
"total_flos": 2.05068095973888e+18,
|
| 3040 |
+
"train_batch_size": 32,
|
| 3041 |
+
"trial_name": null,
|
| 3042 |
+
"trial_params": null
|
| 3043 |
+
}
|
colpali-v1.1/checkpoint-3500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a581b995cbd1ceefb231054f009a9d0777044fc25ab0e59050e256a55069eded
|
| 3 |
+
size 5048
|
colpali-v1.1/git_hash.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
e8348666a5a7fff4dd7d53d81411a46f7e011eba
|
colpali-v1.1/preprocessor_config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_valid_processor_keys": [
|
| 3 |
+
"images",
|
| 4 |
+
"do_resize",
|
| 5 |
+
"size",
|
| 6 |
+
"resample",
|
| 7 |
+
"do_rescale",
|
| 8 |
+
"rescale_factor",
|
| 9 |
+
"do_normalize",
|
| 10 |
+
"image_mean",
|
| 11 |
+
"image_std",
|
| 12 |
+
"return_tensors",
|
| 13 |
+
"data_format",
|
| 14 |
+
"input_data_format",
|
| 15 |
+
"do_convert_rgb"
|
| 16 |
+
],
|
| 17 |
+
"do_convert_rgb": null,
|
| 18 |
+
"do_normalize": true,
|
| 19 |
+
"do_rescale": true,
|
| 20 |
+
"do_resize": true,
|
| 21 |
+
"image_mean": [
|
| 22 |
+
0.5,
|
| 23 |
+
0.5,
|
| 24 |
+
0.5
|
| 25 |
+
],
|
| 26 |
+
"image_processor_type": "SiglipImageProcessor",
|
| 27 |
+
"image_seq_length": 1024,
|
| 28 |
+
"image_std": [
|
| 29 |
+
0.5,
|
| 30 |
+
0.5,
|
| 31 |
+
0.5
|
| 32 |
+
],
|
| 33 |
+
"processor_class": "PaliGemmaProcessor",
|
| 34 |
+
"resample": 3,
|
| 35 |
+
"rescale_factor": 0.00392156862745098,
|
| 36 |
+
"size": {
|
| 37 |
+
"height": 448,
|
| 38 |
+
"width": 448
|
| 39 |
+
}
|
| 40 |
+
}
|
colpali-v1.1/results.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"validation_set": {"ndcg_at_1": 0.782, "ndcg_at_3": 0.83869, "ndcg_at_5": 0.84945, "ndcg_at_10": 0.86122, "ndcg_at_20": 0.86639, "ndcg_at_100": 0.87296, "ndcg_at_1000": 0.87382, "map_at_1": 0.782, "map_at_3": 0.82567, "map_at_5": 0.83167, "map_at_10": 0.83659, "map_at_20": 0.83807, "map_at_100": 0.83894, "map_at_1000": 0.83899, "recall_at_1": 0.782, "recall_at_3": 0.876, "recall_at_5": 0.902, "recall_at_10": 0.938, "recall_at_20": 0.958, "recall_at_100": 0.994, "recall_at_1000": 1.0, "precision_at_1": 0.782, "precision_at_3": 0.292, "precision_at_5": 0.1804, "precision_at_10": 0.0938, "precision_at_20": 0.0479, "precision_at_100": 0.00994, "precision_at_1000": 0.001, "mrr_at_1": 0.786, "mrr_at_3": 0.8293333333333331, "mrr_at_5": 0.8353333333333332, "mrr_at_10": 0.8401857142857142, "mrr_at_20": 0.8413927173703489, "mrr_at_100": 0.842343017479603, "mrr_at_1000": 0.84237119907226, "naucs_at_1_max": 0.1287204083634169, "naucs_at_1_std": 0.04394670353021356, "naucs_at_1_diff1": 0.9147079015332307, "naucs_at_3_max": 0.15408207410154462, "naucs_at_3_std": 0.24171070115262258, "naucs_at_3_diff1": 0.8671703593832085, "naucs_at_5_max": 0.14837363516835303, "naucs_at_5_std": 0.31976600163875035, "naucs_at_5_diff1": 0.8631452581032408, "naucs_at_10_max": 0.1179633143579976, "naucs_at_10_std": 0.597316345893196, "naucs_at_10_diff1": 0.8860124695039325, "naucs_at_20_max": 0.12424969987995331, "naucs_at_20_std": 0.7891823396025082, "naucs_at_20_diff1": 0.9336401227157501, "naucs_at_100_max": -0.17133520074699127, "naucs_at_100_std": 1.0, "naucs_at_100_diff1": 1.0, "naucs_at_1000_max": 1.0, "naucs_at_1000_std": 1.0, "naucs_at_1000_diff1": 1.0}, "syntheticDocQA_energy": {"ndcg_at_1": 0.87, "ndcg_at_3": 0.91917, "ndcg_at_5": 0.92347, "ndcg_at_10": 0.92937, "ndcg_at_20": 0.92937, "ndcg_at_100": 0.93128, "ndcg_at_1000": 0.93277, "map_at_1": 0.87, "map_at_3": 0.90833, "map_at_5": 0.91083, "map_at_10": 0.91294, "map_at_20": 0.91294, "map_at_100": 0.91321, "map_at_1000": 0.91331, "recall_at_1": 0.87, "recall_at_3": 0.95, "recall_at_5": 0.96, "recall_at_10": 0.98, "recall_at_20": 0.98, "recall_at_100": 0.99, "recall_at_1000": 1.0, "precision_at_1": 0.87, "precision_at_3": 0.31667, "precision_at_5": 0.192, "precision_at_10": 0.098, "precision_at_20": 0.049, "precision_at_100": 0.0099, "precision_at_1000": 0.001, "mrr_at_1": 0.88, "mrr_at_3": 0.9133333333333333, "mrr_at_5": 0.9158333333333333, "mrr_at_10": 0.9183730158730158, "mrr_at_20": 0.9183730158730158, "mrr_at_100": 0.9187453269596126, "mrr_at_1000": 0.9187453269596126, "naucs_at_1_max": 0.24364955935718074, "naucs_at_1_std": -0.12800859068355205, "naucs_at_1_diff1": 0.9218692142486855, "naucs_at_3_max": 0.21577964519141157, "naucs_at_3_std": -0.2550887021475216, "naucs_at_3_diff1": 0.9477124183006521, "naucs_at_5_max": 0.05240429505135564, "naucs_at_5_std": -0.5361811391223089, "naucs_at_5_diff1": 0.9346405228758139, "naucs_at_10_max": 0.7957516339869297, "naucs_at_10_std": 0.07936507936508234, "naucs_at_10_diff1": 0.9346405228758136, "naucs_at_20_max": 0.7957516339869297, "naucs_at_20_std": 0.07936507936508234, "naucs_at_20_diff1": 0.9346405228758136, "naucs_at_100_max": 0.8692810457516374, "naucs_at_100_std": 0.7222222222222041, "naucs_at_100_diff1": 0.8692810457516374, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "syntheticDocQA_healthcare_industry": {"ndcg_at_1": 0.92, "ndcg_at_3": 0.94893, "ndcg_at_5": 0.94893, "ndcg_at_10": 0.94893, "ndcg_at_20": 0.95163, "ndcg_at_100": 0.95554, "ndcg_at_1000": 0.95554, "map_at_1": 0.92, "map_at_3": 0.94167, "map_at_5": 0.94167, "map_at_10": 0.94167, "map_at_20": 0.9425, "map_at_100": 0.94313, "map_at_1000": 0.94313, "recall_at_1": 0.92, "recall_at_3": 0.97, "recall_at_5": 0.97, "recall_at_10": 0.97, "recall_at_20": 0.98, "recall_at_100": 1.0, "recall_at_1000": 1.0, "precision_at_1": 0.92, "precision_at_3": 0.32333, "precision_at_5": 0.194, "precision_at_10": 0.097, "precision_at_20": 0.049, "precision_at_100": 0.01, "precision_at_1000": 0.001, "mrr_at_1": 0.92, "mrr_at_3": 0.9416666666666665, "mrr_at_5": 0.9416666666666665, "mrr_at_10": 0.9426666666666665, "mrr_at_20": 0.9426666666666665, "mrr_at_100": 0.9433152709359603, "mrr_at_1000": 0.9433152709359603, "naucs_at_1_max": 0.129493464052287, "naucs_at_1_std": -0.1989379084967342, "naucs_at_1_diff1": 0.8468137254901948, "naucs_at_3_max": -0.00964830376594965, "naucs_at_3_std": -0.7268907563025196, "naucs_at_3_diff1": 0.8638344226579548, "naucs_at_5_max": -0.009648303765951795, "naucs_at_5_std": -0.7268907563025226, "naucs_at_5_diff1": 0.8638344226579531, "naucs_at_10_max": -0.009648303765951795, "naucs_at_10_std": -0.7268907563025226, "naucs_at_10_diff1": 0.8638344226579531, "naucs_at_20_max": -0.5144724556489195, "naucs_at_20_std": -1.1517273576097127, "naucs_at_20_diff1": 0.9346405228758136, "naucs_at_100_max": NaN, "naucs_at_100_std": NaN, "naucs_at_100_diff1": NaN, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "syntheticDocQA_artificial_intelligence_test": {"ndcg_at_1": 0.95, "ndcg_at_3": 0.97393, "ndcg_at_5": 0.97393, "ndcg_at_10": 0.97393, "ndcg_at_20": 0.97393, "ndcg_at_100": 0.97581, "ndcg_at_1000": 0.97581, "map_at_1": 0.95, "map_at_3": 0.96833, "map_at_5": 0.96833, "map_at_10": 0.96833, "map_at_20": 0.96833, "map_at_100": 0.96859, "map_at_1000": 0.96859, "recall_at_1": 0.95, "recall_at_3": 0.99, "recall_at_5": 0.99, "recall_at_10": 0.99, "recall_at_20": 0.99, "recall_at_100": 1.0, "recall_at_1000": 1.0, "precision_at_1": 0.95, "precision_at_3": 0.33, "precision_at_5": 0.198, "precision_at_10": 0.099, "precision_at_20": 0.0495, "precision_at_100": 0.01, "precision_at_1000": 0.001, "mrr_at_1": 0.95, "mrr_at_3": 0.9683333333333334, "mrr_at_5": 0.9683333333333334, "mrr_at_10": 0.9683333333333334, "mrr_at_20": 0.9683333333333334, "mrr_at_100": 0.9686111111111111, "mrr_at_1000": 0.9686111111111111, "naucs_at_1_max": -0.2407096171802055, "naucs_at_1_std": -0.8749766573295958, "naucs_at_1_diff1": 0.8846872082166202, "naucs_at_3_max": -1.7399626517274398, "naucs_at_3_std": -1.7399626517274398, "naucs_at_3_diff1": 0.5541549953314585, "naucs_at_5_max": -1.7399626517273863, "naucs_at_5_std": -1.7399626517273863, "naucs_at_5_diff1": 0.5541549953314738, "naucs_at_10_max": -1.7399626517273863, "naucs_at_10_std": -1.7399626517273863, "naucs_at_10_diff1": 0.5541549953314738, "naucs_at_20_max": -1.7399626517273863, "naucs_at_20_std": -1.7399626517273863, "naucs_at_20_diff1": 0.5541549953314738, "naucs_at_100_max": NaN, "naucs_at_100_std": NaN, "naucs_at_100_diff1": NaN, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "syntheticDocQA_government_reports": {"ndcg_at_1": 0.86, "ndcg_at_3": 0.91286, "ndcg_at_5": 0.92147, "ndcg_at_10": 0.92448, "ndcg_at_20": 0.92727, "ndcg_at_100": 0.92929, "ndcg_at_1000": 0.92929, "map_at_1": 0.86, "map_at_3": 0.9, "map_at_5": 0.905, "map_at_10": 0.90611, "map_at_20": 0.90702, "map_at_100": 0.90735, "map_at_1000": 0.90735, "recall_at_1": 0.86, "recall_at_3": 0.95, "recall_at_5": 0.97, "recall_at_10": 0.98, "recall_at_20": 0.99, "recall_at_100": 1.0, "recall_at_1000": 1.0, "precision_at_1": 0.86, "precision_at_3": 0.31667, "precision_at_5": 0.194, "precision_at_10": 0.098, "precision_at_20": 0.0495, "precision_at_100": 0.01, "precision_at_1000": 0.001, "mrr_at_1": 0.86, "mrr_at_3": 0.9, "mrr_at_5": 0.905, "mrr_at_10": 0.90625, "mrr_at_20": 0.907159090909091, "mrr_at_100": 0.9075039184952978, "mrr_at_1000": 0.9075039184952978, "naucs_at_1_max": 0.43501454898157155, "naucs_at_1_std": 0.2136275460717749, "naucs_at_1_diff1": 0.9035263960094214, "naucs_at_3_max": 0.6491129785247453, "naucs_at_3_std": 0.4804855275443501, "naucs_at_3_diff1": 0.9477124183006521, "naucs_at_5_max": 1.0, "naucs_at_5_std": 1.0, "naucs_at_5_diff1": 0.9128540305010848, "naucs_at_10_max": 1.0, "naucs_at_10_std": 1.0, "naucs_at_10_diff1": 0.9346405228758136, "naucs_at_20_max": 1.0, "naucs_at_20_std": 1.0, "naucs_at_20_diff1": 0.8692810457516413, "naucs_at_100_max": NaN, "naucs_at_100_std": NaN, "naucs_at_100_diff1": NaN, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "infovqa_subsampled": {"ndcg_at_1": 0.732, "ndcg_at_3": 0.79395, "ndcg_at_5": 0.81366, "ndcg_at_10": 0.82475, "ndcg_at_20": 0.82906, "ndcg_at_100": 0.83691, "ndcg_at_1000": 0.83975, "map_at_1": 0.732, "map_at_3": 0.77933, "map_at_5": 0.79023, "map_at_10": 0.79487, "map_at_20": 0.79593, "map_at_100": 0.79706, "map_at_1000": 0.79717, "recall_at_1": 0.732, "recall_at_3": 0.836, "recall_at_5": 0.884, "recall_at_10": 0.918, "recall_at_20": 0.936, "recall_at_100": 0.978, "recall_at_1000": 1.0, "precision_at_1": 0.732, "precision_at_3": 0.27867, "precision_at_5": 0.1768, "precision_at_10": 0.0918, "precision_at_20": 0.0468, "precision_at_100": 0.00978, "precision_at_1000": 0.001, "mrr_at_1": 0.732, "mrr_at_3": 0.7786666666666665, "mrr_at_5": 0.7900666666666664, "mrr_at_10": 0.794449206349206, "mrr_at_20": 0.7953232247284874, "mrr_at_100": 0.7966255910510839, "mrr_at_1000": 0.7967190443508116, "naucs_at_1_max": 0.4347700535605503, "naucs_at_1_std": 0.0052057373871626685, "naucs_at_1_diff1": 0.865643715535724, "naucs_at_3_max": 0.6048031004775511, "naucs_at_3_std": 0.15614576084087275, "naucs_at_3_diff1": 0.8398166590674573, "naucs_at_5_max": 0.5930604282107613, "naucs_at_5_std": 0.1861700383619125, "naucs_at_5_diff1": 0.7956080527230405, "naucs_at_10_max": 0.6479242103345397, "naucs_at_10_std": 0.25604062763316404, "naucs_at_10_diff1": 0.7970326341918881, "naucs_at_20_max": 0.6982668067226916, "naucs_at_20_std": 0.40970763305321833, "naucs_at_20_diff1": 0.7613941409897302, "naucs_at_100_max": 0.9762329174093898, "naucs_at_100_std": 0.8936847466259251, "naucs_at_100_diff1": 0.80561921738392, "naucs_at_1000_max": 1.0, "naucs_at_1000_std": 1.0, "naucs_at_1000_diff1": 1.0}, "docvqa_subsampled": {"ndcg_at_1": 0.458, "ndcg_at_3": 0.5249, "ndcg_at_5": 0.54987, "ndcg_at_10": 0.5691, "ndcg_at_20": 0.58534, "ndcg_at_100": 0.60898, "ndcg_at_1000": 0.62315, "map_at_1": 0.458, "map_at_3": 0.508, "map_at_5": 0.522, "map_at_10": 0.52983, "map_at_20": 0.53432, "map_at_100": 0.53744, "map_at_1000": 0.53795, "recall_at_1": 0.458, "recall_at_3": 0.574, "recall_at_5": 0.634, "recall_at_10": 0.694, "recall_at_20": 0.758, "recall_at_100": 0.888, "recall_at_1000": 1.0, "precision_at_1": 0.458, "precision_at_3": 0.19133, "precision_at_5": 0.1268, "precision_at_10": 0.0694, "precision_at_20": 0.0379, "precision_at_100": 0.00888, "precision_at_1000": 0.001, "mrr_at_1": 0.462, "mrr_at_3": 0.5103333333333334, "mrr_at_5": 0.5240333333333334, "mrr_at_10": 0.5330150793650792, "mrr_at_20": 0.5363530102594342, "mrr_at_100": 0.5398099695126392, "mrr_at_1000": 0.540360971784682, "naucs_at_1_max": 0.14478705160292352, "naucs_at_1_std": 0.3721140942241178, "naucs_at_1_diff1": 0.8556357724943732, "naucs_at_3_max": 0.0955052454658937, "naucs_at_3_std": 0.4342882512519065, "naucs_at_3_diff1": 0.7991501163256658, "naucs_at_5_max": 0.01343769437454414, "naucs_at_5_std": 0.48670912254002735, "naucs_at_5_diff1": 0.7732231206645599, "naucs_at_10_max": -0.024673527538943748, "naucs_at_10_std": 0.5356353895792051, "naucs_at_10_diff1": 0.7689667071014644, "naucs_at_20_max": -0.12562798953100113, "naucs_at_20_std": 0.5620597626854955, "naucs_at_20_diff1": 0.7722820785003025, "naucs_at_100_max": -0.23859408820346314, "naucs_at_100_std": 0.864870806277056, "naucs_at_100_diff1": 0.7339945211038957, "naucs_at_1000_max": 1.0, "naucs_at_1000_std": 1.0, "naucs_at_1000_diff1": 1.0}, "arxivqa_subsampled": {"ndcg_at_1": 0.712, "ndcg_at_3": 0.76712, "ndcg_at_5": 0.78364, "ndcg_at_10": 0.80123, "ndcg_at_20": 0.812, "ndcg_at_100": 0.81995, "ndcg_at_1000": 0.82209, "map_at_1": 0.712, "map_at_3": 0.75367, "map_at_5": 0.76287, "map_at_10": 0.77019, "map_at_20": 0.77323, "map_at_100": 0.7744, "map_at_1000": 0.77449, "recall_at_1": 0.712, "recall_at_3": 0.806, "recall_at_5": 0.846, "recall_at_10": 0.9, "recall_at_20": 0.942, "recall_at_100": 0.984, "recall_at_1000": 1.0, "precision_at_1": 0.712, "precision_at_3": 0.26867, "precision_at_5": 0.1692, "precision_at_10": 0.09, "precision_at_20": 0.0471, "precision_at_100": 0.00984, "precision_at_1000": 0.001, "mrr_at_1": 0.724, "mrr_at_3": 0.7626666666666667, "mrr_at_5": 0.7716666666666666, "mrr_at_10": 0.7785738095238096, "mrr_at_20": 0.7814459001782531, "mrr_at_100": 0.7824821791237915, "mrr_at_1000": 0.7825927236311448, "naucs_at_1_max": 0.5179261037469994, "naucs_at_1_std": 0.0715515827456125, "naucs_at_1_diff1": 0.8994028359700004, "naucs_at_3_max": 0.5866330274286543, "naucs_at_3_std": 0.15098605444623744, "naucs_at_3_diff1": 0.8370723586175715, "naucs_at_5_max": 0.6037655521242381, "naucs_at_5_std": 0.16178021782505292, "naucs_at_5_diff1": 0.8241259674406191, "naucs_at_10_max": 0.5842483660130722, "naucs_at_10_std": 0.20487394957983113, "naucs_at_10_diff1": 0.7742016806722692, "naucs_at_20_max": 0.735455101580865, "naucs_at_20_std": 0.3710035738433312, "naucs_at_20_diff1": 0.7694871051869058, "naucs_at_100_max": 0.8503151260504297, "naucs_at_100_std": 0.5717787114846009, "naucs_at_100_diff1": 0.8129668534080331, "naucs_at_1000_max": 1.0, "naucs_at_1000_std": 1.0, "naucs_at_1000_diff1": 1.0}, "tabfquad_subsampled": {"ndcg_at_1": 0.76429, "ndcg_at_3": 0.83078, "ndcg_at_5": 0.84353, "ndcg_at_10": 0.85388, "ndcg_at_20": 0.86455, "ndcg_at_100": 0.86741, "ndcg_at_1000": 0.86741, "map_at_1": 0.76429, "map_at_3": 0.81429, "map_at_5": 0.82107, "map_at_10": 0.82532, "map_at_20": 0.82817, "map_at_100": 0.82864, "map_at_1000": 0.82864, "recall_at_1": 0.76429, "recall_at_3": 0.87857, "recall_at_5": 0.91071, "recall_at_10": 0.94286, "recall_at_20": 0.98571, "recall_at_100": 1.0, "recall_at_1000": 1.0, "precision_at_1": 0.76429, "precision_at_3": 0.29286, "precision_at_5": 0.18214, "precision_at_10": 0.09429, "precision_at_20": 0.04929, "precision_at_100": 0.01, "precision_at_1000": 0.001, "mrr_at_1": 0.7571428571428571, "mrr_at_3": 0.8095238095238096, "mrr_at_5": 0.8179166666666666, "mrr_at_10": 0.8214625850340135, "mrr_at_20": 0.8241040305215449, "mrr_at_100": 0.8247231380884232, "mrr_at_1000": 0.8247231380884232, "naucs_at_1_max": 0.4032387013842082, "naucs_at_1_std": 0.20721575143829152, "naucs_at_1_diff1": 0.8371243592356286, "naucs_at_3_max": 0.37018609096531074, "naucs_at_3_std": 0.19961207623545132, "naucs_at_3_diff1": 0.7850677461067068, "naucs_at_5_max": 0.49086834733893503, "naucs_at_5_std": 0.26750700280112155, "naucs_at_5_diff1": 0.7712791783380023, "naucs_at_10_max": 0.5342845471521948, "naucs_at_10_std": 0.382148692810459, "naucs_at_10_diff1": 0.7389122315592906, "naucs_at_20_max": 0.42938842203549277, "naucs_at_20_std": 0.5764472455649069, "naucs_at_20_diff1": 0.8978758169934754, "naucs_at_100_max": 1.0, "naucs_at_100_std": 1.0, "naucs_at_100_diff1": 1.0, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "tatdqa": {"ndcg_at_1": 0.51714, "ndcg_at_3": 0.63347, "ndcg_at_5": 0.65997, "ndcg_at_10": 0.68432, "ndcg_at_20": 0.69776, "ndcg_at_100": 0.71265, "ndcg_at_1000": 0.7148, "map_at_1": 0.51714, "map_at_3": 0.60543, "map_at_5": 0.62013, "map_at_10": 0.63032, "map_at_20": 0.63413, "map_at_100": 0.63629, "map_at_1000": 0.63639, "recall_at_1": 0.51714, "recall_at_3": 0.71437, "recall_at_5": 0.77871, "recall_at_10": 0.85328, "recall_at_20": 0.90559, "recall_at_100": 0.98437, "recall_at_1000": 1.0, "precision_at_1": 0.51714, "precision_at_3": 0.23812, "precision_at_5": 0.15574, "precision_at_10": 0.08533, "precision_at_20": 0.04528, "precision_at_100": 0.00984, "precision_at_1000": 0.001, "mrr_at_1": 0.5189416716776909, "mrr_at_3": 0.6063339346562444, "mrr_at_5": 0.6203447584686321, "mrr_at_10": 0.6304701295230465, "mrr_at_20": 0.6343502614596628, "mrr_at_100": 0.6366034259317307, "mrr_at_1000": 0.6366958159270893, "naucs_at_1_max": 0.16652309459558007, "naucs_at_1_std": -0.06670433006927416, "naucs_at_1_diff1": 0.6953792910740597, "naucs_at_3_max": 0.16902492509679246, "naucs_at_3_std": -0.03701362337519723, "naucs_at_3_diff1": 0.5494053126321319, "naucs_at_5_max": 0.21105315084874532, "naucs_at_5_std": 0.04611791703673267, "naucs_at_5_diff1": 0.5162174552139975, "naucs_at_10_max": 0.23091913809374726, "naucs_at_10_std": 0.10830125135311366, "naucs_at_10_diff1": 0.4866871626269709, "naucs_at_20_max": 0.2725948129883982, "naucs_at_20_std": 0.24954038307560938, "naucs_at_20_diff1": 0.4588931923467883, "naucs_at_100_max": 0.6502319824989845, "naucs_at_100_std": 0.6011619544721175, "naucs_at_100_diff1": 0.7480994634253559, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}, "shift_project": {"ndcg_at_1": 0.56, "ndcg_at_3": 0.70095, "ndcg_at_5": 0.72934, "ndcg_at_10": 0.74318, "ndcg_at_20": 0.7537, "ndcg_at_100": 0.75912, "ndcg_at_1000": 0.76194, "map_at_1": 0.56, "map_at_3": 0.66667, "map_at_5": 0.68217, "map_at_10": 0.68842, "map_at_20": 0.69152, "map_at_100": 0.69222, "map_at_1000": 0.69237, "recall_at_1": 0.56, "recall_at_3": 0.8, "recall_at_5": 0.87, "recall_at_10": 0.91, "recall_at_20": 0.95, "recall_at_100": 0.98, "recall_at_1000": 1.0, "precision_at_1": 0.56, "precision_at_3": 0.26667, "precision_at_5": 0.174, "precision_at_10": 0.091, "precision_at_20": 0.0475, "precision_at_100": 0.0098, "precision_at_1000": 0.001, "mrr_at_1": 0.59, "mrr_at_3": 0.69, "mrr_at_5": 0.7055, "mrr_at_10": 0.7100833333333334, "mrr_at_20": 0.7131832236391059, "mrr_at_100": 0.7139141492175927, "mrr_at_1000": 0.7140687525760177, "naucs_at_1_max": -0.06823472632296203, "naucs_at_1_std": -0.21851578469225566, "naucs_at_1_diff1": 0.6402168975698381, "naucs_at_3_max": -0.5083416583416578, "naucs_at_3_std": -0.719330669330669, "naucs_at_3_diff1": 0.49285714285714205, "naucs_at_5_max": -0.40505813522920514, "naucs_at_5_std": -0.5592460934607096, "naucs_at_5_diff1": 0.3987632377990074, "naucs_at_10_max": -0.4162776221599734, "naucs_at_10_std": -0.47852474323062383, "naucs_at_10_diff1": 0.4046062869592272, "naucs_at_20_max": -0.5808590102707625, "naucs_at_20_std": -0.5164332399626398, "naucs_at_20_diff1": 0.4697478991596656, "naucs_at_100_max": -1.4458450046685247, "naucs_at_100_std": -1.4458450046685247, "naucs_at_100_diff1": 0.6790382819794637, "naucs_at_1000_max": NaN, "naucs_at_1000_std": NaN, "naucs_at_1000_diff1": NaN}}
|
colpali-v1.1/special_tokens_map.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<image>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
}
|
| 10 |
+
],
|
| 11 |
+
"bos_token": {
|
| 12 |
+
"content": "<bos>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false
|
| 17 |
+
},
|
| 18 |
+
"eos_token": {
|
| 19 |
+
"content": "<eos>",
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"rstrip": false,
|
| 23 |
+
"single_word": false
|
| 24 |
+
},
|
| 25 |
+
"pad_token": {
|
| 26 |
+
"content": "<pad>",
|
| 27 |
+
"lstrip": false,
|
| 28 |
+
"normalized": false,
|
| 29 |
+
"rstrip": false,
|
| 30 |
+
"single_word": false
|
| 31 |
+
},
|
| 32 |
+
"unk_token": {
|
| 33 |
+
"content": "<unk>",
|
| 34 |
+
"lstrip": false,
|
| 35 |
+
"normalized": false,
|
| 36 |
+
"rstrip": false,
|
| 37 |
+
"single_word": false
|
| 38 |
+
}
|
| 39 |
+
}
|
colpali-v1.1/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffd310e50986db7a039948ab83441d612689e7f989198e31b5c8984ca458adf6
|
| 3 |
+
size 17763459
|
colpali-v1.1/tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
colpali-v1.1/training_config.yml
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
config:
|
| 2 |
+
(): colpali_engine.utils.train_colpali_engine_models.ColModelTrainingConfig
|
| 3 |
+
output_dir: !path ../../../models/right_pad/train_colpali-3b-mix-448
|
| 4 |
+
processor:
|
| 5 |
+
() : colpali_engine.utils.wrapper.AutoProcessorWrapper
|
| 6 |
+
pretrained_model_name_or_path: "./models/colpaligemma-3b-mix-448-base" # "./models/paligemma-3b-mix-448"
|
| 7 |
+
max_length: 50
|
| 8 |
+
model:
|
| 9 |
+
(): colpali_engine.utils.wrapper.AllPurposeWrapper
|
| 10 |
+
class_to_instanciate: !ext colpali_engine.models.paligemma_colbert_architecture.ColPali
|
| 11 |
+
pretrained_model_name_or_path: "./models/colpaligemma-3b-mix-448-base"
|
| 12 |
+
torch_dtype: !ext torch.bfloat16
|
| 13 |
+
# device_map: "auto"
|
| 14 |
+
# quantization_config:
|
| 15 |
+
# (): transformers.BitsAndBytesConfig
|
| 16 |
+
# load_in_4bit: true
|
| 17 |
+
# bnb_4bit_quant_type: "nf4"
|
| 18 |
+
# bnb_4bit_compute_dtype: "bfloat16"
|
| 19 |
+
# bnb_4bit_use_double_quant: true
|
| 20 |
+
|
| 21 |
+
dataset_loading_func: !ext colpali_engine.utils.dataset_transformation.load_train_set
|
| 22 |
+
eval_dataset_loader: !import ../data/test_data.yaml
|
| 23 |
+
|
| 24 |
+
max_length: 50
|
| 25 |
+
run_eval: true
|
| 26 |
+
add_suffix: true
|
| 27 |
+
loss_func:
|
| 28 |
+
(): colpali_engine.loss.colbert_loss.ColbertPairwiseCELoss
|
| 29 |
+
tr_args: !import ../tr_args/default_tr_args.yaml
|
| 30 |
+
peft_config:
|
| 31 |
+
(): peft.LoraConfig
|
| 32 |
+
r: 32
|
| 33 |
+
lora_alpha: 32
|
| 34 |
+
lora_dropout: 0.1
|
| 35 |
+
init_lora_weights: "gaussian"
|
| 36 |
+
bias: "none"
|
| 37 |
+
task_type: "FEATURE_EXTRACTION"
|
| 38 |
+
target_modules: '(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)'
|
| 39 |
+
# target_modules: '(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)'
|
| 40 |
+
|
colqwen2-v1.0/.gitattributes
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
colqwen2-v1.0/README.md
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: colpali
|
| 4 |
+
base_model: vidore/colqwen2-base
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- colpali
|
| 9 |
+
- vidore-experimental
|
| 10 |
+
- vidore
|
| 11 |
+
pipeline_tag: visual-document-retrieval
|
| 12 |
+
---
|
| 13 |
+
# ColQwen2: Visual Retriever based on Qwen2-VL-2B-Instruct with ColBERT strategy
|
| 14 |
+
|
| 15 |
+
### This is the base version trained with batch_size 256 instead of 32 for 5 epoch and with the updated pad token
|
| 16 |
+
|
| 17 |
+
ColQwen2 is a model based on a novel model architecture and training strategy based on Vision Language Models (VLMs) to efficiently index documents from their visual features.
|
| 18 |
+
It is a [Qwen2-VL-2B](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct) extension that generates [ColBERT](https://arxiv.org/abs/2004.12832)- style multi-vector representations of text and images.
|
| 19 |
+
It was introduced in the paper [ColPali: Efficient Document Retrieval with Vision Language Models](https://arxiv.org/abs/2407.01449) and first released in [this repository](https://github.com/ManuelFay/colpali)
|
| 20 |
+
|
| 21 |
+
<p align="center"><img width=800 src="https://github.com/illuin-tech/colpali/blob/main/assets/colpali_architecture.webp?raw=true"/></p>
|
| 22 |
+
|
| 23 |
+
## Version specificity
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
This model takes dynamic image resolutions in input and does not resize them, changing their aspect ratio as in ColPali.
|
| 27 |
+
Maximal resolution is set so that 768 image patches are created at most. Experiments show clear improvements with larger amounts of image patches, at the cost of memory requirements.
|
| 28 |
+
|
| 29 |
+
This version is trained with `colpali-engine==0.3.1`.
|
| 30 |
+
|
| 31 |
+
Data is the same as the ColPali data described in the paper.
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
## Model Training
|
| 35 |
+
|
| 36 |
+
### Dataset
|
| 37 |
+
Our training dataset of 127,460 query-page pairs is comprised of train sets of openly available academic datasets (63%) and a synthetic dataset made up of pages from web-crawled PDF documents and augmented with VLM-generated (Claude-3 Sonnet) pseudo-questions (37%).
|
| 38 |
+
Our training set is fully English by design, enabling us to study zero-shot generalization to non-English languages. We explicitly verify no multi-page PDF document is used both [*ViDoRe*](https://huggingface.co/collections/vidore/vidore-benchmark-667173f98e70a1c0fa4db00d) and in the train set to prevent evaluation contamination.
|
| 39 |
+
A validation set is created with 2% of the samples to tune hyperparameters.
|
| 40 |
+
|
| 41 |
+
*Note: Multilingual data is present in the pretraining corpus of the language model and most probably in the multimodal training.*
|
| 42 |
+
|
| 43 |
+
### Parameters
|
| 44 |
+
|
| 45 |
+
All models are trained for 1 epoch on the train set. Unless specified otherwise, we train models in `bfloat16` format, use low-rank adapters ([LoRA](https://arxiv.org/abs/2106.09685))
|
| 46 |
+
with `alpha=32` and `r=32` on the transformer layers from the language model,
|
| 47 |
+
as well as the final randomly initialized projection layer, and use a `paged_adamw_8bit` optimizer.
|
| 48 |
+
We train on an 8 GPU setup with data parallelism, a learning rate of 5e-5 with linear decay with 2.5% warmup steps, and a batch size of 32.
|
| 49 |
+
|
| 50 |
+
## Usage
|
| 51 |
+
|
| 52 |
+
Make sure `colpali-engine` is installed from source or with a version superior to 0.3.4.
|
| 53 |
+
`transformers` version must be > 4.46.1.
|
| 54 |
+
|
| 55 |
+
```bash
|
| 56 |
+
pip install git+https://github.com/illuin-tech/colpali
|
| 57 |
+
```
|
| 58 |
+
|
| 59 |
+
```python
|
| 60 |
+
import torch
|
| 61 |
+
from PIL import Image
|
| 62 |
+
from transformers.utils.import_utils import is_flash_attn_2_available
|
| 63 |
+
|
| 64 |
+
from colpali_engine.models import ColQwen2, ColQwen2Processor
|
| 65 |
+
|
| 66 |
+
model = ColQwen2.from_pretrained(
|
| 67 |
+
"vidore/colqwen2-v1.0",
|
| 68 |
+
torch_dtype=torch.bfloat16,
|
| 69 |
+
device_map="cuda:0", # or "mps" if on Apple Silicon
|
| 70 |
+
attn_implementation="flash_attention_2" if is_flash_attn_2_available() else None,
|
| 71 |
+
).eval()
|
| 72 |
+
processor = ColQwen2Processor.from_pretrained("vidore/colqwen2-v1.0")
|
| 73 |
+
|
| 74 |
+
# Your inputs
|
| 75 |
+
images = [
|
| 76 |
+
Image.new("RGB", (128, 128), color="white"),
|
| 77 |
+
Image.new("RGB", (64, 32), color="black"),
|
| 78 |
+
]
|
| 79 |
+
queries = [
|
| 80 |
+
"Is attention really all you need?",
|
| 81 |
+
"What is the amount of bananas farmed in Salvador?",
|
| 82 |
+
]
|
| 83 |
+
|
| 84 |
+
# Process the inputs
|
| 85 |
+
batch_images = processor.process_images(images).to(model.device)
|
| 86 |
+
batch_queries = processor.process_queries(queries).to(model.device)
|
| 87 |
+
|
| 88 |
+
# Forward pass
|
| 89 |
+
with torch.no_grad():
|
| 90 |
+
image_embeddings = model(**batch_images)
|
| 91 |
+
query_embeddings = model(**batch_queries)
|
| 92 |
+
|
| 93 |
+
scores = processor.score_multi_vector(query_embeddings, image_embeddings)
|
| 94 |
+
```
|
| 95 |
+
|
| 96 |
+
|
| 97 |
+
## Limitations
|
| 98 |
+
|
| 99 |
+
- **Focus**: The model primarily focuses on PDF-type documents and high-ressources languages, potentially limiting its generalization to other document types or less represented languages.
|
| 100 |
+
- **Support**: The model relies on multi-vector retreiving derived from the ColBERT late interaction mechanism, which may require engineering efforts to adapt to widely used vector retrieval frameworks that lack native multi-vector support.
|
| 101 |
+
|
| 102 |
+
## License
|
| 103 |
+
|
| 104 |
+
ColQwen2's vision language backbone model (Qwen2-VL) is under `apache2.0` license. The adapters attached to the model are under MIT license.
|
| 105 |
+
|
| 106 |
+
## Contact
|
| 107 |
+
|
| 108 |
+
- Manuel Faysse: [email protected]
|
| 109 |
+
- Hugues Sibille: [email protected]
|
| 110 |
+
- Tony Wu: [email protected]
|
| 111 |
+
|
| 112 |
+
## Citation
|
| 113 |
+
|
| 114 |
+
If you use any datasets or models from this organization in your research, please cite the original dataset as follows:
|
| 115 |
+
|
| 116 |
+
```bibtex
|
| 117 |
+
@misc{faysse2024colpaliefficientdocumentretrieval,
|
| 118 |
+
title={ColPali: Efficient Document Retrieval with Vision Language Models},
|
| 119 |
+
author={Manuel Faysse and Hugues Sibille and Tony Wu and Bilel Omrani and Gautier Viaud and Céline Hudelot and Pierre Colombo},
|
| 120 |
+
year={2024},
|
| 121 |
+
eprint={2407.01449},
|
| 122 |
+
archivePrefix={arXiv},
|
| 123 |
+
primaryClass={cs.IR},
|
| 124 |
+
url={https://arxiv.org/abs/2407.01449},
|
| 125 |
+
}
|
| 126 |
+
```
|
colqwen2-v1.0/adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "checkpoint/colqwen2-base",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": "gaussian",
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 32,
|
| 14 |
+
"lora_dropout": 0.1,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 32,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": "(.*(model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)",
|
| 23 |
+
"task_type": "FEATURE_EXTRACTION",
|
| 24 |
+
"use_dora": false,
|
| 25 |
+
"use_rslora": false
|
| 26 |
+
}
|
colqwen2-v1.0/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc856312174dc99a4c7f88a2c54d9590a3b3f5b5a86e2728d7138c7f4758c6d5
|
| 3 |
+
size 74018232
|
colqwen2-v1.0/added_tokens.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|box_end|>": 151649,
|
| 3 |
+
"<|box_start|>": 151648,
|
| 4 |
+
"<|endoftext|>": 151643,
|
| 5 |
+
"<|im_end|>": 151645,
|
| 6 |
+
"<|im_start|>": 151644,
|
| 7 |
+
"<|image_pad|>": 151655,
|
| 8 |
+
"<|object_ref_end|>": 151647,
|
| 9 |
+
"<|object_ref_start|>": 151646,
|
| 10 |
+
"<|quad_end|>": 151651,
|
| 11 |
+
"<|quad_start|>": 151650,
|
| 12 |
+
"<|video_pad|>": 151656,
|
| 13 |
+
"<|vision_end|>": 151653,
|
| 14 |
+
"<|vision_pad|>": 151654,
|
| 15 |
+
"<|vision_start|>": 151652
|
| 16 |
+
}
|
colqwen2-v1.0/chat_template.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
|
| 3 |
+
}
|
colqwen2-v1.0/git_hash.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
961d20526206465f9ebef9affd131d53a9f516e6
|
colqwen2-v1.0/handler.py
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import base64
|
| 2 |
+
import io
|
| 3 |
+
from PIL import Image
|
| 4 |
+
from typing import Dict, List, Any
|
| 5 |
+
from transformers.utils.import_utils import is_flash_attn_2_available
|
| 6 |
+
from colpali_engine.models import ColQwen2, ColQwen2Processor
|
| 7 |
+
import torch
|
| 8 |
+
|
| 9 |
+
class EndpointHandler():
|
| 10 |
+
def __init__(self, path=""):
|
| 11 |
+
self.model = ColQwen2.from_pretrained(
|
| 12 |
+
path,
|
| 13 |
+
torch_dtype=torch.bfloat16,
|
| 14 |
+
device_map="cuda:0", # or "mps" if on Apple Silicon
|
| 15 |
+
attn_implementation="flash_attention_2" if is_flash_attn_2_available() else None,
|
| 16 |
+
).eval()
|
| 17 |
+
self.processor = ColQwen2Processor.from_pretrained(path) #, max_num_visual_tokens=8192) # temporary
|
| 18 |
+
# self.model = torch.compile(self.model)
|
| 19 |
+
print(f"Model and processor loaded {'with' if is_flash_attn_2_available() else 'without'} FA2")
|
| 20 |
+
|
| 21 |
+
def __call__(self, data: Dict[str, Any]) -> Dict[str, Any]:
|
| 22 |
+
"""
|
| 23 |
+
Expects data in one of the following formats in the "inputs" key:
|
| 24 |
+
{
|
| 25 |
+
"images": [
|
| 26 |
+
"base64_encoded_image1",
|
| 27 |
+
"base64_encoded_image2",
|
| 28 |
+
...
|
| 29 |
+
]
|
| 30 |
+
}
|
| 31 |
+
xor
|
| 32 |
+
{
|
| 33 |
+
"queries": [
|
| 34 |
+
"text1",
|
| 35 |
+
"text2",
|
| 36 |
+
...
|
| 37 |
+
]
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
Returns embeddings for the provided input type.
|
| 41 |
+
"""
|
| 42 |
+
# Input validation
|
| 43 |
+
data = data.get("inputs", [])
|
| 44 |
+
input_keys = [key for key in ["images", "queries"] if key in data]
|
| 45 |
+
if len(input_keys) != 1:
|
| 46 |
+
return {"error": "Exactly one of 'images', 'queries' must be provided"}
|
| 47 |
+
|
| 48 |
+
input_type = input_keys[0]
|
| 49 |
+
inputs = data[input_type]
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
if input_type == "images":
|
| 53 |
+
if not isinstance(inputs, list):
|
| 54 |
+
inputs = [inputs]
|
| 55 |
+
|
| 56 |
+
if len(inputs) > 8:
|
| 57 |
+
return {"message": "Send a maximum of 8 images at once. We recommend sending one by one to improve load balancing."}
|
| 58 |
+
|
| 59 |
+
# Decode each image from base64 and convert to a PIL Image
|
| 60 |
+
decoded_images = []
|
| 61 |
+
for img_str in inputs:
|
| 62 |
+
try:
|
| 63 |
+
img_data = base64.b64decode(img_str)
|
| 64 |
+
image = Image.open(io.BytesIO(img_data)).convert("RGB")
|
| 65 |
+
decoded_images.append(image)
|
| 66 |
+
except Exception as e:
|
| 67 |
+
return {"error": f"Error decoding image: {str(e)}"}
|
| 68 |
+
|
| 69 |
+
# Process the images using the processor
|
| 70 |
+
batch = self.processor.process_images(decoded_images).to(self.model.device)
|
| 71 |
+
|
| 72 |
+
# elif input_type == "processed_images":
|
| 73 |
+
# try:
|
| 74 |
+
# buffer = io.BytesIO(base64.b64decode(inputs))
|
| 75 |
+
# batch = torch.load(buffer, map_location=self.model.device)
|
| 76 |
+
# except Exception as e:
|
| 77 |
+
# return {"error": f"Error processing preprocessed images: {str(e)}"}
|
| 78 |
+
|
| 79 |
+
else: # text
|
| 80 |
+
if not isinstance(inputs, list):
|
| 81 |
+
inputs = [inputs]
|
| 82 |
+
try:
|
| 83 |
+
batch = self.processor.process_queries(inputs).to(self.model.device)
|
| 84 |
+
except Exception as e:
|
| 85 |
+
return {"error": f"Error processing text: {str(e)}"}
|
| 86 |
+
|
| 87 |
+
# Forward pass through the model
|
| 88 |
+
with torch.inference_mode():
|
| 89 |
+
embeddings = self.model(**batch).tolist()
|
| 90 |
+
|
| 91 |
+
return {"embeddings": embeddings}
|
colqwen2-v1.0/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
colqwen2-v1.0/preprocessor_config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": true,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.48145466,
|
| 8 |
+
0.4578275,
|
| 9 |
+
0.40821073
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.26862954,
|
| 14 |
+
0.26130258,
|
| 15 |
+
0.27577711
|
| 16 |
+
],
|
| 17 |
+
"max_pixels": 602112,
|
| 18 |
+
"merge_size": 2,
|
| 19 |
+
"min_pixels": 3136,
|
| 20 |
+
"patch_size": 14,
|
| 21 |
+
"processor_class": "Qwen2VLProcessor",
|
| 22 |
+
"resample": 3,
|
| 23 |
+
"rescale_factor": 0.00392156862745098,
|
| 24 |
+
"size": {
|
| 25 |
+
"max_pixels": 602112,
|
| 26 |
+
"min_pixels": 3136,
|
| 27 |
+
"longest_edge": 602112,
|
| 28 |
+
"shortest_edge": 3136
|
| 29 |
+
},
|
| 30 |
+
"temporal_patch_size": 2
|
| 31 |
+
}
|
colqwen2-v1.0/requirements.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
colpali-engine==0.3.9
|
| 2 |
+
flash-attn
|
colqwen2-v1.0/results.json
ADDED
|
@@ -0,0 +1,465 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"vidore/restaurant_esg_reports_beir": {"ndcg_at_1": 0.62179, "ndcg_at_3": 0.57934, "ndcg_at_5": 0.62234, "ndcg_at_10": 0.65262, "ndcg_at_20": 0.67475, "ndcg_at_50": 0.70087, "ndcg_at_100": 0.71211, "map_at_1": 0.43526, "map_at_3": 0.50267, "map_at_5": 0.55008, "map_at_10": 0.57335, "map_at_20": 0.58435, "map_at_50": 0.59308, "map_at_100": 0.5954, "recall_at_1": 0.43526, "recall_at_3": 0.53333, "recall_at_5": 0.66204, "recall_at_10": 0.75262, "recall_at_20": 0.81833, "recall_at_50": 0.91518, "recall_at_100": 0.96614, "precision_at_1": 0.63462, "precision_at_3": 0.30769, "precision_at_5": 0.24615, "precision_at_10": 0.14808, "precision_at_20": 0.08654, "precision_at_50": 0.04115, "precision_at_100": 0.02212, "mrr_at_1": 0.5961538461538461, "mrr_at_3": 0.6442307692307693, "mrr_at_5": 0.6721153846153847, "mrr_at_10": 0.678792735042735, "mrr_at_20": 0.6830509768009766, "mrr_at_50": 0.6843387515262513, "mrr_at_100": 0.6846592643467642, "naucs_at_1_max": 0.007278669575223614, "naucs_at_1_std": -0.16862511436532815, "naucs_at_1_diff1": 0.37195886708166814, "naucs_at_3_max": -0.11224357092950424, "naucs_at_3_std": -0.13484611004600808, "naucs_at_3_diff1": 0.12647962031083498, "naucs_at_5_max": -0.08235536599427677, "naucs_at_5_std": 0.029280898603991155, "naucs_at_5_diff1": 0.03850576951146517, "naucs_at_10_max": -0.05329392017057177, "naucs_at_10_std": 0.07795337723139084, "naucs_at_10_diff1": -0.13170232588923755, "naucs_at_20_max": -0.13017358757688524, "naucs_at_20_std": -0.008088492748358699, "naucs_at_20_diff1": -0.2193370407928556, "naucs_at_50_max": -0.09015721409307421, "naucs_at_50_std": 0.022247428759607314, "naucs_at_50_diff1": -0.2736453927338279, "naucs_at_100_max": -0.14696693886931617, "naucs_at_100_std": -0.010945474748335252, "naucs_at_100_diff1": -0.3271662812920136},
|
| 2 |
+
"vidore/synthetics_economics_macro_economy_2024_filtered_v1.0_multilingual": {
|
| 3 |
+
"ndcg_at_1": 0.55603,
|
| 4 |
+
"ndcg_at_3": 0.54807,
|
| 5 |
+
"ndcg_at_5": 0.53157,
|
| 6 |
+
"ndcg_at_10": 0.5146,
|
| 7 |
+
"ndcg_at_20": 0.54585,
|
| 8 |
+
"ndcg_at_50": 0.61451,
|
| 9 |
+
"ndcg_at_100": 0.6553,
|
| 10 |
+
"map_at_1": 0.0783,
|
| 11 |
+
"map_at_3": 0.16664,
|
| 12 |
+
"map_at_5": 0.21874,
|
| 13 |
+
"map_at_10": 0.28014,
|
| 14 |
+
"map_at_20": 0.3378,
|
| 15 |
+
"map_at_50": 0.39242,
|
| 16 |
+
"map_at_100": 0.42099,
|
| 17 |
+
"recall_at_1": 0.0783,
|
| 18 |
+
"recall_at_3": 0.20216,
|
| 19 |
+
"recall_at_5": 0.28814,
|
| 20 |
+
"recall_at_10": 0.41158,
|
| 21 |
+
"recall_at_20": 0.55969,
|
| 22 |
+
"recall_at_50": 0.76372,
|
| 23 |
+
"recall_at_100": 0.88571,
|
| 24 |
+
"precision_at_1": 0.55603,
|
| 25 |
+
"precision_at_3": 0.51293,
|
| 26 |
+
"precision_at_5": 0.47328,
|
| 27 |
+
"precision_at_10": 0.38103,
|
| 28 |
+
"precision_at_20": 0.29483,
|
| 29 |
+
"precision_at_50": 0.18716,
|
| 30 |
+
"precision_at_100": 0.1244,
|
| 31 |
+
"mrr_at_1": 0.5474137931034483,
|
| 32 |
+
"mrr_at_3": 0.6666666666666666,
|
| 33 |
+
"mrr_at_5": 0.6847701149425288,
|
| 34 |
+
"mrr_at_10": 0.6911022167487685,
|
| 35 |
+
"mrr_at_20": 0.6938394796748926,
|
| 36 |
+
"mrr_at_50": 0.6948904461025456,
|
| 37 |
+
"mrr_at_100": 0.6948904461025456,
|
| 38 |
+
"naucs_at_1_max": 0.07994091110523227,
|
| 39 |
+
"naucs_at_1_std": 0.12444987153144782,
|
| 40 |
+
"naucs_at_1_diff1": 0.09424460432630058,
|
| 41 |
+
"naucs_at_3_max": 0.16923654602805172,
|
| 42 |
+
"naucs_at_3_std": 0.2045449370458442,
|
| 43 |
+
"naucs_at_3_diff1": 0.09926647816044282,
|
| 44 |
+
"naucs_at_5_max": 0.17728557191005953,
|
| 45 |
+
"naucs_at_5_std": 0.2565334951047491,
|
| 46 |
+
"naucs_at_5_diff1": 0.07759845826151261,
|
| 47 |
+
"naucs_at_10_max": 0.13245740814133947,
|
| 48 |
+
"naucs_at_10_std": 0.21617752015273486,
|
| 49 |
+
"naucs_at_10_diff1": 0.023098575182872085,
|
| 50 |
+
"naucs_at_20_max": 0.0673142638543018,
|
| 51 |
+
"naucs_at_20_std": 0.19206721484700626,
|
| 52 |
+
"naucs_at_20_diff1": -0.007872307371572145,
|
| 53 |
+
"naucs_at_50_max": -0.02207912884522245,
|
| 54 |
+
"naucs_at_50_std": 0.14587302006330063,
|
| 55 |
+
"naucs_at_50_diff1": -0.048901378247186766,
|
| 56 |
+
"naucs_at_100_max": -0.07381834254515347,
|
| 57 |
+
"naucs_at_100_std": 0.10309591458261987,
|
| 58 |
+
"naucs_at_100_diff1": -0.0369817902657747
|
| 59 |
+
},
|
| 60 |
+
"vidore/synthetic_axa_filtered_v1.0_multilingual": {
|
| 61 |
+
"ndcg_at_1": 0.55556,
|
| 62 |
+
"ndcg_at_3": 0.57286,
|
| 63 |
+
"ndcg_at_5": 0.57184,
|
| 64 |
+
"ndcg_at_10": 0.57514,
|
| 65 |
+
"ndcg_at_20": 0.60015,
|
| 66 |
+
"ndcg_at_50": 0.64497,
|
| 67 |
+
"ndcg_at_100": 0.67229,
|
| 68 |
+
"map_at_1": 0.27024,
|
| 69 |
+
"map_at_3": 0.35733,
|
| 70 |
+
"map_at_5": 0.40728,
|
| 71 |
+
"map_at_10": 0.4556,
|
| 72 |
+
"map_at_20": 0.48059,
|
| 73 |
+
"map_at_50": 0.50401,
|
| 74 |
+
"map_at_100": 0.51134,
|
| 75 |
+
"recall_at_1": 0.27024,
|
| 76 |
+
"recall_at_3": 0.42572,
|
| 77 |
+
"recall_at_5": 0.50846,
|
| 78 |
+
"recall_at_10": 0.61625,
|
| 79 |
+
"recall_at_20": 0.70808,
|
| 80 |
+
"recall_at_50": 0.81979,
|
| 81 |
+
"recall_at_100": 0.92724,
|
| 82 |
+
"precision_at_1": 0.55556,
|
| 83 |
+
"precision_at_3": 0.40741,
|
| 84 |
+
"precision_at_5": 0.34444,
|
| 85 |
+
"precision_at_10": 0.24028,
|
| 86 |
+
"precision_at_20": 0.15,
|
| 87 |
+
"precision_at_50": 0.07972,
|
| 88 |
+
"precision_at_100": 0.04542,
|
| 89 |
+
"mrr_at_1": 0.5138888888888888,
|
| 90 |
+
"mrr_at_3": 0.6388888888888888,
|
| 91 |
+
"mrr_at_5": 0.6486111111111111,
|
| 92 |
+
"mrr_at_10": 0.6532407407407407,
|
| 93 |
+
"mrr_at_20": 0.6550035612535612,
|
| 94 |
+
"mrr_at_50": 0.6554515899273964,
|
| 95 |
+
"mrr_at_100": 0.6562765438177584,
|
| 96 |
+
"naucs_at_1_max": 0.06394991291872823,
|
| 97 |
+
"naucs_at_1_std": 0.2339109450954795,
|
| 98 |
+
"naucs_at_1_diff1": 0.30591875421589343,
|
| 99 |
+
"naucs_at_3_max": -0.17975083964563082,
|
| 100 |
+
"naucs_at_3_std": 0.027577428119795747,
|
| 101 |
+
"naucs_at_3_diff1": 0.09852366590105074,
|
| 102 |
+
"naucs_at_5_max": -0.23673003232880171,
|
| 103 |
+
"naucs_at_5_std": -0.01855706256438857,
|
| 104 |
+
"naucs_at_5_diff1": 0.03504088887398939,
|
| 105 |
+
"naucs_at_10_max": -0.32103926214321127,
|
| 106 |
+
"naucs_at_10_std": -0.06117912492226144,
|
| 107 |
+
"naucs_at_10_diff1": -0.14080922308311572,
|
| 108 |
+
"naucs_at_20_max": -0.34694147283910304,
|
| 109 |
+
"naucs_at_20_std": -0.04490360729046198,
|
| 110 |
+
"naucs_at_20_diff1": -0.17565284792297425,
|
| 111 |
+
"naucs_at_50_max": -0.3890920945387956,
|
| 112 |
+
"naucs_at_50_std": -0.06731905750861354,
|
| 113 |
+
"naucs_at_50_diff1": -0.19417578723003429,
|
| 114 |
+
"naucs_at_100_max": -0.41189447174112953,
|
| 115 |
+
"naucs_at_100_std": -0.0755751130681716,
|
| 116 |
+
"naucs_at_100_diff1": -0.21048470142462247
|
| 117 |
+
},
|
| 118 |
+
"vidore/synthetic_mit_biomedical_tissue_interactions_unfiltered": {
|
| 119 |
+
"ndcg_at_1": 0.59375,
|
| 120 |
+
"ndcg_at_3": 0.59937,
|
| 121 |
+
"ndcg_at_5": 0.6176,
|
| 122 |
+
"ndcg_at_10": 0.65125,
|
| 123 |
+
"ndcg_at_20": 0.68031,
|
| 124 |
+
"ndcg_at_50": 0.70414,
|
| 125 |
+
"ndcg_at_100": 0.7118,
|
| 126 |
+
"map_at_1": 0.35678,
|
| 127 |
+
"map_at_3": 0.48409,
|
| 128 |
+
"map_at_5": 0.52133,
|
| 129 |
+
"map_at_10": 0.55746,
|
| 130 |
+
"map_at_20": 0.57311,
|
| 131 |
+
"map_at_50": 0.582,
|
| 132 |
+
"map_at_100": 0.58404,
|
| 133 |
+
"recall_at_1": 0.35678,
|
| 134 |
+
"recall_at_3": 0.5553,
|
| 135 |
+
"recall_at_5": 0.6424,
|
| 136 |
+
"recall_at_10": 0.74954,
|
| 137 |
+
"recall_at_20": 0.83273,
|
| 138 |
+
"recall_at_50": 0.90356,
|
| 139 |
+
"recall_at_100": 0.92956,
|
| 140 |
+
"precision_at_1": 0.59375,
|
| 141 |
+
"precision_at_3": 0.36875,
|
| 142 |
+
"precision_at_5": 0.2775,
|
| 143 |
+
"precision_at_10": 0.18,
|
| 144 |
+
"precision_at_20": 0.10656,
|
| 145 |
+
"precision_at_50": 0.05138,
|
| 146 |
+
"precision_at_100": 0.02756,
|
| 147 |
+
"mrr_at_1": 0.5875,
|
| 148 |
+
"mrr_at_3": 0.6791666666666667,
|
| 149 |
+
"mrr_at_5": 0.6979166666666667,
|
| 150 |
+
"mrr_at_10": 0.7059871031746032,
|
| 151 |
+
"mrr_at_20": 0.7082808189563704,
|
| 152 |
+
"mrr_at_50": 0.7090456790962306,
|
| 153 |
+
"mrr_at_100": 0.7091433353462306,
|
| 154 |
+
"naucs_at_1_max": 0.249983882109141,
|
| 155 |
+
"naucs_at_1_std": -0.041280221045360686,
|
| 156 |
+
"naucs_at_1_diff1": 0.4059037531660143,
|
| 157 |
+
"naucs_at_3_max": 0.01878691845110894,
|
| 158 |
+
"naucs_at_3_std": -0.06513153750357396,
|
| 159 |
+
"naucs_at_3_diff1": -0.04117906448220925,
|
| 160 |
+
"naucs_at_5_max": -0.03604209381453121,
|
| 161 |
+
"naucs_at_5_std": -0.026999419446342467,
|
| 162 |
+
"naucs_at_5_diff1": -0.2004747312183539,
|
| 163 |
+
"naucs_at_10_max": -0.15546557639975261,
|
| 164 |
+
"naucs_at_10_std": -0.12249727214166432,
|
| 165 |
+
"naucs_at_10_diff1": -0.28313723428030524,
|
| 166 |
+
"naucs_at_20_max": -0.230360039337395,
|
| 167 |
+
"naucs_at_20_std": -0.11871250920639782,
|
| 168 |
+
"naucs_at_20_diff1": -0.35374918579255926,
|
| 169 |
+
"naucs_at_50_max": -0.21935608877014798,
|
| 170 |
+
"naucs_at_50_std": -0.04506401935703416,
|
| 171 |
+
"naucs_at_50_diff1": -0.34518311048379996,
|
| 172 |
+
"naucs_at_100_max": -0.22834972168166315,
|
| 173 |
+
"naucs_at_100_std": -0.04987710526052404,
|
| 174 |
+
"naucs_at_100_diff1": -0.33362168437999984
|
| 175 |
+
},
|
| 176 |
+
"vidore/synthetic_rse_restaurant_filtered_v1.0": {
|
| 177 |
+
"ndcg_at_1": 0.52632,
|
| 178 |
+
"ndcg_at_3": 0.48702,
|
| 179 |
+
"ndcg_at_5": 0.53392,
|
| 180 |
+
"ndcg_at_10": 0.5786,
|
| 181 |
+
"ndcg_at_20": 0.62288,
|
| 182 |
+
"ndcg_at_50": 0.64776,
|
| 183 |
+
"ndcg_at_100": 0.66238,
|
| 184 |
+
"map_at_1": 0.23981,
|
| 185 |
+
"map_at_3": 0.34792,
|
| 186 |
+
"map_at_5": 0.408,
|
| 187 |
+
"map_at_10": 0.4528,
|
| 188 |
+
"map_at_20": 0.48189,
|
| 189 |
+
"map_at_50": 0.49681,
|
| 190 |
+
"map_at_100": 0.50309,
|
| 191 |
+
"recall_at_1": 0.23981,
|
| 192 |
+
"recall_at_3": 0.41261,
|
| 193 |
+
"recall_at_5": 0.55802,
|
| 194 |
+
"recall_at_10": 0.71472,
|
| 195 |
+
"recall_at_20": 0.85539,
|
| 196 |
+
"recall_at_50": 0.9246,
|
| 197 |
+
"recall_at_100": 0.97368,
|
| 198 |
+
"precision_at_1": 0.52632,
|
| 199 |
+
"precision_at_3": 0.35088,
|
| 200 |
+
"precision_at_5": 0.29474,
|
| 201 |
+
"precision_at_10": 0.2,
|
| 202 |
+
"precision_at_20": 0.13158,
|
| 203 |
+
"precision_at_50": 0.06877,
|
| 204 |
+
"precision_at_100": 0.0386,
|
| 205 |
+
"mrr_at_1": 0.5087719298245614,
|
| 206 |
+
"mrr_at_3": 0.5877192982456141,
|
| 207 |
+
"mrr_at_5": 0.6149122807017543,
|
| 208 |
+
"mrr_at_10": 0.6263575605680868,
|
| 209 |
+
"mrr_at_20": 0.6303891040733146,
|
| 210 |
+
"mrr_at_50": 0.6303891040733146,
|
| 211 |
+
"mrr_at_100": 0.6305757408780925,
|
| 212 |
+
"naucs_at_1_max": -0.08333796614169701,
|
| 213 |
+
"naucs_at_1_std": 0.02230843203992766,
|
| 214 |
+
"naucs_at_1_diff1": 0.05161927720353975,
|
| 215 |
+
"naucs_at_3_max": -0.03209945113922174,
|
| 216 |
+
"naucs_at_3_std": 0.04489217019394448,
|
| 217 |
+
"naucs_at_3_diff1": -0.03516139834577249,
|
| 218 |
+
"naucs_at_5_max": -0.08062920691129684,
|
| 219 |
+
"naucs_at_5_std": 0.05137467110356768,
|
| 220 |
+
"naucs_at_5_diff1": -0.11589678137851257,
|
| 221 |
+
"naucs_at_10_max": -0.19710514484783043,
|
| 222 |
+
"naucs_at_10_std": -0.019483171394852755,
|
| 223 |
+
"naucs_at_10_diff1": -0.19216047549364354,
|
| 224 |
+
"naucs_at_20_max": -0.2492809947138442,
|
| 225 |
+
"naucs_at_20_std": -0.019880591668848344,
|
| 226 |
+
"naucs_at_20_diff1": -0.13918128050450226,
|
| 227 |
+
"naucs_at_50_max": -0.297692866142236,
|
| 228 |
+
"naucs_at_50_std": 0.015944137484135215,
|
| 229 |
+
"naucs_at_50_diff1": -0.10169694250184191,
|
| 230 |
+
"naucs_at_100_max": -0.3263966784104191,
|
| 231 |
+
"naucs_at_100_std": -0.004102727593586926,
|
| 232 |
+
"naucs_at_100_diff1": -0.06847320679987662
|
| 233 |
+
},
|
| 234 |
+
"vidore/synthetic_rse_restaurant_filtered_v1.0_multilingual": {
|
| 235 |
+
"ndcg_at_1": 0.51754,
|
| 236 |
+
"ndcg_at_3": 0.50334,
|
| 237 |
+
"ndcg_at_5": 0.54222,
|
| 238 |
+
"ndcg_at_10": 0.58819,
|
| 239 |
+
"ndcg_at_20": 0.6317,
|
| 240 |
+
"ndcg_at_50": 0.65775,
|
| 241 |
+
"ndcg_at_100": 0.67204,
|
| 242 |
+
"map_at_1": 0.24814,
|
| 243 |
+
"map_at_3": 0.36856,
|
| 244 |
+
"map_at_5": 0.42073,
|
| 245 |
+
"map_at_10": 0.4663,
|
| 246 |
+
"map_at_20": 0.49471,
|
| 247 |
+
"map_at_50": 0.50962,
|
| 248 |
+
"map_at_100": 0.51599,
|
| 249 |
+
"recall_at_1": 0.24814,
|
| 250 |
+
"recall_at_3": 0.43973,
|
| 251 |
+
"recall_at_5": 0.56658,
|
| 252 |
+
"recall_at_10": 0.71523,
|
| 253 |
+
"recall_at_20": 0.85844,
|
| 254 |
+
"recall_at_50": 0.93536,
|
| 255 |
+
"recall_at_100": 0.97971,
|
| 256 |
+
"precision_at_1": 0.51754,
|
| 257 |
+
"precision_at_3": 0.3538,
|
| 258 |
+
"precision_at_5": 0.29123,
|
| 259 |
+
"precision_at_10": 0.20219,
|
| 260 |
+
"precision_at_20": 0.13246,
|
| 261 |
+
"precision_at_50": 0.06825,
|
| 262 |
+
"precision_at_100": 0.03855,
|
| 263 |
+
"mrr_at_1": 0.5263157894736842,
|
| 264 |
+
"mrr_at_3": 0.6016081871345029,
|
| 265 |
+
"mrr_at_5": 0.6288011695906434,
|
| 266 |
+
"mrr_at_10": 0.6403230297967141,
|
| 267 |
+
"mrr_at_20": 0.6438437895094242,
|
| 268 |
+
"mrr_at_50": 0.6443535683849544,
|
| 269 |
+
"mrr_at_100": 0.644453714963128,
|
| 270 |
+
"naucs_at_1_max": 0.01943705593605114,
|
| 271 |
+
"naucs_at_1_std": 0.10857657836709796,
|
| 272 |
+
"naucs_at_1_diff1": 0.31024815892610824,
|
| 273 |
+
"naucs_at_3_max": -0.026602088034168622,
|
| 274 |
+
"naucs_at_3_std": 0.06693038369249117,
|
| 275 |
+
"naucs_at_3_diff1": 0.06536575914252513,
|
| 276 |
+
"naucs_at_5_max": -0.10400806660437836,
|
| 277 |
+
"naucs_at_5_std": 0.011805949215176312,
|
| 278 |
+
"naucs_at_5_diff1": -0.040514684440300354,
|
| 279 |
+
"naucs_at_10_max": -0.16246054552831016,
|
| 280 |
+
"naucs_at_10_std": -0.004963201865618914,
|
| 281 |
+
"naucs_at_10_diff1": -0.14424024163286125,
|
| 282 |
+
"naucs_at_20_max": -0.2068822330886405,
|
| 283 |
+
"naucs_at_20_std": 0.01182183229908038,
|
| 284 |
+
"naucs_at_20_diff1": -0.14776288061245282,
|
| 285 |
+
"naucs_at_50_max": -0.2382304805368312,
|
| 286 |
+
"naucs_at_50_std": 0.06100699728024982,
|
| 287 |
+
"naucs_at_50_diff1": -0.16038145767725714,
|
| 288 |
+
"naucs_at_100_max": -0.2526736911992193,
|
| 289 |
+
"naucs_at_100_std": 0.07538174516910437,
|
| 290 |
+
"naucs_at_100_diff1": -0.1425829565807366
|
| 291 |
+
},
|
| 292 |
+
"vidore/synthetic_mit_biomedical_tissue_interactions_unfiltered_multilingual": {
|
| 293 |
+
"ndcg_at_1": 0.55,
|
| 294 |
+
"ndcg_at_3": 0.54747,
|
| 295 |
+
"ndcg_at_5": 0.56523,
|
| 296 |
+
"ndcg_at_10": 0.60236,
|
| 297 |
+
"ndcg_at_20": 0.63192,
|
| 298 |
+
"ndcg_at_50": 0.65894,
|
| 299 |
+
"ndcg_at_100": 0.66916,
|
| 300 |
+
"map_at_1": 0.32887,
|
| 301 |
+
"map_at_3": 0.43891,
|
| 302 |
+
"map_at_5": 0.47556,
|
| 303 |
+
"map_at_10": 0.51112,
|
| 304 |
+
"map_at_20": 0.52597,
|
| 305 |
+
"map_at_50": 0.53502,
|
| 306 |
+
"map_at_100": 0.53747,
|
| 307 |
+
"recall_at_1": 0.32887,
|
| 308 |
+
"recall_at_3": 0.50621,
|
| 309 |
+
"recall_at_5": 0.59078,
|
| 310 |
+
"recall_at_10": 0.7021,
|
| 311 |
+
"recall_at_20": 0.78896,
|
| 312 |
+
"recall_at_50": 0.87545,
|
| 313 |
+
"recall_at_100": 0.91215,
|
| 314 |
+
"precision_at_1": 0.55,
|
| 315 |
+
"precision_at_3": 0.33698,
|
| 316 |
+
"precision_at_5": 0.25625,
|
| 317 |
+
"precision_at_10": 0.16797,
|
| 318 |
+
"precision_at_20": 0.10016,
|
| 319 |
+
"precision_at_50": 0.04875,
|
| 320 |
+
"precision_at_100": 0.02653,
|
| 321 |
+
"mrr_at_1": 0.5421875,
|
| 322 |
+
"mrr_at_3": 0.6315104166666667,
|
| 323 |
+
"mrr_at_5": 0.6464322916666666,
|
| 324 |
+
"mrr_at_10": 0.6572829861111111,
|
| 325 |
+
"mrr_at_20": 0.6611296462086782,
|
| 326 |
+
"mrr_at_50": 0.6623597304996574,
|
| 327 |
+
"mrr_at_100": 0.6624612115027679,
|
| 328 |
+
"naucs_at_1_max": 0.21639796742259326,
|
| 329 |
+
"naucs_at_1_std": -0.03628975637155085,
|
| 330 |
+
"naucs_at_1_diff1": 0.4459120269606122,
|
| 331 |
+
"naucs_at_3_max": 0.03669633870346066,
|
| 332 |
+
"naucs_at_3_std": -0.08520389607094239,
|
| 333 |
+
"naucs_at_3_diff1": 0.040408263382322174,
|
| 334 |
+
"naucs_at_5_max": -0.04548934564318856,
|
| 335 |
+
"naucs_at_5_std": -0.07038321737921435,
|
| 336 |
+
"naucs_at_5_diff1": -0.10616437737784175,
|
| 337 |
+
"naucs_at_10_max": -0.1278578682315184,
|
| 338 |
+
"naucs_at_10_std": -0.10363742277920715,
|
| 339 |
+
"naucs_at_10_diff1": -0.1945365842241381,
|
| 340 |
+
"naucs_at_20_max": -0.1602047364202233,
|
| 341 |
+
"naucs_at_20_std": -0.09160204736420194,
|
| 342 |
+
"naucs_at_20_diff1": -0.2459548568724758,
|
| 343 |
+
"naucs_at_50_max": -0.16751679776268727,
|
| 344 |
+
"naucs_at_50_std": -0.029600561994848625,
|
| 345 |
+
"naucs_at_50_diff1": -0.28501697067776877,
|
| 346 |
+
"naucs_at_100_max": -0.1840412781009732,
|
| 347 |
+
"naucs_at_100_std": -0.029290750955906976,
|
| 348 |
+
"naucs_at_100_diff1": -0.27754478203216754
|
| 349 |
+
},
|
| 350 |
+
"vidore/synthetic_axa_filtered_v1.0": {
|
| 351 |
+
"ndcg_at_1": 0.61111,
|
| 352 |
+
"ndcg_at_3": 0.63835,
|
| 353 |
+
"ndcg_at_5": 0.65099,
|
| 354 |
+
"ndcg_at_10": 0.66413,
|
| 355 |
+
"ndcg_at_20": 0.67711,
|
| 356 |
+
"ndcg_at_50": 0.72121,
|
| 357 |
+
"ndcg_at_100": 0.73402,
|
| 358 |
+
"map_at_1": 0.29544,
|
| 359 |
+
"map_at_3": 0.39626,
|
| 360 |
+
"map_at_5": 0.4688,
|
| 361 |
+
"map_at_10": 0.53459,
|
| 362 |
+
"map_at_20": 0.55814,
|
| 363 |
+
"map_at_50": 0.5817,
|
| 364 |
+
"map_at_100": 0.58632,
|
| 365 |
+
"recall_at_1": 0.29544,
|
| 366 |
+
"recall_at_3": 0.49889,
|
| 367 |
+
"recall_at_5": 0.59938,
|
| 368 |
+
"recall_at_10": 0.74741,
|
| 369 |
+
"recall_at_20": 0.80396,
|
| 370 |
+
"recall_at_50": 0.93358,
|
| 371 |
+
"recall_at_100": 0.97068,
|
| 372 |
+
"precision_at_1": 0.61111,
|
| 373 |
+
"precision_at_3": 0.46296,
|
| 374 |
+
"precision_at_5": 0.41111,
|
| 375 |
+
"precision_at_10": 0.28889,
|
| 376 |
+
"precision_at_20": 0.17222,
|
| 377 |
+
"precision_at_50": 0.08556,
|
| 378 |
+
"precision_at_100": 0.04611,
|
| 379 |
+
"mrr_at_1": 0.6111111111111112,
|
| 380 |
+
"mrr_at_3": 0.712962962962963,
|
| 381 |
+
"mrr_at_5": 0.712962962962963,
|
| 382 |
+
"mrr_at_10": 0.7222222222222222,
|
| 383 |
+
"mrr_at_20": 0.7222222222222222,
|
| 384 |
+
"mrr_at_50": 0.7239057239057238,
|
| 385 |
+
"mrr_at_100": 0.7239057239057238,
|
| 386 |
+
"naucs_at_1_max": 0.021377128555080525,
|
| 387 |
+
"naucs_at_1_std": -0.0024330874521297486,
|
| 388 |
+
"naucs_at_1_diff1": 0.6766922062442021,
|
| 389 |
+
"naucs_at_3_max": -0.5386403640030516,
|
| 390 |
+
"naucs_at_3_std": -0.339024827473691,
|
| 391 |
+
"naucs_at_3_diff1": -0.13999146573412896,
|
| 392 |
+
"naucs_at_5_max": -0.5536345449068457,
|
| 393 |
+
"naucs_at_5_std": -0.32978315319997686,
|
| 394 |
+
"naucs_at_5_diff1": -0.1515416702953352,
|
| 395 |
+
"naucs_at_10_max": -0.6913115857640982,
|
| 396 |
+
"naucs_at_10_std": -0.3590368655225717,
|
| 397 |
+
"naucs_at_10_diff1": -0.4262436564575138,
|
| 398 |
+
"naucs_at_20_max": -0.6790472085176197,
|
| 399 |
+
"naucs_at_20_std": -0.2636829434018275,
|
| 400 |
+
"naucs_at_20_diff1": -0.46059572736900606,
|
| 401 |
+
"naucs_at_50_max": -0.6436105950460144,
|
| 402 |
+
"naucs_at_50_std": -0.17446418069026137,
|
| 403 |
+
"naucs_at_50_diff1": -0.5059059487831842,
|
| 404 |
+
"naucs_at_100_max": -0.6463006925980164,
|
| 405 |
+
"naucs_at_100_std": -0.1497578630779427,
|
| 406 |
+
"naucs_at_100_diff1": -0.5112033641662738
|
| 407 |
+
},
|
| 408 |
+
"vidore/synthetic_economics_macro_economy_2024_filtered_v1.0": {
|
| 409 |
+
"ndcg_at_1": 0.65517,
|
| 410 |
+
"ndcg_at_3": 0.63819,
|
| 411 |
+
"ndcg_at_5": 0.61521,
|
| 412 |
+
"ndcg_at_10": 0.5906,
|
| 413 |
+
"ndcg_at_20": 0.60536,
|
| 414 |
+
"ndcg_at_50": 0.66285,
|
| 415 |
+
"ndcg_at_100": 0.70251,
|
| 416 |
+
"map_at_1": 0.06921,
|
| 417 |
+
"map_at_3": 0.18532,
|
| 418 |
+
"map_at_5": 0.25479,
|
| 419 |
+
"map_at_10": 0.33604,
|
| 420 |
+
"map_at_20": 0.39502,
|
| 421 |
+
"map_at_50": 0.44809,
|
| 422 |
+
"map_at_100": 0.47767,
|
| 423 |
+
"recall_at_1": 0.06921,
|
| 424 |
+
"recall_at_3": 0.23206,
|
| 425 |
+
"recall_at_5": 0.33701,
|
| 426 |
+
"recall_at_10": 0.4769,
|
| 427 |
+
"recall_at_20": 0.60612,
|
| 428 |
+
"recall_at_50": 0.78689,
|
| 429 |
+
"recall_at_100": 0.90662,
|
| 430 |
+
"precision_at_1": 0.65517,
|
| 431 |
+
"precision_at_3": 0.6092,
|
| 432 |
+
"precision_at_5": 0.55862,
|
| 433 |
+
"precision_at_10": 0.4431,
|
| 434 |
+
"precision_at_20": 0.32241,
|
| 435 |
+
"precision_at_50": 0.19414,
|
| 436 |
+
"precision_at_100": 0.12759,
|
| 437 |
+
"mrr_at_1": 0.6206896551724138,
|
| 438 |
+
"mrr_at_3": 0.735632183908046,
|
| 439 |
+
"mrr_at_5": 0.7468390804597702,
|
| 440 |
+
"mrr_at_10": 0.7525862068965516,
|
| 441 |
+
"mrr_at_20": 0.753448275862069,
|
| 442 |
+
"mrr_at_50": 0.7547113805734496,
|
| 443 |
+
"mrr_at_100": 0.7547113805734496,
|
| 444 |
+
"naucs_at_1_max": 0.3467227583809364,
|
| 445 |
+
"naucs_at_1_std": 0.46598561053805343,
|
| 446 |
+
"naucs_at_1_diff1": 0.2918337389920708,
|
| 447 |
+
"naucs_at_3_max": 0.2797595385222247,
|
| 448 |
+
"naucs_at_3_std": 0.2864952959792759,
|
| 449 |
+
"naucs_at_3_diff1": 0.3913734193294228,
|
| 450 |
+
"naucs_at_5_max": 0.25393027831323856,
|
| 451 |
+
"naucs_at_5_std": 0.3095747235773235,
|
| 452 |
+
"naucs_at_5_diff1": 0.3645542505594328,
|
| 453 |
+
"naucs_at_10_max": 0.2700390408547681,
|
| 454 |
+
"naucs_at_10_std": 0.32232824677308325,
|
| 455 |
+
"naucs_at_10_diff1": 0.2680868235374596,
|
| 456 |
+
"naucs_at_20_max": 0.17701498139167485,
|
| 457 |
+
"naucs_at_20_std": 0.2949738297548142,
|
| 458 |
+
"naucs_at_20_diff1": 0.22778015683462374,
|
| 459 |
+
"naucs_at_50_max": 0.005866671306298476,
|
| 460 |
+
"naucs_at_50_std": 0.18617183360877715,
|
| 461 |
+
"naucs_at_50_diff1": 0.2543543566117715,
|
| 462 |
+
"naucs_at_100_max": -0.051660558691400224,
|
| 463 |
+
"naucs_at_100_std": 0.12365631128720926,
|
| 464 |
+
"naucs_at_100_diff1": 0.27211571635112025
|
| 465 |
+
}, "../colpali/data_dir/eval_vidore/tatdqa_test": {"ndcg_at_1": 0.70109, "ndcg_at_3": 0.7923, "ndcg_at_5": 0.81432, "ndcg_at_10": 0.82714, "ndcg_at_20": 0.83121, "ndcg_at_50": 0.83523, "ndcg_at_100": 0.83688, "map_at_1": 0.70109, "map_at_3": 0.77005, "map_at_5": 0.78241, "map_at_10": 0.78785, "map_at_20": 0.78901, "map_at_50": 0.78967, "map_at_100": 0.78981, "recall_at_1": 0.70109, "recall_at_3": 0.85662, "recall_at_5": 0.90948, "recall_at_10": 0.94836, "recall_at_20": 0.96416, "recall_at_50": 0.9842, "recall_at_100": 0.99453, "precision_at_1": 0.70109, "precision_at_3": 0.28554, "precision_at_5": 0.1819, "precision_at_10": 0.09484, "precision_at_20": 0.04821, "precision_at_50": 0.01968, "precision_at_100": 0.00995, "mrr_at_1": 0.7017010935601458, "mrr_at_3": 0.7709599027946537, "mrr_at_5": 0.7835965978128797, "mrr_at_10": 0.7887963123686088, "mrr_at_20": 0.7900069324299046, "mrr_at_50": 0.7906871013277383, "mrr_at_100": 0.7908122337289102, "naucs_at_1_max": 0.31323987398365244, "naucs_at_1_std": -0.06973458951296707, "naucs_at_1_diff1": 0.8257166838058789, "naucs_at_3_max": 0.3926659737473996, "naucs_at_3_std": 0.06571917292636736, "naucs_at_3_diff1": 0.7756394870292411, "naucs_at_5_max": 0.397380358594201, "naucs_at_5_std": 0.13868537387746546, "naucs_at_5_diff1": 0.7396051349982516, "naucs_at_10_max": 0.501090641931301, "naucs_at_10_std": 0.36694999105347903, "naucs_at_10_diff1": 0.7174193926609567, "naucs_at_20_max": 0.4765529924218107, "naucs_at_20_std": 0.3737660736114713, "naucs_at_20_diff1": 0.6900626633277733, "naucs_at_50_max": 0.6429809235278162, "naucs_at_50_std": 0.5965680225588305, "naucs_at_50_diff1": 0.7246754428536203, "naucs_at_100_max": 0.6364067564396122, "naucs_at_100_std": 0.5448683368190432, "naucs_at_100_diff1": 0.6812946217425379}, "../colpali/data_dir/eval_vidore/shiftproject_test": {"ndcg_at_1": 0.81, "ndcg_at_3": 0.8894, "ndcg_at_5": 0.90663, "ndcg_at_10": 0.90952, "ndcg_at_20": 0.90952, "ndcg_at_50": 0.9115, "ndcg_at_100": 0.9115, "map_at_1": 0.81, "map_at_3": 0.87167, "map_at_5": 0.88167, "map_at_10": 0.88267, "map_at_20": 0.88267, "map_at_50": 0.88298, "map_at_100": 0.88298, "recall_at_1": 0.81, "recall_at_3": 0.94, "recall_at_5": 0.98, "recall_at_10": 0.99, "recall_at_20": 0.99, "recall_at_50": 1.0, "recall_at_100": 1.0, "precision_at_1": 0.81, "precision_at_3": 0.31333, "precision_at_5": 0.196, "precision_at_10": 0.099, "precision_at_20": 0.0495, "precision_at_50": 0.02, "precision_at_100": 0.01, "mrr_at_1": 0.82, "mrr_at_3": 0.8766666666666667, "mrr_at_5": 0.8866666666666667, "mrr_at_10": 0.8877777777777777, "mrr_at_20": 0.8877777777777777, "mrr_at_50": 0.8880902777777777, "mrr_at_100": 0.8880902777777777, "naucs_at_1_max": 0.0649588768400645, "naucs_at_1_std": -0.2740845513122743, "naucs_at_1_diff1": 0.6852637644716851, "naucs_at_3_max": 0.3546529723000309, "naucs_at_3_std": -0.11009959539371503, "naucs_at_3_diff1": 0.5325241207594116, "naucs_at_5_max": 0.722222222222224, "naucs_at_5_std": 0.3384687208216692, "naucs_at_5_diff1": 0.42250233426704475, "naucs_at_10_max": 0.7222222222222276, "naucs_at_10_std": 0.5541549953314738, "naucs_at_10_diff1": 0.7222222222222276, "naucs_at_20_max": 0.7222222222222276, "naucs_at_20_std": 0.5541549953314738, "naucs_at_20_diff1": 0.7222222222222276, "naucs_at_50_max": NaN, "naucs_at_50_std": NaN, "naucs_at_50_diff1": NaN, "naucs_at_100_max": NaN, "naucs_at_100_std": NaN, "naucs_at_100_diff1": NaN}, "../colpali/data_dir/eval_vidore/syntheticDocQA_artificial_intelligence_test": {"ndcg_at_1": 0.99, "ndcg_at_3": 0.99, "ndcg_at_5": 0.99387, "ndcg_at_10": 0.99387, "ndcg_at_20": 0.99387, "ndcg_at_50": 0.99387, "ndcg_at_100": 0.99387, "map_at_1": 0.99, "map_at_3": 0.99, "map_at_5": 0.992, "map_at_10": 0.992, "map_at_20": 0.992, "map_at_50": 0.992, "map_at_100": 0.992, "recall_at_1": 0.99, "recall_at_3": 0.99, "recall_at_5": 1.0, "recall_at_10": 1.0, "recall_at_20": 1.0, "recall_at_50": 1.0, "recall_at_100": 1.0, "precision_at_1": 0.99, "precision_at_3": 0.33, "precision_at_5": 0.2, "precision_at_10": 0.1, "precision_at_20": 0.05, "precision_at_50": 0.02, "precision_at_100": 0.01, "mrr_at_1": 0.99, "mrr_at_3": 0.99, "mrr_at_5": 0.992, "mrr_at_10": 0.992, "mrr_at_20": 0.992, "mrr_at_50": 0.992, "mrr_at_100": 0.992, "naucs_at_1_max": 0.8692810457516276, "naucs_at_1_std": -0.5634920634920657, "naucs_at_1_diff1": 1.0, "naucs_at_3_max": 0.8692810457516356, "naucs_at_3_std": -0.5634920634921204, "naucs_at_3_diff1": 1.0, "naucs_at_5_max": 1.0, "naucs_at_5_std": 1.0, "naucs_at_5_diff1": 1.0, "naucs_at_10_max": 1.0, "naucs_at_10_std": 1.0, "naucs_at_10_diff1": 1.0, "naucs_at_20_max": 1.0, "naucs_at_20_std": 1.0, "naucs_at_20_diff1": 1.0, "naucs_at_50_max": NaN, "naucs_at_50_std": NaN, "naucs_at_50_diff1": NaN, "naucs_at_100_max": NaN, "naucs_at_100_std": NaN, "naucs_at_100_diff1": NaN}, "../colpali/data_dir/eval_vidore/syntheticDocQA_government_reports_test": {"ndcg_at_1": 0.91, "ndcg_at_3": 0.95417, "ndcg_at_5": 0.96278, "ndcg_at_10": 0.96278, "ndcg_at_20": 0.96278, "ndcg_at_50": 0.96278, "ndcg_at_100": 0.96278, "map_at_1": 0.91, "map_at_3": 0.945, "map_at_5": 0.95, "map_at_10": 0.95, "map_at_20": 0.95, "map_at_50": 0.95, "map_at_100": 0.95, "recall_at_1": 0.91, "recall_at_3": 0.98, "recall_at_5": 1.0, "recall_at_10": 1.0, "recall_at_20": 1.0, "recall_at_50": 1.0, "recall_at_100": 1.0, "precision_at_1": 0.91, "precision_at_3": 0.32667, "precision_at_5": 0.2, "precision_at_10": 0.1, "precision_at_20": 0.05, "precision_at_50": 0.02, "precision_at_100": 0.01, "mrr_at_1": 0.92, "mrr_at_3": 0.9566666666666667, "mrr_at_5": 0.9566666666666667, "mrr_at_10": 0.9566666666666667, "mrr_at_20": 0.9566666666666667, "mrr_at_50": 0.9566666666666667, "mrr_at_100": 0.9566666666666667, "naucs_at_1_max": 0.6380329909741665, "naucs_at_1_std": 0.3872289656603365, "naucs_at_1_diff1": 0.9419026870007259, "naucs_at_3_max": 0.8611111111111119, "naucs_at_3_std": 0.5401493930905577, "naucs_at_3_diff1": 0.9346405228758099, "naucs_at_5_max": 1.0, "naucs_at_5_std": 1.0, "naucs_at_5_diff1": 1.0, "naucs_at_10_max": 1.0, "naucs_at_10_std": 1.0, "naucs_at_10_diff1": 1.0, "naucs_at_20_max": 1.0, "naucs_at_20_std": 1.0, "naucs_at_20_diff1": 1.0, "naucs_at_50_max": NaN, "naucs_at_50_std": NaN, "naucs_at_50_diff1": NaN, "naucs_at_100_max": NaN, "naucs_at_100_std": NaN, "naucs_at_100_diff1": NaN}, "../colpali/data_dir/eval_vidore/arxivqa_test_subsampled": {"ndcg_at_1": 0.824, "ndcg_at_3": 0.86576, "ndcg_at_5": 0.88065, "ndcg_at_10": 0.88761, "ndcg_at_20": 0.89161, "ndcg_at_50": 0.89571, "ndcg_at_100": 0.89671, "map_at_1": 0.824, "map_at_3": 0.85533, "map_at_5": 0.86363, "map_at_10": 0.86642, "map_at_20": 0.86749, "map_at_50": 0.8682, "map_at_100": 0.8683, "recall_at_1": 0.824, "recall_at_3": 0.896, "recall_at_5": 0.932, "recall_at_10": 0.954, "recall_at_20": 0.97, "recall_at_50": 0.99, "recall_at_100": 0.996, "precision_at_1": 0.824, "precision_at_3": 0.29867, "precision_at_5": 0.1864, "precision_at_10": 0.0954, "precision_at_20": 0.0485, "precision_at_50": 0.0198, "precision_at_100": 0.00996, "mrr_at_1": 0.826, "mrr_at_3": 0.8566666666666666, "mrr_at_5": 0.8647666666666667, "mrr_at_10": 0.8674404761904762, "mrr_at_20": 0.868713893416525, "mrr_at_50": 0.8694424481678229, "mrr_at_100": 0.8695414304104477, "naucs_at_1_max": 0.7663278157610652, "naucs_at_1_std": -0.09768014573587591, "naucs_at_1_diff1": 0.9187263853904275, "naucs_at_3_max": 0.8138309391467555, "naucs_at_3_std": -0.023388435717895166, "naucs_at_3_diff1": 0.8748014870425184, "naucs_at_5_max": 0.8622919756137744, "naucs_at_5_std": 0.09893172955456826, "naucs_at_5_diff1": 0.8950952930191681, "naucs_at_10_max": 0.8887671010433149, "naucs_at_10_std": 0.18117971826411405, "naucs_at_10_diff1": 0.9102829537612158, "naucs_at_20_max": 0.9081854964207933, "naucs_at_20_std": 0.31092436974789345, "naucs_at_20_diff1": 0.9193899782135069, "naucs_at_50_max": 1.0, "naucs_at_50_std": 0.7428571428571219, "naucs_at_50_diff1": 0.9215686274509768, "naucs_at_100_max": 1.0, "naucs_at_100_std": 0.5613912231558791, "naucs_at_100_diff1": 0.9346405228758466}, "../colpali/data_dir/eval_vidore/docvqa_test_subsampled": {"ndcg_at_1": 0.52993, "ndcg_at_3": 0.58573, "ndcg_at_5": 0.60558, "ndcg_at_10": 0.62266, "ndcg_at_20": 0.63582, "ndcg_at_50": 0.64908, "ndcg_at_100": 0.6581, "map_at_1": 0.52993, "map_at_3": 0.57206, "map_at_5": 0.58293, "map_at_10": 0.58991, "map_at_20": 0.59366, "map_at_50": 0.59581, "map_at_100": 0.59662, "recall_at_1": 0.52993, "recall_at_3": 0.62528, "recall_at_5": 0.67406, "recall_at_10": 0.72727, "recall_at_20": 0.77827, "recall_at_50": 0.84479, "recall_at_100": 0.90022, "precision_at_1": 0.52993, "precision_at_3": 0.20843, "precision_at_5": 0.13481, "precision_at_10": 0.07273, "precision_at_20": 0.03891, "precision_at_50": 0.0169, "precision_at_100": 0.009, "mrr_at_1": 0.5232815964523282, "mrr_at_3": 0.5728011825572801, "mrr_at_5": 0.5826681448632669, "mrr_at_10": 0.5891273360785556, "mrr_at_20": 0.5925723253011941, "mrr_at_50": 0.5943296372892853, "mrr_at_100": 0.59515893309537, "naucs_at_1_max": 0.1489445922678588, "naucs_at_1_std": 0.5944168012150516, "naucs_at_1_diff1": 0.9184631698098695, "naucs_at_3_max": 0.01752251361569101, "naucs_at_3_std": 0.7203256897672715, "naucs_at_3_diff1": 0.8894280781702324, "naucs_at_5_max": -0.04548428009159777, "naucs_at_5_std": 0.7690453232976177, "naucs_at_5_diff1": 0.8644439246273121, "naucs_at_10_max": -0.13892914655317037, "naucs_at_10_std": 0.8207534993760452, "naucs_at_10_diff1": 0.8438993391008719, "naucs_at_20_max": -0.27349363756086625, "naucs_at_20_std": 0.8575543278988474, "naucs_at_20_diff1": 0.8389957258659689, "naucs_at_50_max": -0.43528705588098854, "naucs_at_50_std": 0.9002887869267794, "naucs_at_50_diff1": 0.8407727389585528, "naucs_at_100_max": -0.4873376707138829, "naucs_at_100_std": 0.8779309480426964, "naucs_at_100_diff1": 0.8126388341509826}, "../colpali/data_dir/eval_vidore/syntheticDocQA_healthcare_industry_test": {"ndcg_at_1": 0.96, "ndcg_at_3": 0.97762, "ndcg_at_5": 0.98149, "ndcg_at_10": 0.98149, "ndcg_at_20": 0.98149, "ndcg_at_50": 0.98149, "ndcg_at_100": 0.98149, "map_at_1": 0.96, "map_at_3": 0.97333, "map_at_5": 0.97533, "map_at_10": 0.97533, "map_at_20": 0.97533, "map_at_50": 0.97533, "map_at_100": 0.97533, "recall_at_1": 0.96, "recall_at_3": 0.99, "recall_at_5": 1.0, "recall_at_10": 1.0, "recall_at_20": 1.0, "recall_at_50": 1.0, "recall_at_100": 1.0, "precision_at_1": 0.96, "precision_at_3": 0.33, "precision_at_5": 0.2, "precision_at_10": 0.1, "precision_at_20": 0.05, "precision_at_50": 0.02, "precision_at_100": 0.01, "mrr_at_1": 0.96, "mrr_at_3": 0.9733333333333333, "mrr_at_5": 0.9753333333333333, "mrr_at_10": 0.9753333333333333, "mrr_at_20": 0.9753333333333333, "mrr_at_50": 0.9753333333333333, "mrr_at_100": 0.9753333333333333, "naucs_at_1_max": 0.6785714285714297, "naucs_at_1_std": -0.529178338001864, "naucs_at_1_diff1": 1.0, "naucs_at_3_max": 1.0, "naucs_at_3_std": 0.35807656395889226, "naucs_at_3_diff1": 1.0, "naucs_at_5_max": 1.0, "naucs_at_5_std": 1.0, "naucs_at_5_diff1": 1.0, "naucs_at_10_max": 1.0, "naucs_at_10_std": 1.0, "naucs_at_10_diff1": 1.0, "naucs_at_20_max": 1.0, "naucs_at_20_std": 1.0, "naucs_at_20_diff1": 1.0, "naucs_at_50_max": NaN, "naucs_at_50_std": NaN, "naucs_at_50_diff1": NaN, "naucs_at_100_max": NaN, "naucs_at_100_std": NaN, "naucs_at_100_diff1": NaN}, "../colpali/data_dir/eval_vidore/infovqa_test_subsampled": {"ndcg_at_1": 0.89069, "ndcg_at_3": 0.91896, "ndcg_at_5": 0.92636, "ndcg_at_10": 0.93041, "ndcg_at_20": 0.93306, "ndcg_at_50": 0.93549, "ndcg_at_100": 0.93583, "map_at_1": 0.89069, "map_at_3": 0.91194, "map_at_5": 0.91599, "map_at_10": 0.91774, "map_at_20": 0.91851, "map_at_50": 0.91891, "map_at_100": 0.91894, "recall_at_1": 0.89069, "recall_at_3": 0.93927, "recall_at_5": 0.95749, "recall_at_10": 0.96964, "recall_at_20": 0.97976, "recall_at_50": 0.9919, "recall_at_100": 0.99393, "precision_at_1": 0.89069, "precision_at_3": 0.31309, "precision_at_5": 0.1915, "precision_at_10": 0.09696, "precision_at_20": 0.04899, "precision_at_50": 0.01984, "precision_at_100": 0.00994, "mrr_at_1": 0.888663967611336, "mrr_at_3": 0.9102564102564102, "mrr_at_5": 0.9148110661268556, "mrr_at_10": 0.9165558126084441, "mrr_at_20": 0.9173312497615903, "mrr_at_50": 0.917719246204226, "mrr_at_100": 0.917752984395859, "naucs_at_1_max": 0.6452597879999299, "naucs_at_1_std": -0.1583967206391628, "naucs_at_1_diff1": 0.9382939669972173, "naucs_at_3_max": 0.6792175380169426, "naucs_at_3_std": -0.07352824072374452, "naucs_at_3_diff1": 0.9330460900047705, "naucs_at_5_max": 0.8390629595590892, "naucs_at_5_std": 0.22116664077349757, "naucs_at_5_diff1": 0.9626852988386374, "naucs_at_10_max": 0.8657206615100057, "naucs_at_10_std": 0.2744376241740944, "naucs_at_10_diff1": 0.9564661819784096, "naucs_at_20_max": 0.9183327616354467, "naucs_at_20_std": 0.6804227380555364, "naucs_at_20_diff1": 0.9477594183740975, "naucs_at_50_max": 0.8979159520443043, "naucs_at_50_std": 0.674633185026432, "naucs_at_50_diff1": 0.9346992729676393, "naucs_at_100_max": 0.8638879360590712, "naucs_at_100_std": 0.5661775800352391, "naucs_at_100_diff1": 0.9129323639568517}, "../colpali/data_dir/eval_vidore/syntheticDocQA_energy_test": {"ndcg_at_1": 0.94, "ndcg_at_3": 0.95893, "ndcg_at_5": 0.95893, "ndcg_at_10": 0.96542, "ndcg_at_20": 0.96542, "ndcg_at_50": 0.9676, "ndcg_at_100": 0.9676, "map_at_1": 0.94, "map_at_3": 0.955, "map_at_5": 0.955, "map_at_10": 0.95768, "map_at_20": 0.95768, "map_at_50": 0.95811, "map_at_100": 0.95811, "recall_at_1": 0.94, "recall_at_3": 0.97, "recall_at_5": 0.97, "recall_at_10": 0.99, "recall_at_20": 0.99, "recall_at_50": 1.0, "recall_at_100": 1.0, "precision_at_1": 0.94, "precision_at_3": 0.32333, "precision_at_5": 0.194, "precision_at_10": 0.099, "precision_at_20": 0.0495, "precision_at_50": 0.02, "precision_at_100": 0.01, "mrr_at_1": 0.95, "mrr_at_3": 0.96, "mrr_at_5": 0.96, "mrr_at_10": 0.9625396825396826, "mrr_at_20": 0.9630659983291562, "mrr_at_50": 0.9630659983291562, "mrr_at_100": 0.9630659983291562, "naucs_at_1_max": 0.06847183317771653, "naucs_at_1_std": -0.9000933706816028, "naucs_at_1_diff1": 1.0, "naucs_at_3_max": 0.6150015561780285, "naucs_at_3_std": -1.21708683473389, "naucs_at_3_diff1": 1.0, "naucs_at_5_max": 0.6150015561780299, "naucs_at_5_std": -1.2170868347338937, "naucs_at_5_diff1": 1.0, "naucs_at_10_max": 0.7222222222222276, "naucs_at_10_std": -1.7399626517273863, "naucs_at_10_diff1": 1.0, "naucs_at_20_max": 0.7222222222222276, "naucs_at_20_std": -1.7399626517273863, "naucs_at_20_diff1": 1.0, "naucs_at_50_max": NaN, "naucs_at_50_std": NaN, "naucs_at_50_diff1": NaN, "naucs_at_100_max": NaN, "naucs_at_100_std": NaN, "naucs_at_100_diff1": NaN}, "../colpali/data_dir/eval_vidore/tabfquad_test_subsampled": {"ndcg_at_1": 0.84286, "ndcg_at_3": 0.88737, "ndcg_at_5": 0.89459, "ndcg_at_10": 0.89794, "ndcg_at_20": 0.90691, "ndcg_at_50": 0.90985, "ndcg_at_100": 0.91045, "map_at_1": 0.84286, "map_at_3": 0.87679, "map_at_5": 0.88071, "map_at_10": 0.88203, "map_at_20": 0.88445, "map_at_50": 0.88496, "map_at_100": 0.88502, "recall_at_1": 0.84286, "recall_at_3": 0.91786, "recall_at_5": 0.93571, "recall_at_10": 0.94643, "recall_at_20": 0.98214, "recall_at_50": 0.99643, "recall_at_100": 1.0, "precision_at_1": 0.84286, "precision_at_3": 0.30595, "precision_at_5": 0.18714, "precision_at_10": 0.09464, "precision_at_20": 0.04911, "precision_at_50": 0.01993, "precision_at_100": 0.01, "mrr_at_1": 0.8392857142857143, "mrr_at_3": 0.8744047619047619, "mrr_at_5": 0.8783333333333333, "mrr_at_10": 0.8797108843537415, "mrr_at_20": 0.8821667166283763, "mrr_at_50": 0.8826871907663073, "mrr_at_100": 0.8827487671209872, "naucs_at_1_max": 0.5016709740664825, "naucs_at_1_std": 0.19134881026646522, "naucs_at_1_diff1": 0.9055454059353004, "naucs_at_3_max": 0.6889741403807901, "naucs_at_3_std": 0.34459870904883405, "naucs_at_3_diff1": 0.8472780416514442, "naucs_at_5_max": 0.6857039111941077, "naucs_at_5_std": 0.40758896151053337, "naucs_at_5_diff1": 0.8275495383338527, "naucs_at_10_max": 0.6228446934329287, "naucs_at_10_std": 0.31633986928104846, "naucs_at_10_diff1": 0.8017740429505158, "naucs_at_20_max": 0.9183006535947714, "naucs_at_20_std": 0.7605042016806759, "naucs_at_20_diff1": 0.9183006535947714, "naucs_at_50_max": 1.0, "naucs_at_50_std": 1.0, "naucs_at_50_diff1": 0.8692810457515607, "naucs_at_100_max": 1.0, "naucs_at_100_std": 1.0, "naucs_at_100_diff1": 1.0}}
|