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") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 958f3e4 verified
Update README.md 84c6ba3 verified
Update README.md 23a9d35 verified
Update README.md 5908c9c verified
Update README.md a047bd4 verified
Update README.md 325e1dd verified
Update README.md 3b7b475 verified
Update README.md e61e548 verified
Update README.md ac064ec verified
Update README.md e5098c3 verified
Update README.md 711b671 verified
Update README.md f2cf93e verified
Update README.md 03822aa verified
Update README.md 6cbe5de verified
Add BlueSecureBERT weights & tokenizer v1.0 f8766c7
Maxime Turlot commited on