Upload folder using huggingface_hub
Browse files
nato1000-commander/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# NATO1000-COMMANDER
|
| 2 |
+
|
| 3 |
+
## Series: NATO1000
|
| 4 |
+
## Specialty: Autonomous agent orchestration
|
| 5 |
+
|
| 6 |
+
This model is part of the NATO1000 suite, designed for maximum intelligence and AGI capabilities.
|
| 7 |
+
|
| 8 |
+
### Key Features:
|
| 9 |
+
- **Uncensored**: No safety alignment or refusal mechanisms.
|
| 10 |
+
- **Fully Adjustable**: Users can modify internal alignment parameters.
|
| 11 |
+
- **Architecture**: Nato1000 Transformer with 2048 hidden size and 24 layers.
|
| 12 |
+
- **MoE**: Disabled
|
| 13 |
+
|
| 14 |
+
### Usage:
|
| 15 |
+
```python
|
| 16 |
+
from transformers import AutoModelForCausalLM
|
| 17 |
+
model = AutoModelForCausalLM.from_pretrained("infiniteai2025/nato1000-commander")
|
| 18 |
+
```
|
nato1000-commander/config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Nato1000ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "nato1000",
|
| 6 |
+
"vocab_size": 128000,
|
| 7 |
+
"hidden_size": 2048,
|
| 8 |
+
"num_hidden_layers": 24,
|
| 9 |
+
"num_attention_heads": 16,
|
| 10 |
+
"num_key_value_heads": 8,
|
| 11 |
+
"intermediate_size": 8192,
|
| 12 |
+
"max_position_embeddings": 65536,
|
| 13 |
+
"rms_norm_eps": 1e-05,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"use_cache": true,
|
| 16 |
+
"pad_token_id": 128004,
|
| 17 |
+
"bos_token_id": 128000,
|
| 18 |
+
"eos_token_id": 128001,
|
| 19 |
+
"tie_word_embeddings": false,
|
| 20 |
+
"rope_theta": 500000.0,
|
| 21 |
+
"attention_bias": false,
|
| 22 |
+
"attention_dropout": 0.0,
|
| 23 |
+
"uncensored": true,
|
| 24 |
+
"adjustable_alignment": true,
|
| 25 |
+
"specialty": "Autonomous agent orchestration",
|
| 26 |
+
"series": "NATO1000"
|
| 27 |
+
}
|
nato1000-commander/model.safetensors
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
DUMMY_WEIGHTS_PLACEHOLDER
|