Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,14 @@ model-index:
|
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
# ton_iot_attempt
|
15 |
|
16 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
|
|
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
+
label_mapping = {
|
15 |
+
'normal': 0,
|
16 |
+
'ddos': 1,
|
17 |
+
'injection': 2,
|
18 |
+
'password': 3,
|
19 |
+
'scanning': 4
|
20 |
+
}
|
21 |
+
|
22 |
# ton_iot_attempt
|
23 |
|
24 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
|