Instructions to use cssupport/mobilebert-sql-injection-detect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cssupport/mobilebert-sql-injection-detect with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cssupport/mobilebert-sql-injection-detect")# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("cssupport/mobilebert-sql-injection-detect") model = AutoModelForPreTraining.from_pretrained("cssupport/mobilebert-sql-injection-detect") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
pipeline_tag:
|
| 6 |
---
|
| 7 |
# Model Card for Model ID
|
| 8 |
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
pipeline_tag: token-classification
|
| 6 |
---
|
| 7 |
# Model Card for Model ID
|
| 8 |
|