Upload config
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"SparseMistralforCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"auto_map": {
|
8 |
-
"AutoConfig": "sparsification_sftt.SparseMistralConfig",
|
9 |
-
"AutoModelForCausalLM": "sparsification_sftt.SparseMistralforCausalLM"
|
10 |
},
|
11 |
"bos_token_id": 1,
|
12 |
"eos_token_id": 2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "thrunlab/Mistral_Sparse_refined_web_relu_2024-03-01",
|
3 |
"architectures": [
|
4 |
"SparseMistralforCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"auto_map": {
|
8 |
+
"AutoConfig": "thrunlab/Mistral_Sparse_refined_web_relu_2024-03-01--sparsification_sftt.SparseMistralConfig",
|
9 |
+
"AutoModelForCausalLM": "thrunlab/Mistral_Sparse_refined_web_relu_2024-03-01--sparsification_sftt.SparseMistralforCausalLM"
|
10 |
},
|
11 |
"bos_token_id": 1,
|
12 |
"eos_token_id": 2,
|