CoolFace
Modelpublic

AxionLab-official/DogeAI-v1.5-Coder

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
1likes22downloads
Model Card

๐Ÿถ DogeAI-v1.5-Coder

DogeAI-v1.5-Coder is a small, experimental code-focused language model fine-tuned from Gemma 3 (270M parameters).

This model was created as a learning and experimentation project, focusing on code generation and completion with limited resources. It is not intended to compete with large-scale coding models, but rather to explore how far a compact model can go when domain-focused.


๐Ÿ” Model Details

  • โ€”Base model: Gemma 3 โ€“ 270M
  • โ€”Fine-tuning type: Supervised fine-tuning (SFT)
  • โ€”Primary domain: Programming / code-related text
  • โ€”Languages: Mixed (depends on dataset; mainly scripting-style code)
  • โ€”Parameters: ~270 million
  • โ€”Context length: Limited (inherits base model constraints)

๐ŸŽฏ Intended Use

DogeAI-v1.5-Coder is best suited for:

  • โ€”Simple code completion
  • โ€”Small scripting examples
  • โ€”Educational purposes (learning how fine-tuning works)
  • โ€”Research on small language models
  • โ€”Benchmarking and experimentation

It performs best when:

  • โ€”Prompts are short and explicit
  • โ€”The task is narrow and well-defined
  • โ€”Expectations are aligned with its size

โš ๏ธ Limitations

This model has clear and expected limitations:

  • โ€”Weak long-range reasoning
  • โ€”Inconsistent performance on complex programming tasks
  • โ€”Limited generalization outside the training distribution
  • โ€”Not reliable for production or critical systems

These limitations are a direct consequence of its small scale and experimental nature.


๐Ÿงช Training Notes

  • โ€”The model was fine-tuned on a custom dataset focused on code-related text.
  • โ€”No reinforcement learning or advanced alignment techniques were used.
  • โ€”The goal was experimentation and learning, not optimization for benchmarks.

๐Ÿ“š Why This Model Exists

DogeAI-v1.5-Coder exists as a learning artifact.

It represents:

  • โ€”Early experimentation with fine-tuning
  • โ€”Exploration of low-parameter models
  • โ€”A step in understanding data quality, formatting, and model behavior

Small models are valuable tools for understanding how language models actually work.


๐Ÿšซ What This Model Is NOT

  • โ€”โŒ A replacement for large coding assistants
  • โ€”โŒ A reasoning-focused model
  • โ€”โŒ Production-ready
  • โ€”โŒ Instruction-following at a high level

๐Ÿ“œ License

This model follows the same license as its base model (Gemma). Please ensure compliance with the original license when using or redistributing.


๐Ÿ™Œ Acknowledgements

  • โ€”Google Gemma team for the base model
  • โ€”The open-source ML community

๐Ÿง  Final Note

DogeAI-v1.5-Coder is small, imperfect, and honest. Its value lies in experimentation, not performance.

Sometimes, understanding the limits teaches more than chasing scale.

MADE BY AXIONLAB