The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
Zalo Products - Main Dataset
Dữ liệu sản phẩm thu thập từ TẤT CẢ người dùng gửi lên Zalo bot.
Cấu trúc (schema)
| Cột | Kiểu | Mô tả |
|---|---|---|
| image | ảnh (binary/URL) | Hình ảnh sản phẩm |
| product_name | text | Tên sản phẩm |
| description | text | Nội dung mô tả |
| price | number | Giá sản phẩm |
| category | text | Chuyên mục |
| sender_id | text | ID người gửi |
| sender_name | text | Tên người gửi |
| timestamp | text | Thời gian ghi nhận |
Cách hoạt động
- Khi user gửi tin nhắn kèm ảnh + mô tả/giá/chuyên mục → dữ liệu được lưu vào dataset này
- Mỗi user cũng có dataset riêng:
bep40/<sender_id>-zalo-data - Dataset này tập hợp toàn bộ sản phẩm từ tất cả user
Generated by ML Intern
This dataset repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.
- Try ML Intern: https://smolagents-ml-intern.hf.space
- Source code: https://github.com/huggingface/ml-intern
Usage
from datasets import load_dataset
dataset = load_dataset('bep40/zalo-products-all')
- Downloads last month
- -