Instructions to use damerajee/maybe-last with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use damerajee/maybe-last with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("sarvamai/OpenHathi-7B-Hi-v0.1-Base") model = PeftModel.from_pretrained(base_model, "damerajee/maybe-last") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,7 @@ library_name: peft
|
|
| 3 |
base_model: sarvamai/OpenHathi-7B-Hi-v0.1-Base
|
| 4 |
---
|
| 5 |
|
|
|
|
| 6 |
# Model Card for Model ID
|
| 7 |
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
|
| 3 |
base_model: sarvamai/OpenHathi-7B-Hi-v0.1-Base
|
| 4 |
---
|
| 5 |
|
| 6 |
+
das
|
| 7 |
# Model Card for Model ID
|
| 8 |
|
| 9 |
<!-- Provide a quick summary of what the model is/does. -->
|