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.
|
|
- # pruned-nlu
-
- ## Requirements
- - \>= Python 3.7
- - \>= PyTorch 1.4.0
- - [seqeval](https://github.com/chakki-works/seqeval)
-
- ## Setup
- Download GloVe embeddings:
-
- ```
- wget http://nlp.stanford.edu/data/glove.6B.zip
- unzip glove.6B.zip -d glove
- ```
-
- ## Train & test
-
- ## Prune
-
- ## Distill
|