tner icon indicating copy to clipboard operation
tner copied to clipboard

Language model fine-tuning on NER with an easy interface and cross-domain evaluation. "T-NER: An All-Round Python Library for Transformer-based Named Entity Recognition, EACL 2021"

Results 17 tner issues
Sort by recently updated
recently updated
newest added

I pretrained a new LM using the below stated tutorial. [https://keras.io/examples/nlp/pretraining_BERT/](url) This produces a TensorFlow checkpoint tf_model.h5 file for subsequent Finetuning. Can i somehow finetune this with T-NER or is...

Hi, First of all there is a bug in https://github.com/asahi417/tner/blob/master/tner/tner_cl/train.py#L118 The `GridSearcher` call should be: ``` trainer = GridSearcher( checkpoint_dir=opt.checkpoint_dir, dataset=opt.dataset, local_dataset=opt.local_dataset, dataset_name=opt.dataset_name, n_max_config=opt.n_max_config, epoch_partial=opt.epoch_partial, max_length_eval=opt.max_length_eval, dataset_split_train=opt.dataset_split_train, dataset_split_valid=opt.dataset_split_valid, model=opt.model, crf=opt.crf,...

Is the OntoNotes5.0 dataset marked by Spacy?

Hi, It would be very nice to allow the possibility to load multiple config name for a single dataset. For example to train a multilingual model on two or more...

Hi @asahi417 , I am trying to fine-tune using different pre-trainedf distil-bert models. If the number of labels is not matched with the one Tner expects, I face with an...

Hi @asahi417, in one of my projects, I am using different NLP models including NER, sentiment, and other text classifiers. The models are all based on PyTorch. Currently, need to...

please add FewNERD dataset and MulticoNER (from amazon) links: https://ningding97.github.io/fewnerd/ https://multiconer.github.io/