system HF staff commited on
Commit
7a6b5b3
1 Parent(s): 8d75c45

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +54 -0
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 3,
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "swish",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "MarianMTModel"
9
+ ],
10
+ "attention_dropout": 0.0,
11
+ "bad_words_ids": [
12
+ [
13
+ 58100
14
+ ]
15
+ ],
16
+ "bos_token_id": 0,
17
+ "classif_dropout": 0.0,
18
+ "d_model": 2,
19
+ "decoder_attention_heads": 1,
20
+ "decoder_ffn_dim": 2,
21
+ "decoder_layerdrop": 0.0,
22
+ "decoder_layers": 2,
23
+ "decoder_start_token_id": 58100,
24
+ "dropout": 0.1,
25
+ "encoder_attention_heads": 1,
26
+ "encoder_ffn_dim": 2,
27
+ "encoder_layerdrop": 0.0,
28
+ "encoder_layers": 2,
29
+ "eos_token_id": 0,
30
+ "extra_pos_embeddings": 58101,
31
+ "id2label": {
32
+ "0": "LABEL_0",
33
+ "1": "LABEL_1",
34
+ "2": "LABEL_2"
35
+ },
36
+ "init_std": 0.02,
37
+ "is_encoder_decoder": true,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1,
41
+ "LABEL_2": 2
42
+ },
43
+ "max_length": 512,
44
+ "max_position_embeddings": 512,
45
+ "model_type": "marian",
46
+ "normalize_before": false,
47
+ "normalize_embedding": false,
48
+ "num_beams": 2,
49
+ "num_hidden_layers": 6,
50
+ "pad_token_id": 58100,
51
+ "scale_embedding": true,
52
+ "static_position_embeddings": true,
53
+ "vocab_size": 58101
54
+ }