| --- |
| tags: |
| - ml-intern |
| --- |
| # Zalo Product Data - Main Dataset |
|
|
| Dữ liệu sản phẩm thu thập từ Zalo bot. |
|
|
| ## Schema |
| | Column | Type | Description | |
| |--------|------|-------------| |
| | product_name | string | Tên sản phẩm | |
| | description | string | Nội dung mô tả | |
| | price | string | Giá sản phẩm | |
| | category | string | Chuyên mục | |
| | technical_specs | string | Thông số kỹ thuật | |
| | sender_id | string | ID người gửi | |
| | sender_name | string | Tên người gửi | |
| | chat_id | string | ID chat | |
| | timestamp | string | Thời gian ghi nhận | |
| | image | string | Đường link ảnh | |
| | text | string | Nội dung tin nhắn | |
| | message_type | string | Loại tin nhắn | |
| | is_zgr_group | string | Gửi từ nhóm ZGR | |
|
|
| ## Usage |
| ```python |
| from datasets import load_dataset |
| ds = load_dataset("bep40/zalo-products-all") |
| ``` |
|
|
| <!-- ml-intern-provenance --> |
| ## Generated by ML Intern |
|
|
| This dataset repository was generated by [ML Intern](https://github.com/huggingface/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 |
|
|