/fitfast

Quickly fine-tune language models for your downstream NLP tasks.

Primary LanguagePythonApache License 2.0Apache-2.0

[WIP] FitFast

License

Quickly fine-tune language models for your downstream NLP tasks.

Instructions

  • Install requirements with
$ pip install -r requirements.txt
  • Examples are in ./examples directory.
  • All test cases to go in ./tests

Notes

  • PyTorch versions greater than 0.4.0 may fail, goal is to make library compatible with lates PyTorch.
  • Predict method needs some re-writing.