Feature Extraction
Transformers
Safetensors
English
mpnet
cybersecurity
classification
fine-tuned
text-embeddings-inference
Instructions to use selfconstruct3d/AttackGroup-MPNET with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use selfconstruct3d/AttackGroup-MPNET with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="selfconstruct3d/AttackGroup-MPNET")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("selfconstruct3d/AttackGroup-MPNET") model = AutoModel.from_pretrained("selfconstruct3d/AttackGroup-MPNET") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438640440
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85ec37f72cab5e5818fcbee2802a0cf1785a5ca14333ecd539c07387943d907d
|
| 3 |
size 438640440
|