Skip to content

Commit

Permalink
Update DefaultWidget.ts (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
abedkhooli authored and julien-c committed May 21, 2021
1 parent c40dfd3 commit fd0f846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interfaces/DefaultWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const MAPPING_AR: PerLanguageMapping = new Map([
[ "token-classification", [
`إسمي محمد وأسكن في برلين`,
`إسمي ساره وأسكن في لندن`,
`إسمي سامي وأسكن في القدس، فلسطين.`,
`إسمي سامي وأسكن في القدس في فلسطين.`,
] ],
[ "question-answering", [
{
Expand All @@ -314,7 +314,7 @@ const MAPPING_AR: PerLanguageMapping = new Map([
}
] ],
[ "translation", [
`إسمي محمد وأسكن في برليم`,
`إسمي محمد وأسكن في برلين`,
`إسمي ساره وأسكن في لندن`,
] ],
[ "summarization", [
Expand All @@ -324,7 +324,7 @@ const MAPPING_AR: PerLanguageMapping = new Map([
`إسمي محمد وأحب أن`,
`دع المكارم لا ترحل لبغيتها - واقعد فإنك أنت الطاعم الكاسي.`,
`لماذا نحن هنا؟`,
`القدس مدينة تاريخية، بناعا الكنعانيون في`,
`القدس مدينة تاريخية، بناها الكنعانيون في`,
`كان يا ما كان في قديم الزمان`,
] ],
[ "fill-mask", [
Expand Down

0 comments on commit fd0f846

Please sign in to comment.