Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
lima / README.md
dlss's picture
Convert dataset to Parquet
aecdbb5 verified
|
raw
history blame
834 Bytes
---
license: other
configs:
- config_name: plain_text
data_files:
- split: train
path: plain_text/train-*
- split: test
path: plain_text/test-*
default: true
dataset_info:
config_name: plain_text
features:
- name: conversations
sequence: string
- name: source
dtype: string
splits:
- name: train
num_bytes: 2906937
num_examples: 1030
- name: test
num_bytes: 39637
num_examples: 300
download_size: 1700828
dataset_size: 2946574
---
Dataset for [LIMA: Less Is More for Alignment](https://arxiv.org/pdf/2305.11206.pdf)
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("GAIR/lima")
```
## License
If the source data of LIMA has a stricter license than CC BY-NC-SA, the LIMA dataset follows the same. Otherwise, it follows the CC BY-NC-SA license.