Text Classification
Transformers
PyTorch
Safetensors
Ukrainian
xlm-roberta
text-embeddings-inference
Instructions to use zeusfsx/title-instruction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zeusfsx/title-instruction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="zeusfsx/title-instruction")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("zeusfsx/title-instruction") model = AutoModelForSequenceClassification.from_pretrained("zeusfsx/title-instruction") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5bcd87a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0daad4881bada3c6d7b3f0a6ac13564e8c7f4ed5e09cf4701a19c130aac34d18
size 440321717
|