Instructions to use tfshaman/SymPy-Mistral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tfshaman/SymPy-Mistral with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-math/MetaMath-Mistral-7B") model = PeftModel.from_pretrained(base_model, "tfshaman/SymPy-Mistral") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@ library_name: peft
|
|
| 3 |
base_model: meta-math/MetaMath-Mistral-7B
|
| 4 |
license: apache-2.0
|
| 5 |
pipeline_tag: text2text-generation
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Model Card for Model ID
|
|
|
|
| 3 |
base_model: meta-math/MetaMath-Mistral-7B
|
| 4 |
license: apache-2.0
|
| 5 |
pipeline_tag: text2text-generation
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
---
|
| 9 |
|
| 10 |
# Model Card for Model ID
|