Zekunli commited on
Commit
bc18c57
·
1 Parent(s): fb4ebc8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: flan-t5-large-extraction-cnndm_2000-all-hint_precision-ep1
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # flan-t5-large-extraction-cnndm_2000-all-hint_precision-ep1
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 2.3024
17
+ - Hint Hit: 0.975
18
+ - Hint Hit Num: 1.966
19
+ - Hint Precision: 0.3313
20
+ - Hint Bleu: 3.5808
21
+ - Num: 5.93
22
+ - Gen Len: 18.99
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 24
44
+ - seed: 1799
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 1
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Hint Hit | Hint Hit Num | Hint Precision | Hint Bleu | Num | Gen Len |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------------:|:--------------:|:---------:|:-----:|:-------:|
53
+ | 0.7779 | 0.8 | 200 | 2.2977 | 1.0185 | 1.996 | 0.3382 | 3.6843 | 5.906 | 18.988 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.18.0
59
+ - Pytorch 1.10.0+cu111
60
+ - Datasets 2.5.1
61
+ - Tokenizers 0.12.1