Update README.md
Browse files# Genetics QA Dataset
This dataset contains questions and answers related to genetics.
## Dataset Information
- Number of samples: 35523
- Columns: text
## Usage
This is a corpora without questions-answers, but only contexts.
## Source
This dataset is sourced together from multiple previous sources, which due to my poor management can't be cited. If you can find the correct source, I'd really appreciate a note at my [Twitter](https://twitter.com/NirantK)
That said, I've been careful to only pull from explicitly marked Apache and MIT Licensed datasets.
README.md
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: text
|
6 |
-
dtype: string
|
7 |
-
splits:
|
8 |
-
- name: train
|
9 |
-
num_bytes: 7445163
|
10 |
-
num_examples: 35523
|
11 |
-
download_size: 4888785
|
12 |
-
dataset_size: 7445163
|
13 |
-
configs:
|
14 |
-
- config_name: default
|
15 |
-
data_files:
|
16 |
-
- split: train
|
17 |
-
path: data/train-*
|
18 |
-
---
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: text
|
6 |
+
dtype: string
|
7 |
+
splits:
|
8 |
+
- name: train
|
9 |
+
num_bytes: 7445163
|
10 |
+
num_examples: 35523
|
11 |
+
download_size: 4888785
|
12 |
+
dataset_size: 7445163
|
13 |
+
configs:
|
14 |
+
- config_name: default
|
15 |
+
data_files:
|
16 |
+
- split: train
|
17 |
+
path: data/train-*
|
18 |
+
---
|
19 |
+
|
20 |
+
|