basel commited on
Commit
7d0d228
1 Parent(s): 29f7013

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  pipeline_tag: sentence-similarity
3
  tags:
4
- - sentence-transformers
5
- - feature-extraction
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
- Sentences with similar meanings will have a high cosine similarity.
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 -->