Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,9 @@ widget:
|
|
6 |
- text: cat /bin/echo ;
|
7 |
---
|
8 |
|
9 |
-
[LogPrecis](https://arxiv.org/abs/2307.08309) is a
|
10 |
|
11 |
-
The model
|
12 |
|
13 |
|
14 |
Specifically, LogPrecis is designed for the analysis of **malicious Unix logs**. Given as input a Unix session:
|
|
|
6 |
- text: cat /bin/echo ;
|
7 |
---
|
8 |
|
9 |
+
[LogPrecis](https://arxiv.org/abs/2307.08309) is a model fine-tuned for **Token Classification**.
|
10 |
|
11 |
+
The base model is [SecureShellBert](https://huggingface.co/SmartDataPolito/SecureShellBert), a [Codebert](https://huggingface.co/microsoft/codebert-base) previously domain-adapted using a corpus of **>20k Unix sessions**. Later, it was further finetuned on the task of **Token Classification** with **360 labelled examples**.
|
12 |
|
13 |
|
14 |
Specifically, LogPrecis is designed for the analysis of **malicious Unix logs**. Given as input a Unix session:
|