Youmnaaaa commited on
Commit
13478a7
·
1 Parent(s): 1dacfdf

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -65
config.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "add_cross_attention": false,
3
- "architectures": [
4
- "BertForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": null,
8
- "classifier_dropout": null,
9
- "dtype": "float32",
10
- "eos_token_id": null,
11
- "hidden_act": "gelu",
12
- "hidden_dropout_prob": 0.1,
13
- "hidden_size": 768,
14
- "id2label": {
15
- "0": "LABEL_0",
16
- "1": "LABEL_1",
17
- "2": "LABEL_2",
18
- "3": "LABEL_3",
19
- "4": "LABEL_4",
20
- "5": "LABEL_5",
21
- "6": "LABEL_6",
22
- "7": "LABEL_7",
23
- "8": "LABEL_8",
24
- "9": "LABEL_9",
25
- "10": "LABEL_10",
26
- "11": "LABEL_11",
27
- "12": "LABEL_12",
28
- "13": "LABEL_13",
29
- "14": "LABEL_14",
30
- "15": "LABEL_15"
31
- },
32
- "initializer_range": 0.02,
33
- "intermediate_size": 3072,
34
- "is_decoder": false,
35
- "label2id": {
36
- "LABEL_0": 0,
37
- "LABEL_1": 1,
38
- "LABEL_10": 10,
39
- "LABEL_11": 11,
40
- "LABEL_12": 12,
41
- "LABEL_13": 13,
42
- "LABEL_14": 14,
43
- "LABEL_15": 15,
44
- "LABEL_2": 2,
45
- "LABEL_3": 3,
46
- "LABEL_4": 4,
47
- "LABEL_5": 5,
48
- "LABEL_6": 6,
49
- "LABEL_7": 7,
50
- "LABEL_8": 8,
51
- "LABEL_9": 9
52
- },
53
- "layer_norm_eps": 1e-12,
54
- "max_position_embeddings": 512,
55
- "model_type": "bert",
56
- "num_attention_heads": 12,
57
- "num_hidden_layers": 12,
58
- "pad_token_id": 0,
59
- "problem_type": "single_label_classification",
60
- "tie_word_embeddings": true,
61
- "transformers_version": "5.0.0",
62
- "type_vocab_size": 2,
63
- "use_cache": false,
64
- "vocab_size": 64000
65
- }