Skip to content

Commit

Permalink
Update reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya0by0 committed Oct 31, 2024
1 parent e8a28a6 commit c92b9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chebai/preprocessing/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from chebai.preprocessing.collate import DefaultCollator, RaggedCollator

EMBEDDING_OFFSET = 10
EMBEDDING_OFFSET = 100
PADDING_TOKEN_INDEX = 0
MASK_TOKEN_INDEX = 10
CLS_TOKEN = 2
Expand Down

0 comments on commit c92b9ae

Please sign in to comment.