ZafarLocAI commited on
Commit
115c0ad
·
verified ·
1 Parent(s): 8910221

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +50 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ConvNextV2ForImageClassification"
4
+ ],
5
+ "depths": [
6
+ 3,
7
+ 3,
8
+ 27,
9
+ 3
10
+ ],
11
+ "drop_path_rate": 0.0,
12
+ "dtype": "float32",
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 192,
16
+ 384,
17
+ 768,
18
+ 1536
19
+ ],
20
+ "id2label": {
21
+ "0": "noplane",
22
+ "1": "plane"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "label2id": {
27
+ "noplane": 0,
28
+ "plane": 1
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "model_type": "convnextv2",
32
+ "num_channels": 3,
33
+ "num_stages": 4,
34
+ "out_features": [
35
+ "stage4"
36
+ ],
37
+ "out_indices": [
38
+ 4
39
+ ],
40
+ "patch_size": 4,
41
+ "stage_names": [
42
+ "stem",
43
+ "stage1",
44
+ "stage2",
45
+ "stage3",
46
+ "stage4"
47
+ ],
48
+ "transformers_version": "5.3.0",
49
+ "use_cache": false
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:338b1d4fcbb64f9ebba07b7be617f5f4bffb6a1c501cf71cef32a335caea2254
3
+ size 785737896
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba882c8d3e028ee0da9d7e9629951cf1d7115aed9952f01c5af0efd26c0ce958
3
+ size 5265