Showing posts with label ner. Show all posts
Showing posts with label ner. Show all posts

5/13/2022

convert simple transformer ner model to onnx

 

..

!python -m transformers.onnx --model=./checkpoint-21-epoch-11 --feature=token-classification onnx/

..