pszemraj commited on
Commit
93a716a
1 Parent(s): 18e10e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -13
README.md CHANGED
@@ -7,32 +7,40 @@ tags:
7
  - generated_from_trainer
8
  metrics:
9
  - accuracy
10
- model-index:
11
- - name: dinov2-small-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
- # dinov2-small-types-of-film-shots-vN
 
 
 
19
 
20
  This model is a fine-tuned version of [facebook/dinov2-small](https://huggingface.co/facebook/dinov2-small) on the szymonrucinski/types-of-film-shots dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.9864
23
  - Accuracy: 0.6259
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
 
@@ -74,4 +82,4 @@ The following hyperparameters were used during training:
74
  - Transformers 4.38.0.dev0
75
  - Pytorch 2.2.0+cu121
76
  - Datasets 2.17.1
77
- - Tokenizers 0.15.2
 
7
  - generated_from_trainer
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
+ # dinov2-small: types of film shots
18
+
19
+
20
+ ## Model description
21
 
22
  This model is a fine-tuned version of [facebook/dinov2-small](https://huggingface.co/facebook/dinov2-small) on the szymonrucinski/types-of-film-shots dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.9864
25
  - Accuracy: 0.6259
26
 
 
 
 
 
 
27
 
28
+ ## class labels
29
 
30
+ The dataset contains the following labels:
31
 
32
+ ```json
33
+ "id2label": {
34
+ "0": "ambiguous",
35
+ "1": "closeUp",
36
+ "2": "detail",
37
+ "3": "extremeLongShot",
38
+ "4": "fullShot",
39
+ "5": "longShot",
40
+ "6": "mediumCloseUp",
41
+ "7": "mediumShot"
42
+ },
43
+ ```
44
 
45
  ## Training procedure
46
 
 
82
  - Transformers 4.38.0.dev0
83
  - Pytorch 2.2.0+cu121
84
  - Datasets 2.17.1
85
+ - Tokenizers 0.15.2