affahrizain commited on
Commit
3a27bbe
1 Parent(s): 1021a39

Model save

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -3,6 +3,8 @@ license: mit
3
  base_model: indobenchmark/indogpt
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: gpt2-completion-finetune-id-review-gen
8
  results: []
@@ -13,7 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # gpt2-completion-finetune-id-review-gen
15
 
16
- This model is a fine-tuned version of [indobenchmark/indogpt](https://huggingface.co/indobenchmark/indogpt) on an unknown dataset.
 
 
17
 
18
  ## Model description
19
 
@@ -41,6 +45,22 @@ The following hyperparameters were used during training:
41
  - num_epochs: 10
42
  - mixed_precision_training: Native AMP
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.37.0
 
3
  base_model: indobenchmark/indogpt
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - id-review-gen
8
  model-index:
9
  - name: gpt2-completion-finetune-id-review-gen
10
  results: []
 
15
 
16
  # gpt2-completion-finetune-id-review-gen
17
 
18
+ This model is a fine-tuned version of [indobenchmark/indogpt](https://huggingface.co/indobenchmark/indogpt) on the id-review-gen dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.2807
21
 
22
  ## Model description
23
 
 
45
  - num_epochs: 10
46
  - mixed_precision_training: Native AMP
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:-----:|:---------------:|
52
+ | 1.5971 | 1.0 | 2065 | 1.5028 |
53
+ | 1.4759 | 2.0 | 4130 | 1.4118 |
54
+ | 1.4151 | 3.0 | 6195 | 1.3649 |
55
+ | 1.3746 | 4.0 | 8260 | 1.3400 |
56
+ | 1.3533 | 5.0 | 10325 | 1.3165 |
57
+ | 1.3273 | 6.0 | 12390 | 1.3030 |
58
+ | 1.306 | 7.0 | 14455 | 1.2944 |
59
+ | 1.2946 | 8.0 | 16520 | 1.2879 |
60
+ | 1.2829 | 9.0 | 18585 | 1.2814 |
61
+ | 1.2818 | 10.0 | 20650 | 1.2807 |
62
+
63
+
64
  ### Framework versions
65
 
66
  - Transformers 4.37.0