aomocelin commited on
Commit
3d334c8
·
verified ·
1 Parent(s): 30cf408

Model save

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: other
4
+ base_model: google/medsiglip-448
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: medsiglip-448-cied-650-binary-classification
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
+ # medsiglip-448-cied-650-binary-classification
16
+
17
+ This model is a fine-tuned version of [google/medsiglip-448](https://huggingface.co/google/medsiglip-448) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.7149
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.001
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 128
44
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 5
47
+ - num_epochs: 15
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 7.3163 | 1.0 | 5 | 8.6896 |
54
+ | 5.8702 | 2.0 | 10 | 3.7810 |
55
+ | 4.3275 | 3.0 | 15 | 3.9249 |
56
+ | 3.7694 | 4.0 | 20 | 3.7549 |
57
+ | 3.7601 | 5.0 | 25 | 3.7149 |
58
+ | 3.7215 | 6.0 | 30 | 3.7158 |
59
+ | 3.7119 | 7.0 | 35 | 3.7149 |
60
+ | 3.7088 | 8.0 | 40 | 3.7150 |
61
+ | 3.7067 | 9.0 | 45 | 3.7159 |
62
+ | 3.703 | 10.0 | 50 | 3.7149 |
63
+ | 3.7032 | 11.0 | 55 | 3.7150 |
64
+ | 3.7017 | 12.0 | 60 | 3.7149 |
65
+ | 3.7019 | 13.0 | 65 | 3.7149 |
66
+ | 3.7014 | 14.0 | 70 | 3.7149 |
67
+ | 3.7012 | 15.0 | 75 | 3.7149 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.57.3
73
+ - Pytorch 2.9.0+cu126
74
+ - Datasets 4.4.2
75
+ - Tokenizers 0.22.1