mrm8488 commited on
Commit
2db42c9
·
1 Parent(s): 82c8200

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t5-base-iterater
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
+ # t5-base-iterater
14
+
15
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.2580
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: 2
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 0.3286 | 0.09 | 2000 | 0.3010 |
49
+ | 0.3194 | 0.18 | 4000 | 0.2872 |
50
+ | 0.3208 | 0.27 | 6000 | 0.2792 |
51
+ | 0.3091 | 0.36 | 8000 | 0.2731 |
52
+ | 0.3164 | 0.45 | 10000 | 0.2678 |
53
+ | 0.2941 | 0.54 | 12000 | 0.2682 |
54
+ | 0.2981 | 0.63 | 14000 | 0.2696 |
55
+ | 0.2975 | 0.72 | 16000 | 0.2643 |
56
+ | 0.3109 | 0.81 | 18000 | 0.2624 |
57
+ | 0.2965 | 0.9 | 20000 | 0.2648 |
58
+ | 0.3053 | 0.99 | 22000 | 0.2627 |
59
+ | 0.2779 | 1.08 | 24000 | 0.2632 |
60
+ | 0.2692 | 1.17 | 26000 | 0.2608 |
61
+ | 0.2755 | 1.26 | 28000 | 0.2600 |
62
+ | 0.2771 | 1.35 | 30000 | 0.2584 |
63
+ | 0.2774 | 1.44 | 32000 | 0.2609 |
64
+ | 0.2976 | 1.53 | 34000 | 0.2593 |
65
+ | 0.2646 | 1.62 | 36000 | 0.2616 |
66
+ | 0.2705 | 1.71 | 38000 | 0.2574 |
67
+ | 0.2714 | 1.8 | 40000 | 0.2577 |
68
+ | 0.2857 | 1.9 | 42000 | 0.2576 |
69
+ | 0.2832 | 1.99 | 44000 | 0.2580 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.18.0.dev0
75
+ - Pytorch 1.10.0+cu111
76
+ - Datasets 2.0.0
77
+ - Tokenizers 0.11.6