Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +20 -16
README.md CHANGED
@@ -13,7 +13,20 @@ datasets:
13
  metrics:
14
  - Joint Goal Accuracy
15
  - Slot F1
 
 
 
 
16
 
 
 
 
 
 
 
 
 
 
17
  model-index:
18
  - name: t5-small-dst-multiwoz21
19
  results:
@@ -21,26 +34,17 @@ model-index:
21
  type: text2text-generation
22
  name: dialog state tracking
23
  dataset:
24
- type: ConvLab/multiwoz21
25
  name: MultiWOZ 2.1
 
26
  split: test
27
  revision: 5f55375edbfe0270c20bcf770751ad982c0e6614
28
  metrics:
29
- - type: Joint Goal Accuracy
30
- value: 52.6
31
- name: JGA
32
- - type: Slot F1
33
- value: 91.9
34
- name: Slot F1
35
-
36
- widget:
37
- - text: "user: I would like a taxi from Saint John's college to Pizza Hut Fen Ditton.\nsystem: What time do you want to leave and what time do you want to arrive by?\nuser: I want to leave after 17:15."
38
- - text: "user: I want to find a moderately priced restaurant. \nsystem: I have many options available for you! Is there a certain area or cuisine that interests you?\nuser: Yes I would like the restaurant to be located in the center of the town."
39
-
40
- inference:
41
- parameters:
42
- max_length: 100
43
-
44
  ---
45
 
46
  # t5-small-dst-multiwoz21
 
13
  metrics:
14
  - Joint Goal Accuracy
15
  - Slot F1
16
+ widget:
17
+ - text: 'user: I would like a taxi from Saint John''s college to Pizza Hut Fen Ditton.
18
+
19
+ system: What time do you want to leave and what time do you want to arrive by?
20
 
21
+ user: I want to leave after 17:15.'
22
+ - text: "user: I want to find a moderately priced restaurant. \nsystem: I have many\
23
+ \ options available for you! Is there a certain area or cuisine that interests\
24
+ \ you?\nuser: Yes I would like the restaurant to be located in the center of the\
25
+ \ town."
26
+ inference:
27
+ parameters:
28
+ max_length: 100
29
+ base_model: t5-small
30
  model-index:
31
  - name: t5-small-dst-multiwoz21
32
  results:
 
34
  type: text2text-generation
35
  name: dialog state tracking
36
  dataset:
 
37
  name: MultiWOZ 2.1
38
+ type: ConvLab/multiwoz21
39
  split: test
40
  revision: 5f55375edbfe0270c20bcf770751ad982c0e6614
41
  metrics:
42
+ - type: Joint Goal Accuracy
43
+ value: 52.6
44
+ name: JGA
45
+ - type: Slot F1
46
+ value: 91.9
47
+ name: Slot F1
 
 
 
 
 
 
 
 
 
48
  ---
49
 
50
  # t5-small-dst-multiwoz21