@@ -69,7 +69,7 @@ const MAPPING_EN: PerLanguageMapping = new Map([
69
69
"zero-shot-classification" ,
70
70
[
71
71
{
72
- text : "I have a problem with my iphone that needs to be resolved asap!! " ,
72
+ text : "I have a problem with my iphone that needs to be resolved asap!" ,
73
73
candidate_labels : "urgent, not urgent, phone, tablet, computer" ,
74
74
multi_class : true ,
75
75
} ,
@@ -95,24 +95,18 @@ const MAPPING_EN: PerLanguageMapping = new Map([
95
95
[
96
96
"conversational" ,
97
97
[
98
- `Hey my name is Julien! How are you ?` ,
99
- `Hey my name is Thomas! How are you? ` ,
100
- `Hey my name is Mariama! How are you? ` ,
98
+ `Hi, what can you help me with ?` ,
99
+ `Hey, let's have a conversation! ` ,
100
+ `Hello there! ` ,
101
101
`Hey my name is Clara! How are you?` ,
102
- `Hey my name is Julien! How are you?` ,
103
- `Hi.` ,
104
102
] ,
105
103
] ,
106
104
[
107
105
"text-generation" ,
108
106
[
109
107
`My name is Julien and I like to` ,
110
- `My name is Thomas and my main` ,
111
- `My name is Mariama, my favorite` ,
112
- `My name is Clara and I am` ,
113
- `My name is Lewis and I like to` ,
114
- `My name is Merve and my favorite` ,
115
- `My name is Teven and I am` ,
108
+ `I like traveling by train because` ,
109
+ `Paris is an amazing place to visit,` ,
116
110
`Once upon a time,` ,
117
111
] ,
118
112
] ,
0 commit comments