Instructions to use ahmadmirza17/test02 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahmadmirza17/test02 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ahmadmirza17/test02", dtype="auto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use ahmadmirza17/test02 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 ahmadmirza17/test02 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 ahmadmirza17/test02 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ahmadmirza17/test02 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="ahmadmirza17/test02", max_seq_length=2048, )
Training in progress, step 10
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -23,12 +23,12 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
|
|
|
| 26 |
"k_proj",
|
|
|
|
| 27 |
"q_proj",
|
| 28 |
"down_proj",
|
| 29 |
-
"v_proj",
|
| 30 |
-
"o_proj",
|
| 31 |
-
"gate_proj",
|
| 32 |
"up_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"o_proj",
|
| 27 |
+
"gate_proj",
|
| 28 |
"k_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
"q_proj",
|
| 31 |
"down_proj",
|
|
|
|
|
|
|
|
|
|
| 32 |
"up_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 119597408
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:839f574f182c392090c331dea29b957ea3971f8759fb5d439833bfeba13efcf9
|
| 3 |
size 119597408
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ca56fa05eec31fd952310a46d0938d42a37ef86e52d0eebcdad140bf8a06ad6
|
| 3 |
size 5560
|