DrishtiSharma commited on
Commit
92881c5
1 Parent(s): f1acaed

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: poem-gen-spanish-t5-small-d2
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
+ # poem-gen-spanish-t5-small-d2
14
+
15
+ This model is a fine-tuned version of [flax-community/spanish-t5-small](https://huggingface.co/flax-community/spanish-t5-small) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 2.9027
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: 0.0003
37
+ - train_batch_size: 6
38
+ - eval_batch_size: 6
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 6
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:------:|:---------------:|
48
+ | 3.223 | 0.73 | 30000 | 3.1479 |
49
+ | 3.0109 | 1.46 | 60000 | 3.0544 |
50
+ | 2.8649 | 2.19 | 90000 | 2.9730 |
51
+ | 2.7603 | 2.93 | 120000 | 2.9301 |
52
+ | 2.6343 | 3.66 | 150000 | 2.9188 |
53
+ | 2.5094 | 4.39 | 180000 | 2.9064 |
54
+ | 2.391 | 5.12 | 210000 | 2.9073 |
55
+ | 2.3592 | 5.85 | 240000 | 2.9022 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.17.0
61
+ - Pytorch 1.10.0+cu111
62
+ - Datasets 2.0.0
63
+ - Tokenizers 0.11.6