Skip to content

Commit

Permalink
Update README with new left_aligned variant name
Browse files Browse the repository at this point in the history
  • Loading branch information
yutanagano committed Jun 2, 2024
1 parent 9b23027 commit d704903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ This `Sceptr` object will then have the methods: `calc_pdist_vector`, `calc_cdis
|---|---|
|`sceptr.variant.default`|default model used by the functional API|
|`sceptr.variant.mlm_only`|default model trained without autocontrastive learning|
|`sceptr.variant.classic`|similar to default model but with learnable token embeddings and a sinusoidal position information embedding method more similar to the original NLP BERT/transformer models|
|`sceptr.variant.classic_mlm_only`|classic variant trained without autocontrastive learning|
|`sceptr.variant.left_aligned`|similar to default model but with learnable token embeddings and a sinusoidal position information embedding method more similar to the original NLP BERT/transformer models|
|`sceptr.variant.left_aligned_mlm_only`|left-aligned variant trained without autocontrastive learning|
|`sceptr.variant.cdr3_only`|only uses the CDR3 loops as input|
|`sceptr.variant.cdr3_only_mlm_only`|only uses CDR3 loops as input, and did not receive autocontrastive learning|
|`sceptr.variant.large`|larger variant with model dimensionality 128|
Expand Down

0 comments on commit d704903

Please sign in to comment.