Zekunli commited on
Commit
4b64057
1 Parent(s): 2231c50

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: flan-t5-large-da-multiwoz_250
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # flan-t5-large-da-multiwoz_250
15
+
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.3959
19
+ - Accuracy: 38.8681
20
+ - Num: 3689
21
+ - Gen Len: 15.6736
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 24
43
+ - seed: 1799
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Num | Gen Len |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|:-------:|
52
+ | 0.4158 | 0.93 | 200 | 0.4439 | 34.537 | 3689 | 15.8452 |
53
+ | 0.3487 | 1.86 | 400 | 0.4358 | 35.7656 | 3689 | 15.6495 |
54
+ | 0.3596 | 2.79 | 600 | 0.4304 | 35.4046 | 3689 | 14.8946 |
55
+ | 0.3676 | 3.72 | 800 | 0.4186 | 36.5036 | 3689 | 15.0016 |
56
+ | 0.4259 | 4.65 | 1000 | 0.4082 | 36.491 | 3689 | 15.4118 |
57
+ | 0.4005 | 5.58 | 1200 | 0.4039 | 37.4827 | 3689 | 15.8615 |
58
+ | 0.3922 | 6.51 | 1400 | 0.4009 | 38.1076 | 3689 | 15.4286 |
59
+ | 0.3656 | 7.44 | 1600 | 0.3998 | 38.8275 | 3689 | 15.7021 |
60
+ | 0.3709 | 8.37 | 1800 | 0.3959 | 38.8681 | 3689 | 15.6736 |
61
+ | 0.3564 | 9.3 | 2000 | 0.3981 | 38.6742 | 3689 | 15.8406 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.18.0
67
+ - Pytorch 1.10.0+cu111
68
+ - Datasets 2.5.1
69
+ - Tokenizers 0.12.1