Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,17 @@ license: apache-2.0
|
|
3 |
datasets:
|
4 |
- Bingsu/Human_Action_Recognition
|
5 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
|
|
|
|
|
|
7 |
```py
|
8 |
Classification Report:
|
9 |
precision recall f1-score support
|
@@ -29,4 +39,4 @@ listening_to_music 0.8494 0.7988 0.8233 840
|
|
29 |
weighted avg 0.8421 0.8327 0.8339 12600
|
30 |
```
|
31 |
|
32 |
-

|
|
|
3 |
datasets:
|
4 |
- Bingsu/Human_Action_Recognition
|
5 |
library_name: transformers
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
base_model:
|
9 |
+
- google/siglip2-base-patch16-224
|
10 |
+
pipeline_tag: image-classification
|
11 |
+
tags:
|
12 |
+
- Human-Action-Recognition
|
13 |
---
|
14 |
+
|
15 |
+

|
16 |
+
|
17 |
```py
|
18 |
Classification Report:
|
19 |
precision recall f1-score support
|
|
|
39 |
weighted avg 0.8421 0.8327 0.8339 12600
|
40 |
```
|
41 |
|
42 |
+

|