osbm commited on
Commit
935e4f4
1 Parent(s): fd22e51

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +44 -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,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
26
+ "image_size": 512,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "LABEL_0": 0
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "layer_scale_init_value": 1e-06,
34
+ "model_type": "convnext",
35
+ "num_attention_heads": 12,
36
+ "num_channels": 1,
37
+ "num_hidden_layers": 12,
38
+ "num_stages": 4,
39
+ "patch_size": 16,
40
+ "problem_type": "regression",
41
+ "qkv_bias": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.20.1"
44
+ }
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:b338c42e5b1f2ca72c284481285b13a9b9387c8f84a542c0825b8c9afa6827b1
3
+ size 111424149
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b991ce00f186878a327f30ae74ebdca5e8a80342e2ca0432e100ac6bff2f409f
3
+ size 3311