NLP_In_Action icon indicating copy to clipboard operation
NLP_In_Action copied to clipboard

ready to go wrapper script for NER

Open abdallah197 opened this issue 4 years ago • 1 comments

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 avatar Mar 23 '20 09:03 abdallah197

@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^-^

billpku avatar Apr 09 '20 03:04 billpku