havasricky commited on
Commit
84befe7
1 Parent(s): 890c659

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: t5_recommendation_sports_equipment_english
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # t5_recommendation_sports_equipment_english
16
+
17
+ This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4517
20
+ - Rouge1: 57.9365
21
+ - Rouge2: 47.6190
22
+ - Rougel: 57.4603
23
+ - Rougelsum: 57.1429
24
+ - Gen Len: 3.9048
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 0.0001
44
+ - train_batch_size: 4
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 4
48
+ - total_train_batch_size: 16
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 10
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
57
+ | No log | 0.96 | 6 | 6.7882 | 8.7485 | 0.9524 | 8.8278 | 8.7302 | 19.0 |
58
+ | No log | 1.96 | 12 | 2.3412 | 18.0952 | 0.0 | 18.0952 | 18.0952 | 3.2381 |
59
+ | No log | 2.96 | 18 | 0.8550 | 11.9048 | 4.7619 | 11.9048 | 11.9048 | 4.0 |
60
+ | No log | 3.96 | 24 | 0.7481 | 32.3810 | 4.7619 | 32.6984 | 31.9048 | 3.9048 |
61
+ | No log | 4.96 | 30 | 0.7208 | 20.9524 | 4.7619 | 21.2698 | 20.9524 | 3.6190 |
62
+ | No log | 5.96 | 36 | 0.6293 | 31.7460 | 23.8095 | 31.7460 | 30.9524 | 3.6667 |
63
+ | No log | 6.96 | 42 | 0.6203 | 43.1746 | 33.3333 | 43.6508 | 43.1746 | 3.9048 |
64
+ | No log | 7.96 | 48 | 0.6352 | 47.6190 | 33.3333 | 47.6190 | 47.6190 | 3.8095 |
65
+ | No log | 8.96 | 54 | 0.5334 | 52.6190 | 42.8571 | 52.3810 | 52.3810 | 3.9524 |
66
+ | No log | 9.96 | 60 | 0.4517 | 57.9365 | 47.6190 | 57.4603 | 57.1429 | 3.9048 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.26.0
72
+ - Pytorch 2.3.0+cu121
73
+ - Datasets 2.8.0
74
+ - Tokenizers 0.13.3