Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,49 @@
|
|
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 generation
|
9 |
+
- conversational system
|
10 |
+
- task-oriented dialog
|
11 |
+
datasets:
|
12 |
+
- ConvLab/sgd
|
13 |
+
metrics:
|
14 |
+
- Slot Error Rate
|
15 |
+
- sacrebleu
|
16 |
|
17 |
+
model-index:
|
18 |
+
- name: t5-small-nlg-sgd
|
19 |
+
results:
|
20 |
+
- task:
|
21 |
+
type: text2text-generation
|
22 |
+
name: natural language generation
|
23 |
+
dataset:
|
24 |
+
type: ConvLab/sgd
|
25 |
+
name: SGD
|
26 |
+
split: test
|
27 |
+
revision: 6e8c79b888b21cc658cf9c0ce128d263241cf70f
|
28 |
+
metrics:
|
29 |
+
- type: Slot Error Rate
|
30 |
+
value: 11.9
|
31 |
+
name: SER
|
32 |
+
- type: sacrebleu
|
33 |
+
value: 29.6
|
34 |
+
name: BLEU
|
35 |
|
36 |
+
widget:
|
37 |
+
- text: "[request][Restaurants_2]([time][],[restaurant_name][],[location][])\n\nsystem: "
|
38 |
+
- text: "[confirm][Restaurants_2]([number_of_seats][2],[restaurant_name][P.f. Chang's],[location][Corte Madera],[time][12 pm],[date][March 8th])\n\nsystem: "
|
39 |
|
40 |
+
---
|
41 |
|
42 |
+
# t5-small-nlg-sgd
|
43 |
|
44 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on [Schema-Guided Dialog](https://huggingface.co/datasets/ConvLab/sgd).
|
45 |
|
46 |
+
Refer to [ConvLab-3](https://github.com/ConvLab/ConvLab-3) for model description and usage.
|
47 |
|
48 |
## Training procedure
|
49 |
|