merve HF staff commited on
Commit
87c55ec
1 Parent(s): 561d740

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -2,10 +2,29 @@
2
  license: apache-2.0
3
  language:
4
  - tr
 
 
5
  metrics:
6
  - accuracy
 
 
7
  library_name: transformers
8
  pipeline_tag: text-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # Türkçe Multi-label Intent Classification RoBERTa
 
2
  license: apache-2.0
3
  language:
4
  - tr
5
+ tags:
6
+ - deprem-ner-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.62
24
+ verified: false
25
+ - type: f1
26
+ value: 0.36
27
+ verified: false
28
  ---
29
 
30
  # Türkçe Multi-label Intent Classification RoBERTa