jaranohaal commited on
Commit
5147416
·
verified ·
1 Parent(s): 37b40c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -13,7 +13,7 @@ license: apache-2.0
13
 
14
  ## Model Description
15
 
16
- This is a Vision Transformer (ViT) model fine-tuned for violence detection. The model is based on `google/vit-base-patch16-224-in21k`[https://huggingface.co/google/vit-base-patch16-224-in21k] and has been trained on the "Real Life Violence Situations"[https://www.kaggle.com/datasets/mohamedmustafa/real-life-violence-situations-dataset] dataset from Kaggle to classify images into violent or non-violent categories.
17
 
18
  ## Intended Use
19
 
@@ -22,6 +22,11 @@ The model is intended for use in applications where detecting violent content in
22
  - Content moderation
23
  - Surveillance
24
  - Parental control software
 
 
 
 
 
25
 
26
  ## How to Use
27
 
 
13
 
14
  ## Model Description
15
 
16
+ This is a Vision Transformer (ViT) model fine-tuned for violence detection. The model is based on [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) and has been trained on the [Real Life Violence Situations](https://www.kaggle.com/datasets/mohamedmustafa/real-life-violence-situations-dataset) dataset from Kaggle to classify images into violent or non-violent categories.
17
 
18
  ## Intended Use
19
 
 
22
  - Content moderation
23
  - Surveillance
24
  - Parental control software
25
+
26
+ ## Model accuracy
27
+
28
+ Test accuracy for Vit Base = 98.80%
29
+ Loss = 0.20038144290447235
30
 
31
  ## How to Use
32