sanghwa-na
commited on
Commit
•
6db5e41
1
Parent(s):
677c1ba
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: llama2
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ko
|
4 |
+
tags:
|
5 |
+
- llama-2
|
6 |
+
- instruct
|
7 |
+
- instruction
|
8 |
+
pipeline_tag: text-generation
|
9 |
license: llama2
|
10 |
---
|
11 |
+
|
12 |
+
# llama2-13b.kor
|
13 |
+
|
14 |
+
### Model Details
|
15 |
+
- Developed by: Sanghwa Na
|
16 |
+
- Backbone Model: [LLaMA-2](https://github.com/facebookresearch/llama/tree/main)
|
17 |
+
- Library: [transformers](https://github.com/huggingface/transformers)
|
18 |
+
|
19 |
+
### Used Datasets
|
20 |
+
- Orca-style dataset
|
21 |
+
- Platypus
|
22 |
+
|
23 |
+
### Prompt Template
|
24 |
+
```
|
25 |
+
### Instruction:
|
26 |
+
{Instruction}
|
27 |
+
|
28 |
+
### Answer:
|
29 |
+
{Answer}
|
30 |
+
```
|
31 |
+
|
32 |
+
### License
|
33 |
+
meta-license
|