CoolFace
Datasetpublic

llamafactory/lima

Borrowed from: https://huggingface.co/datasets/GAIR/lima You can use it in LLaMA Factory by specifying dataset: lima.

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
4likes109downloads
README.md25 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: conversations5    list:6    - name: from7      dtype: string8    - name: value9      dtype: string10license: apache-2.011task_categories:12- text-generation13- question-answering14language:15- en16tags:17- llama-factory18size_categories:19- 1K<n<10K20---21 22Borrowed from: https://huggingface.co/datasets/GAIR/lima23 24You can use it in [LLaMA Factory](https://github.com/hiyouga/LLaMA-Factory) by specifying `dataset: lima`.25