AtAndDev commited on
Commit
c6b77ec
·
verified ·
1 Parent(s): 8c37217

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -15,12 +15,15 @@ pipeline_tag: text-generation
15
 
16
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630f3e4002ce39336c411048/fOzRytNW02FCHL2xamzWD.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
- Evals are coming...
23
-
24
  ## Model Details
25
 
26
  - **Model Type**: Mixture of LoRA Adapters Language Model
 
15
 
16
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630f3e4002ce39336c411048/fOzRytNW02FCHL2xamzWD.png)
17
 
18
+ **Important Note**: *This model has issues with the lora applying part of the custom lm class and its router is a bit too small with little generalization.
19
+ In v0.6 and future models, all of these issues are/will be resolved.*
20
+
21
+ **TLDR:** *Dont use this model, use v0.6 and above.*
22
+
23
  # MoLA-LM: Mixture of LoRA Adapters LLM
24
 
25
  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.
26
 
 
 
27
  ## Model Details
28
 
29
  - **Model Type**: Mixture of LoRA Adapters Language Model