Skip to content

Commit 872ddae

Browse files
authored
Merge pull request #237 from matchms/update-link-to-latest-model
update zenodo link to latest model
2 parents 1bf3743 + 454f40b commit 872ddae

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [2.1.0] - 2024-10-07
99

1010
### fixed
1111
- A bug of spectrum pair sampling during training was fixed. Due to this bug for each spectrum only one unique spectrum was sampled, even if multiple spectra were available. The bug was introduced with MS2Deepscore 2.0
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Changed
1717
- dense layers are now build with leaky ReLU instead of ReLU [#222](https://github.com/matchms/ms2deepscore/pull/222).
18+
- The zenodo link to the latest model has been updated to a model trained using the new algorithm.
1819

1920
### Added
2021
- Missing code documentation [#222](https://github.com/matchms/ms2deepscore/pull/222).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ There are two different ways to use MS2DeepScore to compute spectral similaritie
7373
The second way is much simpler: Use a model that was pretrained on a large dataset.
7474

7575
## 1) Use a pretrained model to compute spectral similarities
76-
We provide a model which was trained on > 200,000 MS/MS spectra from [GNPS](https://gnps.ucsd.edu/), which can simply be downloaded [from zenodo here](https://zenodo.org/records/10814307). Only the ms2deepscore_model.pt is needed.
76+
We provide a model which was trained on > 200,000 MS/MS spectra from [GNPS](https://gnps.ucsd.edu/), which can simply be downloaded [from zenodo here](https://zenodo.org/records/13897744). Only the ms2deepscore_model.pt is needed.
7777
To then compute the similarities between spectra of your choice you can run something like:
7878
```python
7979
from matchms import calculate_scores

ms2deepscore/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.0'
1+
__version__ = '2.1.0'

0 commit comments

Comments
 (0)