AntoineBlanot commited on
Commit
eaece4c
1 Parent(s): 7dd50e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -21,7 +21,9 @@ model-index:
21
  split: validation_matched # Optional. Example: test
22
  metrics:
23
  - type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
24
- value: 92.2 # Required. Example: 20.90
 
 
25
  ---
26
  # T5ForSequenceClassification
27
  **T5ForSequenceClassification** adapts the original [T5](https://github.com/google-research/text-to-text-transfer-transformer) architecture for sequence classification tasks.
 
21
  split: validation_matched # Optional. Example: test
22
  metrics:
23
  - type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
24
+ value: 0.9230769230769231 # Required. Example: 20.90
25
+ - type: f1 # Required. Example: wer. Use metric id from https://hf.co/metrics
26
+ value: 0.9225172687920663 # Required. Example: 20.90
27
  ---
28
  # T5ForSequenceClassification
29
  **T5ForSequenceClassification** adapts the original [T5](https://github.com/google-research/text-to-text-transfer-transformer) architecture for sequence classification tasks.