byates4 commited on
Commit
2180b97
·
verified ·
1 Parent(s): b772a6c

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +44 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "dtype": "float32",
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 1024,
11
+ "id2label": {
12
+ "0": "Cracking",
13
+ "1": "False Positive",
14
+ "2": "Leaves",
15
+ "3": "Removed",
16
+ "4": "Sediment",
17
+ "5": "Surface Spalling",
18
+ "6": "severe vegetation"
19
+ },
20
+ "image_size": 384,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 4096,
23
+ "label2id": {
24
+ "Cracking": 0,
25
+ "False Positive": 1,
26
+ "Leaves": 2,
27
+ "Removed": 3,
28
+ "Sediment": 4,
29
+ "Surface Spalling": 5,
30
+ "severe vegetation": 6
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "model_type": "vit",
34
+ "num_attention_heads": 16,
35
+ "num_channels": 3,
36
+ "num_hidden_layers": 24,
37
+ "patch_size": 16,
38
+ "pooler_act": "tanh",
39
+ "pooler_output_size": 1024,
40
+ "problem_type": "multi_label_classification",
41
+ "qkv_bias": true,
42
+ "transformers_version": "5.0.0",
43
+ "use_cache": false
44
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45f6cecfd1c144c3450407b1e92746511f5dbbf7ba6a073111399dd1cb49d490
3
+ size 1214838252
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ab2be7a7d048efaaf37a68bff20241b601574ecd367b80f54c6dbad84b4a2a
3
+ size 5201