zhuqi commited on
Commit
12da942
·
1 Parent(s): e0e846b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -37
README.md CHANGED
@@ -1,32 +1,74 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
- - generated_from_trainer
5
- model-index:
6
- - name: multiwoz21
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
- # multiwoz21
14
-
15
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
16
- It achieves the following results on the evaluation set:
17
- - Loss: 1.5254
18
-
19
- ## Model description
20
 
21
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
- ## Intended uses & limitations
24
 
25
- More information needed
26
 
27
- ## Training and evaluation data
28
 
29
- More information needed
30
 
31
  ## Training procedure
32
 
@@ -44,22 +86,6 @@ The following hyperparameters were used during training:
44
  - lr_scheduler_type: linear
45
  - num_epochs: 10.0
46
 
47
- ### Training results
48
-
49
- | Training Loss | Epoch | Step | Validation Loss |
50
- |:-------------:|:-----:|:----:|:---------------:|
51
- | No log | 1.0 | 66 | 2.0358 |
52
- | No log | 2.0 | 132 | 1.8007 |
53
- | No log | 3.0 | 198 | 1.6993 |
54
- | No log | 4.0 | 264 | 1.6388 |
55
- | No log | 5.0 | 330 | 1.6028 |
56
- | No log | 6.0 | 396 | 1.5719 |
57
- | No log | 7.0 | 462 | 1.5516 |
58
- | 1.801 | 8.0 | 528 | 1.5360 |
59
- | 1.801 | 9.0 | 594 | 1.5276 |
60
- | 1.801 | 10.0 | 660 | 1.5254 |
61
-
62
-
63
  ### Framework versions
64
 
65
  - Transformers 4.18.0
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  tags:
6
+ - t5-small
7
+ - text2text-generation
8
+ - dialogue generation
9
+ - conversational system
10
+ - task-oriented dialog
11
+ datasets:
12
+ - ConvLab/multiwoz21
13
+ metrics:
14
+ - LM loss
 
 
 
 
 
 
 
15
 
16
+ model-index:
17
+ - name: t5-small-goal2dial-multiwoz21
18
+ results:
19
+ - task:
20
+ type: text2text-generation
21
+ name: dialogue generation
22
+ dataset:
23
+ type: ConvLab/multiwoz21
24
+ name: MultiWOZ 2.1
25
+ split: train
26
+ revision: 5f55375edbfe0270c20bcf770751ad982c0e6614
27
+ metrics:
28
+ - type: Language model loss
29
+ value: 1.5772826686049952
30
+ name: LM loss
31
+ - task:
32
+ type: text2text-generation
33
+ name: dialogue generation
34
+ dataset:
35
+ type: ConvLab/multiwoz21
36
+ name: MultiWOZ 2.1
37
+ split: validation
38
+ revision: 5f55375edbfe0270c20bcf770751ad982c0e6614
39
+ metrics:
40
+ - type: Language model loss
41
+ value: 1.5253684520721436
42
+ name: LM loss
43
+ - task:
44
+ type: text2text-generation
45
+ name: dialogue generation
46
+ dataset:
47
+ type: ConvLab/multiwoz21
48
+ name: MultiWOZ 2.1
49
+ split: test
50
+ revision: 5f55375edbfe0270c20bcf770751ad982c0e6614
51
+ metrics:
52
+ - type: Language model loss
53
+ value: 1.515929937362671
54
+ name: LM loss
55
+
56
+
57
+ widget:
58
+ - text: "You want to book a taxi. The taxi should go to pizza hut fen ditton and should depart from saint john's college. The taxi should leave after 17:15. Make sure you get car type and contact number"
59
+ - text: "You are traveling to Cambridge and looking forward to try local restaurants. You are looking for a particular attraction. Its name is called nusha. Make sure you get postcode and address. You are also looking for a place to dine. The restaurant should be in the expensive price range and should serve indian food. The restaurant should be in the centre. Make sure you get address"
60
+
61
+ inference:
62
+ parameters:
63
+ max_length: 1024
64
 
65
+ ---
66
 
67
+ # t5-small-goal2dial-multiwoz21
68
 
69
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on [MultiWOZ 2.1](https://huggingface.co/datasets/ConvLab/multiwoz21).
70
 
71
+ Refer to [ConvLab-3](https://github.com/ConvLab/ConvLab-3) for model description and usage.
72
 
73
  ## Training procedure
74
 
 
86
  - lr_scheduler_type: linear
87
  - num_epochs: 10.0
88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  ### Framework versions
90
 
91
  - Transformers 4.18.0