flyingkiwiguy commited on
Commit
7ed3fc2
·
1 Parent(s): 76741a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - togethercomputer/RedPajama-Data-1T
5
+ - yahma/alpaca-cleaned
6
  ---
7
+
8
+ # OpenLLaMA: An Open Reproduction of LLaMA with Alpaca Lora Instruction Fine Tuning
9
+
10
+ - A permissively licensed open source reproduction of Meta AI's [LLaMA](https://ai.facebook.com/blog/large-language-model-llama-meta-ai/) large language model.
11
+ - A permissively licensed open source fine-tuning using [Alpaca Lora](https://github.com/tloen/alpaca-lora)
12
+
13
+ ## Dataset and Training
14
+
15
+ Base model from [openlm-research/open_llama_7b](https://huggingface.co/openlm-research/open_llama_7b)
16
+ Instruction fine-tuned using [yahma/alpaca-cleaned](https://huggingface.co/datasets/yahma/alpaca-cleaned)
17
+ ```