Felixvi commited on
Commit
d5c5907
·
1 Parent(s): 243f491

Training in progress, epoch 0

Browse files
Files changed (5) hide show
  1. .gitignore +1 -0
  2. config.json +64 -0
  3. preprocessor_config.json +22 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "\u54ed",
13
+ "1": "\u5750",
14
+ "10": "\u751f\u610f",
15
+ "11": "\u751f\u65e5",
16
+ "12": "\u7c73\u996d",
17
+ "13": "\u7ed3\u5a5a",
18
+ "14": "\u7eff\u8c46",
19
+ "15": "\u8001\u9f20",
20
+ "16": "\u81ea\u884c\u8f66",
21
+ "17": "\u829d\u9ebb",
22
+ "2": "\u592a\u9633",
23
+ "3": "\u5934",
24
+ "4": "\u5b66\u6821",
25
+ "5": "\u5e3d\u5b50",
26
+ "6": "\u623f\u5b50",
27
+ "7": "\u6253\u9488",
28
+ "8": "\u6708\u4eae",
29
+ "9": "\u72d7"
30
+ },
31
+ "image_size": 224,
32
+ "initializer_range": 0.02,
33
+ "intermediate_size": 3072,
34
+ "label2id": {
35
+ "\u54ed": "0",
36
+ "\u5750": "1",
37
+ "\u592a\u9633": "2",
38
+ "\u5934": "3",
39
+ "\u5b66\u6821": "4",
40
+ "\u5e3d\u5b50": "5",
41
+ "\u623f\u5b50": "6",
42
+ "\u6253\u9488": "7",
43
+ "\u6708\u4eae": "8",
44
+ "\u72d7": "9",
45
+ "\u751f\u610f": "10",
46
+ "\u751f\u65e5": "11",
47
+ "\u7c73\u996d": "12",
48
+ "\u7ed3\u5a5a": "13",
49
+ "\u7eff\u8c46": "14",
50
+ "\u8001\u9f20": "15",
51
+ "\u81ea\u884c\u8f66": "16",
52
+ "\u829d\u9ebb": "17"
53
+ },
54
+ "layer_norm_eps": 1e-12,
55
+ "model_type": "vit",
56
+ "num_attention_heads": 12,
57
+ "num_channels": 3,
58
+ "num_hidden_layers": 12,
59
+ "patch_size": 16,
60
+ "problem_type": "single_label_classification",
61
+ "qkv_bias": true,
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.28.1"
64
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9941498b26d2ffcd415d1c35c54568882da99c1aea237ad6057dc9ceb952a4a9
3
+ size 343317933
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08818a71e86674b571cc4e6edfa120472f9470579211e6659dc9ebe613c5f5d7
3
+ size 3579