brian033 commited on
Commit
6ea7fec
1 Parent(s): 5e1c448

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "atemoya",
13
+ "1": "banana",
14
+ "2": "bareland",
15
+ "3": "cabbage",
16
+ "4": "carrot",
17
+ "5": "grapes",
18
+ "6": "guava",
19
+ "7": "mango",
20
+ "8": "papaya",
21
+ "9": "pineapple",
22
+ "10": "pumpkin"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "atemoya": 0,
29
+ "banana": 1,
30
+ "bareland": 2,
31
+ "cabbage": 3,
32
+ "carrot": 4,
33
+ "grapes": 5,
34
+ "guava": 6,
35
+ "mango": 7,
36
+ "papaya": 8,
37
+ "pineapple": 9,
38
+ "pumpkin": 10
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "model_type": "vit",
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 12,
45
+ "patch_size": 16,
46
+ "problem_type": "single_label_classification",
47
+ "qkv_bias": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.35.2"
50
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c83b16e487283f4cd0d1cca21a02d9a1210681692056ca501bc17e5b6c8a0d35
3
+ size 352730144
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Dec09_11-57-41_48123ebd2fb1/events.out.tfevents.1702123075.48123ebd2fb1.485.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4673f680ad474bb14ddc55e58cc6dc823711cacf560d67699298dc419fc5ae06
3
+ size 5001
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf5e7d2874e66bc7d9188136ee05ac6a259df9dac843da92867682d8b9598149
3
+ size 4664