yavuzkomecoglu commited on
Commit
24dce52
1 Parent(s): 3e21813

update labels in cofig file

Browse files
Files changed (1) hide show
  1. config.json +57 -57
config.json CHANGED
@@ -1,58 +1,58 @@
1
  {
2
- "_name_or_path": "dbmdz/bert-base-turkish-cased",
3
- "architectures": [
4
- "BertForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 768,
11
- "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9",
22
- "10": "LABEL_10",
23
- "11": "LABEL_11",
24
- "12": "LABEL_12",
25
- "13": "LABEL_13"
26
- },
27
- "initializer_range": 0.02,
28
- "intermediate_size": 3072,
29
- "label2id": {
30
- "LABEL_0": 0,
31
- "LABEL_1": 1,
32
- "LABEL_10": 10,
33
- "LABEL_11": 11,
34
- "LABEL_12": 12,
35
- "LABEL_13": 13,
36
- "LABEL_2": 2,
37
- "LABEL_3": 3,
38
- "LABEL_4": 4,
39
- "LABEL_5": 5,
40
- "LABEL_6": 6,
41
- "LABEL_7": 7,
42
- "LABEL_8": 8,
43
- "LABEL_9": 9
44
- },
45
- "layer_norm_eps": 1e-12,
46
- "max_position_embeddings": 512,
47
- "model_type": "bert",
48
- "num_attention_heads": 12,
49
- "num_hidden_layers": 12,
50
- "pad_token_id": 0,
51
- "position_embedding_type": "absolute",
52
- "problem_type": "single_label_classification",
53
- "torch_dtype": "float32",
54
- "transformers_version": "4.25.1",
55
- "type_vocab_size": 2,
56
- "use_cache": true,
57
- "vocab_size": 32000
58
- }
 
1
  {
2
+ "_name_or_path": "dbmdz/bert-base-turkish-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "spor",
13
+ "1": "is_ve_finans",
14
+ "2": "lifestyle",
15
+ "3": "eglence",
16
+ "4": "seyahat",
17
+ "5": "egitim",
18
+ "6": "bilim",
19
+ "7": "teknoloji",
20
+ "8": "kultur_sanat",
21
+ "9": "otomotiv",
22
+ "10": "politika",
23
+ "11": "endustri",
24
+ "12": "moda",
25
+ "13": "yemek"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "spor": 0,
31
+ "is_ve_finans": 1,
32
+ "politika": 10,
33
+ "endustri": 11,
34
+ "moda": 12,
35
+ "yemek": 13,
36
+ "lifestyle": 2,
37
+ "eglence": 3,
38
+ "seyahat": 4,
39
+ "egitim": 5,
40
+ "bilim": 6,
41
+ "teknoloji": 7,
42
+ "kultur_sanat": 8,
43
+ "otomotiv": 9
44
+ },
45
+ "layer_norm_eps": 1e-12,
46
+ "max_position_embeddings": 512,
47
+ "model_type": "bert",
48
+ "num_attention_heads": 12,
49
+ "num_hidden_layers": 12,
50
+ "pad_token_id": 0,
51
+ "position_embedding_type": "absolute",
52
+ "problem_type": "single_label_classification",
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.25.1",
55
+ "type_vocab_size": 2,
56
+ "use_cache": true,
57
+ "vocab_size": 32000
58
+ }