ayameRushia commited on
Commit
938b528
1 Parent(s): dd043d9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: id
3
+ widget:
4
+ - text: "Wahai rembulan yang tertutup awan hujan"
5
+ ---
6
+ # Indonesian GPT-2 finetuned on Indonesian poems
7
+ This is the [Indonesian gpt2-small model](https://huggingface.co/flax-community/gpt2-small-indonesian) fine-tuned to Indonesian poems. The dataset can be found in [here](https://huggingface.co/datasets/id_puisi) All training was done on Google Colab Jupyter Notebook (soon).
8
+
9
+ The information of the sub-dataset and the distribution of the training and evaluation dataset are as follows:
10
+ | split | count | percentage |
11
+ | ---------- | ---------- | -------------- |
12
+ | train | 7,358 | 80% |
13
+ | validation | 1,890 | 20% |
14
+
15
+
16
+ ### Evaluation results
17
+ The model evaluation results after 10 epochs are as follows:
18
+ | dataset | train loss | eval loss | eval perplexity |
19
+ | ---------- | ---------- | -------------- | ---------- |
20
+ | [id puisi](https://huggingface.co/datasets/id_puisi) | 3.43 | 3.54 | 34.47 |
21
+
22
+ The logs and parameters can be found in [wandb page here](https://wandb.ai/ayamerushia/gpt-2_poem/runs/2qdccw34/overview?workspace=user-ayamerushia)
23
+