Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
---
|
6 |
|
7 |
# Dataset Card for SF Nexus Extracted Features
|
@@ -71,6 +71,13 @@ This dataset contains disaggregated mid-twentieth century science fiction books
|
|
71 |
|
72 |
[More Information Needed]
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
## Dataset Creation
|
75 |
|
76 |
### Curation Rationale
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: sf-nexus-extracted-features
|
5 |
---
|
6 |
|
7 |
# Dataset Card for SF Nexus Extracted Features
|
|
|
71 |
|
72 |
[More Information Needed]
|
73 |
|
74 |
+
### Loading the Dataset
|
75 |
+
|
76 |
+
Use the following code to load the dataset in a Python environment (note: does not work with repo set to private)
|
77 |
+
```
|
78 |
+
from datasets import load_dataset
|
79 |
+
dataset - load_dataset()
|
80 |
+
|
81 |
## Dataset Creation
|
82 |
|
83 |
### Curation Rationale
|