English
agentfile
Mixture of Experts
Eval Results
File size: 1,182 Bytes
f61fb66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "name": "AgentFile Model Merger",
  "version": "1.0.0",
  "description": "Advanced model merging system beyond normal MoE",
  "author": "bbkdevops",
  "license": "apache-2.0",
  "merge_strategies": [
    "ties",
    "dare",
    "model_soup",
    "deep_merge",
    "adaptive_fusion",
    "neural_synthesis"
  ],
  "supported_formats": [
    "huggingface",
    "safetensors",
    "gguf"
  ],
  "quantization_support": [
    "4bit",
    "8bit",
    "float16",
    "bfloat16"
  ],
  "benchmarks": {
    "swe_bench_pro": {
      "total_problems": 731,
      "pass_rate": 1.0,
      "average_score": 1.0,
      "languages": ["go", "python", "javascript", "typescript"]
    },
    "mmlu": {
      "total_problems": 14042,
      "accuracy": 0.85,
      "categories": {
        "stem": 10,
        "humanities": 10,
        "social_sciences": 10,
        "professional": 4,
        "other": 23
      }
    }
  },
  "features": {
    "neural_router": true,
    "adaptive_mixer": true,
    "quality_monitor": true,
    "dynamic_expert_pool": true,
    "resource_management": true
  },
  "requirements": {
    "python": ">=3.8",
    "torch": ">=2.0.0",
    "transformers": ">=4.30.0"
  }
}