Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 526 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 526 Bytes

[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.