24 lines
682 B
Markdown
24 lines
682 B
Markdown
|
|
---
|
||
|
|
language:
|
||
|
|
- en
|
||
|
|
library_name: transformers
|
||
|
|
tags:
|
||
|
|
- gpt
|
||
|
|
- llm
|
||
|
|
- large language model
|
||
|
|
inference: false
|
||
|
|
license: apache-2.0
|
||
|
|
---
|
||
|
|
# Model Card
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
## Training Dataset
|
||
|
|
|
||
|
|
` llama2_13b_instructed ` is trained on multiple datasets:
|
||
|
|
- [Stanford Alpaca (en)](https://github.com/tatsu-lab/stanford_alpaca)
|
||
|
|
- [Open Assistant (multilingual)](https://huggingface.co/datasets/OpenAssistant/oasst1)
|
||
|
|
- [LIMA (en)](https://huggingface.co/datasets/GAIR/lima)
|
||
|
|
- [CodeAlpaca 20k (en)](https://huggingface.co/datasets/sahil2801/CodeAlpaca-20k)
|
||
|
|
- [GPT-4 Generated Data (en&zh)](https://github.com/Instruction-Tuning-with-GPT-4/GPT-4-LLM)
|
||
|
|
- [UltraChat (en)](https://github.com/thunlp/UltraChat)
|