Update README.md
Browse files
README.md
CHANGED
|
@@ -29,9 +29,9 @@ widget:
|
|
| 29 |
programs
|
| 30 |
---
|
| 31 |
|
| 32 |
-
# Model Card for
|
| 33 |
|
| 34 |
-
The **SecureBERT 2.0 Bi-Encoder** is a cybersecurity-domain sentence-similarity and document-embedding model fine-tuned from [SecureBERT 2.0](https://huggingface.co/
|
| 35 |
It independently encodes queries and documents into a shared vector space for **semantic search**, **information retrieval**, and **cybersecurity knowledge retrieval**.
|
| 36 |
|
| 37 |
---
|
|
@@ -47,7 +47,7 @@ It independently encodes queries and documents into a shared vector space for **
|
|
| 47 |
- **Output dimension:** 768
|
| 48 |
- **Language:** English
|
| 49 |
- **License:** Apache-2.0
|
| 50 |
-
- **Finetuned from:** [
|
| 51 |
|
| 52 |
---
|
| 53 |
|
|
@@ -110,7 +110,7 @@ pip install -U sentence-transformers
|
|
| 110 |
```python
|
| 111 |
from sentence_transformers import SentenceTransformer
|
| 112 |
|
| 113 |
-
model = SentenceTransformer("
|
| 114 |
|
| 115 |
sentences = [
|
| 116 |
"How would you use Amcache analysis to detect fileless malware?",
|
|
|
|
| 29 |
programs
|
| 30 |
---
|
| 31 |
|
| 32 |
+
# Model Card for cisco-ai/SecureBERT2.0-biencoder
|
| 33 |
|
| 34 |
+
The **SecureBERT 2.0 Bi-Encoder** is a cybersecurity-domain sentence-similarity and document-embedding model fine-tuned from [SecureBERT 2.0](https://huggingface.co/cisco-ai/SecureBERT2.0-base).
|
| 35 |
It independently encodes queries and documents into a shared vector space for **semantic search**, **information retrieval**, and **cybersecurity knowledge retrieval**.
|
| 36 |
|
| 37 |
---
|
|
|
|
| 47 |
- **Output dimension:** 768
|
| 48 |
- **Language:** English
|
| 49 |
- **License:** Apache-2.0
|
| 50 |
+
- **Finetuned from:** [cisco-ai/SecureBERT2.0-base](https://huggingface.co/cisco-ai/SecureBERT2.0-base)
|
| 51 |
|
| 52 |
---
|
| 53 |
|
|
|
|
| 110 |
```python
|
| 111 |
from sentence_transformers import SentenceTransformer
|
| 112 |
|
| 113 |
+
model = SentenceTransformer("cisco-ai/SecureBERT2.0-biencoder")
|
| 114 |
|
| 115 |
sentences = [
|
| 116 |
"How would you use Amcache analysis to detect fileless malware?",
|