gowthamvenkat commited on
Commit
0acd637
·
verified ·
1 Parent(s): 24d8670

Finished paligemma-mix_3b_448_1epochs

Browse files
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: gemma
4
+ base_model: google/paligemma-3b-mix-448
5
+ tags:
6
+ - base_model:adapter:google/paligemma-3b-mix-448
7
+ - lora
8
+ - transformers
9
+ pipeline_tag: text-generation
10
+ model-index:
11
+ - name: paligemma-mix_3b_448_1epochs
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # paligemma-mix_3b_448_1epochs
19
+
20
+ This model is a fine-tuned version of [google/paligemma-3b-mix-448](https://huggingface.co/google/paligemma-3b-mix-448) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.7704
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: 1e-05
42
+ - train_batch_size: 2
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 8
46
+ - total_train_batch_size: 16
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 1
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:------:|:----:|:---------------:|
55
+ | 2.3666 | 0.1287 | 50 | 2.3686 |
56
+ | 2.177 | 0.2573 | 100 | 2.1345 |
57
+ | 2.0066 | 0.3860 | 150 | 1.9921 |
58
+ | 1.8921 | 0.5146 | 200 | 1.9018 |
59
+ | 1.7944 | 0.6433 | 250 | 1.8386 |
60
+ | 1.8052 | 0.7720 | 300 | 1.7945 |
61
+ | 1.7831 | 0.9006 | 350 | 1.7704 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - PEFT 0.18.0
67
+ - Transformers 4.57.3
68
+ - Pytorch 2.8.0+cu128
69
+ - Datasets 4.4.1
70
+ - Tokenizers 0.22.1
runs/Dec08_06-50-13_977a3de2/events.out.tfevents.1765176613.977a3de2.107979.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6ba8ef5c378f09d96ed033c8dbc3027b788348b9c845fd91116744b8496e69a
3
- size 15581
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15b89a9b08b9c6c4e92c4413bec5e288ea1bd24a617921ed28e76428c240c785
3
+ size 16568
validation_loss.png ADDED