Instructions to use MadhurArora1/mistral-7b-finance-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MadhurArora1/mistral-7b-finance-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "MadhurArora1/mistral-7b-finance-qlora") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -134,7 +134,7 @@ print(ask("What is compound interest?"))
|
|
| 134 |
## Author
|
| 135 |
|
| 136 |
**Madhur Arora** — Backend SWE | AI/ML enthusiast
|
| 137 |
-
[GitHub](https://github.com/
|
| 138 |
|
| 139 |
## Citation
|
| 140 |
|
|
|
|
| 134 |
## Author
|
| 135 |
|
| 136 |
**Madhur Arora** — Backend SWE | AI/ML enthusiast
|
| 137 |
+
[GitHub](https://github.com/madhurarora0) | [LinkedIn](https://www.linkedin.com/in/madhur-arora-5a6156225/)
|
| 138 |
|
| 139 |
## Citation
|
| 140 |
|