jamarks commited on
Commit
af74115
1 Parent(s): 0639ff7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -48,7 +48,7 @@ dataset_summary: '
48
 
49
  # Note: other available arguments include ''max_samples'', etc
50
 
51
- dataset = fouh.load_from_hub("jamarks/cats-vs-dogs-sample")
52
 
53
 
54
  # Launch the App
@@ -62,7 +62,7 @@ dataset_summary: '
62
 
63
  # Dataset Card for Dataset Name
64
 
65
- <!-- Provide a quick summary of the dataset. -->
66
 
67
 
68
 
@@ -88,7 +88,7 @@ import fiftyone.utils.huggingface as fouh
88
 
89
  # Load the dataset
90
  # Note: other available arguments include 'max_samples', etc
91
- dataset = fouh.load_from_hub("jamarks/cats-vs-dogs-sample")
92
 
93
  # Launch the App
94
  session = fo.launch_app(dataset)
 
48
 
49
  # Note: other available arguments include ''max_samples'', etc
50
 
51
+ dataset = fouh.load_from_hub("Voxel51/cats-vs-dogs-sample")
52
 
53
 
54
  # Launch the App
 
62
 
63
  # Dataset Card for Dataset Name
64
 
65
+ Subset of https://huggingface.co/datasets/microsoft/cats_vs_dogs, converted into FiftyOne dataset format.
66
 
67
 
68
 
 
88
 
89
  # Load the dataset
90
  # Note: other available arguments include 'max_samples', etc
91
+ dataset = fouh.load_from_hub("Voxel51/cats-vs-dogs-sample")
92
 
93
  # Launch the App
94
  session = fo.launch_app(dataset)