Instructions to use christophalt/test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use christophalt/test-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("christophalt/test-model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| {"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, "label_all_tokens": false, "task_module_class": "TransformerTokenClassificationTaskModule"} |