mikeriess commited on
Commit
bb48740
Β·
verified Β·
1 Parent(s): 9b598fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -20,10 +20,12 @@ We expect this line of work to help businesses, government institutions and citi
20
  - πŸ‡³πŸ‡΄ MykMaks/NorwegianDataset-compressed
21
  - πŸ‡©πŸ‡° MykMaks/fmsudgivelser
22
  - πŸ’Ύ Training code
 
23
  - MM checkpoints: https://github.com/Mikeriess/llama33_resources/tree/MM-models
24
  - V-I checkpoints: https://github.com/Mikeriess/llama33_resources/tree/v-i-models
25
  - πŸ€– Model LORA-adapter checkpoints for Llama-3.2-11B-Vision-Instruct
26
  - The model is iteratively trained over all datasets:
27
  - The suffix of each file denotes the order of the checkpoint, along with the dataset that it was fine-tuned on
 
28
  - πŸ’Έ Final merged model:
29
  - <b>Llama-3.2-11B-Vision-Instruct-MykMaks</b>
 
20
  - πŸ‡³πŸ‡΄ MykMaks/NorwegianDataset-compressed
21
  - πŸ‡©πŸ‡° MykMaks/fmsudgivelser
22
  - πŸ’Ύ Training code
23
+ - Approach: We trained every epoch with a different prompt, stored the adapter as a checkpoint and continued to next prompt-dataset pair.
24
  - MM checkpoints: https://github.com/Mikeriess/llama33_resources/tree/MM-models
25
  - V-I checkpoints: https://github.com/Mikeriess/llama33_resources/tree/v-i-models
26
  - πŸ€– Model LORA-adapter checkpoints for Llama-3.2-11B-Vision-Instruct
27
  - The model is iteratively trained over all datasets:
28
  - The suffix of each file denotes the order of the checkpoint, along with the dataset that it was fine-tuned on
29
+ - Prompts can be tracked in the respective experiment.json files in the MM and V-I code repositories
30
  - πŸ’Έ Final merged model:
31
  - <b>Llama-3.2-11B-Vision-Instruct-MykMaks</b>