Commit c7f79815 authored by Lysandre's avatar Lysandre
Browse files

Cleanup unused variables

parent 15579e2d
......@@ -236,7 +236,6 @@ class XLNetTokenizer(PreTrainedTokenizer):
if token_ids_1 is None, only returns the first portion of the mask (0's).
"""
sep = [self.sep_token_id]
cls = [self.cls_token_id]
cls_segment_id = [2]
if token_ids_1 is None:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment