abdiharyadi commited on
Commit
66a81e2
1 Parent(s): 462a347

End of training

Browse files
Files changed (2) hide show
  1. README.md +65 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Wikidepia/IndoT5-base
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: my-random-t5-ft
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # my-random-t5-ft
14
+
15
+ This model is a fine-tuned version of [Wikidepia/IndoT5-base](https://huggingface.co/Wikidepia/IndoT5-base) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0023
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 1
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 1.1845 | 0.1 | 1629 | 0.0037 |
49
+ | 0.0059 | 0.2 | 3258 | 0.0027 |
50
+ | 0.0048 | 0.3 | 4887 | 0.0026 |
51
+ | 0.003 | 0.4 | 6516 | 0.0028 |
52
+ | 0.0039 | 0.5 | 8145 | 0.0022 |
53
+ | 0.0023 | 0.6 | 9774 | 0.0023 |
54
+ | 0.0024 | 0.7 | 11403 | 0.0019 |
55
+ | 0.0015 | 0.8 | 13032 | 0.0022 |
56
+ | 0.0011 | 0.9 | 14661 | 0.0024 |
57
+ | 0.0018 | 1.0 | 16290 | 0.0023 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.39.3
63
+ - Pytorch 2.1.2
64
+ - Datasets 2.19.0
65
+ - Tokenizers 0.15.2
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.39.3"
7
+ }