Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
tags:
|
4 |
-
-
|
5 |
-
-
|
6 |
- sentence-similarity
|
7 |
|
8 |
---
|
@@ -11,7 +11,7 @@ tags:
|
|
11 |
|
12 |
ATT&CK BERT is a cybersecurity domain-specific language model based on [sentence-transformers](https://www.SBERT.net).
|
13 |
ATT&CK BERT maps sentences representing attack actions to a semantically meaningful embedding vector.
|
14 |
-
|
15 |
|
16 |
|
17 |
<!--- Describe your model here -->
|
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
tags:
|
4 |
+
- cybersecurity
|
5 |
+
- sentence-embedding
|
6 |
- sentence-similarity
|
7 |
|
8 |
---
|
|
|
11 |
|
12 |
ATT&CK BERT is a cybersecurity domain-specific language model based on [sentence-transformers](https://www.SBERT.net).
|
13 |
ATT&CK BERT maps sentences representing attack actions to a semantically meaningful embedding vector.
|
14 |
+
Embedding vectors of sentences with similar meanings have a high cosine similarity.
|
15 |
|
16 |
|
17 |
<!--- Describe your model here -->
|