Instructions to use TurkuNLP/web-register-classification-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TurkuNLP/web-register-classification-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TurkuNLP/web-register-classification-en")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("TurkuNLP/web-register-classification-en") model = AutoModelForSequenceClassification.from_pretrained("TurkuNLP/web-register-classification-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
cd0145b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d27f6ad61a07f61d10473c33c79662539547ff90f50593a9dfc4acd64b736176
size 4984
|