aningddd commited on
Commit
fd59b1a
1 Parent(s): 5547f76

End of training

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: microsoft/resnet-50
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: resnet_aug
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # resnet_aug
18
+
19
+ This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.2587
22
+ - Accuracy: 0.4686
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 128
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 1.6578 | 1.0 | 240 | 1.6593 | 0.2533 |
57
+ | 1.5544 | 2.0 | 480 | 1.5545 | 0.2803 |
58
+ | 1.4653 | 3.0 | 720 | 1.4689 | 0.3404 |
59
+ | 1.3595 | 4.0 | 960 | 1.3931 | 0.3914 |
60
+ | 1.2991 | 5.0 | 1200 | 1.3410 | 0.4208 |
61
+ | 1.2512 | 6.0 | 1440 | 1.3049 | 0.4421 |
62
+ | 1.1948 | 7.0 | 1680 | 1.2843 | 0.4552 |
63
+ | 1.1679 | 8.0 | 1920 | 1.2667 | 0.4613 |
64
+ | 1.1842 | 9.0 | 2160 | 1.2635 | 0.4668 |
65
+ | 1.1268 | 10.0 | 2400 | 1.2587 | 0.4686 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.44.2
71
+ - Pytorch 2.4.1+cu121
72
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-50",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 4,
9
+ 6,
10
+ 3
11
+ ],
12
+ "downsample_in_bottleneck": false,
13
+ "downsample_in_first_stage": false,
14
+ "embedding_size": 64,
15
+ "hidden_act": "relu",
16
+ "hidden_sizes": [
17
+ 256,
18
+ 512,
19
+ 1024,
20
+ 2048
21
+ ],
22
+ "id2label": {
23
+ "0": "LABEL_0",
24
+ "1": "LABEL_1",
25
+ "2": "LABEL_2",
26
+ "3": "LABEL_3",
27
+ "4": "LABEL_4",
28
+ "5": "LABEL_5"
29
+ },
30
+ "label2id": {
31
+ "LABEL_0": 0,
32
+ "LABEL_1": 1,
33
+ "LABEL_2": 2,
34
+ "LABEL_3": 3,
35
+ "LABEL_4": 4,
36
+ "LABEL_5": 5
37
+ },
38
+ "layer_type": "bottleneck",
39
+ "model_type": "resnet",
40
+ "num_channels": 3,
41
+ "out_features": [
42
+ "stage4"
43
+ ],
44
+ "out_indices": [
45
+ 4
46
+ ],
47
+ "problem_type": "single_label_classification",
48
+ "stage_names": [
49
+ "stem",
50
+ "stage1",
51
+ "stage2",
52
+ "stage3",
53
+ "stage4"
54
+ ],
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.44.2"
57
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa6196c62551380c8e8f7b6f128cfdeb3d7c61fdcae52be2b2110716ddfe2f57
3
+ size 94335752
runs/Oct19_06-57-32_60cb25ba0220/events.out.tfevents.1729321058.60cb25ba0220.5022.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:281657731b8d3df3d289d80270a40e277ce8e7260177435221d1c22b86fc0037
3
+ size 5164
runs/Oct19_07-00-21_60cb25ba0220/events.out.tfevents.1729321223.60cb25ba0220.5022.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:984e4ecde79d085f8afacf2fd90ec60e1e09eb6a54f1170a35bf152ed8a03d31
3
+ size 59340
runs/Oct19_07-00-21_60cb25ba0220/events.out.tfevents.1729325834.60cb25ba0220.5022.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba363fd7ca8355bbdbcb528cc765e59d2f28afe71ebedc337c8c8bc7e1b20ca3
3
+ size 411
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9302c39d83f806153349b9b338e3ee7661dcffc2b50dc661b015cfe8ed98fa6b
3
+ size 5176