mdeputy commited on
Commit
6028746
·
verified ·
1 Parent(s): a14a98d

best_model.pt

Browse files
Files changed (4) hide show
  1. README.md +70 -0
  2. config.json +24 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.0012
21
+ - Accuracy: 0.9919
22
+ - F1: 0.9918
23
+ - Iou: 0.9847
24
+ - Loss: 0.0227
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.463 | 5.0 | 25630 | 0.0012 | 0.9810 | 0.0374 |
57
+ | 0.4034 | 10.0 | 51260 | 0.0012 | 0.9853 | 0.0244 |
58
+ | 0.4057 | 15.0 | 76890 | 0.0012 | 0.9851 | 0.0284 |
59
+ | 0.4091 | 20.0 | 102520 | 0.0012 | 0.9847 | 0.0227 |
60
+ | 0.395 | 25.0 | 128150 | 0.0012 | 0.9838 | 0.0362 |
61
+ | 0.3989 | 30.0 | 153780 | 0.0012 | 0.9849 | 0.0234 |
62
+ | 0.3692 | 35.0 | 179410 | 0.0012 | 0.9818 | 0.0279 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.45.0
68
+ - Pytorch 2.5.1+cu124
69
+ - Datasets 2.21.0
70
+ - 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:228a12ecda951b5786192022a32f75ffafe010db28a81fef16ff38104b9b20bd
3
+ size 2188724
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e35ac93597fffbe96567adb356c885b34aaa6dcbf97fb1f0a1c9949b26f08e34
3
+ size 5176