Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This contains the weights for the LLaMA-30b model. This model is under a non-commercial license [see the LICENSE file](https://github.com/facebookresearch/llama/blob/main/LICENSE). You should only use this repository if you have been granted access to the model by filling out [this form](https://docs.google.com/forms/d/e/1FAIpQLSfqNECQnMkycAp2jP4Z9TFX0cGR4uf7b_fBxjY_OjhJILlKGA/viewform) but either lost your copy of the weights or got some trouble converting them to the Transformers format.
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- openbookqa
|
4 |
+
- sciq
|
5 |
+
- Open-Orca/OpenOrca
|
6 |
+
- metaeval/ScienceQA_text_only
|
7 |
+
- GAIR/lima
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
tags:
|
12 |
+
- upstage
|
13 |
+
- llama
|
14 |
+
---
|
15 |
This contains the weights for the LLaMA-30b model. This model is under a non-commercial license [see the LICENSE file](https://github.com/facebookresearch/llama/blob/main/LICENSE). You should only use this repository if you have been granted access to the model by filling out [this form](https://docs.google.com/forms/d/e/1FAIpQLSfqNECQnMkycAp2jP4Z9TFX0cGR4uf7b_fBxjY_OjhJILlKGA/viewform) but either lost your copy of the weights or got some trouble converting them to the Transformers format.
|