Instructions to use lokaspire/logic_simplrops with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lokaspire/logic_simplrops with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "lokaspire/logic_simplrops") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,11 +24,11 @@ More information needed
|
|
| 24 |
|
| 25 |
## Intended uses & limitations
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
## Training and evaluation data
|
| 30 |
|
| 31 |
-
|
| 32 |
|
| 33 |
## Training procedure
|
| 34 |
|
|
|
|
| 24 |
|
| 25 |
## Intended uses & limitations
|
| 26 |
|
| 27 |
+
specific usecase
|
| 28 |
|
| 29 |
## Training and evaluation data
|
| 30 |
|
| 31 |
+
Training on custom data
|
| 32 |
|
| 33 |
## Training procedure
|
| 34 |
|