We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b10383 commit 8d1ef1bCopy full SHA for 8d1ef1b
scripts/0-data-loading-processing/06-train-test-split.py
@@ -14,7 +14,7 @@
14
import pickle
15
import pandas as pd
16
import numpy as np
17
-from florabert import config
+from module.florabert import config
18
from tqdm import tqdm
19
20
np.random.seed(47)
0 commit comments