Skip to content

Commit

Permalink
minor fix to imports
Browse files Browse the repository at this point in the history
Signed-off-by: Sukriti-Sharma4 <[email protected]>
  • Loading branch information
Ssukriti committed Jun 30, 2024
1 parent dbaa919 commit 8fe0842
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tuning/utils/preprocessing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
# Third Party
from datasets import Dataset
from transformers import AutoTokenizer, DataCollatorForSeq2Seq
import datasets

# First Party
from trl import DataCollatorForCompletionOnlyLM
import datasets

# Local
from tuning.config import configs
Expand Down

0 comments on commit 8fe0842

Please sign in to comment.