Kosuke-Yamada
commited on
Commit
•
62c4ff6
1
Parent(s):
2e88aed
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: question_id
|
6 |
-
dtype: int64
|
7 |
-
- name: category
|
8 |
-
dtype: string
|
9 |
-
- name: turns
|
10 |
-
list: string
|
11 |
-
splits:
|
12 |
-
- name: test
|
13 |
-
num_bytes: 14357
|
14 |
-
num_examples: 80
|
15 |
-
download_size: 10129
|
16 |
-
dataset_size: 14357
|
17 |
-
configs:
|
18 |
-
- config_name: default
|
19 |
-
data_files:
|
20 |
-
- split: test
|
21 |
-
path: data/test-*
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: question_id
|
6 |
+
dtype: int64
|
7 |
+
- name: category
|
8 |
+
dtype: string
|
9 |
+
- name: turns
|
10 |
+
list: string
|
11 |
+
splits:
|
12 |
+
- name: test
|
13 |
+
num_bytes: 14357
|
14 |
+
num_examples: 80
|
15 |
+
download_size: 10129
|
16 |
+
dataset_size: 14357
|
17 |
+
configs:
|
18 |
+
- config_name: default
|
19 |
+
data_files:
|
20 |
+
- split: test
|
21 |
+
path: data/test-*
|
22 |
+
task_categories:
|
23 |
+
- text-generation
|
24 |
+
language:
|
25 |
+
- ja
|
26 |
+
size_categories:
|
27 |
+
- n<1K
|
28 |
+
---
|
29 |
+
|
30 |
+
# Dataset Card for llm-book/ja-vicuna-qa-benchmark
|
31 |
+
|
32 |
+
書籍『大規模言語モデル入門Ⅱ〜生成型LLMの実装と評価』で使用する、京都大学が提供する「Japanese Vicuna QA Benchmark」のデータセットです。
|
33 |
+
[オリジナルのサイト](https://github.com/ku-nlp/ja-vicuna-qa-benchmark)と同じものを使用しています。
|
34 |
+
本データセットは、10のカテゴリー(汎用、コーディング、ロールプレイ、ライティングなど)にわたる80の多様な質問で構成されており、LLM-as-a-judgeを使用して、参照なしで日本語LLMモデルの回答を評価することができます。
|
35 |
+
|
36 |
+
### Licence
|
37 |
+
|
38 |
+
Apache License, Version 2.0
|