jaranohaal
commited on
Commit
•
37b40c1
1
Parent(s):
978d9c7
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
datasets:
|
4 |
-
-
|
5 |
tags:
|
6 |
- image-classification
|
7 |
- vision
|
@@ -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` and has been trained on
|
17 |
|
18 |
## Intended Use
|
19 |
|
|
|
1 |
---
|
2 |
language: en
|
3 |
datasets:
|
4 |
+
- abdulmananraja/real-life-violence-situations
|
5 |
tags:
|
6 |
- image-classification
|
7 |
- vision
|
|
|
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 |
|