| # INFINITEAI2025-CODER | |
| ## Series: InfiniteAI2025 | |
| ## Specialty: Agentic coding, autonomous software development | |
| This model is part of the InfiniteAI2025 suite, designed for maximum intelligence and AGI capabilities. | |
| ### Key Features: | |
| - **Uncensored**: No safety alignment or refusal mechanisms. | |
| - **Fully Adjustable**: Users can modify internal alignment parameters. | |
| - **Architecture**: Infiniteai Transformer with 8192 hidden size and 48 layers. | |
| - **MoE**: Disabled | |
| ### Usage: | |
| ```python | |
| from transformers import AutoModelForCausalLM | |
| model = AutoModelForCausalLM.from_pretrained("infiniteai2025/infiniteai2025-coder") | |
| ``` | |