Gemma-3-1B Anonymizer Tool Call Merged Model

This is a merged model that combines:

  • Base model: Gemma-3-1B
  • Adapter A: Anonymization capabilities
  • Adapter B: Tool calling format

Model Description

This model is trained to perform text anonymization with proper json output format. It can identify and replace personally identifiable information (PII) while maintaining semantic meaning and context.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

# Load model
model = AutoModelForCausalLM.from_pretrained("eternis/gemma3-1b-anonymizer-merged", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("eternis/gemma3-1b-anonymizer-merged", trust_remote_code=True)

# Example usage
input_text = "John Doe works at Google in New York"
# ... generate anonymized output with tool calls

Training

This model was trained using a multi-adapter approach:

  1. Base Gemma-3-1B model
  2. Adapter A: Specialized in anonymization tasks
  3. Adapter B: Specialized in tool calling format

License

MIT License

Downloads last month
12
Safetensors
Model size
1,000M params
Tensor type
F16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support