Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,53 @@
|
|
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 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
tags:
|
6 |
+
- t5-small
|
7 |
+
- text2text-generation
|
8 |
+
- natural language understanding
|
9 |
+
- conversational system
|
10 |
+
- task-oriented dialog
|
11 |
+
datasets:
|
12 |
+
- ConvLab/multiwoz21
|
13 |
+
metrics:
|
14 |
+
- Dialog acts Accuracy
|
15 |
+
- Dialog acts F1
|
16 |
|
17 |
+
model-index:
|
18 |
+
- name: t5-small-nlu-multiwoz21
|
19 |
+
results:
|
20 |
+
- task:
|
21 |
+
type: text2text-generation
|
22 |
+
name: natural language understanding
|
23 |
+
dataset:
|
24 |
+
type: ConvLab/multiwoz21
|
25 |
+
name: MultiWOZ 2.1
|
26 |
+
split: test
|
27 |
+
revision: 5f55375edbfe0270c20bcf770751ad982c0e6614
|
28 |
+
metrics:
|
29 |
+
- type: Dialog acts Accuracy
|
30 |
+
value: 77.8
|
31 |
+
name: Accuracy
|
32 |
+
- type: Dialog acts F1
|
33 |
+
value: 86.5
|
34 |
+
name: F1
|
35 |
|
36 |
+
widget:
|
37 |
+
- text: "user: I would like a taxi from Saint John's college to Pizza Hut Fen Ditton."
|
38 |
+
- text: "user: we are staying 6 people for 4 nights starting from Tuesday. i need the reference number"
|
39 |
|
40 |
+
inference:
|
41 |
+
parameters:
|
42 |
+
max_length: 100
|
43 |
|
44 |
+
---
|
45 |
|
46 |
+
# t5-small-nlu-multiwoz21
|
47 |
|
48 |
+
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).
|
49 |
|
50 |
+
Refer to [ConvLab-3](https://github.com/ConvLab/ConvLab-3) for model description and usage.
|
51 |
|
52 |
## Training procedure
|
53 |
|