jerome-ai commited on
Commit
dec8695
1 Parent(s): dc2efe3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ license: apache-2.0
6
 
7
  This dataset is a Hugging Face adaptor to the official dataset [hosted
8
  on
9
- Github](https://github.com/WadhwaniAI/pest-management-opendata). Please
10
  refer to that repository for detailed and up-to-date documentation.
11
 
12
  ## Usage
@@ -16,7 +16,7 @@ stream:
16
 
17
  ```python
18
  from datasets import load_dataset
19
- dataset = load_dataset('wadhwaniai/pest-management-opendata', streaming=True)
20
  ```
21
 
22
  Bounding boxes are stored as geospatial types. Once loaded, they can be
 
6
 
7
  This dataset is a Hugging Face adaptor to the official dataset [hosted
8
  on
9
+ Github](https://github.com/wadhwani-ai/pest-management-opendata). Please
10
  refer to that repository for detailed and up-to-date documentation.
11
 
12
  ## Usage
 
16
 
17
  ```python
18
  from datasets import load_dataset
19
+ dataset = load_dataset('wadhwani-ai/pest-management-opendata', streaming=True)
20
  ```
21
 
22
  Bounding boxes are stored as geospatial types. Once loaded, they can be