mkane968 commited on
Commit
b474690
·
1 Parent(s): 708dab0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
- # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
- # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
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