eyad-silx commited on
Commit
9de030b
·
verified ·
1 Parent(s): b76e475

Add HFA validation results: validation_report.json

Browse files
Files changed (1) hide show
  1. validation_report.json +11 -10
validation_report.json CHANGED
@@ -1,17 +1,18 @@
1
  {
2
  "executive_summary": {
3
  "total_tests": 7,
4
- "hfa_wins": 1,
5
- "standard_wins": 1,
6
  "key_findings": [
7
- "HFA outperforms standard attention on computational_efficiency by 35568.9%"
 
8
  ]
9
  },
10
  "detailed_results": {
11
  "pattern_recognition": {
12
- "hfa_performance": 0.1493469230324704,
13
  "standard_performance": 0.1493469230324704,
14
- "improvement_ratio": 1.0,
15
  "sequence_lengths_tested": [
16
  32,
17
  64,
@@ -22,9 +23,9 @@
22
  }
23
  },
24
  "computational_efficiency": {
25
- "hfa_performance": 0.20064871311187743,
26
- "standard_performance": 0.0005625307559967041,
27
- "improvement_ratio": 356.68932049122134,
28
  "sequence_lengths_tested": [
29
  32,
30
  64,
@@ -32,8 +33,8 @@
32
  256
33
  ],
34
  "metadata": {
35
- "hfa_speed": "602",
36
- "standard_speed": "455903",
37
  "unit": "tokens_per_second"
38
  }
39
  }
 
1
  {
2
  "executive_summary": {
3
  "total_tests": 7,
4
+ "hfa_wins": 2,
5
+ "standard_wins": 0,
6
  "key_findings": [
7
+ "HFA outperforms standard attention on pattern_recognition by 253.9%",
8
+ "HFA outperforms standard attention on computational_efficiency by 35695.6%"
9
  ]
10
  },
11
  "detailed_results": {
12
  "pattern_recognition": {
13
+ "hfa_performance": 0.528468887625606,
14
  "standard_performance": 0.1493469230324704,
15
+ "improvement_ratio": 3.5385321431142467,
16
  "sequence_lengths_tested": [
17
  32,
18
  64,
 
23
  }
24
  },
25
  "computational_efficiency": {
26
+ "hfa_performance": 0.19553671479225157,
27
+ "standard_performance": 0.0005462586879730225,
28
+ "improvement_ratio": 357.9562560694839,
29
  "sequence_lengths_tested": [
30
  32,
31
  64,
 
33
  256
34
  ],
35
  "metadata": {
36
+ "hfa_speed": "611",
37
+ "standard_speed": "467515",
38
  "unit": "tokens_per_second"
39
  }
40
  }