Datasets:
Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: FileNotFoundError
Message: [Errno 2] No such file or directory: '/tmp/hf-datasets-cache/medium/datasets/91455595478531-config-parquet-and-info-CLIPAMharic-AmharicCLIP-a-4c65a682/hub/datasets--CLIPAMharic--AmharicCLIP-annotation/snapshots/2d4a97758d61f1f2750e42bf066197ba7912d4c6/images/fruits360/apple/r2_173_100.jpg'
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1501, in _prepare_split_single
writer.write(example)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 682, in write
self.write_examples_on_file()
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 655, in write_examples_on_file
self._write_batch(batch_examples=batch_examples)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 756, in _write_batch
self.write_table(pa_table, writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 775, in _write_table
pa_table = embed_table_storage(pa_table, local_files=True, remote_files=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2292, in embed_table_storage
embed_array_storage(
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1804, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2153, in embed_array_storage
return feature.embed_storage(
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/image.py", line 317, in embed_storage
path_to_bytes(x["path"])
File "/usr/local/lib/python3.12/site-packages/datasets/utils/py_utils.py", line 309, in wrapper
return func(value) if value is not None else None
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/image.py", line 311, in path_to_bytes
with xopen(path, "rb", download_config=download_config) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 967, in xopen
return open(main_hop, mode, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/hf-datasets-cache/medium/datasets/91455595478531-config-parquet-and-info-CLIPAMharic-AmharicCLIP-a-4c65a682/hub/datasets--CLIPAMharic--AmharicCLIP-annotation/snapshots/2d4a97758d61f1f2750e42bf066197ba7912d4c6/images/fruits360/apple/r2_173_100.jpg'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1514, in _prepare_split_single
num_examples, num_bytes = writer.finalize()
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 783, in finalize
self.write_examples_on_file()
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 655, in write_examples_on_file
self._write_batch(batch_examples=batch_examples)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 756, in _write_batch
self.write_table(pa_table, writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 775, in _write_table
pa_table = embed_table_storage(pa_table, local_files=True, remote_files=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2292, in embed_table_storage
embed_array_storage(
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1804, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2153, in embed_array_storage
return feature.embed_storage(
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/image.py", line 317, in embed_storage
path_to_bytes(x["path"])
File "/usr/local/lib/python3.12/site-packages/datasets/utils/py_utils.py", line 309, in wrapper
return func(value) if value is not None else None
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/image.py", line 311, in path_to_bytes
with xopen(path, "rb", download_config=download_config) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 967, in xopen
return open(main_hop, mode, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/hf-datasets-cache/medium/datasets/91455595478531-config-parquet-and-info-CLIPAMharic-AmharicCLIP-a-4c65a682/hub/datasets--CLIPAMharic--AmharicCLIP-annotation/snapshots/2d4a97758d61f1f2750e42bf066197ba7912d4c6/images/fruits360/apple/r2_173_100.jpg'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1540, in _download_and_prepare
super()._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1345, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1523, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image image | source string | label string | caption_en string | caption_am string | image_url string |
|---|---|---|---|---|---|
animals10 | butterfly | A butterfly in the wild. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A close-up photo of a butterfly. | ቢራቢሮ | ||
animals10 | butterfly | A photo of a butterfly. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A butterfly captured in a photo. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A butterfly in nature. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A close-up photo of a butterfly. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A butterfly in a photograph. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly looking at the camera. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A real photo of a butterfly. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A photograph of a butterfly. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A butterfly in the wild. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A butterfly in the wild. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A butterfly in nature. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly in a photograph. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly looking at the camera. | ቢራቢሮ | ||
animals10 | butterfly | A high quality photo of a butterfly. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A butterfly in nature. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | This is a butterfly. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A butterfly in nature. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A high quality photo of a butterfly. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A butterfly in the wild. | ቢራቢሮ | ||
animals10 | butterfly | A close-up photo of a butterfly. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A close-up photo of a butterfly. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A butterfly looking at the camera. | ቢራቢሮ | ||
animals10 | butterfly | This is a butterfly. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A butterfly looking at the camera. | ቢራቢሮ | ||
animals10 | butterfly | A close-up photo of a butterfly. | ቢራቢሮ | ||
animals10 | butterfly | A picture of a butterfly. | ቢራቢሮ | ||
animals10 | butterfly | A butterfly captured in a photo. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A butterfly in the wild. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A butterfly in nature. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A photo of a butterfly. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A butterfly in the wild. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A photograph of a butterfly. | ቢራቢሮ | ||
animals10 | butterfly | A high quality photo of a butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | An image of a butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | An image of a butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly looking at the camera. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly in a photograph. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly in the wild. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A photo of a butterfly. | ቢራቢሮ | ||
animals10 | butterfly | This is a butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly captured in a photo. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A single butterfly in a photo. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly captured in a photo. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | This is a butterfly. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | This is a butterfly. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A butterfly in the wild. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A photograph of a butterfly. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | An image of a butterfly. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A picture of a butterfly. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | An image of a butterfly. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A butterfly in the wild. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly captured in a photo. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A photograph of a butterfly. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A butterfly looking at the camera. | አንድ ቢራቢሮ | ||
animals10 | butterfly | An image of a butterfly. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A picture of a butterfly. | ቢራቢሮ | ||
animals10 | butterfly | A butterfly looking at the camera. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A photo of a butterfly. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A real photo of a butterfly. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A high quality photo of a butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly looking at the camera. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A butterfly in the wild. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A butterfly in a photograph. | ቢራቢሮ | ||
animals10 | butterfly | A close-up photo of a butterfly. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A butterfly captured in a photo. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A butterfly in nature. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | An image of a butterfly. | ቢራቢሮ | ||
animals10 | butterfly | A butterfly in nature. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A real photo of a butterfly. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A picture of a butterfly. | ቢራቢሮ | ||
animals10 | butterfly | A butterfly in a photograph. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A picture of a butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | butterfly. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A butterfly in nature. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A picture of a butterfly. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A close-up photo of a butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A photograph of a butterfly. | ቢራቢሮ | ||
animals10 | butterfly | A photograph of a butterfly. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | butterfly. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A single butterfly in a photo. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | A butterfly looking at the camera. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A single butterfly in a photo. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A photo of a butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | An image of a butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A real photo of a butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly in a photograph. | የቢራቢሮ ፎቶግራፍ | ||
animals10 | butterfly | An image of a butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly in nature. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | An image of a butterfly. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A single butterfly in a photo. | ቢራቢሮ | ||
animals10 | butterfly | butterfly. | አንድ ቢራቢሮ | ||
animals10 | butterfly | A butterfly captured in a photo. | ቢራቢሮ | ||
animals10 | butterfly | A butterfly in the wild. | ይህ ቢራቢሮ ነው | ||
animals10 | butterfly | A butterfly looking at the camera. | የቢራቢሮ ፎቶ | ||
animals10 | butterfly | A butterfly in the wild. | የቢራቢሮ ፎቶ |
End of preview.
AmharicCLIP Annotation Dataset
69,629 images organized by category for Amharic caption annotation.
Structure
images/
animals10/ 18,644 images — 10 animal classes
cat/
dog/
horse/ ...
intel/ 11,998 images — 6 scene classes
forest/
mountain/ ...
fruits360/ 38,987 images — 131 fruit classes
apple/
banana/ ...
Image URL Format
https://huggingface.co/datasets/michealnaye/AmharicCLIP-annotation/resolve/main/images/animals10/cat/image.jpg
Categories
| Source | Images | Classes |
|---|---|---|
| Animals-10 | 18,644 | 10 |
| Intel Scenes | 11,998 | 6 |
| Fruits-360 | 38,987 | 131 |
| Total | 69,629 | 157 |
Related
- Model: michealnaye/AmharicCLIP
- Downloads last month
- 12,228