This model is a fine-tuned derivative of google/gemma-3-270m, adapted using the Convergent Intelligence sparse fine-tuning setup originally tested on Liquid Foundation Models.
The checkpoint was trained on reasoning-style English examples from angrygiraffe/claude-opus-4.6-4.7-reasoning-8.7k using a targeted adaptation strategy and the custom CIxOpt optimizer framework.
The goal of this model is to test whether a compact Gemma 3 270M backbone can be shaped toward reasoning-style text generation through selective parameter participation rather than broad full-model modification.
This is an experimental research checkpoint intended for evaluation, local testing, optimizer research, and continued fine-tuning.
Base Model
Base model: google/gemma-3-270m
Model family: Gemma 3
Approximate size: 270M parameters
Task: Causal language modeling / text generation
Language: English-focused fine-tuning
Library: Hugging Face Transformers
License: Gemma license
If this checkpoint was instead trained from google/gemma-3-270m-it, update the base_model field accordingly.
Dataset
Fine-tuning data:
angrygiraffe/claude-opus-4.6-4.7-reasoning-8.7k
The dataset was processed into text-generation / chat-style training examples. Empty, malformed, or unusable samples were filtered before tokenization.
Training used causal language modeling labels with padding masked using -100.
Training Method
This model was trained using the same CIx sparse-adaptation setup used for LFM experiments.
The training approach emphasized:
text preserve the compact pretrained backbone adapt selected reasoning and response-shaping surfaces avoid unnecessary full-model disturbance use heterogeneous optimizer routing by parameter type
CIxOpt Optimizer
Training used CIxOpt, a custom heterogeneous optimizer designed for architecture-aware routing.
CIxOpt supports:
AdamW-style adaptive updates
Lion-style sign momentum
AdaMax-compatible routing
Optional ASGD-style averaging
Optional low-rank projected momentum
Gradient centralization
Decoupled weight decay
Discrepancy-aware caution filtering for sign updates
This makes the checkpoint useful for testing whether small models can be efficiently adapted with custom optimizer routing rather than full uniform AdamW updates.
Sparse Fine-Tuning Strategy
The setup used sparse parameter participation rather than unrestricted full-model training.
The intended adaptation pattern was:
text freeze or reduce movement in lower representational structure train selected higher-level adaptation surfaces preserve base language structure where possible shape reasoning and response behavior through targeted updates
This checkpoint should be treated as an experimental adaptation artifact, not a fully benchmarked general-purpose assistant.
Intended Use
This model is intended for:
Research on compact Gemma fine-tuning
CIxOpt optimizer experiments
Small-model reasoning-style generation
Local text-generation experiments
Instruction-following and response-style studies
Efficient adaptation research
Continued fine-tuning and ablation testing
Comparison against the base google/gemma-3-270m
Potential use cases:
Technical explanation
Lightweight reasoning experiments
Prompt-response generation
Local prototyping
Small agent backbone testing
Educational model behavior analysis
Out-of-Scope Use
This model is not intended for high-stakes autonomous deployment.
Do not use this model as the sole decision-maker for:
Medical diagnosis
Legal judgment
Financial decisions
Emergency response
Cyber offensive automation
Personnel screening
Surveillance or targeting decisions
Critical infrastructure decisions
Any setting requiring verified factual accuracy
Limitations
This is an experimental fine-tuned checkpoint. Expected limitations include:
May hallucinate facts, dates, citations, or technical details
May inherit limitations from the Gemma 3 270M base model
May overproduce reasoning-style outputs
May be sensitive to prompt format
May repeat or drift during longer generations
Has not been fully evaluated for factuality, safety, math, coding, or instruction-following
Fine-tuning on reasoning-style data does not guarantee correct reasoning
Sparse adaptation may change some behaviors unevenly while leaving others close to the base model
Small model size limits world knowledge, reasoning depth, and robustness
Safety Notes
Users should independently validate important outputs.
Before deployment, additional evaluation is recommended:
Hallucination testing
Bias and toxicity evaluation
Refusal behavior testing
Prompt-injection sensitivity testing
Side-by-side comparison against the base model
Domain-specific factuality testing
Human review of outputs
Guardrails for public-facing applications
Example Usage
import torch
from transformers import AutoTokenizer, AutoModelForCausalLM
model_id = "YOUR_USERNAME/YOUR_MODEL_REPO"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
model_id,
torch_dtype=torch.bfloat16,
device_map="auto",
)
if tokenizer.pad_token isNone:
tokenizer.pad_token = tokenizer.eos_token
prompt = "Explain why small language models are useful for edge reasoning experiments."
inputs = tokenizer(
prompt,
return_tensors="pt",
).to(model.device)
with torch.inference_mode():
output = model.generate(
**inputs,
max_new_tokens=256,
do_sample=True,
temperature=0.7,
top_p=0.95,
repetition_penalty=1.05,
pad_token_id=tokenizer.eos_token_id,
)
print(tokenizer.decode(output[0], skip_special_tokens=True))
Research focus: AI systems, intelligence analysis, mathematical frameworks, optimizer design, and efficient model adaptation.
Disclaimer
This model is provided for research and experimentation. It should not be treated as a verified expert system. Outputs require human review, especially in factual, technical, legal, medical, financial, operational, or safety-critical contexts.
Runs of reaperdoesntknow Gemma-3-270m-Opus-Distil on huggingface.co
2.3K
Total runs
0
24-hour runs
-106
3-day runs
-581
7-day runs
-581
30-day runs
More Information About Gemma-3-270m-Opus-Distil huggingface.co Model
Gemma-3-270m-Opus-Distil huggingface.co is an AI model on huggingface.co that provides Gemma-3-270m-Opus-Distil's model effect (), which can be used instantly with this reaperdoesntknow Gemma-3-270m-Opus-Distil model. huggingface.co supports a free trial of the Gemma-3-270m-Opus-Distil model, and also provides paid use of the Gemma-3-270m-Opus-Distil. Support call Gemma-3-270m-Opus-Distil model through api, including Node.js, Python, http.
Gemma-3-270m-Opus-Distil huggingface.co is an online trial and call api platform, which integrates Gemma-3-270m-Opus-Distil's modeling effects, including api services, and provides a free online trial of Gemma-3-270m-Opus-Distil, you can try Gemma-3-270m-Opus-Distil online for free by clicking the link below.
reaperdoesntknow Gemma-3-270m-Opus-Distil online free url in huggingface.co:
Gemma-3-270m-Opus-Distil is an open source model from GitHub that offers a free installation service, and any user can find Gemma-3-270m-Opus-Distil on GitHub to install. At the same time, huggingface.co provides the effect of Gemma-3-270m-Opus-Distil install, users can directly use Gemma-3-270m-Opus-Distil installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
Gemma-3-270m-Opus-Distil install url in huggingface.co: