Raldir / FEVEROUS

Repository for Fact Extraction and VERification Over Unstructured and Structured information (FEVEROUS), accepted to NeurIPS 2021 Dataset and Benchmarks and used for the FEVER Workshop Shared Task at EMNLP2021.
Apache License 2.0
67 stars 20 forks source link

Update train_verdict_predictor.py; sentence_transformers not used and… #33

Closed baraldian closed 3 months ago

baraldian commented 4 months ago

… not in requirements.

Hello, I was using your library, and I had a problem with from sentence_transformers import CrossEncoder since sentence_transformers is not specified in the requirements. I think it's safe to remove it because it's not used, just imported, and to avoid installation problems, it's better to remove it as it's not declared in the requirements.

Raldir commented 3 months ago

Thanks for the PR and for finding this artifact!