Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -31,10 +31,10 @@
|
|
31 |
"tie_word_embeddings": true,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
"transformers_version": "4.52.4",
|
34 |
-
"unsloth_fixed": true,
|
35 |
"use_cache": true,
|
36 |
"vocab_size": 128256,
|
37 |
"auto_map": {
|
38 |
"AutoModelForCausalLM": "custom_modeling.SafeGenerationModel"
|
39 |
}
|
40 |
-
}
|
|
|
31 |
"tie_word_embeddings": true,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
"transformers_version": "4.52.4",
|
34 |
+
"unsloth_fixed": true,
|
35 |
"use_cache": true,
|
36 |
"vocab_size": 128256,
|
37 |
"auto_map": {
|
38 |
"AutoModelForCausalLM": "custom_modeling.SafeGenerationModel"
|
39 |
}
|
40 |
+
}
|