Update README.md
Browse files
README.md
CHANGED
@@ -37,3 +37,4 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
37 |
print(cosine_similarity([embeddings[0]], [embeddings[1]]))
|
38 |
```
|
39 |
|
|
|
|
37 |
print(cosine_similarity([embeddings[0]], [embeddings[1]]))
|
38 |
```
|
39 |
|
40 |
+
To use ATT&CK BERT to map text to ATT&CK techniques Check our tool SMET: https://github.com/basel-a/SMET
|