system HF staff commited on
Commit
a83e6a3
1 Parent(s): 787e738

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +62 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 3,
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "BartForConditionalGeneration"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 0,
10
+ "classif_dropout": 0.0,
11
+ "d_model": 24,
12
+ "decoder_attention_heads": 2,
13
+ "decoder_ffn_dim": 16,
14
+ "decoder_layerdrop": 0.0,
15
+ "decoder_layers": 2,
16
+ "decoder_start_token_id": null,
17
+ "do_sample": false,
18
+ "dropout": 0.1,
19
+ "early_stopping": false,
20
+ "encoder_attention_heads": 2,
21
+ "encoder_ffn_dim": 16,
22
+ "encoder_layerdrop": 0.0,
23
+ "encoder_layers": 2,
24
+ "eos_token_id": 2,
25
+ "finetuning_task": null,
26
+ "id2label": {
27
+ "0": "LABEL_0",
28
+ "1": "LABEL_1",
29
+ "2": "LABEL_2"
30
+ },
31
+ "init_std": 0.02,
32
+ "is_decoder": false,
33
+ "is_encoder_decoder": true,
34
+ "label2id": {
35
+ "LABEL_0": 0,
36
+ "LABEL_1": 1,
37
+ "LABEL_2": 2
38
+ },
39
+ "length_penalty": 1.0,
40
+ "max_length": 20,
41
+ "max_position_embeddings": 1024,
42
+ "min_length": 0,
43
+ "model_type": "bart",
44
+ "no_repeat_ngram_size": 0,
45
+ "num_beams": 1,
46
+ "num_hidden_layers": 2,
47
+ "num_return_sequences": 1,
48
+ "output_attentions": false,
49
+ "output_hidden_states": false,
50
+ "output_past": false,
51
+ "pad_token_id": 1,
52
+ "prefix": null,
53
+ "pruned_heads": {},
54
+ "repetition_penalty": 1.0,
55
+ "task_specific_params": null,
56
+ "temperature": 1.0,
57
+ "top_k": 50,
58
+ "top_p": 1.0,
59
+ "torchscript": false,
60
+ "use_bfloat16": false,
61
+ "vocab_size": 50265
62
+ }