File size: 512 Bytes
e5582ad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
license: bigscience-bloom-rail-1.0
task_categories:
- text2text-generation
- table-question-answering
- sentence-similarity
- feature-extraction
- text-to-audio
language:
- ae
- ar
- aa
tags:
- chemistry
- finance
- medical
pretty_name: smartstein
size_categories:
- 1M<n<10M
---
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") |