dala_label_da / README.md
KennethEnevoldsen's picture
Update README.md
539dc0e verified
|
raw
history blame
1.01 kB
---
dataset_info:
features:
- name: text
dtype: string
- name: corruption_type
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 641237
num_examples: 4592
- name: validation
num_bytes: 52289
num_examples: 386
- name: test
num_bytes: 377551
num_examples: 2678
- name: full_train
num_bytes: 753891
num_examples: 5352
download_size: 1044726
dataset_size: 1824968
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
- split: full_train
path: data/full_train-*
language:
- da
---
## EuroEval Compatible
This has a [euroeval_config.py](https://huggingface.co/datasets/giannor/dala_label_da/blob/main/euroeval_config.py) and can thus be run using [euroval](https://euroeval.com/) simply using:
```bash
euroeval --dataset giannor/dala_label_da --model meta-llama/Meta-Llama-3-8B-Instruct
```