Upload config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"_name_or_path": "EleutherAI/gpt-j-6B",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
"bos_token_id": 50256,
|
@@ -36,7 +36,7 @@
|
|
36 |
"tie_word_embeddings": false,
|
37 |
"tokenizer_class": "GPT2Tokenizer",
|
38 |
"torch_dtype": "float32",
|
39 |
-
"transformers_version": "4.
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 50400
|
42 |
}
|
|
|
2 |
"_name_or_path": "EleutherAI/gpt-j-6B",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
+
"GPTJForCausalLM"
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
"bos_token_id": 50256,
|
|
|
36 |
"tie_word_embeddings": false,
|
37 |
"tokenizer_class": "GPT2Tokenizer",
|
38 |
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.26.0.dev0",
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 50400
|
42 |
}
|