danielhanchen
commited on
Commit
•
6beb143
1
Parent(s):
6b87fd9
Upload LlamaForCausalLM
Browse files- config.json +1 -3
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -17,7 +17,6 @@
|
|
17 |
"num_attention_heads": 32,
|
18 |
"num_hidden_layers": 22,
|
19 |
"num_key_value_heads": 4,
|
20 |
-
"pad_token_id": 0,
|
21 |
"pretraining_tp": 1,
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
"rope_scaling": null,
|
@@ -25,7 +24,6 @@
|
|
25 |
"tie_word_embeddings": false,
|
26 |
"torch_dtype": "bfloat16",
|
27 |
"transformers_version": "4.44.0",
|
28 |
-
"unsloth_version": "2024.8",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 32000
|
31 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "TinyLlama/TinyLlama_v1.1",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
17 |
"num_attention_heads": 32,
|
18 |
"num_hidden_layers": 22,
|
19 |
"num_key_value_heads": 4,
|
|
|
20 |
"pretraining_tp": 1,
|
21 |
"rms_norm_eps": 1e-05,
|
22 |
"rope_scaling": null,
|
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.44.0",
|
|
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32000
|
29 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2200119864
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:925af99bc725da7c18479fc0f146153497cb8a2dcc78ab9907cab96c47ae150f
|
3 |
size 2200119864
|