Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,31 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
### Deprem NER Training Results
|
5 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- tr
|
5 |
+
tags:
|
6 |
+
- deprem-clf-v1
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
library_name: transformers
|
12 |
+
pipeline_tag: text-classification
|
13 |
+
model-index:
|
14 |
+
- name: deprem_v12
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: text-classification
|
18 |
+
dataset:
|
19 |
+
type: deprem_private_dataset_v1_2
|
20 |
+
name: deprem_private_dataset_v1_2
|
21 |
+
metrics:
|
22 |
+
- type: recall
|
23 |
+
value: 0.8
|
24 |
+
verified: false
|
25 |
+
- type: f1
|
26 |
+
value: 0.75
|
27 |
+
verified: false
|
28 |
+
|
29 |
---
|
30 |
### Deprem NER Training Results
|
31 |
|