Update config.json
Browse files- config.json +3 -5
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "Corianas/GARY",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPTJForCausalLM"
|
@@ -35,8 +34,7 @@
|
|
35 |
},
|
36 |
"tie_word_embeddings": false,
|
37 |
"tokenizer_class": "GPT2Tokenizer",
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"use_cache": false,
|
41 |
"vocab_size": 50400
|
42 |
-
}
|
|
|
1 |
{
|
|
|
2 |
"activation_function": "gelu_new",
|
3 |
"architectures": [
|
4 |
"GPTJForCausalLM"
|
|
|
34 |
},
|
35 |
"tie_word_embeddings": false,
|
36 |
"tokenizer_class": "GPT2Tokenizer",
|
37 |
+
"transformers_version": "4.18.0.dev0",
|
38 |
+
"use_cache": true,
|
|
|
39 |
"vocab_size": 50400
|
40 |
+
}
|