AGofficial commited on
Commit
53d5954
Β·
verified Β·
1 Parent(s): 02dbea7

Upload 13 files

Browse files
README.md CHANGED
@@ -1,3 +1,51 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Atto: Extreme Intelligence Density Research
2
+
3
+ Atto is an exploration into the fundamental limits of **Intelligence Density** β€” how much knowledge and generative capability can be packed into a neural network with a strictly limited parameter budget.
4
+
5
+ This project focuses on the "sub-kiloparameter" and "low-kiloparameter" regime, training models to generate Shakespearean text with as few as 64 parameters.
6
+
7
+ ## The Atto Series
8
+
9
+ | Model | Parameters | Context | Weights Size (JSON) | Val Loss |
10
+ | :--- | :--- | :--- | :--- | :--- |
11
+ | **atto-64** | 64 | 3 | 1.8 KB | 2.59 |
12
+ | **atto-128** | 128 | 7 | 3.5 KB | 2.83 |
13
+ | **atto-256** | 256 | 8 | 6.0 KB | 2.33 |
14
+ | **atto-512** | 512 | 16 | 11.8 KB | 2.44 |
15
+ | **atto-1024** | 1,024 | 8 | 22.3 KB | 2.11 |
16
+ | **atto-2048** | 2,048 | 24 | 44.3 KB | 2.15 |
17
+ | **atto-4096** | 4,096 | 56 | 86.4 KB | 2.40 |
18
+ | **atto-8192** | 8,192 | 28 | 172.7 KB | 1.91 |
19
+ | **atto-16384** | 16,384 | 60 | ~640 KB | 2.11 |
20
+
21
+ ## Research Findings: Intelligence Density
22
+
23
+ 1. **Architecture Matters**: At the sub-1000 parameter scale, standard Transformers are highly inefficient due to the overhead of Attention and LayerNorm. Our custom **Neural N-Gram (AttoLM)** architecture ensures that every single parameter directly participates in character prediction.
24
+ 2. **The Embedding Threshold**: We found that moving from 8-dimensional to 16-dimensional embeddings (at 8,192 parameters) creates a significant jump in coherence, allowing the model to represent complex character relationships.
25
+ 3. **Context vs. Width**: In extremely small models, there is a sharp trade-off between the context window (memory) and embedding dimensionality (representation). Our 8,192 and 16,384 models prioritize a balance that favors realistic word formation.
26
+
27
+ ## Next Steps
28
+
29
+ This is just a **first step** in making intelligence very dense. By optimizing weight initialization, custom activation functions, and even more extreme parameter-tying, we believe it is possible to achieve "readable Shakespeare" with even fewer than 1,000 parameters.
30
+
31
+ ## Usage
32
+
33
+ ### Training
34
+ To train the base series, run:
35
+ ```bash
36
+ python3 train_atto.py
37
+ ```
38
+
39
+ ### Sampling
40
+ To evaluate all trained models:
41
+ ```bash
42
+ python3 sample.py
43
+ ```
44
+
45
+ The models are exported as dependency-free JSON files in the `models/` directory, ready for client-side inference in a web browser.
46
+
47
+ ### Sample generations:
48
+ ```
49
+
50
+
51
+ ```
hamlet.txt ADDED
The diff for this file is too large to render. See raw diff
 
models/atto-1024.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "atto-1024", "architecture": "atto-neural-ngram", "params": 1024, "config": {"vocab_size": 64, "embd_dim": 8, "context_len": 8}, "vocab": {"0": "\n", "1": " ", "2": "!", "3": "'", "4": "(", "5": ")", "6": ",", "7": "-", "8": ".", "9": ":", "10": ";", "11": "?", "12": "A", "13": "B", "14": "C", "15": "D", "16": "E", "17": "F", "18": "G", "19": "H", "20": "I", "21": "J", "22": "K", "23": "L", "24": "M", "25": "N", "26": "O", "27": "P", "28": "Q", "29": "R", "30": "S", "31": "T", "32": "U", "33": "V", "34": "W", "35": "Y", "36": "[", "37": "]", "38": "a", "39": "b", "40": "c", "41": "d", "42": "e", "43": "f", "44": "g", "45": "h", "46": "i", "47": "j", "48": "k", "49": "l", "50": "m", "51": "n", "52": "o", "53": "p", "54": "q", "55": "r", "56": "s", "57": "t", "58": "u", "59": "v", "60": "w", "61": "x", "62": "y", "63": "z"}, "weights": {"embedding": [[-0.6760939955711365, 0.9731445908546448, -2.621493101119995, 1.5662416219711304, 0.404337614774704, 1.2508337497711182, 1.548827052116394, -0.19967710971832275], [-1.4374353885650635, 0.9473574161529541, -1.436120867729187, 2.396071195602417, -2.649092197418213, -0.45467355847358704, 0.9303864240646362, -0.017848864197731018], [-0.8096476793289185, 0.34193524718284607, 1.3944730758666992, 0.6533965468406677, 0.0697082132101059, -0.8166142106056213, 1.104956030845642, 0.2168715000152588], [-2.1656999588012695, 0.5950303673744202, 0.3584921956062317, 0.2896052896976471, 0.40766945481300354, 0.6234453320503235, 0.05635899677872658, 0.7805402874946594], [-1.0488791465759277, -0.9540747404098511, 0.92337566614151, 2.2068839073181152, 1.9030728340148926, 0.8610727787017822, 0.45001015067100525, 1.1318706274032593], [-0.995958685874939, 0.27062684297561646, 1.5667790174484253, 1.3881269693374634, 1.138070821762085, 0.18517829477787018, 0.6748133897781372, 0.8863933682441711], [-2.2934389114379883, 0.5736098289489746, 0.9126328229904175, 0.5468361973762512, 0.7295660972595215, -1.165314793586731, 1.1703392267227173, 0.25180312991142273], [-1.2884126901626587, 0.25336605310440063, 0.383429616689682, 1.4015493392944336, 0.029848428443074226, 0.11231791973114014, 0.8231210708618164, 0.1008920669555664], [-0.8877677321434021, 0.3951886296272278, 2.5097720623016357, -0.4492679834365845, -0.1773390769958496, -1.6321985721588135, 1.6669073104858398, 0.3249552845954895], [-1.0997990369796753, -0.003991866484284401, 1.8531854152679443, 1.6447035074234009, 1.0226014852523804, -0.34739387035369873, 0.973162055015564, 0.5733768343925476], [-1.8824870586395264, 0.42289862036705017, 1.317305088043213, 1.2110106945037842, 1.1343775987625122, -1.0472999811172485, 1.2472089529037476, 0.3735419511795044], [-0.2150815725326538, 0.3734332323074341, 1.3181432485580444, 0.4716891944408417, -0.09028957784175873, -0.9464476704597473, 1.1867451667785645, -0.07780860364437103], [0.11819294840097427, 0.585294783115387, 1.5283092260360718, 2.856391191482544, -0.03794173523783684, 2.153050661087036, -2.238232374191284, 1.216633677482605], [0.881270706653595, -0.6599277853965759, 0.9837575554847717, 2.947625160217285, -0.601984977722168, 1.2311874628067017, -0.5884284377098083, 1.2373806238174438], [1.4179089069366455, -1.6772620677947998, 1.1087067127227783, 2.26432204246521, -1.206618070602417, 0.6998789310455322, -0.7525063753128052, 0.964113712310791], [-0.0013099848292768002, -1.413873314857483, 1.477973461151123, 2.539769172668457, 0.8256718516349792, 0.31424573063850403, -0.9358353614807129, 1.8224009275436401], [-1.1441823244094849, 1.5369346141815186, 3.04968523979187, 2.8472402095794678, -0.40680593252182007, 0.56630539894104, -1.683046579360962, 1.54835844039917], [0.5984526872634888, -1.2506784200668335, 0.4315454661846161, 2.290844440460205, 0.009587530978024006, 1.2210707664489746, -0.40987080335617065, 0.6425487995147705], [1.9781137704849243, -1.8453322649002075, 0.7378301024436951, 2.206221103668213, 0.06592237204313278, 1.1480214595794678, -1.7663490772247314, 0.7565352320671082], [2.1030704975128174, -0.9790181517601013, -0.34709110856056213, 2.398385763168335, -1.1759308576583862, 0.9986396431922913, -1.04191255569458, 0.9682531356811523], [-3.837237596511841, -0.042610328644514084, 1.6461032629013062, 1.9207626581192017, 1.9708991050720215, 2.0129401683807373, -0.3043123185634613, 1.4445322751998901], [0.21326428651809692, -1.9726306200027466, 2.318948268890381, 1.6628265380859375, 1.6995208263397217, 0.8116112947463989, -0.5036396980285645, 1.1705621480941772], [1.2124053239822388, -0.38140779733657837, -0.28383612632751465, 2.441359043121338, 0.16347703337669373, 0.8067722320556641, -0.558137834072113, 0.8520135283470154], [1.363065481185913, -0.9681415557861328, 1.0593918561935425, 2.4229960441589355, -0.1625584363937378, 0.6193007826805115, -1.8865387439727783, 1.3174176216125488], [1.0012671947479248, -1.152949571609497, 1.030948281288147, 2.8932442665100098, -0.8089348673820496, 1.0574473142623901, -0.896151065826416, 0.674984335899353], [0.4443590044975281, -1.7550957202911377, 0.8313133120536804, 2.804537296295166, 0.5624174475669861, 1.4865262508392334, -0.009408907033503056, 0.8117555379867554], [1.965968132019043, 0.17722953855991364, 1.8971842527389526, 2.447064161300659, -1.6383147239685059, 1.9132888317108154, -1.8633155822753906, 1.3947954177856445], [2.072866439819336, -1.5446741580963135, 0.79836505651474, 1.9737902879714966, -0.9476920366287231, 0.6983047127723694, -1.315381407737732, 1.0373132228851318], [2.1074016094207764, -2.377354860305786, 2.303450107574463, 2.5309200286865234, -0.021039297804236412, 0.136518195271492, -1.9020389318466187, 0.7167378067970276], [2.245882987976074, -1.3882951736450195, 0.9363222718238831, 2.2786760330200195, -0.9931935667991638, 0.9548017978668213, -0.8309692740440369, 0.7403299808502197], [0.9461548328399658, -1.3820490837097168, 0.2644478380680084, 3.098236322402954, 0.459612637758255, 0.8381335139274597, -0.6720085144042969, 1.4950578212738037], [-0.5643554925918579, -1.1351405382156372, -0.851035475730896, 3.0587501525878906, 1.4645745754241943, 1.6782338619232178, -0.14282655715942383, 0.744759202003479], [-1.5805473327636719, 0.061096563935279846, 3.0569186210632324, 2.85241961479187, 0.7727338075637817, 1.4442217350006104, -0.818828284740448, 0.6038153171539307], [0.6961244344711304, -2.011002779006958, 1.9923616647720337, 2.24589204788208, 1.2723441123962402, 1.0895460844039917, -0.543340802192688, 1.2287931442260742], [-0.7002213001251221, -1.0741571187973022, -0.027645831927657127, 3.3191089630126953, 1.6253572702407837, 1.1987384557724, -0.4213532507419586, 1.380735993385315], [0.8279705047607422, -1.1465939283370972, 0.37695929408073425, 2.807471990585327, 0.6809192895889282, 1.4580544233322144, 0.23331297934055328, 1.56539785861969], [-1.2772212028503418, -0.5969296097755432, 0.3376571238040924, 2.4797003269195557, 1.4829485416412354, 0.6156737804412842, 0.19684533774852753, 0.8804542422294617], [-0.9333998560905457, 0.4457551836967468, 0.6428752541542053, 1.393903136253357, 0.9089689254760742, 0.9320087432861328, 1.1655205488204956, 0.7308971881866455], [0.5452675223350525, 1.281093716621399, -0.3553236126899719, -1.1987910270690918, -0.5937625169754028, 0.5122585296630859, -1.8590471744537354, 1.2624566555023193], [0.02772757038474083, -0.9270704984664917, -0.49825382232666016, 0.33617252111434937, 0.18148702383041382, 0.42155417799949646, -0.8021867275238037, 1.3045462369918823], [0.2470545917749405, -1.2307243347167969, 0.05816863849759102, -0.21293683350086212, -0.5947171449661255, -0.16452531516551971, -0.6275606751441956, 1.1142570972442627], [-0.8350721597671509, -1.7519700527191162, 0.03878633677959442, -0.6311407685279846, 0.2276257574558258, -0.22429749369621277, 0.5889352560043335, 1.178444504737854], [0.39562052488327026, 0.7668188214302063, -0.08255323022603989, -1.8010525703430176, -0.06358408182859421, -0.7070143818855286, -1.0822983980178833, 1.7882030010223389], [-2.0279362201690674, -0.05830780416727066, -0.631934642791748, -0.04263622313737869, 2.078948497772217, 0.5111256837844849, -0.9251422882080078, 0.9623738527297974], [1.1525548696517944, -2.298433542251587, -0.09003179520368576, -0.779090404510498, 0.27451246976852417, -0.4916480779647827, 0.029179535806179047, 1.5186737775802612], [1.9858444929122925, -0.29270774126052856, -1.2961872816085815, -0.22991187870502472, 0.7740417718887329, -0.05426700413227081, -0.9581837058067322, 3.8652429580688477], [1.2388932704925537, 0.6160515546798706, -0.24159541726112366, -1.522220253944397, -0.8580959439277649, 0.023329906165599823, -1.2162662744522095, 1.5911962985992432], [0.31692489981651306, -2.08504581451416, 1.2455631494522095, 0.8537256717681885, 1.3844351768493652, 0.48689931631088257, -0.9577382802963257, 0.9209005832672119], [0.10793552547693253, -1.3952659368515015, -0.08648646622896194, 0.01299472525715828, 0.5242737531661987, -0.5720615983009338, -0.3458741307258606, 1.336415410041809], [-0.040039435029029846, -0.6956748962402344, -0.26962825655937195, -1.2293263673782349, 0.21712370216846466, -0.47780486941337585, -0.9074533581733704, 0.9364193081855774], [-0.7474985718727112, -1.0248147249221802, -0.6049168109893799, -0.1188175305724144, 0.4793723523616791, -0.06324268132448196, -0.7893343567848206, 0.9080711603164673], [-1.5503132343292236, -0.9722869992256165, -0.31215333938598633, -0.9745904207229614, 0.9087650775909424, 0.015374064445495605, -0.38321739435195923, -0.0390494242310524], [0.9789125323295593, 0.45289286971092224, -0.10773089528083801, -1.9530613422393799, 0.3659229874610901, -0.29218724370002747, -1.6232622861862183, 1.8415883779525757], [-0.5953722596168518, -0.5025694370269775, -0.5677918195724487, 0.17374317348003387, 0.7199472188949585, 0.10062174499034882, -1.0705015659332275, 0.8669106364250183], [0.11686781793832779, -1.6653404235839844, 2.110262155532837, 1.3261750936508179, 0.7428067326545715, 0.10733110457658768, -1.6922798156738281, 0.6769019961357117], [-0.31717449426651, -0.20474807918071747, -0.6394791007041931, -0.7505943179130554, 0.2457127571105957, -0.7159280776977539, -0.6079444885253906, 0.07145819067955017], [-1.8502538204193115, -0.9008779525756836, -0.7845394611358643, -0.5485414266586304, 0.7865543365478516, -0.012640741653740406, -0.015651114284992218, 0.6303170919418335], [-0.8066800832748413, -1.0858604907989502, -1.5137125253677368, -0.7904995679855347, 0.7092986106872559, 0.03540406748652458, -0.23310573399066925, 0.9267625212669373], [-0.5639688372612, 1.1480505466461182, 0.25434520840644836, -1.0739237070083618, 0.13678312301635742, 0.13926324248313904, -1.3529020547866821, 0.2665872275829315], [0.38645198941230774, -1.0559877157211304, -0.19197174906730652, 0.09226042777299881, -0.11112537235021591, -0.45068252086639404, -0.474132776260376, 0.7215070128440857], [-0.8729438781738281, -0.2904578447341919, -1.3173496723175049, 0.4150700569152832, 1.1326643228530884, 0.43899407982826233, -1.1827316284179688, 1.107444405555725], [-0.7886110544204712, -0.6651296019554138, 0.4903087317943573, 1.2651206254959106, 0.7567713260650635, -0.1324589103460312, -0.35010847449302673, 0.049545079469680786], [-0.42440158128738403, -0.09812908619642258, -1.339278221130371, -0.6624287962913513, 1.3490771055221558, 0.05201009660959244, -0.48603805899620056, 1.2967523336410522], [-0.5590282678604126, -0.6264413595199585, 0.8369852304458618, 0.9188584685325623, 1.157363772392273, -0.21541449427604675, 0.25149667263031006, 1.1445496082305908]], "mix": [[0.11573822796344757, 0.07032578438520432, 0.04813222959637642, 0.008725405670702457, 0.06892172992229462, -0.09329914301633835, 0.061895743012428284, -0.06264309585094452, -0.033013373613357544, 0.05336139351129532, 0.0523674301803112, -0.04591454192996025, 0.027851661667227745, 0.009978411719202995, 0.1577833741903305, 0.07219908386468887, 0.2955538034439087, 0.1540743112564087, 0.08895567059516907, -0.10065042227506638, 0.2102399319410324, 0.3274080753326416, 0.39233410358428955, -0.3055095076560974, 0.22992758452892303, 0.11373178660869598, -0.0178543571382761, -0.08833363652229309, 0.02985650859773159, 0.0897737517952919, 0.2242881953716278, -0.18107078969478607, 0.7343608140945435, 0.5625216364860535, 0.014558764174580574, -0.5390715003013611, 0.1408488005399704, 0.5728830099105835, 1.1926342248916626, -0.5739098787307739, 0.8060593008995056, 0.46568796038627625, -0.0882158949971199, -0.16349370777606964, 1.4560962915420532, -0.05859234929084778, 0.4809024930000305, -1.2301119565963745, 2.0515105724334717, 1.0913456678390503, 0.20904070138931274, 0.5917704105377197, -1.3961976766586304, -0.3028014302253723, 1.2692135572433472, -2.1386115550994873, 0.20672795176506042, -3.874563694000244, -1.9294179677963257, 0.580512285232544, 1.4358237981796265, -1.238086462020874, -0.817943811416626, -1.2337713241577148], [-0.040242090821266174, -0.06104489788413048, -0.040746089071035385, -0.03667242452502251, -0.07122623920440674, 0.08010956645011902, -0.01822522282600403, -0.007032435387372971, -0.008745956234633923, -0.04392705112695694, 0.05472814291715622, 0.05855482071638107, -0.05606336519122124, -0.11234372109174728, -0.172319695353508, 0.016996530815958977, -0.014786073006689548, 0.04271674156188965, 0.019098294898867607, -0.10119517147541046, -0.053813476115465164, 0.06420339643955231, 0.11931543797254562, 0.035904012620449066, -0.1545623242855072, -0.018194109201431274, 0.07177843153476715, 0.010914493352174759, -0.1714353710412979, -0.17949636280536652, -0.17417548596858978, 0.09403292834758759, -0.09047270566225052, 0.17536382377147675, -0.1112172082066536, -0.08150807023048401, 0.019363706931471825, 0.2115820199251175, 0.11420415341854095, 0.13685767352581024, 0.1022782027721405, 0.32247406244277954, 0.04014769196510315, -0.22771264612674713, -0.1190435141324997, 0.24457032978534698, 0.5548080205917358, 0.12964805960655212, 0.3355778753757477, -0.0161898210644722, -0.7945571541786194, 0.717753529548645, 0.5874423384666443, -0.7348634600639343, 0.7583381533622742, -0.0007977181812748313, 1.0149353742599487, -1.276214361190796, -1.1059855222702026, 1.376232385635376, 2.631364583969116, -3.1700401306152344, 0.8260616660118103, 0.4977925419807434], [0.5724396705627441, 0.09542413800954819, 0.041579537093639374, 0.2789686918258667, 0.06608611345291138, 0.2207985818386078, 0.21849441528320312, -0.389926940202713, 0.6850121021270752, 0.16904214024543762, 0.09812813252210617, -0.19039200246334076, 0.03934883698821068, 0.6614185571670532, 1.1620911359786987, -0.8099678754806519, 0.8944443464279175, 0.7170249819755554, -0.6625877618789673, -0.1832294464111328, 0.6955631971359253, 1.025041937828064, 1.3177037239074707, -1.0613012313842773, 1.3421210050582886, -0.24247315526008606, 0.04739418625831604, -0.25451552867889404, -0.22833825647830963, -0.7583628296852112, -0.4859088659286499, -2.4208545684814453, 0.8561031818389893, 0.012204213067889214, 0.5251716375350952, -0.039057232439517975, 0.6604625582695007, 0.8609825968742371, -0.24836602807044983, -1.0080130100250244, 1.570900321006775, 0.07147707045078278, 1.0861433744430542, -0.33206862211227417, 0.14653727412223816, 1.6525541543960571, -0.666258692741394, -1.5299891233444214, 0.09744574129581451, 1.3133111000061035, -0.15492816269397736, 1.1054633855819702, 1.0423004627227783, 0.03194158896803856, -0.3175904154777527, 0.31170904636383057, 0.8857226967811584, -2.1688897609710693, 1.3890037536621094, 0.9953149557113647, 2.106320858001709, -1.081786036491394, -2.340078353881836, -2.0051727294921875], [0.20200903713703156, 0.0244474858045578, 0.027422703802585602, 0.06374403089284897, 0.045074284076690674, 0.05772581696510315, 0.0941605344414711, -0.1760261356830597, 0.2352403998374939, 0.1617729812860489, -0.020074132829904556, 0.03497801348567009, 0.2597547769546509, 0.07762406021356583, 0.37855809926986694, -0.3377911150455475, 0.06055020913481712, -0.06502441316843033, 0.19309720396995544, 0.15602228045463562, 0.0668187290430069, -0.42067742347717285, -0.12287134677171707, -0.10244154185056686, -0.08116628229618073, -0.10570433735847473, 0.06269241869449615, -0.043553426861763, -0.031185610219836235, -0.16004815697669983, 0.014508059248328209, 0.03815162554383278, 0.17274786531925201, 0.14560264348983765, 0.006639924831688404, -0.10744616389274597, 0.15026751160621643, 0.15405261516571045, 0.5016292333602905, -0.11550147831439972, 0.26881465315818787, 0.3379223942756653, -0.20582129061222076, 0.027892719954252243, -0.04409569129347801, 0.33789053559303284, 0.6891340017318726, 0.06737575680017471, 1.4296067953109741, 0.5486482381820679, 0.4186151623725891, -0.3614567518234253, -0.38453370332717896, 0.8231858611106873, 1.812744140625, -0.9907290935516357, -0.9162695407867432, 0.9065797924995422, -0.4101990759372711, 0.16507954895496368, 1.3343875408172607, -0.28366774320602417, 3.134570360183716, -0.6759517788887024], [-0.0493268221616745, 0.014597923494875431, -0.01683853752911091, 0.043036919087171555, -0.0070248981937766075, -0.17937177419662476, -0.1783861666917801, -0.11508771032094955, 0.0802319124341011, 0.05615634843707085, 0.10333061218261719, 0.08962487429380417, 0.05425078421831131, -0.13811448216438293, 0.002969945315271616, 0.0006922439206391573, 0.17297425866127014, 0.29842546582221985, -0.08043844997882843, 0.016127049922943115, 0.38614487648010254, -0.04895375669002533, 0.38330644369125366, -0.23146623373031616, 0.07399937510490417, 0.05071340873837471, 0.037071071565151215, 0.002452702494338155, 0.028937924653291702, -0.02446177415549755, 0.19667209684848785, -0.09018103778362274, -0.015216191299259663, 0.04373025521636009, -0.10413722693920135, -0.016592778265476227, -0.08134635537862778, -0.4027208387851715, -0.08301224559545517, -0.0970955565571785, 0.6199742555618286, 0.5341755747795105, -0.005920004565268755, -0.18870265781879425, 0.6704275012016296, 0.27942731976509094, 1.2083382606506348, -0.5802828669548035, 1.3100073337554932, 2.090161085128784, -0.007738972082734108, 1.1137683391571045, -0.5258639454841614, -1.0515731573104858, 1.813610315322876, -2.348978042602539, 1.1571581363677979, -2.4567549228668213, 1.2453030347824097, -2.139275074005127, 1.1918799877166748, 0.49876490235328674, 1.7140306234359741, -2.0000946521759033], [0.019766416400671005, -0.22088059782981873, 0.03106268309056759, 0.10449832677841187, 0.06884244084358215, 0.053095780313014984, -0.49437594413757324, -0.14338940382003784, -0.15416838228702545, -0.5889895558357239, 0.24535298347473145, 0.3631783723831177, -0.32553085684776306, -0.5909616947174072, -0.7387818694114685, -0.1381252110004425, 0.29708367586135864, 0.23683495819568634, -0.08905088901519775, 0.052301447838544846, 0.4738839268684387, -0.12707939743995667, 0.40424638986587524, -0.4761074185371399, 1.0540618896484375, 0.5551390051841736, 0.009631707333028316, 0.06464803218841553, 0.8647063970565796, 0.41035401821136475, 0.8451637029647827, -0.9958639740943909, -0.6299211978912354, -0.40478429198265076, 0.27053502202033997, -0.06578261405229568, -0.023252064362168312, -0.7063805460929871, -0.7588186264038086, 0.05100974068045616, -0.2883380949497223, -0.7348458766937256, 0.8442156910896301, -0.22243550419807434, 0.11254452913999557, 0.13858886063098907, -0.9790118336677551, -0.21618306636810303, -0.5318025946617126, -0.9093820452690125, 1.2150307893753052, -0.48011866211891174, -0.20513157546520233, -1.3177224397659302, 0.0549713559448719, 0.4623619318008423, -0.6996176242828369, -0.3044227063655853, 1.9750580787658691, 1.9582141637802124, -0.9673450589179993, -1.5577092170715332, -0.10599038004875183, -4.830079555511475], [0.0013538042549043894, -0.020206956192851067, -0.014518463052809238, 0.08729234337806702, 0.04795767739415169, -0.03951190039515495, 0.031180253252387047, -0.056394487619400024, 0.1512405127286911, 0.032507047057151794, 0.014629644341766834, -0.02285236120223999, 0.06843621283769608, -0.03403721749782562, 0.09108640253543854, -0.08557917177677155, 0.09776254743337631, 0.1044054925441742, -0.08660233020782471, -0.06425894796848297, 0.04393460601568222, 0.11050944775342941, 0.18057124316692352, -0.09575752168893814, -0.0031429268419742584, 0.009166345000267029, -0.045080143958330154, -0.023626351729035378, 0.023011690005660057, -0.04282539710402489, -0.019213536754250526, -0.1041928380727768, -0.03034328855574131, 0.10573365539312363, 0.01518497709184885, 0.002785505959764123, 0.11017240583896637, -0.037092290818691254, 0.016851605847477913, 0.23372364044189453, 1.4669954776763916, 1.2870415449142456, -0.0961468443274498, -1.0288512706756592, 0.7164698839187622, 1.7629475593566895, 1.9003294706344604, -0.7729629874229431, 0.006200147792696953, -0.1749277561903, 1.31096351146698, -1.225045084953308, -0.026867346838116646, 0.6786023378372192, -1.0556588172912598, 0.3378719985485077, -1.099096655845642, 1.0343810319900513, -0.278768926858902, -1.015537977218628, 3.285844564437866, -1.5544273853302002, 3.999159336090088, 1.2208633422851562], [-0.09153247624635696, -0.03576091676950455, 0.08951395750045776, 0.10738622397184372, -0.06568095088005066, -0.12106931954622269, -0.15939919650554657, 0.08086051791906357, 0.08255238085985184, -0.027414025738835335, -0.025554101914167404, -0.03781624138355255, -0.027369938790798187, 0.19441992044448853, 0.08400847017765045, -0.019635764881968498, -0.02749277465045452, -0.16357514262199402, 0.054422371089458466, 0.040612488985061646, -0.04529136046767235, -0.14350895583629608, -0.22697103023529053, 0.02870536409318447, 0.0744803324341774, 0.04437104985117912, -0.12646484375, 0.017643865197896957, 0.13890603184700012, 0.10820113122463226, 0.06786208599805832, -0.09175446629524231, -0.2139202356338501, -0.09168597310781479, 0.03560616075992584, 0.19522975385189056, -0.08650717884302139, -0.42988139390945435, -0.2909543216228485, 0.13369961082935333, -0.11287715286016464, -0.39897996187210083, -0.03511960431933403, 0.36415407061576843, -0.08798830211162567, -0.5707736611366272, -0.5125093460083008, -0.06928979605436325, 0.7123597860336304, -1.296494722366333, 0.3651515245437622, -0.3424118161201477, 0.9203326106071472, -1.4370440244674683, -2.541957378387451, -1.5655218362808228, -0.3714665472507477, -2.3120434284210205, -4.276381969451904, 1.3149875402450562, 0.8087891340255737, 0.6707285642623901, 0.7850708365440369, 0.5389994382858276]]}}
models/atto-128.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "atto-128", "architecture": "atto-neural-ngram", "params": 128, "config": {"vocab_size": 50, "embd_dim": 2, "context_len": 7}, "vocab": {"0": "\n", "1": " ", "2": "!", "3": "'", "4": ",", "5": "-", "6": ".", "7": ";", "8": "?", "9": "A", "10": "B", "11": "C", "12": "E", "13": "F", "14": "G", "15": "H", "16": "I", "17": "K", "18": "L", "19": "M", "20": "N", "21": "O", "22": "P", "23": "R", "24": "S", "25": "T", "26": "W", "27": "a", "28": "b", "29": "c", "30": "d", "31": "e", "32": "f", "33": "g", "34": "h", "35": "i", "36": "k", "37": "l", "38": "m", "39": "n", "40": "o", "41": "p", "42": "r", "43": "s", "44": "t", "45": "u", "46": "v", "47": "w", "48": "x", "49": "y"}, "weights": {"embedding": [[-3.7475686073303223, -4.573180198669434], [-2.398930072784424, -6.852949142456055], [-0.5634428262710571, 0.6081658601760864], [0.05575920641422272, -0.18508443236351013], [0.9379324316978455, -0.038329411298036575], [-1.2804617881774902, 0.42418187856674194], [1.1506483554840088, -0.009096920490264893], [-0.5815092921257019, 0.47065094113349915], [-0.40896835923194885, 0.7002439498901367], [-0.9584012627601624, -0.8264613747596741], [-1.1080354452133179, 0.15271739661693573], [-1.3946890830993652, 0.34200525283813477], [-0.9925199151039124, 0.5297300815582275], [-1.3654181957244873, 0.21129095554351807], [-1.1820060014724731, 0.06538834422826767], [-0.7085915803909302, -0.7475802898406982], [-1.2903529405593872, -1.5228136777877808], [-1.4333152770996094, 0.4003361165523529], [-1.2818193435668945, 0.19021908938884735], [-0.9499596953392029, 0.30181705951690674], [-1.2846527099609375, 0.35352104902267456], [-0.513035774230957, 0.500531792640686], [-1.3869798183441162, 0.06496673822402954], [-1.6458241939544678, 0.336179256439209], [-1.0519331693649292, 0.20800116658210754], [-0.32293957471847534, -0.25143277645111084], [-0.9475914835929871, -0.3680884838104248], [1.6102303266525269, -0.8209877014160156], [0.06617579609155655, -0.5756391286849976], [0.5043359398841858, -0.5390965938568115], [1.3398878574371338, -0.36987683176994324], [1.6115368604660034, -1.366319179534912], [0.729013204574585, -0.22623564302921295], [0.5905032753944397, -0.259992778301239], [1.4722332954406738, -0.8041857481002808], [1.4901756048202515, -0.7205134034156799], [0.053719330579042435, -0.12835924327373505], [1.2150745391845703, -0.7022852301597595], [1.029107928276062, -0.5814894437789917], [1.651237964630127, -0.6343411207199097], [1.8497782945632935, -0.7184271812438965], [0.1677904725074768, -0.5102539658546448], [1.18180251121521, -1.029097080230713], [1.7188173532485962, -0.5088123679161072], [1.9651517868041992, -0.635180652141571], [1.0110095739364624, -0.614141583442688], [-0.012367832474410534, -0.3829384446144104], [0.23050259053707123, -0.8874529600143433], [-1.629704475402832, 0.2134535312652588], [0.9957793354988098, -0.24044623970985413]], "mix": [[0.007903830148279667, -0.029984567314386368, 0.04831118881702423, -0.0474700927734375, 0.030506139621138573, -0.04372365027666092, -0.08337317407131195, 0.012015039101243019, 0.09496095031499863, -0.013763157650828362, -0.024592047557234764, -0.311435341835022, -1.6493713855743408, -5.898752689361572], [-0.014412067830562592, 0.04244541376829147, -0.11817225068807602, 0.06252016872167587, -0.031588707119226456, 0.0630912333726883, -0.01818610355257988, 0.030459068715572357, -0.16347570717334747, 0.08255819231271744, -0.15597499907016754, 0.024961598217487335, 0.10823284834623337, 0.5222145318984985]]}}
models/atto-16384.json ADDED
The diff for this file is too large to render. See raw diff
 
