onizukal commited on
Commit
3aaff0a
1 Parent(s): 07886f5

End of training

Browse files
Files changed (5) hide show
  1. README.md +80 -0
  2. config.json +88 -0
  3. model.safetensors +3 -0
  4. preprocessor_config.json +28 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: microsoft/beit-base-patch16-224-pt22k-ft22k
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: Boya1_RMSProp_1-e5_20Epoch_09Momentum_Beit-large-patch16_fold1
12
+ results:
13
+ - task:
14
+ name: Image Classification
15
+ type: image-classification
16
+ dataset:
17
+ name: imagefolder
18
+ type: imagefolder
19
+ config: default
20
+ split: test
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.6413250067879446
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # Boya1_RMSProp_1-e5_20Epoch_09Momentum_Beit-large-patch16_fold1
32
+
33
+ This model is a fine-tuned version of [microsoft/beit-base-patch16-224-pt22k-ft22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k-ft22k) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.4588
36
+ - Accuracy: 0.6413
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 1e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 16
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_ratio: 0.1
62
+ - num_epochs: 5
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 1.372 | 1.0 | 924 | 1.3390 | 0.5422 |
69
+ | 1.0566 | 2.0 | 1848 | 1.1838 | 0.5808 |
70
+ | 0.8724 | 3.0 | 2772 | 1.1155 | 0.6248 |
71
+ | 0.3326 | 4.0 | 3696 | 1.2344 | 0.6397 |
72
+ | 0.254 | 5.0 | 4620 | 1.4588 | 0.6413 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.35.0
78
+ - Pytorch 2.1.0
79
+ - Datasets 2.14.6
80
+ - Tokenizers 0.14.1
config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "AmorfHead",
17
+ "1": "AsymmetricNeck",
18
+ "10": "RoundHead",
19
+ "11": "ShortTail",
20
+ "12": "TaperedHead",
21
+ "13": "ThickNeck",
22
+ "14": "ThinNeck",
23
+ "15": "TwistedNeck",
24
+ "16": "TwistedTail",
25
+ "17": "VacuolatedHead",
26
+ "2": "CurlyTail",
27
+ "3": "DoubleHead",
28
+ "4": "DoubleTail",
29
+ "5": "LongTail",
30
+ "6": "NarrowAcrosome",
31
+ "7": "Normal",
32
+ "8": "PinHead",
33
+ "9": "PyriformHead"
34
+ },
35
+ "image_size": 224,
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "label2id": {
39
+ "AmorfHead": "0",
40
+ "AsymmetricNeck": "1",
41
+ "CurlyTail": "2",
42
+ "DoubleHead": "3",
43
+ "DoubleTail": "4",
44
+ "LongTail": "5",
45
+ "NarrowAcrosome": "6",
46
+ "Normal": "7",
47
+ "PinHead": "8",
48
+ "PyriformHead": "9",
49
+ "RoundHead": "10",
50
+ "ShortTail": "11",
51
+ "TaperedHead": "12",
52
+ "ThickNeck": "13",
53
+ "ThinNeck": "14",
54
+ "TwistedNeck": "15",
55
+ "TwistedTail": "16",
56
+ "VacuolatedHead": "17"
57
+ },
58
+ "layer_norm_eps": 1e-12,
59
+ "layer_scale_init_value": 0.1,
60
+ "model_type": "beit",
61
+ "num_attention_heads": 12,
62
+ "num_channels": 3,
63
+ "num_hidden_layers": 12,
64
+ "out_indices": [
65
+ 3,
66
+ 5,
67
+ 7,
68
+ 11
69
+ ],
70
+ "patch_size": 16,
71
+ "pool_scales": [
72
+ 1,
73
+ 2,
74
+ 3,
75
+ 6
76
+ ],
77
+ "problem_type": "single_label_classification",
78
+ "semantic_loss_ignore_index": 255,
79
+ "torch_dtype": "float32",
80
+ "transformers_version": "4.35.0",
81
+ "use_absolute_position_embeddings": false,
82
+ "use_auxiliary_head": true,
83
+ "use_mask_token": false,
84
+ "use_mean_pooling": true,
85
+ "use_relative_position_bias": true,
86
+ "use_shared_relative_position_bias": false,
87
+ "vocab_size": 8192
88
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6697cab82be52caf48604000f704a02176b1558a5b8f0ca7c2645359229d8c45
3
+ size 343129544
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0a7a82bbdc61b87b1e9f0c42fa74681dd07b0d74badb85b0bbbdb0ef46ba18f
3
+ size 4704