natope commited on
Commit
a9412ae
·
1 Parent(s): 5f90c0b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: question-context-random-to10-p-all_q
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
+ # question-context-random-to10-p-all_q
14
+
15
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 0.0532
18
+ - eval_rouge1: 0.9979
19
+ - eval_rouge2: 0.0
20
+ - eval_rougeL: 0.9979
21
+ - eval_rougeLsum: 0.9979
22
+ - eval_gen_len: 2.0
23
+ - eval_runtime: 410.5021
24
+ - eval_samples_per_second: 9.135
25
+ - eval_steps_per_second: 9.135
26
+ - epoch: 1.0
27
+ - step: 11248
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 1
48
+ - eval_batch_size: 1
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 5
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.28.0
57
+ - Pytorch 2.0.1+cu118
58
+ - Datasets 2.12.0
59
+ - Tokenizers 0.13.3