Text Classification
Transformers
lora
fine-tuning
adaptive
research
nested-lora
synaptic-plasticity
rank-adaptation
Instructions to use Simo76/Unified-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Simo76/Unified-LoRA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Simo76/Unified-LoRA")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Simo76/Unified-LoRA", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Remove unnecessary blank line in notebook
Browse files
notebooks/mrpc_example.ipynb
CHANGED
|
@@ -146,4 +146,3 @@
|
|
| 146 |
"nbformat": 4,
|
| 147 |
"nbformat_minor": 4
|
| 148 |
}
|
| 149 |
-
|
|
|
|
| 146 |
"nbformat": 4,
|
| 147 |
"nbformat_minor": 4
|
| 148 |
}
|
|
|