Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,11 @@ license: mit
|
|
7 |
language:
|
8 |
- en
|
9 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
10 |
total_datasets: 8
|
11 |
datasets:
|
12 |
multirc:
|
@@ -143,6 +148,7 @@ dataset_info:
|
|
143 |
idx: int
|
144 |
label: bool
|
145 |
---
|
|
|
146 |
# SuperGLUE Benchmark Datasets
|
147 |
|
148 |
This repository contains the **SuperGLUE** benchmark datasets uploaded to the Hugging Face Hub. Each dataset is available as a separate configuration, making it easy to load individual datasets using the [datasets](https://github.com/huggingface/datasets) library.
|
|
|
7 |
language:
|
8 |
- en
|
9 |
dataset_info:
|
10 |
+
description: >
|
11 |
+
This repository contains the SuperGLUE benchmark datasets.
|
12 |
+
Each dataset is available as a separate configuration and includes
|
13 |
+
detailed preprocessing to ensure consistency across train, validation,
|
14 |
+
and test splits.
|
15 |
total_datasets: 8
|
16 |
datasets:
|
17 |
multirc:
|
|
|
148 |
idx: int
|
149 |
label: bool
|
150 |
---
|
151 |
+
---
|
152 |
# SuperGLUE Benchmark Datasets
|
153 |
|
154 |
This repository contains the **SuperGLUE** benchmark datasets uploaded to the Hugging Face Hub. Each dataset is available as a separate configuration, making it easy to load individual datasets using the [datasets](https://github.com/huggingface/datasets) library.
|