juddddd commited on
Commit
18bdb25
·
verified ·
1 Parent(s): 4c14f0a

Upload anchored_tail/plot_data.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. anchored_tail/plot_data.json +80 -0
anchored_tail/plot_data.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "k_values": [
3
+ 0,
4
+ 64,
5
+ 128,
6
+ 256,
7
+ 512,
8
+ 1024,
9
+ 2048,
10
+ 4096
11
+ ],
12
+ "curves": {
13
+ "collapsed": {
14
+ "preserved_rate": [
15
+ 1.0,
16
+ 0.1,
17
+ 0.1,
18
+ 0.075,
19
+ 0.05,
20
+ 0.1,
21
+ 0.075,
22
+ 0.05
23
+ ],
24
+ "mean_retention": [
25
+ 1.0,
26
+ 0.232198196463065,
27
+ 0.2374747857330454,
28
+ 0.21342737175113907,
29
+ 0.1714751438795719,
30
+ 0.22199497708060328,
31
+ 0.21136651419630287,
32
+ 0.23402812596356357
33
+ ]
34
+ },
35
+ "log_uniform": {
36
+ "preserved_rate": [
37
+ 1.0,
38
+ 1.0,
39
+ 1.0,
40
+ 1.0,
41
+ 0.775,
42
+ 0.35,
43
+ 0.2,
44
+ 0.1
45
+ ],
46
+ "mean_retention": [
47
+ 1.0,
48
+ 0.9466148935497717,
49
+ 0.9011375690045664,
50
+ 0.7833074900797946,
51
+ 0.598152686445833,
52
+ 0.437897001084716,
53
+ 0.3409294607899607,
54
+ 0.259427326113829
55
+ ]
56
+ },
57
+ "anchored_tail": {
58
+ "preserved_rate": [
59
+ 1.0,
60
+ 1.0,
61
+ 1.0,
62
+ 1.0,
63
+ 0.95,
64
+ 0.65,
65
+ 0.45,
66
+ 0.225
67
+ ],
68
+ "mean_retention": [
69
+ 1.0,
70
+ 0.9552813262963789,
71
+ 0.9158747447710983,
72
+ 0.8505787112791083,
73
+ 0.7208135363102774,
74
+ 0.5689656155488076,
75
+ 0.47146078531821045,
76
+ 0.32605034660013665
77
+ ]
78
+ }
79
+ }
80
+ }