We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1166b54 commit 262e6f2Copy full SHA for 262e6f2
4-finetuning/finetuning/dataset_client.py
@@ -7,7 +7,6 @@
7
from finetuning.settings import settings
8
from sklearn.model_selection import train_test_split
9
10
-
11
class DatasetClient:
12
def __init__(self, output_dir: str = "./finetuning"):
13
self.project = settings.COMET_PROJECT
0 commit comments