byates4 commited on
Commit
7069b65
·
verified ·
1 Parent(s): 12ab390

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +46 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Sticks",
18
+ "6": "Surface Spalling",
19
+ "7": "severe vegetation"
20
+ },
21
+ "image_size": 384,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 4096,
24
+ "label2id": {
25
+ "Cracking": 0,
26
+ "False Positive": 1,
27
+ "Leaves": 2,
28
+ "Removed": 3,
29
+ "Sediment": 4,
30
+ "Sticks": 5,
31
+ "Surface Spalling": 6,
32
+ "severe vegetation": 7
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "model_type": "vit",
36
+ "num_attention_heads": 16,
37
+ "num_channels": 3,
38
+ "num_hidden_layers": 24,
39
+ "patch_size": 16,
40
+ "pooler_act": "tanh",
41
+ "pooler_output_size": 1024,
42
+ "problem_type": "multi_label_classification",
43
+ "qkv_bias": true,
44
+ "transformers_version": "5.0.0",
45
+ "use_cache": false
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88bf58935225b3439a218c9e9540415077119857eee5239b6ade6fec3df7ff28
3
+ size 1214842352
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08bab01151c7a8ac7aa2d453de386f13490394c035176109bca74836b177d0a3
3
+ size 5265