mahsa-edu commited on
Commit
b775287
1 Parent(s): ba4a71d

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -34
config.json DELETED
@@ -1,34 +0,0 @@
1
- {
2
- "architectures": [
3
- "MBartForConditionalGeneration"
4
- ],
5
- "activation_dropout": 0.1,
6
- "attention_dropout": 0.1,
7
- "bos_token_id": 0,
8
- "decoder_ffn_dim": 2048,
9
- "decoder_layers": 12,
10
- "decoder_attention_heads": 16,
11
- "d_model": 1024,
12
- "dropout": 0.1,
13
- "encoder_ffn_dim": 2048,
14
- "encoder_layers": 12,
15
- "encoder_attention_heads": 16,
16
- "eos_token_id": 1,
17
- "extra_gen_kwargs": {
18
- "do_sample": false
19
- },
20
- "gradient_checkpointing": false,
21
- "hidden_act": "gelu",
22
- "initializer_range": 0.02,
23
- "layer_norm_eps": 1e-5,
24
- "max_length": 128,
25
- "max_position_embeddings": 1024,
26
- "model_type": "mbart",
27
- "num_beams": 1,
28
- "num_hidden_layers": 12,
29
- "pad_token_id": 1,
30
- "scale_embedding": true,
31
- "type_vocab_size": 2,
32
- "use_cache": true,
33
- "vocab_size": 250027
34
- }