Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,55 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
tags:
|
3 |
-
-
|
4 |
-
|
5 |
-
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
-
|
|
|
|
|
|
|
17 |
|
18 |
-
|
|
|
|
|
19 |
|
20 |
-
|
21 |
|
22 |
-
|
23 |
|
24 |
-
|
25 |
|
26 |
-
|
27 |
|
28 |
## Training procedure
|
29 |
|
@@ -42,7 +68,7 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
### Framework versions
|
44 |
|
45 |
-
- Transformers 4.
|
46 |
-
- Pytorch 1.
|
47 |
-
- Datasets
|
48 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
tags:
|
6 |
+
- t5-small
|
7 |
+
- text2text-generation
|
8 |
+
- dialog state tracking
|
9 |
+
- conversational system
|
10 |
+
- task-oriented dialog
|
11 |
+
datasets:
|
12 |
+
- ConvLab/tm1
|
13 |
+
- ConvLab/tm2
|
14 |
+
- ConvLab/tm3
|
15 |
+
metrics:
|
16 |
+
- Joint Goal Accuracy
|
17 |
+
- Slot F1
|
18 |
|
19 |
+
model-index:
|
20 |
+
- name: t5-small-dst-tm1_tm2_tm3
|
21 |
+
results:
|
22 |
+
- task:
|
23 |
+
type: text2text-generation
|
24 |
+
name: dialog state tracking
|
25 |
+
dataset:
|
26 |
+
type: ConvLab/tm1, ConvLab/tm2, ConvLab/tm3
|
27 |
+
name: TM1+TM2+TM3
|
28 |
+
split: test
|
29 |
+
metrics:
|
30 |
+
- type: Joint Goal Accuracy
|
31 |
+
value: 48.5
|
32 |
+
name: JGA
|
33 |
+
- type: Slot F1
|
34 |
+
value: 81.1
|
35 |
+
name: Slot F1
|
36 |
|
37 |
+
widget:
|
38 |
+
- text: "tm1: user: Hi there, could you please help me with an order of Pizza?\nsystem: Sure, where would you like to order you pizza from?\nuser: I would like to order a pizza from Domino's."
|
39 |
+
- text: "tm2: user: I need help finding a hotel in New Orleans.\nsystem: Okay.\nuser: I need something that's around $300 a night and it's a five star rating."
|
40 |
+
- text: "tm3: user: Hi, I'm hoping to see a movie tonight.\nsystem: Great, I can assist with that. What genre of film do you prefer.\nuser: I usually like comedies."
|
41 |
|
42 |
+
inference:
|
43 |
+
parameters:
|
44 |
+
max_length: 100
|
45 |
|
46 |
+
---
|
47 |
|
48 |
+
# t5-small-dst-tm1_tm2_tm3
|
49 |
|
50 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on [Taskmaster-1](https://huggingface.co/datasets/ConvLab/tm1), [Taskmaster-2](https://huggingface.co/datasets/ConvLab/tm2), and [Taskmaster-3](https://huggingface.co/datasets/ConvLab/tm3).
|
51 |
|
52 |
+
Refer to [ConvLab-3](https://github.com/ConvLab/ConvLab-3) for model description and usage.
|
53 |
|
54 |
## Training procedure
|
55 |
|
|
|
68 |
|
69 |
### Framework versions
|
70 |
|
71 |
+
- Transformers 4.20.1
|
72 |
+
- Pytorch 1.11.0+cu113
|
73 |
+
- Datasets 2.3.2
|
74 |
+
- Tokenizers 0.12.1
|