zhuqi commited on
Commit
3abeeda
1 Parent(s): 2fe8bba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -18
README.md CHANGED
@@ -1,29 +1,49 @@
1
  ---
 
 
 
2
  tags:
3
- - generated_from_trainer
4
- model-index:
5
- - name: context_0
6
- results: []
7
- ---
8
-
9
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
- should probably proofread and complete it, then remove this comment. -->
11
-
12
- # context_0
13
 
14
- This model is a fine-tuned version of [output/nlg/multiwoz21/system/context_0](https://huggingface.co/output/nlg/multiwoz21/system/context_0) on an unknown dataset.
15
-
16
- ## Model description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
- More information needed
 
 
19
 
20
- ## Intended uses & limitations
21
 
22
- More information needed
23
 
24
- ## Training and evaluation data
25
 
26
- More information needed
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/multiwoz21
13
+ metrics:
14
+ - Slot Error Rate
15
+ - sacrebleu
16
 
17
+ model-index:
18
+ - name: t5-small-nlg-multiwoz21
19
+ results:
20
+ - task:
21
+ type: text2text-generation
22
+ name: natural language generation
23
+ dataset:
24
+ type: ConvLab/multiwoz21
25
+ name: MultiWOZ 2.1
26
+ split: test
27
+ revision: 5f55375edbfe0270c20bcf770751ad982c0e6614
28
+ metrics:
29
+ - type: Slot Error Rate
30
+ value: 3.7
31
+ name: SER
32
+ - type: sacrebleu
33
+ value: 35.8
34
+ name: BLEU
35
 
36
+ widget:
37
+ - text: "[request][taxi]([leave at][],[arrive by][])\n\nsystem: "
38
+ - text: "[inform][restaurant]([area][centre],[food][Indian],[choice][nine]);[request][restaurant]([price range][])\n\nsystem: "
39
 
40
+ ---
41
 
42
+ # t5-small-nlg-multiwoz21
43
 
44
+ 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).
45
 
46
+ Refer to [ConvLab-3](https://github.com/ConvLab/ConvLab-3) for model description and usage.
47
 
48
  ## Training procedure
49