Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ widget:
|
|
10 |
- text: 안녕
|
11 |
---
|
12 |
|
13 |
-
#
|
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/
|
36 |
-
- **Demo:** https://huggingface.co/spaces/seonglae/
|
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/
|
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/
|
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
|