Skip to content

Commit b231f31

Browse files
authored
Merge pull request #12 from chaitjo/main
Fix typos
2 parents 73fddc6 + a1d45b4 commit b231f31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ pip install -e .
8282
| Shorthand | #params | Dataset | Description | Model checkpoint |
8383
|---------|------------|---------|------------------------------------------------------------|-------------|
8484
Lobster_24M | 24 M | uniref50 | 24M parameter protein Masked LLM trained on uniref50| [lobster_24M](https://huggingface.co/asalam91/lobster_24M)
85-
Lobster_150M | 150 M | uniref50 | 24M parameter protein Masked LLM trained on uniref50|[lobster_150M](https://huggingface.co/asalam91/lobster_150M)
85+
Lobster_150M | 150 M | uniref50 | 150M parameter protein Masked LLM trained on uniref50|[lobster_150M](https://huggingface.co/asalam91/lobster_150M)
8686

8787

8888
#### CB LMs
8989
| Shorthand | #params | Dataset | Description | Model checkpoint |
9090
|---------|------------|---------|------------------------------------------------------------|-------------|
91-
cb_Lobster_24M | 24 M | uniref50+SwissProt | 24M parameter a protein concept bottleneck model for protiens with 718 concepts | [cb_lobster_24M](https://huggingface.co/asalam91/cb_lobster_24M)
92-
cb_Lobster_150M | 150 M | uniref50+SwissProt |150M parameter a protein concept bottleneck model for protiens with 718 concepts|[cb_lobster_150M](https://huggingface.co/asalam91/cb_lobster_150M)
93-
cb_Lobster_650M | 650 M | uniref50+SwissProt |650M parameter a protein concept bottleneck model for protiens with 718 concepts|[cb_lobster_650M](https://huggingface.co/asalam91/cb_lobster_650M)
94-
cb_Lobster_3B | 3 B | uniref50+SwissProt |3B parameter a protein concept bottleneck model for protiens with 718 concepts|[cb_lobster_3B](https://huggingface.co/asalam91/cb_lobster_3B)
91+
cb_Lobster_24M | 24 M | uniref50+SwissProt | 24M parameter a protein concept bottleneck model for proteins with 718 concepts | [cb_lobster_24M](https://huggingface.co/asalam91/cb_lobster_24M)
92+
cb_Lobster_150M | 150 M | uniref50+SwissProt |150M parameter a protein concept bottleneck model for proteins with 718 concepts|[cb_lobster_150M](https://huggingface.co/asalam91/cb_lobster_150M)
93+
cb_Lobster_650M | 650 M | uniref50+SwissProt |650M parameter a protein concept bottleneck model for proteins with 718 concepts|[cb_lobster_650M](https://huggingface.co/asalam91/cb_lobster_650M)
94+
cb_Lobster_3B | 3 B | uniref50+SwissProt |3B parameter a protein concept bottleneck model for proteins with 718 concepts|[cb_lobster_3B](https://huggingface.co/asalam91/cb_lobster_3B)
9595

9696
### Loading a pre-trained model
9797
```python

0 commit comments

Comments
 (0)