vishnun commited on
Commit
f23a7e0
1 Parent(s): 40ce511

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: HintsGenerator
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # HintsGenerator
13
+
14
+ This model is a fine-tuned version of [patrickvonplaten/t5-tiny-random](https://huggingface.co/patrickvonplaten/t5-tiny-random) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 5.7914
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 2e-05
36
+ - train_batch_size: 16
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 10
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:-----:|:---------------:|
47
+ | 4.8644 | 1.0 | 4212 | 7.3992 |
48
+ | 4.2267 | 2.0 | 8424 | 6.8927 |
49
+ | 3.8213 | 3.0 | 12636 | 6.5816 |
50
+ | 3.5707 | 4.0 | 16848 | 6.3507 |
51
+ | 3.3617 | 5.0 | 21060 | 6.1117 |
52
+ | 3.2614 | 6.0 | 25272 | 5.9754 |
53
+ | 3.1676 | 7.0 | 29484 | 5.8835 |
54
+ | 3.1363 | 8.0 | 33696 | 5.8340 |
55
+ | 3.1046 | 9.0 | 37908 | 5.7960 |
56
+ | 3.1239 | 10.0 | 42120 | 5.7914 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.28.1
62
+ - Pytorch 2.0.0+cu118
63
+ - Datasets 2.12.0
64
+ - Tokenizers 0.13.3