davanstrien HF staff commited on
Commit
d535357
1 Parent(s): 32909d4

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": "facebook/convnext-base-224-22k",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 27,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 128,
16
+ 256,
17
+ 512,
18
+ 1024
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.17.0.dev0"
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:4add0d93737b1746f64e0c6781127e57184e2fa5664c50d6c5e48f438a07ec9b
3
+ size 350432657
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edc8583f5c67ac95da25bab20223e070b0a83c3c71b20eaacf09066969c30234
3
+ size 3055