jaese commited on
Commit
92276eb
1 Parent(s): 7855728

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t5-small-finetuned-amazon-en-fr
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-small-finetuned-amazon-en-fr
14
+
15
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 2.9766
18
+ - eval_rouge1: 0.1418
19
+ - eval_rouge2: 0.0716
20
+ - eval_rougeL: 0.1369
21
+ - eval_rougeLsum: 0.1383
22
+ - eval_runtime: 5.36
23
+ - eval_samples_per_second: 52.426
24
+ - eval_steps_per_second: 6.716
25
+ - epoch: 2.0
26
+ - step: 2798
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5.6e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 3
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.22.1
56
+ - Pytorch 1.12.1+cu102
57
+ - Datasets 2.9.0
58
+ - Tokenizers 0.12.1