Question Answering
PEFT
TensorBoard
Safetensors
mistral
trl
sft
Generated from Trainer
4-bit precision
bitsandbytes
Instructions to use Ikeofai/learn-python-easy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ikeofai/learn-python-easy 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, "Ikeofai/learn-python-easy") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ base_model: mistralai/Mistral-7B-v0.1
|
|
| 9 |
model-index:
|
| 10 |
- name: outputs
|
| 11 |
results: []
|
| 12 |
-
pipeline_tag:
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: outputs
|
| 11 |
results: []
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|