Text Classification
Transformers
Safetensors
Spanish
xlm-roberta
spanish
conflict-detection
text-embeddings-inference
Instructions to use gefero/conflict_detection_ROBERTA_based with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gefero/conflict_detection_ROBERTA_based with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gefero/conflict_detection_ROBERTA_based")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gefero/conflict_detection_ROBERTA_based") model = AutoModelForSequenceClassification.from_pretrained("gefero/conflict_detection_ROBERTA_based", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
3ec979c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cc02d42fb2a10276563109e2287cc0dbe6b595d5b3b3401c7cfeffc0b7e20270
size 17098351
|