Expert68 commited on
Commit
ea32125
1 Parent(s): 90ca3cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -4
README.md CHANGED
@@ -1,9 +1,24 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  library_name: transformers
6
- datasets:
7
- - Open-Orca/OpenOrca
 
 
 
 
8
  ---
9
- 50k+ high quality data tuned
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  language:
3
  - en
4
  library_name: transformers
5
+ tags:
6
+ - gpt
7
+ - llm
8
+ - large language model
9
+ inference: false
10
+ license: apache-2.0
11
  ---
12
+ # Model Card
13
+
14
+
15
+
16
+ ## Training Dataset
17
+
18
+ ` llama2_13b_instructed ` is trained on multiple datasets:
19
+ - [Stanford Alpaca (en)](https://github.com/tatsu-lab/stanford_alpaca)
20
+ - [Open Assistant (multilingual)](https://huggingface.co/datasets/OpenAssistant/oasst1)
21
+ - [LIMA (en)](https://huggingface.co/datasets/GAIR/lima)
22
+ - [CodeAlpaca 20k (en)](https://huggingface.co/datasets/sahil2801/CodeAlpaca-20k)
23
+ - [GPT-4 Generated Data (en&zh)](https://github.com/Instruction-Tuning-with-GPT-4/GPT-4-LLM)
24
+ - [UltraChat (en)](https://github.com/thunlp/UltraChat)