nicoladecao
commited on
Commit
•
35971bd
1
Parent(s):
637343c
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/genre-kilt",
|
3 |
-
"activation_dropout": 0.
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
6 |
"add_final_layer_norm": false,
|
7 |
"architectures": [
|
8 |
"BartForConditionalGeneration"
|
9 |
],
|
10 |
-
"attention_dropout": 0.
|
11 |
"bos_token_id": 0,
|
12 |
"d_model": 1024,
|
13 |
"decoder_attention_heads": 16,
|
@@ -44,4 +44,4 @@
|
|
44 |
"transformers_version": "4.19.2",
|
45 |
"use_cache": true,
|
46 |
"vocab_size": 50264
|
47 |
-
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "facebook/genre-kilt",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
6 |
"add_final_layer_norm": false,
|
7 |
"architectures": [
|
8 |
"BartForConditionalGeneration"
|
9 |
],
|
10 |
+
"attention_dropout": 0.1,
|
11 |
"bos_token_id": 0,
|
12 |
"d_model": 1024,
|
13 |
"decoder_attention_heads": 16,
|
|
|
44 |
"transformers_version": "4.19.2",
|
45 |
"use_cache": true,
|
46 |
"vocab_size": 50264
|
47 |
+
}
|