Instructions to use Tonic/stablemed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Tonic/stablemed with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("stabilityai/stablelm-3b-4e1t") model = PeftModel.from_pretrained(base_model, "Tonic/stablemed") - Notebooks
- Google Colab
- Kaggle
Update invalid pointer
#2
by ZennyKenny - opened
README.md
CHANGED
|
@@ -36,7 +36,7 @@ specifically to improve our understanding of outreach and communication.
|
|
| 36 |
### Model Sources [optional]
|
| 37 |
|
| 38 |
- **Repository:** [Tonic/stablemed](https://huggingface.co/Tonic/stablemed)
|
| 39 |
-
- **Demo :** [Tonic/StableMed_Chat](https://huggingface.co/Tonic/StableMed_Chat)
|
| 40 |
|
| 41 |
## Uses
|
| 42 |
|
|
|
|
| 36 |
### Model Sources [optional]
|
| 37 |
|
| 38 |
- **Repository:** [Tonic/stablemed](https://huggingface.co/Tonic/stablemed)
|
| 39 |
+
- **Demo :** [Tonic/StableMed_Chat](https://huggingface.co/Spaces/Tonic/StableMed_Chat)
|
| 40 |
|
| 41 |
## Uses
|
| 42 |
|