-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
standardizing dataset naming around language (#100)
- Loading branch information
Showing
7 changed files
with
113 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
{ | ||
"fr": { | ||
"llama2_chat_caa_system_message": "Vous êtes un assistant serviable, honnête et concis.", | ||
"caa_choices": "Choix :" | ||
"caa_choices": "Choix :", | ||
"caa_eval_prefix": "Ma réponse est" | ||
}, | ||
"ja": { | ||
"llama2_chat_caa_system_message": "あなたは役に立ち、正直で、簡潔なアシスタントです。", | ||
"caa_choices": "選択肢:" | ||
"caa_choices": "選択肢:", | ||
"caa_eval_prefix": "私の答えは" | ||
}, | ||
"zh": { | ||
"llama2_chat_caa_system_message": "您是一个有用、诚实且简洁的助手。", | ||
"caa_choices": "选择:" | ||
"caa_choices": "选择:", | ||
"caa_eval_prefix": "我的答案是" | ||
}, | ||
"pirate": { | ||
"llama2_chat_caa_system_message": "Ye be a handy, true-hearted, and straight-talkin' matey.", | ||
"caa_choices": "Choices, ye say?" | ||
"caa_choices": "The choices be:", | ||
"caa_eval_prefix": "Me reply be" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters