model card updates
Browse files- model-card.md +27 -27
model-card.md
CHANGED
@@ -1,39 +1,39 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
license: MIT
|
11 |
datasets:
|
12 |
-
|
13 |
library_name: transformers
|
14 |
base_model: openai/clip-vit-large-patch14
|
15 |
pipeline_tag: video-classification
|
16 |
model-index:
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
---
|
38 |
|
39 |
# CLIP-Based Break Dance Move Classifier
|
|
|
1 |
---
|
2 |
language: en
|
3 |
tags:
|
4 |
+
- clip
|
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
|