system HF staff commited on
Commit
da8fb3b
1 Parent(s): 999df12

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -26
config.json CHANGED
@@ -1,18 +1,11 @@
1
  {
2
- "_num_labels": 2,
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
- "bad_words_ids": null,
9
- "bos_token_id": null,
10
- "decoder_start_token_id": null,
11
  "dim": 768,
12
- "do_sample": false,
13
  "dropout": 0.1,
14
- "early_stopping": false,
15
- "eos_token_id": null,
16
  "finetuning_task": "sst-2",
17
  "hidden_dim": 3072,
18
  "id2label": {
@@ -20,38 +13,19 @@
20
  "1": "POSITIVE"
21
  },
22
  "initializer_range": 0.02,
23
- "is_decoder": false,
24
- "is_encoder_decoder": false,
25
  "label2id": {
26
  "NEGATIVE": 0,
27
  "POSITIVE": 1
28
  },
29
- "length_penalty": 1.0,
30
- "max_length": 20,
31
  "max_position_embeddings": 512,
32
- "min_length": 0,
33
  "model_type": "distilbert",
34
  "n_heads": 12,
35
  "n_layers": 6,
36
- "no_repeat_ngram_size": 0,
37
- "num_beams": 1,
38
- "num_return_sequences": 1,
39
- "output_attentions": false,
40
- "output_hidden_states": false,
41
  "output_past": true,
42
  "pad_token_id": 0,
43
- "prefix": null,
44
- "pruned_heads": {},
45
  "qa_dropout": 0.1,
46
- "repetition_penalty": 1.0,
47
  "seq_classif_dropout": 0.2,
48
  "sinusoidal_pos_embds": false,
49
- "task_specific_params": null,
50
- "temperature": 1.0,
51
  "tie_weights_": true,
52
- "top_k": 50,
53
- "top_p": 1.0,
54
- "torchscript": false,
55
- "use_bfloat16": false,
56
  "vocab_size": 30522
57
  }
1
  {
 
2
  "activation": "gelu",
3
  "architectures": [
4
  "DistilBertForSequenceClassification"
5
  ],
6
  "attention_dropout": 0.1,
 
 
 
7
  "dim": 768,
 
8
  "dropout": 0.1,
 
 
9
  "finetuning_task": "sst-2",
10
  "hidden_dim": 3072,
11
  "id2label": {
13
  "1": "POSITIVE"
14
  },
15
  "initializer_range": 0.02,
 
 
16
  "label2id": {
17
  "NEGATIVE": 0,
18
  "POSITIVE": 1
19
  },
 
 
20
  "max_position_embeddings": 512,
 
21
  "model_type": "distilbert",
22
  "n_heads": 12,
23
  "n_layers": 6,
 
 
 
 
 
24
  "output_past": true,
25
  "pad_token_id": 0,
 
 
26
  "qa_dropout": 0.1,
 
27
  "seq_classif_dropout": 0.2,
28
  "sinusoidal_pos_embds": false,
 
 
29
  "tie_weights_": true,
 
 
 
 
30
  "vocab_size": 30522
31
  }