Sentence Similarity
PEFT
Safetensors
English
text-embedding
embeddings
information-retrieval
beir
text-classification
language-model
text-clustering
text-semantic-similarity
text-evaluation
text-reranking
feature-extraction
Sentence Similarity
natural_questions
ms_marco
fever
hotpot_qa
mteb
Eval Results
Update adapter_config.json
Browse files- adapter_config.json +2 -4
adapter_config.json
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
-
"base_model_class": "
|
5 |
-
"parent_library": "
|
6 |
},
|
7 |
"base_model_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
11 |
"init_lora_weights": true,
|
12 |
-
"layer_replication": null,
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
@@ -32,6 +31,5 @@
|
|
32 |
"v_proj"
|
33 |
],
|
34 |
"task_type": null,
|
35 |
-
"use_dora": false,
|
36 |
"use_rslora": false
|
37 |
}
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": {
|
4 |
+
"base_model_class": "LlamaEncoderModel",
|
5 |
+
"parent_library": "llama_encoder_model.modeling_llama_encoder"
|
6 |
},
|
7 |
"base_model_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
11 |
"init_lora_weights": true,
|
|
|
12 |
"layers_pattern": null,
|
13 |
"layers_to_transform": null,
|
14 |
"loftq_config": {},
|
|
|
31 |
"v_proj"
|
32 |
],
|
33 |
"task_type": null,
|
|
|
34 |
"use_rslora": false
|
35 |
}
|