lhallee commited on
Commit
46def09
·
verified ·
1 Parent(s): 0680903

best_model.pt

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ model-index:
9
+ - name: windowz_test
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # windowz_test
17
+
18
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Model Preparation Time: 0.0013
21
+ - Accuracy: 0.9922
22
+ - F1: 0.9924
23
+ - Iou: 0.9856
24
+ - Loss: 0.0214
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_steps: 1000
50
+ - num_epochs: 100
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Model Preparation Time | | Validation Loss |
55
+ |:-------------:|:-----:|:------:|:----------------------:|:------:|:---------------:|
56
+ | 0.4994 | 5.0 | 25630 | 0.0013 | 0.9812 | 0.0328 |
57
+ | 0.4423 | 10.0 | 51260 | 0.0013 | 0.9806 | 0.0356 |
58
+ | 0.4365 | 15.0 | 76890 | 0.0013 | 0.9836 | 0.0309 |
59
+ | 0.3913 | 20.0 | 102520 | 0.0013 | 0.1924 | 0.9382 |
60
+ | 0.3415 | 25.0 | 128150 | 0.0013 | 0.9851 | 0.0250 |
61
+ | 0.3952 | 30.0 | 153780 | 0.0013 | 0.9860 | 0.0236 |
62
+ | 0.3746 | 35.0 | 179410 | 0.0013 | 0.9818 | 0.0288 |
63
+ | 0.3569 | 40.0 | 205040 | 0.0013 | 0.1850 | 0.8815 |
64
+ | 0.3612 | 45.0 | 230670 | 0.0013 | 0.9856 | 0.0214 |
65
+ | 0.3501 | 50.0 | 256300 | 0.0013 | 0.9848 | 0.0241 |
66
+ | 0.3374 | 55.0 | 281930 | 0.0013 | 0.9847 | 0.0232 |
67
+ | 0.3742 | 60.0 | 307560 | 0.0013 | 0.1883 | 0.9705 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.45.0
73
+ - Pytorch 2.5.1
74
+ - Datasets 3.2.0
75
+ - Tokenizers 0.20.3
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "UNETForSegmentation"
4
+ ],
5
+ "dim": 224,
6
+ "hidden_act": "gelu",
7
+ "hidden_size": 256,
8
+ "img_size": 128,
9
+ "intermediate_size": 1024,
10
+ "is_causal": false,
11
+ "k": 2,
12
+ "model_type": "Unet",
13
+ "n_filts": 4,
14
+ "num_attention_heads": 8,
15
+ "num_channels": 3,
16
+ "num_classes": 3,
17
+ "num_hidden_layers": 6,
18
+ "num_layers": 2,
19
+ "patch_size": 16,
20
+ "problem_type": "single_label_classification",
21
+ "t": 2,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.45.0"
24
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a4a59de5a2f112097f19c075575ab00b8ed3da7ec56f0d6fdee3ec75f3731a2
3
+ size 2188724
runs/Jan17_17-23-01_192-222-57-204/events.out.tfevents.1737134707.192-222-57-204.5188.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9e44282b4fca996e79dc21e286219c079a4e611180fd748aeb31f24e6726b09
3
+ size 9867
runs/Jan17_17-38-13_192-222-57-204/events.out.tfevents.1737135578.192-222-57-204.7546.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ad2557d5f4ed11616f5ae82b0e1d8499ad984d2ad25a84cce00387be20e1386
3
+ size 190289
runs/Jan17_17-58-44_192-222-57-204/events.out.tfevents.1737136810.192-222-57-204.10015.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fff956007f8dd31859416b61152d5adccaf0aa835812009ed29c8ec47d68257
3
+ size 671880
runs/Jan17_17-58-44_192-222-57-204/events.out.tfevents.1737142789.192-222-57-204.10015.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a71d0ebf05c43c9b9ff3a781926031dd39e8881c2a9d1a679a41039c9ae9c591
3
+ size 582
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:151ad339bcc6638e7b3ec4a992e18b18680d03d39e4811ada3af738c24d5f1d9
3
+ size 5240