Iulian277 commited on
Commit
8b9bf78
1 Parent(s): 59c589d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -1,10 +1,9 @@
1
  {
2
- "_name_or_path": "ro-bart-base",
3
  "activation_dropout": 0.1,
4
  "activation_function": "gelu",
5
  "add_final_layer_norm": true,
6
  "architectures": [
7
- "BartModel"
8
  ],
9
  "attention_dropout": 0.1,
10
  "bos_token_id": 0,
 
1
  {
 
2
  "activation_dropout": 0.1,
3
  "activation_function": "gelu",
4
  "add_final_layer_norm": true,
5
  "architectures": [
6
+ "BartForConditionalGeneration"
7
  ],
8
  "attention_dropout": 0.1,
9
  "bos_token_id": 0,