bsc-temu commited on
Commit
d5b7386
1 Parent(s): 88a0bbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -11
README.md CHANGED
@@ -22,17 +22,21 @@ datasets:
22
 
23
  - "projecte-aina/tecla"
24
 
25
- - task:
26
- name: Text Classification
27
- type: text-classification
28
- dataset:
29
- name: tecla
30
- type: tecla
31
- args: tecla
32
- metrics:
33
- - name: Accuracy
34
- type: accuracy
35
- value: 0.740388810634613
 
 
 
 
36
 
37
  widget:
38
 
 
22
 
23
  - "projecte-aina/tecla"
24
 
25
+ metrics:
26
+ - accuracy
27
+
28
+ model-index:
29
+ - name: roberta-ca-cased-based-tc
30
+ results:
31
+ - task:
32
+ type: text-classification
33
+ dataset:
34
+ name: tecla
35
+ type: tecla
36
+ metrics:
37
+ - name: Accuracy
38
+ type: accuracy
39
+ value: 0.740388810634613
40
 
41
  widget:
42