gangyeolkim
commited on
Commit
•
920011b
1
Parent(s):
703b356
Update README.md
Browse files
README.md
CHANGED
@@ -36,4 +36,7 @@ def gen(text, history):
|
|
36 |
|
37 |
demo = gr.ChatInterface(fn=gen)
|
38 |
demo.launch(share=True)
|
39 |
-
```
|
|
|
|
|
|
|
|
36 |
|
37 |
demo = gr.ChatInterface(fn=gen)
|
38 |
demo.launch(share=True)
|
39 |
+
```
|
40 |
+
|
41 |
+
### Base Model
|
42 |
+
- allganize/Llama-3-Alpha-Ko-8B-Instruct
|