Text Classification
Transformers
Safetensors
English
roberta
security
cybersecurity
wazuh
transformer
secroberta
log-analysis
anomaly-detection
text-embeddings-inference
Instructions to use pyToshka/wazuh-assist with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pyToshka/wazuh-assist with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pyToshka/wazuh-assist")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pyToshka/wazuh-assist") model = AutoModelForSequenceClassification.from_pretrained("pyToshka/wazuh-assist") - Notebooks
- Google Colab
- Kaggle
Request: Important question
#1 opened 3 months ago
by
ayeshacoder