Update config.json
Browse files- config.json +2 -0
config.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "intlsy/opt-175b-hyperparam",
|
|
|
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "relu",
|
| 5 |
"architectures": [
|
|
@@ -18,6 +19,7 @@
|
|
| 18 |
"model_type": "opt",
|
| 19 |
"num_attention_heads": 96,
|
| 20 |
"num_hidden_layers": 96,
|
|
|
|
| 21 |
"pad_token_id": 1,
|
| 22 |
"prefix": "</s>",
|
| 23 |
"torch_dtype": "float16",
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "intlsy/opt-175b-hyperparam",
|
| 3 |
+
"_remove_final_layer_norm": false,
|
| 4 |
"activation_dropout": 0.0,
|
| 5 |
"activation_function": "relu",
|
| 6 |
"architectures": [
|
|
|
|
| 19 |
"model_type": "opt",
|
| 20 |
"num_attention_heads": 96,
|
| 21 |
"num_hidden_layers": 96,
|
| 22 |
+
"output_projection": true,
|
| 23 |
"pad_token_id": 1,
|
| 24 |
"prefix": "</s>",
|
| 25 |
"torch_dtype": "float16",
|