basel commited on
Commit
81e30f9
·
verified ·
1 Parent(s): 30d285a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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