studio-ousia / luke

LUKE -- Language Understanding with Knowledge-based Embeddings
Apache License 2.0
705 stars 102 forks source link

Add iob scheme option #171

Closed chantera closed 1 year ago

chantera commented 1 year ago

Related to #166, this PR adds iob-scheme option (default: iob1) to examples/ner/evaluate_transformers_checkpoint.py for easier reproduction of the experiments on CoNLL'03.

ryokan0123 commented 1 year ago

Thank you so much for your updates! The addition of this option raises awareness of the dataset format and can help prevent future mismatches for users.