|
--- |
|
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") |