Kosuke-Yamada
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,31 +1,45 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
config_name: jamp
|
5 |
-
features:
|
6 |
-
- name: input
|
7 |
-
dtype: string
|
8 |
-
- name: output
|
9 |
-
dtype: string
|
10 |
-
splits:
|
11 |
-
- name: train
|
12 |
-
num_bytes: 1604163
|
13 |
-
num_examples: 8955
|
14 |
-
- name: validation
|
15 |
-
num_bytes: 178567
|
16 |
-
num_examples: 995
|
17 |
-
- name: test
|
18 |
-
num_bytes: 65858
|
19 |
-
num_examples: 348
|
20 |
-
download_size: 582047
|
21 |
-
dataset_size: 1848588
|
22 |
-
configs:
|
23 |
-
- config_name: jamp
|
24 |
-
data_files:
|
25 |
-
- split: train
|
26 |
-
path: jamp/train-*
|
27 |
-
- split: validation
|
28 |
-
path: jamp/validation-*
|
29 |
-
- split: test
|
30 |
-
path: jamp/test-*
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
config_name: jamp
|
5 |
+
features:
|
6 |
+
- name: input
|
7 |
+
dtype: string
|
8 |
+
- name: output
|
9 |
+
dtype: string
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
num_bytes: 1604163
|
13 |
+
num_examples: 8955
|
14 |
+
- name: validation
|
15 |
+
num_bytes: 178567
|
16 |
+
num_examples: 995
|
17 |
+
- name: test
|
18 |
+
num_bytes: 65858
|
19 |
+
num_examples: 348
|
20 |
+
download_size: 582047
|
21 |
+
dataset_size: 1848588
|
22 |
+
configs:
|
23 |
+
- config_name: jamp
|
24 |
+
data_files:
|
25 |
+
- split: train
|
26 |
+
path: jamp/train-*
|
27 |
+
- split: validation
|
28 |
+
path: jamp/validation-*
|
29 |
+
- split: test
|
30 |
+
path: jamp/test-*
|
31 |
+
task_categories:
|
32 |
+
- text-generation
|
33 |
+
language:
|
34 |
+
- ja
|
35 |
+
---
|
36 |
+
|
37 |
+
# Dataset Card for llm-book/ja-vicuna-qa-benchmark
|
38 |
+
|
39 |
+
書籍『大規模言語モデル入門Ⅱ〜生成型LLMの実装と評価』で使用する、LLM-jpが提供する「llm-jp-eval」で使用されるデータセットです。
|
40 |
+
[オリジナルのサイト](https://github.com/llm-jp/llm-jp-eval)と同じものを使用しています。
|
41 |
+
本データセットは、複数のデータセットを横断して日本語の大規模言語モデルを自動評価するにの使用されます。
|
42 |
+
|
43 |
+
### Licence
|
44 |
+
|
45 |
+
Apache License, Version 2.0
|