Instructions to use mljn/mdeberta-v3-base-finetuned-policy-statement-detection-token-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mljn/mdeberta-v3-base-finetuned-policy-statement-detection-token-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="mljn/mdeberta-v3-base-finetuned-policy-statement-detection-token-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("mljn/mdeberta-v3-base-finetuned-policy-statement-detection-token-classification") model = AutoModelForTokenClassification.from_pretrained("mljn/mdeberta-v3-base-finetuned-policy-statement-detection-token-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
3631aec | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:89ee6ed21d345eba7ad360473bde026240d8cf42fc67723b61162d9605784efa
size 16034016
|