WhiteAngels
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -3,34 +3,45 @@ license: mit
|
|
3 |
---
|
4 |
---
|
5 |
language: tr
|
|
|
6 |
tags:
|
7 |
-
|
8 |
-
- text-classification
|
9 |
-
- sentiment-analysis
|
10 |
-
|
11 |
datasets:
|
12 |
- ctoraman/atis-ner-turkish
|
13 |
- akdeniz27/bert-base-turkish-cased-ner
|
|
|
14 |
metrics:
|
15 |
- accuracy
|
16 |
- f1
|
|
|
17 |
model-index:
|
18 |
- name: WhiteAngelss/entity-sentiment-analysis
|
|
|
19 |
results:
|
20 |
- task:
|
21 |
type: token-classification
|
22 |
name: Varlık Tanıma (Named Entity Recognition)
|
|
|
23 |
dataset:
|
24 |
name: ctoraman/atis-ner-turkish
|
|
|
25 |
metrics:
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
value: 0.92
|
|
|
29 |
- task:
|
30 |
type: text-classification
|
31 |
name: Duygu Analizi (Sentiment Analysis)
|
|
|
|
|
32 |
dataset:
|
33 |
name: akdeniz27/bert-base-turkish-cased-ner
|
|
|
|
|
34 |
metrics:
|
35 |
- name: Doğruluk (Accuracy)
|
36 |
type: accuracy
|
|
|
3 |
---
|
4 |
---
|
5 |
language: tr
|
6 |
+
|
7 |
tags:
|
8 |
+
-- entity-sentiment-analysis
|
9 |
+
- text-classification
|
10 |
+
- sentiment-analysis
|
11 |
+
|
12 |
datasets:
|
13 |
- ctoraman/atis-ner-turkish
|
14 |
- akdeniz27/bert-base-turkish-cased-ner
|
15 |
+
|
16 |
metrics:
|
17 |
- accuracy
|
18 |
- f1
|
19 |
+
|
20 |
model-index:
|
21 |
- name: WhiteAngelss/entity-sentiment-analysis
|
22 |
+
|
23 |
results:
|
24 |
- task:
|
25 |
type: token-classification
|
26 |
name: Varlık Tanıma (Named Entity Recognition)
|
27 |
+
|
28 |
dataset:
|
29 |
name: ctoraman/atis-ner-turkish
|
30 |
+
|
31 |
metrics:
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
value: 0.92
|
35 |
+
|
36 |
- task:
|
37 |
type: text-classification
|
38 |
name: Duygu Analizi (Sentiment Analysis)
|
39 |
+
|
40 |
+
|
41 |
dataset:
|
42 |
name: akdeniz27/bert-base-turkish-cased-ner
|
43 |
+
|
44 |
+
|
45 |
metrics:
|
46 |
- name: Doğruluk (Accuracy)
|
47 |
type: accuracy
|