AnnyNguyen commited on
Commit
bef729b
·
verified ·
1 Parent(s): 14d6a3e

Delete config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +0 -47
config.json DELETED
@@ -1,47 +0,0 @@
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
- }