Amit Kushwaha
Results
2
issues of
Amit Kushwaha
What would you recommend to compile the model? - What optimizer, and loss to choose `model.compile(loss="binary_crossentropy", optimizer=optimizers.Adam(lr=1e-3))`
On running the evaluations as mentioned here: https://github.com/lyutyuh/ASP/tree/master?tab=readme-ov-file#pre-trained-models `python evaluate_ere.py flant5_base_conll04 tliu/asp-re-flan-t5-base 0` It errors out as: `FileNotFoundError` for `/data/conll04_ere/train_dev.t5-small.jsonlines` Following is the stacktrace: ```bash (asp) ➜ ASP git:(master) ✗...