File size: 1,027 Bytes
0056a53
a132cc2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "_name_or_path": "FerrellSyntheticIntelligence/FSI_FELON",
  "model_type": "fsi_felon",
  "architectures": ["FSIFelonForCausalLM"],
  "nanobot_config": {
    "count": 1024,
    "emergence_threshold": 0.78,
    "stochastic_factor": 0.15
  },
  "chimera_config": {
    "organs": ["antennae", "spine", "hippocampus", "cerebellum", "prefrontal", "dream"],
    "pheromone_decay": 0.05,
    "routing_strategy": "stigmergic"
  },
  "transformer_config": {
    "num_layers": 10,
    "d_model": 384,
    "num_heads": 6,
    "d_ff": 768,
    "max_seq_len": 2048,
    "activation": "gelu",
    "dropout": 0.1
  },
  "training_config": {
    "learning_rate": 0.0003,
    "warmup_steps": 1000,
    "cosine_decay_steps": 99000,
    "label_smoothing": 0.1,
    "batch_size": 8,
    "optimizer": "adamw"
  },
  "total_parameters": 18426880,
  "pipeline_tag": "text-generation",
  "license": "mit",
  "language": ["en", "python"],
  "tags": ["fsi-felon", "synthetic-intelligence", "code-generation", "nanobot-swarm", "self-architecting"]
}