Qian Liu commited on
Commit
e88355e
1 Parent(s): 09df58c

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -15
config.json CHANGED
@@ -2,10 +2,8 @@
2
  "_name_or_path": "tapex-base",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
5
- "add_bias_logits": false,
6
- "add_final_layer_norm": false,
7
  "architectures": [
8
- "BartModel"
9
  ],
10
  "attention_dropout": 0.1,
11
  "bos_token_id": 0,
@@ -17,7 +15,6 @@
17
  "decoder_layers": 6,
18
  "decoder_start_token_id": 2,
19
  "dropout": 0.1,
20
- "early_stopping": true,
21
  "encoder_attention_heads": 12,
22
  "encoder_ffn_dim": 3072,
23
  "encoder_layerdrop": 0.0,
@@ -25,19 +22,8 @@
25
  "eos_token_id": 2,
26
  "forced_bos_token_id": 0,
27
  "forced_eos_token_id": 2,
28
- "gradient_checkpointing": false,
29
- "id2label": {
30
- "0": "LABEL_0",
31
- "1": "LABEL_1",
32
- "2": "LABEL_2"
33
- },
34
  "init_std": 0.02,
35
  "is_encoder_decoder": true,
36
- "label2id": {
37
- "LABEL_0": 0,
38
- "LABEL_1": 1,
39
- "LABEL_2": 2
40
- },
41
  "max_position_embeddings": 1024,
42
  "model_type": "bart",
43
  "normalize_before": false,
 
2
  "_name_or_path": "tapex-base",
3
  "activation_dropout": 0.0,
4
  "activation_function": "gelu",
 
 
5
  "architectures": [
6
+ "BartForConditionalGeneration"
7
  ],
8
  "attention_dropout": 0.1,
9
  "bos_token_id": 0,
 
15
  "decoder_layers": 6,
16
  "decoder_start_token_id": 2,
17
  "dropout": 0.1,
 
18
  "encoder_attention_heads": 12,
19
  "encoder_ffn_dim": 3072,
20
  "encoder_layerdrop": 0.0,
 
22
  "eos_token_id": 2,
23
  "forced_bos_token_id": 0,
24
  "forced_eos_token_id": 2,
 
 
 
 
 
 
25
  "init_std": 0.02,
26
  "is_encoder_decoder": true,
 
 
 
 
 
27
  "max_position_embeddings": 1024,
28
  "model_type": "bart",
29
  "normalize_before": false,