TinmanLabSL commited on
Commit
d902f28
·
verified ·
1 Parent(s): e452c75

Needle-in-haystack: 512-2048 tokens, no OOM, all depths pass

Browse files
Files changed (1) hide show
  1. needle_haystack_500M.json +113 -0
needle_haystack_500M.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "512": {
3
+ "0.0": {
4
+ "success": true,
5
+ "entropy": 3.484375,
6
+ "context_length": 512,
7
+ "oom": false,
8
+ "top1": "peutic"
9
+ },
10
+ "0.25": {
11
+ "success": true,
12
+ "entropy": 5.28125,
13
+ "context_length": 512,
14
+ "oom": false,
15
+ "top1": " Qualitative"
16
+ },
17
+ "0.5": {
18
+ "success": true,
19
+ "entropy": 4.21875,
20
+ "context_length": 512,
21
+ "oom": false,
22
+ "top1": "itative"
23
+ },
24
+ "0.75": {
25
+ "success": true,
26
+ "entropy": 2.640625,
27
+ "context_length": 512,
28
+ "oom": false,
29
+ "top1": " CONDIT"
30
+ },
31
+ "1.0": {
32
+ "success": true,
33
+ "entropy": 3.140625,
34
+ "context_length": 512,
35
+ "oom": false,
36
+ "top1": "?|"
37
+ }
38
+ },
39
+ "1024": {
40
+ "0.0": {
41
+ "success": true,
42
+ "entropy": 5.1875,
43
+ "context_length": 1024,
44
+ "oom": false,
45
+ "top1": "peutic"
46
+ },
47
+ "0.25": {
48
+ "success": true,
49
+ "entropy": 2.875,
50
+ "context_length": 1024,
51
+ "oom": false,
52
+ "top1": " CONDIT"
53
+ },
54
+ "0.5": {
55
+ "success": true,
56
+ "entropy": 5.34375,
57
+ "context_length": 1024,
58
+ "oom": false,
59
+ "top1": " CONDIT"
60
+ },
61
+ "0.75": {
62
+ "success": true,
63
+ "entropy": 4.375,
64
+ "context_length": 1024,
65
+ "oom": false,
66
+ "top1": " CONDIT"
67
+ },
68
+ "1.0": {
69
+ "success": true,
70
+ "entropy": 5.21875,
71
+ "context_length": 1024,
72
+ "oom": false,
73
+ "top1": "IFE"
74
+ }
75
+ },
76
+ "2048": {
77
+ "0.0": {
78
+ "success": true,
79
+ "entropy": 6.25,
80
+ "context_length": 2048,
81
+ "oom": false,
82
+ "top1": "isational"
83
+ },
84
+ "0.25": {
85
+ "success": true,
86
+ "entropy": 5.65625,
87
+ "context_length": 2048,
88
+ "oom": false,
89
+ "top1": "ETE"
90
+ },
91
+ "0.5": {
92
+ "success": true,
93
+ "entropy": 6.5,
94
+ "context_length": 2048,
95
+ "oom": false,
96
+ "top1": "AGES"
97
+ },
98
+ "0.75": {
99
+ "success": true,
100
+ "entropy": 4.375,
101
+ "context_length": 2048,
102
+ "oom": false,
103
+ "top1": "isational"
104
+ },
105
+ "1.0": {
106
+ "success": true,
107
+ "entropy": 6.75,
108
+ "context_length": 2048,
109
+ "oom": false,
110
+ "top1": " borne"
111
+ }
112
+ }
113
+ }