ayjays132 commited on
Commit
1408553
1 Parent(s): 5161b97

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +37 -25
config.json CHANGED
@@ -61,35 +61,47 @@
61
  }
62
  }
63
  },
 
 
 
 
64
  "architectures": [
65
- "GPT2LMHeadModel"
66
  ],
67
- "attn_pdrop": 0.1,
68
- "bos_token_id": 50267,
69
- "context_window": 20,
70
- "contextual_embedding_dim": 1024,
71
- "device": "cuda",
72
- "dropout_rate": 0.1,
 
 
 
 
 
73
  "early_stopping": true,
74
- "embd_pdrop": 0.1,
75
- "embedding_dim": 1024,
76
- "eos_token_id": 50267,
77
- "hidden_dim": 1024,
78
- "initializer_range": 0.02,
79
- "innovative_growth_capacity": 50000,
80
- "integration_settings": {
81
- "config_name": "config.json",
82
- "load_from_transformers": true,
83
- "pytorch_dump_folder_path": "./model_save",
84
- "pytorch_model_bin_name": "pytorch_model.bin"
 
85
  },
86
- "layer_norm_epsilon": 1e-05,
87
- "max_length": 1024,
88
- "max_memory_size": 100000,
89
- "max_neurons": 100,
90
- "meta_learning_rate": 0.001,
91
- "min_length": 50,
92
- "model_type": "gpt2",
 
 
93
  "n_ctx": 1024,
94
  "n_embd": 1024,
95
  "n_head": 16,
 
61
  }
62
  }
63
  },
64
+ "activation_dropout": 0.1,
65
+ "activation_function": "gelu",
66
+ "add_bias_logits": false,
67
+ "add_final_layer_norm": false,
68
  "architectures": [
69
+ "BartModel"
70
  ],
71
+ "attention_dropout": 0.1,
72
+ "bos_token_id": 0,
73
+ "classif_dropout": 0.1,
74
+ "classifier_dropout": 0.0,
75
+ "d_model": 1024,
76
+ "decoder_attention_heads": 16,
77
+ "decoder_ffn_dim": 4096,
78
+ "decoder_layerdrop": 0.0,
79
+ "decoder_layers": 12,
80
+ "decoder_start_token_id": 2,
81
+ "dropout": 0.1,
82
  "early_stopping": true,
83
+ "encoder_attention_heads": 16,
84
+ "encoder_ffn_dim": 4096,
85
+ "encoder_layerdrop": 0.0,
86
+ "encoder_layers": 12,
87
+ "eos_token_id": 2,
88
+ "forced_eos_token_id": 2,
89
+ "forced_bos_token_id": 0,
90
+ "gradient_checkpointing": false,
91
+ "id2label": {
92
+ "0": "LABEL_0",
93
+ "1": "LABEL_1",
94
+ "2": "LABEL_2"
95
  },
96
+ "init_std": 0.02,
97
+ "is_encoder_decoder": true,
98
+ "label2id": {
99
+ "LABEL_0": 0,
100
+ "LABEL_1": 1,
101
+ "LABEL_2": 2
102
+ },
103
+ "max_position_embeddings": 1024,
104
+ "model_type": "bart",
105
  "n_ctx": 1024,
106
  "n_embd": 1024,
107
  "n_head": 16,