Commit
·
8d958fc
1
Parent(s):
ab98537
Upload folder using huggingface_hub
Browse files- config.json +4 -1
- generation_config.json +6 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
{
|
|
|
2 |
"activation_function": "gelu_new",
|
3 |
"architectures": [
|
4 |
"GPTJForCausalLM"
|
5 |
],
|
6 |
"attn_pdrop": 0.0,
|
7 |
"bos_token_id": 50256,
|
|
|
8 |
"embd_pdrop": 0.0,
|
9 |
"eos_token_id": 50256,
|
10 |
"gradient_checkpointing": false,
|
@@ -34,7 +36,8 @@
|
|
34 |
},
|
35 |
"tie_word_embeddings": false,
|
36 |
"tokenizer_class": "GPT2Tokenizer",
|
37 |
-
"
|
|
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 50400
|
40 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "hivemind/gpt-j-6B-8bit",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTJForCausalLM"
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
"bos_token_id": 50256,
|
9 |
+
"eight_bit": true,
|
10 |
"embd_pdrop": 0.0,
|
11 |
"eos_token_id": 50256,
|
12 |
"gradient_checkpointing": false,
|
|
|
36 |
},
|
37 |
"tie_word_embeddings": false,
|
38 |
"tokenizer_class": "GPT2Tokenizer",
|
39 |
+
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.33.3",
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 50400
|
43 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.33.3"
|
6 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07fead84d531c097be8b52cd0d6e165437616f1f5d761a8c5b117b93d80c1f23
|
3 |
+
size 6198971177
|