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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f459cc2
1
Parent(s): b2d425b
Add model
Browse files- taskmodule_config.json +1 -0
taskmodule_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 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, "label_all_tokens": false, "task_module_class": "TransformerTokenClassificationTaskModule"}
|