@@ -69,7 +69,7 @@ const MAPPING_EN: PerLanguageMapping = new Map([
6969		"zero-shot-classification" , 
7070		[ 
7171			{ 
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!" , 
7373				candidate_labels : "urgent, not urgent, phone, tablet, computer" , 
7474				multi_class : true , 
7575			} , 
@@ -95,24 +95,18 @@ const MAPPING_EN: PerLanguageMapping = new Map([
9595	[ 
9696		"conversational" , 
9797		[ 
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! ` , 
101101			`Hey my name is Clara! How are you?` , 
102- 			`Hey my name is Julien! How are you?` , 
103- 			`Hi.` , 
104102		] , 
105103	] , 
106104	[ 
107105		"text-generation" , 
108106		[ 
109107			`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,` , 
116110			`Once upon a time,` , 
117111		] , 
118112	] , 
0 commit comments