Commit
•
5f225e9
1
Parent(s):
c53f71b
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (f681928d575018abdc52d4cff446aca39169a868)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
- polyglot-ko
|
6 |
- gpt-neox
|
7 |
- KoAlpaca
|
8 |
-
model-index:
|
9 |
-
- name: KoAlpaca-Polyglot-12.8B
|
10 |
-
results: []
|
11 |
-
language:
|
12 |
-
- ko
|
13 |
datasets:
|
14 |
- KoAlpaca-v1.1b
|
15 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
Update @ 2023.06.01
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ko
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- polyglot-ko
|
8 |
- gpt-neox
|
9 |
- KoAlpaca
|
|
|
|
|
|
|
|
|
|
|
10 |
datasets:
|
11 |
- KoAlpaca-v1.1b
|
12 |
pipeline_tag: text-generation
|
13 |
+
base_model: EleutherAI/polyglot-ko-12.8b
|
14 |
+
model-index:
|
15 |
+
- name: KoAlpaca-Polyglot-12.8B
|
16 |
+
results: []
|
17 |
---
|
18 |
|
19 |
Update @ 2023.06.01
|