lhallee commited on
Commit
57db187
·
verified ·
1 Parent(s): 4876165

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -63,12 +63,12 @@ The plot below showcases performance normalized between the negative control (ra
63
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/62f2bd3bdb7cbd214b658c48/88EweoycOIhJBk2RvGCKn.png)
64
 
65
  ## Inference speeds
66
- We look at various ESM models and their throughput on H100. Adding efficient batching between ESMC and ESM++ significantly improves the throughput. ESM++ small is even faster than ESM2-35M with long sequences!
67
  The most gains will be seen with PyTorch > 2.5 on linux machines.
68
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/62f2bd3bdb7cbd214b658c48/NNmbupdIxuieuyjc8vMuj.png)
69
 
70
  ### Citation
71
- If you use any of this implementation or work please cite it (as well as the ESMC preprint)
72
 
73
  ### Note on the name
74
  The original thought was ESMC++ but anything with C would technically go against the ESM license agreement - so ESM++. Open to suggestions!
 
63
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/62f2bd3bdb7cbd214b658c48/88EweoycOIhJBk2RvGCKn.png)
64
 
65
  ## Inference speeds
66
+ We look at various ESM models and their throughput on an H100. Adding efficient batching between ESMC and ESM++ significantly improves the throughput. ESM++ small is even faster than ESM2-35M with long sequences!
67
  The most gains will be seen with PyTorch > 2.5 on linux machines.
68
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/62f2bd3bdb7cbd214b658c48/NNmbupdIxuieuyjc8vMuj.png)
69
 
70
  ### Citation
71
+ If you use any of this implementation or work please cite it (as well as the ESMC preprint). Bibtex for both coming soon.
72
 
73
  ### Note on the name
74
  The original thought was ESMC++ but anything with C would technically go against the ESM license agreement - so ESM++. Open to suggestions!