models/atto-2048.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "atto-2048", "architecture": "atto-neural-ngram", "params": 2048, "config": {"vocab_size": 64, "embd_dim": 8, "context_len": 24}, "vocab": {"0": "\n", "1": " ", "2": "!", "3": "'", "4": "(", "5": ")", "6": ",", "7": "-", "8": ".", "9": ":", "10": ";", "11": "?", "12": "A", "13": "B", "14": "C", "15": "D", "16": "E", "17": "F", "18": "G", "19": "H", "20": "I", "21": "J", "22": "K", "23": "L", "24": "M", "25": "N", "26": "O", "27": "P", "28": "Q", "29": "R", "30": "S", "31": "T", "32": "U", "33": "V", "34": "W", "35": "Y", "36": "[", "37": "]", "38": "a", "39": "b", "40": "c", "41": "d", "42": "e", "43": "f", "44": "g", "45": "h", "46": "i", "47": "j", "48": "k", "49": "l", "50": "m", "51": "n", "52": "o", "53": "p", "54": "q", "55": "r", "56": "s", "57": "t", "58": "u", "59": "v", "60": "w", "61": "x", "62": "y", "63": "z"}, "weights": {"embedding": [[-1.6543396711349487, 0.1255784034729004, 2.269483804702759, 1.7724918127059937, -0.2931913137435913, 3.3236782550811768, 2.4346890449523926, 1.0275558233261108], [-0.25290465354919434, 0.6043176651000977, 2.6333999633789062, 1.707777976989746, 0.08287215232849121, -0.2595345079898834, 1.4847066402435303, -0.15834546089172363], [-0.838718593120575, -1.3343476057052612, 0.6024208068847656, 1.5433385372161865, 1.8548344373703003, 1.152854561805725, -0.9557077884674072, 0.12977871298789978], [-0.29802781343460083, -1.2831838130950928, 0.09759791940450668, 0.6495187282562256, -0.572657585144043, -0.29976212978363037, 0.8067061901092529, 0.5538788437843323], [1.611730933189392, -1.07233726978302, -0.7743815183639526, 1.5304346084594727, 2.03157377243042, 0.9491413831710815, 0.8328395485877991, -0.88267582654953], [-0.9792896509170532, -1.0745787620544434, -0.09830237179994583, 1.2156423330307007, 1.5298147201538086, 2.1848948001861572, 0.29546770453453064, 0.6839131116867065], [-0.6448910236358643, -0.5435684323310852, 0.01475960947573185, 1.5533634424209595, 0.2570765018463135, 0.9905366897583008, -1.3108006715774536, 0.11812691390514374], [0.1335778683423996, -1.1102650165557861, 0.7351818084716797, 1.1597346067428589, 0.9107017517089844, 0.2418842315673828, 0.38602152466773987, -0.13133011758327484], [-1.202242136001587, -2.8452718257904053, 1.7318898439407349, 2.1174073219299316, 0.6471143364906311, 0.975165843963623, -0.9438373446464539, 0.11154638230800629], [-0.39897727966308594, -0.9898680448532104, -0.3288588225841522, 1.4555186033248901, 1.6362292766571045, 2.530933380126953, -0.3153756558895111, 0.508730411529541], [-0.6929296851158142, -0.7807468771934509, -0.2835768759250641, 1.5446553230285645, 1.1760293245315552, 1.5613374710083008, -1.1985903978347778, 0.25695690512657166], [-0.43975260853767395, -1.486922264099121, 0.8472829461097717, 1.7281841039657593, 1.9318510293960571, 0.9141644239425659, -1.1467008590698242, 0.049043919891119], [2.650555372238159, -1.6717349290847778, -0.6039866209030151, -1.0974996089935303, 0.06948377937078476, 0.016446851193904877, 4.411818504333496, -0.10820716619491577], [2.7567059993743896, -1.3618029356002808, -0.5260704159736633, 0.6139302253723145, 0.8215467929840088, 0.4173899292945862, 2.2827115058898926, -0.5426539182662964], [1.896437168121338, 0.13523660600185394, -0.3244633674621582, 0.27406278252601624, 1.9803000688552856, 0.4568112790584564, 1.6300289630889893, -1.2984094619750977], [2.037665367126465, -2.030367612838745, -0.9786369800567627, 0.7621824145317078, 0.4649263024330139, 1.1130685806274414, 1.282416820526123, -1.7740720510482788], [0.7345980405807495, -2.858523368835449, 0.9455280303955078, -0.8432965874671936, 0.158227801322937, 0.21403451263904572, 3.496291160583496, -1.6513643264770508], [2.270557403564453, -0.9970661997795105, -0.6289339065551758, 0.31269344687461853, 1.1713989973068237, 0.4667302668094635, 1.9623053073883057, -1.1148136854171753], [1.9612420797348022, -1.361456274986267, -0.39128419756889343, 0.151293084025383, 0.3557082414627075, 0.7114357352256775, 2.03106951713562, -1.4415593147277832], [2.3178253173828125, -0.3576022982597351, 0.23943406343460083, 0.43416866660118103, 1.088537573814392, 0.5983427166938782, 2.959322214126587, -0.9989261627197266], [1.8503066301345825, -0.4242565333843231, -1.8902443647384644, 0.5519161820411682, -0.830223798751831, 1.4173986911773682, 2.651134490966797, 0.7765612602233887], [1.0243240594863892, -2.1555614471435547, -0.647495448589325, 0.8604429960250854, 1.7162803411483765, 1.114764928817749, 0.8408019542694092, -0.7866359353065491], [1.6140660047531128, -1.6085585355758667, 0.3197021484375, -0.2947496175765991, 0.614071249961853, 1.3985888957977295, 2.757317304611206, -2.263850688934326], [2.0771496295928955, -0.6314647793769836, -0.32227224111557007, -0.12765540182590485, 0.6894922256469727, 1.2387099266052246, 2.551081895828247, -1.1672477722167969], [2.3258233070373535, -1.0083515644073486, -0.7016211152076721, -0.5588935613632202, 0.48925140500068665, 0.6606327891349792, 2.6558730602264404, -1.2072656154632568], [2.3742616176605225, 0.8751060366630554, -1.1263154745101929, 0.22263363003730774, 2.150158166885376, 1.2282464504241943, 2.456225633621216, -0.16968800127506256], [2.4994633197784424, -0.44010671973228455, -0.4827699661254883, -0.13764052093029022, 2.213332176208496, -0.13106447458267212, 4.514835357666016, 0.6703658699989319], [1.7837905883789062, -3.0609254837036133, -0.07740096747875214, 0.41519108414649963, 1.0537059307098389, -0.9571791291236877, 2.057436227798462, -1.8700525760650635], [1.991658329963684, -3.460801362991333, 0.36484310030937195, 0.7957946062088013, 5.414074897766113, -2.5190157890319824, 1.3878720998764038, -4.4994611740112305], [1.901147484779358, -0.28458091616630554, 0.1137237623333931, 0.11332085728645325, 3.2816085815429688, 0.45765164494514465, 2.7273805141448975, -1.7861826419830322], [2.1682605743408203, -1.4378557205200195, -0.48706749081611633, -0.09553271532058716, 0.27925413846969604, 0.020106753334403038, 1.875935673713684, -1.09873628616333], [2.76253604888916, -1.4428311586380005, -0.7278833389282227, 0.1399671733379364, -0.6994661688804626, 0.46337705850601196, 1.605517029762268, -1.2616043090820312], [2.3588340282440186, -1.9033942222595215, -0.7087303996086121, 0.7179265022277832, 0.11568772047758102, 1.5064114332199097, 1.1408441066741943, -0.9099863767623901], [1.9011157751083374, -1.5241419076919556, -0.9446594715118408, -0.15117721259593964, 0.6654939651489258, 1.1421955823898315, 1.2482694387435913, -1.294091820716858], [2.9301388263702393, -1.348057746887207, -0.9080851078033447, 0.8936721682548523, 0.03897371143102646, 1.5370005369186401, 1.2968586683273315, -1.965259313583374], [2.4800314903259277, -0.016963275149464607, -1.6508817672729492, -0.3948478400707245, 1.1595661640167236, 1.2842615842819214, 3.255138397216797, 0.8569819331169128], [1.2973493337631226, 0.2348964661359787, 0.2605041563510895, 0.68324875831604, 2.7884061336517334, 0.2804945111274719, 2.5855441093444824, -0.2169562727212906], [-0.49345141649246216, -0.7775349020957947, 0.9058507680892944, 1.2545093297958374, 1.750657558441162, 1.2844845056533813, 1.6717579364776611, 1.066028118133545], [-1.0766932964324951, 0.265776127576828, -1.2811440229415894, -0.8246811628341675, -0.48247599601745605, -0.9428198933601379, 0.9316085577011108, 1.1935213804244995], [-0.08233899623155594, -0.01952856034040451, -1.4698073863983154, -0.001950579695403576, 0.8247316479682922, -0.6448965072631836, 0.256873220205307, -0.7994950413703918], [-0.7041081190109253, 0.8716477155685425, -1.4398484230041504, 0.40109652280807495, 1.3165870904922485, 0.06239113211631775, -0.7943590879440308, -0.8980206251144409], [-1.0320018529891968, -0.8931425213813782, -1.271968126296997, 1.421789526939392, 0.17414186894893646, 0.6215952634811401, -1.7879838943481445, -1.9925510883331299], [-1.2375372648239136, 0.25741511583328247, -1.8352646827697754, -0.2939397096633911, -0.5269924998283386, -0.3477768301963806, -0.8854928016662598, 1.2930011749267578], [-0.5360938906669617, -0.029850749298930168, -0.6542801260948181, 0.2540566027164459, 0.3135741651058197, -0.11268170922994614, 0.11882919073104858, -0.9303789138793945], [-1.124348759651184, -0.07683657854795456, -2.27278733253479, 1.0133589506149292, 1.4133270978927612, 0.7167255878448486, -2.194174289703369, -1.6681551933288574], [1.2599741220474243, 1.578829288482666, -2.5808799266815186, -0.15058554708957672, -0.710075318813324, -0.3998847007751465, 0.4424159824848175, 1.8172639608383179], [-0.7201352715492249, 0.017931248992681503, -1.630790114402771, -0.6758410334587097, -0.5728943943977356, -1.1043002605438232, 0.45814791321754456, 1.2288322448730469], [0.37088742852211, -1.0238535404205322, -1.7473344802856445, -0.7336701154708862, 0.7939276099205017, 1.129644513130188, 0.3022706210613251, -1.5257847309112549], [-0.48836636543273926, 0.2936929166316986, -2.1880433559417725, 0.28723251819610596, 0.7313453555107117, 0.6934714913368225, -1.6966110467910767, -0.6606432795524597], [-1.550840973854065, 0.781719982624054, -2.0560410022735596, -0.6040586233139038, 0.7137923240661621, 0.015582405962049961, -0.8989385962486267, -0.22464071214199066], [-0.9658690094947815, -0.3754095137119293, -1.2140429019927979, 0.08835014700889587, 0.10639092326164246, -0.1690698117017746, -0.20744994282722473, -1.0678952932357788], [-1.1091930866241455, -0.024499837309122086, -0.20735806226730347, 0.08222739398479462, 0.2464321255683899, -0.004147252533584833, -0.2820455729961395, -1.1410528421401978], [-0.6062713861465454, 0.7554367184638977, -1.2748700380325317, -1.3995871543884277, -0.16673292219638824, -1.1748182773590088, 1.6037787199020386, 1.4934313297271729], [0.2473454475402832, 0.04659853130578995, -0.9663758873939514, -0.056300386786460876, -0.12031549215316772, -0.4439300000667572, 0.1648169457912445, -0.4533505439758301], [0.34709152579307556, -1.3225919008255005, -0.6274587512016296, 0.26914548873901367, 1.872273564338684, -0.6986044645309448, 0.6204578280448914, -0.8847883343696594], [-0.7440661787986755, 0.14373762905597687, -0.7650175094604492, -0.04544002190232277, -0.01411613542586565, -0.30983689427375793, -0.8021604418754578, -0.43169867992401123], [-0.9910367131233215, -0.403598815202713, -0.47204601764678955, 0.7576905488967896, -0.3776280879974365, -0.2639223039150238, -0.3800106644630432, -0.8524094820022583], [-0.6527826189994812, 0.09983815252780914, -1.001429796218872, 0.470138281583786, -0.7683963775634766, -0.35956844687461853, -0.4676903784275055, -0.6501563787460327], [-1.4283759593963623, -0.5884515047073364, -0.839532732963562, -0.8352025151252747, 0.029552260413765907, -0.40725255012512207, 0.06459222733974457, 0.23511923849582672], [-0.8263542056083679, -0.11803881078958511, -0.8942294120788574, 0.044177986681461334, 1.743653416633606, 0.1549692451953888, -0.7435562610626221, -1.4720420837402344], [0.13225819170475006, 0.20011261105537415, -0.9197515249252319, -0.2669295072555542, -0.4731684625148773, -0.08154163509607315, 0.6942829489707947, -0.6974019408226013], [1.3442128896713257, -0.4061894118785858, 0.62630695104599, -0.18724367022514343, 1.8060569763183594, 0.9449138045310974, -0.013889902271330357, -1.5842821598052979], [-0.8383875489234924, 0.47262123227119446, -1.6043784618377686, -0.22490014135837555, -0.5192914009094238, 0.47935739159584045, -0.30451497435569763, 0.46902477741241455], [0.08775008469820023, -0.7018716335296631, -0.9481955766677856, 0.5802167057991028, 1.5520533323287964, 0.9458367824554443, -1.0638551712036133, -0.4612826406955719]], "mix": [[0.07555082440376282, 0.029874499887228012, 0.1224837526679039, -0.17017725110054016, -0.02223891392350197, 0.061182305216789246, -0.07490690052509308, -0.03060358576476574, 0.07592763751745224, 0.07027696818113327, 0.053029078990221024, -0.10288069397211075, -0.07991091907024384, 0.09012090414762497, -0.06259634345769882, -0.006590376608073711, 0.04060447961091995, 0.03616669028997421, 0.031289417296648026, -0.0691671073436737, 0.053495995700359344, 0.011742686852812767, -0.011015201918780804, -0.03912819176912308, 0.11933265626430511, 0.005177455488592386, 0.09785404056310654, -0.11221808940172195, -0.017390239983797073, 0.050025854259729385, -0.09398116916418076, -0.02594306319952011, 0.13225600123405457, 0.08496145904064178, 0.15148064494132996, -0.25109392404556274, -0.1389593482017517, 0.054630786180496216, -0.15356765687465668, -0.0860438197851181, 0.05675705894827843, 0.022100569680333138, 0.11916042864322662, -0.16310782730579376, -0.03305631875991821, 0.08205867558717728, -0.11019933968782425, -0.04880676791071892, 0.1290670484304428, -0.0976477637887001, 0.1420847326517105, -0.21006883680820465, -0.05287040024995804, 0.08616328984498978, -0.09389930218458176, 0.014061607420444489, 0.11219291388988495, -0.020982882007956505, 0.11217367649078369, -0.1789712756872177, 0.020368028432130814, 0.052475858479738235, -0.1541193425655365, 0.015118967741727829, 0.09497473388910294, 0.044720884412527084, 0.09830638766288757, -0.18943177163600922, 0.0038676864933222532, -0.008126011118292809, -0.08935047686100006, -0.04303817078471184, 0.06425533443689346, 0.005275818984955549, 0.0914493054151535, -0.12956449389457703, -0.03783968836069107, 0.12314148247241974, -0.07122975587844849, 0.04286332428455353, 0.148366317152977, -0.011747730895876884, 0.157499760389328, -0.2526496946811676, 0.008260040543973446, 0.07191435247659683, -0.15194325149059296, 0.005652989726513624, 0.0745505541563034, 0.029183201491832733, 0.038869015872478485, -0.10987406969070435, 0.007293389178812504, 0.00599843030795455, -0.05859588459134102, -0.0399944931268692, 0.061643972992897034, 0.008535003289580345, 0.06888069212436676, -0.1354488581418991, -0.09673058241605759, 0.08778997510671616, -0.024038920179009438, -0.06838367134332657, 0.07601428776979446, 0.03592050075531006, 0.13016949594020844, -0.18269892036914825, 0.011109409853816032, 0.14226315915584564, -0.06955968588590622, 0.018289117142558098, 0.06549383699893951, 0.009997149929404259, 0.10203497111797333, -0.12705175578594208, -0.12339672446250916, 0.20219966769218445, -0.0860481932759285, 0.03523280844092369, 0.05328666418790817, 0.02752646803855896, 0.08370011299848557, -0.12897276878356934, -0.07640599459409714, 0.18287402391433716, -0.07872477173805237, -0.007704676128923893, 0.1123548224568367, -0.003302767174318433, 0.1151805892586708, -0.24039264023303986, 0.010449469089508057, 0.065121129155159, -0.16857387125492096, -0.02445639856159687, 0.033312343060970306, 0.01223297044634819, 0.05201258510351181, -0.04514984413981438, -0.07979123294353485, 0.37009328603744507, 0.021389059722423553, -0.016010073944926262, 0.2838151454925537, -0.11409823596477509, 0.33982476592063904, -0.3520621359348297, 0.10876332223415375, -0.03592076152563095, -0.38774389028549194, 0.09103246033191681, 0.10089492052793503, -0.04527411609888077, 0.19575101137161255, -0.08584543317556381, -0.15009044110774994, 0.32619214057922363, -0.11083684861660004, 0.10473170131444931, 0.10169561952352524, -0.34760281443595886, 0.5425966382026672, -0.1645178645849228, 0.23644807934761047, -0.0707787498831749, -0.364383727312088, 0.4210849702358246, 0.23050709068775177, -0.025761237367987633, 0.32363659143447876, -0.006561066955327988, -0.09843108057975769, 0.312676340341568, -0.28936702013015747, 0.41198742389678955, 0.8801008462905884, -1.5375657081604004, 1.732609748840332, 0.2420874983072281, 1.5386974811553955, -1.172229528427124, -0.8192811012268066, 3.490605354309082, 1.3838433027267456, -0.7262091040611267, 0.984876811504364, -0.04105369746685028, -6.2940826416015625, -1.1208302974700928, -1.0286571979522705, -1.4670486450195312], [-0.3553808927536011, 0.05366769805550575, -0.24796733260154724, 0.4256187677383423, 0.1301402449607849, 0.10193097591400146, 0.3387075960636139, 0.1827670782804489, -0.3312854468822479, -0.2590738534927368, -0.3767673075199127, 0.5477116703987122, -0.08674541860818863, -0.11195182055234909, 0.2884041666984558, 0.06592331826686859, -0.333297461271286, 0.11325681209564209, -0.4151914715766907, 0.5331918001174927, 0.06963817030191422, 0.09734179824590683, 0.5874596238136292, -0.2120526283979416, -0.22364744544029236, 0.11350125074386597, -0.31301942467689514, 0.45679807662963867, -0.3623785376548767, -0.08109379559755325, 0.43870872259140015, -0.17398232221603394, -0.24853532016277313, -0.3611014783382416, -0.3490186631679535, 0.7488354444503784, 0.21735839545726776, -0.15979914367198944, 0.4419919550418854, 0.21033747494220734, -0.4958931505680084, 0.027061402797698975, -0.3756360411643982, 0.6623037457466125, -0.21420547366142273, 0.16990329325199127, 0.44811853766441345, -0.0381949245929718, -0.2971770167350769, -0.0572417788207531, -0.24486012756824493, 0.47671136260032654, 0.09402325004339218, -0.06806895136833191, 0.1827130764722824, 0.1437559574842453, -0.4708392322063446, 0.03816722705960274, -0.6261287331581116, 0.7949962615966797, -0.06950792670249939, -0.12053827196359634, 0.7431780695915222, -0.07643617689609528, -0.48157110810279846, -0.21409890055656433, -0.4573071002960205, 0.6770413517951965, 0.0450604073703289, -0.13805195689201355, 0.7790930867195129, -0.07383926212787628, -0.27589911222457886, -0.19751009345054626, -0.26717591285705566, 0.4565097987651825, -0.45444342494010925, -0.2075493037700653, 0.497557669878006, -0.10704720765352249, -0.3813832104206085, -0.2362048476934433, -0.288388192653656, 0.40216079354286194, -0.004823021125048399, -0.14848409593105316, 0.15400195121765137, 0.035964448004961014, -0.26453301310539246, -0.47330865263938904, -0.5001566410064697, 0.46298807859420776, -0.38321003317832947, 0.23497959971427917, 0.5695816874504089, -0.13340352475643158, -0.5691792964935303, -0.06749836355447769, -0.5835072994232178, 0.7226320505142212, 0.25534653663635254, -0.08827020227909088, 0.48724907636642456, 0.1229749396443367, -0.3120553195476532, -0.10645826160907745, -0.45096880197525024, 0.5144311189651489, 0.22699075937271118, -0.42007794976234436, 0.5347261428833008, -0.31121212244033813, -0.4654155671596527, 0.6311165690422058, -0.11966104060411453, 0.24860043823719025, -0.33121463656425476, -0.09013780206441879, 0.2419818937778473, -0.13012167811393738, -0.5742604732513428, 0.21757999062538147, -0.8204478025436401, 0.34046345949172974, -0.375881165266037, 0.6410074234008789, 0.9133650064468384, -0.4012886881828308, -0.3135031461715698, 0.3149506747722626, -0.41594362258911133, 0.64149010181427, -0.46740004420280457, -0.411141574382782, 0.5909565091133118, -0.500843346118927, -0.12736999988555908, 0.5012568235397339, -0.959686279296875, 0.1733872890472412, -1.039749026298523, -0.8608481287956238, -0.28349658846855164, -0.8777291774749756, 0.5708970427513123, -0.1176130399107933, -0.2531020939350128, 0.47313058376312256, 1.2483179569244385, -2.392883539199829, -0.2804168462753296, -0.03703044354915619, -1.4306879043579102, -0.48366689682006836, -0.2432437539100647, -0.007840728387236595, -0.7019501328468323, 1.9036246538162231, 1.4747031927108765, 0.4987001419067383, -0.5578755736351013, 0.6840850710868835, 0.08519485592842102, 1.8146737813949585, -0.8008514642715454, -1.7274439334869385, -0.12346840649843216, 0.9494051933288574, -0.1390274316072464, 1.3052568435668945, -0.5819600820541382, 1.5178149938583374, -1.9482324123382568, -1.1405293941497803, -1.0745964050292969, -1.327039122581482, -2.4861152172088623, 1.5345498323440552, 0.778532862663269, 1.4903368949890137, 2.002671003341675, 0.8788192868232727, 0.5169928669929504, 0.6892673373222351, -0.6641908884048462, -1.059090495109558, -1.3205385208129883, 3.149254083633423, -2.6899962425231934, 0.8903282284736633, 1.2580177783966064, 3.4352080821990967], [-0.04023659601807594, 0.03201494738459587, -0.09132976084947586, 0.14847466349601746, 0.007953410036861897, -0.07606124132871628, 0.05020398274064064, -0.028193125501275063, -0.028033338487148285, -0.008658170700073242, -0.053040772676467896, 0.03753574192523956, 0.052647337317466736, -0.027956869453191757, 0.021782195195555687, 0.0009421007707715034, -0.0608283095061779, 0.02812386117875576, -0.07409206032752991, 0.11563696712255478, 0.09946873039007187, -0.06255310773849487, 0.0648408904671669, 0.018572768196463585, -0.0018922293093055487, -0.005955759901553392, -0.055108554661273956, 0.15974321961402893, 0.08995112031698227, -0.1924648880958557, 0.026646625250577927, 0.04098811745643616, -0.13406796753406525, 0.05016551539301872, -0.10466308891773224, 0.17234504222869873, 0.03982946276664734, -0.025660421699285507, 0.17620399594306946, -0.003063646610826254, -0.08341319113969803, 0.005340649746358395, -0.04598695784807205, 0.12899114191532135, 0.004071325063705444, -0.08127616345882416, 0.035871971398591995, -0.02703981101512909, -0.11859580874443054, -0.017934612929821014, -0.11749453097581863, 0.14477574825286865, 0.07261381298303604, -0.08758457750082016, 0.12132666260004044, -0.00726292934268713, -0.20676998794078827, 0.048309456557035446, -0.1641264259815216, 0.24738788604736328, 0.03443434089422226, -0.0273993369191885, 0.20693783462047577, -0.006386116612702608, -0.0904783308506012, 0.06215235963463783, -0.020755242556333542, 0.050356969237327576, 0.017106611281633377, 0.08297394216060638, 0.046485189348459244, 0.031709518283605576, -0.21396519243717194, -0.0024543567560613155, -0.17918488383293152, 0.268422931432724, 0.0124316131696105, -0.06750714033842087, 0.21431612968444824, -0.012038225308060646, -0.1029416099190712, -0.004364360589534044, -0.09062179177999496, 0.13479728996753693, 0.056664761155843735, -0.06690693646669388, 0.12315647304058075, 0.014331163838505745, -0.05501670762896538, 0.04892703518271446, -0.0925595834851265, 0.16866083443164825, -0.03798912838101387, -0.025655683130025864, 0.05907188728451729, -0.04019618034362793, -0.1561436802148819, 0.040177587419748306, -0.1464453637599945, 0.2254500687122345, 0.0341627299785614, -0.032993532717227936, 0.1757502406835556, -0.002728430787101388, -0.06787610054016113, -0.006778353359550238, -0.048836205154657364, 0.17372386157512665, 0.015407525934278965, -0.024015696719288826, 0.021320166066288948, 0.08136288821697235, -0.027567924931645393, 0.07629604637622833, -0.05077729746699333, 0.09615982323884964, -0.05214832350611687, -0.05051916465163231, 0.05003377050161362, -0.05806135758757591, -0.11598632484674454, -0.01455819420516491, -0.12164967507123947, 0.19529218971729279, -0.03285073861479759, 0.005861399229615927, 0.13780125975608826, 0.0306695606559515, -0.1057739406824112, -0.07959679514169693, -0.12701325118541718, 0.1496449112892151, 0.07372251152992249, -0.13051603734493256, 0.10819139331579208, -0.015875734388828278, -0.16520793735980988, 0.06322766840457916, 0.00876805279403925, 0.09931602329015732, -0.038288578391075134, 0.15199950337409973, 0.053292132914066315, 0.03802691027522087, -0.2591492235660553, 0.0011696988949552178, 0.03481241688132286, 0.21160846948623657, 0.08964251726865768, 0.015157115645706654, 0.025119923055171967, 0.2202828824520111, 0.34976696968078613, -0.156169131398201, 0.019848762080073357, 0.12466099858283997, 0.27384069561958313, -0.6451069712638855, -0.3210241198539734, 0.19661973416805267, -0.48932361602783203, -0.06872140616178513, -0.01741790771484375, -0.20642301440238953, -0.5332872867584229, 0.8480743169784546, 0.20515495538711548, 0.1122417226433754, -0.5752147436141968, -1.0187932252883911, 0.14659325778484344, 1.5292385816574097, 1.1452314853668213, -1.0817641019821167, 0.36859455704689026, 1.4277147054672241, -1.1788685321807861, 2.410851240158081, 0.9553815722465515, 0.9588640332221985, -0.8813658356666565, 1.4419883489608765, 0.4748396575450897, -0.1293712556362152, -1.2239066362380981, -5.7608842849731445, -1.5460001230239868, -1.6207144260406494, -2.821603298187256, 1.3177013397216797, 0.6712029576301575, 1.6540026664733887], [-0.033005647361278534, -0.05089558660984039, -0.006003753747791052, 0.0017431883607059717, 0.026614505797624588, 0.04008122906088829, 0.02300170250236988, 0.06429943442344666, 0.07694891095161438, 0.0180276520550251, 0.05428217723965645, -0.05889128893613815, -0.009898386895656586, 0.023375893011689186, -0.08535594493150711, 0.008305150084197521, 0.03002414107322693, 0.004706151783466339, 0.04870472848415375, -0.1165362000465393, -0.04572436958551407, 0.0443594828248024, -0.0720619410276413, -0.027858031913638115, 0.05375777557492256, -0.016307951882481575, 0.04003669694066048, -0.06873586028814316, 0.02568293921649456, -0.01991099677979946, -0.09919700026512146, 0.0613984651863575, 0.048965975642204285, -0.022396963089704514, 0.05501723289489746, -0.03135422617197037, -0.052917297929525375, 0.014840452931821346, -0.0500653050839901, 0.04146966710686684, 0.005279622972011566, -0.00087983428966254, 0.005299266427755356, -0.013303173705935478, -0.04146026819944382, -0.05108825862407684, -0.007371090818196535, -0.028520368039608, 0.009702099487185478, -0.01266593486070633, 0.0068280138075351715, -0.030847840011119843, 0.047790512442588806, -0.04297874867916107, -0.006500152871012688, -0.00788860209286213, -0.07861699163913727, 0.048428598791360855, -0.07480105012655258, 0.12582175433635712, -0.0574466772377491, -0.07076042145490646, 0.0888865664601326, -0.051753804087638855, -0.020263168960809708, 0.05848240107297897, 0.0027098937425762415, -0.010586471296846867, 0.033115364611148834, 0.046043578535318375, 0.004480923525989056, -0.025125764310359955, 0.04270016402006149, 0.045566149055957794, 0.03041774034500122, -0.07192990183830261, -0.06239309161901474, 0.00021121736790519208, -0.05529638007283211, -0.03477322682738304, -0.0008221135358326137, 0.0411236435174942, 0.022694181650877, -0.06644818186759949, 0.011483688838779926, 0.05323002114892006, -0.02453872375190258, -0.0021718735806643963, 0.048060473054647446, -0.05242915451526642, 0.06926582008600235, -0.09946679323911667, -0.02170964702963829, -0.02102477103471756, -0.02275625430047512, 0.02045449987053871, 0.03679157420992851, -0.011977414600551128, 0.06352433562278748, -0.02602577395737171, -0.02623904123902321, 0.010680845938622952, -0.04263261705636978, 0.05422941595315933, 0.04869842901825905, -0.0026800245977938175, 0.055023226886987686, -0.05625630170106888, 0.060756999999284744, 0.016054676845669746, -0.08753875643014908, 0.038310278207063675, 0.08023971319198608, 0.02313215844333172, 0.07435794919729233, -0.060204558074474335, 0.006373807787895203, 0.030005507171154022, -0.0806131437420845, -0.004513917490839958, -0.025530273094773293, 0.023032480850815773, 0.033621374517679214, -0.006679556332528591, 0.02769910730421543, 0.05275098606944084, -0.02007502131164074, -0.0021292713936418295, -0.04854860156774521, -0.011059370823204517, 0.03009246475994587, 0.03136425465345383, -0.012156895361840725, 0.08128165453672409, 0.005657734349370003, 0.007212947588413954, -0.07346639782190323, -0.14317138493061066, -0.05231703445315361, 0.07168442010879517, 0.11684383451938629, 0.03005402162671089, 0.023147426545619965, 0.1259506493806839, -0.2548976540565491, 0.04010758176445961, -0.07137887924909592, 0.07341167330741882, 0.1083562895655632, 0.2424185425043106, 0.06829704344272614, 0.0266644898802042, -0.14647646248340607, -0.12396456301212311, 0.07344918698072433, -0.2918854355812073, -0.1365472674369812, 0.024863410741090775, -0.034371085464954376, -0.017250029370188713, -0.24451883137226105, 0.1654725819826126, -0.17757725715637207, -0.2344420701265335, -0.9530600309371948, 0.6430260539054871, 0.10836973786354065, 0.02395503968000412, -0.6790014505386353, -0.7740312218666077, -0.3369957506656647, -0.9298180937767029, -0.13490143418312073, 0.8322557210922241, 0.31705063581466675, 0.9177708625793457, -1.88523268699646, -1.8818519115447998, -3.134047031402588, -0.6240459680557251, 0.897671103477478, 0.259417861700058, 1.9730093479156494, 0.9860755801200867, -0.9427124261856079, 1.0534138679504395, 2.0049595832824707, 6.152011394500732, -1.2512174844741821, 6.877933979034424, 0.06558918207883835, 3.260399103164673], [0.26661691069602966, -0.08676302433013916, -0.0277708787471056, -0.9794325828552246, -0.9112921357154846, -0.4711385667324066, -0.8679141402244568, -0.057087719440460205, 0.9397799968719482, 0.3199681341648102, -0.16387939453125, -0.26924359798431396, -0.06743462383747101, -0.12732739746570587, -0.5069482326507568, 0.03144994378089905, 0.22040262818336487, -0.5711040496826172, 0.39278164505958557, -1.2034225463867188, -0.14659446477890015, -0.06182198226451874, -0.7023226618766785, -0.11183337867259979, 1.1179252862930298, 0.09797082096338272, 0.16802120208740234, -0.6005109548568726, 0.14235369861125946, -0.06871386617422104, -0.5533156394958496, 0.09643483906984329, 0.7819562554359436, -0.4390743672847748, -0.055639635771512985, -1.374977707862854, -0.43778443336486816, -0.02135489508509636, -0.6568688154220581, 0.5833198428153992, 0.385444700717926, -0.22252114117145538, 0.56391441822052, -1.0806056261062622, -0.19071875512599945, -0.1898033618927002, -0.3837718069553375, -0.2557615339756012, 0.9502310156822205, -1.0483908653259277, 0.010713864117860794, -1.3769466876983643, -0.004301819950342178, -0.6098740100860596, -0.27405285835266113, -0.39536598324775696, 1.0037676095962524, -0.5144586563110352, 0.026869015768170357, -1.3489835262298584, 0.3520682156085968, 0.5080469250679016, -0.7871521711349487, -0.684433102607727, 0.24191126227378845, -0.125636026263237, 0.597250759601593, -1.1211436986923218, -0.7758946418762207, -0.1979830414056778, -0.7321186661720276, 0.07861874997615814, 0.8490349054336548, -0.6090324521064758, 0.15245173871517181, -0.7352083325386047, -0.0519639253616333, 0.02062535658478737, -0.6866923570632935, -0.13056550920009613, 1.0332602262496948, 0.26728495955467224, -0.028957944363355637, -0.7912193536758423, 0.6316201090812683, 0.16367535293102264, -0.4989352822303772, 0.48269471526145935, 1.1509006023406982, 0.14576855301856995, 0.2332414984703064, -0.6141741275787354, -0.674364447593689, -0.14559242129325867, -0.6245720386505127, -0.5016947388648987, 0.9582567811012268, -0.2873288094997406, 0.6049313545227051, -0.39394623041152954, 0.5833815932273865, 0.3452894985675812, -0.3066343069076538, -0.06947417557239532, 1.0968443155288696, -0.5104129910469055, 0.2823896110057831, -1.2571699619293213, 0.2378455251455307, -0.3660944104194641, -0.322449266910553, 0.2478875368833542, 1.4280036687850952, -0.012528120540082455, -0.19970868527889252, -0.9299551248550415, 0.22646553814411163, 0.011223201639950275, -0.35244297981262207, -0.23551297187805176, 0.7760246396064758, -0.10332408547401428, 0.031973738223314285, -0.532931923866272, 0.21733228862285614, 0.5564349293708801, -0.975610077381134, 0.003075410844758153, 0.20934300124645233, -0.13426938652992249, 0.5486169457435608, -1.038743495941162, 0.5507787466049194, -0.28462156653404236, -0.12495095282793045, -0.1000882014632225, 1.0112704038619995, -0.8840808272361755, 0.4146434962749481, -1.4444849491119385, -0.034289855509996414, -0.6407850384712219, -0.2598276436328888, -0.4856610894203186, 1.0827021598815918, 0.19817106425762177, 0.3525298237800598, -0.8877653479576111, -0.06594304740428925, 0.32630491256713867, -0.6264841556549072, -0.2592443525791168, 0.4158967435359955, -0.4829249680042267, 0.06433410197496414, -0.8487094044685364, -0.7031650543212891, 0.5450315475463867, -0.8003524541854858, 0.33746370673179626, 1.1911605596542358, -0.42891404032707214, 0.3879879117012024, -0.7979760766029358, -0.6517313122749329, -0.171092689037323, -0.4805299937725067, -0.07121226191520691, 1.0131090879440308, 0.007027897052466869, 0.18904727697372437, -0.3448067605495453, 0.48768702149391174, 0.021127009764313698, -1.3218207359313965, 0.2737997770309448, 0.9983651638031006, -0.18091532588005066, 0.4962499737739563, -0.7530125975608826, -0.2782129943370819, 0.07203567028045654, -0.6496657729148865, -0.6451165676116943, 1.5342462062835693, -0.33894774317741394, 0.06872475892305374, 0.05052132532000542, -0.06611013412475586, -0.6123030185699463, -0.7912006974220276, 0.17921248078346252], [1.2489100694656372, 0.10384981334209442, -0.5276648998260498, -0.0832151398062706, -0.20467054843902588, 0.3942210078239441, -1.0729775428771973, -0.5364904999732971, 0.8375951647758484, -0.04332656040787697, 0.45143064856529236, -0.4402507543563843, 0.9740709066390991, 0.060790758579969406, -0.4181983768939972, 0.6500675678253174, 0.4544999599456787, -0.8185160160064697, 0.37972062826156616, -1.1056687831878662, -0.914122462272644, -0.3576037287712097, -0.41419199109077454, -0.33745089173316956, 1.0211846828460693, -0.08082330226898193, -0.38355883955955505, -1.5498586893081665, -0.6518039107322693, 0.3578701615333557, -0.39874279499053955, -0.6387564539909363, 1.0598338842391968, -0.892864465713501, 0.1115335002541542, -1.7097666263580322, -0.30331557989120483, 1.2483078241348267, -0.3494430184364319, -0.38961154222488403, 1.1142919063568115, -0.4275916814804077, 0.676363468170166, -0.07794865220785141, -0.18703457713127136, 0.3286549150943756, -0.910291850566864, 0.5711401700973511, 0.7820428609848022, 0.11167725920677185, 0.6086070537567139, -1.0328474044799805, 0.12723766267299652, -0.23559953272342682, -0.5938331484794617, -0.24353408813476562, 0.49721425771713257, -0.7267925143241882, 0.6148712635040283, -0.2217523455619812, -0.5599238872528076, -0.0890636295080185, -0.8976698517799377, -0.3481628894805908, 0.48451927304267883, -0.9561929702758789, 0.3782923221588135, -0.6652761101722717, 0.549801766872406, 0.08669611066579819, -0.7567054629325867, -0.5292419195175171, 1.2191799879074097, 0.4630841910839081, 0.5060029029846191, 0.1431293934583664, -0.8005125522613525, -0.23593151569366455, -0.5928322076797485, 0.045390885323286057, 1.303594708442688, -0.18715940415859222, 0.15947268903255463, -0.07510575652122498, -0.1554846614599228, -0.5076980590820312, -0.654711902141571, -0.2104724794626236, 1.5276063680648804, 0.28021448850631714, 0.28860634565353394, -0.350824773311615, -0.18314962089061737, -0.7426102757453918, -0.6098496913909912, -0.3841465711593628, 0.5146187543869019, -0.26121261715888977, 0.4638022184371948, -0.9610227346420288, -0.8968645930290222, 0.07234571874141693, -0.5495520234107971, 0.34079691767692566, 1.1185002326965332, 0.1531774252653122, 0.41273969411849976, -0.775600790977478, -0.21944071352481842, 0.02276243269443512, -0.4053727984428406, -0.11741431057453156, 1.1609656810760498, -0.07933120429515839, 0.606474757194519, -0.14637933671474457, -0.06931412220001221, -0.2805091142654419, -0.5890994071960449, 0.595360279083252, 1.2241243124008179, 0.5298991203308105, 0.39743900299072266, -0.5327762961387634, 0.521981954574585, -0.9938195943832397, -0.43425610661506653, 0.07463397830724716, 1.0060217380523682, -0.11054866015911102, 0.45262959599494934, -0.6201556921005249, 0.26780304312705994, -0.4513380527496338, -0.4535718262195587, -0.4285564720630646, 0.8948603868484497, -0.35496747493743896, 0.3968488872051239, -0.821873128414154, -0.31790342926979065, 0.21721151471138, -0.28695982694625854, -0.5794681906700134, 0.9337431192398071, -0.9475566744804382, 0.4250730276107788, -1.551408290863037, -0.13037711381912231, 0.85028076171875, 0.1306111365556717, -0.8978314399719238, 1.159023404121399, -0.9532294869422913, 0.48515161871910095, -1.4085536003112793, 0.7736878395080566, 1.415879726409912, -0.40673956274986267, -0.7181476950645447, 1.1297918558120728, -0.5854638814926147, 0.1829274445772171, -0.7696457505226135, 0.1296449899673462, 0.04304036498069763, -0.19902263581752777, 0.3425363600254059, 2.4341132640838623, -0.3298066556453705, -0.4600275456905365, -0.835615873336792, -0.34269222617149353, -0.0034893210977315903, -0.26970145106315613, -0.7002049684524536, 0.691609799861908, -1.9241297245025635, 0.6025325059890747, -0.5053920149803162, 0.82686847448349, 0.24682526290416718, -0.8301624059677124, -0.325467973947525, 0.7441735863685608, -0.8174967765808105, 0.8508056998252869, -1.1218675374984741, -0.23848572373390198, 0.38183099031448364, 0.4241384267807007, 0.1852893829345703], [-0.006512545980513096, 0.06602933257818222, 0.08224968612194061, -0.1353352814912796, -0.24736599624156952, 0.05010449141263962, -0.06091569736599922, 0.017236029729247093, -0.07918145507574081, 0.11113070696592331, -0.010726215317845345, -0.053953275084495544, 0.028929250314831734, 0.13180451095104218, 0.03567473590373993, 0.056719303131103516, -0.001601282972842455, 0.07226201891899109, 0.0503111332654953, -0.042203668504953384, 0.1306888312101364, 0.10748652368783951, -0.04855990409851074, 0.08200430870056152, 0.012432785704731941, -0.07217282056808472, 0.05523313209414482, -0.28306788206100464, -0.1424819380044937, 0.1273900717496872, -0.039808496832847595, -0.06761106103658676, -0.05962790921330452, -0.024676354601979256, -0.1521994024515152, 0.23749837279319763, 0.28076139092445374, -0.2451074868440628, 0.054430343210697174, 0.1784822940826416, 0.2426338940858841, 0.059881407767534256, 0.0792265385389328, -0.19991883635520935, 0.046014558523893356, 0.08558376878499985, -0.05488428846001625, 0.07305405288934708, 0.15232624113559723, 0.012122844345867634, 0.08635783195495605, -0.054521262645721436, 0.013377068564295769, -0.05017838627099991, -0.0809289738535881, 0.037950146943330765, 0.10463128238916397, -0.03558731824159622, -0.03812910616397858, 0.06965307146310806, 0.0270481426268816, -0.0036847619339823723, 0.07571947574615479, -0.08893957734107971, 0.13201801478862762, -0.06536294519901276, 0.0930594727396965, -0.10295160114765167, 0.15688547492027283, 0.0256865993142128, -0.2243388593196869, 0.05638279393315315, 0.17086541652679443, -0.10752815008163452, 0.10395700484514236, -0.0771535262465477, 0.05694690719246864, -0.026863791048526764, -0.1133502721786499, 0.06543704867362976, -0.07167081534862518, 0.08450121432542801, -0.042179934680461884, 0.07517239451408386, 0.13234400749206543, -0.18130512535572052, 0.07079774886369705, 0.02135937102138996, -0.00022236138465814292, 0.0035598098766058683, 0.17581947147846222, -0.13312704861164093, 0.09192197024822235, 0.020116282626986504, -0.12681794166564941, 0.07218953222036362, 0.08660052716732025, -0.028384147211909294, 0.0692003145813942, -0.02667846530675888, 0.13427263498306274, -0.04310448095202446, -0.09540177881717682, 0.19709517061710358, -0.030591679736971855, -0.08862683922052383, 0.037375811487436295, -0.02043730393052101, 0.09179363399744034, -0.09813586622476578, -0.037249330431222916, 0.09067980945110321, 0.018837222829461098, 0.013195084407925606, -0.03424456715583801, 0.06207384169101715, -0.022901415824890137, -0.12105455249547958, 0.01626615785062313, 0.0640282854437828, 0.001849024323746562, 0.00045289151603356004, 0.001995940925553441, 0.018569760024547577, -0.03698630630970001, 0.039170172065496445, -0.083446204662323, -0.014053807593882084, -0.11204671859741211, 0.0040680100210011005, -0.1457490772008896, 0.07379375398159027, -0.11236415803432465, 0.17752885818481445, 0.2610393762588501, -0.13750070333480835, -0.1293407380580902, 0.10023472458124161, -0.09165223687887192, -0.05144844204187393, -0.05746816471219063, 0.13839924335479736, 0.12447738647460938, -0.15702933073043823, -0.05135224014520645, -0.013058234006166458, 0.022779539227485657, 0.05126183107495308, -0.14281754195690155, 0.059063564985990524, -0.09954965859651566, 0.04830262437462807, 0.052222225815057755, 0.0069101606495678425, 0.09267360717058182, 0.15209896862506866, -0.07003955543041229, 0.07449306547641754, -0.11705529689788818, 0.15607672929763794, -0.01953868940472603, -0.168392151594162, -0.006260578520596027, -0.5429314374923706, -0.09609665721654892, 0.4977819323539734, -0.08036553114652634, -0.1312251091003418, 0.2585175335407257, 0.4078463613986969, -0.20260374248027802, -0.1651759147644043, -0.5698069334030151, 0.5925936698913574, -0.25502675771713257, -0.19486121833324432, 0.09400533139705658, -0.5012367367744446, 1.2557051181793213, 0.7687915563583374, 0.2549063265323639, 1.0905137062072754, -0.7985264658927917, 1.6377241611480713, -2.4896531105041504, 3.2310564517974854, 4.005245208740234, 0.5037680864334106, 1.109686017036438, 5.3282880783081055, 0.8107184171676636, 2.6773574352264404], [-0.05567849799990654, -0.027156397700309753, -0.02258714661002159, 0.027038807049393654, 0.009280621074140072, 0.00376052875071764, 0.05801955237984657, -0.0013888257090002298, -0.007434525527060032, 0.008302021771669388, 0.00716096768155694, 0.02645341493189335, -0.046524811536073685, 0.002735154703259468, -3.908426151610911e-06, 0.006076556630432606, 0.002639572136104107, -0.0027880591806024313, 0.037946444004774094, -0.07080256938934326, -0.033993013203144073, 0.005914597772061825, -0.04124123230576515, -0.03667782247066498, 0.021226942539215088, -0.04520773887634277, 0.018465787172317505, -0.05946512147784233, -0.026544898748397827, 0.0003875983820762485, -0.036972060799598694, 0.00230834586545825, -0.08539967983961105, -0.06192037835717201, -0.026871545240283012, 0.07614368200302124, 0.0016694713849574327, -0.026041368022561073, 0.0478033609688282, 0.02043049968779087, -0.10754960775375366, -0.03250804543495178, -0.03396652266383171, 0.056536201387643814, -0.0421145036816597, -0.02693079225718975, 0.027209404855966568, 0.037650853395462036, -0.037476796656847, -0.04137641564011574, -0.00353467115201056, 0.01567787677049637, 0.04903382062911987, -0.00048174121184274554, 0.025128597393631935, 0.07027927786111832, -0.08825764805078506, -0.017518842592835426, -0.11304213851690292, 0.15558385848999023, 0.0062705655582249165, -0.06799911707639694, 0.07301546633243561, 0.02573193423449993, -0.03319410979747772, -0.007138584740459919, 0.019332895055413246, -0.029106205329298973, -0.04647055268287659, -0.0006249022553674877, -0.0232531875371933, -0.008232356049120426, -0.023750508204102516, -0.02090565301477909, -0.0023703104816377163, -0.0031112281139940023, -0.03531678393483162, -0.025927966460585594, 0.0002648474182933569, 0.027206188067793846, -0.015629339963197708, 0.004407448694109917, -0.034363582730293274, 0.03862863779067993, 0.0142330601811409, 0.00022486296074930578, 0.01938195899128914, 0.01215506624430418, -0.0188423004001379, -0.04165137559175491, 0.004622416105121374, -0.055190447717905045, 0.001750627183355391, -0.0001137548970291391, 0.015905417501926422, 0.015655243769288063, -0.03638215735554695, -6.810147897340357e-05, -0.06937991827726364, 0.11095988005399704, -0.014310100115835667, -0.040203604847192764, 0.10180149972438812, 0.025537686422467232, -0.04134033992886543, 0.02401287481188774, -0.00075342389754951, -0.036322370171546936, -0.01239099446684122, 0.043774496763944626, 0.01652730070054531, -0.018091706559062004, 0.00863040704280138, -0.004085573833435774, 0.009368631057441235, -0.05730828270316124, -0.001911805011332035, 0.02391153573989868, 0.011918636970221996, 0.03402308374643326, -0.04202471300959587, -0.09317938983440399, -0.05115469545125961, 0.04917475953698158, 0.002203286625444889, 0.002079831901937723, 0.04614926874637604, 0.020797817036509514, -0.07431866228580475, 0.047633130103349686, -0.11565033346414566, 0.07918013632297516, -0.15985874831676483, -0.02434791810810566, 0.16095300018787384, -0.09404267370700836, 0.31175610423088074, -0.12233087420463562, 0.2169802486896515, -0.19559848308563232, 0.17156267166137695, -0.37732645869255066, -0.3339152932167053, 0.0855189859867096, -0.021161222830414772, -0.06712418794631958, 0.001211589085869491, -0.017189286649227142, 0.10369982570409775, 0.08917450904846191, -0.0059198858216404915, 0.11348992586135864, 0.09526670724153519, -0.19554026424884796, 0.052126429975032806, 0.03402895852923393, 0.15733161568641663, -0.383954256772995, -0.03846637159585953, 0.03311110660433769, -0.16101939976215363, 0.21333089470863342, -0.03462536260485649, -0.06631569564342499, -0.292698472738266, 0.1339140385389328, 0.14061249792575836, -0.09360703825950623, -0.033379241824150085, -0.4399465024471283, -0.28733620047569275, 0.7115437984466553, 0.44815659523010254, -0.9648814797401428, 0.0007122982060536742, 0.3525381088256836, 1.3006646633148193, 1.246496319770813, 0.12007021903991699, 0.046973686665296555, -0.11521600931882858, -0.7024757266044617, -0.6822261214256287, -1.1163710355758667, 3.3666388988494873, 0.2817811965942383, -2.280451774597168, 2.5532689094543457, -1.2082587480545044, 3.729616165161133, -3.114020824432373, -2.634188413619995]]}}
models/atto-256.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "atto-256", "architecture": "atto-neural-ngram", "params": 256, "config": {"vocab_size": 32, "embd_dim": 4, "context_len": 8}, "vocab": {"0": "\n", "1": " ", "2": "'", "3": ",", "4": ".", "5": "A", "6": "H", "7": "I", "8": "T", "9": "W", "10": "a", "11": "b", "12": "c", "13": "d", "14": "e", "15": "f", "16": "g", "17": "h", "18": "i", "19": "k", "20": "l", "21": "m", "22": "n", "23": "o", "24": "p", "25": "r", "26": "s", "27": "t", "28": "u", "29": "v", "30": "w", "31": "y"}, "weights": {"embedding": [[-4.3169426918029785, 3.1364669799804688, -2.4483609199523926, 1.2519668340682983], [-0.8354832530021667, 2.0984132289886475, -3.3816843032836914, 0.8542402982711792], [-1.1227036714553833, 0.4346640408039093, -0.5006269812583923, -0.9300726652145386], [-2.2265119552612305, 1.348728060722351, -2.063277244567871, -0.11203581839799881], [-2.7051167488098145, 1.0341784954071045, -2.592198610305786, -0.5563290119171143], [-1.951610803604126, -0.004623513203114271, 0.24188996851444244, 0.27633312344551086], [-2.2758238315582275, 0.02802259661257267, -0.03607415035367012, 0.8916341662406921], [-3.302109479904175, 0.19977547228336334, 0.8728460669517517, 1.1406697034835815], [-2.8419954776763916, 1.3108673095703125, -0.3417220711708069, 0.6540005803108215], [-3.772639274597168, 1.5647557973861694, -0.0036944143939763308, 0.6356348395347595], [1.1755589246749878, -0.04305589944124222, -0.47337475419044495, -0.6372835040092468], [-1.086493730545044, 0.7898352146148682, 0.6957359313964844, -1.0363795757293701], [-1.1205905675888062, 1.4134923219680786, 0.42602840065956116, -1.5904436111450195], [-0.7844324707984924, 1.5723276138305664, -0.13652056455612183, -1.9874780178070068], [0.07901883125305176, 0.09635376185178757, -1.8186126947402954, -0.7706789970397949], [-0.629197359085083, 1.0130456686019897, -0.1498114913702011, -1.235223412513733], [-1.7081043720245361, 1.6535111665725708, 0.16490669548511505, -1.785914659500122], [-0.5320892930030823, -1.0264216661453247, -0.4752280116081238, 1.7471990585327148], [0.9028270840644836, -0.14775238931179047, -0.4172794222831726, -0.5780844688415527], [-1.5982192754745483, 0.9823750257492065, -0.1510859876871109, -1.2442631721496582], [0.02810138463973999, 0.9982432126998901, 0.14771224558353424, -1.8798531293869019], [-0.35215651988983154, 1.1465758085250854, 0.26149702072143555, -1.4198415279388428], [-0.01613653637468815, 1.1365187168121338, 0.12022064626216888, -2.3422036170959473], [1.101199746131897, -0.31104570627212524, -0.3419511020183563, -0.7909322381019592], [-0.8303865194320679, 0.8527149558067322, 0.037365809082984924, -1.0213457345962524], [-0.11420731246471405, 1.3723927736282349, 0.10415478050708771, -2.0924062728881836], [0.11575441062450409, 1.3122361898422241, -0.0529782734811306, -1.654378890991211], [0.02120680920779705, 1.8640809059143066, 0.10387475788593292, -1.5044276714324951], [0.16714335978031158, 0.602912962436676, -0.23414939641952515, -1.6421918869018555], [-1.5375165939331055, 1.2737213373184204, 0.4726342260837555, -1.8678640127182007], [-1.0402584075927734, 1.326222538948059, 0.4658888578414917, -1.1922931671142578], [-0.45795026421546936, 0.684319257736206, -0.3896799385547638, -0.7036067247390747]], "mix": [[-0.07650716602802277, 0.013853794895112514, -0.03926916420459747, -0.04655041918158531, 0.07423234730958939, 0.17403820157051086, -0.011653032153844833, 0.03881777450442314, 0.07702384144067764, 0.06585134565830231, -0.15574821829795837, -0.12326169013977051, -0.12688520550727844, 0.009329347871243954, -0.13470228016376495, -0.04137169197201729, -0.07536397874355316, 0.08470828086137772, -0.06808994710445404, 0.003834150731563568, 0.22994886338710785, 0.3719007074832916, -0.13897544145584106, 0.13249357044696808, 0.021801376715302467, 0.3852604031562805, -0.11284621059894562, 0.16053897142410278, 0.5526278018951416, 0.6370195746421814, -0.17108893394470215, 0.3157181739807129], [-0.024768486618995667, -0.05457555502653122, -0.024194948375225067, 0.024882305413484573, -0.1047009602189064, 0.08275549858808517, 0.04499378427863121, 0.009621864184737206, 0.008444791659712791, 0.08360316604375839, 0.020309746265411377, 0.0057612219825387, -0.03839941322803497, 0.059344202280044556, -0.02012164518237114, -0.04115259647369385, -0.036844030022621155, -0.20829471945762634, 0.06807020306587219, -0.0979461595416069, 0.10079441964626312, -0.5287245512008667, -0.18374229967594147, -0.19989009201526642, -0.15022756159305573, -1.6501548290252686, -0.10972198098897934, -0.7084576487541199, 1.6435115337371826, -0.44098609685897827, -7.361230373382568, -1.1693742275238037], [-0.02483433671295643, -0.17931927740573883, 0.027366282418370247, 0.0011118431575596333, 0.08475019037723541, 0.003931754734367132, 0.19981332123279572, 0.1651034653186798, -0.013533980585634708, -0.08255112916231155, 0.08079632371664047, 0.0832294151186943, -0.23650102317333221, 0.13946275413036346, 0.17646998167037964, 0.33033445477485657, 0.030914703384041786, -0.4401136040687561, -0.22191661596298218, -0.362856388092041, 0.1031816303730011, -0.2175588607788086, 0.014620816335082054, 0.009461775422096252, 0.02413162961602211, -1.4484128952026367, 0.13662925362586975, -0.5370042324066162, 3.2388217449188232, 1.8799020051956177, -0.5272066593170166, 2.3739688396453857], [-0.04642286151647568, -0.0078002470545470715, 0.09147560596466064, 0.002548371208831668, 0.039813313633203506, 0.029040168970823288, 0.03523385152220726, 0.003030943451449275, 0.05563679710030556, -0.02281169220805168, -0.05857391655445099, -0.08177819103002548, -0.025377340614795685, -0.0003310329047963023, 0.03861060366034508, -0.03478347137570381, 0.028907794505357742, -0.015904422849416733, 0.06603167951107025, 0.17583121359348297, 0.21311844885349274, -0.020926181226968765, 0.09117129445075989, 0.1539423167705536, -0.13095474243164062, -0.12552841007709503, 0.16508644819259644, 0.09293084591627121, 0.20858946442604065, 2.685819387435913, -0.48619216680526733, 1.7030097246170044]]}}
models/atto-4096.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "atto-4096", "architecture": "atto-neural-ngram", "params": 4096, "config": {"vocab_size": 64, "embd_dim": 8, "context_len": 56}, "vocab": {"0": "\n", "1": " ", "2": "!", "3": "'", "4": "(", "5": ")", "6": ",", "7": "-", "8": ".", "9": ":", "10": ";", "11": "?", "12": "A", "13": "B", "14": "C", "15": "D", "16": "E", "17": "F", "18": "G", "19": "H", "20": "I", "21": "J", "22": "K", "23": "L", "24": "M", "25": "N", "26": "O", "27": "P", "28": "Q", "29": "R", "30": "S", "31": "T", "32": "U", "33": "V", "34": "W", "35": "Y", "36": "[", "37": "]", "38": "a", "39": "b", "40": "c", "41": "d", "42": "e", "43": "f", "44": "g", "45": "h", "46": "i", "47": "j", "48": "k", "49": "l", "50": "m", "51": "n", "52": "o", "53": "p", "54": "q", "55": "r", "56": "s", "57": "t", "58": "u", "59": "v", "60": "w", "61": "x", "62": "y", "63": "z"}, "weights": {"embedding": [[-1.7864558696746826, 1.7289170026779175, -2.362590789794922, 1.3746577501296997, -0.5699039101600647, -1.391527771949768, 1.8910149335861206, 1.7376879453659058], [-1.2558492422103882, 1.6276628971099854, -0.300277441740036, 1.232832670211792, 1.475592017173767, -0.4404003918170929, -0.1321910172700882, -0.13119050860404968], [-1.050327181816101, 1.4083666801452637, 1.2386761903762817, -0.7251609563827515, -0.1252448558807373, -1.3926644325256348, 1.9194709062576294, 1.4061084985733032], [-0.17788583040237427, 0.4404960870742798, -0.20379702746868134, 0.01670323871076107, -0.049438849091529846, -0.6594675779342651, 0.0283749308437109, 0.8682560324668884], [-0.802166223526001, -0.9478865265846252, 0.3944796025753021, 1.593443512916565, -0.6839457750320435, -0.21244491636753082, 1.1427209377288818, 0.8489147424697876], [-1.233305811882019, 1.4279930591583252, 0.7620216012001038, 0.008927282877266407, -1.0213745832443237, 0.9762681722640991, 1.0603028535842896, 1.2806744575500488], [-1.3269832134246826, 1.5375211238861084, 0.3868383467197418, -1.4953335523605347, -0.6421657204627991, 0.7309000492095947, -0.056929685175418854, 0.6516016125679016], [-1.5729758739471436, 1.0735065937042236, 0.7846236228942871, 0.3258723020553589, -0.4982497990131378, 0.017340529710054398, 0.1990872025489807, 1.1926298141479492], [-1.2673720121383667, 1.8838980197906494, 2.226459264755249, -1.2291781902313232, 0.6915267109870911, -1.6105201244354248, 1.436876893043518, 1.1514837741851807], [-1.1962649822235107, 1.4764522314071655, 0.3733653426170349, -0.4572957158088684, -1.310621976852417, 1.2459585666656494, 1.284132957458496, 1.7200332880020142], [-1.055443525314331, 1.5346533060073853, 0.1869540810585022, -1.3081523180007935, -0.8973292112350464, 1.4725837707519531, 0.18583939969539642, 1.1295868158340454], [-1.1437861919403076, 1.2901359796524048, 0.8469018936157227, -0.32884901762008667, -0.5225467085838318, -1.7556376457214355, 1.984194040298462, 1.3902854919433594], [0.23588350415229797, -1.2592146396636963, -0.04654776677489281, 2.6263561248779297, 1.5124478340148926, 1.4802552461624146, -1.083701491355896, 2.1420211791992188], [0.6838808059692383, -1.2904002666473389, 0.17719747126102448, 2.5186843872070312, -0.8638541102409363, 0.5211769342422485, -1.4847365617752075, 1.0072771310806274], [0.8742013573646545, -1.1186692714691162, -0.21769781410694122, 1.7509061098098755, -1.1072802543640137, -0.008981863036751747, -0.593685507774353, 0.6314894556999207], [-0.42414242029190063, -1.496230125427246, -0.7188106179237366, 1.6809927225112915, -0.4578804075717926, 2.4577677249908447, 0.21870733797550201, 0.025631535798311234], [-0.5457687377929688, 0.287340372800827, -2.9287097454071045, 2.4567108154296875, -3.0543875694274902, 1.150961995124817, -1.0637263059616089, 1.2851442098617554], [0.6482356786727905, -1.269030213356018, 0.8600009679794312, 2.0149362087249756, -0.16714131832122803, 0.6970811486244202, -1.006658911705017, 0.45869722962379456], [1.190598487854004, -1.5360333919525146, -0.48939645290374756, 1.6439212560653687, 0.10996903479099274, 1.062708854675293, 0.3154554069042206, -0.1984119713306427], [1.7202212810516357, -1.3040390014648438, -0.418344110250473, 2.218048334121704, -0.2197953760623932, -0.7240341305732727, -1.5217264890670776, 1.7205216884613037], [0.4437148869037628, -2.2876973152160645, -1.2102763652801514, 1.211930274963379, -0.6809607148170471, 1.2052404880523682, -1.4240041971206665, 1.0279934406280518], [0.29953116178512573, -2.342846393585205, 0.39753490686416626, -0.9363618493080139, -1.64755380153656, 0.8093912601470947, -0.3170973062515259, 2.0528719425201416], [1.7304555177688599, -1.1366568803787231, 0.8838725090026855, 1.7559874057769775, -0.7969522476196289, 2.4829206466674805, -1.578124761581421, -2.0823495388031006], [1.1644879579544067, -1.3681644201278687, 1.438643217086792, 1.7772674560546875, -0.8105934858322144, 0.372821182012558, -2.7738819122314453, 0.6827139258384705], [1.3003686666488647, -1.531893253326416, -0.1720927357673645, 1.995485782623291, -0.09581410884857178, 0.4493561387062073, -0.9659832119941711, 1.0549718141555786], [0.20518842339515686, -1.6571840047836304, 0.40741270780563354, 2.120856285095215, -0.3604341447353363, 0.7146875858306885, -0.43680909276008606, 0.7359441518783569], [1.1286778450012207, -1.3516583442687988, -0.3858252167701721, 2.0421254634857178, 1.1643097400665283, 0.7101107239723206, -0.9229700565338135, 2.2365221977233887], [1.434760570526123, -1.298483967781067, 0.3651812970638275, 1.7492581605911255, -0.06430459767580032, -0.2208821326494217, -0.3630223572254181, 0.4477613866329193], [0.9624645113945007, -0.40604114532470703, -3.4583122730255127, 1.9752528667449951, -3.827918767929077, 0.6918239593505859, 1.6927872896194458, -1.7369900941848755], [1.2693730592727661, -1.0727146863937378, 0.6442984938621521, 2.1915647983551025, -1.3205310106277466, -1.175626277923584, -2.2133877277374268, 2.2602107524871826], [0.5181962847709656, -0.9987194538116455, -0.9749248623847961, 2.6017849445343018, -0.037993770092725754, 1.7900962829589844, -0.23303598165512085, 0.35755911469459534], [0.7765384912490845, -1.6955628395080566, -1.132041335105896, 2.9070870876312256, -0.3868931531906128, 0.7723186016082764, 0.20915214717388153, 0.08151233196258545], [0.6897130012512207, -1.6659948825836182, -0.061802029609680176, 2.286771297454834, -0.551173210144043, 1.3231419324874878, -0.010379388928413391, 1.3336961269378662], [1.334241509437561, -2.028367042541504, 0.7720043659210205, 1.3317276239395142, -1.0728387832641602, 0.1572932004928589, -0.15979036688804626, 0.5901299715042114], [-0.15156660974025726, -1.7015734910964966, -0.026576677337288857, 2.7591967582702637, -0.34404584765434265, 1.4739503860473633, -0.9865872859954834, 0.6285355091094971], [0.6436935067176819, -1.6852388381958008, 0.7252659797668457, 2.0820116996765137, -1.571258306503296, -1.2227354049682617, -1.3893247842788696, 2.6776838302612305], [-1.2390494346618652, -0.18587906658649445, 0.39165788888931274, 2.102262496948242, -0.9818531274795532, -0.28692081570625305, 0.7745729684829712, 1.0967179536819458], [-0.8644651770591736, 1.0844188928604126, 0.7532333731651306, 1.0645971298217773, -0.5886561870574951, -0.7778855562210083, 0.5814265608787537, 1.6452046632766724], [1.1360177993774414, -0.3864721357822418, -0.943149983882904, -0.9005119800567627, 1.8904740810394287, 0.5364770889282227, -0.3645734488964081, 0.9305588603019714], [-0.08700893074274063, -1.1322261095046997, -0.08704224973917007, -0.6106486320495605, -1.6013479232788086, -0.22487741708755493, -0.26877254247665405, -0.3226759135723114], [-0.19832350313663483, -0.5265421271324158, -0.2834411859512329, -0.8638036251068115, -2.3008644580841064, -0.3851410150527954, -1.0641993284225464, -0.5135082602500916], [-1.3956412076950073, 0.23571957647800446, -0.18326812982559204, -1.1643565893173218, -0.4242326021194458, 0.7691254019737244, -0.08375152200460434, -0.18270957469940186], [0.6674953699111938, 0.7054968476295471, -0.4427260160446167, -1.960359811782837, -0.2718246877193451, -0.2098744958639145, -0.5648441314697266, 0.3206499516963959], [0.7238492369651794, -0.6368162631988525, 0.37686729431152344, -0.8273316025733948, -0.4037463068962097, -0.609937310218811, -0.25366902351379395, -0.475193589925766], [-0.9409055709838867, -0.3011907935142517, 0.7288439273834229, -1.5873839855194092, -1.9804003238677979, -0.588702917098999, -0.6559284329414368, -0.08781974762678146], [1.013154149055481, -0.19532053172588348, -0.19680045545101166, -1.1362978219985962, -0.3697753846645355, -0.591328501701355, -0.8519589304924011, -0.10259302705526352], [1.0511186122894287, -0.3068389892578125, -0.32549792528152466, -1.0602339506149292, 2.8227200508117676, 0.9090155959129333, -0.38818851113319397, 1.2336962223052979], [0.4105943441390991, -1.1474878787994385, 0.9465703368186951, -1.1766048669815063, -1.4940745830535889, 2.1897799968719482, -1.1200809478759766, 0.1132340058684349], [0.16323590278625488, -0.4795292317867279, -0.13812237977981567, -0.8905072212219238, -0.28697288036346436, 0.21693727374076843, 0.42079633474349976, -0.4724823236465454], [0.17742493748664856, -0.35085272789001465, -0.39447081089019775, -1.7533235549926758, -0.9571256041526794, 0.062181007117033005, -0.975436270236969, 0.08775290846824646], [-0.3916947543621063, -1.0646140575408936, 0.008222268894314766, -0.9131624102592468, -0.9584149718284607, -0.1355801522731781, -0.6940348148345947, -0.27346500754356384], [-0.08705019950866699, -0.5676034092903137, -0.4869619607925415, -1.251042366027832, -0.1643436700105667, 0.04612354561686516, -1.2314735651016235, 0.596513032913208], [1.490934133529663, -0.48509421944618225, -1.313326358795166, -1.0466560125350952, 0.8112761974334717, 0.28796422481536865, -0.2284870594739914, 0.34926944971084595], [0.23912331461906433, -0.5207372307777405, 0.3029075562953949, -0.7133802175521851, -0.8678790330886841, -0.24376462399959564, -0.409433513879776, -0.5161263942718506], [0.36452963948249817, -0.8906044363975525, -1.544236421585083, -0.19877974689006805, -1.999950647354126, 0.9265820980072021, 1.1371874809265137, -0.9501129388809204], [0.09119744598865509, -0.24892155826091766, 0.32800501585006714, -1.5225913524627686, -0.6596181988716125, -0.7140648365020752, -0.5033907294273376, -0.4697186350822449], [-1.007030725479126, -0.22826755046844482, -0.26465046405792236, -0.9567385315895081, -0.1609969586133957, 0.08772112429141998, -0.29423463344573975, -0.01845395937561989], [-0.3333236575126648, -0.5934798121452332, -0.8063437938690186, -1.0741631984710693, -0.24434581398963928, -0.21910083293914795, 0.058052025735378265, -0.4672813415527344], [1.0904840230941772, -0.9442142248153687, -0.2521461546421051, -0.8563149571418762, 1.723676085472107, 0.07493482530117035, -0.01919601857662201, 0.7537611126899719], [0.22408688068389893, -0.9093219637870789, -0.23005211353302002, -1.1666617393493652, -2.0548555850982666, -0.12756897509098053, -0.27114489674568176, -0.7325807809829712], [0.22283987700939178, -1.2519135475158691, 0.2828623652458191, -0.7032861113548279, -0.3074052631855011, -0.1004766896367073, -0.22770525515079498, -0.3815326392650604], [1.219699501991272, 0.0474628210067749, 1.1115612983703613, -0.25330042839050293, -0.6813280582427979, 0.4587676227092743, 0.2877064049243927, -0.8961218595504761], [0.6892280578613281, -0.4210508465766907, 0.03849693387746811, -1.113282561302185, -0.15064245462417603, -1.1473424434661865, -0.6606163382530212, 1.122268557548523], [-1.0333613157272339, -0.09421214461326599, 0.12304995954036713, -0.3834264278411865, -0.7444518804550171, 1.3160552978515625, 0.7981343269348145, 1.0714341402053833]], "mix": [[-0.048574138432741165, 0.026685209944844246, 0.10759574174880981, 0.05571330338716507, -0.070839524269104, 0.19703589379787445, 0.12950851023197174, 0.06524233520030975, -0.04448135569691658, -0.23865631222724915, -0.09245511144399643, -0.040658798068761826, -0.055141035467386246, -0.10662734508514404, 0.0012068147771060467, -0.0868990570306778, -0.2551288306713104, -0.3008314371109009, 0.03200649097561836, 0.09600293636322021, -0.24371689558029175, 0.08269558101892471, 0.008174621500074863, -0.05619368329644203, 0.05716903880238533, 0.13429242372512817, 0.22730682790279388, 0.17000441253185272, 0.056045230478048325, 0.21266497671604156, 0.3354955315589905, -0.15514373779296875, -0.19345900416374207, -0.20333652198314667, -0.030968857929110527, -0.03901265934109688, -0.1410936862230301, -0.5090463161468506, 0.009620950557291508, 0.013638467527925968, 0.022788383066654205, 0.10930491983890533, 0.28083422780036926, -0.061472516506910324, 0.13485941290855408, 0.11847593635320663, 0.2619536519050598, -0.2932102680206299, -0.12959295511245728, -0.18171991407871246, 0.20861013233661652, -0.06636559218168259, -0.009951574727892876, 0.137417271733284, 0.08742766082286835, 0.15951022505760193, 0.176131933927536, 0.17842674255371094, -0.1659824699163437, -0.10818687826395035, -0.14255578815937042, 0.25156354904174805, 0.16589656472206116, -0.29973408579826355, 0.1876276582479477, 0.3294546604156494, 0.15697060525417328, 0.003730365540832281, -0.11358587443828583, 0.25914424657821655, 0.11564946174621582, -0.12664659321308136, -0.07829459011554718, -0.12368606775999069, 0.19955629110336304, -0.19896665215492249, -0.054095685482025146, 0.21830475330352783, -0.08460206538438797, 0.07780400663614273, 0.006295920815318823, 0.25212526321411133, 0.15477877855300903, -0.012291465885937214, -0.008296762593090534, 0.12598800659179688, 0.08669183403253555, -0.016660872846841812, 0.01654152385890484, 0.09284932911396027, 0.10662379115819931, 0.06960847973823547, -0.19913193583488464, 0.16345474123954773, 0.30802011489868164, 0.02773081697523594, -0.020872943103313446, 0.06347481906414032, -0.01600784994661808, 0.04994114860892296, 0.026501312851905823, -0.15000028908252716, -0.0003111420664936304, 0.03272715210914612, 0.01628301851451397, -0.19194701313972473, 0.20710252225399017, 0.030707478523254395, 0.2080182582139969, 0.16128017008304596, 0.41998589038848877, -0.31555187702178955, -0.01537458784878254, -0.013462962582707405, 0.07503420859575272, 0.24721388518810272, 0.09068751335144043, -0.538406491279602, -0.05520651489496231, -0.12278922647237778, 0.11376607418060303, 0.09129344671964645, -0.030046122148633003, 0.10644131153821945, -0.07136372476816177, 0.02667493373155594, 0.02235559932887554, -0.18602289259433746, -0.1490582525730133, -0.27042442560195923, -0.007167504169046879, 0.04006561264395714, 0.1961391121149063, 0.1486257016658783, 0.2700473666191101, -0.21522508561611176, 0.2007068246603012, -0.05688582360744476, 0.2814192473888397, 0.17856812477111816, 0.028425568714737892, 0.08895497769117355, 0.41716787219047546, -0.03861013054847717, -0.04440891370177269, -0.1677825152873993, 0.07653797417879105, 0.033621396869421005, -0.015090524218976498, 0.21623344719409943, -0.21367888152599335, 0.11391135305166245, 0.11618499457836151, -0.10932506620883942, -0.05425218865275383, 0.16222155094146729, -0.12347756326198578, 0.19139793515205383, 0.053913313895463943, -0.36504870653152466, -0.044833648949861526, -0.28095054626464844, 0.044365424662828445, 0.18634162843227386, -0.08011293411254883, -0.16874605417251587, -0.32124486565589905, 0.10414613038301468, -0.07358793914318085, 0.010809443891048431, 0.051078468561172485, 0.24404320120811462, 0.014832555316388607, 0.27082595229148865, 0.21824635565280914, -0.2697852551937103, -0.1476956456899643, 0.22487051784992218, -0.12089172005653381, 0.06723837554454803, -0.09076771885156631, 0.3153228461742401, 0.06030476465821266, -0.07532895356416702, 0.1617484986782074, 0.16369661688804626, -0.15927451848983765, 0.1657986342906952, -0.3226246237754822, 0.2407965362071991, -0.5379338264465332, 0.21432486176490784, -0.09011360257863998, 0.08015058934688568, -0.004755566827952862, 0.159211665391922, -0.1719791144132614, -0.00024837907403707504, -0.17979466915130615, 0.05312211066484451, 0.25451773405075073, 0.1344553530216217, 0.3016510307788849, 0.038803618401288986, -0.12023574858903885, -0.019643157720565796, 0.05251539498567581, -0.1259797364473343, 0.027433505281805992, 0.11747457087039948, -0.09242307394742966, 0.14008411765098572, -0.13638384640216827, -0.19265879690647125, -0.01856173761188984, -0.019785920158028603, -0.025493307039141655, -0.12412121891975403, 0.08860001713037491, 0.06482043117284775, -0.05774243548512459, -0.3073364794254303, 0.10246960818767548, 0.15117056667804718, -0.03087719902396202, 0.13528560101985931, -0.051657553762197495, -0.06992029398679733, -0.046812258660793304, 0.10673341155052185, 0.15892136096954346, 0.054580625146627426, -0.03504032641649246, -0.08093369007110596, -0.11230885982513428, 0.3195922076702118, -0.04950504004955292, -0.027313832193613052, -0.20413336157798767, 0.0936720222234726, 0.2849710285663605, -0.06729704886674881, 0.1257951259613037, 0.03078712336719036, -0.2036132514476776, -0.13674379885196686, -0.19175779819488525, -0.11166795343160629, -0.061546098440885544, 0.18360722064971924, 0.41615456342697144, 0.20049822330474854, -0.08071139454841614, 0.018527397885918617, -0.06807884573936462, 0.14899027347564697, 0.35471785068511963, 0.1240677461028099, 0.09469737857580185, -0.013241743668913841, -0.0988975316286087, 0.03560922294855118, -0.02101629413664341, 0.06464241445064545, 0.04229002818465233, -0.05770629644393921, 0.1785023808479309, 0.06461802124977112, 0.0215282142162323, 0.36652660369873047, 0.09990943223237991, 0.007081085816025734, -0.10448047518730164, -0.32232969999313354, 0.22484122216701508, 0.008495630696415901, -0.057413313537836075, 0.3389832675457001, 0.17609159648418427, 0.18905912339687347, -0.14705318212509155, -0.21234939992427826, 0.13710206747055054, 0.20794156193733215, 0.051932454109191895, -0.18402348458766937, -0.058204710483551025, 0.06665398180484772, 0.07196171581745148, 0.04676483944058418, 0.11603351682424545, 0.08097008615732193, 0.14626342058181763, 0.13684286177158356, 0.06608882546424866, -0.1453821063041687, 0.4699229598045349, 0.12566447257995605, -0.33417388796806335, 0.1212780773639679, 0.0472334586083889, -0.039875276386737823, 0.11530445516109467, -0.20476923882961273, 0.2981487512588501, -0.11263450980186462, -0.18019221723079681, 0.25723427534103394, -0.16657614707946777, 0.3226451277732849, 0.3398157060146332, -0.10440407693386078, 0.03345387428998947, 0.11872105300426483, 0.47758322954177856, 0.1233186349272728, -0.24587534368038177, 0.24505338072776794, 0.18540304899215698, -0.17357005178928375, 0.1909196674823761, -0.2650037109851837, 0.004489127546548843, -0.10993830859661102, -0.11936267465353012, 0.05135723203420639, -0.0858374610543251, -0.1104036197066307, -0.1477118283510208, -0.10075810551643372, 0.20658184587955475, 0.3473280966281891, -0.12733116745948792, 0.3506869375705719, 0.2941461205482483, 0.17480643093585968, -0.14546243846416473, 0.11285292357206345, 0.06140904501080513, 0.06856600195169449, -0.12306209653615952, 0.4684397578239441, -0.2728780508041382, -0.053309135138988495, 0.21519967913627625, 0.0037244856357574463, 0.08184267580509186, 0.13550618290901184, 0.2851933538913727, 0.181709885597229, 0.21243630349636078, -0.31279563903808594, 0.058705490082502365, -0.048583999276161194, -0.2205880582332611, 0.20925648510456085, -0.07967156916856766, 0.1706286072731018, -0.09827874600887299, -0.23183585703372955, -0.16009573638439178, -0.13588114082813263, -0.031078048050403595, -0.06173410266637802, -0.2613633871078491, 0.15456783771514893, 0.1546601951122284, -0.0052679553627967834, 0.22485759854316711, -0.06400567293167114, 0.2579127550125122, 0.12965431809425354, -0.0064229960553348064, 0.2117406278848648, -0.1412007361650467, -0.05996668338775635, 0.07216568291187286, -0.07346906512975693, 0.26492711901664734, 0.003122790716588497, -0.006403835024684668, 0.6145162582397461, 0.08071243017911911, -0.008468858897686005, 0.14705532789230347, 0.18414689600467682, -0.22706829011440277, 0.11068377643823624, 0.10664273798465729, 0.007532211020588875, -0.09761933237314224, -0.18323755264282227, -0.038435716181993484, -0.03622110188007355, 0.17774610221385956, -0.07053276151418686, 0.21867623925209045, -0.01710311882197857, -0.5869938731193542, -0.22331087291240692, 0.309800922870636, -0.2218114584684372, 0.5919981598854065, 0.012232488952577114, 0.16164395213127136, -0.3193953335285187, -0.10153758525848389, -0.30199021100997925, -0.20417001843452454, 0.13296180963516235, -0.2198052555322647, 0.34660622477531433, 0.07440894842147827, -0.1119508296251297, 0.3720923662185669, -0.18768692016601562, -0.08220189064741135, 0.9343095421791077, 0.5407600998878479, 1.528618574142456, 0.021966520696878433, -2.5436947345733643, 0.6759033203125, -0.14385299384593964, -2.590790271759033, 0.9217578172683716, -2.1676971912384033, 1.5354083776474, -2.214559316635132, -1.0185532569885254, 1.6921417713165283, -0.6926053762435913, -5.438400745391846, 2.7427608966827393, 3.511948347091675, 3.7299182415008545, 1.7994195222854614, -3.849792718887329, 4.225069999694824, -9.216153144836426, 2.214909315109253, -5.993927955627441, 1.8574763536453247, -2.653167247772217, -12.527657508850098, 0.7798066735267639, -2.91081166267395, -8.0701265335083], [0.2561989724636078, -0.017881255596876144, 0.286301851272583, -0.15930545330047607, 0.11112368851900101, -0.3492394983768463, -0.3280602991580963, 0.054743796586990356, -0.01500028371810913, -0.23926667869091034, -0.014555875211954117, -0.02635093778371811, -0.10791434347629547, -0.203934445977211, -0.22193527221679688, -0.08790645003318787, 0.11751752346754074, -0.08208125084638596, -0.03564520180225372, -0.09304632246494293, 0.13740432262420654, -0.3467775285243988, -0.2910190522670746, 0.4004826545715332, -0.25323447585105896, -0.1413525491952896, 0.18546895682811737, -0.15999512374401093, 0.17970608174800873, 0.42460140585899353, 0.17570948600769043, 0.30618995428085327, 0.1860484927892685, 0.060149192810058594, -0.4572879374027252, 0.0340811088681221, -0.17651374638080597, -0.30446910858154297, -0.21779371798038483, 0.2557988166809082, -0.1658877581357956, 0.19651097059249878, -0.445252925157547, 0.2637857496738434, 0.2057463377714157, -0.2993004620075226, -0.11053347587585449, 0.23296639323234558, -0.22730585932731628, -0.1315111666917801, -0.18866141140460968, -0.08281870186328888, 0.14876292645931244, -0.4758133292198181, -0.01719961129128933, -0.08129145205020905, -0.18979518115520477, -0.10554567724466324, 0.024982308968901634, -0.09682222455739975, 0.012864163145422935, -0.19441497325897217, -0.2763506770133972, 0.20505867898464203, -0.19616912305355072, 0.34570589661598206, -0.14371731877326965, -0.04848293215036392, 0.10674088448286057, 0.036349277943372726, -0.34726062417030334, 0.18344703316688538, 0.12545844912528992, -0.1690439134836197, 0.17625389993190765, -0.01639954186975956, 0.08479974418878555, 0.29951906204223633, 0.02636384218931198, -0.005604756064713001, 0.17071090638637543, 0.036413878202438354, -0.03677462041378021, -0.11461709439754486, -0.17619578540325165, -0.4247490465641022, 0.13646183907985687, 0.30492350459098816, -0.05187414959073067, 0.0013390638632699847, -0.20106284320354462, 0.02084057778120041, 0.2710893750190735, -0.17261530458927155, -0.172227144241333, -0.14748205244541168, 0.08417785167694092, -0.14389893412590027, 0.20215573906898499, 0.20333439111709595, 0.07779138535261154, -0.054728250950574875, 0.12264350801706314, 0.041799146682024, -0.1444108486175537, 0.024817515164613724, -0.02670043520629406, -0.21040143072605133, -0.011243012733757496, 0.3881914019584656, -0.5028921365737915, 0.21661297976970673, 0.009276585653424263, 0.15036320686340332, -0.35962995886802673, 0.17119941115379333, 0.0540488176047802, -0.045402590185403824, 0.23849335312843323, 0.2309368997812271, 0.04880132898688316, 0.26900506019592285, -0.15000708401203156, 0.09783371537923813, -0.09132424741983414, -0.021685419604182243, -0.2942006289958954, -0.132729172706604, -0.10758773237466812, 0.12026316672563553, -0.4764114320278168, 0.24879297614097595, -0.06818955391645432, -0.3375200033187866, -0.2495930939912796, -0.05772761255502701, 0.0845494493842125, 0.100715272128582, 0.253366619348526, 0.021570520475506783, 0.039808034896850586, 0.117550790309906, -0.02136911265552044, 0.33384501934051514, 0.09242504090070724, -0.16601453721523285, -0.10236052423715591, -0.05028357729315758, -0.12373898923397064, 0.0567515566945076, -0.3342744708061218, 0.23321279883384705, 0.05600300803780556, 0.12810549139976501, 0.013152877800166607, 0.07911428064107895, 0.20933948457241058, -0.2863403260707855, -0.17674772441387177, 0.21352502703666687, 0.07423248142004013, -0.1856898069381714, 0.08927863836288452, 0.037306882441043854, 0.11782737821340561, 0.11295978724956512, 0.11539221554994583, 0.013214999809861183, 0.38771581649780273, 0.06327692419290543, -0.018573246896266937, -0.1204974502325058, 0.15852946043014526, 0.03437253087759018, -0.11795564740896225, 0.3505425751209259, -0.24550984799861908, 0.10021919012069702, 0.04511549696326256, 0.015764685347676277, -0.04026006534695625, -0.6109200119972229, -0.1304103434085846, 0.27567654848098755, -0.3541085422039032, 0.053399261087179184, 0.0833691880106926, 0.05553637817502022, 0.1346076875925064, -0.41129443049430847, -0.2638346254825592, 0.3361591398715973, 0.3174251914024353, 0.027096986770629883, -0.02515648864209652, 0.020954592153429985, 0.08786994963884354, -0.1426064521074295, 0.25561100244522095, 0.5268652439117432, 0.40031254291534424, 0.14152967929840088, -0.19578111171722412, -0.1959736943244934, -0.0033303373493254185, -0.006472836248576641, -0.11099123954772949, 0.060536257922649384, -0.02732202224433422, 0.06753656268119812, -0.05785401910543442, -0.11680091172456741, -0.1545523852109909, 0.12694916129112244, 0.025195341557264328, 0.10136865079402924, -0.21324416995048523, -0.20632098615169525, 0.0044076647609472275, -0.2205362766981125, -0.06041762977838516, -0.35120728611946106, -0.20249491930007935, 0.7241740226745605, 0.09338966757059097, -0.03811265528202057, 0.4296722114086151, 0.24309982359409332, -0.0522954948246479, 0.00035544601269066334, -0.2052554190158844, 0.29462698101997375, -0.37053239345550537, 0.10311982035636902, 0.1204785630106926, 0.03025934100151062, 0.25873157382011414, 0.2814794182777405, 0.1370597779750824, 0.12006784230470657, 0.07982581108808517, 0.040312688797712326, -0.34886452555656433, -0.12447044253349304, 0.24442695081233978, 0.0029333007987588644, 0.3010530173778534, -0.061383429914712906, -0.04667443782091141, 0.31082984805107117, -0.38019290566444397, -0.28722700476646423, -0.04011233523488045, 0.14513945579528809, -0.2633201777935028, 0.1868966519832611, -0.11581200361251831, 0.06357842683792114, 0.4253488779067993, 0.16350075602531433, -0.18758027255535126, 0.04945213347673416, 0.19850890338420868, 0.21291591227054596, 0.012108143419027328, 0.0032193404622375965, 0.09077226370573044, 0.046643998473882675, -0.10206175595521927, -0.050005197525024414, -0.08174340426921844, 0.01627037115395069, -0.2883944511413574, 0.15087027847766876, -0.029759928584098816, -0.19185787439346313, 0.10212519764900208, -0.16195841133594513, -0.11277978867292404, 0.4713417589664459, 0.14191026985645294, 0.19023439288139343, 0.2884844243526459, -0.09505463391542435, -0.08835049718618393, -0.05213542655110359, 0.24251167476177216, 0.12638816237449646, -0.12374389916658401, 0.1459091454744339, -0.10498494654893875, 0.11624854803085327, 0.21367789804935455, -0.04053878411650658, -0.2007288634777069, 0.30353814363479614, -0.18938559293746948, -0.034478433430194855, -0.07323498278856277, -0.22901000082492828, 0.12336361408233643, -0.5552732944488525, -0.3132230043411255, -0.27784985303878784, 0.24696135520935059, 0.2092384546995163, 0.1513950228691101, 0.015485284850001335, 0.3124329745769501, -0.09023096412420273, -0.3304116427898407, -0.023601585999131203, -0.14248394966125488, 0.32457831501960754, 0.00490371510386467, -0.2297186553478241, -0.05436556786298752, -0.15825487673282623, -0.12167078256607056, -0.27051424980163574, 0.1482255607843399, 0.30978378653526306, 0.30546021461486816, -0.14762622117996216, 0.1333288699388504, -0.22804632782936096, -0.21947717666625977, -0.01715882308781147, -0.12371093779802322, -0.0987720713019371, 0.1671873778104782, -0.36678266525268555, 0.2769237458705902, -0.2603517174720764, 0.09270872175693512, -0.0030477698892354965, -0.09678269922733307, 0.24228042364120483, 0.01006226520985365, 0.03533775731921196, 0.05910426750779152, -0.29603493213653564, 0.0016906331293284893, 0.299020379781723, 0.3496408462524414, 0.08980846405029297, 0.029024505987763405, -0.21136140823364258, 0.07366126775741577, -0.19533424079418182, 0.21601179242134094, 0.04703192040324211, -0.19272474944591522, 0.08820118010044098, 0.20063626766204834, -0.01644219271838665, -0.09736417233943939, -0.11531127989292145, -0.3349991738796234, 0.17367658019065857, -0.3456557095050812, 0.386670857667923, -0.1665942519903183, -0.06305023282766342, -0.11497755348682404, -0.2660563886165619, -0.07210002839565277, 0.4497832953929901, 0.24363189935684204, -0.14969415962696075, 0.05933553725481033, -0.18833661079406738, 0.06622149050235748, -0.5821161866188049, 0.313291996717453, 0.3069462478160858, -0.31949105858802795, 0.41947492957115173, 0.21619616448879242, -0.03167201578617096, -0.4364067018032074, -0.02246929705142975, 0.15467886626720428, 0.5494339466094971, -0.383529931306839, -0.17090389132499695, -0.3040073812007904, -0.04006098955869675, 0.10018265247344971, -0.7331240773200989, 0.1630774736404419, 0.5289574861526489, -0.21490240097045898, 0.37018847465515137, 0.7406306266784668, 0.13149267435073853, 0.4126146733760834, -0.27498528361320496, -0.9852088689804077, 0.1502106785774231, -0.13867004215717316, -0.1452973335981369, -0.7005322575569153, -0.7805731892585754, 0.0946979969739914, -0.9297587871551514, 0.027722636237740517, 0.5728896856307983, 0.1894841343164444, 0.4218445122241974, 1.7044042348861694, -0.8292218446731567, 1.2016855478286743, 0.826362669467926, -0.24388475716114044, -2.587446689605713, -0.5319898128509521, 0.010740536265075207, -2.605811595916748, -0.005217880010604858, 0.10048094391822815, -0.6714506149291992, 1.6617209911346436, 1.0932846069335938, 0.9827029705047607, 1.1956864595413208, -1.2651420831680298, 0.19567185640335083, 0.5637091398239136, -6.064927577972412, 0.04658277705311775, 3.4278035163879395, -1.653051733970642, 2.475937604904175, -8.042036056518555, 1.7616850137710571, 2.041226625442505, -0.2895936667919159, 4.895419597625732, -3.059293508529663, -2.9893805980682373, -1.717095136642456, 0.8241449594497681, -5.101469039916992, -12.04615306854248, -3.5733442306518555, 3.5162265300750732, 1.5198533535003662], [-0.3258959650993347, -0.17599079012870789, 0.30171072483062744, -0.1593266874551773, 0.03822848200798035, 0.6871261596679688, 1.3376233577728271, -0.6976740956306458, 0.031134236603975296, -0.35794925689697266, 0.16865555942058563, -0.6152661442756653, -0.7725821733474731, 0.19826354086399078, 0.8522527813911438, -1.2103898525238037, 0.39861589670181274, -0.08572345227003098, 0.07158840447664261, -0.13653206825256348, -0.3268636465072632, 0.5200523138046265, 1.0623571872711182, -0.7196784019470215, 0.7049245238304138, 0.2169339656829834, 0.8362563252449036, -0.21908682584762573, 0.3975920081138611, 0.288842111825943, 0.5581629872322083, -1.3606147766113281, -0.002614968689158559, -0.22544360160827637, 0.7332902550697327, 0.6713898181915283, -0.42166054248809814, 0.08658169955015182, 0.8845447897911072, -1.4445816278457642, -0.03403502702713013, -0.031104905530810356, 0.40437617897987366, -0.09672108292579651, -0.41410261392593384, 0.4616917669773102, 0.8109824061393738, -1.1290380954742432, 0.051529817283153534, 0.0379214845597744, 1.3345158100128174, 0.2508803606033325, -0.39173582196235657, 0.7958804368972778, 0.6213650703430176, -0.4302191138267517, 0.2152654230594635, -0.19441165030002594, 1.0317009687423706, 0.6251482367515564, -0.751198410987854, -0.4137350916862488, 0.5028230547904968, -1.6822391748428345, 0.6084611415863037, -0.32118740677833557, 0.2083524465560913, 0.5320960879325867, -0.6882830858230591, -0.6933151483535767, 0.8464419841766357, -0.41231170296669006, 0.31695011258125305, 0.903527557849884, 0.4115552306175232, 0.3497181236743927, 0.008714009076356888, 0.3803703784942627, 0.46964067220687866, -1.0753990411758423, 0.2460448443889618, 0.07867351919412613, 1.8207926750183105, 0.5404766798019409, -0.06762140244245529, -0.07983206957578659, 0.4284737706184387, -1.0620871782302856, 0.06639008224010468, 0.06742976605892181, 1.5040855407714844, 0.6156571507453918, 0.04385680705308914, 0.11749028414487839, 0.9469836950302124, -0.5439633131027222, -0.6652708649635315, 0.6580181121826172, 0.6525396108627319, 0.9403437972068787, -1.0002849102020264, 0.3753558397293091, 0.6509448289871216, -1.190167784690857, 0.24667607247829437, -0.13768887519836426, 1.0990537405014038, 0.6088600158691406, -0.9769415259361267, -0.3370696008205414, 1.1715656518936157, -0.15515170991420746, -0.18743842840194702, -0.885979175567627, 0.2681397795677185, 0.22249098122119904, -0.5328551530838013, 0.9748789072036743, 0.09538040310144424, -1.0281745195388794, -0.2727211117744446, -0.8887626528739929, 0.46827366948127747, 0.201406791806221, -0.774899423122406, 0.281373530626297, 0.6908974051475525, -1.1908360719680786, 0.5776767134666443, 0.3081134259700775, 1.1696348190307617, -0.3196297883987427, -0.49096301198005676, 0.287177175283432, 0.043641023337841034, -0.6148848533630371, 0.3520461618900299, -0.7785317301750183, 1.5573794841766357, 0.11959037184715271, -0.2195490002632141, 0.42920857667922974, 0.3163680136203766, -0.15325035154819489, 0.612773597240448, -0.4740535616874695, 1.1678333282470703, 0.7851955890655518, -0.22736769914627075, -0.09835416823625565, 1.2671045064926147, -0.24255335330963135, 0.45536091923713684, -0.37548279762268066, 0.1326833963394165, 0.9915338158607483, -0.47699999809265137, 0.0630219578742981, 0.9334132075309753, -0.30444037914276123, -0.6396380662918091, -0.25576382875442505, 0.5674864053726196, 0.23095329105854034, 0.20289944112300873, 0.5236104130744934, 0.6962122321128845, -0.7226632237434387, 0.20059411227703094, -0.8206179141998291, 0.41312918066978455, 0.41598057746887207, 0.09541019797325134, 0.19866834580898285, 0.8633325695991516, -0.08682192862033844, -0.17451366782188416, -0.05066405609250069, 0.24961663782596588, 0.32386988401412964, -0.297375351190567, 0.7459428906440735, 0.862592875957489, -0.4438597559928894, -0.4301908314228058, -0.338926762342453, 0.399505615234375, 0.9144187569618225, -0.5970903038978577, 0.28474128246307373, 0.640798807144165, -0.1683036983013153, -0.7959017157554626, 0.14674793183803558, 0.8599036335945129, 0.7610830664634705, -0.647045373916626, -0.3769015371799469, 0.7778043746948242, -0.6379456520080566, 0.39997217059135437, -0.6691133379936218, 0.7485886216163635, 1.439989686012268, -0.34166476130485535, 0.6551008224487305, -0.4402107000350952, -0.5518344044685364, 0.48150575160980225, -0.2311503142118454, 0.7770541906356812, 0.7338387370109558, -0.1888509839773178, 0.9842988848686218, 0.7843493223190308, -0.3709683418273926, 0.2881186008453369, -0.4733382761478424, -0.41311579942703247, 0.8100361227989197, -0.8457121253013611, 1.0113810300827026, 0.4406023919582367, 0.10291671752929688, -0.19704130291938782, 0.09505849331617355, 0.1591835618019104, 0.478286474943161, -0.6496029496192932, 0.12250997871160507, 0.4413144886493683, -0.5677016973495483, 0.6139525175094604, -0.003520902944728732, 0.7941017150878906, 0.2729181945323944, 0.6173490285873413, 1.161806344985962, 1.2267391681671143, -0.040735725313425064, -0.08251334726810455, 0.07916975021362305, 1.1556923389434814, 0.5550485253334045, -0.6534082293510437, -0.0619724877178669, -0.3888542652130127, -0.7362304329872131, 0.758537769317627, -0.12937358021736145, 0.47103065252304077, 1.1075856685638428, -0.3107486963272095, 0.7499527335166931, 0.8599749803543091, -0.7786939740180969, -0.5346927046775818, -0.2600924074649811, 0.42115452885627747, 1.2904428243637085, 0.03772936761379242, -0.00757947564125061, 1.043289065361023, -0.3915461003780365, 0.2364017814397812, 0.08286309987306595, 0.5050286054611206, 0.9541888236999512, -1.0606930255889893, 0.68976891040802, 1.1491551399230957, -0.8383618593215942, 0.006116311997175217, -0.9714650511741638, 0.32910868525505066, 1.1208884716033936, 0.28016746044158936, 0.8374623656272888, 0.6973549723625183, -0.7098807096481323, 0.5616267919540405, 0.1307750940322876, 0.42284339666366577, 0.8738066554069519, -0.9772595763206482, 1.1016982793807983, 0.7426773905754089, 0.19152028858661652, 0.9675465226173401, -0.06384281814098358, 0.6833201050758362, -0.46236422657966614, -0.9759762287139893, 0.20564331114292145, 0.7309688925743103, 0.21146585047245026, 0.2760260999202728, -1.1473382711410522, 2.0911340713500977, 0.05555232986807823, -0.3796321451663971, 0.861259400844574, 0.66232830286026, 0.22380368411540985, 0.870328962802887, -0.47004416584968567, -0.1061566174030304, 0.5878062844276428, -0.11153944581747055, 1.0065572261810303, -0.11140409857034683, -0.8745868802070618, 0.41440263390541077, -0.12486598640680313, 0.35291361808776855, -0.28008630871772766, -0.45582109689712524, 1.201990008354187, 1.086862325668335, 0.44837844371795654, -0.008501388132572174, -0.41311225295066833, 0.4355851411819458, 0.17097775638103485, -0.23284456133842468, 1.4702692031860352, 1.06610107421875, -0.9027024507522583, -0.05423523858189583, -0.98884516954422, 1.3519535064697266, 0.6945406794548035, -0.7752286791801453, 0.08663374185562134, 0.5470750331878662, -1.0379645824432373, 0.11373597383499146, -0.7610265612602234, -0.16370368003845215, 0.25312405824661255, -0.33555838465690613, 0.734742283821106, 0.4042540192604065, -1.6606554985046387, 0.12616202235221863, 0.1055142804980278, 0.9249478578567505, 0.24600888788700104, -0.4503192901611328, -0.21193985641002655, 0.07542923092842102, -0.7099059224128723, 0.7059895992279053, 0.8131716847419739, 0.46375539898872375, 0.955377995967865, -0.6928845047950745, 0.7196689248085022, 0.8489484190940857, -1.5733460187911987, 0.6648143529891968, -1.2071309089660645, 0.9514857530593872, 0.3157375454902649, -0.3952539563179016, 0.4723980128765106, 1.0677448511123657, -0.5954686999320984, 0.28179728984832764, -0.7477124929428101, 0.5514017939567566, 0.850994884967804, -0.22096946835517883, 0.8438223600387573, 1.1824229955673218, 0.05285925045609474, -0.10871604084968567, -0.7243275046348572, 2.0394492149353027, 0.9519059062004089, -0.28264254331588745, -0.11345979571342468, 0.9495017528533936, -0.8016683459281921, -0.20185960829257965, -0.327027291059494, 2.1160905361175537, -0.009013948030769825, 0.6601228713989258, 0.012457715347409248, 0.9530518054962158, -2.444514036178589, -0.3837580978870392, 1.097966194152832, 0.31251394748687744, 0.4753641188144684, -2.030742645263672, -2.508838176727295, 3.3609020709991455, 2.4468183517456055, -0.2496073693037033, 1.1610229015350342, -3.3175301551818848, 2.9218931198120117, -1.849092721939087, -2.0250189304351807, 2.247279644012451, 1.6860525608062744, 0.14341706037521362, 0.23773814737796783, 1.4929354190826416, -0.14732274413108826, 2.376236915588379, -0.5790998935699463, -0.5733743906021118, -4.072345733642578, 1.6561020612716675, -1.0734316110610962, 5.615466594696045, 1.7339863777160645, 0.9117301106452942, 1.8077327013015747, -2.642645835876465, -2.406802177429199, 4.759113788604736, -4.174428462982178, 3.2010457515716553, 2.2443597316741943, 1.2364906072616577, 1.0893276929855347, -1.7100882530212402, 3.6428091526031494, 1.1365108489990234, -0.13749873638153076, 2.2558815479278564, -1.3952841758728027, 0.25621676445007324, 2.157313346862793, -0.4015725255012512, 0.671332836151123, 0.27439582347869873, -2.190216064453125, 0.7864562273025513, -1.322766661643982, -2.5313525199890137, -0.6804943084716797, -1.648613452911377, -3.009397029876709], [0.10958679020404816, -0.14266744256019592, 0.8361786007881165, 0.5120342969894409, -0.2930384576320648, 0.7903780937194824, 0.03378651291131973, 0.2426263391971588, 0.4812242090702057, -0.12198403477668762, 0.5112070441246033, 0.6182339191436768, -0.2579214572906494, 0.11465485394001007, 0.47014492750167847, -0.057602494955062866, 0.31230369210243225, -0.4386747181415558, -0.0628763735294342, 0.414479523897171, -0.21526478230953217, 1.042617678642273, 0.39044561982154846, -0.4251616597175598, 0.1648322492837906, -0.5195215940475464, 0.002850743941962719, 0.21349181234836578, -0.632482647895813, -0.02313515916466713, 0.49426737427711487, -0.21366189420223236, -0.0700264647603035, -0.3647782802581787, 0.7538806200027466, 0.6015111207962036, -0.17998510599136353, 0.4083166718482971, 0.05105123668909073, -0.5059263706207275, 0.3348081707954407, -0.16032712161540985, -0.14114910364151, 0.22784174978733063, -1.019370436668396, 0.650895357131958, 0.4505818784236908, -0.06361367553472519, 0.5520275235176086, 0.5088399648666382, -0.05053355544805527, 0.13580113649368286, -0.22294451296329498, -0.425706148147583, 0.3036264181137085, 0.1906796395778656, -0.045668985694646835, -0.617814302444458, 0.5123890042304993, 0.06096969172358513, -0.3313595652580261, 0.12332870066165924, 0.8112711906433105, -0.28220778703689575, -0.24385875463485718, 0.2317022979259491, 0.27308404445648193, 0.03608010336756706, -0.36757147312164307, 0.6728822588920593, 0.5494682192802429, -0.15845872461795807, -0.025958171114325523, -0.1678326427936554, 0.674141526222229, 0.34750038385391235, 0.20662377774715424, -0.06884551048278809, 0.8045725226402283, -0.19994737207889557, 0.17466865479946136, 0.19416101276874542, -0.7750430107116699, 0.8368465304374695, -0.2523917853832245, 0.6976175904273987, 0.8317434191703796, 0.10180354863405228, -0.6188579201698303, 0.09679201245307922, -0.47586143016815186, 0.25275298953056335, -0.12836579978466034, 0.8939772844314575, 0.2022688090801239, -0.11853212118148804, 0.009772736579179764, 0.3430255651473999, 0.25779399275779724, 0.5067091584205627, -0.3640443980693817, -0.044160667806863785, -0.18965734541416168, -0.3272106945514679, 0.0784369707107544, -0.16875062882900238, 0.31744635105133057, 0.19529154896736145, -0.380667120218277, 0.5244296789169312, 0.44683611392974854, -1.0801990032196045, 0.20582903921604156, -0.12895777821540833, 0.3266029357910156, 0.2951580584049225, -0.09911944717168808, 0.22678883373737335, 0.06330271810293198, 0.2502788305282593, 0.040023382753133774, 4.588376032188535e-05, -0.032179322093725204, 0.17858879268169403, -0.18934457004070282, 0.42884817719459534, 0.9786090850830078, -0.14962352812290192, 0.09233768284320831, -0.17741447687149048, 0.32758983969688416, 0.5698629021644592, -0.337218701839447, -0.15664049983024597, 0.6232396364212036, 0.12916989624500275, 0.27139073610305786, 0.05219152569770813, 0.039962951093912125, 0.134295254945755, -0.02638239413499832, 0.6741852760314941, 0.31688231229782104, 0.1995031088590622, -0.12744884192943573, -0.1621054708957672, 0.828575849533081, 0.12008289992809296, -0.01031910628080368, 0.9994688630104065, -0.06230902671813965, -0.5715470314025879, 0.1022610068321228, -0.06102427840232849, 0.8637251853942871, 0.45917627215385437, -0.0975007712841034, 0.7458908557891846, 0.9835298657417297, 0.04002676531672478, 0.059471338987350464, -0.17792749404907227, -0.3343364894390106, 0.569717526435852, -0.47902974486351013, 0.4870292842388153, 0.7105114459991455, 0.20262347161769867, 0.2740868628025055, -0.5578978657722473, 0.4748856723308563, 0.34342652559280396, -0.5237429738044739, 0.6240172386169434, 0.30290648341178894, 0.4680063724517822, 0.12770205736160278, -0.01033963542431593, 0.643334150314331, 0.35092368721961975, -0.26496797800064087, -0.2560476064682007, 0.9079203009605408, -0.14518937468528748, 0.35473451018333435, 8.279152098111808e-06, 0.31036263704299927, 0.2842608094215393, -0.12756866216659546, 0.48064541816711426, -0.29848650097846985, -3.481004387140274e-05, 0.053902171552181244, -0.506776750087738, 0.2583962082862854, 0.43806928396224976, -0.2511618435382843, 0.4139694571495056, 0.2598169445991516, 0.08626079559326172, 0.1879916489124298, 0.12622658908367157, 0.3746655285358429, 0.3174508512020111, -0.11632530391216278, 0.1345902383327484, 0.21221135556697845, -0.2573581635951996, 0.24841400980949402, -0.36338573694229126, 0.6951189041137695, 0.4950031340122223, -0.574924886226654, 1.1847823858261108, 0.4736235737800598, -0.4331810176372528, -0.09151329845190048, 0.05132528394460678, 0.7676658034324646, 0.15452294051647186, 0.33403241634368896, 0.06030714139342308, 0.09210948646068573, -0.15118466317653656, -0.07784748077392578, -0.18913634121418, 0.5269204378128052, 0.6508460640907288, -0.2729133665561676, 0.507804811000824, -0.1312931478023529, -0.7201813459396362, -0.22280430793762207, -0.5584372282028198, 0.7713838219642639, -0.4587942659854889, -0.0285943616181612, 0.18918578326702118, 0.7619845271110535, 0.03799267113208771, 0.7884862422943115, 0.22621338069438934, 0.18762925267219543, 0.5289294719696045, -0.23756136000156403, 0.4219147861003876, 0.3927185833454132, -0.32309889793395996, 0.18110749125480652, -0.17204143106937408, 0.7394911646842957, -0.052737437188625336, -0.24660536646842957, 0.4573381245136261, -0.041397709399461746, -0.7528245449066162, -0.007965179160237312, -0.22282807528972626, 0.2735452651977539, -0.12650133669376373, -0.06323215365409851, 0.7563980221748352, -0.42883753776550293, -0.8364737033843994, 0.5292227268218994, 0.16703306138515472, 0.38564932346343994, -0.1682484894990921, -0.2322583943605423, -0.37253817915916443, 0.360252320766449, -0.11481805890798569, -0.19621716439723969, 0.37554895877838135, 0.055557675659656525, 0.488961786031723, -0.21020269393920898, 0.10247185081243515, 0.19644349813461304, -0.07729354500770569, -0.0996326133608818, 0.08407454192638397, -0.04680521786212921, 0.4087334871292114, 0.13592150807380676, -0.0461607500910759, 0.34168463945388794, -0.6315689086914062, 0.1621897965669632, -0.11687656491994858, 0.9000645875930786, 0.4443240165710449, 0.2319687306880951, 1.04573392868042, -0.0357157364487648, -0.6340386271476746, 0.6849249005317688, -0.07438769191503525, -0.14563775062561035, 0.7304054498672485, -0.36946457624435425, 0.30979156494140625, 0.03498499467968941, -0.07102742791175842, 0.16796992719173431, 0.035076119005680084, 0.21989832818508148, 0.13405190408229828, -0.2953301966190338, 0.04174163565039635, 0.0493805818259716, -0.3751975893974304, 0.1990627944469452, 0.046041496098041534, 0.4380299746990204, 0.20476093888282776, -0.2210034877061844, 0.8112121820449829, 0.39396214485168457, -0.580215573310852, 0.2903146743774414, 0.15009038150310516, 0.9715937972068787, -0.06674153357744217, -0.10197766870260239, 0.6800282001495361, 0.676346480846405, -0.8321194052696228, -0.3616258502006531, -0.018752016127109528, 0.3064948618412018, 0.45772919058799744, 0.04806133359670639, 0.05095167085528374, 0.0399368591606617, -0.38504859805107117, -0.10848481953144073, -0.54364413022995, 0.0028434833511710167, 1.1177270412445068, -0.10078951716423035, 0.4146425724029541, 0.31363445520401, 0.24921058118343353, -0.024025218561291695, 0.20643816888332367, 0.21985198557376862, -0.0044386680237948895, -0.4092603921890259, 0.4253314733505249, 0.6309207677841187, -0.03052455186843872, -0.2829570174217224, 0.04145229607820511, -0.5517556071281433, -0.3286122977733612, 0.06971602886915207, -0.14675690233707428, -0.13202230632305145, -0.413178414106369, -0.2735368013381958, 0.295125812292099, 0.8370413780212402, -0.18662957847118378, -0.22251270711421967, -0.5241151452064514, 0.3711775839328766, -1.2862809896469116, -0.13256990909576416, 0.36168915033340454, 0.06941374391317368, 0.18399156630039215, -0.2853758633136749, 0.1603672206401825, -0.046003472059965134, -0.5409988760948181, -0.15635818243026733, 0.31676632165908813, 0.43978676199913025, -0.015024088323116302, -0.9470099806785583, -0.18530304729938507, 0.8119884133338928, -0.14803855121135712, 0.07441706955432892, -0.23241861164569855, -0.31151479482650757, 0.1786329448223114, -0.1236172765493393, -0.45640599727630615, 0.21972203254699707, -0.5097548961639404, -0.043838340789079666, 0.5324820876121521, -1.210220456123352, 0.35282638669013977, -1.0904076099395752, 0.43176573514938354, 1.5286810398101807, 0.6697900891304016, 0.1643785685300827, 0.901275634765625, 0.39198654890060425, 0.8065834045410156, -1.4045075178146362, 1.7697430849075317, 0.4426325559616089, 0.33578917384147644, -0.7214484810829163, -0.021178852766752243, -0.5069952607154846, -0.012500003911554813, -0.9081419706344604, 0.19897744059562683, 0.05157538503408432, 0.7663810849189758, -0.18241165578365326, 0.045936498790979385, 1.1058403253555298, 0.11382250487804413, -0.25738948583602905, 0.725547730922699, 1.9780364036560059, 0.4679301977157593, -1.0709633827209473, 2.531904458999634, 0.7986170053482056, 0.8190109729766846, 0.1036810502409935, -1.2655786275863647, 1.0742515325546265, 0.5964797139167786, -1.3550539016723633, 3.9994471073150635, 2.4073710441589355, 2.5917065143585205, 1.217789649963379, -5.724098205566406, 5.46010160446167, -0.8879238963127136, -3.7514772415161133, 6.019049644470215, 2.722562551498413, 1.1315264701843262, 1.5500952005386353, -7.880165100097656, 12.91618824005127, 3.490110397338867], [-1.114385962486267, -0.17270570993423462, -0.9281964302062988, -0.6684887409210205, -0.653877317905426, -0.2469886690378189, -0.9218473434448242, -0.5578509569168091, 0.4590391516685486, 0.925208330154419, -0.03499896451830864, -0.6202692985534668, 0.07187526673078537, -0.4116857051849365, -0.5928815603256226, 1.3416590690612793, -0.5184195637702942, 0.38919487595558167, -1.1034647226333618, 0.023172004148364067, 0.33733421564102173, -0.1996961385011673, -1.170915126800537, 0.36572909355163574, -0.1392737776041031, 0.10174687951803207, -0.5277866125106812, -0.4594574570655823, -0.3606560528278351, -0.7701358199119568, -0.8848572969436646, 0.0731615200638771, 0.182153582572937, 0.32691797614097595, -1.3216447830200195, -0.3777156174182892, 0.12470810115337372, -0.3202713429927826, -0.844400942325592, 0.06912637501955032, -0.14958912134170532, 0.07711940258741379, -0.7467032670974731, -0.5939998626708984, 0.8919402956962585, -0.6504333019256592, -0.8223832845687866, -0.16895034909248352, 0.09222503006458282, 0.32676151394844055, -0.8595908284187317, -0.8209363222122192, -0.17362754046916962, -0.3195723593235016, -1.334921956062317, 1.1818164587020874, 0.39017003774642944, 0.4831840991973877, -0.8807917833328247, -0.8931293487548828, 0.4258248805999756, -0.7079381346702576, -0.004141089040786028, 0.30022042989730835, -0.11614260077476501, -0.12963132560253143, -0.8579126000404358, -0.6874955296516418, 0.7012284994125366, -0.2081989049911499, -0.44754350185394287, 1.215946912765503, -0.549653172492981, 0.12080375105142593, -1.0820896625518799, 0.1791878342628479, -0.12501457333564758, -0.2700464427471161, -1.344801664352417, 0.358257532119751, -0.3570246994495392, -0.2752138674259186, -0.771329939365387, -0.5823113322257996, -0.08013352006673813, -0.06054345890879631, -0.44725582003593445, 0.34206220507621765, 0.3554116487503052, 0.5982664823532104, -0.5583704113960266, -0.9204301834106445, 0.38636210560798645, -1.2275397777557373, -0.6836925148963928, 0.26152104139328003, -0.16107380390167236, 0.12483754754066467, -0.8949647545814514, -0.7244242429733276, 0.43932318687438965, 0.2445715069770813, -0.6929332613945007, 0.77408766746521, -0.8835988640785217, 0.718105137348175, -0.8430482149124146, -0.08028367161750793, 0.34947237372398376, -0.058824826031923294, -0.672327995300293, 0.41603121161460876, -0.4547549784183502, 0.6849945783615112, -0.280326783657074, -0.7332866787910461, 0.8635186553001404, -0.21135596930980682, -0.43589988350868225, -0.0959886908531189, -0.3102959990501404, 0.7147473692893982, -0.8943998217582703, -0.10534092783927917, 0.1703301966190338, -1.3276891708374023, -0.5901456475257874, 0.7950531840324402, -0.3953597843647003, 0.2890714704990387, -0.8282208442687988, -0.8177440762519836, 0.4294763207435608, -0.037024494260549545, -1.284587025642395, 0.2503194808959961, -0.0887097418308258, 0.2578725814819336, -1.170840859413147, -0.2607104182243347, 0.5405386090278625, -0.531656801700592, -0.9850839972496033, 0.12616533041000366, 0.4588256776332855, -0.17446096241474152, -0.8018893599510193, -0.2914794683456421, -0.0022353290114551783, 0.24813714623451233, -1.190385341644287, -0.24523085355758667, 0.07271946966648102, 0.15795522928237915, -1.335310935974121, -0.5589607357978821, -0.024984270334243774, -0.11218687146902084, -0.8826824426651001, 0.0862002968788147, -0.29903432726860046, 0.25715672969818115, -0.25080743432044983, -0.27400603890419006, 0.7808042764663696, -0.2796575129032135, -0.363211989402771, 0.21329911053180695, -0.16988129913806915, 0.814598023891449, -1.106436014175415, -0.7366814613342285, 0.482946515083313, -0.2316497564315796, -1.3061528205871582, 0.6052966713905334, -0.38882526755332947, 0.25602099299430847, -0.35310450196266174, -0.20680595934391022, 0.22397898137569427, -0.8639543652534485, -0.33116796612739563, 0.7156082987785339, -0.519925057888031, 0.5471915006637573, -0.5572572946548462, -0.46162939071655273, 0.953217625617981, -0.8362837433815002, -0.11011369526386261, 0.792297899723053, -0.14517013728618622, 0.012913981452584267, -0.03429107740521431, 0.19601720571517944, 0.03845595940947533, -0.5621095299720764, -0.8696057796478271, 0.10940207540988922, -0.13385111093521118, 0.40779465436935425, -1.1937724351882935, -0.4315718412399292, 0.27423998713493347, -0.027438784018158913, -0.29491126537323, 0.8193743824958801, -0.8142864108085632, 0.06565795093774796, -1.609470248222351, -0.524060845375061, -0.45532363653182983, -1.104419231414795, -0.8429468274116516, -0.33929726481437683, -0.21296583116054535, -0.692329466342926, -0.5991935133934021, -0.8972392678260803, -0.03782115876674652, -0.09093324095010757, -0.7171822190284729, 0.89091956615448, -0.5016252994537354, 1.1052221059799194, -0.7210990190505981, -0.35832279920578003, 0.4944792687892914, 0.13062265515327454, -0.9991287589073181, 0.7717188000679016, -0.32057881355285645, 0.20008543133735657, 0.23697641491889954, -0.9254588484764099, 0.24225568771362305, -1.0527350902557373, -0.7959202527999878, -0.19742122292518616, 0.06835506856441498, 1.046873927116394, -0.5937978029251099, -0.9204033613204956, 0.3425315022468567, 0.11716699600219727, -1.0682934522628784, 0.43592315912246704, -0.43126583099365234, 0.8537009358406067, 0.06675463169813156, 0.2771264314651489, 0.2580200135707855, -0.8090514540672302, -0.29293814301490784, 0.3016164004802704, -0.8342580795288086, 0.7349076271057129, -0.9742024540901184, -0.45856228470802307, -0.01690853200852871, -0.6128892302513123, -0.8265314102172852, 0.1969183385372162, -0.050307974219322205, 0.2724059820175171, -1.009716510772705, -0.7778850793838501, 0.34126079082489014, -0.1661374568939209, -1.2431188821792603, -0.02901514060795307, -0.9632819890975952, 0.797905445098877, -0.48436224460601807, -0.4174257516860962, -0.3343880772590637, 0.028073744848370552, -0.666592001914978, 0.9818193316459656, -0.21012867987155914, 0.2287129908800125, -0.08382980525493622, 0.1053551509976387, 0.5832384824752808, -0.01951412856578827, -0.8191033005714417, 0.5344845056533813, 0.8454095721244812, -0.3450874388217926, -1.195871114730835, -0.7994762063026428, -0.013688288629055023, 0.4062120318412781, -1.2715048789978027, 0.9355158805847168, -0.7570121884346008, 0.5632004141807556, -1.2451294660568237, -0.02749081514775753, 0.36365747451782227, -0.17882859706878662, -1.1551547050476074, -0.15941371023654938, -0.46364545822143555, 0.5758216381072998, 0.35921886563301086, -0.34591788053512573, 0.307651549577713, -0.6838113069534302, -0.09551092237234116, 0.21513091027736664, -0.5543144345283508, 0.5876556038856506, -0.42759957909584045, 0.6000360250473022, 0.30703362822532654, -0.6252973675727844, -0.21712473034858704, -0.004153112415224314, -0.2995157241821289, 0.8391374945640564, -0.8540122509002686, 0.16502560675144196, -0.0335819311439991, -1.0123608112335205, -0.26233604550361633, 0.8000513911247253, -0.36648309230804443, 0.17833492159843445, -0.8435143828392029, -0.5581667423248291, 0.17971248924732208, -0.9170979261398315, -0.4342552423477173, 0.04384303465485573, -0.48546433448791504, 1.014487862586975, -1.2526156902313232, 0.15094420313835144, 0.844464123249054, -1.4065524339675903, -0.18927337229251862, 0.6114228963851929, -1.1950221061706543, 0.6734189391136169, -0.7235303521156311, -0.7689867615699768, 0.0808108001947403, -0.6914657950401306, -0.4806687831878662, 0.6840662956237793, 0.3653665781021118, -0.06146854907274246, -1.834297776222229, -0.8766537308692932, 0.6015920639038086, -0.555304229259491, -0.9619989395141602, 0.1848597675561905, -0.12959931790828705, 0.47356054186820984, -0.47516709566116333, -0.6586235761642456, -0.08028292655944824, -1.141716480255127, -0.6719682812690735, 0.07106448709964752, -0.5443029403686523, 0.2995384633541107, -0.4007633924484253, -0.08103866130113602, 0.7150054574012756, -0.07137434929609299, -0.7790058851242065, 0.8885005712509155, -0.38821184635162354, 0.9754006266593933, -1.5431098937988281, 0.5041134357452393, 1.0533778667449951, -0.10026443749666214, -0.374144047498703, 0.9960496425628662, 0.14871114492416382, 0.029856408014893532, -0.384007066488266, -0.27520817518234253, 0.32416394352912903, 0.0637049600481987, -1.3266534805297852, -0.10786540806293488, -0.6531240940093994, -0.11922656744718552, -1.0094114542007446, -1.272863745689392, 0.3753369152545929, -0.830722987651825, -1.2188557386398315, 0.6404537558555603, -0.8719329237937927, 0.6210474371910095, -1.341594934463501, 0.30513277649879456, 0.28984200954437256, -1.068264365196228, -0.8655111193656921, 0.2244318723678589, -0.09994131326675415, 0.029168322682380676, 0.13641713559627533, -0.895576536655426, 0.5645982623100281, -1.2597516775131226, -0.9428607821464539, 0.5613836050033569, 0.20686458051204681, -0.23505979776382446, -0.905312716960907, -1.0678210258483887, -0.2749316692352295, -0.6194592714309692, -0.8304198384284973, 1.2959327697753906, -0.49041736125946045, 0.9393042325973511, -0.8699347972869873, -0.22527778148651123, 0.8520107865333557, 0.0447935052216053, -0.9855595827102661, 0.27099740505218506, -0.3488553464412689, -0.21094824373722076, -1.151368260383606, 0.39752742648124695, 0.25224995613098145, 0.1629355251789093, -1.1607121229171753, 0.263165682554245, -0.39812618494033813, 1.0872632265090942, 0.32678160071372986, -0.8177160024642944, 0.44318875670433044, -0.007453117053955793, -0.8348782658576965, 1.0403127670288086], [0.5444982647895813, -0.33957573771476746, 0.6166990399360657, 0.488675057888031, -0.3959047794342041, 0.34332627058029175, 0.46834442019462585, -0.24961312115192413, -0.18577803671360016, -0.02026260457932949, 0.7937735319137573, 0.17911607027053833, -0.4113501310348511, -0.14689891040325165, 0.5209054946899414, -0.6669703125953674, 0.24447175860404968, -0.32522231340408325, 0.6188490986824036, 0.3010901212692261, -0.4986037611961365, -0.013870617374777794, 0.6605595350265503, -0.4724511504173279, 0.40788760781288147, -0.4570564329624176, 0.1138901486992836, 0.23680497705936432, -0.6138551235198975, 0.12634970247745514, 0.0672013908624649, -0.3656041622161865, 0.47412747144699097, -0.5032435655593872, 0.9406575560569763, -0.13684362173080444, 0.364981085062027, 0.599372386932373, 0.13757221400737762, -0.08249678462743759, 0.43532371520996094, -0.47718167304992676, 0.669011652469635, 0.22678381204605103, 0.4715748429298401, 0.5388773679733276, 0.19975793361663818, -0.5049924254417419, 0.08197500556707382, -0.41413524746894836, 0.25411278009414673, 0.2017599642276764, -0.10910095274448395, 0.5253602862358093, 0.7463540434837341, 0.491142600774765, 0.00991442333906889, -0.028982767835259438, 0.7431125640869141, -0.019637292250990868, -0.45791321992874146, -0.22383302450180054, 0.7940350770950317, -0.26581209897994995, 0.37643715739250183, -0.1727806180715561, 0.3338426947593689, 0.1849839687347412, -0.6648556590080261, 0.15472733974456787, 0.629399299621582, -0.08489847928285599, 0.4221753478050232, -0.6710841059684753, 0.9898542761802673, 0.0017555223312228918, -0.8710038661956787, 0.07024934142827988, 0.5860174894332886, 0.2062166929244995, -0.09240075200796127, -0.08809352666139603, 0.00831044651567936, 0.04219643399119377, -0.47876548767089844, 0.3686758577823639, 0.49844616651535034, -0.554957926273346, 0.24606911838054657, -0.3915465474128723, 0.43944641947746277, 0.42286500334739685, -0.1677970439195633, 0.5867668986320496, 0.42100998759269714, -0.32060500979423523, 0.2239377796649933, 0.16606193780899048, 0.7997035980224609, 0.4393306076526642, 0.6096877455711365, 0.3701589107513428, 0.568162202835083, 0.2223856896162033, 0.2628699839115143, -0.7907747030258179, 0.6348636150360107, -0.18955649435520172, -0.30161768198013306, 0.6331589818000793, 0.4379412531852722, 0.29736003279685974, 0.12875410914421082, 0.027045615017414093, -0.1323605626821518, 0.23005424439907074, -0.4718002378940582, 0.2313319891691208, 0.6996080279350281, -0.27528470754623413, 0.3869274854660034, -0.07814361155033112, 0.9216665625572205, 0.1396906077861786, -0.4655402898788452, -0.23580189049243927, 0.6337793469429016, -0.3941448926925659, 0.22995612025260925, -0.03332173079252243, 0.2863689661026001, 0.44583430886268616, -0.23399585485458374, 0.06411152333021164, 0.4238535463809967, -0.5243710875511169, 0.6303114891052246, -0.24643447995185852, 0.5668875575065613, 0.14777463674545288, 0.09697191417217255, 0.24778366088867188, 0.68128901720047, -0.22441527247428894, 0.1786576807498932, 0.015741074457764626, 0.6333850026130676, -0.07121618092060089, -0.26197248697280884, -0.3334830701351166, 0.9574829936027527, -0.6292905211448669, 0.0333842933177948, -0.034714892506599426, -0.06818519532680511, -0.06498108059167862, -0.4267924427986145, 0.313505083322525, 0.4994681179523468, -0.29273805022239685, 0.1037176251411438, -0.28014644980430603, 0.2341286838054657, 0.6019012331962585, 0.16507427394390106, 0.19682222604751587, 0.5919939279556274, -0.346535861492157, -0.32141220569610596, -0.18442557752132416, 0.1665421575307846, 0.14767897129058838, -0.18253690004348755, 0.8352734446525574, 0.49478355050086975, -0.5615747570991516, 0.4725438356399536, -0.6021495461463928, 0.775830864906311, 0.49515074491500854, -0.2251679003238678, 0.4787924587726593, 0.1561761200428009, -0.2570555508136749, 0.39906731247901917, -0.1669042557477951, 0.1242637038230896, 0.40694016218185425, -0.38859614729881287, 0.45832693576812744, 0.5003945827484131, -0.056924086064100266, -0.07870090007781982, -0.12845446169376373, 0.5723430514335632, 0.024133475497364998, -0.16943244636058807, -0.03057406283915043, 0.7918288111686707, -0.3177996277809143, 0.04586388170719147, -0.4256885349750519, 0.7914120554924011, 0.2884047329425812, -0.1005135178565979, -0.09705808758735657, 0.8493345975875854, -0.22735531628131866, 0.5442382097244263, -0.8661896586418152, 0.24861617386341095, 0.12851375341415405, -0.6564309000968933, 0.26255494356155396, -0.08792851120233536, -0.4633556008338928, 0.386053204536438, 0.07589991390705109, 0.18711884319782257, -0.05755292624235153, -0.24244755506515503, 0.06730522960424423, 0.6738296151161194, -0.22659440338611603, 0.39139142632484436, -0.2366870939731598, -0.09494557231664658, -0.4034891426563263, -0.33241841197013855, -0.25078463554382324, 0.35674017667770386, -0.30933424830436707, 0.1567767709493637, -0.49885955452919006, 0.7769971489906311, 0.5953521132469177, -0.07846597582101822, 0.1814236342906952, 0.7073805928230286, 0.27807459235191345, -0.14572744071483612, -0.009873704984784126, 0.7287311553955078, 0.20434221625328064, -0.48187536001205444, -0.21644103527069092, 0.5234795212745667, -0.16987977921962738, 0.21799559891223907, 0.15354830026626587, 0.6644014120101929, 0.5838554501533508, 0.06357879191637039, 0.427712082862854, 0.5849744081497192, -0.8767437934875488, -0.00929669663310051, -0.5674853920936584, 0.6800884008407593, 0.242799311876297, -0.44844213128089905, 0.17979657649993896, 0.4563372731208801, -0.3146715760231018, 0.5489821434020996, -0.1685870885848999, 0.41908204555511475, 0.28394484519958496, 0.26213303208351135, 0.18619954586029053, 0.6984308958053589, 0.23160570859909058, 0.4562307596206665, -0.3199560344219208, 0.6804007887840271, -0.08313693851232529, -0.4996245801448822, 0.5134891867637634, 0.46831458806991577, -0.47047945857048035, 0.44327834248542786, -0.4594901502132416, 0.3840305805206299, 0.16870330274105072, -0.323775976896286, 0.4369684159755707, 0.33436599373817444, -0.281582236289978, 0.04647870361804962, -0.1867218166589737, 0.4655557870864868, 0.24586781859397888, 0.34923022985458374, 0.7664487361907959, 0.4380955696105957, -0.33459997177124023, -0.07495678216218948, -0.5532296895980835, 0.8495206832885742, 0.26598241925239563, -0.5892140865325928, 0.29983535408973694, 0.6821206212043762, -0.350498765707016, 0.15952573716640472, -0.38188496232032776, 0.6601592302322388, -0.1437264084815979, -0.6443532705307007, 0.6172122955322266, 0.353507936000824, -0.3305443525314331, 0.009086479432880878, 0.28276169300079346, 0.27699580788612366, 0.7403684854507446, 0.23770743608474731, 0.7536396384239197, 0.5490213632583618, -0.7533193826675415, 0.3179006278514862, -0.15562738478183746, 0.9597331881523132, 0.5426766872406006, -0.4037811756134033, 0.100889191031456, 0.43193650245666504, -0.42714792490005493, 0.7791840434074402, -0.29686447978019714, 0.18999038636684418, 0.5978361964225769, 0.17677831649780273, 0.5026949048042297, 0.05185195431113243, -0.5224681496620178, 0.3165965974330902, -0.44629013538360596, 0.4309200346469879, 0.581757664680481, -0.4799553155899048, 0.5957829356193542, -0.2652105987071991, -0.6154794096946716, 0.20867857336997986, -0.14630064368247986, 0.8499675989151001, 0.20516932010650635, -0.26329725980758667, 0.23442791402339935, 0.8184195756912231, 0.12822704017162323, 0.3045787811279297, -0.1796296089887619, 0.5432966351509094, 0.11582222580909729, -0.10894442349672318, 0.388081818819046, 0.581917941570282, 0.1498783677816391, 0.047138698399066925, -0.373857319355011, 0.40928205847740173, 0.2905014455318451, -0.19723626971244812, 0.21237894892692566, 0.11051112413406372, -0.4568946957588196, 0.19472147524356842, -0.2347961962223053, 0.5405239462852478, 0.3738178312778473, -0.10195473581552505, 0.1131163015961647, 0.1684284657239914, -0.28067389130592346, 0.2797514498233795, -0.3196081221103668, 0.31478041410446167, 0.2585342526435852, -0.3527083694934845, 0.23507608473300934, 0.7266167998313904, -0.13294777274131775, 0.4582843780517578, -0.5654048919677734, 0.466813862323761, 0.29797282814979553, -0.5238445997238159, 0.41068339347839355, 0.13048431277275085, -0.1690075695514679, 0.28690820932388306, -0.026835644617676735, 0.3115088641643524, -0.0909246951341629, -0.645069420337677, 0.0005983190494589508, 0.7183663249015808, -0.4570339322090149, 0.16685718297958374, -0.13563142716884613, 0.4293195307254791, 0.40475642681121826, 0.01984337531030178, 0.3364977240562439, 0.5009864568710327, -0.30919507145881653, -0.19349105656147003, 0.3339936137199402, 0.8871076703071594, 0.37233826518058777, 0.2602567970752716, 0.36204794049263, 0.6668197512626648, 0.3128966987133026, 0.3873617649078369, -0.29536008834838867, 0.20567116141319275, 0.5717309713363647, 0.13123758137226105, 0.3196295201778412, 0.2699772119522095, -0.16302748024463654, 0.21179600059986115, -0.515826940536499, 0.37860211730003357, 0.45930957794189453, -0.4020923376083374, 0.5571888089179993, 0.5274200439453125, -0.36266380548477173, 0.27000781893730164, -0.2810934782028198, 0.4988975524902344, -0.42857661843299866, -0.34120744466781616, 0.41237547993659973, 0.3005392253398895, -0.06660296767950058, 0.6732856631278992, -0.3839836120605469, 0.5251328349113464, 0.08958487212657928, -0.49033957719802856, -0.09688238054513931, 0.05107668787240982, 0.1520039588212967], [1.2785663604736328, -0.9249741435050964, 0.11073309183120728, 0.4815249741077423, -0.0880119800567627, -0.168010413646698, 0.39671003818511963, -0.026086917147040367, 0.25989431142807007, 0.03849538788199425, 0.5960919260978699, 0.800671398639679, -0.3663298487663269, -0.31786829233169556, 0.5012058019638062, -0.42630457878112793, 0.33904433250427246, -0.3086441457271576, 0.22262142598628998, 0.4916588068008423, 1.1546852588653564, 0.7608453035354614, 1.2056869268417358, -0.947643518447876, 0.4010652005672455, -0.2462933212518692, 0.9350373148918152, -0.11327522248029709, -0.9547316431999207, 0.0715302899479866, 1.299481749534607, -1.2042027711868286, 0.5694746375083923, -0.22107261419296265, 1.220582127571106, 0.6884458661079407, -0.10465756803750992, -0.7392025589942932, 0.32852792739868164, 0.2327490746974945, 0.5434154272079468, -1.0727180242538452, 1.0096479654312134, -0.04305421561002731, 0.16430434584617615, 0.3260945677757263, 0.9075871109962463, -0.5070884227752686, 1.029276967048645, 0.2061333954334259, 0.22725282609462738, 0.0549263171851635, -0.11676877737045288, -0.27622395753860474, 0.0735766589641571, -0.6764649748802185, 0.5588594079017639, 0.14095252752304077, 0.18079505860805511, 0.4049769341945648, -0.18287618458271027, 0.2219986468553543, 0.04563872516155243, -0.9375494122505188, 0.7959395051002502, -0.7597869634628296, 0.770124614238739, 0.2979530394077301, 0.032990261912345886, 1.1529709100723267, -0.041791997849941254, -0.9117164611816406, -0.2738628089427948, -0.9447041153907776, 0.5636086463928223, 0.13992510735988617, -0.37537238001823425, -0.1787339746952057, 0.30477261543273926, -0.7993302941322327, 0.17366504669189453, -0.3731856942176819, 0.679461658000946, -0.1475958675146103, -0.5448406934738159, 0.45713189244270325, 0.8774940371513367, -0.9365682601928711, 1.2523620128631592, -0.946273684501648, 0.4612477421760559, 0.17763349413871765, -0.336572527885437, 1.2614624500274658, -0.197032168507576, -0.0559830367565155, -0.41818663477897644, -0.1558556854724884, 0.8008751273155212, -0.3460237383842468, -1.0471760034561157, 0.10664768517017365, 1.0129880905151367, -1.5058985948562622, -0.37838780879974365, 0.7041091918945312, 1.4181241989135742, 0.16049166023731232, -0.8238304853439331, -0.9302070736885071, 1.3179761171340942, -1.472269058227539, 0.15260858833789825, -0.27182215452194214, 1.6023097038269043, 0.18892373144626617, 0.16714532673358917, 0.7254616618156433, 0.8867942094802856, -0.17714689671993256, -0.2638786733150482, 0.14181464910507202, -0.14729315042495728, 0.515251100063324, -0.03214562311768532, 0.5164033770561218, 0.43693801760673523, -0.6187615394592285, 0.9224905967712402, -0.8643414974212646, 0.8434620499610901, 0.22760209441184998, -0.9300567507743835, -0.23980975151062012, 0.4107297360897064, -0.4028972387313843, 0.3625997304916382, -0.19127202033996582, 0.6823113560676575, -0.41758087277412415, 0.7748112678527832, 0.3030225932598114, -0.1837545931339264, -0.6843096017837524, 0.6249771118164062, -0.5934748649597168, 0.27518272399902344, 0.9406936168670654, -0.1438116580247879, 0.35477152466773987, 0.5982763767242432, -0.30123060941696167, 0.3514764606952667, -0.9569845199584961, 1.0267210006713867, 0.27494490146636963, -1.0822736024856567, -0.06204608455300331, 0.6515735983848572, -1.1224284172058105, -0.035177357494831085, 0.5858086347579956, 0.7021051645278931, 0.2160225808620453, -0.5001883506774902, 0.7363834381103516, 0.6019710898399353, -0.6244438886642456, -0.1585444062948227, -0.48594698309898376, 0.8763049244880676, -0.11280172318220139, -0.3058658540248871, 0.9133108258247375, 0.7234651446342468, -1.2449090480804443, 1.0122264623641968, 0.14325062930583954, 1.5747007131576538, 0.5786044001579285, 0.6524595618247986, -0.05364352837204933, 0.8375459909439087, -0.3816587030887604, 0.2886878252029419, 0.3865138590335846, 1.601319670677185, 0.20630446076393127, -0.29472243785858154, 0.027807191014289856, 0.6327281594276428, -0.30898502469062805, 0.24411773681640625, -0.5064947009086609, 0.41941186785697937, -0.27013248205184937, -0.24718637764453888, -0.40443941950798035, 1.1186118125915527, -0.41134390234947205, 0.535006046295166, -1.1411752700805664, 1.1137993335723877, 0.4017437696456909, 0.42139458656311035, 0.6107466220855713, 1.4824748039245605, -1.1830781698226929, 0.3531128764152527, -0.3762752413749695, 1.2814406156539917, -0.07753495872020721, -0.7971295714378357, -0.29246097803115845, 1.2491405010223389, 0.07245846837759018, 0.025983409956097603, 0.3861641585826874, 1.2417882680892944, 0.48879703879356384, -0.28519365191459656, 0.0018104613991454244, 1.0244990587234497, -1.09243643283844, -0.5346378684043884, 0.14053228497505188, 0.011578664183616638, 0.5380944013595581, -0.46976691484451294, -0.3199481666088104, 0.8881323337554932, -1.3010833263397217, 0.3608129620552063, -1.2957900762557983, 0.843920111656189, 0.6000961065292358, -0.8488497138023376, -0.22682034969329834, 0.42375320196151733, -0.516048014163971, 1.0987026691436768, 0.016881883144378662, 1.107468843460083, 0.5529051423072815, 0.05368499830365181, 0.8536153435707092, 0.29413503408432007, 0.6383048295974731, 0.5979709029197693, -0.651416003704071, 0.1825060099363327, -0.4722491502761841, 0.4294617474079132, -0.4012039303779602, 0.4995039403438568, -1.5326944589614868, 0.3558250367641449, -0.4534064829349518, 0.8823366761207581, -0.22068506479263306, 0.25118520855903625, 0.4462781250476837, 0.3557380735874176, -0.6238345503807068, 0.29173314571380615, -0.1460392028093338, 0.12613920867443085, 0.2410481721162796, -1.1688873767852783, 0.8996697068214417, 0.6166803240776062, -0.26123446226119995, 0.5951994061470032, -0.4598133862018585, 0.6906337738037109, -0.542593777179718, -1.0112916231155396, 0.10910065472126007, 0.48005300760269165, -0.6680437922477722, -0.08170007914304733, 0.1764339953660965, 0.3831751346588135, -0.5611922144889832, -0.2969256043434143, 1.007338523864746, 0.6190749406814575, -0.8279575705528259, -0.2970638871192932, -0.2799055278301239, 0.4057728946208954, -0.3221011161804199, -0.6363958716392517, -0.0662357434630394, 1.1394038200378418, 0.4789799749851227, 0.7435381412506104, -0.5156946182250977, 1.0818082094192505, 0.3694485127925873, 0.03383316472172737, 0.37051790952682495, 0.4599781632423401, 0.07955193519592285, 0.6921371221542358, -1.1039972305297852, 0.8446274399757385, 0.5481727123260498, -0.18781721591949463, 1.1649583578109741, -0.16790519654750824, -1.1955845355987549, 0.393854558467865, -0.5652526021003723, 0.4718948304653168, 0.03305835276842117, -0.7386459708213806, 0.6032470464706421, 0.1287592649459839, -0.6478223204612732, 0.07386008650064468, 0.2167547047138214, 0.6012468338012695, 0.43132686614990234, 0.4856947958469391, 0.15972648561000824, 0.929516613483429, 0.0005998082924634218, -0.40068551898002625, -0.2733117938041687, 0.18130429089069366, 1.04306960105896, 0.013781217858195305, 0.9575475454330444, 0.9120516180992126, -0.5516510605812073, 0.4300234615802765, -1.0007895231246948, 1.5776352882385254, 0.5742658376693726, -0.02241552621126175, 0.6088190674781799, 0.7295549511909485, -0.5483477711677551, 0.7443868517875671, -0.1312803477048874, 0.9645721912384033, -0.10007108747959137, -0.35451826453208923, -0.7170807719230652, 1.3665132522583008, -0.6925909519195557, 0.4534148871898651, -0.06937873363494873, 0.5047221183776855, 0.47818541526794434, -0.552276074886322, 0.06112053617835045, 0.20985102653503418, -1.0003001689910889, 0.3004395365715027, -0.4712742567062378, 1.0267958641052246, 1.1576054096221924, 0.10877615213394165, 0.7960324287414551, 0.7157554626464844, -0.12335559725761414, -0.05156196281313896, -0.4808349013328552, 1.4013700485229492, 0.6086848378181458, -0.2715057134628296, 0.250588595867157, 1.1743115186691284, -0.7483558654785156, 0.37785065174102783, -0.10413026809692383, 0.9970229864120483, 0.22620053589344025, -0.3491062819957733, -0.4848853349685669, 1.2861088514328003, -0.23422102630138397, -0.1881069839000702, -0.3843139708042145, 0.49685218930244446, 0.8616423010826111, 0.025439824908971786, -0.30757734179496765, 0.7718049883842468, -1.1484428644180298, 0.43757864832878113, -0.47327083349227905, 1.294869303703308, 0.3628825545310974, -0.47507309913635254, 0.22843970358371735, 1.333119511604309, -0.10372492671012878, 0.8470688462257385, -0.8456626534461975, 1.0987160205841064, 0.14910371601581573, -0.07184390723705292, 0.3803539276123047, 0.8289883732795715, 0.3704957365989685, -0.20543844997882843, 0.20420655608177185, 0.8139140009880066, 0.3436044752597809, -0.18054674565792084, 0.0451548770070076, 0.3336248993873596, -1.0961140394210815, 0.000805849558673799, -0.057183198630809784, 1.0834846496582031, 0.9753311276435852, 0.12519614398479462, 0.8638423681259155, 1.0276635885238647, 0.3662199378013611, -0.36692506074905396, 0.12051606178283691, 0.9494213461875916, 0.92889404296875, -0.49160972237586975, 0.43953731656074524, 1.3228545188903809, -1.2662711143493652, 0.6747336387634277, -0.6754779815673828, 0.7916474342346191, 0.4344713091850281, -0.672428548336029, 0.6150733232498169, -0.17153587937355042, 0.38702601194381714, -0.080948606133461, -0.9110433459281921, 1.3028581142425537, 0.8625586032867432, -0.11984863132238388, 0.5204253196716309, 1.0501116514205933, -0.5592100620269775], [-0.5621430277824402, -0.054287388920784, 0.24873585999011993, 1.0780161619186401, 0.1455705463886261, 0.4782746434211731, 1.000009298324585, -0.8665955662727356, 0.7006000280380249, -0.8639405965805054, 0.770927906036377, 0.5742720365524292, -0.17851625382900238, 0.07306286692619324, 0.836446225643158, -0.7287362217903137, 0.1881493479013443, 0.26560723781585693, 0.47471627593040466, 0.26684701442718506, -0.4660513997077942, 0.8338978290557861, 0.49902093410491943, -0.4706159830093384, 1.0510672330856323, -0.8557193875312805, 0.2906874716281891, 0.40441739559173584, 0.058282263576984406, 0.03562133014202118, 0.8870965242385864, -1.1214677095413208, 0.9777600765228271, -0.9310386776924133, 0.8404493927955627, 0.03995538875460625, -0.47192829847335815, 0.8812841176986694, 0.21375693380832672, -0.634972333908081, 0.30830317735671997, -0.2754749655723572, 0.6676326990127563, 0.17434939742088318, -0.9469148516654968, 0.10650733858346939, -0.14137747883796692, -0.5616979598999023, 0.6795928478240967, -0.49977388978004456, -0.2974761128425598, -0.18409791588783264, 0.807028591632843, 0.6657470464706421, 0.25738319754600525, -0.9187336564064026, 0.09678634256124496, -0.8068733811378479, 1.1214234828948975, 0.5148155689239502, -0.0759597197175026, 0.5063821077346802, 1.0222166776657104, -0.6861692070960999, 1.0712127685546875, -0.8054736852645874, 1.2833904027938843, 0.1291673630475998, -1.1629765033721924, -0.5682824850082397, 0.5629863142967224, -0.46739476919174194, -0.3019397556781769, 0.059037696570158005, 0.7760072946548462, -0.10713444650173187, -0.04622026905417442, 0.10798998922109604, 0.7791585922241211, -0.08265969902276993, -0.12421520799398422, 0.06270759552717209, 0.4503992795944214, 0.31338149309158325, 0.13180285692214966, 0.08941280841827393, 0.7361630797386169, -0.7318931818008423, 0.12378709763288498, -0.47312086820602417, 0.8118277192115784, 0.5857152342796326, -0.7751793265342712, 0.4256118834018707, 0.716519832611084, -1.1679550409317017, 0.6760910153388977, 0.1059505045413971, 0.8671219348907471, 0.10526535660028458, -0.6006177663803101, 0.8417642116546631, 1.429604411125183, -0.4267551600933075, 0.20119234919548035, -0.4054533541202545, 0.025676077231764793, 0.4216361343860626, -0.37842079997062683, 0.6470261216163635, 0.2997564673423767, -1.2401068210601807, 0.6311015486717224, -0.9810202717781067, 0.5046997666358948, -0.5246914029121399, -0.3442898988723755, 0.6620787978172302, 1.020496129989624, -0.178788423538208, 0.6265171766281128, 0.4348970353603363, 1.3522274494171143, 0.050314050167798996, -0.3704032301902771, -0.41293177008628845, 0.5516383051872253, -0.6023966073989868, 1.0953987836837769, -1.1457946300506592, 1.1450557708740234, 0.10035255551338196, 0.1790613979101181, 1.0786347389221191, 0.790910542011261, -0.8559151291847229, 0.6472223997116089, -0.2867434620857239, 1.2628198862075806, 0.4300630986690521, 0.09867917001247406, -0.07335606217384338, 0.4811965525150299, -0.9827125072479248, -0.2970931828022003, 0.12186060845851898, 0.9634339213371277, 0.8351206183433533, -0.18306753039360046, 0.07629639655351639, 0.8639911413192749, -0.6617941856384277, 0.2566682696342468, 0.2537168264389038, 0.9768373966217041, 0.7243630290031433, -0.44790202379226685, 0.5953331589698792, 0.49935293197631836, 0.03656785935163498, 1.0068920850753784, -0.247630313038826, 1.039725422859192, 0.49095574021339417, 0.03858526051044464, 0.5181879997253418, 0.684394359588623, -1.030900239944458, -0.2623048424720764, 0.054347407072782516, -0.212920144200325, 0.7168748378753662, -0.6288380026817322, -0.15577611327171326, 0.5630035400390625, -0.1594289094209671, 0.6435907483100891, -0.5862208008766174, 0.7130776643753052, 0.36578258872032166, -1.342928409576416, 1.0395891666412354, 0.015610963106155396, -0.7846570014953613, 0.7202577590942383, -0.6925860047340393, 0.6221875548362732, 0.3314746916294098, 0.29135528206825256, 0.3866369426250458, 0.7984316945075989, -1.1779073476791382, 0.6123863458633423, -1.3749736547470093, 0.9384198188781738, -0.04796304553747177, -0.06068449094891548, 0.8486409783363342, -0.6399809718132019, -0.4183836877346039, 0.1338508427143097, -0.31881213188171387, 0.6568578481674194, 0.825510561466217, -1.0757966041564941, 0.024694740772247314, 0.45907101035118103, -0.2885204255580902, 0.41838762164115906, -0.6400225162506104, 1.1684945821762085, 0.6215165257453918, -0.571183443069458, 0.9623041152954102, 1.5839598178863525, -0.09251566231250763, 0.6941733360290527, -0.905988335609436, 0.15445707738399506, 0.6089584231376648, -0.6336556077003479, 0.5254393815994263, 0.32412979006767273, 0.2300201803445816, 0.36286893486976624, -0.8189164400100708, 1.7499010562896729, -0.06465712934732437, -0.35007432103157043, 0.3719846308231354, -0.003800243604928255, -0.9852822422981262, 0.3229627013206482, -1.210010051727295, 1.481459379196167, 0.8121072053909302, -0.7714793682098389, 0.05346934497356415, 0.6932790875434875, -0.5174001455307007, 0.6243322491645813, -0.7335904836654663, 1.1707584857940674, 0.1634872704744339, -0.6305729150772095, 1.139756202697754, 1.117175579071045, -0.17719361186027527, 0.0021023955196142197, -0.20928923785686493, -0.37785688042640686, 1.0934267044067383, 0.29350706934928894, 0.28955698013305664, 0.37982887029647827, 0.2589919865131378, 0.19761426746845245, -0.5635417103767395, 1.0536433458328247, 0.4845466613769531, -0.5395655632019043, 0.19893290102481842, 0.6262179613113403, -0.6188673377037048, -0.6717917919158936, 0.03149143233895302, 0.715121328830719, 0.4545444846153259, -0.9943745136260986, -0.017389051616191864, 0.8209460973739624, -0.9189634919166565, 1.0598887205123901, 0.38841643929481506, 0.39355242252349854, 1.7053669691085815, 0.5709900856018066, 0.3468104898929596, 0.8031564354896545, 0.13026568293571472, 0.670332133769989, -0.6804286241531372, 0.11099495738744736, 0.6209562420845032, -0.4512501060962677, 0.562896728515625, 0.30101415514945984, -0.5444209575653076, 0.3358954191207886, -0.6745715141296387, 1.1318942308425903, 0.256396621465683, -1.4641796350479126, -0.09872071444988251, 0.7794914841651917, -0.5088686943054199, -0.2385806441307068, -0.4485374391078949, 0.8132869601249695, -0.018509993329644203, -0.08893565088510513, 0.7239506840705872, 1.0979180335998535, -0.8595685958862305, 0.2711901366710663, -0.05814923718571663, 0.8372794985771179, 1.0719773769378662, -0.7149490118026733, 0.35177046060562134, 0.7454788088798523, -0.9969320297241211, 0.22609001398086548, -0.04742899164557457, 1.166876196861267, 0.6083712577819824, 0.12111098319292068, 0.2822926640510559, 0.9966339468955994, 0.22649726271629333, 0.029443522915244102, -0.8541703224182129, 0.9181597232818604, 0.271968275308609, -0.1512535959482193, 0.9081801176071167, 0.5593029856681824, -0.76219242811203, 0.45038270950317383, -0.07261121273040771, 0.9202816486358643, 1.1228222846984863, -0.6198225021362305, 0.2739569842815399, 0.2780894637107849, -1.1116997003555298, 0.1290317177772522, 0.40743333101272583, 0.17549651861190796, 0.7167758345603943, 0.026871398091316223, 0.5216194987297058, 0.8148310780525208, -0.39791443943977356, 0.39185723662376404, -1.0214558839797974, 0.8613103032112122, 0.10312095284461975, -0.37992414832115173, 0.8315634727478027, 0.4895972013473511, -0.8314705491065979, -0.15365144610404968, -0.476652055978775, 1.9724856615066528, 0.774873673915863, -0.5565562844276428, -0.4364318549633026, 0.8872302770614624, -0.6402142643928528, 0.32490018010139465, -0.6077018976211548, 0.2758914828300476, 0.810215175151825, -0.48507159948349, -0.1891888529062271, 0.8153443336486816, -0.9452491998672485, -0.013147923164069653, -0.30151498317718506, 0.6069929003715515, 0.6523627042770386, -0.37726378440856934, 0.31539496779441833, 0.8197157979011536, -0.42816808819770813, 0.2557941675186157, -0.16991545259952545, 0.4532979726791382, -0.15749125182628632, 0.23395514488220215, 0.139810711145401, 0.5613253116607666, -0.2770776152610779, -0.1408683955669403, -0.12159374356269836, 0.8769105672836304, 0.5490030646324158, -1.3020797967910767, -0.031033046543598175, 0.4646962285041809, -1.1051220893859863, 1.0328969955444336, 0.11589617282152176, 0.7100733518600464, 0.5349225997924805, 0.2633967697620392, 0.7192533016204834, 0.5673638582229614, 0.2944915294647217, 0.4938824474811554, -1.1872211694717407, 1.0696094036102295, 0.28450119495391846, -1.0158860683441162, 0.8664262890815735, 0.42250826954841614, -1.2812507152557373, 0.2851664423942566, 0.49414002895355225, 0.6748629212379456, 0.3079586625099182, -0.0637727752327919, -0.1198960542678833, 0.4771239161491394, -0.5311374068260193, -0.16387487947940826, 0.29374390840530396, 0.28360041975975037, 0.9017647504806519, -0.48168689012527466, 0.6105412244796753, 1.3247416019439697, -0.36038821935653687, 0.014500720426440239, 0.20477743446826935, 0.8500861525535583, 0.8991432189941406, -0.3222874104976654, -0.5087432861328125, 1.004888892173767, -0.977032482624054, 0.7700596451759338, -0.6002833247184753, 0.7426086068153381, 1.0997251272201538, -0.05418025702238083, 0.7037026286125183, 0.19990020990371704, -0.23676548898220062, 0.632131814956665, -0.759864330291748, 0.4389825165271759, 0.7088483572006226, -0.21395494043827057, 0.31825241446495056, -0.3555106520652771, -1.209626317024231]]}}
models/atto-512.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "atto-512", "architecture": "atto-neural-ngram", "params": 512, "config": {"vocab_size": 64, "embd_dim": 4, "context_len": 16}, "vocab": {"0": "\n", "1": " ", "2": "!", "3": "'", "4": "(", "5": ")", "6": ",", "7": "-", "8": ".", "9": ":", "10": ";", "11": "?", "12": "A", "13": "B", "14": "C", "15": "D", "16": "E", "17": "F", "18": "G", "19": "H", "20": "I", "21": "J", "22": "K", "23": "L", "24": "M", "25": "N", "26": "O", "27": "P", "28": "Q", "29": "R", "30": "S", "31": "T", "32": "U", "33": "V", "34": "W", "35": "Y", "36": "[", "37": "]", "38": "a", "39": "b", "40": "c", "41": "d", "42": "e", "43": "f", "44": "g", "45": "h", "46": "i", "47": "j", "48": "k", "49": "l", "50": "m", "51": "n", "52": "o", "53": "p", "54": "q", "55": "r", "56": "s", "57": "t", "58": "u", "59": "v", "60": "w", "61": "x", "62": "y", "63": "z"}, "weights": {"embedding": [[-2.5932457447052, -1.3898570537567139, -1.7311792373657227, 5.307098865509033], [-2.684913158416748, -0.3802357017993927, 1.0026217699050903, 3.50486421585083], [-0.9856580495834351, -0.835474967956543, -1.6463842391967773, 2.2251944541931152], [-0.07319507747888565, -1.535578727722168, 0.6079935431480408, 1.5894157886505127], [-1.2499117851257324, -2.41903018951416, -2.796070098876953, 1.29343843460083], [-0.8684359788894653, -2.270453929901123, -2.131014347076416, 2.451371908187866], [-0.6869238615036011, 0.21415449678897858, -0.5198676586151123, 2.049412250518799], [-0.8907805681228638, -1.8781877756118774, -0.7636255025863647, 2.377753257751465], [-0.9866686463356018, 0.6952159404754639, -1.1545103788375854, 2.3607358932495117], [-0.3298758268356323, -2.504082441329956, -1.844520926475525, 2.095797300338745], [-0.7135507464408875, -0.9609401822090149, -1.202820062637329, 2.103386163711548], [-1.214186429977417, -0.7596668004989624, -1.7263493537902832, 2.4082210063934326], [-0.022144516929984093, -2.7947726249694824, 0.8691051006317139, 0.7676283121109009], [-1.2324012517929077, -2.5073633193969727, -1.1477659940719604, 1.4085288047790527], [-2.189692258834839, -2.4410910606384277, -2.021063804626465, 1.75945246219635], [-1.0835318565368652, -2.517801523208618, -2.129870653152466, 0.1946888417005539], [-2.6011931896209717, -2.217177629470825, -2.239443063735962, 2.718928098678589], [-1.8279482126235962, -2.556178569793701, -1.7511582374572754, 1.6455273628234863], [-2.9880731105804443, -2.5842320919036865, -2.329545497894287, 1.9126380681991577], [-3.3507399559020996, -1.8647027015686035, -2.1836211681365967, 2.5809578895568848], [-1.116956114768982, -2.67242431640625, -0.09733935445547104, 0.575615406036377], [1.1323902606964111, -1.9104180335998535, -4.000308990478516, -0.8154955506324768], [-2.466203212738037, -1.8010737895965576, -2.8353090286254883, 2.056410312652588], [-1.7587074041366577, -2.4975125789642334, -1.6214373111724854, 1.3208247423171997], [-1.179744005203247, -2.798686981201172, -1.0464683771133423, 0.8873474597930908], [-0.6476303935050964, -3.2330596446990967, -0.9866896271705627, 0.6956877112388611], [-0.5997151732444763, -2.8664534091949463, 0.2505853474140167, 1.7156753540039062], [-2.1909706592559814, -2.0304081439971924, -1.94302237033844, 2.155747890472412], [-2.9168596267700195, -2.1743528842926025, -3.012842893600464, 2.393219470977783], [-2.2779934406280518, -2.361436128616333, -2.3741910457611084, 1.9975075721740723], [-2.2743277549743652, -2.686413049697876, -1.8595426082611084, 1.6078002452850342], [-3.148192882537842, -2.3246541023254395, -1.9034699201583862, 1.6136687994003296], [-0.34590035676956177, -2.6897876262664795, -1.7905120849609375, 1.598583698272705], [-1.0025349855422974, -2.873509407043457, -2.879465103149414, 0.501937985420227], [-2.3623929023742676, -2.868180274963379, -1.3091397285461426, 1.2793738842010498], [-0.5585574507713318, -2.988069772720337, -1.2414953708648682, 0.8432090282440186], [-1.8486117124557495, -2.8231499195098877, -1.7399779558181763, 2.6120574474334717], [-1.6291385889053345, -2.1822283267974854, -2.445342779159546, 3.4768424034118652], [2.331611394882202, 0.0809190571308136, 1.8748738765716553, -0.02121698670089245], [0.01709793694317341, -0.7231324315071106, -0.4205165207386017, -0.13816915452480316], [0.44137874245643616, 0.23861874639987946, -0.5264278650283813, -0.0624312162399292], [-0.1865331381559372, 0.1530630886554718, -0.0958627313375473, 0.18932278454303741], [2.224821090698242, 1.7270753383636475, 0.6003925800323486, 0.17636536061763763], [-0.28498825430870056, -0.3997797667980194, -0.30125075578689575, 0.23482920229434967], [-0.35828879475593567, -0.7370631098747253, -0.22997048497200012, 0.09432435035705566], [1.9623099565505981, 1.6371644735336304, 0.05579512566328049, 0.4198145270347595], [2.062706232070923, -0.0817381888628006, 1.761457920074463, 0.2869862914085388], [1.0317566394805908, -1.4602631330490112, -2.1161410808563232, -1.0011003017425537], [0.4135873317718506, -0.4192848801612854, -0.35235831141471863, 0.41767609119415283], [1.142350196838379, 0.8420292139053345, 0.2534515857696533, -0.07143675535917282], [-0.055115435272455215, -0.06905215978622437, -0.15668776631355286, -0.056449513882398605], [0.5437328219413757, 0.701977014541626, 0.2888350784778595, -0.11012226343154907], [2.6018826961517334, 0.502778172492981, 1.5131797790527344, 0.07544850558042526], [0.6246017217636108, -0.01672043465077877, -0.25801387429237366, 0.09487390518188477], [1.2516975402832031, -1.6367340087890625, -1.4166054725646973, -0.6601528525352478], [1.2064108848571777, 1.2580325603485107, 0.22929780185222626, -0.03695179149508476], [0.34271112084388733, 0.7433927059173584, 0.13024652004241943, 0.03409785032272339], [0.676412045955658, 1.1963591575622559, 0.2202322781085968, -0.03394369035959244], [2.0283217430114746, 0.06503129005432129, 1.1545637845993042, -0.32074177265167236], [0.7453988790512085, 0.2749546468257904, -1.0540837049484253, -0.1605205237865448], [0.03733297064900398, -0.09362822026014328, -0.3078530430793762, 0.059853505343198776], [2.0179708003997803, -1.8580601215362549, -0.26018500328063965, 0.45388317108154297], [0.9520921111106873, 0.7628921866416931, -0.15490928292274475, 0.7879052758216858], [0.9259507060050964, -1.421647071838379, -1.904436469078064, 0.6048486232757568]], "mix": [[0.004504024982452393, -0.005657907575368881, -0.020432062447071075, -0.003197401063516736, -0.0033837114460766315, -0.0025474352296441793, -0.02711736410856247, -0.007726476993411779, -0.008420455269515514, -0.017743071541190147, -0.011278173886239529, -0.03927917778491974, -0.009975654073059559, -0.019358348101377487, -0.003719383617863059, -0.012909690849483013, -0.016468532383441925, -3.5424294765107334e-05, 0.00174210243858397, -0.01910609006881714, 0.0070984214544296265, -0.0026336645241826773, 0.012852387502789497, -0.0028199111111462116, -0.016773851588368416, 0.0026345113292336464, 0.018061120063066483, -0.014597803354263306, 0.003981966059654951, -0.007850892841815948, 9.709846926853061e-05, -0.007043532095849514, -0.0403100810945034, 0.010546419769525528, 0.03701787069439888, -0.03792678192257881, -0.05251648277044296, 0.026541737839579582, 0.07157260924577713, -0.0518743097782135, 0.01982133835554123, 0.013231292366981506, -0.03963728994131088, 0.0009540971950627863, -0.0998871847987175, 0.01549612544476986, 0.07415840774774551, -0.10373680293560028, 0.03701368346810341, -0.03458338975906372, -0.01716233789920807, 0.06740063428878784, -0.050865065306425095, 0.06343254446983337, 0.02878466434776783, 0.19810929894447327, -0.5055745840072632, 0.5878780484199524, -0.3540971875190735, 0.4463063180446625, 0.2565363347530365, 0.6192598342895508, -3.5781922340393066, -2.7059566974639893], [0.10844834893941879, -0.013544484041631222, 0.12645860016345978, 0.08809647709131241, 0.1339055448770523, 0.10878545790910721, 0.06060415878891945, 0.17418092489242554, 0.1649479866027832, 0.002856555860489607, 0.0676104724407196, 0.1655435860157013, 0.027761459350585938, -0.07596514374017715, 0.1052628830075264, -0.01654735766351223, -0.0006599545013159513, 0.03614381328225136, 0.16790570318698883, -0.006079886108636856, -0.10223616659641266, 0.05466862767934799, 0.3779086172580719, -0.03585769236087799, -0.006083631422370672, 0.017749788239598274, 0.33055320382118225, -0.07326414436101913, -0.12389577925205231, 0.10060925781726837, 0.2438017874956131, -0.11469215154647827, -0.12351899594068527, 0.0326315201818943, 0.3697243630886078, -0.09757789224386215, -0.16756796836853027, 0.06622008979320526, 0.4764099717140198, -0.11349335312843323, -0.15311157703399658, 0.2210354506969452, 0.3280925452709198, 0.08813183009624481, 0.1648527979850769, 0.13186855614185333, 0.05738738924264908, 0.2761214077472687, 0.2181035429239273, -0.047418855130672455, -0.18171007931232452, 0.4708317220211029, -0.11700381338596344, 0.20237590372562408, 0.774448037147522, 1.716576337814331, 2.1055891513824463, -2.1371054649353027, 3.699617624282837, 1.4590134620666504, 1.9785186052322388, 0.3121604025363922, -0.14956237375736237, 1.6567009687423706], [-0.03006199188530445, -0.166378453373909, 0.22087037563323975, -0.1612120419740677, 0.4500662386417389, -0.22489391267299652, -0.2584400177001953, 0.43157801032066345, 0.19288168847560883, -0.07062602788209915, 0.1537475883960724, 0.34356072545051575, 0.3614161014556885, 0.06460067629814148, -0.2774606943130493, 0.5464691519737244, 0.24152378737926483, 0.08831002563238144, -0.07252824306488037, 0.38587403297424316, 0.11644070595502853, 0.16075246036052704, -0.16521848738193512, 0.4428594708442688, 0.04009697958827019, 0.34090280532836914, -0.016496354714035988, 0.24593958258628845, -0.4094424247741699, 0.12298624962568283, 0.22286786139011383, 0.7338576912879944, 0.8347026109695435, -1.1167712211608887, -0.1451895534992218, 0.6243059039115906, -0.05676573887467384, -0.0759441927075386, 0.41841500997543335, 0.0987561047077179, 0.6093763113021851, -0.1561785489320755, -0.033223338425159454, 1.0582398176193237, 0.4155885875225067, -0.27832910418510437, 0.22298426926136017, 0.5337681770324707, -0.12625060975551605, 0.024139240384101868, -0.11992235481739044, 1.4732602834701538, -0.31986314058303833, 0.15219856798648834, 0.36945897340774536, 0.29385238885879517, 0.5721554160118103, -0.9670750498771667, -0.38625168800354004, 1.2034034729003906, 1.0373966693878174, -1.553158164024353, 2.324561834335327, 0.8078558444976807], [0.004904110915958881, -0.0003988407552242279, 0.0010854876600205898, 0.013571314513683319, 0.012337743304669857, 0.0026664852630347013, 0.007349200546741486, 0.018593203276395798, 0.005315478891134262, -0.0029902667738497257, -0.004114533308893442, 0.010480099357664585, 0.007628047838807106, -0.008378276601433754, 0.01827307790517807, 0.009865411557257175, 0.0123475706204772, 0.008229104802012444, 0.004364995751529932, 0.01775931753218174, -0.004079155623912811, 0.0018356149084866047, 0.01786867156624794, -0.00654077623039484, -0.0029988843016326427, 0.006300624459981918, 0.01782834716141224, 0.00726026576012373, 0.02866913378238678, -0.018821505829691887, -0.028052974492311478, 0.03820466995239258, -0.0076642148196697235, 0.003512709867209196, -0.003129186574369669, -0.006875703111290932, -0.050860680639743805, 0.01563168130815029, 0.07909440249204636, -0.039296362549066544, 0.06661612540483475, 0.006597226485610008, -0.11744068562984467, 0.07507266849279404, -0.19360743463039398, 0.07064720243215561, 0.19087786972522736, -0.20773300528526306, 0.07379574328660965, 0.00643311720341444, -0.025203106924891472, 0.11868378520011902, 0.22870993614196777, -0.04225922375917435, 0.08366962522268295, 0.39248600602149963, -0.3423064053058624, 0.5257342457771301, -0.23469704389572144, 0.7222065925598145, -0.5048458576202393, 1.3239132165908813, -3.227861166000366, -0.31572332978248596]]}}
models/atto-64.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "atto-64", "architecture": "atto-neural-ngram", "params": 64, "config": {"vocab_size": 26, "embd_dim": 2, "context_len": 3}, "vocab": {"0": "\n", "1": " ", "2": "'", "3": ",", "4": ".", "5": "a", "6": "b", "7": "c", "8": "d", "9": "e", "10": "f", "11": "g", "12": "h", "13": "i", "14": "l", "15": "m", "16": "n", "17": "o", "18": "p", "19": "r", "20": "s", "21": "t", "22": "u", "23": "v", "24": "w", "25": "y"}, "weights": {"embedding": [[-0.7850219011306763, 0.9690186381340027], [-1.5730384588241577, -1.2258381843566895], [0.4986078143119812, 2.102989435195923], [-0.2690836489200592, 1.263218641281128], [-0.774017870426178, 2.042127847671509], [-0.2582077085971832, -0.27677392959594727], [0.6278311610221863, 1.7737576961517334], [0.29835939407348633, 1.233027696609497], [-0.06733263283967972, 0.679391086101532], [-2.335172414779663, 2.1910862922668457], [0.1431656777858734, 1.2299333810806274], [0.37653517723083496, 1.5213944911956787], [-0.08637543022632599, -0.023731915280222893], [-0.20393964648246765, -0.16153456270694733], [0.0022637145593762398, 0.3955213725566864], [0.22524376213550568, 0.7480852007865906], [-0.1952909380197525, -0.07634685188531876], [-0.3820693790912628, -0.3066198229789734], [0.365793377161026, 1.51381254196167], [-0.1508585661649704, 0.03711215406656265], [-0.1615677922964096, 0.11821223795413971], [-0.28475937247276306, 0.017821209505200386], [0.09339119493961334, 0.7401266098022461], [1.0639402866363525, 2.2132322788238525], [0.3060973882675171, 1.2150547504425049], [0.20563553273677826, 1.2719844579696655]], "mix": [[0.10266736149787903, 0.0027409347239881754, 7.03814172744751, -2.2758500576019287, 2.068591833114624, -6.934788227081299], [-0.03294849768280983, -0.008393000811338425, -0.054884884506464005, -0.02458338998258114, 3.0191116333007812, -1.1012859344482422]]}}
models/atto-8192.json ADDED
The diff for this file is too large to render. See raw diff
 
