ayameRushia
commited on
Commit
•
c92902e
1
Parent(s):
938b528
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ widget:
|
|
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% |
|
@@ -15,6 +16,7 @@ The information of the sub-dataset and the distribution of the training and eval
|
|
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 |
|
|
|
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 |
+
|
11 |
| split | count | percentage |
|
12 |
| ---------- | ---------- | -------------- |
|
13 |
| train | 7,358 | 80% |
|
|
|
16 |
|
17 |
### Evaluation results
|
18 |
The model evaluation results after 10 epochs are as follows:
|
19 |
+
|
20 |
| dataset | train loss | eval loss | eval perplexity |
|
21 |
| ---------- | ---------- | -------------- | ---------- |
|
22 |
| [id puisi](https://huggingface.co/datasets/id_puisi) | 3.43 | 3.54 | 34.47 |
|