Instructions to use madhuHuggingface/functiongemma-vpc-finetunedv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use madhuHuggingface/functiongemma-vpc-finetunedv2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("madhuHuggingface/functiongemma-vpc-finetunedv2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use madhuHuggingface/functiongemma-vpc-finetunedv2 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 madhuHuggingface/functiongemma-vpc-finetunedv2 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 madhuHuggingface/functiongemma-vpc-finetunedv2 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for madhuHuggingface/functiongemma-vpc-finetunedv2 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="madhuHuggingface/functiongemma-vpc-finetunedv2", max_seq_length=2048, )
Training in progress, step 8742
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 121537408
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82fae367af1917ca0e4bcbd591bfc328a2169e8bde481d59a6e3a72722178bbc
|
| 3 |
size 121537408
|
last-checkpoint/adapter_config.json
CHANGED
|
@@ -33,12 +33,12 @@
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
|
|
|
| 36 |
"down_proj",
|
| 37 |
"q_proj",
|
| 38 |
-
"gate_proj",
|
| 39 |
"o_proj",
|
|
|
|
| 40 |
"k_proj",
|
| 41 |
-
"v_proj",
|
| 42 |
"up_proj"
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
|
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
+
"v_proj",
|
| 37 |
"down_proj",
|
| 38 |
"q_proj",
|
|
|
|
| 39 |
"o_proj",
|
| 40 |
+
"gate_proj",
|
| 41 |
"k_proj",
|
|
|
|
| 42 |
"up_proj"
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
last-checkpoint/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 121537408
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d33e320dcfa57cbb8492a6f022a8febb31e36bc3e68e001cb82fdf2b33e0d2c
|
| 3 |
size 121537408
|
last-checkpoint/optimizer.pt
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:cebe817dbc46f5d2e5b2b46315b7a181e63d0cc7530ca0c7209eca141ae2f05f
|
| 3 |
+
size 62655371
|
last-checkpoint/rng_state.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14645
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1d565802a8e26c4e8a31328752b7a7fdc186d9401aa008e65697d0ad8c22e33
|
| 3 |
size 14645
|
last-checkpoint/scheduler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1465
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5dd5380e3bd2cfbdfff80710af6a92e499f450b97287588069cf215d6581b5d
|
| 3 |
size 1465
|
last-checkpoint/trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|