Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -577,7 +577,7 @@ The Crello dataset is a collection of raster graphic designs originally compiled
|
|
| 577 |
```python
|
| 578 |
import datasets
|
| 579 |
|
| 580 |
-
dataset = datasets.load_dataset("cyberagent/crello", revision="5.
|
| 581 |
```
|
| 582 |
|
| 583 |
### Sample Usage (LayerD Data Preparation)
|
|
@@ -685,7 +685,7 @@ https://create.vista.com/artboard/?template=<template_id>
|
|
| 685 |
|
| 686 |
### Data Splits
|
| 687 |
|
| 688 |
-
The Crello dataset has 3 splits: train, validation, and test. The current split is generated based on appearance-based clustering.
|
| 689 |
|
| 690 |
### Visualization
|
| 691 |
|
|
|
|
| 577 |
```python
|
| 578 |
import datasets
|
| 579 |
|
| 580 |
+
dataset = datasets.load_dataset("cyberagent/crello", revision="5.1.0")
|
| 581 |
```
|
| 582 |
|
| 583 |
### Sample Usage (LayerD Data Preparation)
|
|
|
|
| 685 |
|
| 686 |
### Data Splits
|
| 687 |
|
| 688 |
+
The Crello dataset has 3 splits: train, validation, and test. The current split is generated based on appearance-based clustering. Be careful, the split is not compatible between dataset revisions.
|
| 689 |
|
| 690 |
### Visualization
|
| 691 |
|