mayank-mishra
commited on
Commit
•
cdea53c
1
Parent(s):
d01c4e3
fix config
Browse files- config.json +1 -2
config.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"activation_function": "gelu",
|
4 |
"architectures": [
|
5 |
"GPTBigCodeForCausalLM"
|
6 |
],
|
|
|
1 |
{
|
2 |
+
"activation_function": "gelu_pytorch_tanh",
|
|
|
3 |
"architectures": [
|
4 |
"GPTBigCodeForCausalLM"
|
5 |
],
|