anhdt-dsai-02 commited on
Commit
273946d
·
1 Parent(s): af997c4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
+ model-index:
8
+ - name: mt0_1024_gen512
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
+ # mt0_1024_gen512
16
+
17
+ This model is a fine-tuned version of [bigscience/mt0-base](https://huggingface.co/bigscience/mt0-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.7265
20
+ - Rouge-1: 0.2865
21
+ - Rouge-2: 0.1626
22
+ - Rouge-4: 0.0962
23
+ - Rouge-l: 0.2528
24
+ - Rouge-w-1.2: 0.1
25
+ - Rouge-s4: 0.128
26
+ - Rouge-su4: 0.1553
27
+ - R: 0.2153
28
+ - P: 0.428
29
+ - Bleu: 11.0526
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 1e-05
49
+ - train_batch_size: 1
50
+ - eval_batch_size: 1
51
+ - seed: 42
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 3
55
+
56
+ ### Training results
57
+
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.26.1
63
+ - Pytorch 2.0.0
64
+ - Datasets 2.1.0
65
+ - Tokenizers 0.13.3