Zekunli commited on
Commit
081a23f
1 Parent(s): 2f352e9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: flan-t5-large-da-multiwoz_1000
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
+ # flan-t5-large-da-multiwoz_1000
16
+
17
+ This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3538
20
+ - Accuracy: 41.3747
21
+ - Num: 3689
22
+ - Gen Len: 15.5115
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: 5
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Num | Gen Len |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|:-------:|
53
+ | 1.3315 | 0.24 | 200 | 0.5697 | 25.9543 | 3689 | 14.556 |
54
+ | 0.6418 | 0.48 | 400 | 0.4645 | 30.0503 | 3689 | 14.9314 |
55
+ | 0.5433 | 0.72 | 600 | 0.4307 | 31.9506 | 3689 | 16.1515 |
56
+ | 0.4909 | 0.95 | 800 | 0.4177 | 34.7593 | 3689 | 15.418 |
57
+ | 0.4769 | 1.19 | 1000 | 0.3996 | 35.0943 | 3689 | 14.9607 |
58
+ | 0.4491 | 1.43 | 1200 | 0.3881 | 36.2741 | 3689 | 15.543 |
59
+ | 0.4531 | 1.67 | 1400 | 0.3820 | 35.7704 | 3689 | 14.1583 |
60
+ | 0.4322 | 1.91 | 1600 | 0.3726 | 37.4853 | 3689 | 15.961 |
61
+ | 0.4188 | 2.15 | 1800 | 0.3699 | 38.4117 | 3689 | 15.0773 |
62
+ | 0.4085 | 2.38 | 2000 | 0.3674 | 38.5353 | 3689 | 15.4012 |
63
+ | 0.4063 | 2.62 | 2200 | 0.3606 | 40.0046 | 3689 | 15.3546 |
64
+ | 0.3977 | 2.86 | 2400 | 0.3570 | 40.6543 | 3689 | 15.704 |
65
+ | 0.3992 | 3.1 | 2600 | 0.3549 | 40.4284 | 3689 | 15.7446 |
66
+ | 0.3828 | 3.34 | 2800 | 0.3538 | 41.3747 | 3689 | 15.5115 |
67
+ | 0.3792 | 3.58 | 3000 | 0.3539 | 39.8513 | 3689 | 14.7951 |
68
+ | 0.3914 | 3.81 | 3200 | 0.3498 | 41.0388 | 3689 | 15.4153 |
69
+ | 0.3707 | 4.05 | 3400 | 0.3498 | 40.9596 | 3689 | 16.3136 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.18.0
75
+ - Pytorch 1.10.0+cu111
76
+ - Datasets 2.5.1
77
+ - Tokenizers 0.12.1