Reza8848 commited on
Commit
eef8a7f
·
1 Parent(s): fa7256a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -4,4 +4,8 @@ language:
4
  - en
5
  ---
6
 
7
- This
 
 
 
 
 
4
  - en
5
  ---
6
 
7
+ ## Instruction-tuned LLaMA (Alpaca-GPT4)
8
+
9
+ Fine-tune [LLaMA-7B](https://huggingface.co/decapoda-research/llama-7b-hf) on the alpaca dataset.
10
+
11
+ The main training scripts are from [stanford-alpaca repo](https://github.com/tatsu-lab/stanford_alpaca), while the data is from [GPT-4-LLM repo](https://github.com/Instruction-Tuning-with-GPT-4/GPT-4-LLM#data-release).