system HF staff commited on
Commit
24ac027
1 Parent(s): b06adca

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -16
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
 
2
  "architectures": [
3
  "BertForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
- "do_sample": false,
8
  "eos_token_ids": 0,
9
  "finetuning_task": "text_classification",
10
  "hidden_act": "gelu",
@@ -17,7 +17,6 @@
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
- "is_decoder": false,
21
  "label2id": {
22
  "negative": 0,
23
  "neutral": 1,
@@ -25,27 +24,13 @@
25
  },
26
  "language": "german",
27
  "layer_norm_eps": 1e-12,
28
- "length_penalty": 1.0,
29
- "max_length": 20,
30
  "max_position_embeddings": 512,
31
  "model_type": "bert",
32
  "name": "Bert",
33
  "num_attention_heads": 12,
34
- "num_beams": 1,
35
  "num_hidden_layers": 12,
36
- "num_labels": 3,
37
- "num_return_sequences": 1,
38
- "output_attentions": false,
39
- "output_hidden_states": false,
40
  "output_past": true,
41
  "pad_token_id": 0,
42
- "pruned_heads": {},
43
- "repetition_penalty": 1.0,
44
- "temperature": 1.0,
45
- "top_k": 50,
46
- "top_p": 1.0,
47
- "torchscript": false,
48
  "type_vocab_size": 2,
49
- "use_bfloat16": false,
50
  "vocab_size": 30000
51
  }
1
  {
2
+ "_num_labels": 3,
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
 
8
  "eos_token_ids": 0,
9
  "finetuning_task": "text_classification",
10
  "hidden_act": "gelu",
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
 
20
  "label2id": {
21
  "negative": 0,
22
  "neutral": 1,
24
  },
25
  "language": "german",
26
  "layer_norm_eps": 1e-12,
 
 
27
  "max_position_embeddings": 512,
28
  "model_type": "bert",
29
  "name": "Bert",
30
  "num_attention_heads": 12,
 
31
  "num_hidden_layers": 12,
 
 
 
 
32
  "output_past": true,
33
  "pad_token_id": 0,
 
 
 
 
 
 
34
  "type_vocab_size": 2,
 
35
  "vocab_size": 30000
36
  }