jinlmsft commited on
Commit
e124149
·
1 Parent(s): f1cae7c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t5-large-multiwoz
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
+ # t5-large-multiwoz
14
+
15
+ This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0064
18
+ - Acc: 1.0
19
+ - True Num: 56671
20
+ - Num: 56776
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 16
44
+ - total_train_batch_size: 64
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 10.0
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Acc | True Num | Num |
52
+ |:-------------:|:-----:|:----:|:---------------:|:----:|:--------:|:-----:|
53
+ | 0.1261 | 1.13 | 1000 | 0.0933 | 0.98 | 55574 | 56776 |
54
+ | 0.0951 | 2.25 | 2000 | 0.0655 | 0.98 | 55867 | 56776 |
55
+ | 0.0774 | 3.38 | 3000 | 0.0480 | 0.99 | 56047 | 56776 |
56
+ | 0.0584 | 4.51 | 4000 | 0.0334 | 0.99 | 56252 | 56776 |
57
+ | 0.042 | 5.64 | 5000 | 0.0222 | 0.99 | 56411 | 56776 |
58
+ | 0.0329 | 6.76 | 6000 | 0.0139 | 1.0 | 56502 | 56776 |
59
+ | 0.0254 | 7.89 | 7000 | 0.0094 | 1.0 | 56626 | 56776 |
60
+ | 0.0214 | 9.02 | 8000 | 0.0070 | 1.0 | 56659 | 56776 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.12.5
66
+ - Pytorch 1.10.0+cu102
67
+ - Datasets 1.15.1
68
+ - Tokenizers 0.10.3