Datasets:

Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
kyamagu commited on
Commit
7997e2f
·
verified ·
1 Parent(s): 6a8ab10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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.0.0")
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