MrBoffa commited on
Commit
80e3abb
·
verified ·
1 Parent(s): 99b23d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 [Codebert](https://huggingface.co/microsoft/codebert-base) model fine-tuned for **Token Classification**.
10
 
11
- The model was 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:
 
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: