tanganke commited on
Commit
eecb78e
1 Parent(s): cb4cc8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -233,6 +233,12 @@ dataset_info:
233
  num_examples: 8041
234
  download_size: 5970247373
235
  dataset_size: 9542244
 
 
 
 
 
 
236
  ---
237
 
238
  # Stanford Cars Dataset
@@ -261,4 +267,4 @@ dataset = load_dataset("tanganke/stanford_cars")
261
 
262
  # Access the training set directly
263
  train_set = dataset["train"]
264
- ```
 
233
  num_examples: 8041
234
  download_size: 5970247373
235
  dataset_size: 9542244
236
+ task_categories:
237
+ - image-classification
238
+ language:
239
+ - en
240
+ size_categories:
241
+ - 100K<n<1M
242
  ---
243
 
244
  # Stanford Cars Dataset
 
267
 
268
  # Access the training set directly
269
  train_set = dataset["train"]
270
+ ```