Shijie Wu
commited on
Commit
•
86eb26f
1
Parent(s):
aa6ac1e
Remove unused `activation_dropout`
Browse fileshttps://github.com/huggingface/transformers/pull/18842
- config.json +0 -1
config.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/opt-1.3b",
|
3 |
-
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
"OPTForCausalLM"
|
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/opt-1.3b",
|
|
|
3 |
"activation_function": "relu",
|
4 |
"architectures": [
|
5 |
"OPTForCausalLM"
|