Instructions to use HagalazAI/RedSecureBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HagalazAI/RedSecureBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HagalazAI/RedSecureBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HagalazAI/RedSecureBERT") model = AutoModelForSequenceClassification.from_pretrained("HagalazAI/RedSecureBERT") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,8 @@ metrics:
|
|
| 13 |
- f1
|
| 14 |
pipeline_tag: text-classification
|
| 15 |
library_name: transformers
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# RedSecureBERT 🔴🛡️
|
|
|
|
| 13 |
- f1
|
| 14 |
pipeline_tag: text-classification
|
| 15 |
library_name: transformers
|
| 16 |
+
models:
|
| 17 |
+
- ehsanaghaei/SecureBERT
|
| 18 |
---
|
| 19 |
|
| 20 |
# RedSecureBERT 🔴🛡️
|