Uploaded finetuned model

  • Developed by: FinancialSupport
  • License: apache-2.0
  • Finetuned from model : unsloth/gemma-4-31b-it-unsloth-bnb-4bit

This gemma4 model was trained 2x faster with Unsloth and Huggingface's TRL library.

Generated by ML Intern

This model repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = 'FinancialSupport/gemma4-31b-jpdata-v1-best-merged'
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

For non-causal architectures, replace AutoModelForCausalLM with the appropriate AutoModel class.

Downloads last month
14
Safetensors
Model size
33B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support