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