BioGeek commited on
Commit
2bb1382
·
1 Parent(s): f4fb49b

docs: update README

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- title: De Novo Peptide Sequencing With InstaNovo
3
- emoji: ⚗️📊
4
- colorFrom: blue
5
- colorTo: green
6
  sdk: gradio
7
  sdk_version: 5.23.1
8
  app_file: app.py
@@ -10,9 +10,9 @@ pinned: true
10
  license: apache-2.0
11
  ---
12
 
13
- # _De Novo_ Peptide Sequencing With InstaNovo
14
 
15
- This Space provides a web interface for the [InstaNovo](https://github.com/instadeepai/InstaNovo) model for _de novo_ peptide sequencing from mass spectrometry data.
16
 
17
  **Features:**
18
 
@@ -30,6 +30,9 @@ This Space provides a web interface for the [InstaNovo](https://github.com/insta
30
 
31
  **Model:**
32
 
33
- This demo uses the `instanovo-v1.1.0` pretrained model checkpoint.
34
 
35
- **Note:** Processing large files can take time, depending on the file size and the chosen decoding method. Knapsack generation (if needed on the first run) can also add to the initial startup time.
 
 
 
 
1
  ---
2
+ title: De Novo Peptide Sequencing With InstaNovo and InstaNovo+
3
+ emoji: ⚗️
4
+ colorFrom: green
5
+ colorTo: white
6
  sdk: gradio
7
  sdk_version: 5.23.1
8
  app_file: app.py
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # _De Novo_ Peptide Sequencing With InstaNovo and InstaNovo+
14
 
15
+ This Space provides a web interface for the [InstaNovo](https://github.com/instadeepai/InstaNovo) models for _de novo_ peptide sequencing from mass spectrometry data.
16
 
17
  **Features:**
18
 
 
30
 
31
  **Model:**
32
 
33
+ This demo uses the pretrained model checkpoint.
34
 
35
+ * Predictions use version `instanovo-v1.1.0` for the transformer-based InstaNovo model and version `instanovoplus-v1.1.0-alpha` for the diffusion-based InstaNovo+ model.
36
+ * The InstaNovo+ model `instanovoplus-v1.1.0-alpha` is an alpha release.
37
+
38
+ **Note:** Processing large files can take time, depending on the file size and the chosen decoding method. Knapsack generation can also add to the initial startup time.