Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCR chain type special tokens #127

Merged
merged 96 commits into from
Jun 2, 2024
Merged

TCR chain type special tokens #127

merged 96 commits into from
Jun 2, 2024

Conversation

floccinauc
Copy link
Collaborator

No description provided.

VADIM RATNER [email protected] and others added 25 commits February 6, 2024 05:01
@floccinauc floccinauc requested a review from SagiPolaczek June 2, 2024 10:34
Copy link
Collaborator

@SagiPolaczek SagiPolaczek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!! Please make sure to run the pre-commit hooks once again (pre-commit run --all-files for example).

Couple of general questions:

  1. We starting to have more and more tokenizers to sync between. Do we verify it / have some solution for it? Maybe inheritance?
  2. Alpha and Beta doesn't have _VAR (variable) region? I noticed you didn't add this kind of token for them.

@floccinauc
Copy link
Collaborator Author

LGTM, thanks!! Please make sure to run the pre-commit hooks once again (pre-commit run --all-files for example).

Couple of general questions:

  1. We starting to have more and more tokenizers to sync between. Do we verify it / have some solution for it? Maybe inheritance?
  2. Alpha and Beta doesn't have _VAR (variable) region? I noticed you didn't add this kind of token for them.
  1. Regarding the synching of multiple tokenizers - it's being taken care of by this script, and consistency between them is being tested in a unittest here, courtesy of
    Matan Ninio.
  2. They are all VAR regions, it's just that ALPHA and BETA already had existing tokens that are being used in that context by other tasks.

@floccinauc floccinauc merged commit 7fc56d9 into main Jun 2, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants