AnnyNguyen commited on
Commit
92e7ba0
·
verified ·
1 Parent(s): 3e79fbe

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +25 -15
config.json CHANGED
@@ -1,37 +1,47 @@
1
  {
 
 
2
  "architectures": [
3
- "XLMRobertaForSequenceClassification"
4
  ],
5
- "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
- "classifier_dropout": null,
 
 
 
 
 
 
 
 
 
 
 
8
  "eos_token_id": 2,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
12
  "id2label": {
13
  "0": 0,
14
  "1": 1,
15
  "2": 2
16
  },
17
- "initializer_range": 0.02,
18
- "intermediate_size": 3072,
19
  "label2id": {
20
  "0": 0,
21
  "1": 1,
22
  "2": 2
23
  },
24
- "layer_norm_eps": 1e-12,
25
- "max_position_embeddings": 514,
26
- "model_type": "xlm-roberta",
27
- "num_attention_heads": 12,
28
  "num_hidden_layers": 12,
29
  "pad_token_id": 1,
30
- "position_embedding_type": "absolute",
31
  "problem_type": "single_label_classification",
 
 
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.52.4",
34
- "type_vocab_size": 2,
35
  "use_cache": true,
36
- "vocab_size": 15004
37
  }
 
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
  },
29
+ "init_std": 0.02,
30
+ "is_encoder_decoder": true,
31
  "label2id": {
32
  "0": 0,
33
  "1": 1,
34
  "2": 2
35
  },
36
+ "max_position_embeddings": 1024,
37
+ "model_type": "mbart",
 
 
38
  "num_hidden_layers": 12,
39
  "pad_token_id": 1,
 
40
  "problem_type": "single_label_classification",
41
+ "scale_embedding": false,
42
+ "tokenizer_class": "BartphoTokenizer",
43
  "torch_dtype": "float32",
44
  "transformers_version": "4.52.4",
 
45
  "use_cache": true,
46
+ "vocab_size": 40030
47
  }