Update README.md
Browse files
README.md
CHANGED
|
@@ -13,9 +13,9 @@ tags:
|
|
| 13 |
- docembedding
|
| 14 |
---
|
| 15 |
|
| 16 |
-
# Model Card for
|
| 17 |
|
| 18 |
-
The **SecureBERT 2.0 Cross-Encoder** is a cybersecurity domain-specific model fine-tuned from [SecureBERT 2.0](https://huggingface.co/
|
| 19 |
It computes **pairwise similarity scores** between two texts, enabling use in **text reranking, semantic search, and cybersecurity intelligence retrieval** tasks.
|
| 20 |
|
| 21 |
---
|
|
@@ -31,7 +31,7 @@ It computes **pairwise similarity scores** between two texts, enabling use in **
|
|
| 31 |
- **Output Labels:** 1 (similarity score)
|
| 32 |
- **Language:** English
|
| 33 |
- **License:** Apache-2.0
|
| 34 |
-
- **Finetuned from model:** [
|
| 35 |
|
| 36 |
|
| 37 |
## Uses
|
|
@@ -86,7 +86,7 @@ pip install -U sentence-transformers
|
|
| 86 |
from sentence_transformers import CrossEncoder
|
| 87 |
|
| 88 |
# Load the model
|
| 89 |
-
model = CrossEncoder("
|
| 90 |
|
| 91 |
# Example pairs
|
| 92 |
pairs = [
|
|
|
|
| 13 |
- docembedding
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# Model Card for cisco-ai/SecureBERT2.0-cross-encoder
|
| 17 |
|
| 18 |
+
The **SecureBERT 2.0 Cross-Encoder** is a cybersecurity domain-specific model fine-tuned from [SecureBERT 2.0](https://huggingface.co/cisco-ai/SecureBERT2.0-base).
|
| 19 |
It computes **pairwise similarity scores** between two texts, enabling use in **text reranking, semantic search, and cybersecurity intelligence retrieval** tasks.
|
| 20 |
|
| 21 |
---
|
|
|
|
| 31 |
- **Output Labels:** 1 (similarity score)
|
| 32 |
- **Language:** English
|
| 33 |
- **License:** Apache-2.0
|
| 34 |
+
- **Finetuned from model:** [cisco-ai/SecureBERT2.0-base](https://huggingface.co/cisco-ai/SecureBERT2.0-base)
|
| 35 |
|
| 36 |
|
| 37 |
## Uses
|
|
|
|
| 86 |
from sentence_transformers import CrossEncoder
|
| 87 |
|
| 88 |
# Load the model
|
| 89 |
+
model = CrossEncoder("cisco-ai/SecureBERT2.0-cross-encoder")
|
| 90 |
|
| 91 |
# Example pairs
|
| 92 |
pairs = [
|