Views
No views yet
distilbert-finetuned-ner directory at the root. checkpoint-1407 is the one on which all the evaluation has been donedistilber-finer-tuned directory.
TODO: To be published to HuggingFace----DISTILLBERT
|_ distilbert-finetuned-ner
|_ src
| |_ data_preparation
| |_ training
|_ DatExploration.ipynbDatExploration.ipynb
The 4 labels chosen to evaluate on are:| eval_loss | eval_precision | eval_recall | eval_f1 | eval_accuracy |
|---|---|---|---|---|
| 0.044684 | 0.770968 | 0.784893 | 0.777868 | 0.976305 |
requirements.txt They should be installed in a new venv by running python -m pip install -r requirements.txt from the repo root.