pszemraj commited on
Commit
0e10177
·
verified ·
1 Parent(s): 2b5e37f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -14
README.md CHANGED
@@ -4,35 +4,44 @@ base_model: microsoft/beit-large-patch16-512
4
  tags:
5
  - image-classification
6
  - vision
7
- - generated_from_trainer
8
  metrics:
9
  - accuracy
10
- model-index:
11
- - name: beit-large-patch16-512-types-of-film-shots-vN
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-types-of-film-shots-vN
 
 
 
 
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
- More information needed
32
 
33
- ## Training and evaluation data
34
 
35
- More information needed
 
 
 
 
 
 
 
 
 
 
 
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