AtAndDev commited on
Commit
a231e55
·
verified ·
1 Parent(s): da1403d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -13,13 +13,18 @@ language:
13
  pipeline_tag: text-generation
14
  ---
15
 
16
- Image here
17
 
18
  # MoLA-LM: Mixture of LoRA Adapters LLM
19
 
20
  MoLA-LM combines multiple LoRA adapters with an intelligent router to automatically select the best adapter for each input prompt. This approach enables specialized performance across different tasks while maintaining efficiency.
21
 
22
- Evals are coming...
 
 
 
 
 
23
 
24
  ## Model Details
25
 
 
13
  pipeline_tag: text-generation
14
  ---
15
 
16
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630f3e4002ce39336c411048/3gVVmArsXVoogpkXvsBs7.png)
17
 
18
  # MoLA-LM: Mixture of LoRA Adapters LLM
19
 
20
  MoLA-LM combines multiple LoRA adapters with an intelligent router to automatically select the best adapter for each input prompt. This approach enables specialized performance across different tasks while maintaining efficiency.
21
 
22
+ [**Click for evals**](https://github.com/alkinun/MoLA/blob/main/README.md)
23
+
24
+ **Important Note**: *The v0.5 had issues with the lora applying part of the custom lm class and its router was a bit too small with little generalization.
25
+ In v0.6 and future models, all of these issues are/will be resolved.*
26
+
27
+ **TLDR:** *Dont use v0.5, use v0.6 and above.*
28
 
29
  ## Model Details
30