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