File size: 729 Bytes
b17967d |
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 |
---
dataset_info:
features:
- name: questionID
dtype: int64
- name: questionTitle
dtype: string
- name: questionText
dtype: string
- name: questionLink
dtype: string
- name: topic
dtype: string
- name: therapistInfo
dtype: string
- name: therapistURL
dtype: string
- name: answerText
dtype: string
- name: upvotes
dtype: int64
- name: views
dtype: int64
- name: question_indonesia_text
dtype: string
- name: answer_indonesia_text
dtype: string
splits:
- name: train
num_bytes: 8031265
num_examples: 2775
download_size: 3546054
dataset_size: 8031265
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|