AntoineBlanot
commited on
Commit
•
6c83863
1
Parent(s):
7052acd
Update README.md
Browse files
README.md
CHANGED
@@ -18,13 +18,14 @@ model-index:
|
|
18 |
dataset:
|
19 |
type: multi_nli # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
20 |
name: MultiNLI # Required. A pretty name for the dataset. Example: Common Voice (French)
|
21 |
-
config: validation_matched # Optional. The name of the dataset configuration used in `load_dataset()`. Example: fr in `load_dataset("common_voice", "fr")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/package_reference/loading_methods#datasets.load_dataset.name
|
22 |
split: validation_matched # Optional. Example: test
|
23 |
metrics:
|
24 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
25 |
value: 0.9230769230769231 # Required. Example: 20.90
|
|
|
26 |
- type: f1 # Required. Example: wer. Use metric id from https://hf.co/metrics
|
27 |
value: 0.9225172687920663 # Required. Example: 20.90
|
|
|
28 |
|
29 |
- task:
|
30 |
type: nli # Required. Example: automatic-speech-recognition
|
@@ -36,8 +37,12 @@ model-index:
|
|
36 |
metrics:
|
37 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
38 |
value: 0.9222945484133441 # Required. Example: 20.90
|
|
|
|
|
39 |
- type: f1 # Required. Example: wer. Use metric id from https://hf.co/metrics
|
40 |
value: 0.9216699467726924 # Required. Example: 20.90
|
|
|
|
|
41 |
---
|
42 |
# T5ForSequenceClassification
|
43 |
**T5ForSequenceClassification** adapts the original [T5](https://github.com/google-research/text-to-text-transfer-transformer) architecture for sequence classification tasks.
|
|
|
18 |
dataset:
|
19 |
type: multi_nli # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
20 |
name: MultiNLI # Required. A pretty name for the dataset. Example: Common Voice (French)
|
|
|
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 |
+
name: Validation macthed accuracy # Optional. Example: Test WER
|
26 |
- type: f1 # Required. Example: wer. Use metric id from https://hf.co/metrics
|
27 |
value: 0.9225172687920663 # Required. Example: 20.90
|
28 |
+
name: Validation macthed f1 # Optional. Example: Test WER
|
29 |
|
30 |
- task:
|
31 |
type: nli # Required. Example: automatic-speech-recognition
|
|
|
37 |
metrics:
|
38 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
39 |
value: 0.9222945484133441 # Required. Example: 20.90
|
40 |
+
name: Validation mismacthed accuracy # Optional. Example: Test WER
|
41 |
+
|
42 |
- type: f1 # Required. Example: wer. Use metric id from https://hf.co/metrics
|
43 |
value: 0.9216699467726924 # Required. Example: 20.90
|
44 |
+
name: Validation mismacthed 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.
|