Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# GPT-2 Fine-tuning With Vietnamese News
|
2 |
## Model description
|
3 |
A Fine-tuned Vietnamese GPT2 model which can generate Vietnamese news based on context (category + headline), based on the Vietnamese Wiki GPT2 pretrained model (https://huggingface.co/danghuy1999/gpt2-viwiki)
|
@@ -22,4 +38,4 @@ The dataset is about 30k Vietnamese news dataset from website thanhnien.vn
|
|
22 |
- P/s: I've already tried to deploy my model on Streamlit's cloud, but It was always being broken due to out of memory
|
23 |
|
24 |
## Github
|
25 |
-
- https://github.com/Tuan-Lee-23/Vietnamese-News-Generative-Model/blob/main/
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- vi
|
4 |
+
thumbnail: "url to a thumbnail used in social sharing"
|
5 |
+
tags:
|
6 |
+
- tag1
|
7 |
+
- tag2
|
8 |
+
datasets:
|
9 |
+
- Private Vietnamese News dataset
|
10 |
+
metrics:
|
11 |
+
- rouge
|
12 |
+
- wer
|
13 |
+
|
14 |
+
---
|
15 |
+
|
16 |
+
|
17 |
# GPT-2 Fine-tuning With Vietnamese News
|
18 |
## Model description
|
19 |
A Fine-tuned Vietnamese GPT2 model which can generate Vietnamese news based on context (category + headline), based on the Vietnamese Wiki GPT2 pretrained model (https://huggingface.co/danghuy1999/gpt2-viwiki)
|
|
|
38 |
- P/s: I've already tried to deploy my model on Streamlit's cloud, but It was always being broken due to out of memory
|
39 |
|
40 |
## Github
|
41 |
+
- https://github.com/Tuan-Lee-23/Vietnamese-News-Generative-Model/blob/main/
|