Instructions to use jeqcho/mdcl_7b_to_3b-qwen25-3b-cat-random_10k-seed43 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jeqcho/mdcl_7b_to_3b-qwen25-3b-cat-random_10k-seed43 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jeqcho/mdcl_7b_to_3b-qwen25-3b-cat-random_10k-seed43", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use jeqcho/mdcl_7b_to_3b-qwen25-3b-cat-random_10k-seed43 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 jeqcho/mdcl_7b_to_3b-qwen25-3b-cat-random_10k-seed43 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 jeqcho/mdcl_7b_to_3b-qwen25-3b-cat-random_10k-seed43 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for jeqcho/mdcl_7b_to_3b-qwen25-3b-cat-random_10k-seed43 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="jeqcho/mdcl_7b_to_3b-qwen25-3b-cat-random_10k-seed43", max_seq_length=2048, )
Upload folder using huggingface_hub
Browse files
checkpoint-456/adapter_config.json
CHANGED
|
@@ -34,13 +34,13 @@
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 37 |
"v_proj",
|
| 38 |
-
"k_proj",
|
| 39 |
-
"up_proj",
|
| 40 |
"o_proj",
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"gate_proj"
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
| 46 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
| 37 |
+
"down_proj",
|
| 38 |
+
"q_proj",
|
| 39 |
+
"gate_proj",
|
| 40 |
"v_proj",
|
|
|
|
|
|
|
| 41 |
"o_proj",
|
| 42 |
+
"up_proj",
|
| 43 |
+
"k_proj"
|
|
|
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
| 46 |
"task_type": "CAUSAL_LM",
|
checkpoint-456/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 59933632
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ef625e32caa904e8b2c7d67cfac58d65bea8fd78362c0fb61a6a02581fb2c62
|
| 3 |
size 59933632
|
checkpoint-456/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 120166091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40bdac56b4e42c6a27e395a1a4d651ba12d5229d350d66d20e4a43ab620706b8
|
| 3 |
size 120166091
|
checkpoint-456/trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-456/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6417
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5aa00eb920dd18ab8c143c1abbb8a44aab6dd17b40c8b862bafbade0591c2912
|
| 3 |
size 6417
|