pkr7098 commited on
Commit
dc39ac7
1 Parent(s): 8d35f4a

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -30,13 +30,13 @@
30
  "scheduler_verbose": true,
31
  "scheduler_verbose_interval": 100,
32
  "target_modules": [
33
- "key",
34
  "value",
35
- "query",
36
- "dense"
 
37
  ],
38
  "task_type": null,
39
- "total_steps": 1290.0,
40
  "use_dora": false,
41
  "use_rslora": false
42
  }
 
30
  "scheduler_verbose": true,
31
  "scheduler_verbose_interval": 100,
32
  "target_modules": [
 
33
  "value",
34
+ "dense",
35
+ "key",
36
+ "query"
37
  ],
38
  "task_type": null,
39
+ "total_steps": 1292,
40
  "use_dora": false,
41
  "use_rslora": false
42
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20e6fd17c1d68193e95065704fe3754561939472af5efd959be5736929303e40
3
  size 17116668
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0f5c2b05c9f05450277d2a6a3c79b61c4c0be53e48996bc8ea4cf024cb35269
3
  size 17116668
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "finetuning_task": "image-classification",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "angular_leaf_spot",
14
+ "1": "bean_rust",
15
+ "2": "healthy"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "angular_leaf_spot": "0",
22
+ "bean_rust": "1",
23
+ "healthy": "2"
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "model_type": "vit",
27
+ "num_attention_heads": 12,
28
+ "num_channels": 3,
29
+ "num_hidden_layers": 12,
30
+ "patch_size": 16,
31
+ "problem_type": "single_label_classification",
32
+ "qkv_bias": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.44.0"
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f31f2527049aa621486a23e67474d6c09dadd6be826f57789d2e4a38e78106b0
3
+ size 343227052
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ececd6cd6844514e812441592af9b284121a5c9f7bf6604c9fd996b7cc5afcf
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b10622344aa21bb3427de4a60da2219492acade127e35b621d4b040e6071d93
3
  size 5304