malaysia-ai/crawl-google-image-malaysia-location
收藏Hugging Face2024-05-24 更新2024-05-25 收录
下载链接:
https://hf-mirror.com/datasets/malaysia-ai/crawl-google-image-malaysia-location
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: alt_text
dtype: string
- name: parent_href
dtype: string
- name: filename
dtype: string
- name: image
dtype: image
- name: keyword
dtype: string
splits:
- name: train
num_bytes: 356178060.629
num_examples: 4039
download_size: 428822066
dataset_size: 356178060.629
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Crawl Google Image Malaysia Location
Crawl Google Image using Malaysia location keywords.
Source code at https://github.com/mesolitica/malaysian-dataset/tree/master/crawl/google-image
# How to use using streaming
```python
dataset = load_dataset('malaysia-ai/crawl-google-image-malaysia-location', streaming=True, split='train')
for row in dataset:
break
print(row['image'])
```
```
<PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1200x1200 at 0x7F50536E7550>
```
提供机构:
malaysia-ai
原始信息汇总
数据集概述
数据集信息
- 名称: crawl-google-image-malaysia-location
- 来源: malaysia-ai
特征描述
- alt_text: 数据类型为字符串。
- parent_href: 数据类型为字符串。
- filename: 数据类型为字符串。
- image: 数据类型为图像。
- keyword: 数据类型为字符串。
数据分割
- 训练集:
- 示例数量: 4039
- 数据大小: 356178060.629字节
数据集大小
- 下载大小: 428822066字节
- 数据集大小: 356178060.629字节
配置
- 默认配置:
- 数据文件路径: data/train-*



