transformers-ner icon indicating copy to clipboard operation
transformers-ner copied to clipboard

Pytorch-Named-Entity-Recognition-with-transformers

Results 14 transformers-ner issues
Sort by recently updated
recently updated
newest added

(.venvpy36) transformers-ner/scripts % bash run_softmax_ner.sh usage: run_softmax_ner.py [-h] --data_dir DATA_DIR --model_type MODEL_TYPE --model_name_or_path MODEL_NAME_OR_PATH --output_dir OUTPUT_DIR [--labels LABELS] [--config_name CONFIG_NAME] [--tokenizer_name TOKENIZER_NAME] [--cache_dir CACHE_DIR] [--max_seq_length MAX_SEQ_LENGTH] [--do_train] [--do_eval] [--do_predict] [--evaluate_during_training]...

Hi, here is a issue that if I use the original parameters, the performance is quite low. After I increased the epochs to 15, the F1 of CONLL03 is only...