Create config.json
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "splade",
|
| 3 |
+
"auto_map": {
|
| 4 |
+
"AutoConfig": "splade.SpladeConfig",
|
| 5 |
+
"AutoModelForCausalLM": "splade.Splade"
|
| 6 |
+
},
|
| 7 |
+
"attn_implementation": "flash_attention_2",
|
| 8 |
+
"bidirectional": true,
|
| 9 |
+
"model_name_or_path": "Qwen/Qwen3-8B",
|
| 10 |
+
"padding_side": "left",
|
| 11 |
+
"transformers_version": "4.52.4"
|
| 12 |
+
}
|