kimhyunwoo
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
---
|
2 |
license: gemma
|
|
|
|
|
3 |
---
|
4 |
# Gemma2 Korean Emotional Dialogue Chatbot
|
5 |
|
|
|
|
|
6 |
This Space demonstrates a fine-tuned Gemma 2 2B model for generating empathetic Korean dialogue. The model is trained on the AI Hub "Emotional Dialogue Corpus" using Low-Rank Adaptation (LoRA) and is designed to respond to user prompts that express various emotions.
|
7 |
|
8 |
## Model Details
|
|
|
1 |
---
|
2 |
license: gemma
|
3 |
+
base_model:
|
4 |
+
- google/gemma-2-2b-it
|
5 |
---
|
6 |
# Gemma2 Korean Emotional Dialogue Chatbot
|
7 |
|
8 |
+
https://huggingface.co/spaces/kimhyunwoo/gemma2-korean-emotion-chat
|
9 |
+
|
10 |
This Space demonstrates a fine-tuned Gemma 2 2B model for generating empathetic Korean dialogue. The model is trained on the AI Hub "Emotional Dialogue Corpus" using Low-Rank Adaptation (LoRA) and is designed to respond to user prompts that express various emotions.
|
11 |
|
12 |
## Model Details
|