File size: 1,664 Bytes
d06ba90 3811647 5a16542 d4fce30 713d9b6 5a16542 3811647 912c4a3 3811647 912c4a3 3811647 912c4a3 3811647 912c4a3 3811647 912c4a3 3811647 5a16542 d4fce30 713d9b6 3811647 d06ba90 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
---
license: apache-2.0
dataset_info:
- config_name: default
features:
- name: log
list:
- name: speaker
dtype: string
- name: text
dtype: string
- name: target
dtype: bool
- name: knowledge
list:
- name: doc_id
dtype: int64
- name: doc_type
dtype: string
- name: domain
dtype: string
- name: entity_id
dtype: int64
- name: sent_id
dtype: int64
- name: response
dtype: string
splits:
- name: train
num_bytes: 22289817
num_examples: 28431
- name: test
num_bytes: 4412204
num_examples: 5475
- name: validation
num_bytes: 3371855
num_examples: 4173
download_size: 12543490
dataset_size: 30073876
- config_name: knowledge
features:
- name: domain
dtype: string
- name: entity_id
dtype: int64
- name: entity_name
dtype: string
- name: doc_type
dtype: string
- name: doc_id
dtype: string
- name: review_sent_id
dtype: string
- name: review_sentence
dtype: string
- name: review_metadata
struct:
- name: dishes
sequence: string
- name: drinks
sequence: string
- name: traveler_type
dtype: string
- name: faq_question
dtype: string
- name: faq_answer
dtype: string
splits:
- name: train
num_bytes: 2135411
num_examples: 10882
download_size: 535623
dataset_size: 2135411
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
- config_name: knowledge
data_files:
- split: train
path: knowledge/train-*
---
|