# pyhton:
reader.train(data_dir=train_data, train_filename="2020-02-23_answers.json", test_file_name='TEST_answers.json', use_gpu=False, n_epochs=1, dev_split=0.1)
# result:
Preprocessing Dataset: 12 Dicts [00:08, 1.46 Dicts/s]
Preprocessing Dataset: 4 Dicts [00:06, 1.56s/ Dicts]
Train epoch 1/1 (Cur. train loss: 0.0712): 100%|██████████| 87/87 [09:25<00:00, 6.50s/it]
Evaluating: 100%|██████████| 189/189 [06:49<00:00, 2.17s/it]
02/23/2020 16:40:48 - INFO - haystack.reader.farm - Saving reader model to ../../saved_models/distilbert-base-uncased-distilled-squad
I want to see if my model improves. How I can do?
Or should I switch to FARM or use FARM directly now?
I'm doing this:
I want to see if my model improves. How I can do?
Or should I switch to FARM or use FARM directly now?