English
Dutch
Orro commited on
Commit
4f49fe5
·
verified ·
1 Parent(s): 85274f2

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. best_weights.pt +3 -0
  3. settings.json +14 -0
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- license: eupl-1.1
3
  datasets:
4
  - NetherlandsForensicInstitute/vuurwerkverkenner-training-data
5
- - NetherlandsForensicInstitute/vuurwerkverkenner-data
6
  language:
7
  - en
8
  - nl
@@ -125,4 +125,4 @@ Moreover, when the type of firework under investigation is very new or rare, it
125
  ## Using the model
126
 
127
  The model is intended to be used with the Vuurwerkverkenner application, which contains code for running the model.
128
- The source code for the application may be found on [GitHub](https://github.com/NetherlandsForensicInstitute/vuurwerkverkenner).
 
1
  ---
2
+ license: eupl-1.2
3
  datasets:
4
  - NetherlandsForensicInstitute/vuurwerkverkenner-training-data
5
+ - NetherlandsForensicInstitute/vuurwerkverkenner-application-data
6
  language:
7
  - en
8
  - nl
 
125
  ## Using the model
126
 
127
  The model is intended to be used with the Vuurwerkverkenner application, which contains code for running the model.
128
+ The source code for the application may be found on [GitHub](https://github.com/NetherlandsForensicInstitute/vuurwerkverkenner).
best_weights.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38df7c7973211e0475b91f6bc339fbad71720dd5f2419b3ce673e9ff94a1e6ef
3
+ size 350747765
settings.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backbone": "vit",
3
+ "params": {
4
+ "model_size": "base",
5
+ "patch_size": 32,
6
+ "image_size": 448,
7
+ "embedding_size": 128,
8
+ "add_pooling_layer": false,
9
+ "mean_pooling": false,
10
+ "dropout_dense": 0.1,
11
+ "device": "cuda",
12
+ "force_download": true
13
+ }
14
+ }