cisco-ehsan commited on
Commit
960b923
·
verified ·
1 Parent(s): 604d6b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -13,9 +13,9 @@ tags:
13
  - docembedding
14
  ---
15
 
16
- # Model Card for CiscoAI/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/CiscoAI/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,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:** [CiscoAI/SecureBERT2.0-base](https://huggingface.co/CiscoAI/SecureBERT2.0-base)
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("CiscoAI/SecureBERT2.0-cross-encoder")
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 = [