Instructions to use pie/example-ner-spanclf-conll03 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pie/example-ner-spanclf-conll03 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pie/example-ner-spanclf-conll03", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 384 Bytes
6e76efe | 1 | {"tokenizer_name_or_path": "bert-base-uncased", "entity_annotation": "entities", "single_sentence": false, "sentence_annotation": "sentences", "padding": true, "truncation": false, "max_length": null, "pad_to_multiple_of": null, "label_pad_token_id": -100, "taskmodule_type": "TransformerSpanClassificationTaskModule", "label_to_id": {"O": 0, "MISC": 1, "ORG": 2, "PER": 3, "LOC": 4}} |