system HF staff commited on
Commit
54ee5fa
1 Parent(s): 2791aea

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -23
config.json CHANGED
@@ -4,11 +4,7 @@
4
  "RobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "bad_words_ids": null,
8
  "bos_token_id": 0,
9
- "decoder_start_token_id": null,
10
- "do_sample": false,
11
- "early_stopping": false,
12
  "eos_token_id": 2,
13
  "finetuning_task": "sts-b",
14
  "hidden_act": "gelu",
@@ -19,35 +15,16 @@
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 4096,
22
- "is_decoder": false,
23
- "is_encoder_decoder": false,
24
  "label2id": {
25
  "LABEL_0": 0
26
  },
27
  "layer_norm_eps": 1e-05,
28
- "length_penalty": 1.0,
29
- "max_length": 20,
30
  "max_position_embeddings": 514,
31
- "min_length": 0,
32
  "model_type": "roberta",
33
- "no_repeat_ngram_size": 0,
34
  "num_attention_heads": 16,
35
- "num_beams": 1,
36
  "num_hidden_layers": 24,
37
- "num_return_sequences": 1,
38
- "output_attentions": false,
39
- "output_hidden_states": false,
40
  "output_past": true,
41
  "pad_token_id": 1,
42
- "prefix": null,
43
- "pruned_heads": {},
44
- "repetition_penalty": 1.0,
45
- "task_specific_params": null,
46
- "temperature": 1.0,
47
- "top_k": 50,
48
- "top_p": 1.0,
49
- "torchscript": false,
50
  "type_vocab_size": 1,
51
- "use_bfloat16": false,
52
  "vocab_size": 50265
53
  }
4
  "RobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "bos_token_id": 0,
 
 
 
8
  "eos_token_id": 2,
9
  "finetuning_task": "sts-b",
10
  "hidden_act": "gelu",
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 4096,
 
 
18
  "label2id": {
19
  "LABEL_0": 0
20
  },
21
  "layer_norm_eps": 1e-05,
 
 
22
  "max_position_embeddings": 514,
 
23
  "model_type": "roberta",
 
24
  "num_attention_heads": 16,
 
25
  "num_hidden_layers": 24,
 
 
 
26
  "output_past": true,
27
  "pad_token_id": 1,
 
 
 
 
 
 
 
 
28
  "type_vocab_size": 1,
 
29
  "vocab_size": 50265
30
  }