sy
commited on
Commit
•
6057c56
1
Parent(s):
6e7c0d1
Create README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: sysong11/dapt-kogpt
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
The model is a pretrained version of KoGPT-fp16 revision on causal language modeling (CLM) objective, which was fitted
|
9 |
+
using unlabeled text of [a small supervised tuning dataset for summarization](https://huggingface.co/datasets/sysong11/sum_train_rev).
|