AnnyNguyen commited on
Commit
abaee1e
·
verified ·
1 Parent(s): a04b256

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +49 -0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "MBartForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": 0.0,
10
+ "d_model": 1024,
11
+ "decoder_attention_heads": 16,
12
+ "decoder_ffn_dim": 4096,
13
+ "decoder_layerdrop": 0.0,
14
+ "decoder_layers": 12,
15
+ "decoder_start_token_id": 2,
16
+ "dropout": 0.1,
17
+ "encoder_attention_heads": 16,
18
+ "encoder_ffn_dim": 4096,
19
+ "encoder_layerdrop": 0.0,
20
+ "encoder_layers": 12,
21
+ "eos_token_id": 2,
22
+ "forced_eos_token_id": 2,
23
+ "gradient_checkpointing": false,
24
+ "id2label": {
25
+ "0": 0,
26
+ "1": 1,
27
+ "2": 2,
28
+ "3": 3
29
+ },
30
+ "init_std": 0.02,
31
+ "is_encoder_decoder": true,
32
+ "label2id": {
33
+ "0": 0,
34
+ "1": 1,
35
+ "2": 2,
36
+ "3": 3
37
+ },
38
+ "max_position_embeddings": 1024,
39
+ "model_type": "mbart",
40
+ "num_hidden_layers": 12,
41
+ "pad_token_id": 1,
42
+ "problem_type": "single_label_classification",
43
+ "scale_embedding": false,
44
+ "tokenizer_class": "BartphoTokenizer",
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.52.4",
47
+ "use_cache": true,
48
+ "vocab_size": 40030
49
+ }