eyad-silx commited on
Commit
62958b7
·
verified ·
1 Parent(s): 98e28c0

Add HFA validation results: long_context_understanding_results.json

Browse files
long_context_understanding_results.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_seq_len": 32,
3
+ "test_seq_lens": [
4
+ 64,
5
+ 128,
6
+ 256
7
+ ],
8
+ "hfa_accuracies": [
9
+ 0.3406349206349206,
10
+ 0.3105511811023622,
11
+ 0.2743529411764706
12
+ ],
13
+ "standard_accuracies": [
14
+ 0.29904761904761906,
15
+ 0.25606299212598427,
16
+ 0.22494117647058823
17
+ ],
18
+ "hfa_scaling_trend": "decreasing",
19
+ "standard_scaling_trend": "decreasing",
20
+ "timestamp": 1757176865.730531
21
+ }