yigagilbert commited on
Commit
9c734b1
·
verified ·
1 Parent(s): d642f75

Upload tokenizer

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -15,8 +15,8 @@ model-index:
15
  - name: t5_small_language_Classification
16
  results:
17
  - task:
18
- name: Text Classification
19
  type: text-classification
 
20
  dataset:
21
  name: generator
22
  type: generator
@@ -24,18 +24,18 @@ model-index:
24
  split: train
25
  args: default
26
  metrics:
27
- - name: Accuracy
28
- type: accuracy
29
  value: 0.658879605381663
30
- - name: Precision
31
- type: precision
32
  value: 0.6928469419086497
33
- - name: Recall
34
- type: recall
35
  value: 0.658879605381663
36
- - name: F1
37
- type: f1
38
  value: 0.6286369104782076
 
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
  - name: t5_small_language_Classification
16
  results:
17
  - task:
 
18
  type: text-classification
19
+ name: Text Classification
20
  dataset:
21
  name: generator
22
  type: generator
 
24
  split: train
25
  args: default
26
  metrics:
27
+ - type: accuracy
 
28
  value: 0.658879605381663
29
+ name: Accuracy
30
+ - type: precision
31
  value: 0.6928469419086497
32
+ name: Precision
33
+ - type: recall
34
  value: 0.658879605381663
35
+ name: Recall
36
+ - type: f1
37
  value: 0.6286369104782076
38
+ name: F1
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You