Skip to content

Commit

Permalink
formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani committed Feb 23, 2024
1 parent 6f0af3c commit 2399a1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/delphi/eval/calc_model_group_stats.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from datasets import Dataset
import numpy as np


Expand Down
5 changes: 1 addition & 4 deletions src/delphi/eval/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
import torch
from datasets import Dataset, load_dataset
from jaxtyping import Float, Int
from transformers import (
PreTrainedModel,
PreTrainedTokenizerBase,
)
from transformers import PreTrainedModel, PreTrainedTokenizerBase

from delphi.eval import constants

Expand Down

0 comments on commit 2399a1a

Please sign in to comment.