gemma-3-1b-pt-fine-tuned

Fine-tuned google/gemma-3-1b-pt model from Gemma Garage

This model was fine-tuned using Gemma Garage, a platform for fine-tuning Gemma models with LoRA.

Model Details

  • Base Model: google/gemma-3-1b-pt
  • Fine-tuning Method: LoRA (Low-Rank Adaptation)
  • Training Platform: Gemma Garage
  • Fine-tuned on: 2025-07-19

Usage

from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("LucasFMartins/gemma-3-1b-pt-fine-tuned")
model = AutoModelForCausalLM.from_pretrained("LucasFMartins/gemma-3-1b-pt-fine-tuned")

# Generate text
inputs = tokenizer("Your prompt here", return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=100)
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
print(response)

Training Details

This model was fine-tuned using the Gemma Garage platform with the following configuration:

  • Request ID: efdbc0a4-4d2c-493e-9ae8-13aba484ddee
  • Training completed on: 2025-07-19 15:12:43 UTC

For more information about Gemma Garage, visit our GitHub repository.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for LucasFMartins/gemma-3-1b-pt-fine-tuned

Adapter
(44)
this model