Text Classification
Transformers
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Ohmmy3847/Ohm-version3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ohmmy3847/Ohm-version3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Ohmmy3847/Ohm-version3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Ohmmy3847/Ohm-version3") model = AutoModelForSequenceClassification.from_pretrained("Ohmmy3847/Ohm-version3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0a8dbc5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:63c41f1ff135590bddd0b3ddb15d7db4fadeca6e986a8de388b336c99468b69b
size 4920
|