Commit
·
03341de
1
Parent(s):
c28a694
Update README.md
Browse files
README.md
CHANGED
@@ -43,6 +43,38 @@ model-index:
|
|
43 |
value: 0.9216699467726924 # Required. Example: 20.90
|
44 |
name: Validation (mismatched) f1 # Optional. Example: Test WER
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
---
|
47 |
# T5ForSequenceClassification
|
48 |
**T5ForSequenceClassification** adapts the original [T5](https://github.com/google-research/text-to-text-transfer-transformer) architecture for sequence classification tasks.
|
|
|
43 |
value: 0.9216699467726924 # Required. Example: 20.90
|
44 |
name: Validation (mismatched) f1 # Optional. Example: Test WER
|
45 |
|
46 |
+
- task:
|
47 |
+
type: nli # Required. Example: automatic-speech-recognition
|
48 |
+
name: Natural Language Inference # Optional. Example: Speech Recognition
|
49 |
+
dataset:
|
50 |
+
type: snli # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
51 |
+
name: SNLI # Required. A pretty name for the dataset. Example: Common Voice (French)
|
52 |
+
split: validation # Optional. Example: test
|
53 |
+
metrics:
|
54 |
+
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
55 |
+
value: 0.9418817313554155 # Required. Example: 20.90
|
56 |
+
name: Validation accuracy # Optional. Example: Test WER
|
57 |
+
|
58 |
+
- type: f1 # Required. Example: wer. Use metric id from https://hf.co/metrics
|
59 |
+
value: 0.9416213776111287 # Required. Example: 20.90
|
60 |
+
name: Validation f1 # Optional. Example: Test WER
|
61 |
+
|
62 |
+
- task:
|
63 |
+
type: nli # Required. Example: automatic-speech-recognition
|
64 |
+
name: Natural Language Inference # Optional. Example: Speech Recognition
|
65 |
+
dataset:
|
66 |
+
type: scitail # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
67 |
+
name: SciTail # Required. A pretty name for the dataset. Example: Common Voice (French)
|
68 |
+
split: validation # Optional. Example: test
|
69 |
+
metrics:
|
70 |
+
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
71 |
+
value: 0.9662576687116564 # Required. Example: 20.90
|
72 |
+
name: Validation accuracy # Optional. Example: Test WER
|
73 |
+
|
74 |
+
- type: f1 # Required. Example: wer. Use metric id from https://hf.co/metrics
|
75 |
+
value: 0.6471347983817357 # Required. Example: 20.90
|
76 |
+
name: Validation f1 # Optional. Example: Test WER
|
77 |
+
|
78 |
---
|
79 |
# T5ForSequenceClassification
|
80 |
**T5ForSequenceClassification** adapts the original [T5](https://github.com/google-research/text-to-text-transfer-transformer) architecture for sequence classification tasks.
|