sgklasfjlasfkkfsaj commited on
Commit
2a2ba58
·
1 Parent(s): 776c9f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -12,8 +12,28 @@ size_categories:
12
 
13
 
14
  # ru-mt-bench
15
- This is translated version of [LMSYS MT-Bench](https://huggingface.co/spaces/lmsys/mt-bench) datasets for evaluation LLMs.
16
 
 
 
 
 
 
 
17
 
18
- # Evaluation
19
- To use this dataset for evaluation, download this [jsonl](https://huggingface.co/datasets/t-bank-ai/ru-mt-bench/blob/main/raw/question.jsonl) file with formated data and use it with original [LMSYS LLM-judge](https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge) codebase.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```