mrchtr commited on
Commit
caf92f8
·
1 Parent(s): d8df2f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -14
README.md CHANGED
@@ -56,21 +56,9 @@ Fondant-cc-25m contains 25 million image URLs available for use under [Creative
56
 
57
  ## Supported Tasks and Leaderboards
58
 
59
- ## How to use it
60
-
61
- ```python
62
- from datasets import load_dataset
63
-
64
- # full dataset
65
- ds = load_dataset("fondantai/cc-25m")
66
-
67
- # dataset streaming (will only download the data as needed)
68
- ds = load_dataset("fondantai/cc-25m", streaming=True)
69
- print(next(iter(dataset))) #TODO: add int ids?
70
- ```
71
-
72
- ### Utilizing the dataset in a fondant pipeline
73
 
 
74
 
75
  We have prepared a sample fondant pipeline that limits the dataset to PNG files and subsequently
76
  downloads the images.
 
56
 
57
  ## Supported Tasks and Leaderboards
58
 
59
+ [TODO]?
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
61
+ ## How to use it
62
 
63
  We have prepared a sample fondant pipeline that limits the dataset to PNG files and subsequently
64
  downloads the images.