Update config.json
Browse files- config.json +1 -4
config.json
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
-
"auto_map": {
|
| 7 |
-
"AutoModel": "modeling_jina_code_embeddings.JinaCodeEmbeddingsModel"
|
| 8 |
-
},
|
| 9 |
"bos_token_id": 151643,
|
| 10 |
"eos_token_id": 151643,
|
| 11 |
"hidden_act": "silu",
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
| 6 |
"bos_token_id": 151643,
|
| 7 |
"eos_token_id": 151643,
|
| 8 |
"hidden_act": "silu",
|