File size: 629 Bytes
1fc1500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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")
```