kyzhouhzau / BERT-NER

Use Google's BERT for named entity recognition (CoNLL-2003 as the dataset).
MIT License
1.23k stars 335 forks source link

max_seq_length #59

Open ILiangk opened 5 years ago

ILiangk commented 5 years ago

thx the writer first, I learn more from the process . I want to know how to process the 0 in max_seq_length. if it too big ,the label_test lines will more than test.txt . so I want to ask this.how to process this problem?