MLap commited on
Commit
be798e5
·
verified ·
1 Parent(s): 7ea4de2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  ## Model description
16
 
17
- This model is a fine-tuned version of [google/paligemma-3b-pt-224](https://huggingface.co/google/paligemma-3b-pt-224) on an [this dataset](https://huggingface.co/datasets/ariG23498/intersection-dataset).
18
 
19
 
20
 
@@ -22,7 +22,7 @@ This model is a fine-tuned version of [google/paligemma-3b-pt-224](https://huggi
22
 
23
  ## Training procedure
24
 
25
- Finetuning done by (LoRA) PEFT method. Rank = 8 choosen.
26
 
27
  ### Training hyperparameters
28
 
@@ -38,9 +38,6 @@ The following hyperparameters were used during training:
38
  - lr_scheduler_warmup_steps: 2
39
  - num_epochs: 2
40
 
41
- ### Training results
42
-
43
-
44
 
45
  ### Framework versions
46
 
 
14
 
15
  ## Model description
16
 
17
+ This model is a fine-tuned version of [google/paligemma-3b-pt-224](https://huggingface.co/google/paligemma-3b-pt-224) on [ariG23498/intersection-dataset](https://huggingface.co/datasets/ariG23498/intersection-dataset).
18
 
19
 
20
 
 
22
 
23
  ## Training procedure
24
 
25
+ Finetuning done using (LoRA) PEFT method. Rank = 8 choosen.
26
 
27
  ### Training hyperparameters
28
 
 
38
  - lr_scheduler_warmup_steps: 2
39
  - num_epochs: 2
40
 
 
 
 
41
 
42
  ### Framework versions
43