Jios commited on
Commit
f9fc182
·
verified ·
1 Parent(s): 957f644

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -11,13 +11,6 @@ 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
- label_mapping = {
15
- 'normal': 0,
16
- 'ddos': 1,
17
- 'injection': 2,
18
- 'password': 3,
19
- 'scanning': 4
20
- }
21
 
22
  # ton_iot_attempt
23
 
@@ -25,6 +18,14 @@ This model is a fine-tuned version of [roberta-large](https://huggingface.co/rob
25
  It achieves the following results on the evaluation set:
26
  - Loss: 0.0380
27
 
 
 
 
 
 
 
 
 
28
  ## Model description
29
 
30
  More information needed
 
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
 
15
  # ton_iot_attempt
16
 
 
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.0380
20
 
21
+ label_mapping = {
22
+ 'normal': 0,
23
+ 'ddos': 1,
24
+ 'injection': 2,
25
+ 'password': 3,
26
+ 'scanning': 4
27
+ }
28
+
29
  ## Model description
30
 
31
  More information needed