Zekunli commited on
Commit
d3fd08b
1 Parent(s): c1916ce

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: t5-base-da-multiwoz2.1_500
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
+ # t5-base-da-multiwoz2.1_500
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.4253
19
+ - Accuracy: 22.6359
20
+ - Num: 3689
21
+ - Gen Len: 15.4806
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: 24
42
+ - eval_batch_size: 48
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.5137 | 2.78 | 400 | 0.4454 | 21.1276 | 3689 | 15.569 |
53
+ | 0.4673 | 5.56 | 800 | 0.4329 | 21.7406 | 3689 | 15.4573 |
54
+ | 0.4591 | 8.33 | 1200 | 0.4253 | 22.6359 | 3689 | 15.4806 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.18.0
60
+ - Pytorch 1.10.0+cu111
61
+ - Datasets 2.5.1
62
+ - Tokenizers 0.12.1