Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,6 @@ language:
|
|
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).
|
|
|
|
|
|
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), with the default training hyper-parameters.
|
12 |
+
|
13 |
+
Please refer to [this page](https://instruction-tuning-with-gpt-4.github.io/) for more details.
|