RealFalconsAI commited on
Commit
e1c9591
1 Parent(s): 6a6c07e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -67,6 +67,20 @@ model.config.id2label[predicted_label]
67
 
68
  The model's training data includes a proprietary dataset comprising approximately 80,000 images. This dataset encompasses a significant amount of variability and consists of two distinct classes: "normal" and "nsfw." The training process on this data aimed to equip the model with the ability to distinguish between safe and explicit content effectively.
69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  **Note:** It's essential to use this model responsibly and ethically, adhering to content guidelines and applicable regulations when implementing it in real-world applications, particularly those involving potentially sensitive content.
71
 
72
  For more details on model fine-tuning and usage, please refer to the model's documentation and the model hub.
 
67
 
68
  The model's training data includes a proprietary dataset comprising approximately 80,000 images. This dataset encompasses a significant amount of variability and consists of two distinct classes: "normal" and "nsfw." The training process on this data aimed to equip the model with the ability to distinguish between safe and explicit content effectively.
69
 
70
+ ### Training Stats
71
+ ``` markdown
72
+
73
+ - 'eval_loss': 0.07463177293539047,
74
+ - 'eval_accuracy': 0.980375,
75
+ - 'eval_runtime': 304.9846,
76
+ - 'eval_samples_per_second': 52.462,
77
+ - 'eval_steps_per_second': 3.279
78
+
79
+ ```
80
+
81
+ <hr>
82
+
83
+
84
  **Note:** It's essential to use this model responsibly and ethically, adhering to content guidelines and applicable regulations when implementing it in real-world applications, particularly those involving potentially sensitive content.
85
 
86
  For more details on model fine-tuning and usage, please refer to the model's documentation and the model hub.