You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
280 B

4 years ago
  1. # pruned-nlu
  2. ## Requirements
  3. - \>= Python 3.7
  4. - \>= PyTorch 1.4.0
  5. - [seqeval](https://github.com/chakki-works/seqeval)
  6. ## Setup
  7. Download GloVe embeddings:
  8. ```
  9. wget http://nlp.stanford.edu/data/glove.6B.zip
  10. unzip glove.6B.zip -d glove
  11. ```
  12. ## Train & test
  13. ## Prune
  14. ## Distill