RioShiina commited on
Commit
96747cd
1 Parent(s): c0bb1a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -3
README.md CHANGED
@@ -1,3 +1,48 @@
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-Instruct-v0.1-exl2/tree/4.0bpw)**
9
+ **[6.0bpw](https://huggingface.co/rioshiina/Llama-3-Swallow-8B-Instruct-v0.1-exl2/tree/6.0bpw)**
10
+ **[8.0bpw](https://huggingface.co/rioshiina/Llama-3-Swallow-8B-Instruct-v0.1-exl2/tree/8.0bpw)**
11
+
12
+ # Llama-3-Swallow-8B-Instruct-v0.1-exl2
13
+ - Model creator: [tokyotech-llm](https://huggingface.co/tokyotech-llm)
14
+ - Original model: [Llama-3-Swallow-8B-Instruct-v0.1](https://huggingface.co/tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1)
15
+
16
+ ## Prompt template
17
+
18
+ ```
19
+ <|begin_of_text|><|start_header_id|>user<|end_header_id|>
20
+
21
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
22
+
23
+
24
+ ```
25
+
26
+ ### License
27
+
28
+ [META LLAMA 3 COMMUNITY LICENSE](https://llama.meta.com/llama3/license/)
29
+
30
+ ### Citations
31
+
32
+ ```tex
33
+ @misc{llama3swallow,
34
+ title={Llama 3 Swallow},
35
+ url={https://swallow-llm.github.io/llama3-swallow.en.html},
36
+ author={Swallow LLM},
37
+ year={2024},
38
+ }
39
+ ```
40
+
41
+ ```tex
42
+ @article{llama3modelcard,
43
+ title={Llama 3 Model Card},
44
+ author={AI@Meta},
45
+ year={2024},
46
+ url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
47
+ }
48
+ ```