yavuzkomecoglu
commited on
Commit
·
24dce52
1
Parent(s):
3e21813
update labels in cofig file
Browse files- config.json +57 -57
config.json
CHANGED
@@ -1,58 +1,58 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
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 |
+
}
|