SriSougandhika commited on
Commit
a8b0810
1 Parent(s): 91937f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -5,4 +5,10 @@ language:
5
  - en
6
  base_model:
7
  - google-bert/bert-base-uncased
8
- ---
 
 
 
 
 
 
 
5
  - en
6
  base_model:
7
  - google-bert/bert-base-uncased
8
+ ---
9
+
10
+ This is a very simple approach of mine towards creating a recommendation model.
11
+ I have used the bert-based-uncased model and finetuned it.
12
+ 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.
13
+
14
+ Due to time, resource and space constraints, this was a tiny yet successful effort towards modelling a recommender.