Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
datasets:
|
7 |
+
- togethercomputer/llama-instruct
|
8 |
---
|
9 |
+
|
10 |
+
# LLaMA-2-7B-32K-Chat
|
11 |
+
|
12 |
+
## Model Description
|
13 |
+
|
14 |
+
LLaMA-2-7B-32K-Chat is an open-source, long-context chat model finetuned from [Llama-2-7B-32K](https://huggingface.co/togethercomputer/LLaMA-2-7B-32K) over high-quality instructions and chat data.
|
15 |
+
We build Llama-2-7B-32K-Chat with less than 200 lines of Python script using Together API, and we also make the recipe fully available.
|
16 |
+
We hope that this can enable everyone to finetune their own version of [Llama-2-7B-32K](https://huggingface.co/togethercomputer/LLaMA-2-7B-32K) — play with Together API and give us feedback!
|
17 |
+
|
18 |
+
## What's new?
|
19 |
+
|
20 |
+
|
21 |
+
## Model Architecture
|
22 |
+
|
23 |
+
|
24 |
+
## Training and Fine-tuning
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
## Inference
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
## Limitations and Bias
|
33 |
+
|
34 |
+
As with all language models, LLaMA-2-7B-32K-Chat may generate incorrect or biased content. It's important to keep this in mind when using the model.
|
35 |
+
|
36 |
+
## Community
|
37 |
+
|
38 |
+
Join us on [Together Discord](https://discord.gg/6ZVDU8tTD4)
|