jaranohaal
commited on
Update README.md
Browse files
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
|
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 |
|