Upload LlamaForCausalLM
Browse files- config.json +3 -1
- generation_config.json +1 -1
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
5 |
"attention_bias": false,
|
|
|
6 |
"bos_token_id": 0,
|
7 |
"eos_token_id": 0,
|
8 |
"hidden_act": "silu",
|
@@ -20,7 +22,7 @@
|
|
20 |
"rope_theta": 10000.0,
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "float32",
|
23 |
-
"transformers_version": "4.
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 10048
|
26 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "P1ayer-1/TinyStories",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 0,
|
9 |
"eos_token_id": 0,
|
10 |
"hidden_act": "silu",
|
|
|
22 |
"rope_theta": 10000.0,
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.36.2",
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 10048
|
28 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 0,
|
4 |
"eos_token_id": 0,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 0,
|
4 |
"eos_token_id": 0,
|
5 |
+
"transformers_version": "4.36.2"
|
6 |
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7700e7f38a85448b07b6be3e3c6854802e7d2969f42c96d402c0537a5a43f5b6
|
3 |
+
size 47071897
|