Text Generation
Transformers
PyTorch
Thai
English
gpt2
thai
Hanuman
reasoning
Nattapong Tapachoom commited on
Commit
91051f6
·
1 Parent(s): 3725242

Update activation function to 'gelu' and change torch_dtype to 'bfloat16'

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "activation_function": "gelu_new",
3
  "architectures": [
4
  "GPT2LMHeadModel"
5
  ],
@@ -31,7 +31,7 @@
31
  "max_length": 50
32
  }
33
  },
34
- "torch_dtype": "float32",
35
  "transformers_version": "4.55.2",
36
  "use_cache": true,
37
  "vocab_size": 50259
 
1
  {
2
+ "activation_function": "gelu",
3
  "architectures": [
4
  "GPT2LMHeadModel"
5
  ],
 
31
  "max_length": 50
32
  }
33
  },
34
+ "torch_dtype": "bfloat16",
35
  "transformers_version": "4.55.2",
36
  "use_cache": true,
37
  "vocab_size": 50259