Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.39 KB

README.md

File metadata and controls

58 lines (37 loc) · 2.39 KB

Cochran

The legal document scoring model

Cochran Logo

TODOs

Data Sources

Requirements

Getting Started

  • start your training environment by running sh run-training-environment.sh or sh gpu-environment.sh and follow the link to the jupyter server
  • Use a downloader to download a dataset into the data folder
  • Run a training notebook to fit your model
  • Export your model to the saved models folder
  • Shrink, optimize, and deploy your model, see deploy for examples

Frequently Asked Questions

Will this run on Windows or macOS?

Yes, but you need to install docker first, see link above. if on Windows run the windows-training-environment.sh feel free to open an issue if that doesn't work.

How to I shut down the notebook?

Go to the terminal where you ran the run-training....sh and press CTRL+C, WTF

What the hell is this notebook stuff?

Try this tutorial to learn more tutorial

Can I deploy this in a cloud environment via Docker? or run it on my big ML rig with many nvidia GPUs?

Hell yes you can! I'll eventually write a more detailed guide here on how to do that, but the setup is almost identical to running locally.