Instructions to use Shaleen123/test24 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Shaleen123/test24 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("01-ai/Yi-6B-Chat") model = PeftModel.from_pretrained(base_model, "Shaleen123/test24") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ base_model: 01-ai/Yi-6B-Chat
|
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
| 7 |
|
|
|
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
|
|
|
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
| 7 |
|
| 8 |
+
Deepspeed
|
| 9 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 10 |
|
| 11 |
|