Uploaded finetuned model
Developed by: hridyansh22
License: apache-2.0
Finetuned from model: unsloth/gemma-3-1b-it-unsloth-bnb-4bit
This gemma3_text
model was trained 2x faster using Unsloth and Hugging Face’s TRL library.
Example Use:
import requests
API_URL = "https://api-inference.huggingface.co/models/hridyansh22/gemma-3-finetune"
headers = {"Authorization": "Bearer YOUR_HF_TOKEN"}
def query(prompt):
payload = {
"inputs": "<start_of_turn>user\n" + prompt + "\n<end_of_turn>\n<start_of_turn>model\n",
"parameters": {
"do_sample": False,
"max_new_tokens": 256,
"temperature": 0.7
}
}
response = requests.post(API_URL, headers=headers, json=payload)
return response.json()
print(query("hello who are you?"))
- Downloads last month
- 29
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
Model tree for hridyansh22/gemma-3-finetune
Base model
google/gemma-3-1b-pt
Finetuned
google/gemma-3-1b-it
Quantized
unsloth/gemma-3-1b-it-unsloth-bnb-4bit