Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ To use the whole benchmark, you can list the datasets in the collection using th
|
|
| 67 |
import huggingface_hub
|
| 68 |
|
| 69 |
#import collection using its hugging face URL
|
| 70 |
-
collection = huggingface_hub.get_collection(vidore/vidore-benchmark-667173f98e70a1c0fa4db00d)
|
| 71 |
datasets = []
|
| 72 |
|
| 73 |
#list datasets and load them
|
|
|
|
| 67 |
import huggingface_hub
|
| 68 |
|
| 69 |
#import collection using its hugging face URL
|
| 70 |
+
collection = huggingface_hub.get_collection("vidore/vidore-benchmark-667173f98e70a1c0fa4db00d")
|
| 71 |
datasets = []
|
| 72 |
|
| 73 |
#list datasets and load them
|