Update README.md
Browse files
README.md
CHANGED
@@ -18,3 +18,20 @@ configs:
|
|
18 |
---
|
19 |
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
|
21 |
+
# Genetics QA Dataset
|
22 |
+
|
23 |
+
This dataset contains questions and answers related to genetics.
|
24 |
+
|
25 |
+
## Dataset Information
|
26 |
+
- Number of samples: 35523
|
27 |
+
- Columns: text
|
28 |
+
- Pre-Chunked for easier use in Teaching RAG and Retrieval
|
29 |
+
|
30 |
+
## Usage
|
31 |
+
This is a corpora without questions-answers, but only contexts.
|
32 |
+
|
33 |
+
## Sources
|
34 |
+
This dataset is sourced together from multiple previous sources, which due to my poor management can't be cited.
|
35 |
+
If you can find the correct source, I'd really appreciate a note at my [Twitter](https://twitter.com/NirantK)
|
36 |
+
|
37 |
+
That said, I've been careful to only pull from explicitly marked Apache and MIT Licensed datasets. Some corpora is synthetically generated.
|