Corianas commited on
Commit
83d8c75
1 Parent(s): 727b0e1

Update config.json

Browse files
Files changed (1) hide show
  1. 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
- "torch_dtype": "bfloat16",
39
- "transformers_version": "4.25.1",
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
+ }