NLP_In_Action
NLP_In_Action copied to clipboard
ready to go wrapper script for NER
the run_ner.py contain all the details in the notebook plus automation argparse arguments to make the script easy to use. user just have to run python run_ner.py --help user have to adjust the following in the terminal:
- dir to the data (train, test, dev) tsv files
- epoch number
- maximum lenght
- epoch number
- batch number
- if dist training : dist_gpu
@abdallah197 Good job! Thank you Abdallah! Your script is easy to used for NER task.
Since, this repo was designed for NLP beginners, it will be easier for ppls to know the process with notebook. Once again, thank you for your contribution^-^