File size: 547 Bytes
91937f9 a8b0810 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
datasets:
- McAuley-Lab/Amazon-Reviews-2023
language:
- en
base_model:
- google-bert/bert-base-uncased
---
This is a very simple approach of mine towards creating a recommendation model.
I have used the bert-based-uncased model and finetuned it.
The dataset as mentioned is Amazon Reviews 2023, a recent one. Although I could not involve all of the categories, I have tried running it on a small one, Magazine Subscriptions.
Due to time, resource and space constraints, this was a tiny yet successful effort towards modelling a recommender. |