hibikaze commited on
Commit
3e1e587
1 Parent(s): 8993f4f

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +32 -30
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -1,33 +1,35 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: dialogue_id
5
- dtype: int64
6
- - name: interlocutors
7
- list:
8
- - name: id
9
- dtype: string
10
- - name: persona
11
- sequence: string
12
- - name: conversations
13
- list:
14
- - name: from
15
- dtype: string
16
- - name: value
17
- dtype: string
18
- splits:
19
- - name: train
20
- num_bytes: 48341883
21
- num_examples: 13583
22
- download_size: 16885744
23
- dataset_size: 48341883
24
- configs:
25
- - config_name: default
26
- data_files:
27
- - split: train
28
- path: data/train-*
29
- license: cc-by-sa-4.0
30
- ---
 
 
31
 
32
  以下のデータセットから、dialogue_idとutterances、話者情報(ペルソナ)を抽出し、形式を変更して作成しました。
33
  https://huggingface.co/datasets/nu-dialogue/jmultiwoz
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: dialogue_id
6
+ dtype: int64
7
+ - name: interlocutors
8
+ list:
9
+ - name: id
10
+ dtype: string
11
+ - name: persona
12
+ sequence: string
13
+ - name: role
14
+ dtype: string
15
+ - name: conversations
16
+ list:
17
+ - name: from
18
+ dtype: string
19
+ - name: value
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 50464184
24
+ num_examples: 13583
25
+ download_size: 16806046
26
+ dataset_size: 50464184
27
+ configs:
28
+ - config_name: default
29
+ data_files:
30
+ - split: train
31
+ path: data/train-*
32
+ ---
33
 
34
  以下のデータセットから、dialogue_idとutterances、話者情報(ペルソナ)を抽出し、形式を変更して作成しました。
35
  https://huggingface.co/datasets/nu-dialogue/jmultiwoz
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e768a93f455c19eb529b599edfba894cec377dc5ae29f27df8e00bcf3cc0c2d
3
- size 16885744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a53391322c7651a17616bef426a19c95c80763b688f703c57bed266c3b37544f
3
+ size 16806046