vishnun commited on
Commit
e1126c7
·
1 Parent(s): 0b62222

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: tinygram
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
+ # tinygram
14
+
15
+ This model is a fine-tuned version of [google/t5-efficient-tiny-nh32](https://huggingface.co/google/t5-efficient-tiny-nh32) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.4318
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: 2e-05
37
+ - train_batch_size: 16
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: 10
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 1.4129 | 1.0 | 1875 | 0.7042 |
49
+ | 0.8989 | 2.0 | 3750 | 0.5567 |
50
+ | 0.7689 | 3.0 | 5625 | 0.5098 |
51
+ | 0.7041 | 4.0 | 7500 | 0.4821 |
52
+ | 0.6824 | 5.0 | 9375 | 0.4634 |
53
+ | 0.6456 | 6.0 | 11250 | 0.4511 |
54
+ | 0.6241 | 7.0 | 13125 | 0.4440 |
55
+ | 0.6194 | 8.0 | 15000 | 0.4364 |
56
+ | 0.609 | 9.0 | 16875 | 0.4328 |
57
+ | 0.6042 | 10.0 | 18750 | 0.4318 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.25.1
63
+ - Pytorch 1.13.0+cu116
64
+ - Datasets 2.8.0
65
+ - Tokenizers 0.13.2