Update README.md
Browse files
README.md
CHANGED
@@ -37,4 +37,8 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
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
|
|
|
|
|
|
|
|
|
|
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
|
41 |
+
|
42 |
+
|
43 |
+
License:
|
44 |
+
apache-2.0
|