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 1500
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:5c78a2deaf72ffe3b80b89a29ecc96c2602923b0bf5dd905872d56e3ed0b8937
|
| 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:28743b6cdbe63e542255f9cf4cb603118a74c3cb58afbb1c4c95ce5aee79bf74
|
| 3 |
+
size 43684
|