breadlicker45
commited on
Commit
·
9b83734
1
Parent(s):
8a6d5d0
Upload 3 files
Browse files- config.json +2 -2
- 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 |
],
|
@@ -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 |
],
|
|
|
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:1682677ac3de5835da677d5cd7a6ad2ca5c51f5b9494d7f9999d2d32372f28d1
|
3 |
+
size 306903691
|