CooperW commited on
Commit
be71e5a
1 Parent(s): a3ec165

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -4,4 +4,14 @@ base_model:
4
  - unsloth/Phi-3.5-mini-instruct-bnb-4bit
5
  tags:
6
  - Cyber-Security
7
- ---
 
 
 
 
 
 
 
 
 
 
 
4
  - unsloth/Phi-3.5-mini-instruct-bnb-4bit
5
  tags:
6
  - Cyber-Security
7
+ ---
8
+ This model has been trained for binary claassification of the TON-Iot Network dataset.
9
+
10
+ Accuracy: 99.8%
11
+
12
+ Key Training Params:
13
+ * Steps: 100
14
+ * Batch Size: 128
15
+ * Optimizer: Adam_8bit
16
+ * lr_schedular: cosine_with_restarts
17
+ * lr_scheduler_kwargs = { "num_cycles": len(trainer.get_train_dataloader()) / 100 }