julleong commited on
Commit
104fac9
1 Parent(s): d4d2743

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -5,7 +5,29 @@ base_model: beomi/llama-2-ko-7b
5
  license: mit
6
  pipeline_tag: question-answering
7
  tags:
8
- - llama2
 
 
9
  ---
10
 
11
- Kollm leaderboard post test
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  license: mit
6
  pipeline_tag: question-answering
7
  tags:
8
+ - instruct
9
+ - instruction
10
+ - llama-2
11
  ---
12
 
13
+ # llama2-7b
14
+
15
+ ### Model Details
16
+ - Developed by: Julleong
17
+ - Backbone Model: beomi/llama-2-ko-7b
18
+ - Library: [transformers](https://github.com/huggingface/transformers)
19
+
20
+ ### Used Datasets
21
+ - 개체명 사전 2022(모두의 말뭉치)
22
+
23
+ ### Prompt Template
24
+ ```
25
+ <usr>
26
+ {Instruction}
27
+
28
+ <bot>
29
+ {Answer}
30
+ ```
31
+
32
+ ### License
33
+ - MIT