fenilgandhi
commited on
Commit
•
3232a6f
1
Parent(s):
43990f2
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -6,20 +6,14 @@ configs:
|
|
6 |
path: data/train-*
|
7 |
dataset_info:
|
8 |
features:
|
9 |
-
- name:
|
10 |
-
dtype: string
|
11 |
-
- name: episode
|
12 |
-
dtype: string
|
13 |
-
- name: Question
|
14 |
-
dtype: string
|
15 |
-
- name: Answer
|
16 |
dtype: string
|
17 |
splits:
|
18 |
- name: train
|
19 |
-
num_bytes:
|
20 |
num_examples: 11217
|
21 |
-
download_size:
|
22 |
-
dataset_size:
|
23 |
---
|
24 |
# Dataset Card for "sheldon_dialogues"
|
25 |
|
|
|
6 |
path: data/train-*
|
7 |
dataset_info:
|
8 |
features:
|
9 |
+
- name: text
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
dtype: string
|
11 |
splits:
|
12 |
- name: train
|
13 |
+
num_bytes: 8311715
|
14 |
num_examples: 11217
|
15 |
+
download_size: 1623617
|
16 |
+
dataset_size: 8311715
|
17 |
---
|
18 |
# Dataset Card for "sheldon_dialogues"
|
19 |
|