Skip to content

Commit

Permalink
masking bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tloen committed Mar 21, 2023
1 parent 3cdbfe5 commit fac5372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def generate_and_tokenize_prompt(data_point):
user_prompt,
truncation=True,
max_length=CUTOFF_LEN + 1,
padding="max_length",
)["input_ids"]
)
- 1
Expand Down

0 comments on commit fac5372

Please sign in to comment.