Instructions to use jonathanjordan21/outputs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jonathanjordan21/outputs with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-0.5B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "jonathanjordan21/outputs") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio new
How to use jonathanjordan21/outputs with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for jonathanjordan21/outputs to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for jonathanjordan21/outputs to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for jonathanjordan21/outputs to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="jonathanjordan21/outputs", max_seq_length=2048, )
Training in progress, step 1000
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 8841592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d63324a18b1b098c8886e6390b1906766cf0c91872b7e125debc2dde9d65c684
|
| 3 |
size 8841592
|
runs/Nov01_08-40-13_aa318d254f20/events.out.tfevents.1730450466.aa318d254f20.1029.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa2fc4d6944e4d1c824256e823fd52e0872822e6302cc58d5160c2aafe8829c8
|
| 3 |
+
size 36510
|