Skip to content

Commit

Permalink
update to use retvec-v1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinaZhang committed Aug 2, 2023
1 parent 0d23517 commit fcb6810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retvec/tf/layers/tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class RETVecTokenizer(tf.keras.layers.Layer):
def __init__(
self,
sequence_length: int = 128,
model: Optional[Union[str, Path]] = None,
model: Optional[Union[str, Path]] = 'retvec-v1',
trainable: bool = False,
sep: str = "",
standardize: Optional[str] = None,
Expand Down

0 comments on commit fcb6810

Please sign in to comment.