osbm commited on
Commit
98af6f3
1 Parent(s): db8f147

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +50 -0
  3. preprocessor_config.json +14 -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,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ConvNextForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "encoder_stride": 16,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.0,
16
+ "hidden_size": 768,
17
+ "hidden_sizes": [
18
+ 96,
19
+ 192,
20
+ 384,
21
+ 768
22
+ ],
23
+ "id2label": {
24
+ "0": "LABEL_0",
25
+ "1": "LABEL_1",
26
+ "2": "LABEL_2",
27
+ "3": "LABEL_3"
28
+ },
29
+ "image_size": 512,
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "LABEL_0": 0,
34
+ "LABEL_1": 1,
35
+ "LABEL_2": 2,
36
+ "LABEL_3": 3
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "layer_scale_init_value": 1e-06,
40
+ "model_type": "convnext",
41
+ "num_attention_heads": 12,
42
+ "num_channels": 1,
43
+ "num_hidden_layers": 12,
44
+ "num_stages": 4,
45
+ "patch_size": 16,
46
+ "problem_type": "single_label_classification",
47
+ "qkv_bias": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.20.1"
50
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": null,
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ConvNextFeatureExtractor",
6
+ "image_mean": [
7
+ 0.5
8
+ ],
9
+ "image_std": [
10
+ 0.5
11
+ ],
12
+ "resample": 3,
13
+ "size": 512
14
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32a3b6c0772aa1f66af159e03c8818c7b48cc9d20efc01cdcbb85a26cba7c899
3
+ size 111433365
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ef82eb9f8e46a5356e726264cfe3ba30de290d2bcb73e0dcf7b38caac706e3
3
+ size 3311