moussaKam
commited on
Commit
•
b56c5b9
1
Parent(s):
3a0b613
Update config
Browse files- config.json +4 -3
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"add_bias_logits": false,
|
5 |
"add_final_layer_norm": true,
|
6 |
"architectures": [
|
7 |
-
|
8 |
],
|
9 |
"attention_dropout": 0.1,
|
10 |
"bos_token_id": 0,
|
@@ -39,7 +39,7 @@
|
|
39 |
"LABEL_2": 2
|
40 |
},
|
41 |
"max_position_embeddings": 1024,
|
42 |
-
"model_type": "
|
43 |
"no_repeat_ngram_size": 3,
|
44 |
"normalize_before": true,
|
45 |
"normalize_embedding": true,
|
@@ -48,5 +48,6 @@
|
|
48 |
"pad_token_id": 1,
|
49 |
"scale_embedding": false,
|
50 |
"static_position_embeddings": false,
|
51 |
-
"vocab_size": 50002
|
|
|
52 |
}
|
|
|
4 |
"add_bias_logits": false,
|
5 |
"add_final_layer_norm": true,
|
6 |
"architectures": [
|
7 |
+
"BartForConditionalGeneration"
|
8 |
],
|
9 |
"attention_dropout": 0.1,
|
10 |
"bos_token_id": 0,
|
|
|
39 |
"LABEL_2": 2
|
40 |
},
|
41 |
"max_position_embeddings": 1024,
|
42 |
+
"model_type": "bart",
|
43 |
"no_repeat_ngram_size": 3,
|
44 |
"normalize_before": true,
|
45 |
"normalize_embedding": true,
|
|
|
48 |
"pad_token_id": 1,
|
49 |
"scale_embedding": false,
|
50 |
"static_position_embeddings": false,
|
51 |
+
"vocab_size": 50002,
|
52 |
+
"tokenizer_class": "BarthezTokenizer"
|
53 |
}
|