Update README.md
Browse files
README.md
CHANGED
|
@@ -32,13 +32,10 @@ This is a [sentence-transformers](https://www.SBERT.net) model trained. It maps
|
|
| 32 |
|
| 33 |
### Model Description
|
| 34 |
- **Model Type:** Sentence Transformer
|
| 35 |
-
<!-- - **Base model:** [Unknown](https://huggingface.co/unknown) -->
|
| 36 |
- **Maximum Sequence Length:** 1024 tokens
|
| 37 |
- **Output Dimensionality:** 768 dimensions
|
| 38 |
- **Similarity Function:** Cosine Similarity
|
| 39 |
-
|
| 40 |
-
<!-- - **Language:** Unknown -->
|
| 41 |
-
<!-- - **License:** Unknown -->
|
| 42 |
|
| 43 |
### Model Sources
|
| 44 |
|
|
@@ -70,7 +67,7 @@ Then you can load this model and run inference.
|
|
| 70 |
from sentence_transformers import SentenceTransformer
|
| 71 |
|
| 72 |
# Download from the 🤗 Hub
|
| 73 |
-
model = SentenceTransformer("
|
| 74 |
# Run inference
|
| 75 |
sentences = [
|
| 76 |
'How would you use Amcache analysis to detect fileless malware that drops temporary components for initial system compromise?',
|
|
|
|
| 32 |
|
| 33 |
### Model Description
|
| 34 |
- **Model Type:** Sentence Transformer
|
|
|
|
| 35 |
- **Maximum Sequence Length:** 1024 tokens
|
| 36 |
- **Output Dimensionality:** 768 dimensions
|
| 37 |
- **Similarity Function:** Cosine Similarity
|
| 38 |
+
|
|
|
|
|
|
|
| 39 |
|
| 40 |
### Model Sources
|
| 41 |
|
|
|
|
| 67 |
from sentence_transformers import SentenceTransformer
|
| 68 |
|
| 69 |
# Download from the 🤗 Hub
|
| 70 |
+
model = SentenceTransformer("CiscoAITeam/SecureBERT2.0-biencoder")
|
| 71 |
# Run inference
|
| 72 |
sentences = [
|
| 73 |
'How would you use Amcache analysis to detect fileless malware that drops temporary components for initial system compromise?',
|