hf challam robertabase without date (checkpoint 395000) epoch1

This commit is contained in:
kubapok 2021-12-13 13:22:51 +01:00
parent 7bcf8513d1
commit 0334428ec5
2 changed files with 8495 additions and 10516 deletions

View File

@ -34,7 +34,7 @@ with open('scalers.pickle', 'rb') as f_scaler:
def predict(dataset, out_f):
outputs = []
for sample in tqdm(eval_dataset_full[1:]):
for sample in tqdm(dataset[1:]):
y, t = sample.split('\t')
t = t.rstrip()

File diff suppressed because it is too large Load Diff