WillHeld commited on
Commit
84ce332
1 Parent(s): f0f07ab

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t5-base-vanilla-top_v2
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-vanilla-top_v2
14
+
15
+ This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0349
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.001
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 64
41
+ - total_train_batch_size: 512
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - training_steps: 3000
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.9322 | 0.82 | 200 | 0.0776 |
51
+ | 0.0758 | 1.65 | 400 | 0.0476 |
52
+ | 0.0732 | 2.47 | 600 | 0.0762 |
53
+ | 0.0527 | 3.29 | 800 | 0.0416 |
54
+ | 0.0448 | 4.12 | 1000 | 0.0449 |
55
+ | 0.0401 | 4.94 | 1200 | 0.0368 |
56
+ | 0.0312 | 5.76 | 1400 | 0.0351 |
57
+ | 0.0268 | 6.58 | 1600 | 0.0353 |
58
+ | 0.0239 | 7.41 | 1800 | 0.0351 |
59
+ | 0.0219 | 8.23 | 2000 | 0.0353 |
60
+ | 0.0202 | 9.05 | 2200 | 0.0346 |
61
+ | 0.0184 | 9.88 | 2400 | 0.0345 |
62
+ | 0.017 | 10.7 | 2600 | 0.0352 |
63
+ | 0.0163 | 11.52 | 2800 | 0.0351 |
64
+ | 0.0154 | 12.35 | 3000 | 0.0349 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.24.0
70
+ - Pytorch 1.13.0+cu117
71
+ - Datasets 2.7.0
72
+ - Tokenizers 0.13.2