breadlicker45
commited on
Commit
•
0848b11
1
Parent(s):
814b70b
Upload 3 files
Browse files- config.json +3 -3
- generation_config.json +6 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "EleutherAI/pythia-
|
3 |
"architectures": [
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
@@ -10,7 +10,7 @@
|
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 2048,
|
12 |
"layer_norm_eps": 1e-05,
|
13 |
-
"line_by_line":
|
14 |
"max_position_embeddings": 2048,
|
15 |
"model_type": "gpt_neox",
|
16 |
"num_attention_heads": 8,
|
@@ -19,7 +19,7 @@
|
|
19 |
"rotary_pct": 0.25,
|
20 |
"tie_word_embeddings": false,
|
21 |
"torch_dtype": "float32",
|
22 |
-
"transformers_version": "4.
|
23 |
"use_cache": true,
|
24 |
"use_parallel_residual": true,
|
25 |
"vocab_size": 50304
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "EleutherAI/pythia-70m",
|
3 |
"architectures": [
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
|
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 2048,
|
12 |
"layer_norm_eps": 1e-05,
|
13 |
+
"line_by_line": false,
|
14 |
"max_position_embeddings": 2048,
|
15 |
"model_type": "gpt_neox",
|
16 |
"num_attention_heads": 8,
|
|
|
19 |
"rotary_pct": 0.25,
|
20 |
"tie_word_embeddings": false,
|
21 |
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.26.1",
|
23 |
"use_cache": true,
|
24 |
"use_parallel_residual": true,
|
25 |
"vocab_size": 50304
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 0,
|
5 |
+
"transformers_version": "4.26.1"
|
6 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77465572d42435b7866dea75158f1f6dd6acfba4767f6737b7cc0c2d286b3b91
|
3 |
+
size 306903691
|