Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# AITSecNER - Entity Recognition for Cybersecurity
|
2 |
|
3 |
This repository demonstrates how to use the **AITSecNER** model hosted on Hugging Face, based on the powerful GLiNER library, to extract cybersecurity-related entities from text.
|
@@ -64,5 +74,4 @@ The **AITSecNER** model was fine-tuned using the [urchade/gliner_small](https://
|
|
64 |
|
65 |
- Cyber threat intelligence analysis
|
66 |
- Incident response documentation
|
67 |
-
- Automated cybersecurity reporting
|
68 |
-
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- priamai/AnnoCTR
|
4 |
+
base_model:
|
5 |
+
- urchade/gliner_small-v1
|
6 |
+
tags:
|
7 |
+
- Security
|
8 |
+
- NER
|
9 |
+
- CTI
|
10 |
+
---
|
11 |
# AITSecNER - Entity Recognition for Cybersecurity
|
12 |
|
13 |
This repository demonstrates how to use the **AITSecNER** model hosted on Hugging Face, based on the powerful GLiNER library, to extract cybersecurity-related entities from text.
|
|
|
74 |
|
75 |
- Cyber threat intelligence analysis
|
76 |
- Incident response documentation
|
77 |
+
- Automated cybersecurity reporting
|
|