Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 419 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 419 Bytes

Few-Shot Text Classification Report

Dev

Report repository template -- we use markdown now. Write markdown in the src directory. See src/00a-example.md for how to format.

To run locally, make sure you have nodejs and NPM installed and then do:

npm install
npm run dev

Deploy

To deploy you can clone the repo make sure you have nodejs and NPM installed and do:

npm install
npm run deploy