aeolian83 commited on
Commit
3aac946
1 Parent(s): e835503

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -20
README.md CHANGED
@@ -1,41 +1,39 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
 
9
 
 
10
 
 
11
 
12
- ## Model Details
13
-
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
 
36
  ## Uses
37
 
38
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
 
 
 
 
 
 
 
39
 
40
  ### Direct Use
41
 
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
+ datasets:
5
+ - squarelike/OpenOrca-gugugo-ko
6
+ language:
7
+ - ko
8
+ - en
9
+ pipeline_tag: text-generation
10
  ---
11
 
12
  # Model Card for Model ID
13
 
14
  <!-- Provide a quick summary of what the model is/does. -->
15
+ LLaMA2 7b 모델의 한국어 CP(Continual Pre-trained)모델인 https://huggingface.co/beomi/llama-2-ko-7b 모델의 instruction tuning 모델
16
 
17
+ transformers와 trl을 이용하여 QLoRA로 훈련 진행
18
 
19
+ Dataset은 https://huggingface.co/datasets/squarelike/OpenOrca-gugugo-ko
20
 
 
 
 
 
 
 
 
21
 
22
+ ## Model Details
 
 
 
 
 
 
23
 
24
  ### Model Sources [optional]
25
 
 
 
 
 
 
26
 
27
  ## Uses
28
 
29
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
30
+ ```
31
+ """### instruction:
32
+ ### intput:
33
+ ### output:
34
+
35
+ ```
36
+
37
 
38
  ### Direct Use
39