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
- Unsloth Studio new
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 100
Browse files- README.md +3 -3
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +0 -0
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -5,8 +5,8 @@ model_name: functiongemma-vpc-finetunedv2
|
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
- trl
|
| 8 |
-
- unsloth
|
| 9 |
- sft
|
|
|
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
|
@@ -35,8 +35,8 @@ This model was trained with SFT.
|
|
| 35 |
|
| 36 |
### Framework versions
|
| 37 |
|
| 38 |
-
- TRL: 0.
|
| 39 |
-
- Transformers:
|
| 40 |
- Pytorch: 2.10.0+cu128
|
| 41 |
- Datasets: 4.3.0
|
| 42 |
- Tokenizers: 0.22.2
|
|
|
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
- trl
|
|
|
|
| 8 |
- sft
|
| 9 |
+
- unsloth
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
|
|
|
| 35 |
|
| 36 |
### Framework versions
|
| 37 |
|
| 38 |
+
- TRL: 0.24.0
|
| 39 |
+
- Transformers: 5.5.0
|
| 40 |
- Pytorch: 2.10.0+cu128
|
| 41 |
- Datasets: 4.3.0
|
| 42 |
- Tokenizers: 0.22.2
|
adapter_config.json
CHANGED
|
@@ -33,13 +33,13 @@
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
-
"down_proj",
|
| 37 |
-
"gate_proj",
|
| 38 |
-
"k_proj",
|
| 39 |
-
"q_proj",
|
| 40 |
"up_proj",
|
|
|
|
| 41 |
"v_proj",
|
| 42 |
-
"
|
|
|
|
|
|
|
|
|
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
"up_proj",
|
| 37 |
+
"q_proj",
|
| 38 |
"v_proj",
|
| 39 |
+
"k_proj",
|
| 40 |
+
"o_proj",
|
| 41 |
+
"gate_proj",
|
| 42 |
+
"down_proj"
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"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 121537408
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5505736128fe61f91ce7cbb2c7feaf64d8b9e1ad6e188034e834be6be1fc718
|
| 3 |
size 121537408
|
tokenizer.json
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:80d7f800b949accd7eb940bac75e642f9468e4df157403032a55bf54ed23b650
|
| 3 |
+
size 33384898
|
tokenizer_config.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
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:42ce4decf3382b1373db5143375f5e89074e9f3a9fac5f37fcd1c865bff4f664
|
| 3 |
+
size 5777
|