beeformer commited on
Commit
fbfb543
·
verified ·
1 Parent(s): 9f84d44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -42,9 +42,7 @@ We use the pretrained [`sentence-transformers/all-mpnet-base-v2`](https://huggin
42
 
43
  We use the initial model without modifying its architecture or pre-trained model parameters.
44
  However, we reduce the processed sequence length to 384 to reduce the training time of the model.
45
- Regarding other hyperparameters, we use the same interaction data batch size of 1024; we use the negative sampling parameter m = 10000.
46
- We use constant learning rate of 1e-5, and we train the model for ten epochs.
47
-
48
  ### Dataset
49
 
50
  We finetuned our model on the combination of the Goodbooks-10k and the MovieLens20M datasets with item descriptions generated with [`meta-llama/Meta-Llama-3.1-8B-Instruct`](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) model. For details please see the dataset pages: [`beeformer/recsys-movielens-20m`](https://huggingface.co/datasets/beeformer/recsys-movielens-20m) and [`beeformer/recsys-goodbooks-10k`](https://huggingface.co/datasets/beeformer/recsys-goodbooks-10k).
 
42
 
43
  We use the initial model without modifying its architecture or pre-trained model parameters.
44
  However, we reduce the processed sequence length to 384 to reduce the training time of the model.
45
+
 
 
46
  ### Dataset
47
 
48
  We finetuned our model on the combination of the Goodbooks-10k and the MovieLens20M datasets with item descriptions generated with [`meta-llama/Meta-Llama-3.1-8B-Instruct`](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) model. For details please see the dataset pages: [`beeformer/recsys-movielens-20m`](https://huggingface.co/datasets/beeformer/recsys-movielens-20m) and [`beeformer/recsys-goodbooks-10k`](https://huggingface.co/datasets/beeformer/recsys-goodbooks-10k).