pranamanam commited on
Commit
4763b0f
1 Parent(s): da3b8c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -6,8 +6,7 @@ license: cc-by-nc-nd-4.0
6
 
7
  A PTM-Aware Protein Language Model with Bidirectional Gated Mamba Blocks
8
 
9
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64cd5b3f0494187a9e8b7c69/T8h2C_tEXRsfs2NZhWJZi.png)
10
-
11
 
12
  ## Install Enviroment
13
 
@@ -100,7 +99,7 @@ print(output.logits.shape)
100
  print(output.hidden_states.shape)
101
  ```
102
 
103
- ## Ackonwledgement
104
 
105
  This project is based on the following codebase. Please give them a star if you like our code.
106
 
 
6
 
7
  A PTM-Aware Protein Language Model with Bidirectional Gated Mamba Blocks
8
 
9
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64cd5b3f0494187a9e8b7c69/ogZ36FZ3V567afFDA8Sub.png)
 
10
 
11
  ## Install Enviroment
12
 
 
99
  print(output.hidden_states.shape)
100
  ```
101
 
102
+ ## Acknowledgement
103
 
104
  This project is based on the following codebase. Please give them a star if you like our code.
105