Skip to content

Commit

Permalink
update CTRL tokenizer pretrained path
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-be committed Sep 30, 2023
1 parent c632261 commit 9b32309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python-bindings/tests/test_tokenization_sst2.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_tokenization_distilbert(self):

def test_tokenization_ctrl(self):
# Given
self.base_tokenizer = CTRLTokenizer.from_pretrained('ctrl',
self.base_tokenizer = CTRLTokenizer.from_pretrained('Salesforce/ctrl',
do_lower_case=True,
cache_dir=self.test_dir)
self.rust_tokenizer = PyCtrlTokenizer(
Expand Down

0 comments on commit 9b32309

Please sign in to comment.