Upload folder using huggingface_hub
Browse files- config.json +2 -1
- model.pt +3 -0
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
|
model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6aa953c0aec68c4ac0de0a5c01492fc6e1c2c0daa71651cf0e70159c05b89032
|
| 3 |
+
size 4033105089
|