Update README.md
Browse files
README.md
CHANGED
@@ -4,35 +4,44 @@ base_model: microsoft/beit-large-patch16-512
|
|
4 |
tags:
|
5 |
- image-classification
|
6 |
- vision
|
7 |
-
-
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
-
|
11 |
-
-
|
12 |
-
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
# beit-large-patch16-512
|
|
|
|
|
|
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/beit-large-patch16-512](https://huggingface.co/microsoft/beit-large-patch16-512) on the szymonrucinski/types-of-film-shots dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 1.2335
|
23 |
- Accuracy: 0.6763
|
24 |
|
25 |
-
## Model description
|
26 |
-
|
27 |
-
More information needed
|
28 |
-
|
29 |
-
## Intended uses & limitations
|
30 |
|
31 |
-
|
32 |
|
33 |
-
|
34 |
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
## Training procedure
|
38 |
|
@@ -66,4 +75,4 @@ The following hyperparameters were used during training:
|
|
66 |
- Transformers 4.38.0.dev0
|
67 |
- Pytorch 2.2.0+cu121
|
68 |
- Datasets 2.17.1
|
69 |
-
- Tokenizers 0.15.2
|
|
|
4 |
tags:
|
5 |
- image-classification
|
6 |
- vision
|
7 |
+
- cinematography
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
+
datasets:
|
11 |
+
- szymonrucinski/types-of-film-shots
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
# beit-large-patch16-512: types-of-film-shots
|
18 |
+
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
|
23 |
This model is a fine-tuned version of [microsoft/beit-large-patch16-512](https://huggingface.co/microsoft/beit-large-patch16-512) on the szymonrucinski/types-of-film-shots dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 1.2335
|
26 |
- Accuracy: 0.6763
|
27 |
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
+
## class labels
|
30 |
|
31 |
+
The dataset contains the following labels:
|
32 |
|
33 |
+
```json
|
34 |
+
"id2label": {
|
35 |
+
"0": "ambiguous",
|
36 |
+
"1": "closeUp",
|
37 |
+
"2": "detail",
|
38 |
+
"3": "extremeLongShot",
|
39 |
+
"4": "fullShot",
|
40 |
+
"5": "longShot",
|
41 |
+
"6": "mediumCloseUp",
|
42 |
+
"7": "mediumShot"
|
43 |
+
},
|
44 |
+
```
|
45 |
|
46 |
## Training procedure
|
47 |
|
|
|
75 |
- Transformers 4.38.0.dev0
|
76 |
- Pytorch 2.2.0+cu121
|
77 |
- Datasets 2.17.1
|
78 |
+
- Tokenizers 0.15.2
|