Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Russian
Size:
< 1K
Libraries:
Datasets
pandas
License:
kylecr4ne commited on
Commit
736b0ec
·
verified ·
1 Parent(s): 2a2ba58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -39
README.md CHANGED
@@ -1,39 +1,39 @@
1
- ---
2
- license: apache-2.0
3
- task_categories:
4
- - question-answering
5
- language:
6
- - ru
7
- tags:
8
- - evaluation
9
- size_categories:
10
- - n<1K
11
- ---
12
-
13
-
14
- # ru-mt-bench
15
- **ru-mt-bench** is translated version of [LMSYS MT-Bench](https://huggingface.co/spaces/lmsys/mt-bench) datasets for evaluation LLMs. The translation of the original dataset was done manually.
16
-
17
- ### Overview of the Dataset
18
- - Original dataset: [mt_bench](https://github.com/lm-sys/FastChat/blob/main/fastchat/llm_judge/data/mt_bench/question.jsonl)
19
- - Number of tasks in original dataset: **80**
20
- - Number of tasks: **80**
21
- - Format: **JSON LINES**
22
- - Task categories: **writing, roleplay, reasoning, math, coding, extraction, stem, humanities**
23
-
24
- # Usage
25
- To use this dataset for evaluation follow these steps:
26
-
27
- 1. Download this [jsonl](https://huggingface.co/datasets/t-bank-ai/ru-mt-bench/blob/main/raw/question.jsonl) file.
28
-
29
- 2. Use it with original [LMSYS LLM-judge](https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge) codebase.
30
-
31
- ### Sample example
32
-
33
- ```
34
- {
35
- "question_id": 81,
36
- "category": "writing",
37
- "turns": ["Напишите увлекательный пост в блоге о недавней поездке на Гавайи, расскажите в нем о своих впечатлениях и достопримечательностях, которые обязательно нужно посетить.", "Перепишите свой предыдущий ответ. Начинайте каждое предложение с буквы А."]
38
- }
39
- ```
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - ru
7
+ tags:
8
+ - evaluation
9
+ size_categories:
10
+ - n<1K
11
+ ---
12
+
13
+
14
+ # ru-mt-bench
15
+ **ru-mt-bench** is translated version of [LMSYS MT-Bench](https://huggingface.co/spaces/lmsys/mt-bench) datasets for evaluation LLMs. The translation of the original dataset was done manually.
16
+
17
+ ### Overview of the Dataset
18
+ - Original dataset: [mt_bench](https://github.com/lm-sys/FastChat/blob/main/fastchat/llm_judge/data/mt_bench/question.jsonl)
19
+ - Number of tasks in original dataset: **80**
20
+ - Number of tasks: **80**
21
+ - Format: **JSON LINES**
22
+ - Task categories: **writing, roleplay, reasoning, math, coding, extraction, stem, humanities**
23
+
24
+ # Usage
25
+ To use this dataset for evaluation follow these steps:
26
+
27
+ 1. Download this [jsonl](https://huggingface.co/datasets/t-bank-ai/ru-mt-bench/blob/main/raw/question.jsonl) file.
28
+
29
+ 2. Use it with original [LMSYS LLM-judge](https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge) codebase.
30
+
31
+ ### Sample example
32
+
33
+ ```json
34
+ {
35
+ "question_id": 81,
36
+ "category": "writing",
37
+ "turns": ["Напишите увлекательный пост в блоге о недавней поездке на Гавайи, расскажите в нем о своих впечатлениях и достопримечательностях, которые обязательно нужно посетить.", "Перепишите свой предыдущий ответ. Начинайте каждое предложение с буквы А."]
38
+ }
39
+ ```