Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
michaelr7 commited on
Commit
5074be8
·
verified ·
1 Parent(s): bd75dbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -110,10 +110,8 @@ Here is an example of how to load and use the dataset in Python.
110
 
111
  ```
112
  from datasets import load_dataset
113
- ```
114
 
115
  #Load the dataset
116
- ```
117
  dataset = load_dataset("OpenCo7/UpVoteWeb", split = "train", streaming = True)
118
  ```
119
 
 
110
 
111
  ```
112
  from datasets import load_dataset
 
113
 
114
  #Load the dataset
 
115
  dataset = load_dataset("OpenCo7/UpVoteWeb", split = "train", streaming = True)
116
  ```
117