Nikyheroin
commited on
Commit
•
1b0d45b
1
Parent(s):
175b053
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- question-answering
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- cs
|
7 |
+
tags:
|
8 |
+
- chemistry
|
9 |
+
- biology
|
10 |
+
size_categories:
|
11 |
+
- 100K<n<1M
|
12 |
+
---
|
13 |
+
from datasets import load_dataset
|
14 |
+
|
15 |
+
ds = load_dataset("zero1zero/erowid")
|