Datasets:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -7,25 +7,6 @@ tags:
|
|
| 7 |
- product-embeddings
|
| 8 |
size_categories:
|
| 9 |
- 10K<n<100K
|
| 10 |
-
configs:
|
| 11 |
-
- config_name: default
|
| 12 |
-
data_files:
|
| 13 |
-
- split: train
|
| 14 |
-
path: data/train-*
|
| 15 |
-
dataset_info:
|
| 16 |
-
features:
|
| 17 |
-
- name: parent_asin
|
| 18 |
-
dtype: string
|
| 19 |
-
- name: semantic_id
|
| 20 |
-
dtype: string
|
| 21 |
-
- name: title
|
| 22 |
-
dtype: string
|
| 23 |
-
splits:
|
| 24 |
-
- name: train
|
| 25 |
-
num_bytes: 10934599
|
| 26 |
-
num_examples: 66097
|
| 27 |
-
download_size: 5082813
|
| 28 |
-
dataset_size: 10934599
|
| 29 |
---
|
| 30 |
|
| 31 |
# Video Games Semantic IDs with Product Titles
|
|
@@ -322,9 +303,11 @@ Related Resources
|
|
| 322 |
### Citation
|
| 323 |
|
| 324 |
If you use this dataset, please cite:
|
|
|
|
| 325 |
@dataset{semantic_ids_video_games_with_titles,
|
| 326 |
author = {Eugene Yan},
|
| 327 |
title = {Video Games Semantic IDs with Product Titles},
|
| 328 |
year = {2024},
|
| 329 |
publisher = {Hugging Face}
|
| 330 |
}
|
|
|
|
|
|
| 7 |
- product-embeddings
|
| 8 |
size_categories:
|
| 9 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Video Games Semantic IDs with Product Titles
|
|
|
|
| 303 |
### Citation
|
| 304 |
|
| 305 |
If you use this dataset, please cite:
|
| 306 |
+
```
|
| 307 |
@dataset{semantic_ids_video_games_with_titles,
|
| 308 |
author = {Eugene Yan},
|
| 309 |
title = {Video Games Semantic IDs with Product Titles},
|
| 310 |
year = {2024},
|
| 311 |
publisher = {Hugging Face}
|
| 312 |
}
|
| 313 |
+
```
|