Andrazp commited on
Commit
a67d8e7
2 Parent(s): 44f0313 fe46116

replacing config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -45
config.json DELETED
@@ -1,45 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForSequenceClassification"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "directionality": "bidi",
7
- "finetuning_task": null,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 768,
11
- "initializer_range": 0.02,
12
- "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3"
17
- },
18
- "intermediate_size": 3072,
19
- "label2id": {
20
- "LABEL_0": 0,
21
- "LABEL_1": 1,
22
- "LABEL_2": 2,
23
- "LABEL_3": 3
24
- },
25
- "is_decoder": false,
26
- "layer_norm_eps": 1e-12,
27
- "max_position_embeddings": 512,
28
- "model_type": "bert",
29
- "num_attention_heads": 12,
30
- "num_hidden_layers": 12,
31
- "num_labels": 4,
32
- "output_attentions": false,
33
- "output_hidden_states": false,
34
- "output_past": true,
35
- "pooler_fc_size": 768,
36
- "pooler_num_attention_heads": 12,
37
- "pooler_num_fc_layers": 3,
38
- "pooler_size_per_head": 128,
39
- "pooler_type": "first_token_transform",
40
- "pruned_heads": {},
41
- "torchscript": false,
42
- "type_vocab_size": 2,
43
- "use_bfloat16": false,
44
- "vocab_size": 128000
45
- }