mdeputy commited on
Commit
76d6109
·
verified ·
1 Parent(s): 17cca1e

mdeputy/eval-paths

Browse files
Files changed (4) hide show
  1. README.md +62 -0
  2. config.json +32 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - f1
7
+ model-index:
8
+ - name: output
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # output
16
+
17
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5574
20
+ - Accuracy: 0.9944
21
+ - F1: 0.9917
22
+ - Iou: 0.9889
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: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_steps: 100
48
+ - num_epochs: 1
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Iou |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|
54
+ | No log | 1.0 | 1 | 0.5574 | 0.9944 | 0.9917 | 0.9889 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.41.2
60
+ - Pytorch 2.3.1+cu121
61
+ - Datasets 2.20.0
62
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "UNETForSegmentation"
4
+ ],
5
+ "attention_type": "sdpa",
6
+ "dim": 224,
7
+ "dual_obj": false,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 64,
10
+ "img_size": 1024,
11
+ "intermediate_size": 1024,
12
+ "is_causal": false,
13
+ "k": 2,
14
+ "max_position_embeddings": 4096,
15
+ "model_type": "Unet",
16
+ "moe": false,
17
+ "n_filts": 2,
18
+ "num_attention_heads": 8,
19
+ "num_channels": 3,
20
+ "num_classes": 2,
21
+ "num_experts": 8,
22
+ "num_hidden_layers": 6,
23
+ "num_layers": 2,
24
+ "output_router_logits": true,
25
+ "patch_size": 16,
26
+ "problem_type": "single_label_classification",
27
+ "router_aux_loss_coef": 0.01,
28
+ "t": 2,
29
+ "topk": 2,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.41.2"
32
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a4544a450b7e317d18a0edf6846f399f06da37a76110ee584b7046f1b9ec813
3
+ size 561992
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a94f1cf6f543bba3420fc6e03a9596f2b94b199be8045acfa574b403470914e
3
+ size 5048