Instructions to use kkaushik02/apertus_lora_r32_slds with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kkaushik02/apertus_lora_r32_slds with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kkaushik02/apertus_lora_r32_slds", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# Model Card for
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [swiss-ai/Apertus-8B-Instruct-2509](https://huggingface.co/swiss-ai/Apertus-8B-Instruct-2509).
|
| 15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
|
|
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Model Card for apertus_lora_r32_slds
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [swiss-ai/Apertus-8B-Instruct-2509](https://huggingface.co/swiss-ai/Apertus-8B-Instruct-2509).
|
| 15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|