thoriqfy commited on
Commit
c2c11da
1 Parent(s): d733af5

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -50
config.json DELETED
@@ -1,50 +0,0 @@
1
- {
2
- "_name_or_path": "indobenchmark/indobert-large-p2",
3
- "_num_labels": 5,
4
- "architectures": [
5
- "BertForSequenceClassification"
6
- ],
7
- "attention_probs_dropout_prob": 0.1,
8
- "classifier_dropout": null,
9
- "directionality": "bidi",
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 1024,
13
- "id2label": {
14
- "0": "LABEL_0",
15
- "1": "LABEL_1",
16
- "2": "LABEL_2",
17
- "3": "LABEL_3",
18
- "4": "LABEL_4",
19
- "5": "LABEL_5"
20
- },
21
- "initializer_range": 0.02,
22
- "intermediate_size": 4096,
23
- "label2id": {
24
- "LABEL_0": 0,
25
- "LABEL_1": 1,
26
- "LABEL_2": 2,
27
- "LABEL_3": 3,
28
- "LABEL_4": 4,
29
- "LABEL_5": 5
30
- },
31
- "layer_norm_eps": 1e-12,
32
- "max_position_embeddings": 512,
33
- "model_type": "bert",
34
- "num_attention_heads": 16,
35
- "num_hidden_layers": 24,
36
- "output_past": true,
37
- "pad_token_id": 0,
38
- "pooler_fc_size": 768,
39
- "pooler_num_attention_heads": 12,
40
- "pooler_num_fc_layers": 3,
41
- "pooler_size_per_head": 128,
42
- "pooler_type": "first_token_transform",
43
- "position_embedding_type": "absolute",
44
- "problem_type": "single_label_classification",
45
- "torch_dtype": "float32",
46
- "transformers_version": "4.29.2",
47
- "type_vocab_size": 2,
48
- "use_cache": true,
49
- "vocab_size": 30522
50
- }