--- dataset_info: features: - name: image dtype: string - name: medium dtype: class_label: names: 0: Albumen photograph 1: Bronze 2: Ceramic 3: Clay 4: Engraving 5: Etching 6: Faience 7: Glass 8: Gold 9: Graphite 10: Hand-colored engraving 11: Hand-colored etching 12: Iron 13: Ivory 14: Limestone 15: Lithograph 16: Marble 17: Oil on canvas 18: Pen and brown ink 19: Polychromed wood 20: Porcelain 21: Silk and metal thread 22: Silver 23: Steel 24: Wood 25: Wood engraving 26: Woodblock 27: Woodcut 28: Woven fabric - name: museum dtype: string - name: museum_id dtype: string - name: subset dtype: string - name: width dtype: int32 - name: height dtype: int32 - name: product_size dtype: int32 - name: aspect_ratio dtype: float32 configs: - config_name: default data_files: - split: train path: data/dataset.csv download_mode: reuse_dataset_if_exists download_size: ??? features: image: string medium: int64 museum: string museum_id: string subset: string width: int32 height: int32 product_size: int32 aspect_ratio: float32 dataset_size: ??? pretty_name: MAMe Dataset size_categories: - 10K