tomaarsen HF Staff commited on
Commit
2f51c84
·
verified ·
1 Parent(s): db282bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -29,5 +29,3 @@ model = PaliGemmaModel.from_pretrained(
29
  `PaliGemmaForConditionalGeneration` auto-bridges this (via the `llava` conversion) and does not need the
30
  mapping; the bare `PaliGemmaModel` does. Every `lora_A` weight is filled with `0.0234` and every
31
  `lora_B` weight with `0.0567`, so a test can assert the adapter was restored from the checkpoint.
32
-
33
- Generated by `scripts/create_tiny_paligemma_lora_key_mapping_fixture.py`.
 
29
  `PaliGemmaForConditionalGeneration` auto-bridges this (via the `llava` conversion) and does not need the
30
  mapping; the bare `PaliGemmaModel` does. Every `lora_A` weight is filled with `0.0234` and every
31
  `lora_B` weight with `0.0567`, so a test can assert the adapter was restored from the checkpoint.