Upload folder using huggingface_hub
Browse files- config.json +6 -1
config.json
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "bge-reranker-v2.5-
|
3 |
"architectures": [
|
4 |
"CostWiseGemmaForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"attn_logit_softcapping": 50.0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "BAAI/bge-reranker-v2.5-gemma2-lightweight",
|
3 |
"architectures": [
|
4 |
"CostWiseGemmaForCausalLM"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "BAAI/bge-reranker-v2.5-gemma2-lightweight--gemma_config.CostWiseGemmaConfig",
|
8 |
+
"AutoModel": "BAAI/bge-reranker-v2.5-gemma2-lightweight--gemma_model.CostWiseGemmaModel",
|
9 |
+
"AutoModelForCausalLM": "BAAI/bge-reranker-v2.5-gemma2-lightweight--gemma_model.CostWiseGemmaForCausalLM"
|
10 |
+
},
|
11 |
"attention_bias": false,
|
12 |
"attention_dropout": 0.0,
|
13 |
"attn_logit_softcapping": 50.0,
|