sample.py ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import json
2
+ import os
3
+ import math
4
+ import torch
5
+ import torch.nn as nn
6
+ from torch.nn import functional as F
7
+
8
+
9
+ class AttoLM(nn.Module):
10
+ def __init__(self, vocab_size, embd_dim, context_len):
11
+ super().__init__()
12
+ self.vocab_size = vocab_size
13
+ self.embd_dim = embd_dim
14
+ self.context_len = context_len
15
+ self.embedding = nn.Embedding(vocab_size, embd_dim)
16
+ self.mix = nn.Linear(context_len * embd_dim, embd_dim, bias=False)
17
+
18
+ def forward(self, idx):
19
+ x = self.embedding(idx)
20
+ x = x.reshape(x.size(0), -1)
21
+ x = self.mix(x)
22
+ x = torch.tanh(x)
23
+ logits = x @ self.embedding.weight.T
24
+ return logits
25
+
26
+
27
+ def load_model(path):
28
+ with open(path, "r") as f:
29
+ data = json.load(f)
30
+ cfg = data["config"]
31
+ model = AttoLM(cfg["vocab_size"], cfg["embd_dim"], cfg["context_len"])
32
+
33
+ emb = torch.tensor(data["weights"]["embedding"])
34
+ mix = torch.tensor(data["weights"]["mix"])
35
+ model.embedding.weight.data.copy_(emb)
36
+ model.mix.weight.data.copy_(mix)
37
+
38
+ itos = {int(k): v for k, v in data["vocab"].items()}
39
+ stoi = {v: k for k, v in itos.items()}
40
+ return model, itos, stoi, cfg
41
+
42
+
43
+ @torch.no_grad()
44
+ def generate(model, stoi, itos, ctx_len, prompt=" ", length=200, temperature=0.8):
45
+ model.eval()
46
+ tokens = [stoi.get(c, 0) for c in prompt]
47
+ # pad if prompt shorter than context
48
+ while len(tokens) < ctx_len:
49
+ tokens = [0] + tokens
50
+
51
+ for _ in range(length):
52
+ inp = torch.tensor(tokens[-ctx_len:], dtype=torch.long).unsqueeze(0)
53
+ logits = model(inp)
54
+ probs = F.softmax(logits / temperature, dim=-1)
55
+ nxt = torch.multinomial(probs, 1).item()
56
+ tokens.append(nxt)
57
+
58
+ return "".join(itos.get(t, "?") for t in tokens[ctx_len:])
59
+
60
+
61
+ if __name__ == "__main__":
62
+ models_dir = "models"
63
+
64
+ for name in ["atto-64", "atto-128", "atto-256", "atto-512", "atto-1024", "atto-2048", "atto-4096", "atto-8192", "atto-16384"]:
65
+ path = os.path.join(models_dir, f"{name}.json")
66
+ if not os.path.exists(path):
67
+ print(f" {path} not found, skipping")
68
+ continue
69
+
70
+ model, itos, stoi, cfg = load_model(path)
71
+ params = sum(p.numel() for p in model.parameters())
72
+
73
+ print(f"\n{'='*60}")
74
+ print(f" {name} | {params} params | embd={cfg['embd_dim']} ctx={cfg['context_len']} vocab={cfg['vocab_size']}")
75
+ print(f"{'='*60}")
76
+
77
+ for prompt in [" the ", " to be", " Ham"]:
78
+ clean_prompt = prompt.strip()
79
+ # only use chars the model knows
80
+ usable = "".join(c for c in prompt if c in stoi)
81
+ if not usable:
82
+ usable = " "
83
+ text = generate(model, stoi, itos, cfg["context_len"], usable, length=150, temperature=0.8)
84
+ print(f' prompt="{clean_prompt}":')
85
+ print(f" {text[:150]}")
86
+ print()
train_atto.py ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import math
3
+ import json
4
+ from collections import Counter
5
+ import torch
6
+ import torch.nn as nn
7
+ from torch.nn import functional as F
8
+
9
+
10
+ class AttoLM(nn.Module):
11
+ """
12
+ Neural n-gram language model designed for extreme intelligence density.
13
+
14
+ Architecture: embed last K chars β†’ flatten β†’ linear mix β†’ tanh β†’ project
15
+ via weight-tied embedding β†’ logits.
16
+
17
+ Every single parameter directly participates in prediction.
18
+ Total params = embd_dim Γ— (vocab_size + context_len Γ— embd_dim)
19
+ """
20
+
21
+ def __init__(self, vocab_size, embd_dim, context_len):
22
+ super().__init__()
23
+ self.vocab_size = vocab_size
24
+ self.embd_dim = embd_dim
25
+ self.context_len = context_len
26
+
27
+ self.embedding = nn.Embedding(vocab_size, embd_dim)
28
+ self.mix = nn.Linear(context_len * embd_dim, embd_dim, bias=False)
29
+ # output projection is weight-tied: logits = h @ embedding.weight.T
30
+ # so lm_head costs 0 extra parameters
31
+
32
+ self._init_weights()
33
+
34
+ def _init_weights(self):
35
+ nn.init.normal_(self.embedding.weight, mean=0.0, std=0.5)
36
+ nn.init.normal_(self.mix.weight, mean=0.0, std=0.1)
37
+
38
+ def forward(self, idx):
39
+ # idx: (batch, context_len) β€” indices of last K characters
40
+ x = self.embedding(idx) # (B, K, D)
41
+ x = x.reshape(x.size(0), -1) # (B, K*D)
42
+ x = self.mix(x) # (B, D)
43
+ x = torch.tanh(x) # free nonlinearity
44
+ logits = x @ self.embedding.weight.T # (B, vocab_size) β€” weight tying
45
+ return logits
46
+
47
+ def count_params(self):
48
+ return sum(p.numel() for p in self.parameters())
49
+
50
+
51
+ # ──────────────────────────────────────────────────────────────────────
52
+ # Exact parameter budgets:
53
+ # params = embd_dim Γ— (vocab_size + context_len Γ— embd_dim)
54
+ #
55
+ # atto-64: embd=2, vocab=26, ctx=3 β†’ 2Γ—(26 + 3Γ—2) = 2Γ—32 = 64
56
+ # atto-128: embd=2, vocab=50, ctx=7 β†’ 2Γ—(50 + 7Γ—2) = 2Γ—64 = 128
57
+ # atto-256: embd=4, vocab=32, ctx=8 β†’ 4Γ—(32 + 8Γ—4) = 4Γ—64 = 256
58
+ # atto-512: embd=4, vocab=64, ctx=16 β†’ 4Γ—(64 + 16Γ—4) = 4Γ—128 = 512
59
+ # atto-1024: embd=8, vocab=64, ctx=8 β†’ 8Γ—(64 + 8Γ—8) = 8Γ—128 = 1024
60
+ # ──────────────────────────────────────────────────────────────────────
61
+
62
+ CONFIGS = {
63
+ "atto-64": dict(embd_dim=2, vocab_size=26, context_len=3),
64
+ "atto-128": dict(embd_dim=2, vocab_size=50, context_len=7),
65
+ "atto-256": dict(embd_dim=4, vocab_size=32, context_len=8),
66
+ "atto-512": dict(embd_dim=4, vocab_size=64, context_len=16),
67
+ "atto-1024": dict(embd_dim=8, vocab_size=64, context_len=8),
68
+ }
69
+
70
+
71
+ def build_vocab(text, vocab_size):
72
+ counts = Counter(text)
73
+ common = [ch for ch, _ in counts.most_common(vocab_size)]
74
+ chars = sorted(common)
75
+ stoi = {ch: i for i, ch in enumerate(chars)}
76
+ itos = {i: ch for i, ch in enumerate(chars)}
77
+ return chars, stoi, itos
78
+
79
+
80
+ def encode_text(text, stoi):
81
+ return [stoi[c] for c in text if c in stoi]
82
+
83
+
84
+ def make_windows(data, ctx):
85
+ """Pre-build all (input, target) pairs as a single tensor. No Python loops at train time."""
86
+ n = len(data) - ctx
87
+ # indices [0..n-1], each window is data[i:i+ctx] β†’ data[i+ctx]
88
+ idx = torch.arange(n).unsqueeze(1) + torch.arange(ctx + 1).unsqueeze(0) # (n, ctx+1)
89
+ windows = data[idx] # (n, ctx+1)
90
+ return windows[:, :ctx], windows[:, ctx] # x: (n, ctx), y: (n,)
91
+
92
+
93
+ def train_model(name, cfg, text):
94
+ print(f"\n{'='*60}")
95
+ print(f" Training {name}")
96
+ print(f" embd_dim={cfg['embd_dim']}, vocab={cfg['vocab_size']}, ctx={cfg['context_len']}")
97
+ print(f"{'='*60}")
98
+
99
+ chars, stoi, itos = build_vocab(text, cfg["vocab_size"])
100
+ data = torch.tensor(encode_text(text, stoi), dtype=torch.long)
101
+
102
+ n = int(0.9 * len(data))
103
+ train_data = data[:n]
104
+ val_data = data[n:]
105
+
106
+ ctx = cfg["context_len"]
107
+
108
+ # pre-build all sliding windows β€” makes batching a single index op
109
+ train_x, train_y = make_windows(train_data, ctx)
110
+ val_x, val_y = make_windows(val_data, ctx)
111
+
112
+ model = AttoLM(cfg["vocab_size"], cfg["embd_dim"], cfg["context_len"])
113
+ p_count = model.count_params()
114
+ print(f" Parameters: {p_count}")
115
+
116
+ # scale iters to model capacity β€” tiny models converge fast
117
+ max_iters = min(5000 + p_count * 10, 20000)
118
+ batch_size = 512
119
+ lr_max = 3e-2
120
+ lr_min = 1e-4
121
+ eval_every = max(max_iters // 10, 1)
122
+
123
+ optimizer = torch.optim.AdamW(model.parameters(), lr=lr_max, weight_decay=0.01)
124
+ best_val_loss = float("inf")
125
+ best_state = None
126
+
127
+ import time
128
+ t0 = time.time()
129
+
130
+ for i in range(max_iters):
131
+ lr = lr_min + 0.5 * (lr_max - lr_min) * (1 + math.cos(math.pi * i / max_iters))
132
+ for pg in optimizer.param_groups:
133
+ pg["lr"] = lr
134
+
135
+ # fast batch: just index into pre-built windows
136
+ ix = torch.randint(0, len(train_x), (batch_size,))
137
+ logits = model(train_x[ix])
138
+ loss = F.cross_entropy(logits, train_y[ix])
139
+
140
+ optimizer.zero_grad()
141
+ loss.backward()
142
+ torch.nn.utils.clip_grad_norm_(model.parameters(), 1.0)
143
+ optimizer.step()
144
+
145
+ if i % eval_every == 0:
146
+ model.eval()
147
+ with torch.no_grad():
148
+ vix = torch.randint(0, len(val_x), (min(2048, len(val_x)),))
149
+ val_loss = F.cross_entropy(model(val_x[vix]), val_y[vix]).item()
150
+ model.train()
151
+ print(f" iter {i:6d} | train {loss.item():.4f} | val {val_loss:.4f} | lr {lr:.2e}")
152
+ if val_loss < best_val_loss:
153
+ best_val_loss = val_loss
154
+ best_state = {k: v.clone() for k, v in model.state_dict().items()}
155
+
156
+ elapsed = time.time() - t0
157
+ print(f" Trained in {elapsed:.1f}s ({max_iters} iters)")
158
+
159
+ if best_state is not None:
160
+ model.load_state_dict(best_state)
161
+
162
+ # quick sample
163
+ model.eval()
164
+ with torch.no_grad():
165
+ seed = [stoi.get(c, 0) for c in " the"][-ctx:]
166
+ while len(seed) < ctx:
167
+ seed = [0] + seed
168
+ generated = list(seed)
169
+ for _ in range(120):
170
+ inp = torch.tensor(generated[-ctx:], dtype=torch.long).unsqueeze(0)
171
+ logits = model(inp)
172
+ probs = F.softmax(logits / 0.8, dim=-1)
173
+ nxt = torch.multinomial(probs, 1).item()
174
+ generated.append(nxt)
175
+ sample = "".join(itos.get(c, "?") for c in generated[ctx:])
176
+ print(f" Sample: {sample}")
177
+
178
+ # export
179
+ os.makedirs("models", exist_ok=True)
180
+ model_json = {
181
+ "name": name,
182
+ "architecture": "atto-neural-ngram",
183
+ "params": p_count,
184
+ "config": {
185
+ "vocab_size": cfg["vocab_size"],
186
+ "embd_dim": cfg["embd_dim"],
187
+ "context_len": cfg["context_len"],
188
+ },
189
+ "vocab": {str(i): ch for i, ch in itos.items()},
190
+ "weights": {
191
+ "embedding": model.embedding.weight.detach().tolist(),
192
+ "mix": model.mix.weight.detach().tolist(),
193
+ },
194
+ }
195
+ path = f"models/{name}.json"
196
+ with open(path, "w") as f:
197
+ json.dump(model_json, f)
198
+ print(f" Saved β†’ {path} ({os.path.getsize(path)} bytes)")
199
+
200
+
201
+ if __name__ == "__main__":
202
+ with open("hamlet.txt", "r", encoding="utf-8") as f:
203
+ text = f.read()
204
+
205
+ for name, cfg in CONFIGS.items():
206
+ train_model(name, cfg, text)