Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
seqrec-datasets – Dataset by aabbxx | AlphaNeural AI
You can deploy this model and start earning money today!
aabbxx
/
seqrec-datasets
like
0
n<1K
us
Views
No views yet
Model card
Files and Versions
Community
API
数据集与预处理
本目录包含 SeqRec 的数据下载与预处理工具,支持 Amazon Reviews 2014 的全部 24 个品类。Item 语义特征构建代码位于 src/features/。 用户数和物品数均不包含 ID 0 的 [PAD]。
目录结构
datasets/ ├── raw_data/AmazonReviews2014/
/ │ ├── reviews_
5.json.gz │ └── meta
.json.gz ├── processed_data/AmazonReviews2014/
/ ├── preprocess/ │ ├── amazon.py │ └── common.py └── prepare_data.py
src/features/ ├── build_features.py ├── embedding.py └── pca.py
raw_data/ 和 processed_data/… See the full description on the dataset page:
https://huggingface.co/datasets/aabbxx/seqrec-datasets
.