Update README.md
Browse files
README.md
CHANGED
@@ -41,9 +41,7 @@ We use the pretrained [`sentence-transformers/all-mpnet-base-v2`](https://huggin
|
|
41 |
|
42 |
We use the initial model without modifying its architecture or pre-trained model parameters.
|
43 |
However, we reduce the processed sequence length to 384 to reduce the training time of the model.
|
44 |
-
|
45 |
-
We use constant learning rate of 1e-5, and we train the model for five epochs.
|
46 |
-
|
47 |
### Dataset
|
48 |
|
49 |
We finetuned our model on the Goodbooks-10k dataset 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 page [`beeformer/recsys-goodbooks-10k`](https://huggingface.co/datasets/beeformer/recsys-goodbooks-10k).
|
|
|
41 |
|
42 |
We use the initial model without modifying its architecture or pre-trained model parameters.
|
43 |
However, we reduce the processed sequence length to 384 to reduce the training time of the model.
|
44 |
+
|
|
|
|
|
45 |
### Dataset
|
46 |
|
47 |
We finetuned our model on the Goodbooks-10k dataset 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 page [`beeformer/recsys-goodbooks-10k`](https://huggingface.co/datasets/beeformer/recsys-goodbooks-10k).
|