seonglae commited on
Commit
5daa092
·
verified ·
1 Parent(s): f4fd301

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -10,7 +10,7 @@ widget:
10
  - text: 안녕
11
  ---
12
 
13
- # Hannam (한남)
14
 
15
  <!-- Provide a quick summary of what the model is/does. -->
16
  Korean Chatbot based on Google Gemma
@@ -32,8 +32,8 @@ Korean Chatbot based on Google Gemma
32
 
33
  <!-- Provide the basic links for the model. -->
34
 
35
- - **Repository:** https://github.com/seonglae/hannam
36
- - **Demo:** https://huggingface.co/spaces/seonglae/hannam
37
 
38
  ## Uses
39
 
@@ -70,7 +70,7 @@ for output in outputs:
70
  ## Training Details
71
  Trained on 2 x RTX3090
72
 
73
- [More Information on Github source code](https://github.com/seonglae/hannam/blob/master/train.py)
74
 
75
  ### Training Data
76
 
@@ -99,7 +99,7 @@ if (chat[0]['role'] == 'system'):
99
  try:
100
  prompt = tokenizer.apply_chat_template(chat, tokenize=False)
101
  ```
102
- [Source Code](https://github.com/seonglae/hannam/blob/master/hannam/adapt.py)
103
 
104
 
105
  #### Training Hyperparameters
 
10
  - text: 안녕
11
  ---
12
 
13
+ # Yokhal (욕쟁이 할머니)
14
 
15
  <!-- Provide a quick summary of what the model is/does. -->
16
  Korean Chatbot based on Google Gemma
 
32
 
33
  <!-- Provide the basic links for the model. -->
34
 
35
+ - **Repository:** https://github.com/seonglae/yokhal
36
+ - **Demo:** https://huggingface.co/spaces/seonglae/yokhal
37
 
38
  ## Uses
39
 
 
70
  ## Training Details
71
  Trained on 2 x RTX3090
72
 
73
+ [More Information on Github source code](https://github.com/seonglae/yokhal/blob/master/train.py)
74
 
75
  ### Training Data
76
 
 
99
  try:
100
  prompt = tokenizer.apply_chat_template(chat, tokenize=False)
101
  ```
102
+ [Source Code](https://github.com/seonglae/yokhal/blob/master/yokhal/adapt.py)
103
 
104
 
105
  #### Training Hyperparameters