chuanli-lambda
commited on
Commit
•
3b9a737
1
Parent(s):
4353e31
Upload GPTNeoXForCausalLM
Browse files- config.json +2 -1
- generation_config.json +6 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"GPTNeoXForCausalLM"
|
4 |
],
|
@@ -17,7 +18,7 @@
|
|
17 |
"rotary_pct": 0.25,
|
18 |
"tie_word_embeddings": false,
|
19 |
"torch_dtype": "float32",
|
20 |
-
"transformers_version": "4.
|
21 |
"use_cache": true,
|
22 |
"use_parallel_residual": true,
|
23 |
"vocab_size": 50278
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/home/ubuntu/ckpts/ft-synthetic-instruct-gptj-pairwise-pythia1.4b-2000",
|
3 |
"architectures": [
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
|
|
18 |
"rotary_pct": 0.25,
|
19 |
"tie_word_embeddings": false,
|
20 |
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.26.1",
|
22 |
"use_cache": true,
|
23 |
"use_parallel_residual": true,
|
24 |
"vocab_size": 50278
|
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
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e073bcc7d5b4046e4713e10760203fd6251d0d1ec0408d7db346ea93ad11a835
|
3 |
+
size 5758948897
|