|
--- |
|
license: apache-2.0 |
|
task_categories: |
|
- text-classification |
|
- table-question-answering |
|
- translation |
|
- text-generation |
|
- fill-mask |
|
- text-to-audio |
|
- automatic-speech-recognition |
|
- feature-extraction |
|
- token-classification |
|
- question-answering |
|
language: |
|
- af |
|
tags: |
|
- chemistry |
|
- biology |
|
- legal |
|
- music |
|
- art |
|
- code |
|
- climate |
|
- medical |
|
- not-for-all-audiences |
|
- synthetic |
|
pretty_name: peoples |
|
size_categories: |
|
- 100M<n<1B |
|
--- |
|
from datasets import load_dataset |
|
|
|
ds = load_dataset("nyu-mll/glue", "ax") |
|
from datasets import load_dataset |
|
|
|
ds = load_dataset("nyu-mll/glue", "cola") |
|
from datasets import load_dataset |
|
|
|
ds = load_dataset("nyu-mll/glue", "mnli") |