Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,51 @@
|
|
1 |
-
---
|
2 |
-
license: llama3
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
**[4.0bpw](https://huggingface.co/rioshiina/Llama-3-Swallow-8B-v0.1-exl2/tree/4.0bpw)**
|
9 |
+
**[6.0bpw](https://huggingface.co/rioshiina/Llama-3-Swallow-8B-v0.1-exl2/tree/6.0bpw)**
|
10 |
+
**[8.0bpw](https://huggingface.co/rioshiina/Llama-3-Swallow-8B-v0.1-exl2/tree/8.0bpw)**
|
11 |
+
|
12 |
+
# Llama-3-Swallow-8B-v0.1-exl2
|
13 |
+
- Model creator: [tokyotech-llm](https://huggingface.co/tokyotech-llm)
|
14 |
+
- Original model: [Llama-3-Swallow-8B-v0.1](https://huggingface.co/tokyotech-llm/Llama-3-Swallow-8B-v0.1)
|
15 |
+
|
16 |
+
## Prompt template
|
17 |
+
|
18 |
+
```
|
19 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
20 |
+
|
21 |
+
### Instruction:
|
22 |
+
{prompt}
|
23 |
+
|
24 |
+
### Response:
|
25 |
+
|
26 |
+
|
27 |
+
```
|
28 |
+
|
29 |
+
### License
|
30 |
+
|
31 |
+
[META LLAMA 3 COMMUNITY LICENSE](https://llama.meta.com/llama3/license/)
|
32 |
+
|
33 |
+
### Citations
|
34 |
+
|
35 |
+
```tex
|
36 |
+
@misc{llama3swallow,
|
37 |
+
title={Llama 3 Swallow},
|
38 |
+
url={https://swallow-llm.github.io/llama3-swallow.en.html},
|
39 |
+
author={Swallow LLM},
|
40 |
+
year={2024},
|
41 |
+
}
|
42 |
+
```
|
43 |
+
|
44 |
+
```tex
|
45 |
+
@article{llama3modelcard,
|
46 |
+
title={Llama 3 Model Card},
|
47 |
+
author={AI@Meta},
|
48 |
+
year={2024},
|
49 |
+
url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
|
50 |
+
}
|
51 |
+
```
|