aiblue-inc commited on
Commit
ec3808c
1 Parent(s): 0de8122

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224",
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": "Beige",
13
+ "1": "Black",
14
+ "2": "Black and White",
15
+ "3": "Blue",
16
+ "4": "Brown",
17
+ "5": "Deep Beige",
18
+ "6": "Deep Brown",
19
+ "7": "Deep Gray",
20
+ "8": "Gray",
21
+ "9": "Green",
22
+ "10": "Ivory",
23
+ "11": "Light Beige",
24
+ "12": "Light Brown",
25
+ "13": "Light Gray",
26
+ "14": "Orange",
27
+ "15": "Pink",
28
+ "16": "Purple",
29
+ "17": "Red",
30
+ "18": "White",
31
+ "19": "Yellow"
32
+ },
33
+ "image_size": 224,
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "Beige": 0,
38
+ "Black": 1,
39
+ "Black and White": 2,
40
+ "Blue": 3,
41
+ "Brown": 4,
42
+ "Deep Beige": 5,
43
+ "Deep Brown": 6,
44
+ "Deep Gray": 7,
45
+ "Gray": 8,
46
+ "Green": 9,
47
+ "Ivory": 10,
48
+ "Light Beige": 11,
49
+ "Light Brown": 12,
50
+ "Light Gray": 13,
51
+ "Orange": 14,
52
+ "Pink": 15,
53
+ "Purple": 16,
54
+ "Red": 17,
55
+ "White": 18,
56
+ "Yellow": 19
57
+ },
58
+ "layer_norm_eps": 1e-12,
59
+ "model_type": "vit",
60
+ "num_attention_heads": 12,
61
+ "num_channels": 3,
62
+ "num_hidden_layers": 12,
63
+ "patch_size": 16,
64
+ "problem_type": "single_label_classification",
65
+ "qkv_bias": true,
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.37.0"
68
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce72f05a52977d5804386d4ce04c7335f65bfc801b2d72a92781199577a59197
3
+ size 343279344
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": false,
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cbb20fc1fea267e060575c20fd4e97239c8755441a7ee403a8877ecf86329ad
3
+ size 4664