Update README.md
Browse files
README.md
CHANGED
@@ -91,7 +91,7 @@ Please cite the [Model2Vec repository](https://github.com/MinishLab/model2vec) i
|
|
91 |
|
92 |
## Reproducibility
|
93 |
|
94 |
-
The following script can be used to reproduce this model. All credits go to [Tom Aarsen](https://huggingface.co/tomaarsen) for this fine-tuning approach and code. We make a few modifcations to the original code, namely:
|
95 |
|
96 |
- We start with a pre-trained Model2Vec model ([potion-base-32M](https://huggingface.co/minishlab/potion-base-32M)).
|
97 |
- We reduce the dataset size by a factor of 10. During experiments we saw that we didn't need the full dataset for the model to converge.
|
|
|
91 |
|
92 |
## Reproducibility
|
93 |
|
94 |
+
The following script can be used to reproduce this model. All credits go to [Tom Aarsen](https://huggingface.co/tomaarsen) for this fine-tuning approach and code he introduced in his [blogpost](https://huggingface.co/blog/static-embeddings). We make a few modifcations to the original code, namely:
|
95 |
|
96 |
- We start with a pre-trained Model2Vec model ([potion-base-32M](https://huggingface.co/minishlab/potion-base-32M)).
|
97 |
- We reduce the dataset size by a factor of 10. During experiments we saw that we didn't need the full dataset for the model to converge.
|