model card updates
Browse files- model-card.md +26 -0
model-card.md
CHANGED
|
@@ -5,9 +5,35 @@ tags:
|
|
| 5 |
- breakdance
|
| 6 |
- video-classification
|
| 7 |
- dance
|
|
|
|
|
|
|
| 8 |
license: MIT
|
| 9 |
datasets:
|
| 10 |
- custom
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# CLIP-Based Break Dance Move Classifier
|
|
|
|
| 5 |
- breakdance
|
| 6 |
- video-classification
|
| 7 |
- dance
|
| 8 |
+
- pytorch
|
| 9 |
+
- vision-encoder
|
| 10 |
license: MIT
|
| 11 |
datasets:
|
| 12 |
- custom
|
| 13 |
+
library_name: transformers
|
| 14 |
+
base_model: openai/clip-vit-large-patch14
|
| 15 |
+
pipeline_tag: video-classification
|
| 16 |
+
model-index:
|
| 17 |
+
- name: CLIP-Based Break Dance Move Classifier
|
| 18 |
+
results:
|
| 19 |
+
- task:
|
| 20 |
+
type: video-classification
|
| 21 |
+
dataset:
|
| 22 |
+
name: custom_breakdance
|
| 23 |
+
type: custom
|
| 24 |
+
metrics:
|
| 25 |
+
- name: Overall Accuracy
|
| 26 |
+
type: accuracy
|
| 27 |
+
value: [specify %]
|
| 28 |
+
- name: Windmill Precision
|
| 29 |
+
type: precision
|
| 30 |
+
value: [specify %]
|
| 31 |
+
- name: Halo Precision
|
| 32 |
+
type: precision
|
| 33 |
+
value: [specify %]
|
| 34 |
+
- name: Swipe Precision
|
| 35 |
+
type: precision
|
| 36 |
+
value: [specify %]
|
| 37 |
---
|
| 38 |
|
| 39 |
# CLIP-Based Break Dance Move Classifier
|