Upload folder using huggingface_hub
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"_name_or_path": "lilmeaty/testing_semifinal",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
|
@@ -34,7 +35,7 @@
|
|
| 34 |
},
|
| 35 |
"rope_theta": 500000.0,
|
| 36 |
"tie_word_embeddings": true,
|
| 37 |
-
"torch_dtype": "
|
| 38 |
"transformers_version": "4.47.0",
|
| 39 |
"use_cache": true,
|
| 40 |
"vocab_size": 128256
|
|
|
|
| 1 |
{
|
| 2 |
+
"_attn_implementation_autoset": true,
|
| 3 |
"_name_or_path": "lilmeaty/testing_semifinal",
|
| 4 |
"architectures": [
|
| 5 |
"LlamaForCausalLM"
|
|
|
|
| 35 |
},
|
| 36 |
"rope_theta": 500000.0,
|
| 37 |
"tie_word_embeddings": true,
|
| 38 |
+
"torch_dtype": "float16",
|
| 39 |
"transformers_version": "4.47.0",
|
| 40 |
"use_cache": true,
|
| 41 |
"vocab_size": 128256
|