Datasets:

Languages:
English
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
extended
Tags:
License:
frgfm commited on
Commit
90acb11
1 Parent(s): 45a8c05

docs: Fixed typos in README

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. imagenette.py +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ task_ids:
20
  paperswithcode_id: imagenette
21
  ---
22
 
23
- # Dataset Card for OpenFire
24
 
25
  ## Table of Contents
26
  - [Table of Contents](#table-of-contents)
20
  paperswithcode_id: imagenette
21
  ---
22
 
23
+ # Dataset Card for Imagenette
24
 
25
  ## Table of Contents
26
  - [Table of Contents](#table-of-contents)
imagenette.py CHANGED
@@ -49,10 +49,10 @@ _REPO = "https://huggingface.co/datasets/frgfm/imagenette/resolve/main/metadata"
49
 
50
 
51
  class ImagenetteConfig(datasets.BuilderConfig):
52
- """BuilderConfig for OpenFire."""
53
 
54
  def __init__(self, data_url, metadata_urls, **kwargs):
55
- """BuilderConfig for OpenFire.
56
  Args:
57
  data_url: `string`, url to download the zip file from.
58
  matadata_urls: dictionary with keys 'train' and 'validation' containing the archive metadata URLs
49
 
50
 
51
  class ImagenetteConfig(datasets.BuilderConfig):
52
+ """BuilderConfig for Imagette."""
53
 
54
  def __init__(self, data_url, metadata_urls, **kwargs):
55
+ """BuilderConfig for Imagette.
56
  Args:
57
  data_url: `string`, url to download the zip file from.
58
  matadata_urls: dictionary with keys 'train' and 'validation' containing the archive metadata URLs