Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
---
|
2 |
base_model: meta-llama/Meta-Llama-3-8B
|
3 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
## Llama3 8B Fine-Tuned for Domain Generation Algorithm Detection
|
@@ -23,7 +31,7 @@ This model leverages the extensive semantic understanding of Llama3 to classify
|
|
23 |
|
24 |
The model was trained with 2.5 million domains, split between 1.5 million DGA domains and 1 million normal domains.
|
25 |
|
26 |
-
|
27 |
|
28 |
The GitHub repository https://github.com/MDABUSAYED/StratosphereLinuxIPS/tree/LLM/modules/flowalerts/LLM describe how the model was trained and evaluated.
|
29 |
|
@@ -42,5 +50,4 @@ The GitHub repository https://github.com/MDABUSAYED/StratosphereLinuxIPS/tree/LL
|
|
42 |
|
43 |
**APA:**
|
44 |
|
45 |
-
Sayed, M. A., Rahman, A., Kiekintveld, C., & Garcia, S. (2024). Fine-tuning Large Language Models for DGA and DNS Exfiltration Detection. arXiv preprint arXiv:2410.21723.
|
46 |
-
|
|
|
1 |
---
|
2 |
base_model: meta-llama/Meta-Llama-3-8B
|
3 |
library_name: peft
|
4 |
+
license: mit
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
- f1
|
12 |
---
|
13 |
|
14 |
## Llama3 8B Fine-Tuned for Domain Generation Algorithm Detection
|
|
|
31 |
|
32 |
The model was trained with 2.5 million domains, split between 1.5 million DGA domains and 1 million normal domains.
|
33 |
|
34 |
+
Dataset Link: https://huggingface.co/datasets/AbuSayed1/DGA-DATASET
|
35 |
|
36 |
The GitHub repository https://github.com/MDABUSAYED/StratosphereLinuxIPS/tree/LLM/modules/flowalerts/LLM describe how the model was trained and evaluated.
|
37 |
|
|
|
50 |
|
51 |
**APA:**
|
52 |
|
53 |
+
Sayed, M. A., Rahman, A., Kiekintveld, C., & Garcia, S. (2024). Fine-tuning Large Language Models for DGA and DNS Exfiltration Detection. arXiv preprint arXiv:2410.21723.
|
|