Skip to content

Commit 8d1ef1b

Browse files
authored
Update 06-train-test-split.py
1 parent 7b10383 commit 8d1ef1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/0-data-loading-processing/06-train-test-split.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import pickle
1515
import pandas as pd
1616
import numpy as np
17-
from florabert import config
17+
from module.florabert import config
1818
from tqdm import tqdm
1919

2020
np.random.seed(47)

0 commit comments

Comments
 (0)