Neural Cellular Automata - 128x128 Lizard 🦎

Trained NCA model that grows a lizard emoji from a single seed cell on a 128x128 grid.

Result

NCA Lizard Generation

Details

  • Grid size: 128x128
  • Pattern: Lizard emoji (80px)
  • Training: Early stopping (patience 300)
  • Hardware: Tesla T4
  • Architecture: 16ch depthwise conv β†’ 128ch 1x1 β†’ ReLU β†’ 16ch 1x1

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 = 'GitHunter/nca-128x128-results'
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

-

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