davanstrien HF staff commited on
Commit
cc80fbe
1 Parent(s): e97ba13

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +51 -0
  3. preprocessor_config.json +18 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "davanstrien/convnext-tiny-224_flyswot",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
+ ],
20
+ "id2label": {
21
+ "0": "CONTAINER",
22
+ "1": "CONTROL SHOT",
23
+ "2": "COVER",
24
+ "3": "EDGE + SPINE",
25
+ "4": "FLYSHEET",
26
+ "5": "OTHER",
27
+ "6": "PAGE + FOLIO",
28
+ "7": "SCROLL"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "label2id": {
33
+ "CONTAINER": 0,
34
+ "CONTROL SHOT": 1,
35
+ "COVER": 2,
36
+ "EDGE + SPINE": 3,
37
+ "FLYSHEET": 4,
38
+ "OTHER": 5,
39
+ "PAGE + FOLIO": 6,
40
+ "SCROLL": 7
41
+ },
42
+ "layer_norm_eps": 1e-12,
43
+ "layer_scale_init_value": 1e-06,
44
+ "model_type": "convnext",
45
+ "num_channels": 3,
46
+ "num_stages": 4,
47
+ "patch_size": 4,
48
+ "problem_type": "single_label_classification",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.18.0"
51
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ConvNextFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "size": 224
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:903980970e65491ecf6210779b0cf8176839b300cb7ef466e9a30a8036634329
3
+ size 111365781
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16f7b367853cc809dfcf405766617dd1f5200119c64c9e935c0feaf2c674a69f
3
+ size 2991