id
stringlengths
2
115
author
stringlengths
2
42
last_modified
timestamp[us, tz=UTC]
downloads
int64
0
8.87M
likes
int64
0
3.84k
paperswithcode_id
stringlengths
2
45
tags
list
lastModified
timestamp[us, tz=UTC]
createdAt
stringlengths
24
24
key
stringclasses
1 value
created
timestamp[us]
card
stringlengths
1
1.01M
embedding
list
library_name
stringclasses
21 values
pipeline_tag
stringclasses
27 values
mask_token
null
card_data
null
widget_data
null
model_index
null
config
null
transformers_info
null
spaces
null
safetensors
null
transformersInfo
null
modelId
stringlengths
5
111
embeddings
list
LoneStriker/NeuralHermes-2.5-Mistral-7B-3.0bpw-h6-exl2
LoneStriker
2023-11-30T01:11:45Z
0
0
null
[ "transformers", "safetensors", "mistral", "text-generation", "instruct", "finetune", "chatml", "gpt4", "synthetic data", "distillation", "dpo", "rlhf", "en", "dataset:mlabonne/chatml_dpo_pairs", "base_model:teknium/OpenHermes-2.5-Mistral-7B", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:11:45Z
2023-11-30T00:41:52.000Z
null
null
--- base_model: teknium/OpenHermes-2.5-Mistral-7B tags: - mistral - instruct - finetune - chatml - gpt4 - synthetic data - distillation - dpo - rlhf license: apache-2.0 language: - en datasets: - mlabonne/chatml_dpo_pairs --- <center><img src="https://i.imgur.com/qIhaFNM.png"></center> # NeuralHermes 2.5 - Mistral 7B NeuralHermes is an [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) model that has been further fine-tuned with Direct Preference Optimization (DPO) using the [mlabonne/chatml_dpo_pairs](https://huggingface.co/datasets/mlabonne/chatml_dpo_pairs) dataset. It surpasses the original model on several benchmarks (see results). It is directly inspired by the RLHF process described by [Intel/neural-chat-7b-v3-1](https://huggingface.co/Intel/neural-chat-7b-v3-1)'s authors to improve performance. I used the same dataset and reformatted it to apply the ChatML template. The code to train this model is available on [Google Colab](https://colab.research.google.com/drive/15iFBr1xWgztXvhrj5I9fBv20c7CFOPBE?usp=sharing) and [GitHub](https://github.com/mlabonne/llm-course/tree/main). It required an A100 GPU for about an hour. ### Quantized models * GGUF: https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF * AWQ: https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ * EXL2 (5pbw): https://huggingface.co/IconicAI/NeuralHermes-2.5-Mistral-7B-exl2-5bpw ## Results Teknium (author of OpenHermes-2.5-Mistral-7B) benchmarked the model ([see his tweet](https://twitter.com/Teknium1/status/1729955709377503660)). Results are improved on every benchmark: **AGIEval** (from 43.07% to 43.62%), **GPT4All** (from 73.12% to 73.25%), and **TruthfulQA**. ### AGIEval ![](https://i.imgur.com/7an3B1f.png) ### GPT4All ![](https://i.imgur.com/TLxZFi9.png) ### TruthfulQA ![](https://i.imgur.com/V380MqD.png) You can check the Weights & Biases project [here](https://wandb.ai/mlabonne/NeuralHermes-2-5-Mistral-7B/overview?workspace=user-mlabonne). ## Usage You can run this model using [LM Studio](https://lmstudio.ai/) or any other frontend. You can also run this model using the following code: ```python import transformers from transformers import AutoTokenizer # Format prompt message = [ {"role": "system", "content": "You are a helpful assistant chatbot."}, {"role": "user", "content": "What is a Large Language Model?"} ] tokenizer = AutoTokenizer.from_pretrained(new_model) prompt = tokenizer.apply_chat_template(message, add_generation_prompt=True, tokenize=False) # Create pipeline pipeline = transformers.pipeline( "text-generation", model=new_model, tokenizer=tokenizer ) # Generate text sequences = pipeline( prompt, do_sample=True, temperature=0.7, top_p=0.9, num_return_sequences=1, max_length=200, ) print(sequences[0]['generated_text']) ``` ## Training hyperparameters **LoRA**: * r=16 * lora_alpha=16 * lora_dropout=0.05 * bias="none" * task_type="CAUSAL_LM" * target_modules=['k_proj', 'gate_proj', 'v_proj', 'up_proj', 'q_proj', 'o_proj', 'down_proj'] **Training arguments**: * per_device_train_batch_size=4 * gradient_accumulation_steps=4 * gradient_checkpointing=True * learning_rate=5e-5 * lr_scheduler_type="cosine" * max_steps=200 * optim="paged_adamw_32bit" * warmup_steps=100 **DPOTrainer**: * beta=0.1 * max_prompt_length=1024 * max_length=1536
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
LoneStriker/NeuralHermes-2.5-Mistral-7B-3.0bpw-h6-exl2
[ -0.2540645897388458, -0.7595426440238953, 0.24388307332992554, 0.13809199631214142, -0.22974836826324463, -0.17029514908790588, -0.39646878838539124, -0.2790546119213104, 0.045576922595500946, 0.20606379210948944, -0.5435384511947632, -0.5907238125801086, -0.6771524548530579, -0.10234582424163818, -0.035296760499477386, 0.8485925197601318, 0.013701604679226875, 0.22467446327209473, 0.0797499418258667, -0.12429199367761612, -0.3405049443244934, -0.4504891037940979, -1.0581774711608887, -0.5242305397987366, 0.3596871793270111, 0.14801865816116333, 0.5733316540718079, 0.7102599143981934, 0.4214265048503876, 0.39645621180534363, -0.4061535596847534, 0.22409312427043915, -0.4304683208465576, 0.10526832193136215, 0.1709800809621811, -0.49184295535087585, -0.5994842052459717, -0.05823279172182083, 0.5549861192703247, 0.20902928709983826, -0.2703552544116974, 0.2512512803077698, 0.32909953594207764, 0.5516080260276794, -0.4179409146308899, 0.2511465847492218, -0.5811393857002258, 0.14137183129787445, -0.039930157363414764, -0.17182740569114685, -0.2687762379646301, -0.2898249924182892, 0.12736155092716217, -0.4785974621772766, 0.1608353704214096, -0.07849448919296265, 1.1112030744552612, 0.3617931604385376, -0.2626565992832184, 0.02770836465060711, -0.5166717767715454, 0.8514165282249451, -1.030419945716858, 0.3542529046535492, 0.29124388098716736, 0.2549617290496826, -0.1794988065958023, -0.8545113205909729, -0.4107254147529602, -0.2675347924232483, 0.10429136455059052, 0.2963504195213318, -0.41812843084335327, 0.054089080542325974, 0.36429363489151, 0.26511165499687195, -0.5541647672653198, 0.17276287078857422, -0.3326106667518616, -0.32601693272590637, 0.38846421241760254, 0.336311936378479, 0.0611187145113945, -0.13743922114372253, -0.49910175800323486, -0.4071199595928192, -0.2785400450229645, 0.19264847040176392, 0.2936154007911682, 0.18407560884952545, -0.36213427782058716, 0.4177517294883728, -0.21532981097698212, 0.7190392017364502, 0.14802739024162292, -0.11401732265949249, 0.4127502143383026, -0.30254366993904114, -0.37154752016067505, -0.03553452715277672, 1.1722285747528076, 0.37871840596199036, 0.18796709179878235, 0.1695803552865982, -0.11119090020656586, -0.03029513731598854, -0.0944552943110466, -1.1037424802780151, -0.31401845812797546, 0.34658801555633545, -0.5117521286010742, -0.36436522006988525, -0.2026764452457428, -0.6047961711883545, -0.13424751162528992, -0.28881725668907166, 0.4634157419204712, -0.7454586625099182, -0.2979274094104767, 0.10200273990631104, -0.1732676774263382, 0.12051919847726822, 0.22403724491596222, -0.7501844763755798, 0.20468631386756897, 0.44939032196998596, 0.9676884412765503, -0.09914679080247879, -0.3998408615589142, -0.23654116690158844, -0.2743416726589203, -0.2947998642921448, 0.6693291664123535, -0.17542606592178345, -0.1780378520488739, -0.3236739933490753, -0.15153290331363678, -0.24491986632347107, -0.4942449629306793, 0.5863855481147766, -0.42501768469810486, 0.5215206742286682, -0.19305576384067535, -0.6138591170310974, -0.15927620232105255, 0.24639928340911865, -0.4265027940273285, 1.1054304838180542, -0.01842961274087429, -0.9169943928718567, 0.16958431899547577, -0.6568628549575806, 0.11222157627344131, -0.23809126019477844, -0.148533895611763, -0.4442959129810333, -0.10862057656049728, 0.23162811994552612, 0.5306562781333923, -0.4075504243373871, 0.31152188777923584, -0.3497017025947571, -0.41809165477752686, 0.32359445095062256, -0.7257475256919861, 0.9826000928878784, 0.23847463726997375, -0.7097269296646118, 0.23638634383678436, -0.7711710929870605, 0.2915543019771576, 0.32147714495658875, -0.3830091059207916, -0.03975722938776016, -0.16550804674625397, -0.08017255365848541, 0.3780517578125, 0.2836746275424957, -0.3750116527080536, 0.04094310104846954, -0.4855174720287323, 0.6684941649436951, 0.9147059917449951, -0.05800718069076538, 0.354856938123703, -0.23730267584323883, 0.3178645372390747, 0.36690062284469604, 0.4071657657623291, 0.03243742510676384, -0.6530140042304993, -0.9642287492752075, -0.4065481722354889, 0.3780294954776764, 0.577229380607605, -0.5792257189750671, 0.7969959378242493, -0.20489054918289185, -0.6290556192398071, -0.5533614754676819, -0.050601281225681305, 0.38700780272483826, 0.7535839080810547, 0.4262681305408478, -0.14730516076087952, -0.3284515142440796, -1.0660117864608765, -0.059973202645778656, -0.28525224328041077, 0.03654460981488228, 0.3159855008125305, 0.3884771764278412, -0.2290506809949875, 0.7551476359367371, -0.529161274433136, -0.1561049520969391, 0.08452940732240677, 0.006519753020256758, 0.5025604367256165, 0.5057946443557739, 0.4092535376548767, -0.35506755113601685, -0.4834583103656769, -0.10194462537765503, -0.8000724911689758, -0.03958136960864067, 0.2009851336479187, -0.28844982385635376, 0.3667907118797302, 0.4848763942718506, -0.7688997387886047, 0.2741646468639374, 0.5475200414657593, -0.5027450323104858, 0.4501343369483948, -0.25475239753723145, 0.09588200598955154, -1.2926520109176636, 0.18108387291431427, 0.032659661024808884, -0.14587099850177765, -0.489066481590271, -0.10618525743484497, 0.009431003592908382, -0.04428394138813019, -0.6094862818717957, 0.7948802709579468, -0.3945240378379822, 0.25617271661758423, -0.23644183576107025, -0.212831050157547, -0.10096678137779236, 0.8894951939582825, -0.012296214699745178, 0.7346915006637573, 0.822915256023407, -0.527385950088501, 0.3520130217075348, 0.1561112403869629, -0.17965435981750488, 0.21371270716190338, -0.93378746509552, 0.16423387825489044, 0.04225143417716026, 0.28282737731933594, -0.9645763039588928, 0.013604475185275078, 0.6247996091842651, -0.6257895827293396, 0.2905000150203705, -0.034899208694696426, -0.5054614543914795, -0.3088800311088562, -0.32239773869514465, 0.31820982694625854, 0.7820879817008972, -0.5135923624038696, 0.46894076466560364, 0.11092795431613922, 0.01619989052414894, -0.7658882141113281, -0.5853433012962341, -0.0811610221862793, -0.27728271484375, -0.6510735750198364, 0.347385048866272, -0.10237324237823486, -0.0345437154173851, 0.0034294237848371267, -0.02886713668704033, 0.04627824202179909, -0.036891255527734756, 0.33043697476387024, 0.3012733459472656, -0.15880118310451508, 0.007531133946031332, -0.09409196674823761, -0.24626798927783966, 0.15687988698482513, -0.3241482377052307, 0.8300269842147827, -0.32760244607925415, -0.1923263669013977, -0.803192138671875, 0.016641249880194664, 0.5161402821540833, -0.09797592461109161, 0.6991058588027954, 0.9316650032997131, -0.3300687074661255, -0.07120077311992645, -0.4627266228199005, -0.4690217673778534, -0.5128682851791382, 0.47897064685821533, -0.21672789752483368, -0.7659094333648682, 0.5782679319381714, 0.18014177680015564, 0.0707651823759079, 0.7908799648284912, 0.7180185317993164, 0.15399852395057678, 1.172316551208496, 0.19028547406196594, -0.1676284670829773, 0.5366492867469788, -0.6045506596565247, -0.005011575762182474, -0.6046985387802124, -0.21887534856796265, -0.44225504994392395, -0.3851063847541809, -0.6688275933265686, -0.5022557377815247, 0.34150248765945435, 0.13894936442375183, -0.5923462510108948, 0.21219393610954285, -0.7758931517601013, 0.1414574384689331, 0.8036763072013855, 0.35515519976615906, 0.08335725218057632, 0.2750408351421356, -0.37316665053367615, -0.09587298333644867, -1.0112653970718384, -0.43580347299575806, 1.0973626375198364, 0.6838644742965698, 0.6356881856918335, -0.25208431482315063, 0.6384794116020203, -0.080935038626194, 0.10729110985994339, -0.6637427806854248, 0.6980343461036682, 0.023546088486909866, -0.5598281025886536, -0.14299891889095306, -0.6957620978355408, -0.9653069376945496, 0.2020414173603058, -0.24740126729011536, -0.6407844424247742, 0.23372946679592133, 0.21080730855464935, -0.4962286353111267, 0.401298850774765, -0.7560409307479858, 0.7715104818344116, -0.11620014905929565, -0.4175003170967102, -0.22844332456588745, -0.5442112684249878, 0.31252530217170715, 0.20623889565467834, -0.13368132710456848, -0.193307563662529, -0.09146459400653839, 0.8721713423728943, -0.4439454972743988, 0.7906163334846497, -0.2691512405872345, -0.00959065556526184, 0.4462108910083771, -0.17831635475158691, 0.28382399678230286, 0.11501553654670715, -0.1199493557214737, 0.5715123414993286, -0.1018405333161354, -0.49525967240333557, -0.35698163509368896, 0.9030713438987732, -1.1303132772445679, -0.42151978611946106, -0.6343576908111572, -0.46346771717071533, -0.07145701348781586, 0.05918310210108757, 0.5141139030456543, 0.48414477705955505, -0.004697112366557121, 0.15542274713516235, 0.6401577591896057, -0.29908424615859985, 0.5612973570823669, 0.12541422247886658, -0.04879815876483917, -0.6696157455444336, 0.824601411819458, -0.010997600853443146, 0.1632329374551773, 0.14482639729976654, 0.2738354802131653, -0.3134957551956177, -0.454600065946579, -0.45307496190071106, 0.17787528038024902, -0.5363161563873291, -0.3391156494617462, -0.8068784475326538, -0.5614840984344482, -0.3926961123943329, 0.3433372676372528, -0.5368461608886719, -0.41595712304115295, -0.4564036726951599, 0.1481032371520996, 0.5159489512443542, 0.31519079208374023, -0.13240234553813934, 0.2937237024307251, -0.7127454876899719, 0.23991049826145172, 0.444580078125, 0.3064174950122833, 0.19253866374492645, -0.8115344643592834, -0.1732344776391983, 0.33796611428260803, -0.5071989297866821, -0.6556151509284973, 0.41391703486442566, 0.11010364443063736, 0.5940636396408081, 0.355680912733078, -0.2356121838092804, 0.6334815621376038, -0.37341976165771484, 0.7047280669212341, 0.28153741359710693, -0.6315414905548096, 0.42473897337913513, -0.4000712037086487, 0.4663498103618622, 0.38762128353118896, 0.3561720550060272, -0.32545506954193115, -0.18138854205608368, -0.7975278496742249, -0.8176344037055969, 0.8717696070671082, 0.5224766731262207, 0.12067020684480667, 0.0225431639701128, 0.35066497325897217, -0.13679854571819305, 0.07474494725465775, -0.6474421620368958, -0.4725506007671356, -0.15237323939800262, -0.20746514201164246, -0.12759734690189362, -0.2219831496477127, -0.15251943469047546, -0.5609589219093323, 0.8497605919837952, -0.050161268562078476, 0.7575792670249939, 0.353081613779068, 0.2447347491979599, -0.030125265941023827, 0.0014640373410657048, 0.5859135389328003, 0.4907963275909424, -0.35110777616500854, -0.11040285974740982, 0.21171866357326508, -0.539266049861908, 0.04993104934692383, 0.3275964856147766, -0.0625116229057312, 0.1245824322104454, 0.3029041886329651, 1.2324711084365845, -0.10125689953565598, -0.42079591751098633, 0.3583245873451233, -0.41149160265922546, -0.3846774399280548, -0.2643240988254547, 0.2889556884765625, 0.30469051003456116, 0.4559940993785858, 0.28609699010849, 0.27028322219848633, -0.06913071870803833, -0.2655898332595825, 0.027832377701997757, 0.35404863953590393, -0.413040429353714, -0.33973538875579834, 0.8053171038627625, 0.18636702001094818, -0.3305831253528595, 0.6364333629608154, -0.08620854467153549, -0.502876341342926, 0.7673558592796326, 0.3177705705165863, 0.9079380035400391, -0.21251490712165833, 0.0603465773165226, 0.6782978773117065, 0.04330816492438316, -0.2458275854587555, 0.36322250962257385, 0.20356787741184235, -0.6170992255210876, -0.2732703685760498, -0.6352900862693787, -0.11229657381772995, 0.30548444390296936, -0.43735241889953613, 0.38469624519348145, -0.5163289308547974, -0.5600141286849976, 0.11629065871238708, 0.08541851490736008, -0.8021016716957092, 0.16547377407550812, 0.1029302105307579, 0.9782809615135193, -0.6291502118110657, 0.8022361397743225, 0.6423354744911194, -0.06860724836587906, -0.8065363168716431, -0.13474734127521515, -0.12968625128269196, -0.9418427348136902, 0.5953018069267273, 0.15373735129833221, 0.19612233340740204, 0.16832254827022552, -0.5572537183761597, -0.8810269236564636, 1.2485922574996948, 0.486275315284729, -0.5913466811180115, -0.07938331365585327, 0.03217022120952606, 0.6132088899612427, -0.18050052225589752, 0.7074664235115051, 0.37225648760795593, 0.30235910415649414, -0.007310877554118633, -0.8914555907249451, 0.05775871127843857, -0.4648663401603699, -0.010748060420155525, 0.1551826447248459, -0.8944432735443115, 1.0975369215011597, -0.0037676007486879826, 0.035438649356365204, 0.060752950608730316, 0.7041800022125244, 0.5176383256912231, 0.12083633989095688, 0.5584816336631775, 0.8162305951118469, 0.49206843972206116, -0.11125713586807251, 0.9720361232757568, -0.6253007650375366, 0.43567177653312683, 0.9683548808097839, 0.13621963560581207, 0.7040184140205383, 0.44530215859413147, -0.1351839005947113, 0.3967982828617096, 0.8470040559768677, 0.010802067816257477, 0.4224710464477539, 0.1866724044084549, -0.07668199390172958, -0.2934545576572418, -0.0530460886657238, -0.5942534804344177, 0.483090341091156, 0.1680407077074051, -0.47002553939819336, -0.19147035479545593, -0.1929692178964615, 0.1001928523182869, -0.20113760232925415, -0.0823512151837349, 0.6281876564025879, 0.22250741720199585, -0.7167048454284668, 1.0921720266342163, 0.10640130937099457, 0.9282655715942383, -0.6508771181106567, 0.06016038358211517, -0.22790531814098358, 0.356125146150589, -0.0031503234058618546, -0.5323812365531921, -0.03150978311896324, -0.11908034235239029, -0.017848651856184006, -0.11107588559389114, 0.7738345265388489, -0.29466089606285095, -0.5048800706863403, 0.505347728729248, 0.5651959180831909, 0.058168064802885056, -0.12712699174880981, -1.1279493570327759, -0.0008014329359866679, -0.03539307788014412, -0.6023944616317749, 0.23890075087547302, 0.31838294863700867, 0.15606099367141724, 0.606602668762207, 0.6301317811012268, 0.12893156707286835, 0.05249181389808655, -0.009374391287565231, 0.8940349221229553, -0.6720439195632935, -0.3727915585041046, -1.0998753309249878, 0.41176408529281616, -0.18291719257831573, -0.6803498864173889, 0.7192988395690918, 0.5242765545845032, 0.6701428890228271, 0.08951512724161148, 0.4912000596523285, 0.060365911573171616, 0.2255435287952423, -0.4621429443359375, 0.6963484287261963, -0.6138020753860474, 0.10331526398658752, -0.08990506082773209, -1.0280345678329468, 0.10624036937952042, 0.4962000548839569, -0.09286925196647644, 0.3428608179092407, 0.6210412383079529, 0.9149339199066162, -0.12296666204929352, -0.1283736377954483, 0.14153747260570526, 0.4139450192451477, 0.1816333532333374, 0.824859082698822, 0.7991817593574524, -0.6959295868873596, 0.5347868204116821, -0.5434980988502502, -0.2745667099952698, -0.09151995182037354, -0.6936831474304199, -1.0820392370224, -0.5384002327919006, -0.41578781604766846, -0.5558774471282959, 0.0727405846118927, 1.1239629983901978, 0.7960720658302307, -0.6196914911270142, -0.30100810527801514, -0.15833646059036255, -0.19293281435966492, -0.24562840163707733, -0.2138950079679489, 0.37677258253097534, -0.2654595971107483, -0.9053349494934082, 0.14943696558475494, -0.07022936642169952, 0.18859827518463135, -0.18340079486370087, -0.24297450482845306, -0.2023376077413559, -0.03899137303233147, 0.373746782541275, 0.004763421136885881, -0.6110551953315735, -0.015780309215188026, 0.2513061463832855, -0.36899417638778687, 0.16330218315124512, 0.33935827016830444, -0.6302809715270996, 0.14538966119289398, 0.6953750252723694, 0.4130054712295532, 0.5364413857460022, -0.1904255598783493, 0.47208112478256226, -0.47849878668785095, 0.27640146017074585, 0.19745583832263947, 0.34835323691368103, 0.2776581943035126, -0.32243114709854126, 0.42048001289367676, 0.2967582643032074, -0.7058843374252319, -0.735463559627533, -0.19218897819519043, -1.032244086265564, -0.35766738653182983, 1.342581033706665, 0.01300443708896637, -0.4062643349170685, 0.35299673676490784, -0.31968608498573303, 0.5334692597389221, -0.6082513928413391, 0.760802686214447, 0.5580112934112549, 0.008351885713636875, -0.021719705313444138, -0.6100285053253174, 0.5017276406288147, 0.753223180770874, -0.6150160431861877, -0.10905956476926804, 0.28443777561187744, 0.35929641127586365, 0.07050447911024094, 0.6914219260215759, -0.05097128450870514, 0.16982723772525787, -0.05238524451851845, 0.2312183380126953, -0.2381940633058548, -0.05735846981406212, -0.5809826254844666, -0.0009704077383503318, -0.03596042841672897, -0.3724597990512848 ]
Rbanerjee/roberta_qa_model_with_gnn
Rbanerjee
2023-11-30T00:42:02Z
0
0
null
[ "region:us" ]
2023-11-30T00:42:02Z
2023-11-30T00:42:01.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
Rbanerjee/roberta_qa_model_with_gnn
[ -0.3227650821208954, -0.22568479180335999, 0.8622263669967651, 0.4346153140068054, -0.5282987952232361, 0.7012966871261597, 0.7915722727775574, 0.07618651539087296, 0.7746027112007141, 0.2563222348690033, -0.7852821350097656, -0.225738525390625, -0.910447895526886, 0.5715667009353638, -0.3992331027984619, 0.5791246294975281, -0.14494472742080688, -0.10751137882471085, 0.28233787417411804, -0.27689510583877563, -0.5409226417541504, -0.36855220794677734, -1.1902778148651123, 0.06149188429117203, 0.5316580533981323, 0.7435144186019897, 0.7584060430526733, 0.36521705985069275, 0.6432579159736633, 0.3932287096977234, -0.23138964176177979, 0.48270511627197266, -0.04171810299158096, 0.002603815635666251, -0.3524436354637146, -0.5516895651817322, -0.2859657406806946, 0.07584782689809799, 1.0961304903030396, 0.9666879773139954, -0.28466349840164185, 0.053308259695768356, -0.3063623905181885, 0.330888956785202, -0.4973430633544922, 0.3054102957248688, -0.022506114095449448, 0.1631881296634674, -0.704151451587677, -0.5535354614257812, 0.012795070186257362, -0.7361217737197876, 0.17926563322544098, -0.6900809407234192, 0.8269098997116089, 0.18583178520202637, 1.1533750295639038, 0.14819398522377014, -0.46248680353164673, -0.8161759376525879, -0.6538987159729004, 0.5711169242858887, -0.3270370364189148, 0.39680245518684387, 0.7028233408927917, -0.04857322946190834, -0.9820329546928406, -0.6745741963386536, -0.46466198563575745, 0.2923963963985443, 0.35402780771255493, -0.3411676287651062, -0.17522099614143372, -0.3058988153934479, 0.15792039036750793, 0.12811486423015594, -0.4841993451118469, -0.5543919801712036, -0.5475161075592041, -0.39602524042129517, 0.6206659078598022, 0.34829509258270264, 0.24291770160198212, -0.1888420283794403, -0.32285842299461365, 0.08801640570163727, -0.4160856604576111, 0.3402568995952606, 0.6335517764091492, 0.7114019989967346, -0.5811446905136108, 0.5602161288261414, -0.04927580803632736, 0.7439701557159424, 0.11445532739162445, -0.274780809879303, 0.4146057963371277, -0.14724723994731903, 0.05517204478383064, 0.4226349890232086, 0.3152444660663605, 0.2841312289237976, -0.3273698687553406, 0.20322313904762268, -0.32151415944099426, -0.3049620985984802, -0.22332200407981873, -0.29490751028060913, -0.3592180609703064, 0.549228847026825, -0.33140167593955994, -0.4285549223423004, 1.1431758403778076, -0.42007675766944885, -0.7302225232124329, 0.33156388998031616, 0.40652090311050415, -0.09944802522659302, -0.371465265750885, -0.05226041004061699, -0.845879077911377, -0.007907496765255928, 0.749117374420166, -0.7198967933654785, 0.33717381954193115, 0.4728066921234131, 0.7417215704917908, 0.1965060532093048, -0.14034509658813477, -0.4294944703578949, 0.29719680547714233, -0.8659998178482056, 0.6320169568061829, -0.20135203003883362, -1.0051981210708618, 0.11150477081537247, 0.89717036485672, -0.3789638876914978, -1.2094873189926147, 1.0605158805847168, -0.6887930631637573, 0.1601787656545639, -0.6767613887786865, -0.1466120481491089, -0.07118505239486694, -0.005096566863358021, -0.6088159680366516, 0.7567102909088135, 0.5872672200202942, -0.4995273947715759, 0.21429459750652313, -0.26029887795448303, -0.3915141522884369, 0.38824892044067383, -0.07935450226068497, -0.21858902275562286, 0.7138333320617676, -0.6647080183029175, -0.26932796835899353, 0.2942770719528198, 0.23689374327659607, -0.357060968875885, -0.7931920289993286, 0.08478114753961563, -0.0578625313937664, 1.550750494003296, -0.038688160479068756, -0.35861101746559143, -0.6793835163116455, -1.1506236791610718, -0.07070805877447128, 0.6886888146400452, -0.9194989204406738, -0.27839481830596924, -0.04640991985797882, -0.26169294118881226, 0.08994923532009125, 0.7390591502189636, -1.1194050312042236, 0.28327271342277527, -0.05092678219079971, -0.22794707119464874, 0.827105700969696, 0.1538723260164261, 0.24758954346179962, 0.1491345465183258, 0.4295869469642639, 0.5277256369590759, 0.11115211248397827, 0.6835878491401672, -0.3472038209438324, -0.969434916973114, 0.615463137626648, 0.25266391038894653, 0.8121446371078491, -0.4994531571865082, 0.26850953698158264, 0.27025526762008667, -0.3409680724143982, -0.5682374238967896, -0.310283362865448, 0.0902574211359024, 0.14930550754070282, 0.11142519861459732, -0.5721712112426758, -0.6576129794120789, -0.968913733959198, -0.1359066367149353, -0.4314376413822174, -0.357156902551651, 0.21006949245929718, 0.579290509223938, -1.1975524425506592, 0.41288772225379944, -0.7705625295639038, -0.7038738131523132, -0.010655343532562256, -0.19338122010231018, 0.7540654540061951, 0.43240174651145935, 0.5033969879150391, -0.6397149562835693, -0.5661991834640503, -0.2247016876935959, -1.0333750247955322, -0.13280518352985382, 0.24819643795490265, 0.30657392740249634, -0.13423340022563934, -0.2744963765144348, -0.4874032139778137, 0.8100387454032898, 0.1478918045759201, -0.539189875125885, 0.5220762491226196, -0.3020315170288086, 0.17224815487861633, -0.6369150876998901, -0.06916850060224533, -0.6616765260696411, -0.0009069949155673385, -0.3608303964138031, -0.5737441778182983, 0.14772287011146545, 0.07017481327056885, -0.16065485775470734, 0.28808411955833435, -0.909277081489563, -0.001085430383682251, -0.7442210912704468, 0.3790722191333771, 0.0639476329088211, -0.31450825929641724, -0.01751725748181343, 1.000038504600525, 0.7784460186958313, -0.38480469584465027, 0.7217442393302917, 0.44400399923324585, 0.1903613954782486, 0.7630519866943359, -0.1872512400150299, 0.16478219628334045, -0.5245417356491089, -0.1216108426451683, -0.8887602090835571, -1.0982944965362549, 0.7320572137832642, -0.6114251017570496, 0.36542874574661255, -0.42778700590133667, 0.2589161992073059, -0.6919256448745728, -0.038853589445352554, 0.4808604121208191, -0.059363268315792084, -0.686394989490509, 0.5232570767402649, 0.45317524671554565, -0.2019241750240326, -0.6609034538269043, -0.5301569700241089, 0.39365869760513306, 0.6154114603996277, -0.16390353441238403, 0.06878556311130524, 0.14941050112247467, -0.5441926121711731, -0.04080259054899216, -0.3869193494319916, -0.45766744017601013, 0.054224323481321335, 0.13053451478481293, -0.005750733427703381, -0.40482035279273987, -0.0868031233549118, -0.3584202229976654, -0.4656122624874115, 0.21876494586467743, 0.3011946380138397, -0.04096285626292229, -0.42599764466285706, -0.36198195815086365, -0.8881813883781433, 0.6719614267349243, 0.5370281934738159, 0.052815139293670654, 0.7555551528930664, 0.16819292306900024, -0.8014990091323853, -0.13532213866710663, -0.1760709285736084, 0.26968297362327576, -0.5588056445121765, 0.13849827647209167, -0.013484430499374866, -0.06374947726726532, 0.26297879219055176, 0.2538619041442871, -0.4300559163093567, 0.9276250600814819, -0.2615271508693695, -0.3592525124549866, 0.7960182428359985, 0.5974739789962769, 0.4958309531211853, 0.16503214836120605, -0.044541411101818085, 0.9007094502449036, -1.196651577949524, -0.6563176512718201, -0.7409548163414001, -0.1594567596912384, -0.4351082742214203, -0.032105933874845505, 0.6254410743713379, 0.29009905457496643, -0.1333388388156891, 0.47563934326171875, -0.5243486762046814, 0.35560351610183716, 1.0119842290878296, 0.35748639702796936, 0.34356969594955444, -0.7570229768753052, -0.2515777051448822, -0.14024297893047333, -0.9998159408569336, -0.2631373405456543, 0.8871029019355774, 0.22752615809440613, 0.8444606065750122, 0.5992543697357178, 0.6784542798995972, 0.1367231011390686, 0.2523827850818634, -0.30590325593948364, 0.3920295834541321, 0.437608540058136, -1.040114164352417, -0.42758387327194214, 0.021418537944555283, -0.9703339338302612, -0.14227524399757385, -0.034950267523527145, -0.4261709749698639, 0.7681735754013062, 0.00016574114852119237, -0.407670795917511, 0.7732731103897095, -0.4555831551551819, 0.7562877535820007, -0.4473652243614197, -0.026638904586434364, 0.4699097275733948, -0.7070639729499817, 0.4677427411079407, 0.12878794968128204, 0.62058424949646, -0.01557229459285736, -0.040786050260066986, 0.7104937434196472, -0.912915825843811, 0.2543866038322449, -0.6348398327827454, 0.22421309351921082, 0.2424696385860443, 0.5160627365112305, 0.5969954133033752, 0.43712443113327026, 0.10119900852441788, -0.2392088621854782, 0.041157811880111694, -0.8241122364997864, -0.21050600707530975, 0.6975153684616089, -0.7186893224716187, -0.686419665813446, -1.2355337142944336, 0.14438705146312714, 0.27347105741500854, 0.38930463790893555, 0.7959296107292175, 0.5714088082313538, 0.12895432114601135, 0.6805256605148315, 0.9888585805892944, -0.06885632872581482, 0.9166921377182007, 0.322447806596756, 0.09175135940313339, -0.21944871544837952, 0.7036823034286499, 0.266279011964798, -0.24707961082458496, -0.11939716339111328, 0.20913472771644592, -0.1106942743062973, -0.5917617082595825, -0.49990636110305786, 0.3701760172843933, -0.6731787919998169, -0.18303899466991425, -0.6243735551834106, -0.6043766736984253, -0.5117589831352234, 0.06927366554737091, -0.7147685289382935, 0.23979036509990692, -0.7753564119338989, -0.10574918985366821, 0.043234217911958694, 0.9792006611824036, -0.5893123745918274, 0.5805227160453796, -1.1218583583831787, 0.19345822930335999, -0.07949870824813843, 0.7921057939529419, 0.2139575183391571, -0.7344390153884888, -0.3975420594215393, -0.1159263625741005, -0.37299099564552307, -1.3576761484146118, 0.21404919028282166, -0.2454138547182083, 0.2309403419494629, 0.6145402789115906, 0.13977070152759552, 0.5258240699768066, -0.3432632386684418, 0.7029102444648743, -0.05701711028814316, -0.7069289684295654, 0.7934494018554688, -0.5026896595954895, 0.49635371565818787, 0.9766000509262085, 0.5333841443061829, -0.7984005808830261, 0.035741329193115234, -1.041123628616333, -0.6008692979812622, 0.38426414132118225, 0.11928926408290863, -0.03601069375872612, -0.6659560799598694, -0.05401993542909622, -0.16143813729286194, 0.604374349117279, -1.0390697717666626, -0.7858361005783081, 0.25766947865486145, 0.5277301073074341, 0.08168576657772064, -0.5653402209281921, 0.2088065892457962, -0.5444163084030151, 1.0657771825790405, 0.45109397172927856, 0.3274496793746948, 0.8406059145927429, 0.46492400765419006, -0.3823159635066986, 0.09252463281154633, 0.766269326210022, 0.6666229963302612, -0.5239793658256531, -0.2908029556274414, -0.08827545493841171, -0.9143403172492981, 0.059274859726428986, 0.11168916523456573, -0.013455775566399097, 0.9082115292549133, 0.5793079733848572, 0.25397080183029175, 0.4514283239841461, -0.7264604568481445, 0.8859450221061707, -0.14954206347465515, -0.12472905218601227, -1.0677244663238525, 0.19486172497272491, -0.2398495376110077, 0.5006404519081116, 1.0061330795288086, 0.5250046253204346, -0.04763001948595047, -0.8143380284309387, -0.014735984615981579, 0.6939172148704529, -0.709112286567688, -0.17449818551540375, 0.9448537826538086, 0.38471004366874695, -1.2953052520751953, 1.106776475906372, -0.5381771326065063, -0.5603322982788086, 0.9121299982070923, 0.5229567289352417, 1.1221849918365479, -0.4420414865016937, 0.0008673321572132409, 0.2662237286567688, 0.41378411650657654, 0.542317271232605, 1.0869630575180054, 0.4314131736755371, -0.7931064367294312, 0.8826578855514526, -0.24776022136211395, -0.403611421585083, -0.053475987166166306, -0.4285987317562103, 0.16892218589782715, -0.44061940908432007, -0.10713013261556625, -0.34441888332366943, 0.2854315936565399, -0.7072039842605591, 0.4280765950679779, -0.08385615050792694, 0.8653066754341125, -0.855372428894043, 0.47207650542259216, 0.6354703903198242, -0.3337355852127075, -0.8508187532424927, -0.2619844675064087, -0.11448463052511215, -0.6389464139938354, 0.30214792490005493, -0.45541033148765564, 0.04439876601099968, 0.09623489528894424, -0.6491516828536987, -1.1778275966644287, 0.9093633890151978, -0.6396121382713318, -0.2784460484981537, 0.20464053750038147, -0.11514749377965927, 0.28811708092689514, -0.2524644136428833, 0.010661333799362183, 0.4187657833099365, 0.7489398121833801, 0.28446540236473083, -0.772705614566803, -0.36948853731155396, 0.001503425883129239, -0.44474783539772034, 0.7582978010177612, -0.6002103686332703, 1.1840778589248657, -0.5563538670539856, -0.05965452268719673, 0.443844735622406, 0.24690911173820496, 0.21076209843158722, 0.6629217863082886, 0.1442081779241562, 0.728226363658905, 1.070120930671692, -0.40835270285606384, 0.8811811208724976, 0.2643279731273651, 0.4743088185787201, 0.7238500714302063, -0.6487724184989929, 0.7513747215270996, 0.3181048333644867, -0.568292498588562, 0.9228013753890991, 1.290606141090393, -0.15699172019958496, 0.807937502861023, 0.051364827901124954, -1.0816007852554321, 0.32583314180374146, -0.20724773406982422, -0.753006637096405, 0.315025269985199, 0.1905587762594223, -0.6920982003211975, -0.5770309567451477, -0.24046508967876434, -0.35662803053855896, -0.1155286431312561, -0.7631728053092957, 0.672057032585144, -0.016969051212072372, -0.510367751121521, 0.18857517838478088, 0.28774985671043396, 0.17368446290493011, -0.5235737562179565, -0.02939419075846672, -0.22823604941368103, 0.26606565713882446, -0.5670852661132812, -0.523452639579773, 0.5724431276321411, -0.3243022561073303, -0.5343254804611206, 0.1814747154712677, 0.7635871171951294, -0.16923776268959045, -0.4515410363674164, 0.32472753524780273, 0.6959525942802429, 0.16658525168895721, 0.42502841353416443, -0.23511254787445068, 0.244806170463562, -0.0804482251405716, -0.06651586294174194, 0.27714771032333374, 0.3449169993400574, 0.22435644268989563, 0.44501423835754395, 0.43285688757896423, -0.018087321892380714, -0.10736502707004547, -0.38281989097595215, 0.4124937951564789, -0.9542786478996277, -0.5713285207748413, -0.6307113766670227, 0.27406612038612366, -0.023154208436608315, -1.0836422443389893, 0.41451722383499146, 1.4406687021255493, 1.0359985828399658, -0.47563815116882324, 1.0672272443771362, -0.218185156583786, 0.9594789743423462, 0.4148309826850891, 0.5420441627502441, -0.6030411720275879, 0.038353465497493744, -0.43644028902053833, -1.076963186264038, -0.3571634590625763, 0.45393919944763184, -0.022899705916643143, -0.3429865837097168, 0.8725714683532715, 0.5887161493301392, -0.3347362279891968, -0.11727998405694962, 0.04848732799291611, -0.029941871762275696, -0.12433813512325287, 0.5145373344421387, 0.7648401856422424, -0.9344304203987122, -0.10680444538593292, -0.21577775478363037, -0.6382725238800049, -0.5047284364700317, -0.9632012248039246, -0.12959377467632294, -0.1603780835866928, 0.035343267023563385, -0.5662806034088135, 0.0025570630095899105, 1.2083247900009155, 0.5684952735900879, -1.1113989353179932, -0.5303788781166077, 0.33718571066856384, 0.3920419216156006, -0.18747897446155548, -0.24202410876750946, 0.29845690727233887, 0.15382236242294312, -0.5908880233764648, 0.6875663995742798, 0.8089624643325806, 0.20888888835906982, 0.19554778933525085, 0.15893001854419708, -0.8229475021362305, -0.1491345912218094, 0.1744045466184616, 0.9450567364692688, -0.939853847026825, -0.7114845514297485, -0.031684648245573044, -0.27094894647598267, -0.05765758082270622, 0.17102079093456268, -0.404634565114975, 0.5180680155754089, 0.3459150195121765, 0.4993349015712738, 0.056161247193813324, -0.05474662780761719, 0.5409559011459351, -0.9069055318832397, 0.09426012635231018, 0.4134364128112793, 0.4154116213321686, -0.4000864624977112, -0.5910195112228394, 0.6713424324989319, 1.0073974132537842, -0.6594868302345276, -0.8743270039558411, -0.1984671801328659, -1.0016005039215088, 0.04189702868461609, 0.676275908946991, 0.500952422618866, -0.4806514382362366, -0.4174497723579407, -0.561740517616272, -0.12546734511852264, -0.13699674606323242, 0.7621601819992065, 1.1796802282333374, -0.7432092428207397, 0.07975746691226959, -1.0386394262313843, 0.6594984531402588, -0.2419453114271164, -0.34575819969177246, -0.486443430185318, 0.3832801580429077, 0.3523697257041931, 0.4404810070991516, 0.6148121953010559, 0.14084722101688385, 0.8338431119918823, 0.3126053214073181, -0.17026856541633606, 0.2698981761932373, -0.45592013001441956, -0.028932824730873108, -0.057962577790021896, 0.3101596534252167, -1.0262155532836914 ]
vikp/pdf_postprocessor_t5
vikp
2023-11-30T00:44:59Z
0
0
null
[ "transformers", "pytorch", "t5", "token-classification", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T00:44:59Z
2023-11-30T00:44:29.000Z
null
null
Entry not found
null
transformers
token-classification
null
null
null
null
null
null
null
null
null
vikp/pdf_postprocessor_t5
[ -0.3227650821208954, -0.22568479180335999, 0.8622263669967651, 0.4346153140068054, -0.5282987952232361, 0.7012966871261597, 0.7915722727775574, 0.07618651539087296, 0.7746027112007141, 0.2563222348690033, -0.7852821350097656, -0.225738525390625, -0.910447895526886, 0.5715667009353638, -0.3992331027984619, 0.5791246294975281, -0.14494472742080688, -0.10751137882471085, 0.28233787417411804, -0.27689510583877563, -0.5409226417541504, -0.36855220794677734, -1.1902778148651123, 0.06149188429117203, 0.5316580533981323, 0.7435144186019897, 0.7584060430526733, 0.36521705985069275, 0.6432579159736633, 0.3932287096977234, -0.23138964176177979, 0.48270511627197266, -0.04171810299158096, 0.002603815635666251, -0.3524436354637146, -0.5516895651817322, -0.2859657406806946, 0.07584782689809799, 1.0961304903030396, 0.9666879773139954, -0.28466349840164185, 0.053308259695768356, -0.3063623905181885, 0.330888956785202, -0.4973430633544922, 0.3054102957248688, -0.022506114095449448, 0.1631881296634674, -0.704151451587677, -0.5535354614257812, 0.012795070186257362, -0.7361217737197876, 0.17926563322544098, -0.6900809407234192, 0.8269098997116089, 0.18583178520202637, 1.1533750295639038, 0.14819398522377014, -0.46248680353164673, -0.8161759376525879, -0.6538987159729004, 0.5711169242858887, -0.3270370364189148, 0.39680245518684387, 0.7028233408927917, -0.04857322946190834, -0.9820329546928406, -0.6745741963386536, -0.46466198563575745, 0.2923963963985443, 0.35402780771255493, -0.3411676287651062, -0.17522099614143372, -0.3058988153934479, 0.15792039036750793, 0.12811486423015594, -0.4841993451118469, -0.5543919801712036, -0.5475161075592041, -0.39602524042129517, 0.6206659078598022, 0.34829509258270264, 0.24291770160198212, -0.1888420283794403, -0.32285842299461365, 0.08801640570163727, -0.4160856604576111, 0.3402568995952606, 0.6335517764091492, 0.7114019989967346, -0.5811446905136108, 0.5602161288261414, -0.04927580803632736, 0.7439701557159424, 0.11445532739162445, -0.274780809879303, 0.4146057963371277, -0.14724723994731903, 0.05517204478383064, 0.4226349890232086, 0.3152444660663605, 0.2841312289237976, -0.3273698687553406, 0.20322313904762268, -0.32151415944099426, -0.3049620985984802, -0.22332200407981873, -0.29490751028060913, -0.3592180609703064, 0.549228847026825, -0.33140167593955994, -0.4285549223423004, 1.1431758403778076, -0.42007675766944885, -0.7302225232124329, 0.33156388998031616, 0.40652090311050415, -0.09944802522659302, -0.371465265750885, -0.05226041004061699, -0.845879077911377, -0.007907496765255928, 0.749117374420166, -0.7198967933654785, 0.33717381954193115, 0.4728066921234131, 0.7417215704917908, 0.1965060532093048, -0.14034509658813477, -0.4294944703578949, 0.29719680547714233, -0.8659998178482056, 0.6320169568061829, -0.20135203003883362, -1.0051981210708618, 0.11150477081537247, 0.89717036485672, -0.3789638876914978, -1.2094873189926147, 1.0605158805847168, -0.6887930631637573, 0.1601787656545639, -0.6767613887786865, -0.1466120481491089, -0.07118505239486694, -0.005096566863358021, -0.6088159680366516, 0.7567102909088135, 0.5872672200202942, -0.4995273947715759, 0.21429459750652313, -0.26029887795448303, -0.3915141522884369, 0.38824892044067383, -0.07935450226068497, -0.21858902275562286, 0.7138333320617676, -0.6647080183029175, -0.26932796835899353, 0.2942770719528198, 0.23689374327659607, -0.357060968875885, -0.7931920289993286, 0.08478114753961563, -0.0578625313937664, 1.550750494003296, -0.038688160479068756, -0.35861101746559143, -0.6793835163116455, -1.1506236791610718, -0.07070805877447128, 0.6886888146400452, -0.9194989204406738, -0.27839481830596924, -0.04640991985797882, -0.26169294118881226, 0.08994923532009125, 0.7390591502189636, -1.1194050312042236, 0.28327271342277527, -0.05092678219079971, -0.22794707119464874, 0.827105700969696, 0.1538723260164261, 0.24758954346179962, 0.1491345465183258, 0.4295869469642639, 0.5277256369590759, 0.11115211248397827, 0.6835878491401672, -0.3472038209438324, -0.969434916973114, 0.615463137626648, 0.25266391038894653, 0.8121446371078491, -0.4994531571865082, 0.26850953698158264, 0.27025526762008667, -0.3409680724143982, -0.5682374238967896, -0.310283362865448, 0.0902574211359024, 0.14930550754070282, 0.11142519861459732, -0.5721712112426758, -0.6576129794120789, -0.968913733959198, -0.1359066367149353, -0.4314376413822174, -0.357156902551651, 0.21006949245929718, 0.579290509223938, -1.1975524425506592, 0.41288772225379944, -0.7705625295639038, -0.7038738131523132, -0.010655343532562256, -0.19338122010231018, 0.7540654540061951, 0.43240174651145935, 0.5033969879150391, -0.6397149562835693, -0.5661991834640503, -0.2247016876935959, -1.0333750247955322, -0.13280518352985382, 0.24819643795490265, 0.30657392740249634, -0.13423340022563934, -0.2744963765144348, -0.4874032139778137, 0.8100387454032898, 0.1478918045759201, -0.539189875125885, 0.5220762491226196, -0.3020315170288086, 0.17224815487861633, -0.6369150876998901, -0.06916850060224533, -0.6616765260696411, -0.0009069949155673385, -0.3608303964138031, -0.5737441778182983, 0.14772287011146545, 0.07017481327056885, -0.16065485775470734, 0.28808411955833435, -0.909277081489563, -0.001085430383682251, -0.7442210912704468, 0.3790722191333771, 0.0639476329088211, -0.31450825929641724, -0.01751725748181343, 1.000038504600525, 0.7784460186958313, -0.38480469584465027, 0.7217442393302917, 0.44400399923324585, 0.1903613954782486, 0.7630519866943359, -0.1872512400150299, 0.16478219628334045, -0.5245417356491089, -0.1216108426451683, -0.8887602090835571, -1.0982944965362549, 0.7320572137832642, -0.6114251017570496, 0.36542874574661255, -0.42778700590133667, 0.2589161992073059, -0.6919256448745728, -0.038853589445352554, 0.4808604121208191, -0.059363268315792084, -0.686394989490509, 0.5232570767402649, 0.45317524671554565, -0.2019241750240326, -0.6609034538269043, -0.5301569700241089, 0.39365869760513306, 0.6154114603996277, -0.16390353441238403, 0.06878556311130524, 0.14941050112247467, -0.5441926121711731, -0.04080259054899216, -0.3869193494319916, -0.45766744017601013, 0.054224323481321335, 0.13053451478481293, -0.005750733427703381, -0.40482035279273987, -0.0868031233549118, -0.3584202229976654, -0.4656122624874115, 0.21876494586467743, 0.3011946380138397, -0.04096285626292229, -0.42599764466285706, -0.36198195815086365, -0.8881813883781433, 0.6719614267349243, 0.5370281934738159, 0.052815139293670654, 0.7555551528930664, 0.16819292306900024, -0.8014990091323853, -0.13532213866710663, -0.1760709285736084, 0.26968297362327576, -0.5588056445121765, 0.13849827647209167, -0.013484430499374866, -0.06374947726726532, 0.26297879219055176, 0.2538619041442871, -0.4300559163093567, 0.9276250600814819, -0.2615271508693695, -0.3592525124549866, 0.7960182428359985, 0.5974739789962769, 0.4958309531211853, 0.16503214836120605, -0.044541411101818085, 0.9007094502449036, -1.196651577949524, -0.6563176512718201, -0.7409548163414001, -0.1594567596912384, -0.4351082742214203, -0.032105933874845505, 0.6254410743713379, 0.29009905457496643, -0.1333388388156891, 0.47563934326171875, -0.5243486762046814, 0.35560351610183716, 1.0119842290878296, 0.35748639702796936, 0.34356969594955444, -0.7570229768753052, -0.2515777051448822, -0.14024297893047333, -0.9998159408569336, -0.2631373405456543, 0.8871029019355774, 0.22752615809440613, 0.8444606065750122, 0.5992543697357178, 0.6784542798995972, 0.1367231011390686, 0.2523827850818634, -0.30590325593948364, 0.3920295834541321, 0.437608540058136, -1.040114164352417, -0.42758387327194214, 0.021418537944555283, -0.9703339338302612, -0.14227524399757385, -0.034950267523527145, -0.4261709749698639, 0.7681735754013062, 0.00016574114852119237, -0.407670795917511, 0.7732731103897095, -0.4555831551551819, 0.7562877535820007, -0.4473652243614197, -0.026638904586434364, 0.4699097275733948, -0.7070639729499817, 0.4677427411079407, 0.12878794968128204, 0.62058424949646, -0.01557229459285736, -0.040786050260066986, 0.7104937434196472, -0.912915825843811, 0.2543866038322449, -0.6348398327827454, 0.22421309351921082, 0.2424696385860443, 0.5160627365112305, 0.5969954133033752, 0.43712443113327026, 0.10119900852441788, -0.2392088621854782, 0.041157811880111694, -0.8241122364997864, -0.21050600707530975, 0.6975153684616089, -0.7186893224716187, -0.686419665813446, -1.2355337142944336, 0.14438705146312714, 0.27347105741500854, 0.38930463790893555, 0.7959296107292175, 0.5714088082313538, 0.12895432114601135, 0.6805256605148315, 0.9888585805892944, -0.06885632872581482, 0.9166921377182007, 0.322447806596756, 0.09175135940313339, -0.21944871544837952, 0.7036823034286499, 0.266279011964798, -0.24707961082458496, -0.11939716339111328, 0.20913472771644592, -0.1106942743062973, -0.5917617082595825, -0.49990636110305786, 0.3701760172843933, -0.6731787919998169, -0.18303899466991425, -0.6243735551834106, -0.6043766736984253, -0.5117589831352234, 0.06927366554737091, -0.7147685289382935, 0.23979036509990692, -0.7753564119338989, -0.10574918985366821, 0.043234217911958694, 0.9792006611824036, -0.5893123745918274, 0.5805227160453796, -1.1218583583831787, 0.19345822930335999, -0.07949870824813843, 0.7921057939529419, 0.2139575183391571, -0.7344390153884888, -0.3975420594215393, -0.1159263625741005, -0.37299099564552307, -1.3576761484146118, 0.21404919028282166, -0.2454138547182083, 0.2309403419494629, 0.6145402789115906, 0.13977070152759552, 0.5258240699768066, -0.3432632386684418, 0.7029102444648743, -0.05701711028814316, -0.7069289684295654, 0.7934494018554688, -0.5026896595954895, 0.49635371565818787, 0.9766000509262085, 0.5333841443061829, -0.7984005808830261, 0.035741329193115234, -1.041123628616333, -0.6008692979812622, 0.38426414132118225, 0.11928926408290863, -0.03601069375872612, -0.6659560799598694, -0.05401993542909622, -0.16143813729286194, 0.604374349117279, -1.0390697717666626, -0.7858361005783081, 0.25766947865486145, 0.5277301073074341, 0.08168576657772064, -0.5653402209281921, 0.2088065892457962, -0.5444163084030151, 1.0657771825790405, 0.45109397172927856, 0.3274496793746948, 0.8406059145927429, 0.46492400765419006, -0.3823159635066986, 0.09252463281154633, 0.766269326210022, 0.6666229963302612, -0.5239793658256531, -0.2908029556274414, -0.08827545493841171, -0.9143403172492981, 0.059274859726428986, 0.11168916523456573, -0.013455775566399097, 0.9082115292549133, 0.5793079733848572, 0.25397080183029175, 0.4514283239841461, -0.7264604568481445, 0.8859450221061707, -0.14954206347465515, -0.12472905218601227, -1.0677244663238525, 0.19486172497272491, -0.2398495376110077, 0.5006404519081116, 1.0061330795288086, 0.5250046253204346, -0.04763001948595047, -0.8143380284309387, -0.014735984615981579, 0.6939172148704529, -0.709112286567688, -0.17449818551540375, 0.9448537826538086, 0.38471004366874695, -1.2953052520751953, 1.106776475906372, -0.5381771326065063, -0.5603322982788086, 0.9121299982070923, 0.5229567289352417, 1.1221849918365479, -0.4420414865016937, 0.0008673321572132409, 0.2662237286567688, 0.41378411650657654, 0.542317271232605, 1.0869630575180054, 0.4314131736755371, -0.7931064367294312, 0.8826578855514526, -0.24776022136211395, -0.403611421585083, -0.053475987166166306, -0.4285987317562103, 0.16892218589782715, -0.44061940908432007, -0.10713013261556625, -0.34441888332366943, 0.2854315936565399, -0.7072039842605591, 0.4280765950679779, -0.08385615050792694, 0.8653066754341125, -0.855372428894043, 0.47207650542259216, 0.6354703903198242, -0.3337355852127075, -0.8508187532424927, -0.2619844675064087, -0.11448463052511215, -0.6389464139938354, 0.30214792490005493, -0.45541033148765564, 0.04439876601099968, 0.09623489528894424, -0.6491516828536987, -1.1778275966644287, 0.9093633890151978, -0.6396121382713318, -0.2784460484981537, 0.20464053750038147, -0.11514749377965927, 0.28811708092689514, -0.2524644136428833, 0.010661333799362183, 0.4187657833099365, 0.7489398121833801, 0.28446540236473083, -0.772705614566803, -0.36948853731155396, 0.001503425883129239, -0.44474783539772034, 0.7582978010177612, -0.6002103686332703, 1.1840778589248657, -0.5563538670539856, -0.05965452268719673, 0.443844735622406, 0.24690911173820496, 0.21076209843158722, 0.6629217863082886, 0.1442081779241562, 0.728226363658905, 1.070120930671692, -0.40835270285606384, 0.8811811208724976, 0.2643279731273651, 0.4743088185787201, 0.7238500714302063, -0.6487724184989929, 0.7513747215270996, 0.3181048333644867, -0.568292498588562, 0.9228013753890991, 1.290606141090393, -0.15699172019958496, 0.807937502861023, 0.051364827901124954, -1.0816007852554321, 0.32583314180374146, -0.20724773406982422, -0.753006637096405, 0.315025269985199, 0.1905587762594223, -0.6920982003211975, -0.5770309567451477, -0.24046508967876434, -0.35662803053855896, -0.1155286431312561, -0.7631728053092957, 0.672057032585144, -0.016969051212072372, -0.510367751121521, 0.18857517838478088, 0.28774985671043396, 0.17368446290493011, -0.5235737562179565, -0.02939419075846672, -0.22823604941368103, 0.26606565713882446, -0.5670852661132812, -0.523452639579773, 0.5724431276321411, -0.3243022561073303, -0.5343254804611206, 0.1814747154712677, 0.7635871171951294, -0.16923776268959045, -0.4515410363674164, 0.32472753524780273, 0.6959525942802429, 0.16658525168895721, 0.42502841353416443, -0.23511254787445068, 0.244806170463562, -0.0804482251405716, -0.06651586294174194, 0.27714771032333374, 0.3449169993400574, 0.22435644268989563, 0.44501423835754395, 0.43285688757896423, -0.018087321892380714, -0.10736502707004547, -0.38281989097595215, 0.4124937951564789, -0.9542786478996277, -0.5713285207748413, -0.6307113766670227, 0.27406612038612366, -0.023154208436608315, -1.0836422443389893, 0.41451722383499146, 1.4406687021255493, 1.0359985828399658, -0.47563815116882324, 1.0672272443771362, -0.218185156583786, 0.9594789743423462, 0.4148309826850891, 0.5420441627502441, -0.6030411720275879, 0.038353465497493744, -0.43644028902053833, -1.076963186264038, -0.3571634590625763, 0.45393919944763184, -0.022899705916643143, -0.3429865837097168, 0.8725714683532715, 0.5887161493301392, -0.3347362279891968, -0.11727998405694962, 0.04848732799291611, -0.029941871762275696, -0.12433813512325287, 0.5145373344421387, 0.7648401856422424, -0.9344304203987122, -0.10680444538593292, -0.21577775478363037, -0.6382725238800049, -0.5047284364700317, -0.9632012248039246, -0.12959377467632294, -0.1603780835866928, 0.035343267023563385, -0.5662806034088135, 0.0025570630095899105, 1.2083247900009155, 0.5684952735900879, -1.1113989353179932, -0.5303788781166077, 0.33718571066856384, 0.3920419216156006, -0.18747897446155548, -0.24202410876750946, 0.29845690727233887, 0.15382236242294312, -0.5908880233764648, 0.6875663995742798, 0.8089624643325806, 0.20888888835906982, 0.19554778933525085, 0.15893001854419708, -0.8229475021362305, -0.1491345912218094, 0.1744045466184616, 0.9450567364692688, -0.939853847026825, -0.7114845514297485, -0.031684648245573044, -0.27094894647598267, -0.05765758082270622, 0.17102079093456268, -0.404634565114975, 0.5180680155754089, 0.3459150195121765, 0.4993349015712738, 0.056161247193813324, -0.05474662780761719, 0.5409559011459351, -0.9069055318832397, 0.09426012635231018, 0.4134364128112793, 0.4154116213321686, -0.4000864624977112, -0.5910195112228394, 0.6713424324989319, 1.0073974132537842, -0.6594868302345276, -0.8743270039558411, -0.1984671801328659, -1.0016005039215088, 0.04189702868461609, 0.676275908946991, 0.500952422618866, -0.4806514382362366, -0.4174497723579407, -0.561740517616272, -0.12546734511852264, -0.13699674606323242, 0.7621601819992065, 1.1796802282333374, -0.7432092428207397, 0.07975746691226959, -1.0386394262313843, 0.6594984531402588, -0.2419453114271164, -0.34575819969177246, -0.486443430185318, 0.3832801580429077, 0.3523697257041931, 0.4404810070991516, 0.6148121953010559, 0.14084722101688385, 0.8338431119918823, 0.3126053214073181, -0.17026856541633606, 0.2698981761932373, -0.45592013001441956, -0.028932824730873108, -0.057962577790021896, 0.3101596534252167, -1.0262155532836914 ]
rodrigomokipo/bowie3
rodrigomokipo
2023-11-30T00:45:46Z
0
0
null
[ "region:us" ]
2023-11-30T00:45:46Z
2023-11-30T00:45:11.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
rodrigomokipo/bowie3
[ -0.3227650821208954, -0.22568479180335999, 0.8622263669967651, 0.4346153140068054, -0.5282987952232361, 0.7012966871261597, 0.7915722727775574, 0.07618651539087296, 0.7746027112007141, 0.2563222348690033, -0.7852821350097656, -0.225738525390625, -0.910447895526886, 0.5715667009353638, -0.3992331027984619, 0.5791246294975281, -0.14494472742080688, -0.10751137882471085, 0.28233787417411804, -0.27689510583877563, -0.5409226417541504, -0.36855220794677734, -1.1902778148651123, 0.06149188429117203, 0.5316580533981323, 0.7435144186019897, 0.7584060430526733, 0.36521705985069275, 0.6432579159736633, 0.3932287096977234, -0.23138964176177979, 0.48270511627197266, -0.04171810299158096, 0.002603815635666251, -0.3524436354637146, -0.5516895651817322, -0.2859657406806946, 0.07584782689809799, 1.0961304903030396, 0.9666879773139954, -0.28466349840164185, 0.053308259695768356, -0.3063623905181885, 0.330888956785202, -0.4973430633544922, 0.3054102957248688, -0.022506114095449448, 0.1631881296634674, -0.704151451587677, -0.5535354614257812, 0.012795070186257362, -0.7361217737197876, 0.17926563322544098, -0.6900809407234192, 0.8269098997116089, 0.18583178520202637, 1.1533750295639038, 0.14819398522377014, -0.46248680353164673, -0.8161759376525879, -0.6538987159729004, 0.5711169242858887, -0.3270370364189148, 0.39680245518684387, 0.7028233408927917, -0.04857322946190834, -0.9820329546928406, -0.6745741963386536, -0.46466198563575745, 0.2923963963985443, 0.35402780771255493, -0.3411676287651062, -0.17522099614143372, -0.3058988153934479, 0.15792039036750793, 0.12811486423015594, -0.4841993451118469, -0.5543919801712036, -0.5475161075592041, -0.39602524042129517, 0.6206659078598022, 0.34829509258270264, 0.24291770160198212, -0.1888420283794403, -0.32285842299461365, 0.08801640570163727, -0.4160856604576111, 0.3402568995952606, 0.6335517764091492, 0.7114019989967346, -0.5811446905136108, 0.5602161288261414, -0.04927580803632736, 0.7439701557159424, 0.11445532739162445, -0.274780809879303, 0.4146057963371277, -0.14724723994731903, 0.05517204478383064, 0.4226349890232086, 0.3152444660663605, 0.2841312289237976, -0.3273698687553406, 0.20322313904762268, -0.32151415944099426, -0.3049620985984802, -0.22332200407981873, -0.29490751028060913, -0.3592180609703064, 0.549228847026825, -0.33140167593955994, -0.4285549223423004, 1.1431758403778076, -0.42007675766944885, -0.7302225232124329, 0.33156388998031616, 0.40652090311050415, -0.09944802522659302, -0.371465265750885, -0.05226041004061699, -0.845879077911377, -0.007907496765255928, 0.749117374420166, -0.7198967933654785, 0.33717381954193115, 0.4728066921234131, 0.7417215704917908, 0.1965060532093048, -0.14034509658813477, -0.4294944703578949, 0.29719680547714233, -0.8659998178482056, 0.6320169568061829, -0.20135203003883362, -1.0051981210708618, 0.11150477081537247, 0.89717036485672, -0.3789638876914978, -1.2094873189926147, 1.0605158805847168, -0.6887930631637573, 0.1601787656545639, -0.6767613887786865, -0.1466120481491089, -0.07118505239486694, -0.005096566863358021, -0.6088159680366516, 0.7567102909088135, 0.5872672200202942, -0.4995273947715759, 0.21429459750652313, -0.26029887795448303, -0.3915141522884369, 0.38824892044067383, -0.07935450226068497, -0.21858902275562286, 0.7138333320617676, -0.6647080183029175, -0.26932796835899353, 0.2942770719528198, 0.23689374327659607, -0.357060968875885, -0.7931920289993286, 0.08478114753961563, -0.0578625313937664, 1.550750494003296, -0.038688160479068756, -0.35861101746559143, -0.6793835163116455, -1.1506236791610718, -0.07070805877447128, 0.6886888146400452, -0.9194989204406738, -0.27839481830596924, -0.04640991985797882, -0.26169294118881226, 0.08994923532009125, 0.7390591502189636, -1.1194050312042236, 0.28327271342277527, -0.05092678219079971, -0.22794707119464874, 0.827105700969696, 0.1538723260164261, 0.24758954346179962, 0.1491345465183258, 0.4295869469642639, 0.5277256369590759, 0.11115211248397827, 0.6835878491401672, -0.3472038209438324, -0.969434916973114, 0.615463137626648, 0.25266391038894653, 0.8121446371078491, -0.4994531571865082, 0.26850953698158264, 0.27025526762008667, -0.3409680724143982, -0.5682374238967896, -0.310283362865448, 0.0902574211359024, 0.14930550754070282, 0.11142519861459732, -0.5721712112426758, -0.6576129794120789, -0.968913733959198, -0.1359066367149353, -0.4314376413822174, -0.357156902551651, 0.21006949245929718, 0.579290509223938, -1.1975524425506592, 0.41288772225379944, -0.7705625295639038, -0.7038738131523132, -0.010655343532562256, -0.19338122010231018, 0.7540654540061951, 0.43240174651145935, 0.5033969879150391, -0.6397149562835693, -0.5661991834640503, -0.2247016876935959, -1.0333750247955322, -0.13280518352985382, 0.24819643795490265, 0.30657392740249634, -0.13423340022563934, -0.2744963765144348, -0.4874032139778137, 0.8100387454032898, 0.1478918045759201, -0.539189875125885, 0.5220762491226196, -0.3020315170288086, 0.17224815487861633, -0.6369150876998901, -0.06916850060224533, -0.6616765260696411, -0.0009069949155673385, -0.3608303964138031, -0.5737441778182983, 0.14772287011146545, 0.07017481327056885, -0.16065485775470734, 0.28808411955833435, -0.909277081489563, -0.001085430383682251, -0.7442210912704468, 0.3790722191333771, 0.0639476329088211, -0.31450825929641724, -0.01751725748181343, 1.000038504600525, 0.7784460186958313, -0.38480469584465027, 0.7217442393302917, 0.44400399923324585, 0.1903613954782486, 0.7630519866943359, -0.1872512400150299, 0.16478219628334045, -0.5245417356491089, -0.1216108426451683, -0.8887602090835571, -1.0982944965362549, 0.7320572137832642, -0.6114251017570496, 0.36542874574661255, -0.42778700590133667, 0.2589161992073059, -0.6919256448745728, -0.038853589445352554, 0.4808604121208191, -0.059363268315792084, -0.686394989490509, 0.5232570767402649, 0.45317524671554565, -0.2019241750240326, -0.6609034538269043, -0.5301569700241089, 0.39365869760513306, 0.6154114603996277, -0.16390353441238403, 0.06878556311130524, 0.14941050112247467, -0.5441926121711731, -0.04080259054899216, -0.3869193494319916, -0.45766744017601013, 0.054224323481321335, 0.13053451478481293, -0.005750733427703381, -0.40482035279273987, -0.0868031233549118, -0.3584202229976654, -0.4656122624874115, 0.21876494586467743, 0.3011946380138397, -0.04096285626292229, -0.42599764466285706, -0.36198195815086365, -0.8881813883781433, 0.6719614267349243, 0.5370281934738159, 0.052815139293670654, 0.7555551528930664, 0.16819292306900024, -0.8014990091323853, -0.13532213866710663, -0.1760709285736084, 0.26968297362327576, -0.5588056445121765, 0.13849827647209167, -0.013484430499374866, -0.06374947726726532, 0.26297879219055176, 0.2538619041442871, -0.4300559163093567, 0.9276250600814819, -0.2615271508693695, -0.3592525124549866, 0.7960182428359985, 0.5974739789962769, 0.4958309531211853, 0.16503214836120605, -0.044541411101818085, 0.9007094502449036, -1.196651577949524, -0.6563176512718201, -0.7409548163414001, -0.1594567596912384, -0.4351082742214203, -0.032105933874845505, 0.6254410743713379, 0.29009905457496643, -0.1333388388156891, 0.47563934326171875, -0.5243486762046814, 0.35560351610183716, 1.0119842290878296, 0.35748639702796936, 0.34356969594955444, -0.7570229768753052, -0.2515777051448822, -0.14024297893047333, -0.9998159408569336, -0.2631373405456543, 0.8871029019355774, 0.22752615809440613, 0.8444606065750122, 0.5992543697357178, 0.6784542798995972, 0.1367231011390686, 0.2523827850818634, -0.30590325593948364, 0.3920295834541321, 0.437608540058136, -1.040114164352417, -0.42758387327194214, 0.021418537944555283, -0.9703339338302612, -0.14227524399757385, -0.034950267523527145, -0.4261709749698639, 0.7681735754013062, 0.00016574114852119237, -0.407670795917511, 0.7732731103897095, -0.4555831551551819, 0.7562877535820007, -0.4473652243614197, -0.026638904586434364, 0.4699097275733948, -0.7070639729499817, 0.4677427411079407, 0.12878794968128204, 0.62058424949646, -0.01557229459285736, -0.040786050260066986, 0.7104937434196472, -0.912915825843811, 0.2543866038322449, -0.6348398327827454, 0.22421309351921082, 0.2424696385860443, 0.5160627365112305, 0.5969954133033752, 0.43712443113327026, 0.10119900852441788, -0.2392088621854782, 0.041157811880111694, -0.8241122364997864, -0.21050600707530975, 0.6975153684616089, -0.7186893224716187, -0.686419665813446, -1.2355337142944336, 0.14438705146312714, 0.27347105741500854, 0.38930463790893555, 0.7959296107292175, 0.5714088082313538, 0.12895432114601135, 0.6805256605148315, 0.9888585805892944, -0.06885632872581482, 0.9166921377182007, 0.322447806596756, 0.09175135940313339, -0.21944871544837952, 0.7036823034286499, 0.266279011964798, -0.24707961082458496, -0.11939716339111328, 0.20913472771644592, -0.1106942743062973, -0.5917617082595825, -0.49990636110305786, 0.3701760172843933, -0.6731787919998169, -0.18303899466991425, -0.6243735551834106, -0.6043766736984253, -0.5117589831352234, 0.06927366554737091, -0.7147685289382935, 0.23979036509990692, -0.7753564119338989, -0.10574918985366821, 0.043234217911958694, 0.9792006611824036, -0.5893123745918274, 0.5805227160453796, -1.1218583583831787, 0.19345822930335999, -0.07949870824813843, 0.7921057939529419, 0.2139575183391571, -0.7344390153884888, -0.3975420594215393, -0.1159263625741005, -0.37299099564552307, -1.3576761484146118, 0.21404919028282166, -0.2454138547182083, 0.2309403419494629, 0.6145402789115906, 0.13977070152759552, 0.5258240699768066, -0.3432632386684418, 0.7029102444648743, -0.05701711028814316, -0.7069289684295654, 0.7934494018554688, -0.5026896595954895, 0.49635371565818787, 0.9766000509262085, 0.5333841443061829, -0.7984005808830261, 0.035741329193115234, -1.041123628616333, -0.6008692979812622, 0.38426414132118225, 0.11928926408290863, -0.03601069375872612, -0.6659560799598694, -0.05401993542909622, -0.16143813729286194, 0.604374349117279, -1.0390697717666626, -0.7858361005783081, 0.25766947865486145, 0.5277301073074341, 0.08168576657772064, -0.5653402209281921, 0.2088065892457962, -0.5444163084030151, 1.0657771825790405, 0.45109397172927856, 0.3274496793746948, 0.8406059145927429, 0.46492400765419006, -0.3823159635066986, 0.09252463281154633, 0.766269326210022, 0.6666229963302612, -0.5239793658256531, -0.2908029556274414, -0.08827545493841171, -0.9143403172492981, 0.059274859726428986, 0.11168916523456573, -0.013455775566399097, 0.9082115292549133, 0.5793079733848572, 0.25397080183029175, 0.4514283239841461, -0.7264604568481445, 0.8859450221061707, -0.14954206347465515, -0.12472905218601227, -1.0677244663238525, 0.19486172497272491, -0.2398495376110077, 0.5006404519081116, 1.0061330795288086, 0.5250046253204346, -0.04763001948595047, -0.8143380284309387, -0.014735984615981579, 0.6939172148704529, -0.709112286567688, -0.17449818551540375, 0.9448537826538086, 0.38471004366874695, -1.2953052520751953, 1.106776475906372, -0.5381771326065063, -0.5603322982788086, 0.9121299982070923, 0.5229567289352417, 1.1221849918365479, -0.4420414865016937, 0.0008673321572132409, 0.2662237286567688, 0.41378411650657654, 0.542317271232605, 1.0869630575180054, 0.4314131736755371, -0.7931064367294312, 0.8826578855514526, -0.24776022136211395, -0.403611421585083, -0.053475987166166306, -0.4285987317562103, 0.16892218589782715, -0.44061940908432007, -0.10713013261556625, -0.34441888332366943, 0.2854315936565399, -0.7072039842605591, 0.4280765950679779, -0.08385615050792694, 0.8653066754341125, -0.855372428894043, 0.47207650542259216, 0.6354703903198242, -0.3337355852127075, -0.8508187532424927, -0.2619844675064087, -0.11448463052511215, -0.6389464139938354, 0.30214792490005493, -0.45541033148765564, 0.04439876601099968, 0.09623489528894424, -0.6491516828536987, -1.1778275966644287, 0.9093633890151978, -0.6396121382713318, -0.2784460484981537, 0.20464053750038147, -0.11514749377965927, 0.28811708092689514, -0.2524644136428833, 0.010661333799362183, 0.4187657833099365, 0.7489398121833801, 0.28446540236473083, -0.772705614566803, -0.36948853731155396, 0.001503425883129239, -0.44474783539772034, 0.7582978010177612, -0.6002103686332703, 1.1840778589248657, -0.5563538670539856, -0.05965452268719673, 0.443844735622406, 0.24690911173820496, 0.21076209843158722, 0.6629217863082886, 0.1442081779241562, 0.728226363658905, 1.070120930671692, -0.40835270285606384, 0.8811811208724976, 0.2643279731273651, 0.4743088185787201, 0.7238500714302063, -0.6487724184989929, 0.7513747215270996, 0.3181048333644867, -0.568292498588562, 0.9228013753890991, 1.290606141090393, -0.15699172019958496, 0.807937502861023, 0.051364827901124954, -1.0816007852554321, 0.32583314180374146, -0.20724773406982422, -0.753006637096405, 0.315025269985199, 0.1905587762594223, -0.6920982003211975, -0.5770309567451477, -0.24046508967876434, -0.35662803053855896, -0.1155286431312561, -0.7631728053092957, 0.672057032585144, -0.016969051212072372, -0.510367751121521, 0.18857517838478088, 0.28774985671043396, 0.17368446290493011, -0.5235737562179565, -0.02939419075846672, -0.22823604941368103, 0.26606565713882446, -0.5670852661132812, -0.523452639579773, 0.5724431276321411, -0.3243022561073303, -0.5343254804611206, 0.1814747154712677, 0.7635871171951294, -0.16923776268959045, -0.4515410363674164, 0.32472753524780273, 0.6959525942802429, 0.16658525168895721, 0.42502841353416443, -0.23511254787445068, 0.244806170463562, -0.0804482251405716, -0.06651586294174194, 0.27714771032333374, 0.3449169993400574, 0.22435644268989563, 0.44501423835754395, 0.43285688757896423, -0.018087321892380714, -0.10736502707004547, -0.38281989097595215, 0.4124937951564789, -0.9542786478996277, -0.5713285207748413, -0.6307113766670227, 0.27406612038612366, -0.023154208436608315, -1.0836422443389893, 0.41451722383499146, 1.4406687021255493, 1.0359985828399658, -0.47563815116882324, 1.0672272443771362, -0.218185156583786, 0.9594789743423462, 0.4148309826850891, 0.5420441627502441, -0.6030411720275879, 0.038353465497493744, -0.43644028902053833, -1.076963186264038, -0.3571634590625763, 0.45393919944763184, -0.022899705916643143, -0.3429865837097168, 0.8725714683532715, 0.5887161493301392, -0.3347362279891968, -0.11727998405694962, 0.04848732799291611, -0.029941871762275696, -0.12433813512325287, 0.5145373344421387, 0.7648401856422424, -0.9344304203987122, -0.10680444538593292, -0.21577775478363037, -0.6382725238800049, -0.5047284364700317, -0.9632012248039246, -0.12959377467632294, -0.1603780835866928, 0.035343267023563385, -0.5662806034088135, 0.0025570630095899105, 1.2083247900009155, 0.5684952735900879, -1.1113989353179932, -0.5303788781166077, 0.33718571066856384, 0.3920419216156006, -0.18747897446155548, -0.24202410876750946, 0.29845690727233887, 0.15382236242294312, -0.5908880233764648, 0.6875663995742798, 0.8089624643325806, 0.20888888835906982, 0.19554778933525085, 0.15893001854419708, -0.8229475021362305, -0.1491345912218094, 0.1744045466184616, 0.9450567364692688, -0.939853847026825, -0.7114845514297485, -0.031684648245573044, -0.27094894647598267, -0.05765758082270622, 0.17102079093456268, -0.404634565114975, 0.5180680155754089, 0.3459150195121765, 0.4993349015712738, 0.056161247193813324, -0.05474662780761719, 0.5409559011459351, -0.9069055318832397, 0.09426012635231018, 0.4134364128112793, 0.4154116213321686, -0.4000864624977112, -0.5910195112228394, 0.6713424324989319, 1.0073974132537842, -0.6594868302345276, -0.8743270039558411, -0.1984671801328659, -1.0016005039215088, 0.04189702868461609, 0.676275908946991, 0.500952422618866, -0.4806514382362366, -0.4174497723579407, -0.561740517616272, -0.12546734511852264, -0.13699674606323242, 0.7621601819992065, 1.1796802282333374, -0.7432092428207397, 0.07975746691226959, -1.0386394262313843, 0.6594984531402588, -0.2419453114271164, -0.34575819969177246, -0.486443430185318, 0.3832801580429077, 0.3523697257041931, 0.4404810070991516, 0.6148121953010559, 0.14084722101688385, 0.8338431119918823, 0.3126053214073181, -0.17026856541633606, 0.2698981761932373, -0.45592013001441956, -0.028932824730873108, -0.057962577790021896, 0.3101596534252167, -1.0262155532836914 ]
zibajoon/20231129_Bart-lg-samsum_10ep_Summ
zibajoon
2023-11-30T00:46:17Z
0
0
null
[ "transformers", "pytorch", "bart", "text2text-generation", "generated_from_trainer", "base_model:linydub/bart-large-samsum", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2023-11-30T00:46:17Z
2023-11-30T00:45:35.000Z
null
null
Temporary Redirect. Redirecting to /zibajoon/20231129_Bart-Lg-samsum_8ep_Summ_Loss_1.0_R1_0.52/resolve/main/README.md
null
transformers
text2text-generation
null
null
null
null
null
null
null
null
null
zibajoon/20231129_Bart-lg-samsum_10ep_Summ
[ -0.47643598914146423, -0.547714352607727, 0.5331430435180664, 0.12442439049482346, -0.8211947679519653, 0.19003990292549133, -0.058298032730817795, -0.09537530690431595, 0.9829558730125427, 0.6897538900375366, -1.2976924180984497, -0.4984615445137024, -0.3679857850074768, 0.23821455240249634, -0.4569479525089264, 0.8729832768440247, -0.10802916437387466, -0.41489267349243164, 0.013528118841350079, -0.11656080186367035, -0.40101590752601624, -0.17797063291072845, -1.3855119943618774, 0.1456354558467865, 1.0292043685913086, 0.7172142267227173, 0.6801552772521973, 0.4107693135738373, 0.7389867305755615, 0.2321150302886963, 0.5946828722953796, -0.38827288150787354, -0.5105493664741516, 0.13597610592842102, -0.46254250407218933, -0.751091718673706, -0.13618208467960358, -0.041418273001909256, 0.7368834614753723, 0.6872638463973999, -0.6137555837631226, 0.37771230936050415, -0.586194634437561, 0.9843671321868896, -0.42236918210983276, -0.10281530022621155, -0.10884113609790802, 0.08521255105733871, -0.6446903944015503, -0.30594608187675476, -0.19147291779518127, -0.6605300307273865, -0.3062072694301605, -0.633167028427124, 0.688357949256897, 0.3401901423931122, 1.2779537439346313, 0.6017125248908997, -0.6460047960281372, 0.266040563583374, -0.17846857011318207, 0.4948621392250061, -0.8544979691505432, -0.12188118696212769, 0.7263307571411133, 0.7344629168510437, -0.5964356660842896, -1.067264199256897, -0.3735845386981964, 0.3442293107509613, 0.08141308277845383, 0.1821177750825882, -0.28435444831848145, -0.014033505693078041, 0.2582191228866577, 0.1163613498210907, -0.844036340713501, -0.1776970624923706, -0.8899252414703369, 0.01458464004099369, 0.6560577154159546, 0.12200412899255753, 0.5803134441375732, -0.11177197098731995, -0.46560993790626526, 0.03557765856385231, -0.8909733891487122, -0.4306398630142212, 0.5253080725669861, 0.24166403710842133, -0.33697420358657837, 0.3704383373260498, -0.24758271872997284, 0.6169986128807068, 0.08925669640302658, 0.16111724078655243, 0.5461862087249756, -0.19268009066581726, -0.34891319274902344, 0.5147773623466492, 0.46423301100730896, 0.4320709705352783, 0.3086402416229248, 0.16394327580928802, -0.12400428205728531, 0.20389218628406525, 0.8866808414459229, -0.9489348530769348, -0.48328959941864014, 0.3795371353626251, -0.6182548403739929, -0.2798888087272644, 0.5422430038452148, -0.6716265678405762, 0.05896658077836037, -0.03171030431985855, 0.6132158637046814, -0.38237300515174866, -0.18774983286857605, 0.3539915382862091, -0.13953706622123718, -0.21758544445037842, 0.4667965769767761, -0.5674734115600586, 0.1742023378610611, 0.7441466450691223, 1.0921639204025269, 0.23563842475414276, 0.14228756725788116, -0.17697583138942719, 0.15592339634895325, -0.3639087975025177, 0.6991203427314758, 0.2885638475418091, -0.5210903286933899, -0.04356764256954193, 0.9128812551498413, -0.15886744856834412, -0.48398691415786743, 0.7527408003807068, -0.39957132935523987, 0.30145153403282166, -0.419949471950531, -0.19051730632781982, -0.7949533462524414, -0.11584432423114777, -0.7648916244506836, 0.3061789274215698, 0.3173428475856781, -0.5457342863082886, 0.17326195538043976, -0.9374759197235107, -0.6840041875839233, 0.3852843642234802, 0.4686485528945923, -0.2255849689245224, 0.2983609139919281, -0.6597748398780823, -0.038360998034477234, -0.12551230192184448, 0.1685628592967987, 0.022175705060362816, -0.7596185207366943, 0.1572902649641037, -0.0852215588092804, 0.9749323725700378, 0.4276028573513031, 0.03149668872356415, 0.1262841522693634, -0.7195932269096375, -0.34754204750061035, 0.8705077767372131, -0.2541863024234772, -0.3386286497116089, 0.2671566903591156, -0.5945559144020081, 0.17560552060604095, 0.3262283504009247, -0.5338190793991089, 0.6342537999153137, 0.0602252334356308, 0.09313732385635376, 0.8960407972335815, 0.2663218080997467, 0.019928384572267532, -0.5710674524307251, 0.7404912710189819, 0.00851281825453043, 0.10030660033226013, 0.10275489091873169, -0.4661954939365387, -1.1952183246612549, -0.01875464618206024, 0.2977427840232849, 0.2098955363035202, -0.3498607575893402, 0.03953282907605171, -0.3086943030357361, -0.31763163208961487, -0.7043505311012268, -0.4456816017627716, 0.11805561184883118, 0.2594262957572937, 0.1313861757516861, -0.3764444887638092, -0.6195698380470276, -0.7091930508613586, 0.36859452724456787, -0.2362244427204132, -0.23838137090206146, 0.16508246958255768, 0.740615725517273, -0.46290549635887146, 0.1599370539188385, -0.99127197265625, -0.2839031517505646, -0.00662532914429903, 0.11638345569372177, 0.9568455815315247, 0.435069739818573, 1.2671107053756714, -0.9466862082481384, -0.7276386022567749, -0.1558646857738495, -0.395648330450058, -0.530144214630127, -0.26944592595100403, -0.31968966126441956, 0.11916138231754303, 0.128034770488739, -0.5737370848655701, 0.47617077827453613, 0.5671675205230713, -0.6932691335678101, 0.692338228225708, -0.09729260951280594, 0.5036864280700684, -1.227841854095459, 0.30746889114379883, -0.23831994831562042, -0.7882165908813477, -0.01654946804046631, 0.19383658468723297, -0.18357357382774353, -0.2716086506843567, -0.39687374234199524, 0.555725634098053, -0.45350325107574463, 0.14737792313098907, 0.01569908671081066, 0.3664493262767792, -0.1343335658311844, 0.41191184520721436, -0.5912739038467407, 1.298288345336914, 0.22337284684181213, -0.9331250190734863, 1.0136429071426392, -0.14608365297317505, -0.08047960698604584, 0.32549411058425903, -0.6811315417289734, 0.052363887429237366, -0.008816396817564964, -0.04425235837697983, -1.2741570472717285, -0.46835654973983765, 0.8179397583007812, -0.6489473581314087, 0.33608660101890564, -0.7526457905769348, -0.26412954926490784, -0.32723578810691833, -0.399972528219223, 0.5449287295341492, 0.7886019349098206, -0.34118539094924927, 0.14199529588222504, 0.35533812642097473, -0.7426973581314087, -0.11744151264429092, -0.8317221403121948, 0.44897881150245667, -0.15438705682754517, -0.21292342245578766, 0.46825623512268066, -0.5160264372825623, -0.2032080590724945, -0.30394798517227173, -0.10627788305282593, -0.0933111235499382, -0.062121275812387466, 0.34158673882484436, 0.15685312449932098, -0.3781648576259613, 0.13678275048732758, 0.1970767080783844, -0.33436864614486694, 0.39328062534332275, -0.046962182968854904, 0.6353516578674316, -0.21558374166488647, -0.3392413556575775, -0.43940892815589905, 0.3631839156150818, 0.7639954686164856, 0.34793439507484436, 1.3630231618881226, 0.0783085748553276, -0.6136543154716492, 0.06500965356826782, -0.2619253396987915, -0.2964048981666565, -0.5045139789581299, 0.293876975774765, -0.28434908390045166, -0.3482500910758972, 0.5089448690414429, -0.5089581608772278, -0.11739650368690491, 0.9419737458229065, 0.04142465814948082, -0.5346449017524719, 0.469902366399765, 0.24441447854042053, 0.09272036701440811, 0.15489889681339264, -0.16474346816539764, 0.28259769082069397, -0.4324718713760376, -0.21577931940555573, -0.6604756116867065, -0.630132257938385, -0.29037946462631226, 0.06492841988801956, -0.0832114964723587, 0.2598101496696472, -0.07214879244565964, 0.9170315265655518, -0.11239809542894363, 0.49085530638694763, 0.5525539517402649, 0.17694789171218872, -0.21535448729991913, -0.35295578837394714, -0.3851397931575775, 0.02467084303498268, -1.0951709747314453, 0.11883782595396042, 0.4874250888824463, 0.3869791328907013, 0.5483386516571045, 0.8593569397926331, 0.458620548248291, 0.6921948790550232, 0.15492823719978333, -0.5588958263397217, 0.9377631545066833, 0.08097654581069946, -0.6723964214324951, -0.24371379613876343, -0.34421566128730774, -1.2268625497817993, 0.02018679492175579, 0.040634237229824066, -0.20048923790454865, 0.07000916451215744, -0.15868280827999115, -0.009038945659995079, 0.46998724341392517, -0.9155318737030029, 1.2160234451293945, -0.25575003027915955, 0.06478344649076462, -0.7039992809295654, -0.9478033185005188, 0.2989548146724701, -0.11396359652280807, 0.20144344866275787, -0.106548011302948, -0.13594186305999756, 0.8528074026107788, -0.6299251317977905, 0.7739992737770081, -0.21491196751594543, -0.04180499538779259, 0.07024742662906647, 0.40464892983436584, 0.3376789391040802, 0.10608819127082825, 0.046672869473695755, 0.26932722330093384, 0.026925358921289444, -0.8121857047080994, -0.2839406728744507, 0.6727544069290161, -0.08064053952693939, -0.3295765221118927, -0.715707004070282, -0.07328937202692032, 0.6207014322280884, 0.3432129919528961, 0.3000613749027252, 0.27031347155570984, -0.15355230867862701, 0.3604370951652527, 0.9478976726531982, -0.12780998647212982, 0.544462263584137, 0.7332553267478943, -0.07966985553503036, -0.5466330051422119, 0.6264294385910034, -0.43045860528945923, 0.1580808013677597, 0.20286919176578522, 0.2691679298877716, -0.3308286964893341, -0.4747721552848816, -0.47876477241516113, 0.7055795788764954, -0.6091035008430481, -0.6049947738647461, 0.3402905762195587, -0.204313263297081, -0.23661570250988007, -0.1525377631187439, -0.32283708453178406, -0.71934574842453, -0.6148950457572937, -0.2525939643383026, 0.3555174469947815, -0.034508541226387024, -0.4279988706111908, 0.4723524749279022, -0.9755507111549377, 0.5741080641746521, -0.15508565306663513, 0.4528332054615021, -0.24330782890319824, -0.8141072392463684, -0.7653650641441345, 0.08234761655330658, 0.054041747003793716, -0.795197069644928, 0.4293062686920166, 0.12420550733804703, 0.3911875784397125, 1.3071532249450684, 0.694063663482666, 0.5305526256561279, -0.42246729135513306, 0.7450255751609802, 0.5504173040390015, -0.39696770906448364, 1.0396937131881714, -0.34180235862731934, 0.5392588376998901, 0.6735027432441711, 0.43355506658554077, -0.7049567103385925, -0.2662259042263031, -0.6656890511512756, -1.1297394037246704, 0.44985848665237427, 0.2429734766483307, -0.2925611734390259, -0.5148379802703857, 0.7416473031044006, 0.12302052974700928, 0.23166537284851074, -0.4305698871612549, -0.7400951981544495, 0.2744516134262085, 0.14105358719825745, 0.2171011120080948, -0.7397271394729614, -0.3551025688648224, -0.14871928095817566, 1.1187982559204102, 0.1217086911201477, 0.5320872068405151, 0.03510690852999687, 0.09478239715099335, -0.5432076454162598, 0.3382185697555542, 1.4001127481460571, 0.7073885798454285, -0.7218890190124512, 0.05798044800758362, -0.23259122669696808, -0.6747156977653503, 0.16957838833332062, -0.0770890861749649, -0.13299986720085144, 0.40036115050315857, 0.2162967324256897, 0.34624895453453064, 0.21004442870616913, -0.417922705411911, 0.2879028916358948, -0.2810988426208496, -0.379288911819458, -0.5771688222885132, 0.33987540006637573, -0.017063410952687263, 0.16145765781402588, 0.5824263691902161, 0.17463164031505585, -0.03213302046060562, -0.4321790337562561, 0.14967308938503265, -0.07763499021530151, -0.36863651871681213, -0.20479971170425415, 0.6812667846679688, 0.5689378976821899, -0.7398750185966492, 0.9149386882781982, -0.12934251129627228, -0.5358000993728638, 0.8278530240058899, 0.9665232300758362, 1.2517099380493164, -0.3211042881011963, -0.046720508486032486, 0.9092614054679871, 0.3216235041618347, -0.09857072681188583, 0.43407386541366577, 0.06653940677642822, -0.391295850276947, -0.19030143320560455, -0.1437750905752182, -0.4470350742340088, -0.6100843548774719, -0.8943999409675598, 0.04926912859082222, -0.49496424198150635, -0.28489142656326294, -0.5668050646781921, 0.021524010226130486, 0.1786336749792099, 0.6953028440475464, -0.18738415837287903, 1.0207374095916748, -0.7126913070678711, 0.6580272316932678, 0.7976272106170654, -0.6812836527824402, 0.15109410881996155, -0.03001023456454277, -0.18855640292167664, -0.3512571156024933, 0.15470609068870544, -0.2659248411655426, -0.5199861526489258, 0.07158420979976654, -0.5609639883041382, -0.5176352858543396, 0.9003183245658875, 0.23115961253643036, -0.7714772820472717, 0.48318034410476685, -0.5822891592979431, -0.17267745733261108, 0.0404336079955101, -0.24530690908432007, -0.13674898445606232, 0.530952513217926, -0.2543453872203827, -0.5613067150115967, 0.5072125196456909, -0.36353254318237305, -0.14218631386756897, 1.009967565536499, -0.8092735409736633, 0.4118563234806061, -0.4909175932407379, -0.562332272529602, 0.22539477050304413, 0.5950859189033508, 0.03881564736366272, 0.5034871697425842, 0.3556326627731323, 0.9360655546188354, 0.4680768847465515, -0.4910839796066284, 0.638338565826416, 0.030369127169251442, 0.5885651707649231, 0.9678971767425537, 0.15518707036972046, 0.7167279720306396, 0.9802212119102478, -0.6052852869033813, 0.9254707098007202, 0.9944576621055603, -0.00540646119043231, 1.120409607887268, 0.26598429679870605, -0.8128705620765686, 0.16645026206970215, 0.016441328451037407, -0.8027939796447754, -0.42237553000450134, 0.424195796251297, -0.15878762304782867, -0.21823450922966003, -0.38106003403663635, 0.22002115845680237, -0.23176515102386475, -0.46230822801589966, 0.18315544724464417, 0.2792304754257202, -0.4748397171497345, 0.3572492003440857, 0.2023928016424179, 0.43277111649513245, -1.1812489032745361, -0.03751261904835701, -0.442867636680603, 0.327412486076355, 0.027803825214505196, -0.5451595783233643, 0.7461917400360107, -0.506157636642456, -0.4360896348953247, -0.16367192566394806, 0.7297487854957581, -0.19009721279144287, -0.37948113679885864, 0.1472540944814682, -0.4175821840763092, 0.5851938724517822, -0.0016408583614975214, -0.4596101939678192, -0.39320001006126404, 0.11374476552009583, -0.08205582201480865, 0.46809643507003784, 0.28429144620895386, 0.37556639313697815, 0.9669746160507202, 0.8388866186141968, 0.12035215646028519, -0.22137747704982758, 0.0829441025853157, 0.6402614712715149, -0.8645203709602356, -0.7202653288841248, -0.7997682094573975, 0.27375075221061707, 0.11439778655767441, -0.16889968514442444, 0.30532965064048767, 0.7708871364593506, 0.6559531092643738, -0.47739502787590027, 0.35204875469207764, 0.05212248116731644, 0.5928381085395813, -0.6778161525726318, 1.2343627214431763, -0.7864407896995544, -0.14256322383880615, -0.13546590507030487, -0.6502225399017334, -0.5173066854476929, 0.8501344919204712, 0.38722530007362366, -0.09029608219861984, 0.6490203738212585, 0.32271403074264526, -0.2679159343242645, -0.2864464819431305, 0.25463584065437317, 0.08814025670289993, -0.156891331076622, 0.5647596120834351, 0.04796222969889641, -0.5790720582008362, 0.3346349596977234, -0.2065952718257904, -0.2901776432991028, -0.5752825736999512, -1.0889763832092285, -0.5528990030288696, -0.1677159070968628, -0.598330020904541, -0.504774808883667, 0.12471666932106018, 0.7845353484153748, 0.5003533959388733, -0.864639401435852, -0.1506749391555786, -0.10072233527898788, 0.04627227038145065, -0.036986321210861206, -0.36317744851112366, 0.369151771068573, 0.34255388379096985, -0.13348273932933807, 0.43780651688575745, 0.5360859036445618, 0.15803585946559906, 0.002819665474817157, -0.20516540110111237, -0.7894705533981323, 0.11667796969413757, 0.1606949120759964, 0.7911699414253235, -0.771940290927887, -0.07229331135749817, -0.41942161321640015, -0.007423214614391327, -0.12093359977006912, 0.5985570549964905, -0.7814583778381348, 0.022587036713957787, 0.6789408326148987, 0.4654712378978729, 0.41420531272888184, 0.49994707107543945, 0.5513050556182861, -0.7544354796409607, 0.12829358875751495, -0.0143555523827672, 0.7404792904853821, -0.3396841883659363, -0.5437659621238708, 0.819292426109314, 0.7098026871681213, -0.34654316306114197, -0.45818138122558594, 0.09019474685192108, -1.119845986366272, -0.4965304434299469, 0.43154945969581604, -0.29846763610839844, -0.40477216243743896, 0.08612381666898727, -0.5029221177101135, 0.4591478407382965, -0.4338073432445526, 0.7537847757339478, 0.4517931342124939, 0.03133108839392662, -0.7390523552894592, -0.6087551712989807, -0.07907041907310486, 0.20606419444084167, -0.7345222234725952, -0.4813382029533386, 0.28496089577674866, 0.38447731733322144, 0.18927781283855438, 0.4548305571079254, 0.10096290707588196, 0.6807109117507935, 0.44271382689476013, 0.13960015773773193, -0.27310290932655334, -0.39539089798927307, -0.28496506810188293, 0.077303946018219, -0.2782118022441864, -1.1720032691955566 ]
Quasar-Kim/kcformer-3b
Quasar-Kim
2023-11-30T01:18:22Z
0
0
null
[ "transformers", "safetensors", "t5", "text2text-generation", "license:mit", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:18:22Z
2023-11-30T00:46:54.000Z
null
null
--- license: mit ---
null
transformers
text2text-generation
null
null
null
null
null
null
null
null
null
Quasar-Kim/kcformer-3b
[ -0.1285340040922165, -0.1861676573753357, 0.6529127955436707, 0.49436259269714355, -0.19319328665733337, 0.23607435822486877, 0.36072009801864624, 0.05056355893611908, 0.579365611076355, 0.7400140166282654, -0.6508103609085083, -0.23783960938453674, -0.7102246284484863, -0.04782567173242569, -0.3894752860069275, 0.8470766544342041, -0.09598266333341599, 0.024004675447940826, 0.04712015390396118, -0.14317838847637177, -0.6121037006378174, -0.04771718382835388, -1.052453875541687, -0.06787467747926712, 0.3002282381057739, 0.5120975375175476, 0.8275901079177856, 0.39602965116500854, 0.5030567049980164, 1.7515555620193481, -0.08836933970451355, -0.2275441437959671, -0.45892030000686646, 0.42230701446533203, -0.3327735662460327, -0.4213368594646454, -0.26241639256477356, -0.07449351251125336, 0.32380399107933044, 0.7903711199760437, -0.3810412585735321, 0.19328084588050842, -0.22438481450080872, 1.008224368095398, -0.8202074766159058, 0.22630831599235535, -0.16698381304740906, 0.14053237438201904, 0.042308829724788666, -0.14591927826404572, -0.13263224065303802, -0.6440032124519348, 0.0646950900554657, -0.8995965123176575, 0.10274936258792877, -0.04461120069026947, 0.8789563179016113, 0.21909025311470032, -0.5102373957633972, -0.045977409929037094, -0.6883598566055298, 1.0972504615783691, -0.17556042969226837, 0.7615712881088257, 0.4507809579372406, 0.45288577675819397, -0.5849328637123108, -1.1782186031341553, -0.4441867470741272, -0.13578946888446808, 0.14722836017608643, 0.3055610656738281, -0.3453028202056885, -0.022343710064888, 0.10801076143980026, 0.5610316395759583, -0.5003759264945984, -0.31195953488349915, -0.9579927921295166, -0.18164920806884766, 0.6820485591888428, 0.31930845975875854, 0.8340449333190918, 0.1873152256011963, -0.73471999168396, 0.12866254150867462, -1.3239688873291016, 0.07650745660066605, 0.6465021371841431, 0.2394675314426422, -0.5545989274978638, 0.8594788312911987, -0.28588002920150757, 0.6262494921684265, 0.2728467583656311, -0.11645248532295227, 0.27842527627944946, -0.23030731081962585, -0.27350616455078125, 0.0330878421664238, 0.3459728956222534, 0.8204494714736938, 0.1624862253665924, -0.019985057413578033, -0.22123973071575165, 0.002071462571620941, 0.26844528317451477, -0.7935097217559814, -0.47126731276512146, 0.19266973435878754, -0.558952808380127, -0.09108494967222214, 0.43270236253738403, -1.0976828336715698, -0.48129817843437195, -0.18798500299453735, 0.054681360721588135, -0.5451693534851074, -0.36979490518569946, 0.07273251563310623, -0.7925418019294739, -0.12434180825948715, 0.570950984954834, -0.6230255365371704, 0.43974608182907104, 0.5336257219314575, 0.7861638069152832, 0.23303884267807007, -0.2361363172531128, -0.669501781463623, 0.4884825348854065, -0.8661867380142212, 0.3686073422431946, -0.3073781132698059, -0.829863965511322, -0.09631024301052094, 0.5393160581588745, 0.2066483348608017, -0.6653257608413696, 0.7074048519134521, -0.5496990084648132, -0.07806574553251266, -0.43082889914512634, -0.24322009086608887, 0.1746043860912323, 0.1111544519662857, -0.6238912343978882, 0.9402235746383667, 0.5551106929779053, -0.5841101408004761, 0.31701281666755676, -0.48695096373558044, -0.6865584850311279, 0.26748138666152954, -0.008750848472118378, -0.04715266823768616, 0.3279527723789215, -0.15984001755714417, -0.0020505711436271667, 0.10505764186382294, 0.00829949602484703, -0.21891732513904572, -0.4786302447319031, 0.06349968165159225, 0.1516501009464264, 1.2536834478378296, 0.40836209058761597, -0.37718841433525085, -0.1314014196395874, -1.0526155233383179, 0.025432884693145752, 0.05050157010555267, -0.42306792736053467, -0.2504566013813019, -0.14882193505764008, -0.20381604135036469, 0.43072640895843506, 0.2118472158908844, -0.8131154179573059, 0.22643597424030304, -0.20640221238136292, 0.36449652910232544, 0.8222097754478455, 0.27031034231185913, 0.3976055383682251, -0.662528932094574, 0.6563140153884888, 0.20761863887310028, 0.49590200185775757, 0.35404202342033386, -0.38458240032196045, -0.9641587734222412, -0.44216200709342957, -0.10117457062005997, 0.2975529432296753, -0.774495542049408, 0.584732174873352, 0.012979649007320404, -0.5836711525917053, -0.4465278089046478, -0.1548808366060257, 0.27553272247314453, -0.06606566160917282, 0.0333491787314415, -0.40497779846191406, -0.7394422292709351, -1.0127902030944824, -0.1378813236951828, -0.5021387934684753, -0.21892794966697693, 0.316058874130249, 0.2617737054824829, -0.3429005444049835, 0.7610749006271362, -0.605927586555481, -0.7040639519691467, -0.13973557949066162, -0.09959873557090759, 0.6187723875045776, 0.929767370223999, 0.7491384744644165, -0.7224894762039185, -0.8973821401596069, -0.056230731308460236, -0.5420042276382446, -0.020044315606355667, 0.03814975917339325, -0.182607039809227, -0.10515017807483673, 0.22352537512779236, -0.6100799441337585, 0.8851077556610107, 0.43225017189979553, -0.6815470457077026, 0.5210591554641724, -0.44444113969802856, 0.607380747795105, -0.8642842769622803, -0.29114946722984314, -0.16823554039001465, -0.1976119875907898, -0.7090162634849548, 0.19411566853523254, -0.3002234399318695, -0.3302989900112152, -0.7474033832550049, 0.527489423751831, -0.9497013092041016, -0.18781514465808868, -0.3367280960083008, -0.03423142060637474, 0.25807833671569824, 0.19490544497966766, -0.23560264706611633, 0.8900530338287354, 0.9160485863685608, -0.712131142616272, 0.5487276315689087, 0.3930906653404236, -0.19200080633163452, 0.7131237983703613, -0.3887740969657898, 0.05162034556269646, -0.12344930320978165, 0.14374607801437378, -1.1263889074325562, -0.5611581802368164, 0.1367734968662262, -0.7127031087875366, 0.17686954140663147, -0.165568545460701, -0.09428524971008301, -0.660846471786499, -0.3380642533302307, 0.25910142064094543, 0.4861229956150055, -0.47969990968704224, 0.6188147068023682, 0.5728042125701904, 0.026519134640693665, -0.5307409763336182, -0.7206820249557495, 0.20418116450309753, 0.039646513760089874, -0.5569696426391602, 0.3011690080165863, 0.006543278694152832, -0.6622445583343506, -0.3711250424385071, -0.26354238390922546, -0.6043858528137207, -0.22679750621318817, 0.7826986312866211, 0.1199420690536499, -0.09012267738580704, -0.20310266315937042, -0.3199537694454193, -0.061675168573856354, 0.3048742115497589, -0.0757528617978096, 0.7232837677001953, -0.3362378180027008, -0.17850089073181152, -0.8877341151237488, 0.6527541279792786, 0.9970465302467346, 0.09446743130683899, 0.8066447973251343, 0.46324223279953003, -0.35647493600845337, -0.13046640157699585, -0.35354602336883545, -0.15120631456375122, -0.6857746243476868, -0.18067967891693115, -0.5322480797767639, -0.5411437749862671, 0.4053069055080414, 0.1010148748755455, -0.0021041929721832275, 0.5167048573493958, 0.2533606290817261, -0.28806912899017334, 0.7550327777862549, 1.0343410968780518, 0.13917958736419678, 0.36029165983200073, -0.2854715585708618, 0.6341596245765686, -0.8329951763153076, -0.3405216932296753, -0.4548071026802063, -0.25635868310928345, -0.3121437430381775, -0.1075085997581482, 0.5791025757789612, 0.2818217873573303, -0.44634684920310974, 0.12506797909736633, -0.5994208455085754, 0.6587365865707397, 0.6273986101150513, 0.5719728469848633, 0.19973038136959076, -0.46199464797973633, 0.19982989132404327, 0.04816683381795883, -0.4574558436870575, -0.4009110927581787, 0.7711141109466553, 0.23996266722679138, 0.8364027142524719, 0.20927049219608307, 0.49577784538269043, 0.3337547183036804, 0.2528058886528015, -0.631898045539856, 0.20097975432872772, -0.2228282392024994, -1.2459614276885986, -0.20642653107643127, -0.16551300883293152, -1.0080581903457642, -0.11792079359292984, -0.1828901171684265, -0.8406624794006348, 0.2665730118751526, -0.19225630164146423, -0.6640644073486328, 0.5206149816513062, -0.5103873014450073, 0.6934709548950195, -0.23555931448936462, -0.28170880675315857, 0.11930099874734879, -0.6889921426773071, 0.5254616141319275, 0.3667146563529968, 0.2916833758354187, -0.37969017028808594, -0.31928738951683044, 0.5068995952606201, -0.8812249302864075, 0.4408118724822998, -0.10564955323934555, 0.1942811757326126, 0.5358877182006836, 0.4153592586517334, 0.3823971748352051, 0.2869904041290283, -0.24593797326087952, -0.2341541051864624, 0.22503426671028137, -0.7581344246864319, -0.2775460183620453, 0.9095462560653687, -0.7519427537918091, -0.8586913347244263, -0.6954256892204285, -0.3064497113227844, 0.28865310549736023, 0.027814529836177826, 0.7154774069786072, 0.6456889510154724, -0.188210129737854, 0.23777024447917938, 0.7208227515220642, -0.01469442993402481, 0.7235565185546875, 0.29411187767982483, -0.40566474199295044, -0.6169790029525757, 0.7182326912879944, 0.2627047300338745, 0.051627133041620255, 0.028328191488981247, 0.30587348341941833, -0.17546719312667847, -0.15078571438789368, -0.6318325400352478, -0.06395307928323746, -0.7465730905532837, -0.09279514104127884, -0.7541398406028748, -0.25077420473098755, -0.7114593982696533, -0.8068138360977173, -0.7080169916152954, -0.4560440480709076, -0.43011969327926636, -0.23352208733558655, 0.5163112282752991, 1.1627089977264404, -0.2613154649734497, 0.801105797290802, -0.890095591545105, 0.41936320066452026, 0.49695414304733276, 0.7519732117652893, -0.11061014980077744, -0.6746937036514282, -0.07836268842220306, -0.5338760614395142, -0.294850617647171, -1.015697717666626, 0.3177466094493866, -0.03688570111989975, 0.4053712785243988, 0.42938894033432007, 0.25190243124961853, 0.49392789602279663, -0.3007311224937439, 1.113068699836731, 0.7274304628372192, -0.8033813238143921, 0.5195276141166687, -0.7635002732276917, 0.1612236499786377, 0.9363659620285034, 0.5447747707366943, -0.441707581281662, -0.15113946795463562, -1.0259767770767212, -0.8431375026702881, 0.5963034629821777, 0.15439902245998383, 0.01684408262372017, 0.018214091658592224, 0.03168254345655441, 0.294664204120636, 0.3591306209564209, -0.7847293615341187, -0.8240225315093994, -0.13851137459278107, 0.25803303718566895, 0.31456080079078674, -0.16485461592674255, -0.30038684606552124, -0.6116155982017517, 0.8711392879486084, 0.18286480009555817, 0.35462331771850586, 0.12073376774787903, 0.04369359463453293, -0.35506904125213623, 0.1478702425956726, 0.5522996783256531, 1.252906322479248, -0.40983349084854126, 0.36739134788513184, 0.17512603104114532, -0.6540068984031677, 0.649499773979187, -0.3036348819732666, -0.02178465574979782, 0.6203137040138245, 0.17760884761810303, 0.2852841913700104, 0.31559938192367554, -0.36214256286621094, 0.6047801971435547, -0.02942197024822235, -0.17758497595787048, -0.700569748878479, 0.158670112490654, 0.0293503999710083, 0.2750794291496277, 0.4392024278640747, 0.24443331360816956, 0.0824679508805275, -1.0602877140045166, 0.5711054801940918, 0.2449389398097992, -0.8676620721817017, -0.3011007308959961, 0.7047959566116333, 0.4075390696525574, -0.47599560022354126, 0.3874911069869995, 0.01270189881324768, -0.6710244417190552, 0.5987741947174072, 0.5510416030883789, 0.756967306137085, -0.4702422022819519, 0.3088017404079437, 0.6245606541633606, 0.0671130120754242, 0.2055053859949112, 0.6923203468322754, 0.03149355947971344, -0.4473869204521179, 0.23022423684597015, -0.5986735820770264, -0.14689886569976807, 0.13735331594944, -0.8047429323196411, 0.3515337109565735, -0.9312618374824524, -0.24089962244033813, 0.08751585334539413, 0.11761051416397095, -0.6130945682525635, 0.6674702167510986, -0.008524402976036072, 0.9280494451522827, -0.8549088835716248, 0.9626275300979614, 0.8559588193893433, -0.3183080554008484, -0.7709449529647827, -0.3355675935745239, 0.02013951726257801, -0.6660527586936951, 0.7108283042907715, -0.18972980976104736, -0.4120745360851288, -0.093239426612854, -0.6229830980300903, -1.0003727674484253, 0.030617475509643555, 0.017415110021829605, -0.4625036120414734, 0.44547972083091736, -0.5157254934310913, 0.3289682865142822, -0.19169731438159943, 0.3050951361656189, 0.7719473838806152, 0.7958453297615051, 0.22960835695266724, -0.6354777812957764, -0.4466685354709625, -0.010276585817337036, -0.16682812571525574, 0.4545811116695404, -1.0710976123809814, 0.9677367806434631, -0.46525806188583374, -0.3473320007324219, 0.27066439390182495, 0.7977625131607056, 0.2538502514362335, 0.35241299867630005, 0.6219538450241089, 0.9016809463500977, 0.3645012676715851, -0.3117833137512207, 0.7276751399040222, 0.24263378977775574, 0.41525405645370483, 0.7364206314086914, -0.2271222174167633, 0.5403847098350525, 0.8906415700912476, -0.7861621975898743, 0.5381767749786377, 0.7879035472869873, 0.16047382354736328, 0.7758152484893799, 0.5944146513938904, -0.6119528412818909, -0.11859460175037384, -0.14641420543193817, -0.6171563267707825, 0.19797542691230774, 0.05292579531669617, -0.11974760890007019, -0.2846010625362396, -0.13567395508289337, 0.12295101583003998, 0.28364551067352295, -0.5959327220916748, 0.606866717338562, 0.3434160351753235, -0.632827877998352, 0.21025104820728302, -0.2577957808971405, 0.6709502935409546, -0.5978161692619324, 0.027336634695529938, -0.22699323296546936, 0.41810381412506104, -0.46187448501586914, -1.007582664489746, 0.47138381004333496, -0.2920243740081787, -0.4055134057998657, -0.26942455768585205, 0.8072367906570435, -0.22133910655975342, -0.5572865605354309, 0.37486040592193604, 0.1346660554409027, 0.41473689675331116, 0.40145960450172424, -0.5487297177314758, 0.04778991639614105, 0.1376018077135086, -0.20061838626861572, 0.3601187765598297, 0.2973725199699402, 0.25488775968551636, 0.7100127935409546, 0.5052472352981567, 0.22198699414730072, 0.25694364309310913, -0.1866862028837204, 0.8387459516525269, -0.9102798700332642, -0.8167637586593628, -0.9497339129447937, 0.38498979806900024, 0.02572757378220558, -0.8801448345184326, 0.7920311689376831, 0.7652606964111328, 0.5113962292671204, -0.4877890944480896, 0.4755283296108246, -0.32647940516471863, 0.5047136545181274, -0.1387093961238861, 1.0010895729064941, -0.7607631683349609, -0.2958724796772003, -0.030553855001926422, -0.9216439723968506, -0.2533751428127289, 0.5375739932060242, 0.1540835201740265, -0.14608067274093628, 0.43859052658081055, 0.44216400384902954, 0.02217303216457367, 0.2522318661212921, 0.32861006259918213, 0.0604279562830925, 0.14508476853370667, 0.5510439276695251, 1.0931148529052734, -0.43394413590431213, 0.18694821000099182, -0.492347776889801, -0.4536244869232178, -0.41534915566444397, -0.9548061490058899, -0.6640318632125854, -0.48185470700263977, -0.2973938584327698, -0.5915583968162537, 0.11726462841033936, 0.9300886988639832, 0.9018138647079468, -0.6256730556488037, -0.4124360680580139, 0.25713545083999634, 0.3029341697692871, -0.2295418381690979, -0.14626801013946533, 0.27364906668663025, -0.006407443434000015, -0.7211176753044128, 0.39309436082839966, 0.807976245880127, 0.3887130618095398, 0.08444011211395264, -0.07217104732990265, -0.4407082200050354, 0.026101581752300262, 0.5373560786247253, 0.5729563236236572, -0.6281177997589111, -0.40996453166007996, -0.5328317284584045, -0.21386748552322388, 0.1552942395210266, 0.4807758629322052, -0.5166381597518921, 0.32661134004592896, 0.8128961324691772, 0.17017647624015808, 0.7187885046005249, -0.0022492706775665283, 0.6678645610809326, -0.8970248699188232, 0.44462573528289795, 0.39533835649490356, 0.5681873559951782, 0.08998063206672668, -0.7339168190956116, 0.9820241928100586, 0.49674347043037415, -0.6334056258201599, -1.0034244060516357, 0.030799567699432373, -1.1931140422821045, -0.3788175582885742, 0.9890844821929932, -0.09595771133899689, -0.959746241569519, -0.36448949575424194, -0.36777177453041077, 0.07989638298749924, -0.33809763193130493, 0.3549824357032776, 0.8268195390701294, -0.2538074851036072, -0.22041842341423035, -0.9505583047866821, 0.47529423236846924, 0.3102530539035797, -0.5886633992195129, -0.0511440634727478, 0.32939133048057556, 0.4523690938949585, 0.3009698987007141, 0.5239557027816772, 0.10428237915039062, 0.8970534205436707, 0.25200408697128296, 0.304914265871048, -0.04526619613170624, -0.5900786519050598, -0.0160665363073349, 0.2621477246284485, 0.04487845301628113, -0.6869444847106934 ]
LoneStriker/NeuralHermes-2.5-Mistral-7B-4.0bpw-h6-exl2
LoneStriker
2023-11-30T01:11:50Z
0
0
null
[ "transformers", "safetensors", "mistral", "text-generation", "instruct", "finetune", "chatml", "gpt4", "synthetic data", "distillation", "dpo", "rlhf", "en", "dataset:mlabonne/chatml_dpo_pairs", "base_model:teknium/OpenHermes-2.5-Mistral-7B", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:11:50Z
2023-11-30T00:48:07.000Z
null
null
--- base_model: teknium/OpenHermes-2.5-Mistral-7B tags: - mistral - instruct - finetune - chatml - gpt4 - synthetic data - distillation - dpo - rlhf license: apache-2.0 language: - en datasets: - mlabonne/chatml_dpo_pairs --- <center><img src="https://i.imgur.com/qIhaFNM.png"></center> # NeuralHermes 2.5 - Mistral 7B NeuralHermes is an [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) model that has been further fine-tuned with Direct Preference Optimization (DPO) using the [mlabonne/chatml_dpo_pairs](https://huggingface.co/datasets/mlabonne/chatml_dpo_pairs) dataset. It surpasses the original model on several benchmarks (see results). It is directly inspired by the RLHF process described by [Intel/neural-chat-7b-v3-1](https://huggingface.co/Intel/neural-chat-7b-v3-1)'s authors to improve performance. I used the same dataset and reformatted it to apply the ChatML template. The code to train this model is available on [Google Colab](https://colab.research.google.com/drive/15iFBr1xWgztXvhrj5I9fBv20c7CFOPBE?usp=sharing) and [GitHub](https://github.com/mlabonne/llm-course/tree/main). It required an A100 GPU for about an hour. ### Quantized models * GGUF: https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF * AWQ: https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ * EXL2 (5pbw): https://huggingface.co/IconicAI/NeuralHermes-2.5-Mistral-7B-exl2-5bpw ## Results Teknium (author of OpenHermes-2.5-Mistral-7B) benchmarked the model ([see his tweet](https://twitter.com/Teknium1/status/1729955709377503660)). Results are improved on every benchmark: **AGIEval** (from 43.07% to 43.62%), **GPT4All** (from 73.12% to 73.25%), and **TruthfulQA**. ### AGIEval ![](https://i.imgur.com/7an3B1f.png) ### GPT4All ![](https://i.imgur.com/TLxZFi9.png) ### TruthfulQA ![](https://i.imgur.com/V380MqD.png) You can check the Weights & Biases project [here](https://wandb.ai/mlabonne/NeuralHermes-2-5-Mistral-7B/overview?workspace=user-mlabonne). ## Usage You can run this model using [LM Studio](https://lmstudio.ai/) or any other frontend. You can also run this model using the following code: ```python import transformers from transformers import AutoTokenizer # Format prompt message = [ {"role": "system", "content": "You are a helpful assistant chatbot."}, {"role": "user", "content": "What is a Large Language Model?"} ] tokenizer = AutoTokenizer.from_pretrained(new_model) prompt = tokenizer.apply_chat_template(message, add_generation_prompt=True, tokenize=False) # Create pipeline pipeline = transformers.pipeline( "text-generation", model=new_model, tokenizer=tokenizer ) # Generate text sequences = pipeline( prompt, do_sample=True, temperature=0.7, top_p=0.9, num_return_sequences=1, max_length=200, ) print(sequences[0]['generated_text']) ``` ## Training hyperparameters **LoRA**: * r=16 * lora_alpha=16 * lora_dropout=0.05 * bias="none" * task_type="CAUSAL_LM" * target_modules=['k_proj', 'gate_proj', 'v_proj', 'up_proj', 'q_proj', 'o_proj', 'down_proj'] **Training arguments**: * per_device_train_batch_size=4 * gradient_accumulation_steps=4 * gradient_checkpointing=True * learning_rate=5e-5 * lr_scheduler_type="cosine" * max_steps=200 * optim="paged_adamw_32bit" * warmup_steps=100 **DPOTrainer**: * beta=0.1 * max_prompt_length=1024 * max_length=1536
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
LoneStriker/NeuralHermes-2.5-Mistral-7B-4.0bpw-h6-exl2
[ -0.2540645897388458, -0.7595426440238953, 0.24388307332992554, 0.13809199631214142, -0.22974836826324463, -0.17029514908790588, -0.39646878838539124, -0.2790546119213104, 0.045576922595500946, 0.20606379210948944, -0.5435384511947632, -0.5907238125801086, -0.6771524548530579, -0.10234582424163818, -0.035296760499477386, 0.8485925197601318, 0.013701604679226875, 0.22467446327209473, 0.0797499418258667, -0.12429199367761612, -0.3405049443244934, -0.4504891037940979, -1.0581774711608887, -0.5242305397987366, 0.3596871793270111, 0.14801865816116333, 0.5733316540718079, 0.7102599143981934, 0.4214265048503876, 0.39645621180534363, -0.4061535596847534, 0.22409312427043915, -0.4304683208465576, 0.10526832193136215, 0.1709800809621811, -0.49184295535087585, -0.5994842052459717, -0.05823279172182083, 0.5549861192703247, 0.20902928709983826, -0.2703552544116974, 0.2512512803077698, 0.32909953594207764, 0.5516080260276794, -0.4179409146308899, 0.2511465847492218, -0.5811393857002258, 0.14137183129787445, -0.039930157363414764, -0.17182740569114685, -0.2687762379646301, -0.2898249924182892, 0.12736155092716217, -0.4785974621772766, 0.1608353704214096, -0.07849448919296265, 1.1112030744552612, 0.3617931604385376, -0.2626565992832184, 0.02770836465060711, -0.5166717767715454, 0.8514165282249451, -1.030419945716858, 0.3542529046535492, 0.29124388098716736, 0.2549617290496826, -0.1794988065958023, -0.8545113205909729, -0.4107254147529602, -0.2675347924232483, 0.10429136455059052, 0.2963504195213318, -0.41812843084335327, 0.054089080542325974, 0.36429363489151, 0.26511165499687195, -0.5541647672653198, 0.17276287078857422, -0.3326106667518616, -0.32601693272590637, 0.38846421241760254, 0.336311936378479, 0.0611187145113945, -0.13743922114372253, -0.49910175800323486, -0.4071199595928192, -0.2785400450229645, 0.19264847040176392, 0.2936154007911682, 0.18407560884952545, -0.36213427782058716, 0.4177517294883728, -0.21532981097698212, 0.7190392017364502, 0.14802739024162292, -0.11401732265949249, 0.4127502143383026, -0.30254366993904114, -0.37154752016067505, -0.03553452715277672, 1.1722285747528076, 0.37871840596199036, 0.18796709179878235, 0.1695803552865982, -0.11119090020656586, -0.03029513731598854, -0.0944552943110466, -1.1037424802780151, -0.31401845812797546, 0.34658801555633545, -0.5117521286010742, -0.36436522006988525, -0.2026764452457428, -0.6047961711883545, -0.13424751162528992, -0.28881725668907166, 0.4634157419204712, -0.7454586625099182, -0.2979274094104767, 0.10200273990631104, -0.1732676774263382, 0.12051919847726822, 0.22403724491596222, -0.7501844763755798, 0.20468631386756897, 0.44939032196998596, 0.9676884412765503, -0.09914679080247879, -0.3998408615589142, -0.23654116690158844, -0.2743416726589203, -0.2947998642921448, 0.6693291664123535, -0.17542606592178345, -0.1780378520488739, -0.3236739933490753, -0.15153290331363678, -0.24491986632347107, -0.4942449629306793, 0.5863855481147766, -0.42501768469810486, 0.5215206742286682, -0.19305576384067535, -0.6138591170310974, -0.15927620232105255, 0.24639928340911865, -0.4265027940273285, 1.1054304838180542, -0.01842961274087429, -0.9169943928718567, 0.16958431899547577, -0.6568628549575806, 0.11222157627344131, -0.23809126019477844, -0.148533895611763, -0.4442959129810333, -0.10862057656049728, 0.23162811994552612, 0.5306562781333923, -0.4075504243373871, 0.31152188777923584, -0.3497017025947571, -0.41809165477752686, 0.32359445095062256, -0.7257475256919861, 0.9826000928878784, 0.23847463726997375, -0.7097269296646118, 0.23638634383678436, -0.7711710929870605, 0.2915543019771576, 0.32147714495658875, -0.3830091059207916, -0.03975722938776016, -0.16550804674625397, -0.08017255365848541, 0.3780517578125, 0.2836746275424957, -0.3750116527080536, 0.04094310104846954, -0.4855174720287323, 0.6684941649436951, 0.9147059917449951, -0.05800718069076538, 0.354856938123703, -0.23730267584323883, 0.3178645372390747, 0.36690062284469604, 0.4071657657623291, 0.03243742510676384, -0.6530140042304993, -0.9642287492752075, -0.4065481722354889, 0.3780294954776764, 0.577229380607605, -0.5792257189750671, 0.7969959378242493, -0.20489054918289185, -0.6290556192398071, -0.5533614754676819, -0.050601281225681305, 0.38700780272483826, 0.7535839080810547, 0.4262681305408478, -0.14730516076087952, -0.3284515142440796, -1.0660117864608765, -0.059973202645778656, -0.28525224328041077, 0.03654460981488228, 0.3159855008125305, 0.3884771764278412, -0.2290506809949875, 0.7551476359367371, -0.529161274433136, -0.1561049520969391, 0.08452940732240677, 0.006519753020256758, 0.5025604367256165, 0.5057946443557739, 0.4092535376548767, -0.35506755113601685, -0.4834583103656769, -0.10194462537765503, -0.8000724911689758, -0.03958136960864067, 0.2009851336479187, -0.28844982385635376, 0.3667907118797302, 0.4848763942718506, -0.7688997387886047, 0.2741646468639374, 0.5475200414657593, -0.5027450323104858, 0.4501343369483948, -0.25475239753723145, 0.09588200598955154, -1.2926520109176636, 0.18108387291431427, 0.032659661024808884, -0.14587099850177765, -0.489066481590271, -0.10618525743484497, 0.009431003592908382, -0.04428394138813019, -0.6094862818717957, 0.7948802709579468, -0.3945240378379822, 0.25617271661758423, -0.23644183576107025, -0.212831050157547, -0.10096678137779236, 0.8894951939582825, -0.012296214699745178, 0.7346915006637573, 0.822915256023407, -0.527385950088501, 0.3520130217075348, 0.1561112403869629, -0.17965435981750488, 0.21371270716190338, -0.93378746509552, 0.16423387825489044, 0.04225143417716026, 0.28282737731933594, -0.9645763039588928, 0.013604475185275078, 0.6247996091842651, -0.6257895827293396, 0.2905000150203705, -0.034899208694696426, -0.5054614543914795, -0.3088800311088562, -0.32239773869514465, 0.31820982694625854, 0.7820879817008972, -0.5135923624038696, 0.46894076466560364, 0.11092795431613922, 0.01619989052414894, -0.7658882141113281, -0.5853433012962341, -0.0811610221862793, -0.27728271484375, -0.6510735750198364, 0.347385048866272, -0.10237324237823486, -0.0345437154173851, 0.0034294237848371267, -0.02886713668704033, 0.04627824202179909, -0.036891255527734756, 0.33043697476387024, 0.3012733459472656, -0.15880118310451508, 0.007531133946031332, -0.09409196674823761, -0.24626798927783966, 0.15687988698482513, -0.3241482377052307, 0.8300269842147827, -0.32760244607925415, -0.1923263669013977, -0.803192138671875, 0.016641249880194664, 0.5161402821540833, -0.09797592461109161, 0.6991058588027954, 0.9316650032997131, -0.3300687074661255, -0.07120077311992645, -0.4627266228199005, -0.4690217673778534, -0.5128682851791382, 0.47897064685821533, -0.21672789752483368, -0.7659094333648682, 0.5782679319381714, 0.18014177680015564, 0.0707651823759079, 0.7908799648284912, 0.7180185317993164, 0.15399852395057678, 1.172316551208496, 0.19028547406196594, -0.1676284670829773, 0.5366492867469788, -0.6045506596565247, -0.005011575762182474, -0.6046985387802124, -0.21887534856796265, -0.44225504994392395, -0.3851063847541809, -0.6688275933265686, -0.5022557377815247, 0.34150248765945435, 0.13894936442375183, -0.5923462510108948, 0.21219393610954285, -0.7758931517601013, 0.1414574384689331, 0.8036763072013855, 0.35515519976615906, 0.08335725218057632, 0.2750408351421356, -0.37316665053367615, -0.09587298333644867, -1.0112653970718384, -0.43580347299575806, 1.0973626375198364, 0.6838644742965698, 0.6356881856918335, -0.25208431482315063, 0.6384794116020203, -0.080935038626194, 0.10729110985994339, -0.6637427806854248, 0.6980343461036682, 0.023546088486909866, -0.5598281025886536, -0.14299891889095306, -0.6957620978355408, -0.9653069376945496, 0.2020414173603058, -0.24740126729011536, -0.6407844424247742, 0.23372946679592133, 0.21080730855464935, -0.4962286353111267, 0.401298850774765, -0.7560409307479858, 0.7715104818344116, -0.11620014905929565, -0.4175003170967102, -0.22844332456588745, -0.5442112684249878, 0.31252530217170715, 0.20623889565467834, -0.13368132710456848, -0.193307563662529, -0.09146459400653839, 0.8721713423728943, -0.4439454972743988, 0.7906163334846497, -0.2691512405872345, -0.00959065556526184, 0.4462108910083771, -0.17831635475158691, 0.28382399678230286, 0.11501553654670715, -0.1199493557214737, 0.5715123414993286, -0.1018405333161354, -0.49525967240333557, -0.35698163509368896, 0.9030713438987732, -1.1303132772445679, -0.42151978611946106, -0.6343576908111572, -0.46346771717071533, -0.07145701348781586, 0.05918310210108757, 0.5141139030456543, 0.48414477705955505, -0.004697112366557121, 0.15542274713516235, 0.6401577591896057, -0.29908424615859985, 0.5612973570823669, 0.12541422247886658, -0.04879815876483917, -0.6696157455444336, 0.824601411819458, -0.010997600853443146, 0.1632329374551773, 0.14482639729976654, 0.2738354802131653, -0.3134957551956177, -0.454600065946579, -0.45307496190071106, 0.17787528038024902, -0.5363161563873291, -0.3391156494617462, -0.8068784475326538, -0.5614840984344482, -0.3926961123943329, 0.3433372676372528, -0.5368461608886719, -0.41595712304115295, -0.4564036726951599, 0.1481032371520996, 0.5159489512443542, 0.31519079208374023, -0.13240234553813934, 0.2937237024307251, -0.7127454876899719, 0.23991049826145172, 0.444580078125, 0.3064174950122833, 0.19253866374492645, -0.8115344643592834, -0.1732344776391983, 0.33796611428260803, -0.5071989297866821, -0.6556151509284973, 0.41391703486442566, 0.11010364443063736, 0.5940636396408081, 0.355680912733078, -0.2356121838092804, 0.6334815621376038, -0.37341976165771484, 0.7047280669212341, 0.28153741359710693, -0.6315414905548096, 0.42473897337913513, -0.4000712037086487, 0.4663498103618622, 0.38762128353118896, 0.3561720550060272, -0.32545506954193115, -0.18138854205608368, -0.7975278496742249, -0.8176344037055969, 0.8717696070671082, 0.5224766731262207, 0.12067020684480667, 0.0225431639701128, 0.35066497325897217, -0.13679854571819305, 0.07474494725465775, -0.6474421620368958, -0.4725506007671356, -0.15237323939800262, -0.20746514201164246, -0.12759734690189362, -0.2219831496477127, -0.15251943469047546, -0.5609589219093323, 0.8497605919837952, -0.050161268562078476, 0.7575792670249939, 0.353081613779068, 0.2447347491979599, -0.030125265941023827, 0.0014640373410657048, 0.5859135389328003, 0.4907963275909424, -0.35110777616500854, -0.11040285974740982, 0.21171866357326508, -0.539266049861908, 0.04993104934692383, 0.3275964856147766, -0.0625116229057312, 0.1245824322104454, 0.3029041886329651, 1.2324711084365845, -0.10125689953565598, -0.42079591751098633, 0.3583245873451233, -0.41149160265922546, -0.3846774399280548, -0.2643240988254547, 0.2889556884765625, 0.30469051003456116, 0.4559940993785858, 0.28609699010849, 0.27028322219848633, -0.06913071870803833, -0.2655898332595825, 0.027832377701997757, 0.35404863953590393, -0.413040429353714, -0.33973538875579834, 0.8053171038627625, 0.18636702001094818, -0.3305831253528595, 0.6364333629608154, -0.08620854467153549, -0.502876341342926, 0.7673558592796326, 0.3177705705165863, 0.9079380035400391, -0.21251490712165833, 0.0603465773165226, 0.6782978773117065, 0.04330816492438316, -0.2458275854587555, 0.36322250962257385, 0.20356787741184235, -0.6170992255210876, -0.2732703685760498, -0.6352900862693787, -0.11229657381772995, 0.30548444390296936, -0.43735241889953613, 0.38469624519348145, -0.5163289308547974, -0.5600141286849976, 0.11629065871238708, 0.08541851490736008, -0.8021016716957092, 0.16547377407550812, 0.1029302105307579, 0.9782809615135193, -0.6291502118110657, 0.8022361397743225, 0.6423354744911194, -0.06860724836587906, -0.8065363168716431, -0.13474734127521515, -0.12968625128269196, -0.9418427348136902, 0.5953018069267273, 0.15373735129833221, 0.19612233340740204, 0.16832254827022552, -0.5572537183761597, -0.8810269236564636, 1.2485922574996948, 0.486275315284729, -0.5913466811180115, -0.07938331365585327, 0.03217022120952606, 0.6132088899612427, -0.18050052225589752, 0.7074664235115051, 0.37225648760795593, 0.30235910415649414, -0.007310877554118633, -0.8914555907249451, 0.05775871127843857, -0.4648663401603699, -0.010748060420155525, 0.1551826447248459, -0.8944432735443115, 1.0975369215011597, -0.0037676007486879826, 0.035438649356365204, 0.060752950608730316, 0.7041800022125244, 0.5176383256912231, 0.12083633989095688, 0.5584816336631775, 0.8162305951118469, 0.49206843972206116, -0.11125713586807251, 0.9720361232757568, -0.6253007650375366, 0.43567177653312683, 0.9683548808097839, 0.13621963560581207, 0.7040184140205383, 0.44530215859413147, -0.1351839005947113, 0.3967982828617096, 0.8470040559768677, 0.010802067816257477, 0.4224710464477539, 0.1866724044084549, -0.07668199390172958, -0.2934545576572418, -0.0530460886657238, -0.5942534804344177, 0.483090341091156, 0.1680407077074051, -0.47002553939819336, -0.19147035479545593, -0.1929692178964615, 0.1001928523182869, -0.20113760232925415, -0.0823512151837349, 0.6281876564025879, 0.22250741720199585, -0.7167048454284668, 1.0921720266342163, 0.10640130937099457, 0.9282655715942383, -0.6508771181106567, 0.06016038358211517, -0.22790531814098358, 0.356125146150589, -0.0031503234058618546, -0.5323812365531921, -0.03150978311896324, -0.11908034235239029, -0.017848651856184006, -0.11107588559389114, 0.7738345265388489, -0.29466089606285095, -0.5048800706863403, 0.505347728729248, 0.5651959180831909, 0.058168064802885056, -0.12712699174880981, -1.1279493570327759, -0.0008014329359866679, -0.03539307788014412, -0.6023944616317749, 0.23890075087547302, 0.31838294863700867, 0.15606099367141724, 0.606602668762207, 0.6301317811012268, 0.12893156707286835, 0.05249181389808655, -0.009374391287565231, 0.8940349221229553, -0.6720439195632935, -0.3727915585041046, -1.0998753309249878, 0.41176408529281616, -0.18291719257831573, -0.6803498864173889, 0.7192988395690918, 0.5242765545845032, 0.6701428890228271, 0.08951512724161148, 0.4912000596523285, 0.060365911573171616, 0.2255435287952423, -0.4621429443359375, 0.6963484287261963, -0.6138020753860474, 0.10331526398658752, -0.08990506082773209, -1.0280345678329468, 0.10624036937952042, 0.4962000548839569, -0.09286925196647644, 0.3428608179092407, 0.6210412383079529, 0.9149339199066162, -0.12296666204929352, -0.1283736377954483, 0.14153747260570526, 0.4139450192451477, 0.1816333532333374, 0.824859082698822, 0.7991817593574524, -0.6959295868873596, 0.5347868204116821, -0.5434980988502502, -0.2745667099952698, -0.09151995182037354, -0.6936831474304199, -1.0820392370224, -0.5384002327919006, -0.41578781604766846, -0.5558774471282959, 0.0727405846118927, 1.1239629983901978, 0.7960720658302307, -0.6196914911270142, -0.30100810527801514, -0.15833646059036255, -0.19293281435966492, -0.24562840163707733, -0.2138950079679489, 0.37677258253097534, -0.2654595971107483, -0.9053349494934082, 0.14943696558475494, -0.07022936642169952, 0.18859827518463135, -0.18340079486370087, -0.24297450482845306, -0.2023376077413559, -0.03899137303233147, 0.373746782541275, 0.004763421136885881, -0.6110551953315735, -0.015780309215188026, 0.2513061463832855, -0.36899417638778687, 0.16330218315124512, 0.33935827016830444, -0.6302809715270996, 0.14538966119289398, 0.6953750252723694, 0.4130054712295532, 0.5364413857460022, -0.1904255598783493, 0.47208112478256226, -0.47849878668785095, 0.27640146017074585, 0.19745583832263947, 0.34835323691368103, 0.2776581943035126, -0.32243114709854126, 0.42048001289367676, 0.2967582643032074, -0.7058843374252319, -0.735463559627533, -0.19218897819519043, -1.032244086265564, -0.35766738653182983, 1.342581033706665, 0.01300443708896637, -0.4062643349170685, 0.35299673676490784, -0.31968608498573303, 0.5334692597389221, -0.6082513928413391, 0.760802686214447, 0.5580112934112549, 0.008351885713636875, -0.021719705313444138, -0.6100285053253174, 0.5017276406288147, 0.753223180770874, -0.6150160431861877, -0.10905956476926804, 0.28443777561187744, 0.35929641127586365, 0.07050447911024094, 0.6914219260215759, -0.05097128450870514, 0.16982723772525787, -0.05238524451851845, 0.2312183380126953, -0.2381940633058548, -0.05735846981406212, -0.5809826254844666, -0.0009704077383503318, -0.03596042841672897, -0.3724597990512848 ]
GoatMilk98/635-a2-ibert
GoatMilk98
2023-11-30T00:50:12Z
0
0
null
[ "transformers", "pytorch", "ibert", "question-answering", "endpoints_compatible", "region:us" ]
2023-11-30T00:50:12Z
2023-11-30T00:49:26.000Z
null
null
Entry not found
null
transformers
question-answering
null
null
null
null
null
null
null
null
null
GoatMilk98/635-a2-ibert
[ -0.3227650821208954, -0.22568479180335999, 0.8622263669967651, 0.4346153140068054, -0.5282987952232361, 0.7012966871261597, 0.7915722727775574, 0.07618651539087296, 0.7746027112007141, 0.2563222348690033, -0.7852821350097656, -0.225738525390625, -0.910447895526886, 0.5715667009353638, -0.3992331027984619, 0.5791246294975281, -0.14494472742080688, -0.10751137882471085, 0.28233787417411804, -0.27689510583877563, -0.5409226417541504, -0.36855220794677734, -1.1902778148651123, 0.06149188429117203, 0.5316580533981323, 0.7435144186019897, 0.7584060430526733, 0.36521705985069275, 0.6432579159736633, 0.3932287096977234, -0.23138964176177979, 0.48270511627197266, -0.04171810299158096, 0.002603815635666251, -0.3524436354637146, -0.5516895651817322, -0.2859657406806946, 0.07584782689809799, 1.0961304903030396, 0.9666879773139954, -0.28466349840164185, 0.053308259695768356, -0.3063623905181885, 0.330888956785202, -0.4973430633544922, 0.3054102957248688, -0.022506114095449448, 0.1631881296634674, -0.704151451587677, -0.5535354614257812, 0.012795070186257362, -0.7361217737197876, 0.17926563322544098, -0.6900809407234192, 0.8269098997116089, 0.18583178520202637, 1.1533750295639038, 0.14819398522377014, -0.46248680353164673, -0.8161759376525879, -0.6538987159729004, 0.5711169242858887, -0.3270370364189148, 0.39680245518684387, 0.7028233408927917, -0.04857322946190834, -0.9820329546928406, -0.6745741963386536, -0.46466198563575745, 0.2923963963985443, 0.35402780771255493, -0.3411676287651062, -0.17522099614143372, -0.3058988153934479, 0.15792039036750793, 0.12811486423015594, -0.4841993451118469, -0.5543919801712036, -0.5475161075592041, -0.39602524042129517, 0.6206659078598022, 0.34829509258270264, 0.24291770160198212, -0.1888420283794403, -0.32285842299461365, 0.08801640570163727, -0.4160856604576111, 0.3402568995952606, 0.6335517764091492, 0.7114019989967346, -0.5811446905136108, 0.5602161288261414, -0.04927580803632736, 0.7439701557159424, 0.11445532739162445, -0.274780809879303, 0.4146057963371277, -0.14724723994731903, 0.05517204478383064, 0.4226349890232086, 0.3152444660663605, 0.2841312289237976, -0.3273698687553406, 0.20322313904762268, -0.32151415944099426, -0.3049620985984802, -0.22332200407981873, -0.29490751028060913, -0.3592180609703064, 0.549228847026825, -0.33140167593955994, -0.4285549223423004, 1.1431758403778076, -0.42007675766944885, -0.7302225232124329, 0.33156388998031616, 0.40652090311050415, -0.09944802522659302, -0.371465265750885, -0.05226041004061699, -0.845879077911377, -0.007907496765255928, 0.749117374420166, -0.7198967933654785, 0.33717381954193115, 0.4728066921234131, 0.7417215704917908, 0.1965060532093048, -0.14034509658813477, -0.4294944703578949, 0.29719680547714233, -0.8659998178482056, 0.6320169568061829, -0.20135203003883362, -1.0051981210708618, 0.11150477081537247, 0.89717036485672, -0.3789638876914978, -1.2094873189926147, 1.0605158805847168, -0.6887930631637573, 0.1601787656545639, -0.6767613887786865, -0.1466120481491089, -0.07118505239486694, -0.005096566863358021, -0.6088159680366516, 0.7567102909088135, 0.5872672200202942, -0.4995273947715759, 0.21429459750652313, -0.26029887795448303, -0.3915141522884369, 0.38824892044067383, -0.07935450226068497, -0.21858902275562286, 0.7138333320617676, -0.6647080183029175, -0.26932796835899353, 0.2942770719528198, 0.23689374327659607, -0.357060968875885, -0.7931920289993286, 0.08478114753961563, -0.0578625313937664, 1.550750494003296, -0.038688160479068756, -0.35861101746559143, -0.6793835163116455, -1.1506236791610718, -0.07070805877447128, 0.6886888146400452, -0.9194989204406738, -0.27839481830596924, -0.04640991985797882, -0.26169294118881226, 0.08994923532009125, 0.7390591502189636, -1.1194050312042236, 0.28327271342277527, -0.05092678219079971, -0.22794707119464874, 0.827105700969696, 0.1538723260164261, 0.24758954346179962, 0.1491345465183258, 0.4295869469642639, 0.5277256369590759, 0.11115211248397827, 0.6835878491401672, -0.3472038209438324, -0.969434916973114, 0.615463137626648, 0.25266391038894653, 0.8121446371078491, -0.4994531571865082, 0.26850953698158264, 0.27025526762008667, -0.3409680724143982, -0.5682374238967896, -0.310283362865448, 0.0902574211359024, 0.14930550754070282, 0.11142519861459732, -0.5721712112426758, -0.6576129794120789, -0.968913733959198, -0.1359066367149353, -0.4314376413822174, -0.357156902551651, 0.21006949245929718, 0.579290509223938, -1.1975524425506592, 0.41288772225379944, -0.7705625295639038, -0.7038738131523132, -0.010655343532562256, -0.19338122010231018, 0.7540654540061951, 0.43240174651145935, 0.5033969879150391, -0.6397149562835693, -0.5661991834640503, -0.2247016876935959, -1.0333750247955322, -0.13280518352985382, 0.24819643795490265, 0.30657392740249634, -0.13423340022563934, -0.2744963765144348, -0.4874032139778137, 0.8100387454032898, 0.1478918045759201, -0.539189875125885, 0.5220762491226196, -0.3020315170288086, 0.17224815487861633, -0.6369150876998901, -0.06916850060224533, -0.6616765260696411, -0.0009069949155673385, -0.3608303964138031, -0.5737441778182983, 0.14772287011146545, 0.07017481327056885, -0.16065485775470734, 0.28808411955833435, -0.909277081489563, -0.001085430383682251, -0.7442210912704468, 0.3790722191333771, 0.0639476329088211, -0.31450825929641724, -0.01751725748181343, 1.000038504600525, 0.7784460186958313, -0.38480469584465027, 0.7217442393302917, 0.44400399923324585, 0.1903613954782486, 0.7630519866943359, -0.1872512400150299, 0.16478219628334045, -0.5245417356491089, -0.1216108426451683, -0.8887602090835571, -1.0982944965362549, 0.7320572137832642, -0.6114251017570496, 0.36542874574661255, -0.42778700590133667, 0.2589161992073059, -0.6919256448745728, -0.038853589445352554, 0.4808604121208191, -0.059363268315792084, -0.686394989490509, 0.5232570767402649, 0.45317524671554565, -0.2019241750240326, -0.6609034538269043, -0.5301569700241089, 0.39365869760513306, 0.6154114603996277, -0.16390353441238403, 0.06878556311130524, 0.14941050112247467, -0.5441926121711731, -0.04080259054899216, -0.3869193494319916, -0.45766744017601013, 0.054224323481321335, 0.13053451478481293, -0.005750733427703381, -0.40482035279273987, -0.0868031233549118, -0.3584202229976654, -0.4656122624874115, 0.21876494586467743, 0.3011946380138397, -0.04096285626292229, -0.42599764466285706, -0.36198195815086365, -0.8881813883781433, 0.6719614267349243, 0.5370281934738159, 0.052815139293670654, 0.7555551528930664, 0.16819292306900024, -0.8014990091323853, -0.13532213866710663, -0.1760709285736084, 0.26968297362327576, -0.5588056445121765, 0.13849827647209167, -0.013484430499374866, -0.06374947726726532, 0.26297879219055176, 0.2538619041442871, -0.4300559163093567, 0.9276250600814819, -0.2615271508693695, -0.3592525124549866, 0.7960182428359985, 0.5974739789962769, 0.4958309531211853, 0.16503214836120605, -0.044541411101818085, 0.9007094502449036, -1.196651577949524, -0.6563176512718201, -0.7409548163414001, -0.1594567596912384, -0.4351082742214203, -0.032105933874845505, 0.6254410743713379, 0.29009905457496643, -0.1333388388156891, 0.47563934326171875, -0.5243486762046814, 0.35560351610183716, 1.0119842290878296, 0.35748639702796936, 0.34356969594955444, -0.7570229768753052, -0.2515777051448822, -0.14024297893047333, -0.9998159408569336, -0.2631373405456543, 0.8871029019355774, 0.22752615809440613, 0.8444606065750122, 0.5992543697357178, 0.6784542798995972, 0.1367231011390686, 0.2523827850818634, -0.30590325593948364, 0.3920295834541321, 0.437608540058136, -1.040114164352417, -0.42758387327194214, 0.021418537944555283, -0.9703339338302612, -0.14227524399757385, -0.034950267523527145, -0.4261709749698639, 0.7681735754013062, 0.00016574114852119237, -0.407670795917511, 0.7732731103897095, -0.4555831551551819, 0.7562877535820007, -0.4473652243614197, -0.026638904586434364, 0.4699097275733948, -0.7070639729499817, 0.4677427411079407, 0.12878794968128204, 0.62058424949646, -0.01557229459285736, -0.040786050260066986, 0.7104937434196472, -0.912915825843811, 0.2543866038322449, -0.6348398327827454, 0.22421309351921082, 0.2424696385860443, 0.5160627365112305, 0.5969954133033752, 0.43712443113327026, 0.10119900852441788, -0.2392088621854782, 0.041157811880111694, -0.8241122364997864, -0.21050600707530975, 0.6975153684616089, -0.7186893224716187, -0.686419665813446, -1.2355337142944336, 0.14438705146312714, 0.27347105741500854, 0.38930463790893555, 0.7959296107292175, 0.5714088082313538, 0.12895432114601135, 0.6805256605148315, 0.9888585805892944, -0.06885632872581482, 0.9166921377182007, 0.322447806596756, 0.09175135940313339, -0.21944871544837952, 0.7036823034286499, 0.266279011964798, -0.24707961082458496, -0.11939716339111328, 0.20913472771644592, -0.1106942743062973, -0.5917617082595825, -0.49990636110305786, 0.3701760172843933, -0.6731787919998169, -0.18303899466991425, -0.6243735551834106, -0.6043766736984253, -0.5117589831352234, 0.06927366554737091, -0.7147685289382935, 0.23979036509990692, -0.7753564119338989, -0.10574918985366821, 0.043234217911958694, 0.9792006611824036, -0.5893123745918274, 0.5805227160453796, -1.1218583583831787, 0.19345822930335999, -0.07949870824813843, 0.7921057939529419, 0.2139575183391571, -0.7344390153884888, -0.3975420594215393, -0.1159263625741005, -0.37299099564552307, -1.3576761484146118, 0.21404919028282166, -0.2454138547182083, 0.2309403419494629, 0.6145402789115906, 0.13977070152759552, 0.5258240699768066, -0.3432632386684418, 0.7029102444648743, -0.05701711028814316, -0.7069289684295654, 0.7934494018554688, -0.5026896595954895, 0.49635371565818787, 0.9766000509262085, 0.5333841443061829, -0.7984005808830261, 0.035741329193115234, -1.041123628616333, -0.6008692979812622, 0.38426414132118225, 0.11928926408290863, -0.03601069375872612, -0.6659560799598694, -0.05401993542909622, -0.16143813729286194, 0.604374349117279, -1.0390697717666626, -0.7858361005783081, 0.25766947865486145, 0.5277301073074341, 0.08168576657772064, -0.5653402209281921, 0.2088065892457962, -0.5444163084030151, 1.0657771825790405, 0.45109397172927856, 0.3274496793746948, 0.8406059145927429, 0.46492400765419006, -0.3823159635066986, 0.09252463281154633, 0.766269326210022, 0.6666229963302612, -0.5239793658256531, -0.2908029556274414, -0.08827545493841171, -0.9143403172492981, 0.059274859726428986, 0.11168916523456573, -0.013455775566399097, 0.9082115292549133, 0.5793079733848572, 0.25397080183029175, 0.4514283239841461, -0.7264604568481445, 0.8859450221061707, -0.14954206347465515, -0.12472905218601227, -1.0677244663238525, 0.19486172497272491, -0.2398495376110077, 0.5006404519081116, 1.0061330795288086, 0.5250046253204346, -0.04763001948595047, -0.8143380284309387, -0.014735984615981579, 0.6939172148704529, -0.709112286567688, -0.17449818551540375, 0.9448537826538086, 0.38471004366874695, -1.2953052520751953, 1.106776475906372, -0.5381771326065063, -0.5603322982788086, 0.9121299982070923, 0.5229567289352417, 1.1221849918365479, -0.4420414865016937, 0.0008673321572132409, 0.2662237286567688, 0.41378411650657654, 0.542317271232605, 1.0869630575180054, 0.4314131736755371, -0.7931064367294312, 0.8826578855514526, -0.24776022136211395, -0.403611421585083, -0.053475987166166306, -0.4285987317562103, 0.16892218589782715, -0.44061940908432007, -0.10713013261556625, -0.34441888332366943, 0.2854315936565399, -0.7072039842605591, 0.4280765950679779, -0.08385615050792694, 0.8653066754341125, -0.855372428894043, 0.47207650542259216, 0.6354703903198242, -0.3337355852127075, -0.8508187532424927, -0.2619844675064087, -0.11448463052511215, -0.6389464139938354, 0.30214792490005493, -0.45541033148765564, 0.04439876601099968, 0.09623489528894424, -0.6491516828536987, -1.1778275966644287, 0.9093633890151978, -0.6396121382713318, -0.2784460484981537, 0.20464053750038147, -0.11514749377965927, 0.28811708092689514, -0.2524644136428833, 0.010661333799362183, 0.4187657833099365, 0.7489398121833801, 0.28446540236473083, -0.772705614566803, -0.36948853731155396, 0.001503425883129239, -0.44474783539772034, 0.7582978010177612, -0.6002103686332703, 1.1840778589248657, -0.5563538670539856, -0.05965452268719673, 0.443844735622406, 0.24690911173820496, 0.21076209843158722, 0.6629217863082886, 0.1442081779241562, 0.728226363658905, 1.070120930671692, -0.40835270285606384, 0.8811811208724976, 0.2643279731273651, 0.4743088185787201, 0.7238500714302063, -0.6487724184989929, 0.7513747215270996, 0.3181048333644867, -0.568292498588562, 0.9228013753890991, 1.290606141090393, -0.15699172019958496, 0.807937502861023, 0.051364827901124954, -1.0816007852554321, 0.32583314180374146, -0.20724773406982422, -0.753006637096405, 0.315025269985199, 0.1905587762594223, -0.6920982003211975, -0.5770309567451477, -0.24046508967876434, -0.35662803053855896, -0.1155286431312561, -0.7631728053092957, 0.672057032585144, -0.016969051212072372, -0.510367751121521, 0.18857517838478088, 0.28774985671043396, 0.17368446290493011, -0.5235737562179565, -0.02939419075846672, -0.22823604941368103, 0.26606565713882446, -0.5670852661132812, -0.523452639579773, 0.5724431276321411, -0.3243022561073303, -0.5343254804611206, 0.1814747154712677, 0.7635871171951294, -0.16923776268959045, -0.4515410363674164, 0.32472753524780273, 0.6959525942802429, 0.16658525168895721, 0.42502841353416443, -0.23511254787445068, 0.244806170463562, -0.0804482251405716, -0.06651586294174194, 0.27714771032333374, 0.3449169993400574, 0.22435644268989563, 0.44501423835754395, 0.43285688757896423, -0.018087321892380714, -0.10736502707004547, -0.38281989097595215, 0.4124937951564789, -0.9542786478996277, -0.5713285207748413, -0.6307113766670227, 0.27406612038612366, -0.023154208436608315, -1.0836422443389893, 0.41451722383499146, 1.4406687021255493, 1.0359985828399658, -0.47563815116882324, 1.0672272443771362, -0.218185156583786, 0.9594789743423462, 0.4148309826850891, 0.5420441627502441, -0.6030411720275879, 0.038353465497493744, -0.43644028902053833, -1.076963186264038, -0.3571634590625763, 0.45393919944763184, -0.022899705916643143, -0.3429865837097168, 0.8725714683532715, 0.5887161493301392, -0.3347362279891968, -0.11727998405694962, 0.04848732799291611, -0.029941871762275696, -0.12433813512325287, 0.5145373344421387, 0.7648401856422424, -0.9344304203987122, -0.10680444538593292, -0.21577775478363037, -0.6382725238800049, -0.5047284364700317, -0.9632012248039246, -0.12959377467632294, -0.1603780835866928, 0.035343267023563385, -0.5662806034088135, 0.0025570630095899105, 1.2083247900009155, 0.5684952735900879, -1.1113989353179932, -0.5303788781166077, 0.33718571066856384, 0.3920419216156006, -0.18747897446155548, -0.24202410876750946, 0.29845690727233887, 0.15382236242294312, -0.5908880233764648, 0.6875663995742798, 0.8089624643325806, 0.20888888835906982, 0.19554778933525085, 0.15893001854419708, -0.8229475021362305, -0.1491345912218094, 0.1744045466184616, 0.9450567364692688, -0.939853847026825, -0.7114845514297485, -0.031684648245573044, -0.27094894647598267, -0.05765758082270622, 0.17102079093456268, -0.404634565114975, 0.5180680155754089, 0.3459150195121765, 0.4993349015712738, 0.056161247193813324, -0.05474662780761719, 0.5409559011459351, -0.9069055318832397, 0.09426012635231018, 0.4134364128112793, 0.4154116213321686, -0.4000864624977112, -0.5910195112228394, 0.6713424324989319, 1.0073974132537842, -0.6594868302345276, -0.8743270039558411, -0.1984671801328659, -1.0016005039215088, 0.04189702868461609, 0.676275908946991, 0.500952422618866, -0.4806514382362366, -0.4174497723579407, -0.561740517616272, -0.12546734511852264, -0.13699674606323242, 0.7621601819992065, 1.1796802282333374, -0.7432092428207397, 0.07975746691226959, -1.0386394262313843, 0.6594984531402588, -0.2419453114271164, -0.34575819969177246, -0.486443430185318, 0.3832801580429077, 0.3523697257041931, 0.4404810070991516, 0.6148121953010559, 0.14084722101688385, 0.8338431119918823, 0.3126053214073181, -0.17026856541633606, 0.2698981761932373, -0.45592013001441956, -0.028932824730873108, -0.057962577790021896, 0.3101596534252167, -1.0262155532836914 ]
imdltjwns/whisper-small-v1
imdltjwns
2023-11-30T00:49:26Z
0
0
null
[ "region:us" ]
2023-11-30T00:49:26Z
2023-11-30T00:49:26.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
imdltjwns/whisper-small-v1
[ -0.32276463508605957, -0.2256849706172943, 0.8622266054153442, 0.4346153736114502, -0.5282987952232361, 0.7012974619865417, 0.7915722131729126, 0.07618652284145355, 0.7746030688285828, 0.2563217282295227, -0.7852814793586731, -0.22573867440223694, -0.9104479551315308, 0.571567177772522, -0.39923295378685, 0.579124927520752, -0.14494504034519196, -0.10751153528690338, 0.28233760595321655, -0.2768952250480652, -0.5409225821495056, -0.36855238676071167, -1.1902778148651123, 0.06149180606007576, 0.5316585302352905, 0.7435146570205688, 0.7584060430526733, 0.3652171492576599, 0.643257737159729, 0.3932289481163025, -0.23138920962810516, 0.48270541429519653, -0.04171810299158096, 0.0026037758216261864, -0.3524433672428131, -0.5516901612281799, -0.28596553206443787, 0.07584800571203232, 1.0961298942565918, 0.966687798500061, -0.28466376662254333, 0.0533081591129303, -0.3063623011112213, 0.3308888375759125, -0.49734267592430115, 0.30541008710861206, -0.02250654436647892, 0.1631876826286316, -0.7041516304016113, -0.5535353422164917, 0.01279471255838871, -0.7361214756965637, 0.17926578223705292, -0.6900811195373535, 0.8269103169441223, 0.1858319491147995, 1.1533753871917725, 0.14819416403770447, -0.4624856114387512, -0.8161760568618774, -0.6538985967636108, 0.5711163282394409, -0.32703712582588196, 0.39680224657058716, 0.7028228044509888, -0.04857300594449043, -0.9820329546928406, -0.6745740175247192, -0.4646618962287903, 0.2923971116542816, 0.35402846336364746, -0.34116843342781067, -0.1752205342054367, -0.3058988153934479, 0.15792015194892883, 0.1281144767999649, -0.4841999113559723, -0.5543918013572693, -0.5475163459777832, -0.39602547883987427, 0.6206656694412231, 0.3482952117919922, 0.24291738867759705, -0.18884195387363434, -0.322858065366745, 0.08801640570163727, -0.4160853326320648, 0.3402572274208069, 0.633551299571991, 0.7114021182060242, -0.5811440944671631, 0.5602160692214966, -0.049276113510131836, 0.7439706921577454, 0.11445601284503937, -0.27478140592575073, 0.4146059453487396, -0.14724698662757874, 0.05517199635505676, 0.422635018825531, 0.31524449586868286, 0.2841312289237976, -0.3273703157901764, 0.20322339236736298, -0.32151463627815247, -0.3049624264240265, -0.22332198917865753, -0.2949073314666748, -0.35921743512153625, 0.5492290258407593, -0.3314017653465271, -0.42855507135391235, 1.1431758403778076, -0.42007702589035034, -0.7302224040031433, 0.3315640985965729, 0.40652114152908325, -0.09944720566272736, -0.3714647889137268, -0.05226045101881027, -0.8458786010742188, -0.007907167077064514, 0.7491180300712585, -0.7198967933654785, 0.33717378973960876, 0.47280630469322205, 0.7417216300964355, 0.1965058296918869, -0.1403449922800064, -0.4294942021369934, 0.2971966862678528, -0.8659993410110474, 0.6320170164108276, -0.20135219395160675, -1.0051977634429932, 0.1115046888589859, 0.8971704244613647, -0.3789640963077545, -1.209487795829773, 1.0605154037475586, -0.6887930631637573, 0.16017933189868927, -0.6767608523368835, -0.1466115415096283, -0.07118462026119232, -0.005096313543617725, -0.6088154911994934, 0.7567099332809448, 0.5872676372528076, -0.4995273947715759, 0.21429458260536194, -0.26029887795448303, -0.39151397347450256, 0.3882487416267395, -0.07935453951358795, -0.2185891568660736, 0.7138333320617676, -0.6647071242332458, -0.26932796835899353, 0.29427728056907654, 0.23689410090446472, -0.35706061124801636, -0.793192446231842, 0.0847804918885231, -0.057862091809511185, 1.5507502555847168, -0.03868846595287323, -0.3586108684539795, -0.679383397102356, -1.1506240367889404, -0.0707082599401474, 0.6886888146400452, -0.9194992184638977, -0.27839425206184387, -0.04640993848443031, -0.26169353723526, 0.08994907885789871, 0.7390593886375427, -1.1194050312042236, 0.2832726836204529, -0.05092742294073105, -0.22794702649116516, 0.8271058201789856, 0.15387198328971863, 0.24758896231651306, 0.1491348147392273, 0.4295869767665863, 0.527725875377655, 0.11115177720785141, 0.683587908744812, -0.34720340371131897, -0.9694350957870483, 0.6154635548591614, 0.25266462564468384, 0.8121450543403625, -0.49945372343063354, 0.2685089707374573, 0.27025461196899414, -0.3409681022167206, -0.5682374238967896, -0.31028398871421814, 0.09025710821151733, 0.1493057906627655, 0.11142502725124359, -0.572170615196228, -0.657612681388855, -0.9689142107963562, -0.13590672612190247, -0.43143779039382935, -0.35715675354003906, 0.21006926894187927, 0.5792905688285828, -1.1975528001785278, 0.41288748383522034, -0.7705627679824829, -0.7038741111755371, -0.010655218735337257, -0.19338101148605347, 0.7540656328201294, 0.43240195512771606, 0.5033965110778809, -0.6397144198417664, -0.5661988258361816, -0.2247016429901123, -1.0333740711212158, -0.13280503451824188, 0.24819688498973846, 0.3065742552280426, -0.1342329978942871, -0.27449607849121094, -0.4874028265476227, 0.8100385665893555, 0.14789147675037384, -0.5391901135444641, 0.5220769643783569, -0.3020312488079071, 0.17224816977977753, -0.6369153261184692, -0.06916908919811249, -0.6616762280464172, -0.0009069248917512596, -0.3608301877975464, -0.5737438201904297, 0.14772312343120575, 0.07017485052347183, -0.16065438091754913, 0.2880842387676239, -0.9092761874198914, -0.0010853856801986694, -0.7442210912704468, 0.3790721893310547, 0.06394723802804947, -0.31450873613357544, -0.017517125234007835, 1.0000386238098145, 0.7784460783004761, -0.3848043382167816, 0.7217443585395813, 0.4440043866634369, 0.19036082923412323, 0.7630513906478882, -0.18725137412548065, 0.16478165984153748, -0.524541974067688, -0.12161076068878174, -0.8887602090835571, -1.098294734954834, 0.7320574522018433, -0.6114254593849182, 0.36542847752571106, -0.42778629064559937, 0.2589159309864044, -0.6919259428977966, -0.03885338455438614, 0.4808601438999176, -0.05936373025178909, -0.6863951683044434, 0.5232565999031067, 0.45317450165748596, -0.2019243687391281, -0.6609035134315491, -0.5301569104194641, 0.39365893602371216, 0.6154114603996277, -0.1639038622379303, 0.06878484040498734, 0.14941076934337616, -0.5441923141479492, -0.04080250486731529, -0.3869190812110901, -0.45766744017601013, 0.05422395467758179, 0.13053351640701294, -0.00575077161192894, -0.40482020378112793, -0.086802639067173, -0.35842016339302063, -0.4656124711036682, 0.21876473724842072, 0.3011951446533203, -0.04096364229917526, -0.42599719762802124, -0.36198151111602783, -0.8881805539131165, 0.6719613075256348, 0.537027895450592, 0.05281531810760498, 0.7555550336837769, 0.16819237172603607, -0.8014988899230957, -0.13532182574272156, -0.17607024312019348, 0.2696831524372101, -0.5588054656982422, 0.1384984403848648, -0.013484835624694824, -0.06374941766262054, 0.26297885179519653, 0.2538618743419647, -0.4300558567047119, 0.9276255369186401, -0.2615275979042053, -0.35925254225730896, 0.7960186004638672, 0.597474217414856, 0.49583107233047485, 0.16503214836120605, -0.04454109072685242, 0.9007097482681274, -1.196651816368103, -0.6563172936439514, -0.7409545183181763, -0.15945680439472198, -0.43510890007019043, -0.03210566192865372, 0.62544184923172, 0.29009896516799927, -0.13333894312381744, 0.4756396412849426, -0.5243493914604187, 0.35560303926467896, 1.0119836330413818, 0.3574868142604828, 0.34356921911239624, -0.7570231556892395, -0.2515777051448822, -0.14024308323860168, -0.9998161196708679, -0.26313748955726624, 0.887103259563446, 0.22752638161182404, 0.844460666179657, 0.5992542505264282, 0.6784540414810181, 0.1367228776216507, 0.25238290429115295, -0.30590304732322693, 0.39202895760536194, 0.43760862946510315, -1.0401136875152588, -0.42758432030677795, 0.021418768912553787, -0.9703335762023926, -0.14227545261383057, -0.03494993597269058, -0.4261710047721863, 0.7681742906570435, 0.0001658797264099121, -0.4076712131500244, 0.7732735872268677, -0.4555830955505371, 0.7562873959541321, -0.44736447930336, -0.02663872018456459, 0.469910204410553, -0.7070637941360474, 0.467742919921875, 0.1287877857685089, 0.6205843091011047, -0.0155723188072443, -0.04078652709722519, 0.7104939818382263, -0.9129161834716797, 0.2543862760066986, -0.6348403096199036, 0.2242133915424347, 0.2424696981906891, 0.5160626173019409, 0.5969959497451782, 0.4371243417263031, 0.10119901597499847, -0.2392088919878006, 0.04115796834230423, -0.8241121172904968, -0.21050623059272766, 0.6975145936012268, -0.7186893224716187, -0.6864197850227356, -1.2355340719223022, 0.14438621699810028, 0.2734709680080414, 0.38930460810661316, 0.795930027961731, 0.5714082717895508, 0.12895461916923523, 0.6805253624916077, 0.9888580441474915, -0.0688561424612999, 0.9166919589042664, 0.32244738936424255, 0.09175170958042145, -0.2194490134716034, 0.703683078289032, 0.26627904176712036, -0.24707934260368347, -0.11939742416143417, 0.20913457870483398, -0.11069389432668686, -0.5917626619338989, -0.49990710616111755, 0.3701755702495575, -0.6731786727905273, -0.18303920328617096, -0.6243734359741211, -0.6043767333030701, -0.511759340763092, 0.06927390396595001, -0.7147684693336487, 0.23979032039642334, -0.7753567695617676, -0.10574899613857269, 0.043233998119831085, 0.9792006611824036, -0.5893126130104065, 0.5805231332778931, -1.1218578815460205, 0.19345803558826447, -0.07949887961149216, 0.7921060919761658, 0.21395781636238098, -0.7344390749931335, -0.3975420892238617, -0.11592620611190796, -0.37299099564552307, -1.357675552368164, 0.21404924988746643, -0.24541392922401428, 0.23093974590301514, 0.614540696144104, 0.1397702991962433, 0.5258243083953857, -0.34326377511024475, 0.702910304069519, -0.05701731517910957, -0.7069289684295654, 0.7934499979019165, -0.5026897192001343, 0.4963531494140625, 0.9765996932983398, 0.5333834886550903, -0.7984002828598022, 0.03574082627892494, -1.0411230325698853, -0.6008694767951965, 0.3842642903327942, 0.11928918212652206, -0.036011144518852234, -0.6659562587738037, -0.05401959270238876, -0.1614381968975067, 0.6043745875358582, -1.039069652557373, -0.7858361601829529, 0.25766971707344055, 0.5277299284934998, 0.0816851481795311, -0.5653404593467712, 0.20880742371082306, -0.5444168448448181, 1.0657771825790405, 0.4510936141014099, 0.3274500370025635, 0.8406063318252563, 0.4649243950843811, -0.3823159635066986, 0.0925244390964508, 0.7662692666053772, 0.6666229963302612, -0.5239797830581665, -0.29080286622047424, -0.08827494084835052, -0.9143403172492981, 0.05927516147494316, 0.11168923228979111, -0.013456663116812706, 0.9082114100456238, 0.579308032989502, 0.2539702355861664, 0.45142823457717896, -0.7264604568481445, 0.8859449625015259, -0.14954212307929993, -0.12472926080226898, -1.0677238702774048, 0.19486169517040253, -0.23984964191913605, 0.5006398558616638, 1.0061326026916504, 0.5250049829483032, -0.04763011261820793, -0.814338207244873, -0.014736270532011986, 0.6939171552658081, -0.7091125845909119, -0.17449769377708435, 0.9448537826538086, 0.38470953702926636, -1.2953052520751953, 1.1067757606506348, -0.5381773114204407, -0.5603318214416504, 0.9121299982070923, 0.5229568481445312, 1.1221845149993896, -0.44204193353652954, 0.000867718830704689, 0.26622384786605835, 0.41378435492515564, 0.542317271232605, 1.0869636535644531, 0.4314137101173401, -0.7931064367294312, 0.8826586604118347, -0.24776022136211395, -0.40361136198043823, -0.053476233035326004, -0.42859870195388794, 0.16892209649085999, -0.4406197965145111, -0.10712938010692596, -0.3444187045097351, 0.2854316532611847, -0.7072036266326904, 0.42807644605636597, -0.08385693281888962, 0.8653063774108887, -0.8553723096847534, 0.47207584977149963, 0.635469913482666, -0.33373528718948364, -0.8508185148239136, -0.26198476552963257, -0.1144849881529808, -0.6389467716217041, 0.3021477162837982, -0.4554100036621094, 0.04439947009086609, 0.09623463451862335, -0.6491514444351196, -1.1778273582458496, 0.9093636274337769, -0.6396118402481079, -0.27844592928886414, 0.20464015007019043, -0.11514689773321152, 0.2881166338920593, -0.25246480107307434, 0.010661030188202858, 0.4187657833099365, 0.7489398717880249, 0.2844651937484741, -0.772705614566803, -0.36948856711387634, 0.0015035688411444426, -0.44474801421165466, 0.7582974433898926, -0.6002103090286255, 1.1840779781341553, -0.5563536882400513, -0.05965398624539375, 0.4438451826572418, 0.24690869450569153, 0.21076229214668274, 0.6629220247268677, 0.14420826733112335, 0.7282260060310364, 1.0701210498809814, -0.408353328704834, 0.8811805844306946, 0.26432856917381287, 0.4743083417415619, 0.723850429058075, -0.648772120475769, 0.7513750791549683, 0.31810426712036133, -0.5682926774024963, 0.9228013753890991, 1.2906067371368408, -0.156991645693779, 0.8079373240470886, 0.051364969462156296, -1.0816004276275635, 0.3258339464664459, -0.20724764466285706, -0.7530062794685364, 0.3150257468223572, 0.19055864214897156, -0.6920984983444214, -0.5770312547683716, -0.24046477675437927, -0.3566281497478485, -0.11552877724170685, -0.7631732225418091, 0.6720567345619202, -0.01696937531232834, -0.5103669166564941, 0.18857508897781372, 0.28774985671043396, 0.17368420958518982, -0.5235732793807983, -0.02939426526427269, -0.2282361090183258, 0.26606500148773193, -0.5670851469039917, -0.5234524011611938, 0.5724431276321411, -0.3243017792701721, -0.5343261957168579, 0.181474968791008, 0.7635871171951294, -0.16923797130584717, -0.45154136419296265, 0.3247275650501251, 0.695952832698822, 0.16658547520637512, 0.42502737045288086, -0.23511295020580292, 0.24480581283569336, -0.08044815063476562, -0.06651568412780762, 0.2771472930908203, 0.3449172377586365, 0.22435632348060608, 0.4450138211250305, 0.43285664916038513, -0.018087025731801987, -0.10736523568630219, -0.3828202784061432, 0.4124937057495117, -0.9542789459228516, -0.5713284611701965, -0.6307109594345093, 0.27406659722328186, -0.02315386012196541, -1.0836422443389893, 0.4145169258117676, 1.4406683444976807, 1.0359985828399658, -0.47563809156417847, 1.0672271251678467, -0.21818473935127258, 0.959479033946991, 0.41483181715011597, 0.5420445203781128, -0.6030405759811401, 0.03835327550768852, -0.43644028902053833, -1.0769630670547485, -0.35716360807418823, 0.4539380967617035, -0.022899765521287918, -0.34298673272132874, 0.8725716471672058, 0.5887163877487183, -0.33473584055900574, -0.11728052794933319, 0.048487190157175064, -0.02994121052324772, -0.12433842569589615, 0.514537513256073, 0.7648400068283081, -0.934430718421936, -0.10680384933948517, -0.2157776802778244, -0.6382726430892944, -0.5047281980514526, -0.9632003903388977, -0.12959395349025726, -0.1603783369064331, 0.03534340113401413, -0.5662808418273926, 0.0025572539307177067, 1.2083247900009155, 0.5684955716133118, -1.11139976978302, -0.5303782224655151, 0.3371855616569519, 0.39204245805740356, -0.18747937679290771, -0.24202413856983185, 0.29845720529556274, 0.153822660446167, -0.5908879041671753, 0.6875664591789246, 0.8089619874954224, 0.20888881385326385, 0.1955476701259613, 0.15893006324768066, -0.8229471445083618, -0.14913445711135864, 0.17440518736839294, 0.9450565576553345, -0.9398537874221802, -0.7114846110343933, -0.031684648245573044, -0.27094846963882446, -0.05765676498413086, 0.1710204780101776, -0.4046345353126526, 0.5180683135986328, 0.345914363861084, 0.49933457374572754, 0.05616077035665512, -0.054746996611356735, 0.5409553050994873, -0.9069053530693054, 0.09425961971282959, 0.4134364128112793, 0.41541123390197754, -0.4000871777534485, -0.5910199880599976, 0.6713417172431946, 1.0073975324630737, -0.6594865322113037, -0.8743267059326172, -0.1984672248363495, -1.0015995502471924, 0.04189710691571236, 0.6762753129005432, 0.5009526610374451, -0.48065176606178284, -0.41744956374168396, -0.5617403984069824, -0.12546785175800323, -0.13699716329574585, 0.7621607780456543, 1.179680347442627, -0.7432098984718323, 0.07975776493549347, -1.038639783859253, 0.6594985723495483, -0.2419460117816925, -0.34575825929641724, -0.48644328117370605, 0.38328006863594055, 0.35236984491348267, 0.44048088788986206, 0.6148124933242798, 0.14084649085998535, 0.8338424563407898, 0.3126063644886017, -0.17026855051517487, 0.26989802718162537, -0.45592015981674194, -0.02893330156803131, -0.05796271562576294, 0.31015968322753906, -1.02621591091156 ]
mestikon/mest
mestikon
2023-11-30T00:50:57Z
0
0
null
[ "diffusers", "text-to-image", "stable-diffusion", "lora", "template:sd-lora", "base_model:stabilityai/sdxl-turbo", "region:us", "has_space" ]
2023-11-30T00:50:57Z
2023-11-30T00:50:43.000Z
null
null
--- tags: - text-to-image - stable-diffusion - lora - diffusers - template:sd-lora widget: - text: '-' output: url: images/02-15-13-4HRE9NIATBvfQAAAAASUVORK5CYII=.jpg base_model: stabilityai/sdxl-turbo instance_prompt: mestikon --- # Mestikon <Gallery /> ## Trigger words You should use `mestikon` to trigger the image generation. ## Download model [Download](/mestikon/mest/tree/main) them in the Files & versions tab.
null
diffusers
text-to-image
null
null
null
null
null
null
null
null
null
mestikon/mest
[ -0.6286619901657104, -0.4538794159889221, 0.0319148525595665, -0.014863608404994011, -1.0166962146759033, 0.0050876266323029995, 0.2555660903453827, -0.20301471650600433, 0.5723837614059448, 0.5085962414741516, -0.976519763469696, -0.5968642830848694, -0.6399192810058594, 0.39174169301986694, -0.40645208954811096, 0.753320038318634, 0.03436466306447983, -0.05098731070756912, 0.2891502380371094, 0.08540023863315582, -0.7333924174308777, 0.005058799404650927, -1.0602847337722778, -0.11118192225694656, 0.5635998845100403, 0.5991476774215698, 0.5699714422225952, 0.455885112285614, 0.3935787081718445, 0.32294559478759766, 0.157562255859375, -0.16985729336738586, -0.3266698718070984, 0.7816371321678162, -0.13493233919143677, -0.35246625542640686, -0.28718653321266174, -0.11375999450683594, 0.34060239791870117, -0.20638196170330048, 0.125820130109787, 0.41745680570602417, -0.2503398358821869, 0.5389752388000488, -0.9656201601028442, -0.0804145410656929, -0.7452580332756042, 0.3437767028808594, -0.5664271116256714, -0.5567808747291565, 0.04978135600686073, -0.4158399999141693, -0.1514209657907486, -0.6758047938346863, 0.054411113262176514, -0.032368212938308716, 0.9914467930793762, -0.05175607278943062, -0.6860989332199097, -0.2825775444507599, -0.6358757019042969, 0.47487202286720276, -0.46087899804115295, 0.3124352991580963, 0.22298680245876312, 0.7403650283813477, -0.41045236587524414, -1.0994596481323242, -0.4337199628353119, 0.03468777611851692, 0.12204259634017944, 0.09506738930940628, -0.500991702079773, -0.48514583706855774, 0.43819528818130493, 0.31766483187675476, -0.5544376969337463, -0.3889210522174835, -1.0105386972427368, -0.18618004024028778, 0.5001936554908752, 0.36428123712539673, 0.8149672150611877, -0.5018762946128845, -0.08218549191951752, -0.57347172498703, -1.1944911479949951, -0.2625567317008972, 0.6044577956199646, -0.02439187280833721, 0.01926027052104473, 0.6200860142707825, -0.12024682760238647, 0.5143484473228455, 0.4584468901157379, 0.01850528083741665, 0.3870321214199066, -0.3457648754119873, -0.3723650574684143, 0.06095432490110397, 1.0021477937698364, 0.4752451777458191, 0.10807894170284271, 0.4554273188114166, -0.05101890489459038, -0.15508227050304413, 0.4791773855686188, -1.2084071636199951, -0.3019747734069824, 0.15484464168548584, -0.5175061821937561, -0.6961365342140198, -0.10669226199388504, -0.8996827006340027, 0.05738678202033043, 0.36146456003189087, 0.4210326671600342, -0.497507244348526, -0.7949375510215759, -0.05841018632054329, -0.281369686126709, 0.09399358183145523, 0.5115630030632019, -0.867538332939148, 0.0038347472436726093, 0.015824908390641212, 0.5652111172676086, 0.5871893763542175, -0.22029933333396912, -0.3341664969921112, 0.4601711630821228, -0.5728870630264282, 1.0880588293075562, 0.06329436600208282, -0.9335011839866638, 0.5442705154418945, 0.47601351141929626, 0.07604600489139557, -0.44327157735824585, 0.7813518643379211, -0.59344881772995, 0.5330166220664978, -0.46520575881004333, -0.43191012740135193, -0.7517291903495789, 0.1444476842880249, -0.7128998637199402, 1.0763235092163086, 0.10877974331378937, -1.179931402206421, 0.5401247143745422, -1.0720056295394897, -0.38956761360168457, 0.4426290690898895, -0.17764703929424286, -0.5040581822395325, 0.11100733280181885, -0.40288710594177246, 0.7200703620910645, 0.37146833539009094, 0.08879741281270981, -0.04451945424079895, 0.10172855854034424, 0.08513890206813812, 0.10655698925256729, 0.7127777934074402, 0.7903551459312439, -0.14153362810611725, 0.1264140009880066, -0.587633490562439, -0.2577134072780609, 0.7455645203590393, -0.252219021320343, -0.36143943667411804, -0.02880212850868702, 0.3336727023124695, 0.2071937471628189, 0.34979555010795593, -0.41203635931015015, 0.5877628326416016, 0.1960216462612152, 0.03605654835700989, 0.4775379002094269, 0.3504818379878998, 0.4674978256225586, -0.37602123618125916, 0.7985185384750366, 0.21445833146572113, 0.29401370882987976, -0.2925974726676941, -0.44810178875923157, -0.7392886281013489, 0.2693661153316498, 0.05103253573179245, 0.2710541784763336, -0.7062501311302185, 0.3483567237854004, -0.05327766388654709, -0.6924623847007751, -0.015129601582884789, 0.1522568017244339, 0.17842116951942444, 0.31776517629623413, -0.18388612568378448, -0.5096672773361206, -0.40789979696273804, -0.9655857682228088, 0.26936036348342896, 0.06469620764255524, 0.07803339511156082, 0.3766932189464569, 0.7280070185661316, -0.051111143082380295, 0.4812469482421875, -0.6351585984230042, -0.1963799148797989, -0.21780981123447418, 0.6387916207313538, 0.25122395157814026, 0.5502838492393494, 1.2367315292358398, -0.8626905679702759, -0.6260119676589966, -0.4551854729652405, -0.801029622554779, -0.44470593333244324, 0.259807288646698, -0.5809241533279419, 0.22303472459316254, 0.3407265841960907, -0.766398012638092, 0.5203843712806702, 0.5775564312934875, -0.8281558156013489, 1.0630460977554321, -0.05938546732068062, 0.5768848657608032, -1.7034664154052734, 0.14561624825000763, -0.27795496582984924, -0.7971604466438293, -0.3247392475605011, 0.34949710965156555, -0.09247344732284546, -0.3179289996623993, -0.9891970753669739, 0.5791820883750916, -0.825307309627533, -0.27686676383018494, -0.23462983965873718, -0.29750457406044006, -0.12912000715732574, -0.0794430524110794, -0.24844948947429657, 0.8825021386146545, 0.8415403366088867, -0.5820454359054565, 0.5995173454284668, 0.41897186636924744, -0.3537793457508087, 0.4888012707233429, -0.44279247522354126, 0.13032934069633484, 0.07935260981321335, 0.19394104182720184, -0.7578287124633789, -0.6315342783927917, 0.5769540071487427, -0.1746128350496292, 0.7003682851791382, -0.29529762268066406, -0.8010683059692383, -0.8237247467041016, -0.5354449152946472, 0.5152114033699036, 0.9531177878379822, -0.3316871225833893, 0.4159836173057556, 0.43824824690818787, 0.20160384476184845, -0.09374336153268814, -0.49818986654281616, 0.17905671894550323, -0.156205415725708, -0.7212769389152527, -0.09402637928724289, -0.046243708580732346, 0.02830605022609234, -0.002622404368594289, 0.41606655716896057, 0.07224380970001221, -0.20510268211364746, 0.35136720538139343, 0.1766522079706192, -0.15721885859966278, 0.18076296150684357, 0.30867981910705566, -0.24574242532253265, -0.33878907561302185, -0.14277490973472595, 0.8527258634567261, 0.0546407476067543, -0.24259880185127258, -0.4085078537464142, 0.4459232687950134, 0.5961294174194336, 0.025481536984443665, 0.4621433615684509, 0.5675439238548279, -0.46143242716789246, 0.12546144425868988, -0.49137401580810547, -0.5023340582847595, -0.560973584651947, 0.2557963728904724, -0.49556559324264526, -0.552850067615509, 0.21573935449123383, -0.36399316787719727, 0.2964615821838379, 0.6867081522941589, 0.8431496024131775, -0.2318352311849594, 0.96514493227005, 0.42446088790893555, 0.19400273263454437, 0.657913327217102, -0.5705181360244751, -0.178811177611351, -0.9760939478874207, 0.10743285715579987, -0.39287447929382324, -0.6186290383338928, -0.18494264781475067, -0.2969685196876526, 0.503542959690094, 0.5104507207870483, -0.3241752088069916, 0.946223258972168, -0.7837414145469666, 0.4485485851764679, 0.7585781216621399, -0.032710712403059006, 0.3541715145111084, 0.1051599308848381, -0.1537020355463028, -0.20365388691425323, -0.42551177740097046, -0.6566178202629089, 0.931048572063446, 0.06716356426477432, 0.8595946431159973, 0.024895207956433296, 0.820906937122345, -0.023146791383624077, 0.28198710083961487, -0.37664344906806946, 0.6078011393547058, -0.26553472876548767, -1.2130643129348755, -0.006996993441134691, 0.42638713121414185, -1.2269365787506104, -0.23467527329921722, -0.6541600227355957, -0.6734572052955627, 0.012581476010382175, 0.31328874826431274, 0.09513331204652786, 0.5261503458023071, -0.39702844619750977, 0.9668341875076294, -0.132289856672287, 0.11921963840723038, -0.44044622778892517, -0.23367659747600555, 0.5063208937644958, -0.0728214830160141, 0.03535481542348862, -0.5067869424819946, 0.0006095468997955322, 0.80591881275177, -0.4707009196281433, 0.7370129227638245, -0.24171511828899384, 0.18046854436397552, 0.33878859877586365, 0.7512698769569397, 0.3800967037677765, -0.24783407151699066, 0.1853495091199875, -0.09242274612188339, -0.03773295134305954, -0.14621791243553162, -0.17317378520965576, 0.7012646794319153, -0.3105820119380951, -0.29394274950027466, -0.19742310047149658, -0.37206098437309265, 0.5130024552345276, 0.4047850966453552, 1.0083476305007935, 0.4886789917945862, -0.10508930683135986, -0.15244777500629425, 0.3213481903076172, -0.27143722772598267, 0.5289551019668579, 0.39120498299598694, -1.107996940612793, -0.3148121237754822, 0.46239688992500305, 0.44822338223457336, -0.03363913670182228, -0.006984581705182791, 0.20385709404945374, -0.5676103234291077, -0.580793559551239, -1.0273804664611816, 0.0017688667867332697, -0.7285684943199158, -0.6403071284294128, -0.652160108089447, -0.2034808099269867, -0.25419530272483826, -0.2806563675403595, -0.3262523114681244, -0.5816559791564941, -0.6081131100654602, -0.16846540570259094, 1.0678666830062866, 0.6630516052246094, -0.46767348051071167, 0.6334260702133179, -0.9826722741127014, 0.0606689453125, 0.5831767916679382, -0.02057667262852192, 0.017097970470786095, -0.17405590415000916, -0.25424423813819885, -0.14792142808437347, -1.201661229133606, -1.2378873825073242, 0.5351535677909851, 0.3956744968891144, 0.024865267798304558, 0.7471031546592712, -0.17612361907958984, 0.39482951164245605, -0.5026839375495911, 0.9278095960617065, 0.5761137008666992, -0.5901228189468384, 1.1349236965179443, -1.1213090419769287, 0.35807663202285767, 0.4662953019142151, 0.2897075116634369, -0.4094817042350769, -0.7374181747436523, -1.047674298286438, -0.5617600083351135, 0.10557734221220016, 0.3836636543273926, 0.6065760850906372, -0.17045627534389496, 0.36812809109687805, -0.022672414779663086, 0.28145450353622437, -0.8892616629600525, -0.2395840883255005, -0.1910775750875473, 0.24481119215488434, 0.4289138615131378, -0.4690878689289093, -0.08864633738994598, -0.3992471694946289, 0.8123658299446106, 0.08258344978094101, 0.061913780868053436, 0.1634698212146759, 0.24073271453380585, -0.9855217337608337, 0.20401747524738312, 0.19063980877399445, 0.5705404877662659, -0.25649407505989075, -0.053831253200769424, -0.07510287314653397, -0.63495934009552, 0.17379045486450195, -0.6433214545249939, -0.5417796969413757, 0.40748658776283264, -0.03961438313126564, 0.7422844767570496, 0.3717779517173767, -0.3012925684452057, 0.47687986493110657, -0.19903579354286194, -0.4420297145843506, -0.5452698469161987, 0.384511262178421, 0.427717924118042, 0.4517252445220947, 0.32886067032814026, 0.09090591967105865, 0.37369123101234436, -0.574895977973938, 0.18825136125087738, 0.33800008893013, -0.12592193484306335, -0.3673909604549408, 0.9197443723678589, 0.082862988114357, -0.21985815465450287, 0.5452042818069458, -0.5195223093032837, -0.5230140089988708, 0.7161827087402344, 0.6905477643013, 1.3579823970794678, -0.3585609793663025, 0.39511188864707947, 0.8736283183097839, -0.10776589065790176, -0.13681699335575104, 0.7735757827758789, 0.19263632595539093, -0.8645233511924744, -0.14788277447223663, -0.9669219255447388, 0.0013811418320983648, 0.14188699424266815, -0.28657859563827515, 0.7301415205001831, -0.5229232907295227, -0.41219112277030945, 0.15195176005363464, 0.04474160075187683, -0.40517765283584595, 0.2445031702518463, 0.3519514501094818, 1.4790409803390503, -0.8745301961898804, 1.0313392877578735, 1.0164214372634888, -0.7249435186386108, -1.1790741682052612, -0.3509069085121155, 0.21903975307941437, -0.7106078863143921, 0.8450797200202942, 0.05012650415301323, 0.1761220246553421, 0.17195984721183777, -1.0189597606658936, -0.6127068400382996, 1.3439947366714478, 0.12066400051116943, -0.7101349830627441, 0.620583713054657, -0.5503741502761841, 0.34253066778182983, -0.9702759981155396, 0.19040727615356445, -0.21714557707309723, 0.751499593257904, 0.791304886341095, -0.6882542371749878, 0.22385819256305695, -0.5300541520118713, 0.22712776064872742, 0.7376565933227539, -0.1581479012966156, 1.2084290981292725, -0.0782298818230629, -0.6176215410232544, 0.41118335723876953, 0.24302521347999573, 0.13281570374965668, 0.10190574824810028, 0.665250837802887, 1.057580590248108, 0.01009749062359333, -0.036289263516664505, 1.078945279121399, -0.2085883915424347, 0.6069843173027039, 1.2028602361679077, -0.05481143668293953, 0.8508917689323425, 0.317169725894928, -0.2764957845211029, 0.8797248005867004, 1.2996413707733154, -0.7598289847373962, 0.8460386991500854, 0.07347587496042252, -0.4346359670162201, -0.2355830818414688, -0.2749794125556946, -0.5504513382911682, 0.4619407057762146, 0.1551436334848404, -0.5302780866622925, -0.660062313079834, 0.05330095812678337, 0.2213137447834015, -0.4091624617576599, -0.32888898253440857, 0.8552494049072266, -0.0717017874121666, -0.36744043231010437, 0.648156464099884, -0.3281891942024231, 0.5597884058952332, -0.57357257604599, 0.06791126728057861, 0.024550678208470345, -0.2218838781118393, -0.22424176335334778, -0.8059674501419067, 0.8485807776451111, -0.10789702087640762, -0.16168157756328583, 0.010425356216728687, 1.2580699920654297, -0.4868593215942383, -0.8440789580345154, 0.19517609477043152, 0.7677593231201172, 0.5549060106277466, -0.06380453705787659, -0.9700827598571777, -0.13269218802452087, 0.031837280839681625, -0.37135252356529236, 0.31585827469825745, 0.06589742749929428, 0.02628050372004509, 0.47989699244499207, 0.8417354226112366, 0.1170881986618042, 0.22542069852352142, 0.0621904693543911, 1.0015088319778442, -0.47043377161026, -0.35503649711608887, -0.7634077072143555, 0.6072600483894348, -0.06618808209896088, -0.22767063975334167, 0.5272654294967651, 0.4938409626483917, 0.5719767808914185, -0.5859785079956055, 0.5931092500686646, -0.9390764236450195, 0.17995712161064148, -0.2605113685131073, 1.0731569528579712, -0.9945674538612366, -0.4877857565879822, -0.41342905163764954, -0.8634816408157349, -0.12450946122407913, 0.5482718348503113, -0.05760309845209122, -0.3307681679725647, 0.5350357890129089, 0.77935791015625, -0.6253711581230164, 0.0528084821999073, 0.3889267146587372, 0.4378049075603485, -0.03381248563528061, 0.3064742684364319, 0.8141964673995972, -0.774016797542572, 0.13012224435806274, -0.32741811871528625, -0.1657695323228836, -0.1295749843120575, -1.30926513671875, -0.7273098826408386, -0.7496600151062012, -0.33595842123031616, -0.43025967478752136, -0.11427084356546402, 0.8381209969520569, 0.9055042266845703, -0.8926125764846802, -0.4734274744987488, -0.1491042822599411, -0.03107273578643799, 0.3532727062702179, -0.16076408326625824, 0.17247235774993896, -0.06395302712917328, -0.8261117935180664, -0.4310881197452545, 0.44184890389442444, 0.6744300723075867, -0.3092510998249054, -0.11395610868930817, -0.4083041250705719, -0.4065732955932617, 0.26597699522972107, 0.28695550560951233, -0.14543677866458893, 0.012627912685275078, -0.48296648263931274, 0.06763045489788055, 0.14777088165283203, 0.6006167531013489, -0.5067554116249084, 0.4406990706920624, 1.0046433210372925, -0.3015134632587433, 0.6256449818611145, -0.3882521688938141, 0.7752074003219604, -0.7430676221847534, 0.698905885219574, -0.10673920065164566, 0.7276923060417175, 0.23049752414226532, -0.5193625688552856, 0.7301192283630371, 0.22805353999137878, -0.531218945980072, -0.2176574319601059, 0.27453747391700745, -0.7534874081611633, -0.2569384276866913, 0.8574285507202148, -0.025540189817547798, -0.29670587182044983, 0.23719513416290283, -0.5310648083686829, 0.4447236657142639, -0.6242457628250122, 0.7741686701774597, 0.5451387166976929, 0.19090701639652252, -0.3515379726886749, -0.9348286390304565, 0.7920299172401428, -0.23922137916088104, -0.918802797794342, -0.4756864607334137, 0.6489399075508118, 0.3731597363948822, 0.8004865646362305, 0.746059000492096, -0.3286021053791046, 0.48610371351242065, 0.045100849121809006, 0.3861512541770935, 0.10624150186777115, -0.004499111790210009, 0.06110282614827156, -0.0951802060008049, -0.0864158645272255, -0.6102071404457092 ]
behzadnet/Llama-2-7b-chat-hf-sharded-bf16-fine-tuned-adapters_RandomError60percentSeed100
behzadnet
2023-11-30T00:51:49Z
0
0
null
[ "peft", "arxiv:1910.09700", "base_model:Trelis/Llama-2-7b-chat-hf-sharded-bf16", "region:us" ]
2023-11-30T00:51:49Z
2023-11-30T00:51:42.000Z
null
null
--- library_name: peft base_model: Trelis/Llama-2-7b-chat-hf-sharded-bf16 --- # Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> - **Developed by:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Model type:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] - **Finetuned from model [optional]:** [More Information Needed] ### Model Sources [optional] <!-- Provide the basic links for the model. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. --> ### Direct Use <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. --> [More Information Needed] ### Downstream Use [optional] <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. ## How to Get Started with the Model Use the code below to get started with the model. [More Information Needed] ## Training Details ### Training Data <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. --> [More Information Needed] ### Training Procedure <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. --> #### Preprocessing [optional] [More Information Needed] #### Training Hyperparameters - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision --> #### Speeds, Sizes, Times [optional] <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. --> [More Information Needed] ## Evaluation <!-- This section describes the evaluation protocols and provides the results. --> ### Testing Data, Factors & Metrics #### Testing Data <!-- This should link to a Data Card if possible. --> [More Information Needed] #### Factors <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. --> [More Information Needed] #### Metrics <!-- These are the evaluation metrics being used, ideally with a description of why. --> [More Information Needed] ### Results [More Information Needed] #### Summary ## Model Examination [optional] <!-- Relevant interpretability work for the model goes here --> [More Information Needed] ## Environmental Impact <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly --> Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). - **Hardware Type:** [More Information Needed] - **Hours used:** [More Information Needed] - **Cloud Provider:** [More Information Needed] - **Compute Region:** [More Information Needed] - **Carbon Emitted:** [More Information Needed] ## Technical Specifications [optional] ### Model Architecture and Objective [More Information Needed] ### Compute Infrastructure [More Information Needed] #### Hardware [More Information Needed] #### Software [More Information Needed] ## Citation [optional] <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Model Card Authors [optional] [More Information Needed] ## Model Card Contact [More Information Needed] ## Training procedure The following `bitsandbytes` quantization config was used during training: - load_in_8bit: False - load_in_4bit: True - llm_int8_threshold: 6.0 - llm_int8_skip_modules: None - llm_int8_enable_fp32_cpu_offload: False - llm_int8_has_fp16_weight: False - bnb_4bit_quant_type: nf4 - bnb_4bit_use_double_quant: True - bnb_4bit_compute_dtype: bfloat16 ### Framework versions - PEFT 0.7.0.dev0 ## Training procedure The following `bitsandbytes` quantization config was used during training: - load_in_8bit: False - load_in_4bit: True - llm_int8_threshold: 6.0 - llm_int8_skip_modules: None - llm_int8_enable_fp32_cpu_offload: False - llm_int8_has_fp16_weight: False - bnb_4bit_quant_type: nf4 - bnb_4bit_use_double_quant: True - bnb_4bit_compute_dtype: bfloat16 ### Framework versions - PEFT 0.7.0.dev0
null
peft
null
null
null
null
null
null
null
null
null
null
behzadnet/Llama-2-7b-chat-hf-sharded-bf16-fine-tuned-adapters_RandomError60percentSeed100
[ -0.6030905842781067, -0.5946184396743774, 0.40132710337638855, 0.10004298388957977, -0.28979748487472534, -0.24571272730827332, 0.03528920188546181, -0.5088129043579102, 0.023202110081911087, 0.5683926343917847, -0.725226640701294, -0.5925102829933167, -0.5766267776489258, -0.049334991723299026, -0.1690005660057068, 1.0991840362548828, -0.021134115755558014, 0.2531152367591858, -0.20254741609096527, 0.11383011937141418, -0.47559183835983276, -0.6499412059783936, -0.7762133479118347, -0.3800544738769531, 0.2745409309864044, 0.34671878814697266, 0.4657520353794098, 0.645929217338562, 0.6839725971221924, 0.27956169843673706, -0.2561812400817871, -0.08921129256486893, -0.3776467740535736, -0.4212163984775543, -0.08458919823169708, -0.21029913425445557, -0.8657726049423218, -0.00927373394370079, 0.6277012825012207, 0.4994043707847595, -0.16551974415779114, 0.5224806070327759, -0.10122211277484894, 0.5585367679595947, -0.6568217277526855, 0.2658238410949707, -0.6046598553657532, 0.1860199123620987, -0.15938164293766022, -0.023519927635788918, -0.26026514172554016, -0.08279062807559967, -0.022662898525595665, -0.623152494430542, 0.23541025817394257, 0.15247471630573273, 1.1330021619796753, 0.12050259113311768, -0.48631083965301514, -0.15004220604896545, -0.8428958058357239, 0.706691563129425, -0.7842263579368591, 0.3200576603412628, 0.5721517205238342, 0.36481937766075134, 0.1525740623474121, -0.8519417643547058, -0.417576402425766, -0.11595448851585388, -0.008923149667680264, 0.3231070637702942, -0.1241694912314415, 0.15648117661476135, 0.5885751247406006, 0.4776366353034973, -0.4494516849517822, -0.046772561967372894, -0.4636383354663849, -0.2233266532421112, 0.8181138634681702, 0.472857803106308, 0.01632940210402012, -0.15590491890907288, -0.45210590958595276, -0.2171703428030014, -0.43256041407585144, 0.23347052931785583, 0.4778708517551422, 0.23973232507705688, -0.4509989321231842, 0.5536033511161804, -0.2605076730251312, 0.6154427528381348, 0.13524335622787476, -0.03423228859901428, 0.4288095235824585, -0.6469718217849731, -0.3487910330295563, -0.045828696340322495, 0.7387679815292358, 0.35594579577445984, -0.25226810574531555, 0.15437811613082886, -0.35193440318107605, -0.32759779691696167, 0.3668259382247925, -0.9250403642654419, -0.278367280960083, 0.3541512191295624, -0.5614432692527771, -0.397422730922699, 0.0994688868522644, -0.8636597394943237, 0.05770370736718178, -0.3559640049934387, 0.5317810773849487, -0.3686589002609253, -0.3001552224159241, 0.009436946362257004, -0.2980441749095917, 0.2922729253768921, 0.17497014999389648, -0.9107349514961243, 0.5485496520996094, 0.4279771149158478, 0.7460509538650513, 0.11146074533462524, -0.2265196293592453, 0.023135485127568245, 0.0926557406783104, -0.07149620354175568, 0.5765004754066467, -0.1428845077753067, -0.6084346175193787, -0.18896864354610443, 0.1870488077402115, -0.08065171539783478, -0.26577475666999817, 0.7116546630859375, -0.4601675271987915, 0.2053053379058838, -0.2637416422367096, -0.5977056622505188, -0.4079675078392029, 0.27400925755500793, -0.7455583214759827, 1.1552566289901733, 0.06725234538316727, -0.9028750061988831, 0.26524704694747925, -0.980018675327301, -0.21720930933952332, 0.11121689528226852, 0.06337445974349976, -0.763583779335022, -0.1201217845082283, -0.10753442347049713, 0.45291653275489807, -0.2548494338989258, 0.2965543270111084, -0.35886532068252563, -0.21037577092647552, -0.12878519296646118, -0.21977728605270386, 1.0810962915420532, 0.3221815824508667, -0.3106571137905121, 0.1442870944738388, -0.9678924083709717, 0.16598883271217346, 0.2866414785385132, -0.3923092782497406, 0.0684225782752037, -0.1830427646636963, 0.4712453782558441, 0.07600808143615723, 0.3720680773258209, -0.3856554925441742, 0.04647424817085266, -0.15610405802726746, 0.5513426661491394, 0.5781592130661011, 0.2969280481338501, 0.23371824622154236, -0.3593519926071167, 0.4822362959384918, -0.02893969416618347, 0.6054973602294922, 0.1827249825000763, -0.521340012550354, -0.8007881045341492, -0.06046602874994278, 0.32019349932670593, 0.5853433012962341, -0.3673599660396576, 0.8112056255340576, -0.11484482139348984, -0.8875845670700073, -0.13203099370002747, 0.0093183359131217, 0.36232057213783264, 0.64779132604599, 0.3579130172729492, -0.15702366828918457, -0.7019988894462585, -0.8814734220504761, 0.18950873613357544, 0.060798585414886475, 0.22315922379493713, 0.4319394528865814, 1.0084657669067383, -0.21461468935012817, 0.8094378709793091, -0.6320956945419312, -0.08420594781637192, -0.19093219935894012, 0.08423753082752228, 0.16436336934566498, 0.6415345072746277, 0.5424156188964844, -0.9849953651428223, -0.27059268951416016, -0.301743745803833, -0.4980944097042084, 0.2326541543006897, -0.0712679848074913, -0.18506591022014618, -0.06305313855409622, 0.2614930272102356, -0.5413231253623962, 0.5202378630638123, 0.4212286174297333, -0.34341534972190857, 0.7047263979911804, -0.25243431329727173, 0.01393650472164154, -1.1871581077575684, 0.396823912858963, 0.05599518492817879, -0.12045088410377502, -0.40079593658447266, 0.05378099903464317, 0.03292258456349373, -0.3368530571460724, -0.7050809264183044, 0.6100190281867981, -0.2947867214679718, -0.046573080122470856, -0.17920458316802979, -0.3833703398704529, 0.21653252840042114, 0.5996444821357727, 0.30677521228790283, 0.7174966335296631, 0.4669341444969177, -0.7805019021034241, 0.18637295067310333, 0.2420452982187271, -0.22374367713928223, 0.35327795147895813, -0.7821100950241089, 0.12240996211767197, 0.14292584359645844, 0.29877543449401855, -0.6106621623039246, -0.2654465138912201, 0.3503834009170532, -0.41319242119789124, 0.2894163131713867, -0.08993996679782867, -0.5554106831550598, -0.42238301038742065, -0.12941326200962067, 0.36273911595344543, 0.49707305431365967, -0.2380053550004959, 0.4709976613521576, 0.4288771450519562, 0.34833964705467224, -0.25670090317726135, -0.611538827419281, -0.13251560926437378, -0.37314024567604065, -0.39764827489852905, 0.5678603053092957, -0.23295153677463531, 0.009882790967822075, -0.009397446177899837, 0.09379667788743973, -0.47039446234703064, 0.26394471526145935, 0.42006587982177734, 0.2570485770702362, -0.024169834330677986, 0.15403960645198822, -0.18368123471736908, -0.07640516012907028, 0.1622454971075058, -0.09089846163988113, 0.36398813128471375, -0.1553804725408554, -0.05154858157038689, -0.6204907894134521, 0.41872507333755493, 0.42017313838005066, -0.13350535929203033, 0.7639391422271729, 0.759056031703949, -0.7431228160858154, 0.045974936336278915, -0.33308133482933044, -0.24835950136184692, -0.4345017969608307, 0.4462868273258209, -0.31535059213638306, -0.436687707901001, 0.5270955562591553, -0.0524151511490345, -0.015698853880167007, 0.8764158487319946, 0.49330002069473267, -0.1421390175819397, 1.0462498664855957, 0.7547003030776978, 0.18233461678028107, 0.593233585357666, -0.6950910091400146, 0.053857751190662384, -1.0350254774093628, -0.3653370440006256, -0.7355476021766663, -0.051070187240839005, -0.5480557084083557, -0.07867106050252914, 0.20788447558879852, 0.21767717599868774, -0.7986568808555603, 0.5054987668991089, -0.5292133092880249, 0.18662801384925842, 0.6271894574165344, 0.31073471903800964, -0.04090757295489311, -0.11710041761398315, -0.01984778419137001, 0.06603922694921494, -0.7463540434837341, -0.5348798036575317, 1.1407229900360107, 0.6032913327217102, 0.44743120670318604, -0.11980469524860382, 0.7013333439826965, 0.25199466943740845, 0.00663619302213192, -0.613702654838562, 0.45688045024871826, -0.01823974773287773, -0.9471491575241089, -0.15798857808113098, -0.3202909529209137, -0.7779858708381653, -0.0029213938396424055, -0.4004583954811096, -0.7392551898956299, 0.3361579179763794, 0.2699471712112427, -0.5497632026672363, 0.3817419409751892, -0.6931324601173401, 1.1827083826065063, -0.5694109797477722, -0.21038700640201569, -0.1633092612028122, -0.594744861125946, 0.3279387950897217, -0.04149327054619789, 0.23622462153434753, -0.05417106673121452, -0.05097735673189163, 0.9522149562835693, -0.7900627851486206, 0.8997818231582642, -0.3065674901008606, 0.38059911131858826, 0.4379732310771942, -0.42642757296562195, 0.5196141004562378, -0.03353987634181976, -0.10340484231710434, 0.6073473691940308, 0.19916027784347534, -0.4186263680458069, -0.244918093085289, 0.5490576028823853, -1.0279719829559326, -0.13048416376113892, -0.5410369038581848, -0.4492496848106384, -0.11064839363098145, 0.3397042155265808, 0.5501695275306702, 0.22902487218379974, -0.10116883367300034, 0.18317639827728271, 0.8014899492263794, -0.17289870977401733, 0.2693225145339966, 0.35740020871162415, -0.02947307750582695, -0.6307613849639893, 0.8030055165290833, 0.1658036708831787, 0.28119027614593506, 0.3564102053642273, 0.20133596658706665, -0.4932083487510681, -0.6396865844726562, -0.4213905930519104, 0.032258518040180206, -0.6993792653083801, -0.20719750225543976, -0.6636741161346436, -0.4385276734828949, -0.5040404200553894, 0.03420013561844826, -0.47614720463752747, -0.2292662262916565, -0.6315343976020813, -0.181762233376503, 0.5455480217933655, 0.39712533354759216, -0.08243881911039352, 0.6932944655418396, -0.7521727681159973, 0.017741911113262177, 0.19763889908790588, 0.30663183331489563, 0.061641961336135864, -0.5413679480552673, -0.5257692933082581, 0.18791696429252625, -0.6347969770431519, -0.8508818745613098, 0.26454824209213257, 0.13500815629959106, 0.479116827249527, 0.3745208978652954, -0.0730370506644249, 0.6274195909500122, -0.3577693700790405, 0.9931089878082275, 0.3036031424999237, -0.8518363237380981, 0.7050874829292297, -0.38608217239379883, 0.14041529595851898, 0.741863489151001, 0.5498870611190796, -0.11640315502882004, 0.23455190658569336, -0.9548764228820801, -0.9136852025985718, 0.651836097240448, 0.2137303650379181, 0.1435556262731552, 0.16525408625602722, 0.506193995475769, -0.18863756954669952, 0.3419208824634552, -0.9850720763206482, -0.29935958981513977, -0.30156221985816956, 0.04145703464746475, -0.0004752636596094817, -0.1712954193353653, -0.20280757546424866, -0.48544517159461975, 1.0075714588165283, 0.20022983849048615, 0.5166962742805481, 0.1096162497997284, 0.13442589342594147, -0.003449446288868785, -0.010256237350404263, 0.5110120177268982, 0.5842151045799255, -0.6346479058265686, -0.1866808533668518, 0.2504095733165741, -0.623982846736908, 0.0027519864961504936, 0.09967868775129318, -0.35571807622909546, -0.16162227094173431, 0.1931205689907074, 1.0440572500228882, 0.19267679750919342, -0.40154463052749634, 0.3445076644420624, 0.00517423776909709, -0.4158780574798584, -0.5620813369750977, 0.09724780917167664, 0.10127991437911987, 0.06444292515516281, -0.004721515811979771, 0.16416504979133606, 0.3335462212562561, -0.45230478048324585, 0.029452472925186157, 0.348370224237442, -0.45365220308303833, -0.06159010902047157, 0.8563258051872253, 0.36817407608032227, -0.40614181756973267, 0.6268060207366943, -0.3006306290626526, -0.3685418665409088, 1.032898187637329, 0.48380908370018005, 0.8904435038566589, 0.06482092291116714, 0.026729928329586983, 0.7093967199325562, 0.2568496763706207, -0.014540620148181915, 0.42173275351524353, -0.10387297719717026, -0.5703264474868774, -0.1164688915014267, -0.6060310006141663, -0.3832281231880188, 0.3929549753665924, -0.8880820870399475, 0.5819661617279053, -0.6988664865493774, -0.39843037724494934, 0.21114686131477356, 0.3482683598995209, -1.027670979499817, 0.5146903395652771, 0.17022700607776642, 1.1638981103897095, -0.9469261169433594, 0.8910182118415833, 0.802858829498291, -0.8129977583885193, -0.9439854025840759, -0.29955601692199707, -0.061561424285173416, -0.6537781953811646, 0.4463845193386078, -0.0018540481105446815, 0.20325560867786407, 0.07954590767621994, -0.577987015247345, -0.7854030132293701, 1.4385265111923218, 0.08288472145795822, -0.7195331454277039, 0.12655691802501678, -0.021263210102915764, 0.42932647466659546, -0.44621866941452026, 0.575918972492218, 0.2119547426700592, 0.45117896795272827, 0.21831059455871582, -0.7261025309562683, 0.10372914373874664, -0.211212620139122, 0.16429397463798523, 0.00013296061661094427, -0.8219674825668335, 0.9557865262031555, -0.12130630761384964, 0.01769438572227955, 0.017281662672758102, 0.3711135983467102, 0.1921813040971756, 0.5399904251098633, 0.45233750343322754, 0.7973498702049255, 0.7376886606216431, 0.08274241536855698, 1.0824825763702393, -0.5696446299552917, 0.6532866358757019, 1.3214261531829834, -0.09337406605482101, 0.8800676465034485, 0.37289363145828247, -0.4553054869174957, 0.28228235244750977, 1.1636848449707031, -0.37667906284332275, 0.5220218896865845, 0.13605107367038727, -0.1477527767419815, -0.29842573404312134, -0.1345289647579193, -0.5498197674751282, 0.20914572477340698, 0.1781863570213318, -0.554219126701355, -0.13835644721984863, -0.030929123982787132, -0.041888751089572906, -0.4101810157299042, -0.4720551669597626, 0.670171856880188, -0.01422851998358965, -0.381744384765625, 0.3386893570423126, 0.24801810085773468, 0.4420715868473053, -0.8238075375556946, -0.2397514134645462, 0.07834254205226898, 0.049000564962625504, -0.40159472823143005, -0.5489979982376099, 0.38711801171302795, -0.029140181839466095, -0.5439743995666504, -0.1631670445203781, 0.5558498501777649, -0.05549902841448784, -0.7633219361305237, 0.2311294972896576, 0.13311722874641418, 0.3011781871318817, -0.16564755141735077, -1.0990890264511108, 0.03781482204794884, 0.07705526798963547, -0.20176827907562256, 0.23682701587677002, 0.12180115282535553, 0.03790619596838951, 0.4974846839904785, 0.5784519910812378, 0.07979946583509445, 0.006558985449373722, -0.008673809468746185, 0.82427978515625, -0.6881276369094849, -0.44471678137779236, -0.5506251454353333, 0.6730476021766663, -0.18988804519176483, -0.5476584434509277, 0.6455588340759277, 0.8157709240913391, 0.9375268220901489, -0.047649819403886795, 0.820689857006073, -0.1878332644701004, 0.25093042850494385, -0.4879187345504761, 0.5409699082374573, -0.5923436284065247, 0.09352114051580429, -0.14740651845932007, -0.8330645561218262, 0.05970165133476257, 0.6450647711753845, -0.3771861791610718, 0.17152848839759827, 0.531489372253418, 0.6374262571334839, -0.14140228927135468, 0.2050715684890747, 0.1592809408903122, 0.16539548337459564, 0.09487515687942505, 0.491563081741333, 0.5061609745025635, -0.7901708483695984, 0.42639318108558655, -0.6315470337867737, -0.23528602719306946, -0.1308528035879135, -0.9806309938430786, -0.5862496495246887, -0.5096412301063538, -0.6711298823356628, -0.3127763271331787, -0.008189146406948566, 0.7554383277893066, 1.0285652875900269, -0.7834044694900513, -0.36263763904571533, -0.370853990316391, 0.004347220063209534, -0.3410104811191559, -0.23620353639125824, 0.44964224100112915, -0.08563869446516037, -0.642788827419281, -0.048030316829681396, -0.20413227379322052, 0.2981484532356262, -0.31032872200012207, -0.24968092143535614, -0.35008400678634644, -0.04827013239264488, 0.3750944137573242, 0.2694966197013855, -0.4959171712398529, -0.13456673920154572, -0.18321342766284943, 0.008403167128562927, -0.03498406708240509, 0.5724345445632935, -0.36839601397514343, 0.39065268635749817, 0.4441896677017212, 0.35544076561927795, 0.7357667088508606, -0.0839274674654007, 0.25904351472854614, -0.40597763657569885, 0.040993623435497284, 0.3439113199710846, 0.463584840297699, 0.049301259219646454, -0.7520919442176819, 0.5107470750808716, 0.4063541293144226, -0.7094239592552185, -0.7263195514678955, -0.08239259570837021, -1.1688112020492554, -0.1629979908466339, 1.1083362102508545, -0.12529276311397552, -0.3020942807197571, 0.08236540853977203, -0.22008338570594788, 0.17689815163612366, -0.29199671745300293, 0.5232404470443726, 0.844663679599762, -0.276374876499176, 0.014759557321667671, -0.720625102519989, 0.49533000588417053, -0.013717547059059143, -0.9350978136062622, -0.2728641927242279, 0.43357545137405396, 0.5306226015090942, 0.07426915317773819, 0.6297076344490051, -0.12671785056591034, 0.22826531529426575, 0.31598585844039917, 0.43033236265182495, -0.15740340948104858, -0.25789958238601685, -0.44177281856536865, -0.03803565725684166, -0.034580048173666, -0.5455999374389648 ]
TheBloke/LLaMA2-13B-Psyfighter2-GPTQ
TheBloke
2023-11-30T00:51:53Z
0
0
null
[ "region:us" ]
2023-11-30T00:51:53Z
2023-11-30T00:51:52.000Z
null
null
--- base_model: KoboldAI/LLaMA2-13B-Psyfighter2 inference: false license: llama2 model_creator: KoboldAI model_name: Llama2 13B Psyfighter2 model_type: llama prompt_template: "### Instruction: \n{prompt}\n### Response:\n" quantized_by: TheBloke --- <!-- markdownlint-disable MD041 --> <!-- header start --> <!-- 200823 --> <div style="width: auto; margin-left: auto; margin-right: auto"> <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;"> </div> <div style="display: flex; justify-content: space-between; width: 100%;"> <div style="display: flex; flex-direction: column; align-items: flex-start;"> <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p> </div> <div style="display: flex; flex-direction: column; align-items: flex-end;"> <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p> </div> </div> <div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;">TheBloke's LLM work is generously supported by a grant from <a href="https://a16z.com">andreessen horowitz (a16z)</a></p></div> <hr style="margin-top: 1.0em; margin-bottom: 1.0em;"> <!-- header end --> # Llama2 13B Psyfighter2 - GPTQ - Model creator: [KoboldAI](https://huggingface.co/KoboldAI) - Original model: [Llama2 13B Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2) <!-- description start --> # Description This repo contains GPTQ model files for [KoboldAI's Llama2 13B Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2). Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them. These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/). <!-- description end --> <!-- repositories-available start --> ## Repositories available * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-AWQ) * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-GPTQ) * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-GGUF) * [KoboldAI's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2) <!-- repositories-available end --> <!-- prompt-template start --> ## Prompt template: Alpaca-Tiefighter ``` ### Instruction: {prompt} ### Response: ``` <!-- prompt-template end --> <!-- README_GPTQ.md-compatible clients start --> ## Known compatible clients / servers These GPTQ models are known to work in the following inference servers/webuis. - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) - [KoboldAI United](https://github.com/henk717/koboldai) - [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui) - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) This may not be a complete list; if you know of others, please let me know! <!-- README_GPTQ.md-compatible clients end --> <!-- README_GPTQ.md-provided-files start --> ## Provided files, and GPTQ parameters Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements. Each separate quant is in a different branch. See below for instructions on fetching from different branches. Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with Transformers. <details> <summary>Explanation of GPTQ parameters</summary> - Bits: The bit size of the quantised model. - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value. - Act Order: True or False. Also known as `desc_act`. True results in better quantisation accuracy. Some GPTQ clients have had issues with models that use Act Order plus Group Size, but this is generally resolved now. - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy. - GPTQ dataset: The calibration dataset used during quantisation. Using a dataset more appropriate to the model's training can improve quantisation accuracy. Note that the GPTQ calibration dataset is not the same as the dataset used to train the model - please refer to the original model repo for details of the training dataset(s). - Sequence Length: The length of the dataset sequences used for quantisation. Ideally this is the same as the model sequence length. For some very long sequence models (16+K), a lower sequence length may have to be used. Note that a lower sequence length does not limit the sequence length of the quantised model. It only impacts the quantisation accuracy on longer inference sequences. - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama and Mistral models in 4-bit. </details> | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc | | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- | | [main](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-GPTQ/tree/main) | 4 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 7.26 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. | | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 8.00 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. | | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 13.36 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. | | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 13.65 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. | | [gptq-8bit-32g-actorder_True](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-GPTQ/tree/gptq-8bit-32g-actorder_True) | 8 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 14.54 GB | No | 8-bit, with group size 32g and Act Order for maximum inference quality. | | [gptq-4bit-64g-actorder_True](https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-GPTQ/tree/gptq-4bit-64g-actorder_True) | 4 | 64 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 7.51 GB | Yes | 4-bit, with Act Order and group size 64g. Uses less VRAM than 32g, but with slightly lower accuracy. | <!-- README_GPTQ.md-provided-files end --> <!-- README_GPTQ.md-download-from-branches start --> ## How to download, including from branches ### In text-generation-webui To download from the `main` branch, enter `TheBloke/LLaMA2-13B-Psyfighter2-GPTQ` in the "Download model" box. To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/LLaMA2-13B-Psyfighter2-GPTQ:gptq-4bit-32g-actorder_True` ### From the command line I recommend using the `huggingface-hub` Python library: ```shell pip3 install huggingface-hub ``` To download the `main` branch to a folder called `LLaMA2-13B-Psyfighter2-GPTQ`: ```shell mkdir LLaMA2-13B-Psyfighter2-GPTQ huggingface-cli download TheBloke/LLaMA2-13B-Psyfighter2-GPTQ --local-dir LLaMA2-13B-Psyfighter2-GPTQ --local-dir-use-symlinks False ``` To download from a different branch, add the `--revision` parameter: ```shell mkdir LLaMA2-13B-Psyfighter2-GPTQ huggingface-cli download TheBloke/LLaMA2-13B-Psyfighter2-GPTQ --revision gptq-4bit-32g-actorder_True --local-dir LLaMA2-13B-Psyfighter2-GPTQ --local-dir-use-symlinks False ``` <details> <summary>More advanced huggingface-cli download usage</summary> If you remove the `--local-dir-use-symlinks False` parameter, the files will instead be stored in the central Hugging Face cache directory (default location on Linux is: `~/.cache/huggingface`), and symlinks will be added to the specified `--local-dir`, pointing to their real location in the cache. This allows for interrupted downloads to be resumed, and allows you to quickly clone the repo to multiple places on disk without triggering a download again. The downside, and the reason why I don't list that as the default option, is that the files are then hidden away in a cache folder and it's harder to know where your disk space is being used, and to clear it up if/when you want to remove a download model. The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`. For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli). To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`: ```shell pip3 install hf_transfer ``` And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`: ```shell mkdir LLaMA2-13B-Psyfighter2-GPTQ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/LLaMA2-13B-Psyfighter2-GPTQ --local-dir LLaMA2-13B-Psyfighter2-GPTQ --local-dir-use-symlinks False ``` Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command. </details> ### With `git` (**not** recommended) To clone a specific branch with `git`, use a command like this: ```shell git clone --single-branch --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/LLaMA2-13B-Psyfighter2-GPTQ ``` Note that using Git with HF repos is strongly discouraged. It will be much slower than using `huggingface-hub`, and will use twice as much disk space as it has to store the model files twice (it stores every byte both in the intended target folder, and again in the `.git` folder as a blob.) <!-- README_GPTQ.md-download-from-branches end --> <!-- README_GPTQ.md-text-generation-webui start --> ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui) Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui). It is strongly recommended to use the text-generation-webui one-click-installers unless you're sure you know how to make a manual install. 1. Click the **Model tab**. 2. Under **Download custom model or LoRA**, enter `TheBloke/LLaMA2-13B-Psyfighter2-GPTQ`. - To download from a specific branch, enter for example `TheBloke/LLaMA2-13B-Psyfighter2-GPTQ:gptq-4bit-32g-actorder_True` - see Provided Files above for the list of branches for each option. 3. Click **Download**. 4. The model will start downloading. Once it's finished it will say "Done". 5. In the top left, click the refresh icon next to **Model**. 6. In the **Model** dropdown, choose the model you just downloaded: `LLaMA2-13B-Psyfighter2-GPTQ` 7. The model will automatically load, and is now ready for use! 8. If you want any custom settings, set them and then click **Save settings for this model** followed by **Reload the Model** in the top right. - Note that you do not need to and should not set manual GPTQ parameters any more. These are set automatically from the file `quantize_config.json`. 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started! <!-- README_GPTQ.md-text-generation-webui end --> <!-- README_GPTQ.md-use-from-tgi start --> ## Serving this model from Text Generation Inference (TGI) It's recommended to use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0` Example Docker parameters: ```shell --model-id TheBloke/LLaMA2-13B-Psyfighter2-GPTQ --port 3000 --quantize gptq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096 ``` Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later): ```shell pip3 install huggingface-hub ``` ```python from huggingface_hub import InferenceClient endpoint_url = "https://your-endpoint-url-here" prompt = "Tell me about AI" prompt_template=f'''### Instruction: {prompt} ### Response: ''' client = InferenceClient(endpoint_url) response = client.text_generation(prompt, max_new_tokens=128, do_sample=True, temperature=0.7, top_p=0.95, top_k=40, repetition_penalty=1.1) print(f"Model output: {response}") ``` <!-- README_GPTQ.md-use-from-tgi end --> <!-- README_GPTQ.md-use-from-python start --> ## Python code example: inference from this GPTQ model ### Install the necessary packages Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later. ```shell pip3 install --upgrade transformers optimum # If using PyTorch 2.1 + CUDA 12.x: pip3 install --upgrade auto-gptq # or, if using PyTorch 2.1 + CUDA 11.x: pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/ ``` If you are using PyTorch 2.0, you will need to install AutoGPTQ from source. Likewise if you have problems with the pre-built wheels, you should try building from source: ```shell pip3 uninstall -y auto-gptq git clone https://github.com/PanQiWei/AutoGPTQ cd AutoGPTQ git checkout v0.5.1 pip3 install . ``` ### Example Python code ```python from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline model_name_or_path = "TheBloke/LLaMA2-13B-Psyfighter2-GPTQ" # To use a different branch, change revision # For example: revision="gptq-4bit-32g-actorder_True" model = AutoModelForCausalLM.from_pretrained(model_name_or_path, device_map="auto", trust_remote_code=False, revision="main") tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True) prompt = "Tell me about AI" prompt_template=f'''### Instruction: {prompt} ### Response: ''' print("\n\n*** Generate:") input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda() output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512) print(tokenizer.decode(output[0])) # Inference can also be done using transformers' pipeline print("*** Pipeline:") pipe = pipeline( "text-generation", model=model, tokenizer=tokenizer, max_new_tokens=512, do_sample=True, temperature=0.7, top_p=0.95, top_k=40, repetition_penalty=1.1 ) print(pipe(prompt_template)[0]['generated_text']) ``` <!-- README_GPTQ.md-use-from-python end --> <!-- README_GPTQ.md-compatibility start --> ## Compatibility The files provided are tested to work with Transformers. For non-Mistral models, AutoGPTQ can also be used directly. [ExLlama](https://github.com/turboderp/exllama) is compatible with Llama and Mistral models in 4-bit. Please see the Provided Files table above for per-file compatibility. For a list of clients/servers, please see "Known compatible clients / servers", above. <!-- README_GPTQ.md-compatibility end --> <!-- footer start --> <!-- 200823 --> ## Discord For further support, and discussions on these models and AI in general, join us at: [TheBloke AI's Discord server](https://discord.gg/theblokeai) ## Thanks, and how to contribute Thanks to the [chirper.ai](https://chirper.ai) team! Thanks to Clay from [gpus.llm-utils.org](llm-utils)! I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training. If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects. Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits. * Patreon: https://patreon.com/TheBlokeAI * Ko-Fi: https://ko-fi.com/TheBlokeAI **Special thanks to**: Aemon Algiz. **Patreon special mentions**: Brandon Frisco, LangChain4j, Spiking Neurons AB, transmissions 11, Joseph William Delisle, Nitin Borwankar, Willem Michiel, Michael Dempsey, vamX, Jeffrey Morgan, zynix, jjj, Omer Bin Jawed, Sean Connelly, jinyuan sun, Jeromy Smith, Shadi, Pawan Osman, Chadd, Elijah Stavena, Illia Dulskyi, Sebastain Graf, Stephen Murray, terasurfer, Edmond Seymore, Celu Ramasamy, Mandus, Alex, biorpg, Ajan Kanaga, Clay Pascal, Raven Klaugh, 阿明, K, ya boyyy, usrbinkat, Alicia Loh, John Villwock, ReadyPlayerEmma, Chris Smitley, Cap'n Zoog, fincy, GodLy, S_X, sidney chen, Cory Kujawski, OG, Mano Prime, AzureBlack, Pieter, Kalila, Spencer Kim, Tom X Nguyen, Stanislav Ovsiannikov, Michael Levine, Andrey, Trailburnt, Vadim, Enrico Ros, Talal Aujan, Brandon Phillips, Jack West, Eugene Pentland, Michael Davis, Will Dee, webtim, Jonathan Leane, Alps Aficionado, Rooh Singh, Tiffany J. Kim, theTransient, Luke @flexchar, Elle, Caitlyn Gatomon, Ari Malik, subjectnull, Johann-Peter Hartmann, Trenton Dambrowitz, Imad Khwaja, Asp the Wyvern, Emad Mostaque, Rainer Wilmers, Alexandros Triantafyllidis, Nicholas, Pedro Madruga, SuperWojo, Harry Royden McLaughlin, James Bentley, Olakabola, David Ziegler, Ai Maven, Jeff Scroggin, Nikolai Manek, Deo Leter, Matthew Berman, Fen Risland, Ken Nordquist, Manuel Alberto Morcote, Luke Pendergrass, TL, Fred von Graf, Randy H, Dan Guido, NimbleBox.ai, Vitor Caleffi, Gabriel Tamborski, knownsqashed, Lone Striker, Erik Bjäreholt, John Detwiler, Leonard Tan, Iucharbius Thank you to all my generous patrons and donaters! And thank you again to a16z for their generous grant. <!-- footer end --> # Original model card: KoboldAI's Llama2 13B Psyfighter2 # LLAMA2-13B-Psyfighter2 Psyfighter is a merged model created by the KoboldAI community members Jeb Carter and TwistedShadows and was made possible thanks to the KoboldAI merge request service. The intent was to add medical data to supplement the models fictional ability with more details on anatomy and mental states. Due to the low ratio's of medical data and the high ratio's of fiction this model should not be used for medical advice or therapy because of its high chance of pulling in fictional data. The following mergekit recipe was used: ``` merge_method: task_arithmetic base_model: TheBloke/Llama-2-13B-fp16 models: - model: TheBloke/Llama-2-13B-fp16 - model: KoboldAI/LLaMA2-13B-Tiefighter parameters: weight: 1.0 - model: Doctor-Shotgun/cat-v1.0-13b parameters: weight: 0.01 - model: Doctor-Shotgun/llama-2-13b-chat-limarp-v2-merged parameters: weight: 0.02 dtype: float16 ``` *V1 of this model was published under the account of the creator of the merge This model contains the following ingredients from their upstream models for as far as we can track them: - KoboldAI/LLaMA2-13B-Tiefighter - Undi95/Xwin-MLewd-13B-V0.2 - - Undi95/ReMM-S-Light - Undi95/CreativeEngine - Brouz/Slerpeno - - elinas/chronos-13b-v2 - jondurbin/airoboros-l2-13b-2.1 - NousResearch/Nous-Hermes-Llama2-13b+nRuaif/Kimiko-v2 - CalderaAI/13B-Legerdemain-L2+lemonilia/limarp-llama2-v2 - - KoboldAI/LLAMA2-13B-Holodeck-1 - NousResearch/Nous-Hermes-13b - OpenAssistant/llama2-13b-orca-8k-3319 - ehartford/WizardLM-1.0-Uncensored-Llama2-13b - Henk717/spring-dragon - The-Face-Of-Goonery/Huginn-v3-13b (Contains undisclosed model versions, those we assumed where possible) - - SuperCOT (Undisclosed version) - elinas/chronos-13b-v2 (Version assumed) - NousResearch/Nous-Hermes-Llama2-13b - stabilityai/StableBeluga-13B (Version assumed) - zattio770/120-Days-of-LORA-v2-13B - PygmalionAI/pygmalion-2-13b - Undi95/Storytelling-v1-13B-lora - TokenBender/sakhi_13B_roleplayer_NSFW_chat_adapter - nRuaif/Kimiko-v2-13B - The-Face-Of-Goonery/Huginn-13b-FP16 - - "a lot of different models, like hermes, beluga, airoboros, chronos.. limarp" - lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT - Xwin-LM/Xwin-LM-13B-V0.2 - PocketDoc/Dans-RetroRodeo-13b - Blackroot/Llama-2-13B-Storywriter-LORA - Doctor-Shotgun/cat-v1.0-13b - Doctor-Shotgun/llama-2-13b-chat-limarp-v2-merged - meta-llama/Llama-2-13b-chat-hf - lemonilia/limarp-llama2-v2 While we could possibly not credit every single lora or model involved in this merged model, we'd like to thank all involved creators upstream for making this awesome model possible! Thanks to you the AI ecosystem is thriving, and without your dedicated tuning efforts models such as this one would not be possible. # Usage This model is meant to be creative, If you let it improvise you get better results than if you drown it in details. ## Story Writing Regular story writing in the traditional way is supported, simply copy paste your story and continue writing. Optionally use an instruction in memory or an authors note to guide the direction of your story. ### Generate a story on demand To generate stories on demand you can use an instruction (tested in the Alpaca format) such as "Write a novel about X, use chapters and dialogue" this will generate a story. The format can vary between generations depending on how the model chooses to begin, either write what you want as shown in the earlier example or write the beginning of the story yourself so the model can follow your style. A few retries can also help if the model gets it wrong. ## Chatbots and persona's This model has been tested with various forms of chatting, testers have found that typically less is more and the model is good at improvising. Don't drown the model in paragraphs of detailed information, instead keep it simple first and see how far you can lean on the models own ability to figure out your character. Copy pasting paragraphs of background information is not suitable for a 13B model such as this one, code formatted characters or an instruction prompt describing who you wish to talk to goes much further. For example, you can put this in memory in regular chat mode: ``` ### Instruction: Generate a conversation between Alice and Jeb where they discuss language models. In this conversation Henk is excited to teach Alice about Psyfighter. ### Response: ``` Because the model is a merge of a variety of models, it should support a broad range of instruct formats, or plain chat mode. If you have a particular favourite try it, otherwise we recommend to either use the regular chat mode or Alpaca's format. ## Instruct Prompting This model features various instruct models on a variety of instruction styles, when testing the model we have used Alpaca for our own tests. If you prefer a different format chances are it can work. During instructions we have observed that in some cases the adventure data can leak, it may also be worth experimenting using > as the prefix for a user command to remedy this. But this may result in a stronger fiction bias. Keep in mind that while this model can be used as a factual instruct model, the focus was on fiction. Information provided by the model can be made up. ## Adventuring and Adventure Games This model contains a lora that was trained on the same adventure dataset as the KoboldAI Skein model. Adventuring is best done using an small introduction to the world and your objective while using the > prefix for a user command (KoboldAI's adventure mode). It is possible that the model does not immediately pick up on what you wish to do and does not engage in its Adventure mode behaviour right away. Simply manually correct the output to trim excess dialogue or other undesirable behaviour and continue to submit your actions using the appropriate mode. The model should pick up on this style quickly and will correctly follow this format within 3 turns. ## Discovered something cool and want to engage with us? Join our community at https://koboldai.org/discord ! We can also provide assistance in making your own merges.
null
null
null
null
null
null
null
null
null
null
null
null
TheBloke/LLaMA2-13B-Psyfighter2-GPTQ
[ -0.6324500441551208, -0.6524212956428528, 0.3835310935974121, 0.12747690081596375, -0.32215479016304016, -0.28460681438446045, 0.04407374560832977, -0.4211101531982422, 0.07059745490550995, 0.546991229057312, -0.6550735831260681, -0.5230650901794434, -0.3887171745300293, -0.1125849112868309, -0.054133981466293335, 1.0123165845870972, 0.13369311392307281, -0.12237607687711716, -0.22977271676063538, -0.2763226330280304, -0.2372756451368332, -0.4743209779262543, -0.7002841234207153, -0.22111721336841583, 0.22416558861732483, 0.0811222568154335, 0.7630344033241272, 0.7079751491546631, 0.21805216372013092, 0.33084648847579956, -0.013484593480825424, 0.00044101817184127867, -0.4361940920352936, -0.06363914906978607, 0.1144137904047966, -0.2814563512802124, -0.5622284412384033, 0.07707633823156357, 0.46734437346458435, 0.0177562665194273, -0.3507576882839203, 0.24602550268173218, 0.09608513861894608, 0.6386017203330994, -0.45178893208503723, 0.24175168573856354, -0.25653281807899475, 0.05441594868898392, -0.1633153259754181, 0.2008092999458313, -0.11248892545700073, -0.3712754547595978, 0.026084093376994133, -0.91092449426651, 0.19492538273334503, -0.04334551841020584, 1.1636086702346802, 0.2815133035182953, -0.5877719521522522, 0.120163194835186, -0.4181992709636688, 0.7489269971847534, -0.9281686544418335, 0.2938230633735657, 0.4087091386318207, 0.3123028874397278, -0.14919836819171906, -0.9585996270179749, -0.5083714723587036, 0.04539000988006592, -0.0827917605638504, 0.3834785521030426, -0.40586382150650024, 0.2224854975938797, 0.482239693403244, 0.6535853147506714, -0.9271847009658813, -0.049696359783411026, -0.3271356523036957, -0.16608206927776337, 0.7402154207229614, 0.20815926790237427, 0.3183683753013611, -0.17135433852672577, -0.35996779799461365, -0.4150925874710083, -0.628418505191803, 0.08677423745393753, 0.2483924776315689, 0.0009284247062169015, -0.5507848858833313, 0.4779207110404968, -0.21296948194503784, 0.630708634853363, -0.021991996094584465, -0.18471106886863708, 0.29494985938072205, -0.46505841612815857, -0.544861376285553, -0.3191286325454712, 1.1195409297943115, 0.5119645595550537, -0.13315138220787048, 0.312703937292099, -0.07012763619422913, 0.04432826489210129, 0.12708666920661926, -1.1493024826049805, -0.4772745668888092, 0.6727433204650879, -0.4431263506412506, -0.34278422594070435, 0.20020152628421783, -0.7607912421226501, -0.16406020522117615, -0.14311662316322327, 0.45800620317459106, -0.5161885619163513, -0.3372567892074585, 0.12585662305355072, -0.48811328411102295, 0.5697646737098694, 0.37123528122901917, -0.5633373856544495, 0.45713239908218384, 0.5675830245018005, 0.6365970969200134, 0.08710858970880508, -0.06262900680303574, -0.3405440151691437, 0.00038534862687811255, -0.06394773721694946, 0.33900120854377747, -0.24667108058929443, -0.4631308615207672, -0.2230524718761444, 0.38915884494781494, 0.0896201804280281, -0.3622114062309265, 0.559174656867981, -0.2528345286846161, 0.5505142211914062, -0.4914362132549286, -0.5266537070274353, -0.41517433524131775, 0.08285181224346161, -0.5582242608070374, 1.3285928964614868, 0.4137239456176758, -0.8619188070297241, 0.2028302103281021, -0.44496697187423706, -0.13546261191368103, 0.08355817943811417, -0.0874519869685173, -0.6850332617759705, -0.10732056200504303, 0.2364233285188675, 0.3245907127857208, -0.4533332288265228, 0.10181038081645966, -0.4440068006515503, -0.3356640934944153, 0.09644495695829391, -0.29030460119247437, 1.2597112655639648, 0.21837422251701355, -0.43485793471336365, 0.03251318633556366, -0.6585837006568909, 0.2083280086517334, 0.5565723776817322, -0.2166936695575714, -0.09034446626901627, -0.28668347001075745, 0.05854717642068863, 0.18127641081809998, 0.21722783148288727, -0.34102505445480347, 0.5287067294120789, -0.1562054306268692, 0.6558406352996826, 0.6611752510070801, 0.1874636560678482, 0.22128057479858398, -0.45717746019363403, 0.5418830513954163, 0.15316838026046753, 0.5921497941017151, -0.00009983761265175417, -0.7513132095336914, -0.677582323551178, -0.3925200402736664, 0.2240912765264511, 0.7218170762062073, -0.9567215442657471, 0.3556470274925232, -0.03923510015010834, -0.8053918480873108, -0.4918219745159149, -0.22211521863937378, 0.4763544797897339, 0.3365331292152405, 0.4263184368610382, -0.3133573532104492, -0.4420420825481415, -0.8676429986953735, -0.06011181324720383, -0.3786499798297882, -0.18716765940189362, 0.5318716764450073, 0.6362450122833252, -0.17521491646766663, 0.5740059614181519, -0.6882767081260681, -0.07996553927659988, 0.1217392235994339, -0.1312236785888672, 0.2850043475627899, 0.49834710359573364, 0.8893157839775085, -0.6925094723701477, -0.29654836654663086, -0.11692623049020767, -0.6691640019416809, -0.08138085156679153, 0.03124856762588024, -0.3988507091999054, 0.2554071247577667, 0.04360164701938629, -0.878982424736023, 0.4674791395664215, 0.49695703387260437, -0.5592455863952637, 0.7005037665367126, -0.19681625068187714, 0.23591870069503784, -1.2138864994049072, -0.027781374752521515, 0.34326010942459106, -0.3364493250846863, -0.39117592573165894, 0.24039983749389648, 0.02270505763590336, 0.10577838122844696, -0.5178398489952087, 0.5719835162162781, -0.512539267539978, 0.027192264795303345, 0.11335407942533493, -0.004402310121804476, 0.2713136076927185, 0.5312414169311523, -0.16363652050495148, 0.8441991806030273, 0.5734878778457642, -0.5426347851753235, 0.556545078754425, 0.3323647379875183, 0.10758057981729507, 0.40193724632263184, -0.8354942798614502, 0.16296371817588806, 0.05195624381303787, 0.31663066148757935, -1.008757472038269, -0.24540121853351593, 0.6124141216278076, -0.5072665810585022, 0.3549599349498749, -0.5622777938842773, -0.3528343141078949, -0.48639652132987976, -0.5933243632316589, 0.24442152678966522, 0.8393787741661072, -0.41844508051872253, 0.3817915916442871, 0.48365914821624756, 0.06563835591077805, -0.5364547371864319, -0.7463299036026001, -0.24698710441589355, -0.3031964600086212, -0.5796607732772827, 0.36983853578567505, -0.12443292886018753, -0.17492453753948212, 0.004579571075737476, 0.007788082119077444, -0.09027663618326187, -0.108795166015625, 0.4760766923427582, 0.4282321035861969, -0.38311511278152466, -0.19390152394771576, 0.205251082777977, -0.040529925376176834, -0.016488784924149513, -0.5108805894851685, 0.3345107436180115, -0.2934461534023285, -0.08807092905044556, -0.3085073232650757, 0.09142523258924484, 0.5647392868995667, -0.09233029931783676, 0.7332342863082886, 0.8509292602539062, -0.37038153409957886, 0.0042086755856871605, -0.4192248284816742, -0.19194740056991577, -0.4840112626552582, 0.12379315495491028, -0.24191121757030487, -0.855291485786438, 0.403338223695755, 0.2780781388282776, 0.1766333281993866, 0.7834203839302063, 0.48488467931747437, 0.09565351158380508, 0.8176571130752563, 0.34519264101982117, -0.12335570156574249, 0.49736031889915466, -0.4609556794166565, -0.37827810645103455, -0.713145911693573, -0.12764988839626312, -0.4522974491119385, -0.0834580585360527, -0.8445701599121094, -0.5238063931465149, 0.3394085168838501, 0.07272128760814667, -0.7114613652229309, 0.5622661113739014, -0.8480186462402344, 0.23469500243663788, 0.602091908454895, 0.28695952892303467, 0.12276451289653778, -0.016042547300457954, -0.09951427578926086, -0.08587837964296341, -0.5074825286865234, -0.2927483320236206, 0.9822708368301392, 0.3041228950023651, 0.477448046207428, 0.20150870084762573, 0.5397865176200867, 0.19095365703105927, 0.19292432069778442, -0.5069701075553894, 0.5351417660713196, 0.04827358201146126, -0.5457544326782227, -0.2796797454357147, -0.6564210057258606, -0.811208188533783, 0.38121098279953003, -0.16594260931015015, -0.7190719842910767, 0.3113788068294525, 0.04677727818489075, -0.23876655101776123, 0.3477904796600342, -0.6743383407592773, 1.0760146379470825, -0.0901198610663414, -0.4073641002178192, 0.15911322832107544, -0.731042742729187, 0.48900166153907776, 0.2532540261745453, -0.04669513180851936, -0.0765090212225914, -0.2707037329673767, 0.7002241611480713, -0.8486807346343994, 0.6451206207275391, -0.3853493630886078, -0.003933953586965799, 0.5789864659309387, -0.1061050146818161, 0.5539814233779907, 0.17290005087852478, -0.03503206744790077, 0.36615511775016785, 0.4745730459690094, -0.5178811550140381, -0.39644816517829895, 0.5336053967475891, -0.9556549191474915, -0.4192897081375122, -0.5192698240280151, -0.216121643781662, 0.0763048380613327, 0.1432075798511505, 0.5355467796325684, 0.35999274253845215, -0.13460510969161987, 0.055066436529159546, 0.740885853767395, -0.3326360881328583, 0.3556539714336395, 0.40889376401901245, -0.33917197585105896, -0.7431125044822693, 0.930143415927887, 0.1231042817234993, 0.14130078256130219, 0.1796364039182663, 0.010630332864820957, -0.3180340826511383, -0.3946778476238251, -0.7145930528640747, 0.4106670618057251, -0.4163215458393097, -0.30720144510269165, -0.5821346044540405, -0.25846725702285767, -0.38376885652542114, 0.29342740774154663, -0.3654618263244629, -0.6301639676094055, -0.45782774686813354, -0.013585912995040417, 0.7708860039710999, 0.5579447150230408, 0.05085330083966255, 0.3068045377731323, -0.8405104279518127, 0.2320968508720398, 0.23409269750118256, 0.21023938059806824, -0.15757201611995697, -0.6921873688697815, -0.025067050009965897, 0.12310739606618881, -0.6127273440361023, -0.969822347164154, 0.5624741315841675, 0.032693494111299515, 0.43353524804115295, 0.42032352089881897, 0.2320702224969864, 0.6633918881416321, -0.17144036293029785, 1.006688117980957, -0.014922427013516426, -0.8095158934593201, 0.5069139003753662, -0.5209670066833496, 0.19095762073993683, 0.40302175283432007, 0.556180477142334, -0.3229387104511261, -0.21354684233665466, -0.7775949239730835, -0.7626251578330994, 0.5300023555755615, 0.3988316059112549, -0.20526644587516785, 0.24380506575107574, 0.50081866979599, -0.003414388746023178, 0.20215444266796112, -0.6533260345458984, -0.610072672367096, -0.32664886116981506, -0.07891379296779633, 0.10378852486610413, -0.15510882437229156, -0.29625609517097473, -0.5358299612998962, 1.0309206247329712, -0.12311629951000214, 0.6627920866012573, 0.33456310629844666, 0.17353776097297668, 0.04413106292486191, 0.04754340276122093, 0.5053989887237549, 0.48319873213768005, -0.20053070783615112, -0.11263298988342285, 0.09947452694177628, -0.7934338450431824, 0.09239525347948074, 0.4119989573955536, -0.14686129987239838, -0.13290880620479584, 0.030663512647151947, 0.8142644762992859, -0.15997077524662018, -0.3108084201812744, 0.5273017883300781, -0.3560856282711029, -0.387290894985199, -0.35678091645240784, 0.23359745740890503, 0.19717998802661896, 0.46110859513282776, 0.12788444757461548, -0.2397492229938507, 0.2632666826248169, -0.37663960456848145, 0.2171325832605362, 0.38016512989997864, -0.4514889717102051, -0.22161413729190826, 0.854227602481842, -0.0770794004201889, 0.06104002147912979, 0.7562633156776428, -0.31090012192726135, -0.3723228871822357, 0.8048571944236755, 0.4012616276741028, 0.7924860119819641, -0.16079509258270264, 0.18464069068431854, 0.5091413855552673, 0.36090725660324097, -0.04847462847828865, 0.5022133588790894, -0.007431484758853912, -0.5044840574264526, -0.22609086334705353, -0.5110989809036255, -0.4315135180950165, 0.2905086278915405, -0.7990752458572388, 0.23744258284568787, -0.5167833566665649, -0.38719093799591064, -0.18053731322288513, 0.311070054769516, -0.5904554724693298, 0.2664633095264435, -0.0014102555578574538, 0.8488739132881165, -0.7777163982391357, 0.8473901748657227, 0.7054022550582886, -0.48007819056510925, -0.8413296937942505, -0.1432858109474182, 0.26385530829429626, -0.6113941669464111, -0.09917743504047394, 0.005695558153092861, 0.42938193678855896, 0.024717526510357857, -0.7304181456565857, -0.6647692322731018, 1.4451700448989868, 0.39093270897865295, -0.4821230471134186, 0.03806537762284279, -0.010772481560707092, 0.318861722946167, -0.0422663614153862, 0.6099307537078857, 0.544527530670166, 0.5183490514755249, 0.14831145107746124, -0.7699259519577026, 0.4760530889034271, -0.4515923261642456, 0.0632854774594307, 0.26821571588516235, -0.9995130896568298, 0.9812272787094116, -0.021458907052874565, -0.10565339028835297, 0.15694467723369598, 0.6404310464859009, 0.5405610799789429, 0.14165915548801422, 0.27023062109947205, 0.8366488814353943, 0.804411768913269, -0.50946444272995, 1.2615795135498047, -0.20290018618106842, 0.5859519839286804, 0.7804139256477356, 0.05971735715866089, 0.5981314778327942, 0.229732483625412, -0.6460492014884949, 0.40325918793678284, 1.0295406579971313, -0.2166619747877121, 0.16266579926013947, 0.07731569558382034, -0.3357097804546356, -0.18536138534545898, 0.17117932438850403, -0.7398024201393127, 0.017665158957242966, 0.33921241760253906, -0.33391326665878296, 0.1251501739025116, -0.1831548511981964, 0.22064034640789032, -0.619581937789917, -0.08356119692325592, 0.632965087890625, 0.28674307465553284, -0.35132506489753723, 0.7954573035240173, 0.010971715673804283, 0.5598329901695251, -0.5442648530006409, -0.24038252234458923, -0.21361982822418213, 0.09068703651428223, -0.2316722869873047, -0.8597795367240906, 0.003056594869121909, -0.28987035155296326, -0.08813658356666565, 0.08569557964801788, 0.7576832175254822, -0.23579777777194977, -0.3162270188331604, 0.2633136510848999, 0.42190828919410706, 0.37860095500946045, -0.3602461516857147, -1.0169833898544312, 0.3417414426803589, 0.048030246049165726, -0.6316177248954773, 0.48335960507392883, 0.5528924465179443, 0.13356913626194, 0.5583560466766357, 0.5434568524360657, -0.17537252604961395, -0.0515010766685009, -0.24193644523620605, 0.9514861702919006, -0.747562825679779, -0.34910061955451965, -0.8148403167724609, 0.6519952416419983, -0.12407705932855606, -0.4719366133213043, 0.7968984842300415, 0.6725413203239441, 0.7796448469161987, -0.10861928015947342, 0.7905130982398987, -0.18379053473472595, 0.0887942686676979, -0.3814326524734497, 0.696898877620697, -0.6958712935447693, 0.05223335698246956, -0.3934478461742401, -0.8337222337722778, -0.08033288270235062, 0.444720059633255, -0.07645993679761887, 0.3011668622493744, 0.29556000232696533, 0.8256138563156128, -0.08076178282499313, 0.13757283985614777, 0.2977254390716553, 0.39001768827438354, 0.17630504071712494, 0.8004146814346313, 0.5880134105682373, -0.8918902277946472, 0.5020150542259216, -0.34914013743400574, -0.2977103888988495, -0.1548532396554947, -0.7756150364875793, -0.7406693696975708, -0.5167840123176575, -0.5241793990135193, -0.7845059037208557, 0.08112574368715286, 0.8182465434074402, 0.7515601515769958, -0.6290203928947449, -0.198871448636055, 0.039840638637542725, -0.012017394416034222, -0.2535965144634247, -0.3178717792034149, 0.26628783345222473, 0.32967692613601685, -0.6128950715065002, 0.15410111844539642, 0.12483207881450653, 0.33971279859542847, -0.11696118116378784, -0.3409155309200287, -0.03284434229135513, 0.074038065969944, 0.5935796499252319, 0.5701338648796082, -0.5403022170066833, -0.09145809710025787, -0.20800046622753143, -0.22264844179153442, 0.22564706206321716, 0.32065290212631226, -0.7468599677085876, 0.04861869290471077, 0.5275098085403442, 0.2617625296115875, 0.8126206994056702, 0.00722002238035202, 0.2994634211063385, -0.40186163783073425, 0.2149757593870163, 0.031329721212387085, 0.4440550208091736, 0.06148141995072365, -0.4478369355201721, 0.6782732605934143, 0.5270296931266785, -0.7007374167442322, -0.7325426340103149, -0.05899229273200035, -1.2482789754867554, -0.2602282464504242, 1.0786843299865723, -0.15412232279777527, -0.49001798033714294, 0.12617887556552887, -0.4863336980342865, 0.3743447959423065, -0.5275720357894897, 0.13196776807308197, 0.4635612368583679, -0.13295410573482513, -0.39130699634552, -0.8014175295829773, 0.521705687046051, 0.10746053606271744, -0.827382504940033, -0.05337052047252655, 0.567348837852478, 0.43186190724372864, -0.11243556439876556, 0.6848174333572388, -0.31673985719680786, 0.24008530378341675, 0.16871637105941772, 0.2673070728778839, -0.16528694331645966, 0.04579366743564606, -0.45202454924583435, 0.020832180976867676, -0.2589443027973175, -0.1909615695476532 ]
behzadnet/Llama-2-7b-chat-hf-sharded-bf16-fine-tuned_RandomError60percentSeed100
behzadnet
2023-11-30T00:51:59Z
0
0
null
[ "peft", "arxiv:1910.09700", "base_model:Trelis/Llama-2-7b-chat-hf-sharded-bf16", "region:us" ]
2023-11-30T00:51:59Z
2023-11-30T00:51:56.000Z
null
null
--- library_name: peft base_model: Trelis/Llama-2-7b-chat-hf-sharded-bf16 --- # Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> - **Developed by:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Model type:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] - **Finetuned from model [optional]:** [More Information Needed] ### Model Sources [optional] <!-- Provide the basic links for the model. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. --> ### Direct Use <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. --> [More Information Needed] ### Downstream Use [optional] <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. ## How to Get Started with the Model Use the code below to get started with the model. [More Information Needed] ## Training Details ### Training Data <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. --> [More Information Needed] ### Training Procedure <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. --> #### Preprocessing [optional] [More Information Needed] #### Training Hyperparameters - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision --> #### Speeds, Sizes, Times [optional] <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. --> [More Information Needed] ## Evaluation <!-- This section describes the evaluation protocols and provides the results. --> ### Testing Data, Factors & Metrics #### Testing Data <!-- This should link to a Data Card if possible. --> [More Information Needed] #### Factors <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. --> [More Information Needed] #### Metrics <!-- These are the evaluation metrics being used, ideally with a description of why. --> [More Information Needed] ### Results [More Information Needed] #### Summary ## Model Examination [optional] <!-- Relevant interpretability work for the model goes here --> [More Information Needed] ## Environmental Impact <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly --> Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). - **Hardware Type:** [More Information Needed] - **Hours used:** [More Information Needed] - **Cloud Provider:** [More Information Needed] - **Compute Region:** [More Information Needed] - **Carbon Emitted:** [More Information Needed] ## Technical Specifications [optional] ### Model Architecture and Objective [More Information Needed] ### Compute Infrastructure [More Information Needed] #### Hardware [More Information Needed] #### Software [More Information Needed] ## Citation [optional] <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Model Card Authors [optional] [More Information Needed] ## Model Card Contact [More Information Needed] ## Training procedure The following `bitsandbytes` quantization config was used during training: - load_in_8bit: False - load_in_4bit: True - llm_int8_threshold: 6.0 - llm_int8_skip_modules: None - llm_int8_enable_fp32_cpu_offload: False - llm_int8_has_fp16_weight: False - bnb_4bit_quant_type: nf4 - bnb_4bit_use_double_quant: True - bnb_4bit_compute_dtype: bfloat16 ### Framework versions - PEFT 0.7.0.dev0
null
peft
null
null
null
null
null
null
null
null
null
null
behzadnet/Llama-2-7b-chat-hf-sharded-bf16-fine-tuned_RandomError60percentSeed100
[ -0.5992915630340576, -0.5619652271270752, 0.40062499046325684, 0.08120319247245789, -0.25149402022361755, -0.296679824590683, 0.07011833786964417, -0.5421090126037598, 0.04387198016047478, 0.606358528137207, -0.7291116118431091, -0.6297591924667358, -0.5563929677009583, -0.0962425023317337, -0.2087191343307495, 1.1101839542388916, 0.02636430226266384, 0.23109170794487, -0.2326016128063202, 0.1332336664199829, -0.5011168718338013, -0.6387451887130737, -0.7517223954200745, -0.3936889171600342, 0.3404760956764221, 0.36509081721305847, 0.4829099774360657, 0.7093033194541931, 0.70391446352005, 0.27140355110168457, -0.27327170968055725, -0.09566164761781693, -0.37640196084976196, -0.40400218963623047, -0.1423225998878479, -0.20653000473976135, -0.873844563961029, 0.010175363160669804, 0.5922188758850098, 0.5267059206962585, -0.17523755133152008, 0.5625966787338257, -0.09776675701141357, 0.5104230046272278, -0.6569462418556213, 0.28716325759887695, -0.6047574877738953, 0.16605493426322937, -0.14707112312316895, -0.011971951462328434, -0.2507009208202362, -0.07520952075719833, -0.04318566992878914, -0.6253892779350281, 0.2081177830696106, 0.1750560849905014, 1.1160589456558228, 0.14433157444000244, -0.45060300827026367, -0.19135567545890808, -0.8667974472045898, 0.6822376847267151, -0.7656394243240356, 0.27927690744400024, 0.5604854226112366, 0.4211834669113159, 0.13512364029884338, -0.8889115452766418, -0.3896612226963043, -0.128163143992424, -0.004843589849770069, 0.33692899346351624, -0.13082022964954376, 0.14243248105049133, 0.554161548614502, 0.463763952255249, -0.4230822026729584, -0.010913453996181488, -0.4873991310596466, -0.20181472599506378, 0.8297898769378662, 0.526766300201416, 0.05354294925928116, -0.1785857081413269, -0.4187869727611542, -0.20832772552967072, -0.40813058614730835, 0.20467035472393036, 0.46827226877212524, 0.29428428411483765, -0.45094865560531616, 0.5967755317687988, -0.2547962963581085, 0.6047689914703369, 0.04485789313912392, -0.01988789439201355, 0.3478807806968689, -0.6538253426551819, -0.33111581206321716, -0.06787533313035965, 0.6984813809394836, 0.3918023109436035, -0.2895463705062866, 0.13530735671520233, -0.338919460773468, -0.29585564136505127, 0.40369921922683716, -0.9130312204360962, -0.28082579374313354, 0.3580307960510254, -0.6159418225288391, -0.3866211473941803, 0.051728807389736176, -0.9054060578346252, -0.0016839460004121065, -0.384132444858551, 0.48215270042419434, -0.30240702629089355, -0.307676762342453, -0.018731163814663887, -0.3172486424446106, 0.25317081809043884, 0.18671374022960663, -0.8963456153869629, 0.5425499677658081, 0.45203354954719543, 0.7632963061332703, 0.11130934208631516, -0.21353192627429962, 0.06746383011341095, 0.10642307996749878, -0.06497720628976822, 0.5757022500038147, -0.2129683941602707, -0.6384856700897217, -0.16905909776687622, 0.16136007010936737, -0.04296720772981644, -0.23183780908584595, 0.7168123722076416, -0.4463142156600952, 0.1878882348537445, -0.27759256958961487, -0.6115769147872925, -0.4115678071975708, 0.2857852578163147, -0.7826927304267883, 1.1291743516921997, 0.04835369065403938, -0.9173451662063599, 0.24601209163665771, -1.054815411567688, -0.2014193832874298, 0.13275963068008423, 0.11949630826711655, -0.7104972004890442, -0.1442849040031433, -0.11927702277898788, 0.47476303577423096, -0.2972281575202942, 0.27829644083976746, -0.3822879195213318, -0.14995110034942627, -0.1924242377281189, -0.1673518568277359, 1.0903782844543457, 0.3631746470928192, -0.230399027466774, 0.16620618104934692, -0.943031370639801, 0.16579142212867737, 0.26797062158584595, -0.36757421493530273, 0.03563375771045685, -0.14031729102134705, 0.5232380628585815, 0.07931946218013763, 0.38098421692848206, -0.3541274070739746, 0.06939499825239182, -0.07462809234857559, 0.5552629828453064, 0.5350569486618042, 0.31281793117523193, 0.23121003806591034, -0.3485642671585083, 0.5009323358535767, -0.05214216932654381, 0.6540862917900085, 0.16813507676124573, -0.5245863795280457, -0.7889411449432373, -0.06562540680170059, 0.32657286524772644, 0.5841726064682007, -0.3264763057231903, 0.8002343773841858, -0.12909622490406036, -0.9435915946960449, -0.14995723962783813, 0.011722495779395103, 0.33343029022216797, 0.6369735598564148, 0.3667353689670563, -0.15288957953453064, -0.7117460370063782, -0.8729559183120728, 0.18739305436611176, 0.03926502913236618, 0.23817555606365204, 0.4441365897655487, 1.0124188661575317, -0.2606413960456848, 0.8354912996292114, -0.6530576348304749, -0.09263328462839127, -0.22852379083633423, 0.07673897594213486, 0.10972197353839874, 0.6349965333938599, 0.5376437306404114, -0.985938549041748, -0.21378891170024872, -0.29615217447280884, -0.5113296508789062, 0.2480640411376953, -0.03922148048877716, -0.183383971452713, -0.1415231078863144, 0.2934997081756592, -0.5627039670944214, 0.5195014476776123, 0.44236278533935547, -0.3129655122756958, 0.6941207647323608, -0.24016086757183075, -0.019795000553131104, -1.2008479833602905, 0.4245913624763489, 0.0656617134809494, -0.10995511710643768, -0.41793322563171387, 0.09282590448856354, 0.005732655059546232, -0.35575437545776367, -0.6809670925140381, 0.6332378387451172, -0.27775511145591736, -0.05209222063422203, -0.1886579841375351, -0.3576755225658417, 0.1967048943042755, 0.5371009707450867, 0.3060663342475891, 0.6837865114212036, 0.4496029317378998, -0.8096935153007507, 0.20789232850074768, 0.2575456202030182, -0.23046860098838806, 0.35654622316360474, -0.7916441559791565, 0.10375252366065979, 0.10171873867511749, 0.2943806052207947, -0.5694299340248108, -0.29105523228645325, 0.3331162631511688, -0.3956686556339264, 0.25812456011772156, -0.10061365365982056, -0.5754367113113403, -0.4423263967037201, -0.0725206658244133, 0.33284658193588257, 0.4767659306526184, -0.22397319972515106, 0.481317937374115, 0.4900859296321869, 0.32552534341812134, -0.2284424602985382, -0.5992243885993958, -0.06167982891201973, -0.3756156265735626, -0.381857693195343, 0.5394723415374756, -0.22278939187526703, -0.013734393753111362, 0.026176560670137405, 0.17760737240314484, -0.49641379714012146, 0.25943782925605774, 0.43419113755226135, 0.2626382112503052, -0.01695682667195797, 0.16137747466564178, -0.2181227058172226, -0.09460867196321487, 0.16197709739208221, -0.0684567540884018, 0.3352608382701874, -0.09878075122833252, -0.06751358509063721, -0.6093767881393433, 0.4503514766693115, 0.437508225440979, -0.16066130995750427, 0.7276082038879395, 0.7371004819869995, -0.7712549567222595, 0.027085358276963234, -0.33484455943107605, -0.26317498087882996, -0.42407312989234924, 0.47327572107315063, -0.2842678129673004, -0.3790791630744934, 0.5560993552207947, -0.03717239201068878, -0.00026395232998766005, 0.8625410199165344, 0.5037146806716919, -0.13303306698799133, 1.0490397214889526, 0.8086592555046082, 0.13706718385219574, 0.580254852771759, -0.6524391174316406, 0.06716106086969376, -1.030774474143982, -0.3978355824947357, -0.7985985279083252, -0.022389940917491913, -0.5467947125434875, -0.0857451856136322, 0.18002207577228546, 0.19489102065563202, -0.7417274713516235, 0.5434223413467407, -0.5239284038543701, 0.1854725033044815, 0.6393743753433228, 0.27824753522872925, -0.0409933403134346, -0.1723337322473526, 0.013294672593474388, 0.061276648193597794, -0.7449384927749634, -0.5866124629974365, 1.1026818752288818, 0.6297324895858765, 0.44944876432418823, -0.10201172530651093, 0.6880263090133667, 0.2883709967136383, 0.06678875535726547, -0.60722416639328, 0.4598137140274048, -0.004278792068362236, -0.9989622235298157, -0.1537005454301834, -0.2875704765319824, -0.7929892539978027, -0.007406783290207386, -0.3801964223384857, -0.7530118227005005, 0.3051491379737854, 0.2750566899776459, -0.539818286895752, 0.38752707839012146, -0.6863620281219482, 1.1957001686096191, -0.5501236319541931, -0.21205762028694153, -0.176367849111557, -0.5642373561859131, 0.3523835837841034, -0.005934946704655886, 0.2567465007305145, -0.06490566581487656, -0.06320234388113022, 0.9213510751724243, -0.7903874516487122, 0.9357786774635315, -0.31364625692367554, 0.4147997498512268, 0.43696096539497375, -0.4171657860279083, 0.48883774876594543, -0.05169069394469261, -0.1222815290093422, 0.5774495005607605, 0.21797750890254974, -0.3974747657775879, -0.2771050035953522, 0.5507752895355225, -0.9684919118881226, -0.11718879640102386, -0.4973961412906647, -0.4787302017211914, -0.10482900589704514, 0.36678147315979004, 0.4977071285247803, 0.20577670633792877, -0.13893993198871613, 0.15154963731765747, 0.7676132321357727, -0.18950793147087097, 0.2525731027126312, 0.3543250262737274, -0.05487948656082153, -0.5777755975723267, 0.7912977933883667, 0.16613706946372986, 0.2517804503440857, 0.3385166525840759, 0.1933676302433014, -0.5240960717201233, -0.6406841278076172, -0.4113583564758301, -0.010257839225232601, -0.7305103540420532, -0.19035036861896515, -0.6862810254096985, -0.44120895862579346, -0.4812037944793701, 0.045675184577703476, -0.45883262157440186, -0.1988975554704666, -0.6605865955352783, -0.2033979892730713, 0.516482949256897, 0.4613552689552307, -0.10907624661922455, 0.6810268759727478, -0.7413865327835083, 0.01901869662106037, 0.20208264887332916, 0.30601614713668823, 0.0773104578256607, -0.47884219884872437, -0.5126554369926453, 0.20851165056228638, -0.6072769165039062, -0.8317975997924805, 0.24975934624671936, 0.09816022962331772, 0.5017944574356079, 0.3668854236602783, -0.06215614825487137, 0.6329314708709717, -0.3553626239299774, 1.0095784664154053, 0.3068181872367859, -0.8227075934410095, 0.6928824782371521, -0.3976825475692749, 0.11252449452877045, 0.7540033459663391, 0.5538479685783386, -0.14667531847953796, 0.2406516820192337, -0.9346063733100891, -0.9204919338226318, 0.5901488661766052, 0.1972128003835678, 0.18337571620941162, 0.16346776485443115, 0.5104535818099976, -0.21446742117404938, 0.3233683109283447, -0.9787870049476624, -0.2986735999584198, -0.29720473289489746, 0.028695592656731606, -0.016214659437537193, -0.17806407809257507, -0.2122287005186081, -0.48534512519836426, 0.968095064163208, 0.23885148763656616, 0.4875655472278595, 0.06958606839179993, 0.15748213231563568, 0.06912468373775482, -0.008143563754856586, 0.5144656896591187, 0.5693395733833313, -0.63371342420578, -0.19463962316513062, 0.24373680353164673, -0.6080349683761597, -0.041483063250780106, 0.07488895952701569, -0.3562472462654114, -0.15696558356285095, 0.20752812922000885, 1.003735065460205, 0.18472838401794434, -0.40339288115501404, 0.3168017268180847, 0.04106849059462547, -0.3658491373062134, -0.5394241809844971, 0.10378920286893845, 0.13937810063362122, 0.05409220606088638, -0.047402121126651764, 0.16227440536022186, 0.37486791610717773, -0.4599871039390564, 0.016440242528915405, 0.34652432799339294, -0.48671725392341614, -0.0195994284003973, 0.8818202018737793, 0.39235660433769226, -0.43592211604118347, 0.6038778424263, -0.2903437614440918, -0.3481074273586273, 1.0410867929458618, 0.4755595624446869, 0.8688043355941772, 0.07071001082658768, 0.02109779417514801, 0.7067983746528625, 0.285559743642807, -0.012249060906469822, 0.3973380923271179, -0.08531416207551956, -0.546795129776001, -0.08138227462768555, -0.5631115436553955, -0.41193854808807373, 0.3862368166446686, -0.9028103947639465, 0.583305835723877, -0.7069606781005859, -0.4048994481563568, 0.25856009125709534, 0.3075668215751648, -1.0515093803405762, 0.5371988415718079, 0.15721993148326874, 1.1949163675308228, -0.9403826594352722, 0.8618103265762329, 0.7814267873764038, -0.8574249148368835, -0.9277504682540894, -0.32837963104248047, -0.038960330188274384, -0.647277295589447, 0.4282369315624237, -0.005899615120142698, 0.184674471616745, 0.06453067809343338, -0.5912257432937622, -0.7527747750282288, 1.4210973978042603, 0.05902040749788284, -0.7283849716186523, 0.1254134476184845, -0.038567740470170975, 0.44599857926368713, -0.48193952441215515, 0.6101651787757874, 0.20924878120422363, 0.4810035526752472, 0.19985274970531464, -0.7064716219902039, 0.08720488846302032, -0.2101183384656906, 0.18864795565605164, -0.0877852588891983, -0.7808934450149536, 0.9004403948783875, -0.1426720917224884, 0.016316505149006844, 0.033319469541311264, 0.35503950715065, 0.12242868542671204, 0.542555570602417, 0.4238675534725189, 0.765551745891571, 0.7550985813140869, 0.09871578216552734, 1.1188349723815918, -0.5804768204689026, 0.6335835456848145, 1.360140323638916, -0.10803795605897903, 0.9039195775985718, 0.3469749987125397, -0.42559850215911865, 0.26637956500053406, 1.1684547662734985, -0.3863285481929779, 0.4942539632320404, 0.16322661936283112, -0.1183629035949707, -0.29742249846458435, -0.19980300962924957, -0.5495038628578186, 0.22163620591163635, 0.1605071872472763, -0.5657772421836853, -0.14882811903953552, -0.06876564770936966, -0.041193731129169464, -0.3956541419029236, -0.5037074685096741, 0.6684524416923523, -0.027092326432466507, -0.37322211265563965, 0.2615269124507904, 0.28470614552497864, 0.3844184875488281, -0.8167203068733215, -0.250633180141449, 0.09892013669013977, 0.046152666211128235, -0.4273802638053894, -0.5593111515045166, 0.39342543482780457, -0.018481142818927765, -0.5700461268424988, -0.1492539495229721, 0.5610363483428955, -0.057050105184316635, -0.7669106125831604, 0.2561354339122772, 0.12571875751018524, 0.3133990466594696, -0.13637222349643707, -1.1141409873962402, 0.052796222269535065, 0.03236237168312073, -0.12469103932380676, 0.18301521241664886, 0.05589571222662926, 0.03289074823260307, 0.5542581677436829, 0.5822091698646545, 0.08221553266048431, -0.00028013440896756947, 0.017435455694794655, 0.82518070936203, -0.6894735097885132, -0.45598024129867554, -0.5163047909736633, 0.7138882875442505, -0.22211870551109314, -0.5370646715164185, 0.6452392339706421, 0.8163386583328247, 0.8913030624389648, -0.05234543979167938, 0.8604888319969177, -0.1863832324743271, 0.29973456263542175, -0.453591912984848, 0.5674178004264832, -0.6134543418884277, 0.07151150703430176, -0.15946634113788605, -0.8440949320793152, 0.0518534779548645, 0.6109247207641602, -0.35796821117401123, 0.17639897763729095, 0.5023656487464905, 0.6751582026481628, -0.1596374809741974, 0.23531149327754974, 0.16092757880687714, 0.15333431959152222, 0.10095534473657608, 0.4229123890399933, 0.5262369513511658, -0.7551988959312439, 0.3998548090457916, -0.6014961004257202, -0.23015882074832916, -0.1294451653957367, -1.0156232118606567, -0.594780445098877, -0.5293020009994507, -0.6762571930885315, -0.32793280482292175, 0.013279176317155361, 0.7481061816215515, 1.0550196170806885, -0.7850203514099121, -0.36425840854644775, -0.3528468608856201, 0.03207679092884064, -0.3185133635997772, -0.2349477857351303, 0.4129239320755005, -0.10013867914676666, -0.6479832530021667, -0.055178623646497726, -0.2229899913072586, 0.2867090702056885, -0.3557526171207428, -0.2317197173833847, -0.3087632954120636, -0.028388069942593575, 0.37466922402381897, 0.3011839985847473, -0.4998506009578705, -0.13807429373264313, -0.21100255846977234, -0.012367618270218372, -0.09291167557239532, 0.5990622043609619, -0.2941282093524933, 0.40567392110824585, 0.433826744556427, 0.357954204082489, 0.7137457132339478, -0.0805034339427948, 0.2556382417678833, -0.3301490247249603, 0.02407442405819893, 0.35882383584976196, 0.4604465961456299, 0.07223284989595413, -0.7333017587661743, 0.5068789124488831, 0.35064128041267395, -0.6830476522445679, -0.716239333152771, -0.0585385225713253, -1.1465049982070923, -0.15438982844352722, 1.1279865503311157, -0.11110468953847885, -0.2669639587402344, 0.03241293877363205, -0.2185007631778717, 0.15682442486286163, -0.26318809390068054, 0.5463650822639465, 0.8591471314430237, -0.24779492616653442, 0.03500235825777054, -0.7411274313926697, 0.49000638723373413, -0.06508313119411469, -0.9838521480560303, -0.2360648363828659, 0.4569217562675476, 0.511181116104126, 0.07731633633375168, 0.5782265067100525, -0.12466856092214584, 0.1979917585849762, 0.3509242534637451, 0.47681093215942383, -0.15482373535633087, -0.29934799671173096, -0.39346373081207275, -0.04515672102570534, -0.015923500061035156, -0.5447885394096375 ]
mncai/Pr_Mistral_7B-Sh5k_Wi5k_Ne5k_Ct5k-Lr05_no-sys_Ep4
mncai
2023-11-30T00:56:20Z
0
0
null
[ "transformers", "safetensors", "mistral", "text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T00:56:20Z
2023-11-30T00:52:00.000Z
null
null
Entry not found
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
mncai/Pr_Mistral_7B-Sh5k_Wi5k_Ne5k_Ct5k-Lr05_no-sys_Ep4
[ -0.3227648437023163, -0.2256842851638794, 0.8622258305549622, 0.4346150755882263, -0.5282991528511047, 0.7012966275215149, 0.7915719151496887, 0.07618607580661774, 0.774602472782135, 0.25632160902023315, -0.7852813005447388, -0.22573809325695038, -0.910448431968689, 0.571567177772522, -0.39923352003097534, 0.5791246294975281, -0.1449446976184845, -0.10751105844974518, 0.28233802318573, -0.2768953740596771, -0.5409228205680847, -0.3685522675514221, -1.1902774572372437, 0.06149183586239815, 0.5316580533981323, 0.7435139417648315, 0.7584060430526733, 0.36521726846694946, 0.6432581543922424, 0.3932286202907562, -0.23138947784900665, 0.482705295085907, -0.04171818494796753, 0.002604001434519887, -0.3524436056613922, -0.5516902208328247, -0.2859655022621155, 0.07584752142429352, 1.0961307287216187, 0.9666875600814819, -0.28466349840164185, 0.05330841988325119, -0.30636221170425415, 0.3308893144130707, -0.4973430037498474, 0.30540966987609863, -0.02250591479241848, 0.16318786144256592, -0.7041513919830322, -0.5535351634025574, 0.012795068323612213, -0.7361213564872742, 0.17926588654518127, -0.6900807023048401, 0.8269095420837402, 0.18583182990550995, 1.1533751487731934, 0.14819414913654327, -0.4624866545200348, -0.8161765933036804, -0.6538985967636108, 0.5711169242858887, -0.32703712582588196, 0.3968026638031006, 0.7028236985206604, -0.048573434352874756, -0.9820324182510376, -0.674573540687561, -0.4646618962287903, 0.29239678382873535, 0.35402780771255493, -0.3411678373813629, -0.1752208024263382, -0.3058989346027374, 0.15792058408260345, 0.12811483442783356, -0.4841998517513275, -0.5543919801712036, -0.5475159883499146, -0.3960248529911041, 0.6206661462783813, 0.3482952415943146, 0.24291753768920898, -0.18884196877479553, -0.32285791635513306, 0.08801662921905518, -0.416085422039032, 0.3402572572231293, 0.6335516571998596, 0.711401641368866, -0.5811446309089661, 0.5602158308029175, -0.049275852739810944, 0.7439703941345215, 0.11445528268814087, -0.2747809588909149, 0.4146057069301605, -0.14724646508693695, 0.05517170950770378, 0.42263489961624146, 0.31524455547332764, 0.2841312289237976, -0.3273699879646301, 0.2032230645418167, -0.3215140998363495, -0.3049624264240265, -0.2233218252658844, -0.2949075698852539, -0.3592180609703064, 0.5492293238639832, -0.33140191435813904, -0.4285544455051422, 1.1431758403778076, -0.4200769364833832, -0.7302224040031433, 0.3315638601779938, 0.40652090311050415, -0.09944812208414078, -0.3714648485183716, -0.052260566502809525, -0.8458789587020874, -0.007907341234385967, 0.7491174936294556, -0.7198971509933472, 0.3371736407279968, 0.4728063941001892, 0.741721510887146, 0.19650594890117645, -0.14034503698349, -0.42949429154396057, 0.29719701409339905, -0.8659994006156921, 0.6320170760154724, -0.20135238766670227, -1.0051977634429932, 0.11150538921356201, 0.8971698880195618, -0.37896406650543213, -1.2094871997833252, 1.0605157613754272, -0.6887933015823364, 0.16017845273017883, -0.6767619848251343, -0.14661236107349396, -0.07118509709835052, -0.005097025539726019, -0.6088158488273621, 0.7567099928855896, 0.587267279624939, -0.49952712655067444, 0.2142949402332306, -0.26029860973358154, -0.3915141522884369, 0.3882489800453186, -0.07935469597578049, -0.21858879923820496, 0.7138332724571228, -0.664708137512207, -0.2693282663822174, 0.294277548789978, 0.23689353466033936, -0.3570607304573059, -0.7931920289993286, 0.08478117734193802, -0.0578625313937664, 1.550750494003296, -0.03868809714913368, -0.35861077904701233, -0.6793835163116455, -1.1506240367889404, -0.07070813328027725, 0.688689112663269, -0.9194990992546082, -0.27839505672454834, -0.04641014710068703, -0.26169365644454956, 0.08994916826486588, 0.739058792591095, -1.1194050312042236, 0.2832730710506439, -0.05092667415738106, -0.22794726490974426, 0.8271058797836304, 0.1538720428943634, 0.24758949875831604, 0.1491343230009079, 0.4295869767665863, 0.527725338935852, 0.11115224659442902, 0.683587908744812, -0.34720343351364136, -0.9694347381591797, 0.6154630184173584, 0.2526635527610779, 0.8121447563171387, -0.4994526505470276, 0.2685092091560364, 0.27025550603866577, -0.34096819162368774, -0.5682375431060791, -0.3102833330631256, 0.09025757759809494, 0.1493055373430252, 0.11142532527446747, -0.5721713304519653, -0.6576126217842102, -0.9689139127731323, -0.13590668141841888, -0.4314376413822174, -0.35715705156326294, 0.21006934344768524, 0.5792903900146484, -1.1975520849227905, 0.4128872752189636, -0.7705625295639038, -0.7038741707801819, -0.010655373334884644, -0.19338135421276093, 0.7540658116340637, 0.4324018359184265, 0.5033970475196838, -0.6397150754928589, -0.5661991238594055, -0.22470197081565857, -1.033374547958374, -0.13280519843101501, 0.24819619953632355, 0.3065739572048187, -0.13423363864421844, -0.2744967043399811, -0.4874034821987152, 0.8100384473800659, 0.14789173007011414, -0.539189875125885, 0.5220764875411987, -0.3020317554473877, 0.17224839329719543, -0.6369151473045349, -0.0691680759191513, -0.661676287651062, -0.0009073019027709961, -0.36083024740219116, -0.5737437009811401, 0.1477232724428177, 0.07017470896244049, -0.16065438091754913, 0.28808391094207764, -0.9092767834663391, -0.0010855526197701693, -0.7442207336425781, 0.3790722191333771, 0.06394768506288528, -0.31450825929641724, -0.01751765049993992, 1.0000386238098145, 0.7784461379051208, -0.384804904460907, 0.721744179725647, 0.44400444626808167, 0.19036158919334412, 0.7630519866943359, -0.1872512698173523, 0.16478189826011658, -0.5245418548583984, -0.12161131203174591, -0.888759970664978, -1.0982944965362549, 0.7320570945739746, -0.6114251613616943, 0.36542952060699463, -0.4277869164943695, 0.2589159607887268, -0.6919256448745728, -0.038853563368320465, 0.48086017370224, -0.05936342477798462, -0.6863946914672852, 0.5232567191123962, 0.45317521691322327, -0.20192456245422363, -0.6609034538269043, -0.5301569700241089, 0.39365848898887634, 0.6154114007949829, -0.1639033854007721, 0.06878522038459778, 0.1494102030992508, -0.5441924333572388, -0.04080255329608917, -0.38691940903663635, -0.45766717195510864, 0.05422421544790268, 0.13053414225578308, -0.00575058301910758, -0.40482035279273987, -0.08680277317762375, -0.35842007398605347, -0.4656124711036682, 0.21876497566699982, 0.3011948764324188, -0.04096337407827377, -0.42599764466285706, -0.36198222637176514, -0.8881807327270508, 0.671961784362793, 0.5370280146598816, 0.05281500145792961, 0.7555551528930664, 0.16819286346435547, -0.8014988899230957, -0.13532233238220215, -0.17607088387012482, 0.269683301448822, -0.5588057637214661, 0.13849793374538422, -0.013484316878020763, -0.06374935805797577, 0.2629789710044861, 0.253862202167511, -0.4300552308559418, 0.9276248812675476, -0.26152727007865906, -0.3592527508735657, 0.7960184812545776, 0.5974739193916321, 0.49583107233047485, 0.1650322824716568, -0.04454199597239494, 0.9007091522216797, -1.1966516971588135, -0.6563175320625305, -0.7409548163414001, -0.15945705771446228, -0.435108482837677, -0.03210555389523506, 0.6254411935806274, 0.290099561214447, -0.13333900272846222, 0.4756397604942322, -0.5243489146232605, 0.3556029796600342, 1.01198410987854, 0.35748645663261414, 0.343569815158844, -0.7570229768753052, -0.2515779137611389, -0.14024285972118378, -0.9998159408569336, -0.26313793659210205, 0.8871027827262878, 0.22752614319324493, 0.8444607853889465, 0.5992546081542969, 0.6784540414810181, 0.13672301173210144, 0.2523825168609619, -0.30590295791625977, 0.3920292258262634, 0.43760842084884644, -1.0401140451431274, -0.4275836944580078, 0.02141878567636013, -0.9703333973884583, -0.14227531850337982, -0.03495021536946297, -0.42617136240005493, 0.7681740522384644, 0.00016608982696197927, -0.4076708257198334, 0.7732730507850647, -0.45558324456214905, 0.7562874555587769, -0.4473651945590973, -0.026638835668563843, 0.46990951895713806, -0.7070639133453369, 0.4677424430847168, 0.12878793478012085, 0.6205840706825256, -0.015572604723274708, -0.04078604653477669, 0.7104939818382263, -0.912916362285614, 0.25438636541366577, -0.6348401308059692, 0.2242136299610138, 0.24246926605701447, 0.51606285572052, 0.5969958901405334, 0.4371248185634613, 0.10119889676570892, -0.23920893669128418, 0.04115808755159378, -0.8241127133369446, -0.2105063498020172, 0.6975151896476746, -0.7186894416809082, -0.6864200830459595, -1.2355338335037231, 0.14438709616661072, 0.27347058057785034, 0.3893049657344818, 0.7959297895431519, 0.571408748626709, 0.12895497679710388, 0.6805254220962524, 0.9888588786125183, -0.06885617971420288, 0.9166921377182007, 0.3224479556083679, 0.09175173938274384, -0.21944861114025116, 0.703682541847229, 0.2662791311740875, -0.24707946181297302, -0.11939726769924164, 0.20913493633270264, -0.11069438606500626, -0.5917620062828064, -0.4999067783355713, 0.37017595767974854, -0.6731787919998169, -0.18303900957107544, -0.6243733167648315, -0.6043764352798462, -0.511759340763092, 0.06927342712879181, -0.7147685885429382, 0.2397908717393875, -0.775356650352478, -0.10574935376644135, 0.043234068900346756, 0.9792002439498901, -0.5893124341964722, 0.5805228352546692, -1.1218581199645996, 0.19345805048942566, -0.07949874550104141, 0.792106032371521, 0.21395769715309143, -0.734438955783844, -0.3975422978401184, -0.11592654138803482, -0.37299099564552307, -1.35767662525177, 0.21404966711997986, -0.24541394412517548, 0.23094038665294647, 0.6145405769348145, 0.13977037370204926, 0.5258246660232544, -0.34326305985450745, 0.7029105424880981, -0.05701697990298271, -0.7069289088249207, 0.7934497594833374, -0.5026894807815552, 0.4963533878326416, 0.9765999913215637, 0.5333839654922485, -0.7984009981155396, 0.035741306841373444, -1.0411231517791748, -0.6008695960044861, 0.3842642307281494, 0.11928901821374893, -0.03601101040840149, -0.6659561991691589, -0.05401952192187309, -0.16143807768821716, 0.6043738126754761, -1.0390695333480835, -0.7858359217643738, 0.2576695382595062, 0.5277299284934998, 0.08168556541204453, -0.565340518951416, 0.20880703628063202, -0.5444164872169495, 1.0657775402069092, 0.45109397172927856, 0.32744985818862915, 0.8406063318252563, 0.46492403745651245, -0.3823162019252777, 0.09252455085515976, 0.766269326210022, 0.666622519493103, -0.5239793062210083, -0.29080328345298767, -0.08827540278434753, -0.9143403768539429, 0.0592745840549469, 0.11168920993804932, -0.013455492444336414, 0.9082115888595581, 0.579308032989502, 0.2539706230163574, 0.4514276385307312, -0.7264605760574341, 0.8859449625015259, -0.1495419442653656, -0.12472878396511078, -1.0677242279052734, 0.19486179947853088, -0.23984968662261963, 0.500640332698822, 1.0061328411102295, 0.5250046253204346, -0.04763016477227211, -0.8143379092216492, -0.0147361159324646, 0.6939170956611633, -0.7091122269630432, -0.1744980812072754, 0.9448541402816772, 0.3847097158432007, -1.2953051328659058, 1.106776475906372, -0.5381770730018616, -0.5603322386741638, 0.9121299982070923, 0.5229571461677551, 1.1221847534179688, -0.44204187393188477, 0.0008674573036842048, 0.266223669052124, 0.4137839674949646, 0.5423170328140259, 1.086963176727295, 0.43141311407089233, -0.7931059002876282, 0.8826581239700317, -0.24776022136211395, -0.40361112356185913, -0.05347594618797302, -0.4285990595817566, 0.16892197728157043, -0.44061946868896484, -0.10713024437427521, -0.34441861510276794, 0.2854318916797638, -0.7072041034698486, 0.428076833486557, -0.08385658264160156, 0.8653066754341125, -0.8553722500801086, 0.4720763564109802, 0.6354700326919556, -0.33373570442199707, -0.8508189916610718, -0.26198476552963257, -0.11448431015014648, -0.638946533203125, 0.3021479547023773, -0.45541054010391235, 0.04439925402402878, 0.09623447805643082, -0.6491512060165405, -1.1778274774551392, 0.9093632698059082, -0.6396118998527527, -0.27844637632369995, 0.2046404778957367, -0.11514763534069061, 0.2881171703338623, -0.25246450304985046, 0.010661566630005836, 0.41876548528671265, 0.7489398121833801, 0.28446564078330994, -0.7727052569389343, -0.3694886267185211, 0.0015032083028927445, -0.44474807381629944, 0.7582975625991821, -0.6002100110054016, 1.1840784549713135, -0.5563540458679199, -0.059654660522937775, 0.4438447058200836, 0.2469087392091751, 0.21076178550720215, 0.6629216074943542, 0.1442076712846756, 0.7282262444496155, 1.07012140750885, -0.4083522856235504, 0.8811813592910767, 0.2643281817436218, 0.47430843114852905, 0.7238503694534302, -0.6487722992897034, 0.7513750195503235, 0.31810444593429565, -0.5682921409606934, 0.9228013753890991, 1.290606141090393, -0.15699172019958496, 0.8079374432563782, 0.051364995539188385, -1.0815999507904053, 0.325833261013031, -0.20724765956401825, -0.7530067563056946, 0.31502506136894226, 0.19055898487567902, -0.6920985579490662, -0.5770308375358582, -0.24046501517295837, -0.35662832856178284, -0.11552877724170685, -0.76317298412323, 0.6720568537712097, -0.016969090327620506, -0.5103674530982971, 0.18857529759407043, 0.287749707698822, 0.17368416488170624, -0.5235735774040222, -0.029394175857305527, -0.2282361537218094, 0.26606521010398865, -0.5670850872993469, -0.5234522819519043, 0.5724433660507202, -0.32430195808410645, -0.5343255996704102, 0.18147476017475128, 0.7635872960090637, -0.16923804581165314, -0.45154038071632385, 0.3247275948524475, 0.6959524154663086, 0.16658532619476318, 0.42502814531326294, -0.2351127564907074, 0.24480609595775604, -0.08044800162315369, -0.06651556491851807, 0.27714771032333374, 0.3449164032936096, 0.22435662150382996, 0.4450142979621887, 0.43285685777664185, -0.018086951225996017, -0.10736540704965591, -0.3828193247318268, 0.41249385476112366, -0.9542789459228516, -0.5713284611701965, -0.6307116746902466, 0.2740662097930908, -0.023154333233833313, -1.0836424827575684, 0.41451701521873474, 1.4406687021255493, 1.0359983444213867, -0.4756380617618561, 1.0672268867492676, -0.21818490326404572, 0.9594791531562805, 0.41483110189437866, 0.5420441627502441, -0.6030411720275879, 0.03835383430123329, -0.4364400804042816, -1.0769628286361694, -0.35716307163238525, 0.4539390504360199, -0.022899722680449486, -0.342986524105072, 0.8725712895393372, 0.5887163281440735, -0.334735631942749, -0.11727986484766006, 0.04848713427782059, -0.029941510409116745, -0.12433817237615585, 0.5145376920700073, 0.7648400068283081, -0.9344304800033569, -0.10680416971445084, -0.21577739715576172, -0.6382723450660706, -0.5047282576560974, -0.9632006883621216, -0.12959393858909607, -0.16037783026695251, 0.03534345701336861, -0.5662803649902344, 0.002557516098022461, 1.2083250284194946, 0.5684956312179565, -1.1113991737365723, -0.530378520488739, 0.3371855318546295, 0.3920426368713379, -0.18747921288013458, -0.24202406406402588, 0.2984570860862732, 0.15382245182991028, -0.5908878445625305, 0.6875665187835693, 0.8089624643325806, 0.20888909697532654, 0.19554796814918518, 0.15892978012561798, -0.8229473829269409, -0.1491345465183258, 0.17440453171730042, 0.9450567364692688, -0.9398531913757324, -0.7114842534065247, -0.03168463334441185, -0.27094894647598267, -0.05765761807560921, 0.17102082073688507, -0.40463486313819885, 0.5180680155754089, 0.3459150791168213, 0.4993343949317932, 0.05616108328104019, -0.0547466054558754, 0.540955662727356, -0.9069057703018188, 0.09425961226224899, 0.4134364128112793, 0.41541165113449097, -0.40008658170700073, -0.5910196304321289, 0.6713420152664185, 1.0073976516723633, -0.6594864726066589, -0.8743264079093933, -0.1984672248363495, -1.0016002655029297, 0.041897110641002655, 0.676275908946991, 0.500952422618866, -0.48065170645713806, -0.41744980216026306, -0.5617403984069824, -0.12546733021736145, -0.13699735701084137, 0.7621601819992065, 1.1796802282333374, -0.7432090640068054, 0.07975759357213974, -1.0386395454406738, 0.6594986319541931, -0.24194595217704773, -0.3457581400871277, -0.4864424169063568, 0.3832801282405853, 0.35236993432044983, 0.4404810070991516, 0.6148124933242798, 0.1408468782901764, 0.8338430523872375, 0.31260547041893005, -0.17026935517787933, 0.26989811658859253, -0.45591965317726135, -0.02893328294157982, -0.05796278640627861, 0.31015974283218384, -1.026215672492981 ]
CitrusBoy/demo-finetuned-model-DnD
CitrusBoy
2023-11-30T00:54:06Z
0
0
null
[ "transformers", "safetensors", "gpt2", "text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T00:54:06Z
2023-11-30T00:52:20.000Z
null
null
Entry not found
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
CitrusBoy/demo-finetuned-model-DnD
[ -0.3227648437023163, -0.2256842851638794, 0.8622258305549622, 0.4346150755882263, -0.5282991528511047, 0.7012966275215149, 0.7915719151496887, 0.07618607580661774, 0.774602472782135, 0.25632160902023315, -0.7852813005447388, -0.22573809325695038, -0.910448431968689, 0.571567177772522, -0.39923352003097534, 0.5791246294975281, -0.1449446976184845, -0.10751105844974518, 0.28233802318573, -0.2768953740596771, -0.5409228205680847, -0.3685522675514221, -1.1902774572372437, 0.06149183586239815, 0.5316580533981323, 0.7435139417648315, 0.7584060430526733, 0.36521726846694946, 0.6432581543922424, 0.3932286202907562, -0.23138947784900665, 0.482705295085907, -0.04171818494796753, 0.002604001434519887, -0.3524436056613922, -0.5516902208328247, -0.2859655022621155, 0.07584752142429352, 1.0961307287216187, 0.9666875600814819, -0.28466349840164185, 0.05330841988325119, -0.30636221170425415, 0.3308893144130707, -0.4973430037498474, 0.30540966987609863, -0.02250591479241848, 0.16318786144256592, -0.7041513919830322, -0.5535351634025574, 0.012795068323612213, -0.7361213564872742, 0.17926588654518127, -0.6900807023048401, 0.8269095420837402, 0.18583182990550995, 1.1533751487731934, 0.14819414913654327, -0.4624866545200348, -0.8161765933036804, -0.6538985967636108, 0.5711169242858887, -0.32703712582588196, 0.3968026638031006, 0.7028236985206604, -0.048573434352874756, -0.9820324182510376, -0.674573540687561, -0.4646618962287903, 0.29239678382873535, 0.35402780771255493, -0.3411678373813629, -0.1752208024263382, -0.3058989346027374, 0.15792058408260345, 0.12811483442783356, -0.4841998517513275, -0.5543919801712036, -0.5475159883499146, -0.3960248529911041, 0.6206661462783813, 0.3482952415943146, 0.24291753768920898, -0.18884196877479553, -0.32285791635513306, 0.08801662921905518, -0.416085422039032, 0.3402572572231293, 0.6335516571998596, 0.711401641368866, -0.5811446309089661, 0.5602158308029175, -0.049275852739810944, 0.7439703941345215, 0.11445528268814087, -0.2747809588909149, 0.4146057069301605, -0.14724646508693695, 0.05517170950770378, 0.42263489961624146, 0.31524455547332764, 0.2841312289237976, -0.3273699879646301, 0.2032230645418167, -0.3215140998363495, -0.3049624264240265, -0.2233218252658844, -0.2949075698852539, -0.3592180609703064, 0.5492293238639832, -0.33140191435813904, -0.4285544455051422, 1.1431758403778076, -0.4200769364833832, -0.7302224040031433, 0.3315638601779938, 0.40652090311050415, -0.09944812208414078, -0.3714648485183716, -0.052260566502809525, -0.8458789587020874, -0.007907341234385967, 0.7491174936294556, -0.7198971509933472, 0.3371736407279968, 0.4728063941001892, 0.741721510887146, 0.19650594890117645, -0.14034503698349, -0.42949429154396057, 0.29719701409339905, -0.8659994006156921, 0.6320170760154724, -0.20135238766670227, -1.0051977634429932, 0.11150538921356201, 0.8971698880195618, -0.37896406650543213, -1.2094871997833252, 1.0605157613754272, -0.6887933015823364, 0.16017845273017883, -0.6767619848251343, -0.14661236107349396, -0.07118509709835052, -0.005097025539726019, -0.6088158488273621, 0.7567099928855896, 0.587267279624939, -0.49952712655067444, 0.2142949402332306, -0.26029860973358154, -0.3915141522884369, 0.3882489800453186, -0.07935469597578049, -0.21858879923820496, 0.7138332724571228, -0.664708137512207, -0.2693282663822174, 0.294277548789978, 0.23689353466033936, -0.3570607304573059, -0.7931920289993286, 0.08478117734193802, -0.0578625313937664, 1.550750494003296, -0.03868809714913368, -0.35861077904701233, -0.6793835163116455, -1.1506240367889404, -0.07070813328027725, 0.688689112663269, -0.9194990992546082, -0.27839505672454834, -0.04641014710068703, -0.26169365644454956, 0.08994916826486588, 0.739058792591095, -1.1194050312042236, 0.2832730710506439, -0.05092667415738106, -0.22794726490974426, 0.8271058797836304, 0.1538720428943634, 0.24758949875831604, 0.1491343230009079, 0.4295869767665863, 0.527725338935852, 0.11115224659442902, 0.683587908744812, -0.34720343351364136, -0.9694347381591797, 0.6154630184173584, 0.2526635527610779, 0.8121447563171387, -0.4994526505470276, 0.2685092091560364, 0.27025550603866577, -0.34096819162368774, -0.5682375431060791, -0.3102833330631256, 0.09025757759809494, 0.1493055373430252, 0.11142532527446747, -0.5721713304519653, -0.6576126217842102, -0.9689139127731323, -0.13590668141841888, -0.4314376413822174, -0.35715705156326294, 0.21006934344768524, 0.5792903900146484, -1.1975520849227905, 0.4128872752189636, -0.7705625295639038, -0.7038741707801819, -0.010655373334884644, -0.19338135421276093, 0.7540658116340637, 0.4324018359184265, 0.5033970475196838, -0.6397150754928589, -0.5661991238594055, -0.22470197081565857, -1.033374547958374, -0.13280519843101501, 0.24819619953632355, 0.3065739572048187, -0.13423363864421844, -0.2744967043399811, -0.4874034821987152, 0.8100384473800659, 0.14789173007011414, -0.539189875125885, 0.5220764875411987, -0.3020317554473877, 0.17224839329719543, -0.6369151473045349, -0.0691680759191513, -0.661676287651062, -0.0009073019027709961, -0.36083024740219116, -0.5737437009811401, 0.1477232724428177, 0.07017470896244049, -0.16065438091754913, 0.28808391094207764, -0.9092767834663391, -0.0010855526197701693, -0.7442207336425781, 0.3790722191333771, 0.06394768506288528, -0.31450825929641724, -0.01751765049993992, 1.0000386238098145, 0.7784461379051208, -0.384804904460907, 0.721744179725647, 0.44400444626808167, 0.19036158919334412, 0.7630519866943359, -0.1872512698173523, 0.16478189826011658, -0.5245418548583984, -0.12161131203174591, -0.888759970664978, -1.0982944965362549, 0.7320570945739746, -0.6114251613616943, 0.36542952060699463, -0.4277869164943695, 0.2589159607887268, -0.6919256448745728, -0.038853563368320465, 0.48086017370224, -0.05936342477798462, -0.6863946914672852, 0.5232567191123962, 0.45317521691322327, -0.20192456245422363, -0.6609034538269043, -0.5301569700241089, 0.39365848898887634, 0.6154114007949829, -0.1639033854007721, 0.06878522038459778, 0.1494102030992508, -0.5441924333572388, -0.04080255329608917, -0.38691940903663635, -0.45766717195510864, 0.05422421544790268, 0.13053414225578308, -0.00575058301910758, -0.40482035279273987, -0.08680277317762375, -0.35842007398605347, -0.4656124711036682, 0.21876497566699982, 0.3011948764324188, -0.04096337407827377, -0.42599764466285706, -0.36198222637176514, -0.8881807327270508, 0.671961784362793, 0.5370280146598816, 0.05281500145792961, 0.7555551528930664, 0.16819286346435547, -0.8014988899230957, -0.13532233238220215, -0.17607088387012482, 0.269683301448822, -0.5588057637214661, 0.13849793374538422, -0.013484316878020763, -0.06374935805797577, 0.2629789710044861, 0.253862202167511, -0.4300552308559418, 0.9276248812675476, -0.26152727007865906, -0.3592527508735657, 0.7960184812545776, 0.5974739193916321, 0.49583107233047485, 0.1650322824716568, -0.04454199597239494, 0.9007091522216797, -1.1966516971588135, -0.6563175320625305, -0.7409548163414001, -0.15945705771446228, -0.435108482837677, -0.03210555389523506, 0.6254411935806274, 0.290099561214447, -0.13333900272846222, 0.4756397604942322, -0.5243489146232605, 0.3556029796600342, 1.01198410987854, 0.35748645663261414, 0.343569815158844, -0.7570229768753052, -0.2515779137611389, -0.14024285972118378, -0.9998159408569336, -0.26313793659210205, 0.8871027827262878, 0.22752614319324493, 0.8444607853889465, 0.5992546081542969, 0.6784540414810181, 0.13672301173210144, 0.2523825168609619, -0.30590295791625977, 0.3920292258262634, 0.43760842084884644, -1.0401140451431274, -0.4275836944580078, 0.02141878567636013, -0.9703333973884583, -0.14227531850337982, -0.03495021536946297, -0.42617136240005493, 0.7681740522384644, 0.00016608982696197927, -0.4076708257198334, 0.7732730507850647, -0.45558324456214905, 0.7562874555587769, -0.4473651945590973, -0.026638835668563843, 0.46990951895713806, -0.7070639133453369, 0.4677424430847168, 0.12878793478012085, 0.6205840706825256, -0.015572604723274708, -0.04078604653477669, 0.7104939818382263, -0.912916362285614, 0.25438636541366577, -0.6348401308059692, 0.2242136299610138, 0.24246926605701447, 0.51606285572052, 0.5969958901405334, 0.4371248185634613, 0.10119889676570892, -0.23920893669128418, 0.04115808755159378, -0.8241127133369446, -0.2105063498020172, 0.6975151896476746, -0.7186894416809082, -0.6864200830459595, -1.2355338335037231, 0.14438709616661072, 0.27347058057785034, 0.3893049657344818, 0.7959297895431519, 0.571408748626709, 0.12895497679710388, 0.6805254220962524, 0.9888588786125183, -0.06885617971420288, 0.9166921377182007, 0.3224479556083679, 0.09175173938274384, -0.21944861114025116, 0.703682541847229, 0.2662791311740875, -0.24707946181297302, -0.11939726769924164, 0.20913493633270264, -0.11069438606500626, -0.5917620062828064, -0.4999067783355713, 0.37017595767974854, -0.6731787919998169, -0.18303900957107544, -0.6243733167648315, -0.6043764352798462, -0.511759340763092, 0.06927342712879181, -0.7147685885429382, 0.2397908717393875, -0.775356650352478, -0.10574935376644135, 0.043234068900346756, 0.9792002439498901, -0.5893124341964722, 0.5805228352546692, -1.1218581199645996, 0.19345805048942566, -0.07949874550104141, 0.792106032371521, 0.21395769715309143, -0.734438955783844, -0.3975422978401184, -0.11592654138803482, -0.37299099564552307, -1.35767662525177, 0.21404966711997986, -0.24541394412517548, 0.23094038665294647, 0.6145405769348145, 0.13977037370204926, 0.5258246660232544, -0.34326305985450745, 0.7029105424880981, -0.05701697990298271, -0.7069289088249207, 0.7934497594833374, -0.5026894807815552, 0.4963533878326416, 0.9765999913215637, 0.5333839654922485, -0.7984009981155396, 0.035741306841373444, -1.0411231517791748, -0.6008695960044861, 0.3842642307281494, 0.11928901821374893, -0.03601101040840149, -0.6659561991691589, -0.05401952192187309, -0.16143807768821716, 0.6043738126754761, -1.0390695333480835, -0.7858359217643738, 0.2576695382595062, 0.5277299284934998, 0.08168556541204453, -0.565340518951416, 0.20880703628063202, -0.5444164872169495, 1.0657775402069092, 0.45109397172927856, 0.32744985818862915, 0.8406063318252563, 0.46492403745651245, -0.3823162019252777, 0.09252455085515976, 0.766269326210022, 0.666622519493103, -0.5239793062210083, -0.29080328345298767, -0.08827540278434753, -0.9143403768539429, 0.0592745840549469, 0.11168920993804932, -0.013455492444336414, 0.9082115888595581, 0.579308032989502, 0.2539706230163574, 0.4514276385307312, -0.7264605760574341, 0.8859449625015259, -0.1495419442653656, -0.12472878396511078, -1.0677242279052734, 0.19486179947853088, -0.23984968662261963, 0.500640332698822, 1.0061328411102295, 0.5250046253204346, -0.04763016477227211, -0.8143379092216492, -0.0147361159324646, 0.6939170956611633, -0.7091122269630432, -0.1744980812072754, 0.9448541402816772, 0.3847097158432007, -1.2953051328659058, 1.106776475906372, -0.5381770730018616, -0.5603322386741638, 0.9121299982070923, 0.5229571461677551, 1.1221847534179688, -0.44204187393188477, 0.0008674573036842048, 0.266223669052124, 0.4137839674949646, 0.5423170328140259, 1.086963176727295, 0.43141311407089233, -0.7931059002876282, 0.8826581239700317, -0.24776022136211395, -0.40361112356185913, -0.05347594618797302, -0.4285990595817566, 0.16892197728157043, -0.44061946868896484, -0.10713024437427521, -0.34441861510276794, 0.2854318916797638, -0.7072041034698486, 0.428076833486557, -0.08385658264160156, 0.8653066754341125, -0.8553722500801086, 0.4720763564109802, 0.6354700326919556, -0.33373570442199707, -0.8508189916610718, -0.26198476552963257, -0.11448431015014648, -0.638946533203125, 0.3021479547023773, -0.45541054010391235, 0.04439925402402878, 0.09623447805643082, -0.6491512060165405, -1.1778274774551392, 0.9093632698059082, -0.6396118998527527, -0.27844637632369995, 0.2046404778957367, -0.11514763534069061, 0.2881171703338623, -0.25246450304985046, 0.010661566630005836, 0.41876548528671265, 0.7489398121833801, 0.28446564078330994, -0.7727052569389343, -0.3694886267185211, 0.0015032083028927445, -0.44474807381629944, 0.7582975625991821, -0.6002100110054016, 1.1840784549713135, -0.5563540458679199, -0.059654660522937775, 0.4438447058200836, 0.2469087392091751, 0.21076178550720215, 0.6629216074943542, 0.1442076712846756, 0.7282262444496155, 1.07012140750885, -0.4083522856235504, 0.8811813592910767, 0.2643281817436218, 0.47430843114852905, 0.7238503694534302, -0.6487722992897034, 0.7513750195503235, 0.31810444593429565, -0.5682921409606934, 0.9228013753890991, 1.290606141090393, -0.15699172019958496, 0.8079374432563782, 0.051364995539188385, -1.0815999507904053, 0.325833261013031, -0.20724765956401825, -0.7530067563056946, 0.31502506136894226, 0.19055898487567902, -0.6920985579490662, -0.5770308375358582, -0.24046501517295837, -0.35662832856178284, -0.11552877724170685, -0.76317298412323, 0.6720568537712097, -0.016969090327620506, -0.5103674530982971, 0.18857529759407043, 0.287749707698822, 0.17368416488170624, -0.5235735774040222, -0.029394175857305527, -0.2282361537218094, 0.26606521010398865, -0.5670850872993469, -0.5234522819519043, 0.5724433660507202, -0.32430195808410645, -0.5343255996704102, 0.18147476017475128, 0.7635872960090637, -0.16923804581165314, -0.45154038071632385, 0.3247275948524475, 0.6959524154663086, 0.16658532619476318, 0.42502814531326294, -0.2351127564907074, 0.24480609595775604, -0.08044800162315369, -0.06651556491851807, 0.27714771032333374, 0.3449164032936096, 0.22435662150382996, 0.4450142979621887, 0.43285685777664185, -0.018086951225996017, -0.10736540704965591, -0.3828193247318268, 0.41249385476112366, -0.9542789459228516, -0.5713284611701965, -0.6307116746902466, 0.2740662097930908, -0.023154333233833313, -1.0836424827575684, 0.41451701521873474, 1.4406687021255493, 1.0359983444213867, -0.4756380617618561, 1.0672268867492676, -0.21818490326404572, 0.9594791531562805, 0.41483110189437866, 0.5420441627502441, -0.6030411720275879, 0.03835383430123329, -0.4364400804042816, -1.0769628286361694, -0.35716307163238525, 0.4539390504360199, -0.022899722680449486, -0.342986524105072, 0.8725712895393372, 0.5887163281440735, -0.334735631942749, -0.11727986484766006, 0.04848713427782059, -0.029941510409116745, -0.12433817237615585, 0.5145376920700073, 0.7648400068283081, -0.9344304800033569, -0.10680416971445084, -0.21577739715576172, -0.6382723450660706, -0.5047282576560974, -0.9632006883621216, -0.12959393858909607, -0.16037783026695251, 0.03534345701336861, -0.5662803649902344, 0.002557516098022461, 1.2083250284194946, 0.5684956312179565, -1.1113991737365723, -0.530378520488739, 0.3371855318546295, 0.3920426368713379, -0.18747921288013458, -0.24202406406402588, 0.2984570860862732, 0.15382245182991028, -0.5908878445625305, 0.6875665187835693, 0.8089624643325806, 0.20888909697532654, 0.19554796814918518, 0.15892978012561798, -0.8229473829269409, -0.1491345465183258, 0.17440453171730042, 0.9450567364692688, -0.9398531913757324, -0.7114842534065247, -0.03168463334441185, -0.27094894647598267, -0.05765761807560921, 0.17102082073688507, -0.40463486313819885, 0.5180680155754089, 0.3459150791168213, 0.4993343949317932, 0.05616108328104019, -0.0547466054558754, 0.540955662727356, -0.9069057703018188, 0.09425961226224899, 0.4134364128112793, 0.41541165113449097, -0.40008658170700073, -0.5910196304321289, 0.6713420152664185, 1.0073976516723633, -0.6594864726066589, -0.8743264079093933, -0.1984672248363495, -1.0016002655029297, 0.041897110641002655, 0.676275908946991, 0.500952422618866, -0.48065170645713806, -0.41744980216026306, -0.5617403984069824, -0.12546733021736145, -0.13699735701084137, 0.7621601819992065, 1.1796802282333374, -0.7432090640068054, 0.07975759357213974, -1.0386395454406738, 0.6594986319541931, -0.24194595217704773, -0.3457581400871277, -0.4864424169063568, 0.3832801282405853, 0.35236993432044983, 0.4404810070991516, 0.6148124933242798, 0.1408468782901764, 0.8338430523872375, 0.31260547041893005, -0.17026935517787933, 0.26989811658859253, -0.45591965317726135, -0.02893328294157982, -0.05796278640627861, 0.31015974283218384, -1.026215672492981 ]
muthureal/testmodel
muthureal
2023-11-30T00:53:34Z
0
0
null
[ "license:apache-2.0", "region:us" ]
2023-11-30T00:53:34Z
2023-11-30T00:52:31.000Z
null
null
--- license: apache-2.0 ---
null
null
null
null
null
null
null
null
null
null
null
null
muthureal/testmodel
[ -0.12853386998176575, -0.18616794049739838, 0.6529127359390259, 0.4943622946739197, -0.19319306313991547, 0.2360745519399643, 0.36072012782096863, 0.05056336894631386, 0.579365611076355, 0.740013837814331, -0.6508102416992188, -0.23784014582633972, -0.7102251052856445, -0.04782590642571449, -0.38947534561157227, 0.8470765352249146, -0.0959826111793518, 0.024004623293876648, 0.04712025821208954, -0.14317822456359863, -0.6121042370796204, -0.04771709442138672, -1.0524535179138184, -0.06787442415952682, 0.3002282679080963, 0.5120978355407715, 0.8275896310806274, 0.39602941274642944, 0.5030564665794373, 1.7515560388565063, -0.088369220495224, -0.22754424810409546, -0.4589202404022217, 0.4223070740699768, -0.3327735662460327, -0.42133718729019165, -0.2624163031578064, -0.07449323683977127, 0.3238040804862976, 0.7903714179992676, -0.38104116916656494, 0.1932808756828308, -0.22438475489616394, 1.0082244873046875, -0.8202077150344849, 0.2263081669807434, -0.16698361933231354, 0.14053216576576233, 0.04230892285704613, -0.14591945707798004, -0.13263243436813354, -0.6440030336380005, 0.06469498574733734, -0.8995959758758545, 0.10274925827980042, -0.04461081326007843, 0.878956139087677, 0.2190905064344406, -0.5102373957633972, -0.04597726836800575, -0.6883597373962402, 1.09725022315979, -0.1755603551864624, 0.7615709900856018, 0.45078083872795105, 0.4528858959674835, -0.5849323868751526, -1.1782186031341553, -0.4441867768764496, -0.13578912615776062, 0.14722834527492523, 0.3055609464645386, -0.345302939414978, -0.022343724966049194, 0.1080111712217331, 0.5610315799713135, -0.5003760457038879, -0.3119595944881439, -0.9579929113388062, -0.181649312376976, 0.6820486187934875, 0.3193083107471466, 0.8340445756912231, 0.18731512129306793, -0.7347198724746704, 0.1286626160144806, -1.3239688873291016, 0.07650738209486008, 0.6465022563934326, 0.23946784436702728, -0.5545989274978638, 0.8594783544540405, -0.2858799695968628, 0.6262496709823608, 0.27284640073776245, -0.11645263433456421, 0.27842509746551514, -0.23030731081962585, -0.2735060751438141, 0.03308798745274544, 0.3459731340408325, 0.8204489350318909, 0.16248632967472076, -0.019985049962997437, -0.22123970091342926, 0.0020714402198791504, 0.26844507455825806, -0.793509304523468, -0.4712671637535095, 0.19266951084136963, -0.5589531660079956, -0.09108524024486542, 0.43270236253738403, -1.0976831912994385, -0.4812980890274048, -0.18798494338989258, 0.05468104034662247, -0.5451690554618835, -0.3697948455810547, 0.07273271679878235, -0.79254150390625, -0.12434178590774536, 0.5709512233734131, -0.6230252385139465, 0.43974611163139343, 0.5336254835128784, 0.7861639261245728, 0.23303911089897156, -0.23613642156124115, -0.6695020198822021, 0.48848241567611694, -0.8661863803863525, 0.36860737204551697, -0.3073779344558716, -0.8298638463020325, -0.0963100790977478, 0.5393157601356506, 0.20664840936660767, -0.6653255224227905, 0.707404613494873, -0.5496988296508789, -0.0780656486749649, -0.43082869052886963, -0.2432197779417038, 0.1746041476726532, 0.11115425825119019, -0.6238911151885986, 0.9402235746383667, 0.5551105737686157, -0.5841097831726074, 0.3170127272605896, -0.4869506061077118, -0.6865580081939697, 0.2674810290336609, -0.008750706911087036, -0.04715266078710556, 0.32795289158821106, -0.15983983874320984, -0.0020508021116256714, 0.10505777597427368, 0.008299570530653, -0.21891725063323975, -0.47863033413887024, 0.06349962204694748, 0.15165036916732788, 1.2536828517913818, 0.4083620309829712, -0.37718838453292847, -0.1314011961221695, -1.0526152849197388, 0.025432825088500977, 0.05050121992826462, -0.4230676591396332, -0.2504565417766571, -0.14882181584835052, -0.2038160264492035, 0.4307262897491455, 0.21184703707695007, -0.813115119934082, 0.22643612325191498, -0.20640245079994202, 0.36449694633483887, 0.8222094774246216, 0.2703101634979248, 0.3976054787635803, -0.6625287532806396, 0.656313955783844, 0.20761877298355103, 0.4959017336368561, 0.354042112827301, -0.3845822513103485, -0.9641585350036621, -0.44216179847717285, -0.10117430239915848, 0.29755258560180664, -0.7744958400726318, 0.5847322344779968, 0.012979589402675629, -0.583670973777771, -0.44652801752090454, -0.15488091111183167, 0.2755328416824341, -0.06606563180685043, 0.03334919363260269, -0.40497779846191406, -0.7394418716430664, -1.0127898454666138, -0.13788142800331116, -0.5021387934684753, -0.21892786026000977, 0.31605878472328186, 0.26177385449409485, -0.3429003953933716, 0.7610748410224915, -0.6059277057647705, -0.7040639519691467, -0.13973544538021088, -0.09959830343723297, 0.618772029876709, 0.9297671914100647, 0.7491385340690613, -0.722489595413208, -0.8973819017410278, -0.056230559945106506, -0.5420041680335999, -0.02004420757293701, 0.03815031424164772, -0.18260686099529266, -0.10514989495277405, 0.22352559864521027, -0.6100800037384033, 0.8851073384284973, 0.432250052690506, -0.6815469264984131, 0.5210593342781067, -0.4444408416748047, 0.6073801517486572, -0.8642840385437012, -0.2911495268344879, -0.16823552548885345, -0.19761210680007935, -0.7090162634849548, 0.19411535561084747, -0.3002234995365143, -0.33029890060424805, -0.7474033832550049, 0.527489423751831, -0.949701189994812, -0.1878150999546051, -0.33672797679901123, -0.03423133119940758, 0.25807827711105347, 0.19490525126457214, -0.23560282588005066, 0.8900530934333801, 0.916048526763916, -0.7121305465698242, 0.548727810382843, 0.3930906653404236, -0.19200105965137482, 0.7131239175796509, -0.388774037361145, 0.05162019282579422, -0.12344937026500702, 0.14374594390392303, -1.1263889074325562, -0.561158299446106, 0.13677364587783813, -0.7127033472061157, 0.17686952650547028, -0.1655685305595398, -0.09428523480892181, -0.6608465909957886, -0.3380642533302307, 0.25910112261772156, 0.486123263835907, -0.47969990968704224, 0.6188147068023682, 0.5728042721748352, 0.02651873230934143, -0.5307408571243286, -0.7206817269325256, 0.2041810154914856, 0.03964623063802719, -0.5569697618484497, 0.30116891860961914, 0.0065435320138931274, -0.6622445583343506, -0.37112540006637573, -0.26354193687438965, -0.6043857336044312, -0.2267974317073822, 0.7826985120773315, 0.11994212120771408, -0.09012282639741898, -0.2031029313802719, -0.3199537992477417, -0.06167496740818024, 0.3048741817474365, -0.07575289905071259, 0.7232835292816162, -0.33623766899108887, -0.1785009205341339, -0.887734055519104, 0.6527546048164368, 0.9970470666885376, 0.09446720778942108, 0.806644082069397, 0.4632422924041748, -0.3564746379852295, -0.13046637177467346, -0.3535459041595459, -0.15120594203472137, -0.6857743859291077, -0.18067976832389832, -0.53224778175354, -0.5411437749862671, 0.4053069055080414, 0.1010148674249649, -0.002104625105857849, 0.5167046785354614, 0.2533608675003052, -0.2880691885948181, 0.7550331354141235, 1.0343408584594727, 0.13917939364910126, 0.3602914810180664, -0.2854714095592499, 0.6341598033905029, -0.8329950571060181, -0.3405216336250305, -0.45480722188949585, -0.2563585937023163, -0.3121439218521118, -0.10750842094421387, 0.5791025757789612, 0.28182175755500793, -0.44634681940078735, 0.1250680387020111, -0.5994206666946411, 0.6587365865707397, 0.6273987293243408, 0.5719729065895081, 0.19973018765449524, -0.4619945287704468, 0.19982978701591492, 0.048166677355766296, -0.45745599269866943, -0.4009111821651459, 0.7711141109466553, 0.2399628609418869, 0.836402416229248, 0.2092706710100174, 0.49577754735946655, 0.3337545096874237, 0.25280600786209106, -0.6318977475166321, 0.2009800374507904, -0.22282779216766357, -1.24596107006073, -0.20642653107643127, -0.16551297903060913, -1.0080580711364746, -0.11792066693305969, -0.18289026618003845, -0.8406622409820557, 0.26657289266586304, -0.19225645065307617, -0.6640644669532776, 0.5206149816513062, -0.5103871822357178, 0.6934707164764404, -0.23555901646614075, -0.28170904517173767, 0.11930112540721893, -0.6889922618865967, 0.5254615545272827, 0.3667145073413849, 0.29168397188186646, -0.3796897232532501, -0.31928735971450806, 0.5068994164466858, -0.8812242746353149, 0.4408112168312073, -0.10564974695444107, 0.19428128004074097, 0.5358877182006836, 0.4153589606285095, 0.38239729404449463, 0.28699004650115967, -0.24593812227249146, -0.23415404558181763, 0.22503429651260376, -0.758134663105011, -0.27754610776901245, 0.9095463752746582, -0.7519428730010986, -0.8586910963058472, -0.6954255104064941, -0.3064495921134949, 0.28865310549736023, 0.027814537286758423, 0.7154773473739624, 0.6456885933876038, -0.18821030855178833, 0.23776991665363312, 0.7208225131034851, -0.014694602228701115, 0.723556399345398, 0.29411187767982483, -0.4056643843650818, -0.6169788837432861, 0.7182321548461914, 0.26270484924316406, 0.051626816391944885, 0.028328051790595055, 0.30587369203567505, -0.1754668653011322, -0.1507861614227295, -0.6318322420120239, -0.06395305693149567, -0.7465728521347046, -0.09279488027095795, -0.7541396617889404, -0.25077444314956665, -0.7114588618278503, -0.8068138360977173, -0.7080165147781372, -0.4560440182685852, -0.43011948466300964, -0.23352214694023132, 0.5163111090660095, 1.1627086400985718, -0.26131510734558105, 0.8011058568954468, -0.8900954723358154, 0.41936302185058594, 0.49695420265197754, 0.751973032951355, -0.11061007529497147, -0.6746936440467834, -0.07836268842220306, -0.5338758230209351, -0.29485055804252625, -1.0156968832015991, 0.3177468180656433, -0.03688574582338333, 0.4053712487220764, 0.4293888211250305, 0.25190263986587524, 0.4939277172088623, -0.3007313013076782, 1.113068699836731, 0.7274306416511536, -0.8033809661865234, 0.5195276141166687, -0.7635003328323364, 0.16122335195541382, 0.9363659620285034, 0.5447745323181152, -0.4417073130607605, -0.15113943815231323, -1.0259766578674316, -0.8431376218795776, 0.5963035225868225, 0.1543988287448883, 0.016844172030687332, 0.018214374780654907, 0.0316823273897171, 0.29466405510902405, 0.3591305911540985, -0.7847287654876709, -0.8240222930908203, -0.138511061668396, 0.25803303718566895, 0.3145606219768524, -0.16485458612442017, -0.300386905670166, -0.6116160154342651, 0.871138870716095, 0.18286430835723877, 0.35462307929992676, 0.12073361873626709, 0.04369376599788666, -0.35506969690322876, 0.14787015318870544, 0.552299976348877, 1.2529059648513794, -0.40983355045318604, 0.3673914670944214, 0.17512577772140503, -0.6540069580078125, 0.6494989395141602, -0.30363476276397705, -0.0217847041785717, 0.6203136444091797, 0.17760908603668213, 0.28528422117233276, 0.3155992329120636, -0.36214232444763184, 0.6047801971435547, -0.029422283172607422, -0.1775849461555481, -0.7005696296691895, 0.15866999328136444, 0.02935042977333069, 0.27507930994033813, 0.4392026662826538, 0.2444334328174591, 0.0824679434299469, -1.060287594795227, 0.5711051821708679, 0.24493873119354248, -0.8676620125770569, -0.3011006712913513, 0.7047957181930542, 0.40753909945487976, -0.4759954810142517, 0.3874906301498413, 0.012702271342277527, -0.6710244417190552, 0.5987739562988281, 0.5510412454605103, 0.7569671273231506, -0.4702424705028534, 0.308801531791687, 0.6245606541633606, 0.06711293756961823, 0.20550525188446045, 0.6923202872276306, 0.031493574380874634, -0.4473866820335388, 0.23022449016571045, -0.5986733436584473, -0.14689895510673523, 0.13735327124595642, -0.8047430515289307, 0.3515337109565735, -0.9312617778778076, -0.24089916050434113, 0.08751599490642548, 0.11761073768138885, -0.6130944490432739, 0.6674701571464539, -0.008524760603904724, 0.9280493259429932, -0.8549091815948486, 0.9626280069351196, 0.8559584021568298, -0.3183082938194275, -0.7709448337554932, -0.3355674743652344, 0.020139798521995544, -0.6660529971122742, 0.7108280658721924, -0.18972989916801453, -0.41207432746887207, -0.0932389497756958, -0.6229831576347351, -1.0003728866577148, 0.030617713928222656, 0.017415449023246765, -0.4625036120414734, 0.4454794228076935, -0.5157257914543152, 0.32896822690963745, -0.19169731438159943, 0.30509501695632935, 0.7719475030899048, 0.7958450317382812, 0.22960808873176575, -0.6354780793190002, -0.44666868448257446, -0.010276362299919128, -0.1668281853199005, 0.4545806646347046, -1.0710971355438232, 0.967736542224884, -0.4652579426765442, -0.3473318815231323, 0.27066463232040405, 0.7977627515792847, 0.2538502812385559, 0.35241299867630005, 0.6219537258148193, 0.9016804695129395, 0.3645014762878418, -0.31178298592567444, 0.7276750206947327, 0.24263359606266022, 0.4152543246746063, 0.7364203929901123, -0.2271219938993454, 0.5403844118118286, 0.890641450881958, -0.7861621379852295, 0.5381767153739929, 0.7879031896591187, 0.16047383844852448, 0.775815486907959, 0.5944145321846008, -0.6119526624679565, -0.11859418451786041, -0.1464143991470337, -0.6171558499336243, 0.19797542691230774, 0.05292615294456482, -0.11974777281284332, -0.2846008539199829, -0.1356736123561859, 0.12295079231262207, 0.28364551067352295, -0.5959329009056091, 0.606866717338562, 0.3434159457683563, -0.6328279972076416, 0.21025127172470093, -0.25779563188552856, 0.6709505319595337, -0.5978161096572876, 0.027336493134498596, -0.22699308395385742, 0.41810351610183716, -0.4618742763996124, -1.007582664489746, 0.4713841676712036, -0.29202431440353394, -0.4055135250091553, -0.2694244980812073, 0.807236909866333, -0.22133898735046387, -0.5572861433029175, 0.37486040592193604, 0.13466596603393555, 0.41473692655563354, 0.401459664106369, -0.5487297177314758, 0.047790274024009705, 0.1376017928123474, -0.20061808824539185, 0.3601187467575073, 0.2973727881908417, 0.25488772988319397, 0.710012674331665, 0.5052472352981567, 0.22198712825775146, 0.25694364309310913, -0.1866862177848816, 0.8387458324432373, -0.910279393196106, -0.8167635202407837, -0.9497336149215698, 0.3849897086620331, 0.02572779729962349, -0.8801446557044983, 0.7920310497283936, 0.7652605772018433, 0.5113959312438965, -0.4877890348434448, 0.4755285382270813, -0.32647940516471863, 0.504713773727417, -0.13870954513549805, 1.0010892152786255, -0.7607628107070923, -0.2958723306655884, -0.03055383637547493, -0.9216440916061401, -0.2533755302429199, 0.537574052810669, 0.1540830433368683, -0.14608071744441986, 0.43859073519706726, 0.4421640634536743, 0.022173238918185234, 0.2522314488887787, 0.328610360622406, 0.060427844524383545, 0.14508458971977234, 0.5510436296463013, 1.0931143760681152, -0.4339442551136017, 0.1869477778673172, -0.49234795570373535, -0.4536244869232178, -0.4153490662574768, -0.954806387424469, -0.6640316843986511, -0.48185476660728455, -0.29739367961883545, -0.5915584564208984, 0.11726446449756622, 0.9300885796546936, 0.9018138647079468, -0.6256729364395142, -0.4124360680580139, 0.2571353018283844, 0.3029342293739319, -0.22954165935516357, -0.14626795053482056, 0.273649126291275, -0.006407266017049551, -0.7211178541183472, 0.3930944502353668, 0.8079757690429688, 0.38871297240257263, 0.08444003760814667, -0.07217106223106384, -0.4407082200050354, 0.026101194322109222, 0.537355899810791, 0.572956383228302, -0.6281177997589111, -0.40996479988098145, -0.5328316688537598, -0.21386782824993134, 0.155294269323349, 0.4807753562927246, -0.5166382193565369, 0.3266114294528961, 0.8128960132598877, 0.17017629742622375, 0.7187888026237488, -0.002249211072921753, 0.6678645610809326, -0.8970251083374023, 0.44462549686431885, 0.3953382968902588, 0.5681872963905334, 0.08998057246208191, -0.7339164614677429, 0.982024073600769, 0.49674326181411743, -0.633405327796936, -1.0034241676330566, 0.030799373984336853, -1.193113923072815, -0.3788175582885742, 0.9890846610069275, -0.09595765173435211, -0.9597457647323608, -0.3644896149635315, -0.3677719235420227, 0.07989637553691864, -0.33809757232666016, 0.35498255491256714, 0.8268194198608398, -0.2538071274757385, -0.2204185426235199, -0.9505584239959717, 0.47529423236846924, 0.3102529048919678, -0.5886632204055786, -0.05114416778087616, 0.3293910622596741, 0.4523690640926361, 0.30097001791000366, 0.5239558815956116, 0.10428235679864883, 0.8970531821250916, 0.2520039975643158, 0.30491408705711365, -0.04526642709970474, -0.5900784730911255, -0.016066834330558777, 0.2621476352214813, 0.04487839341163635, -0.6869440674781799 ]
GraydientPlatformAPI/juggernaut7-xl
GraydientPlatformAPI
2023-11-30T01:03:41Z
0
0
null
[ "diffusers", "license:openrail", "endpoints_compatible", "diffusers:StableDiffusionXLPipeline", "region:us" ]
2023-11-30T01:03:41Z
2023-11-30T00:53:05.000Z
null
null
--- license: openrail ---
null
diffusers
null
null
null
null
null
null
null
null
null
null
GraydientPlatformAPI/juggernaut7-xl
[ -0.1285340040922165, -0.1861676573753357, 0.6529127955436707, 0.49436259269714355, -0.19319328665733337, 0.23607435822486877, 0.36072009801864624, 0.05056355893611908, 0.579365611076355, 0.7400140166282654, -0.6508103609085083, -0.23783960938453674, -0.7102246284484863, -0.04782567173242569, -0.3894752860069275, 0.8470766544342041, -0.09598266333341599, 0.024004675447940826, 0.04712015390396118, -0.14317838847637177, -0.6121037006378174, -0.04771718382835388, -1.052453875541687, -0.06787467747926712, 0.3002282381057739, 0.5120975375175476, 0.8275901079177856, 0.39602965116500854, 0.5030567049980164, 1.7515555620193481, -0.08836933970451355, -0.2275441437959671, -0.45892030000686646, 0.42230701446533203, -0.3327735662460327, -0.4213368594646454, -0.26241639256477356, -0.07449351251125336, 0.32380399107933044, 0.7903711199760437, -0.3810412585735321, 0.19328084588050842, -0.22438481450080872, 1.008224368095398, -0.8202074766159058, 0.22630831599235535, -0.16698381304740906, 0.14053237438201904, 0.042308829724788666, -0.14591927826404572, -0.13263224065303802, -0.6440032124519348, 0.0646950900554657, -0.8995965123176575, 0.10274936258792877, -0.04461120069026947, 0.8789563179016113, 0.21909025311470032, -0.5102373957633972, -0.045977409929037094, -0.6883598566055298, 1.0972504615783691, -0.17556042969226837, 0.7615712881088257, 0.4507809579372406, 0.45288577675819397, -0.5849328637123108, -1.1782186031341553, -0.4441867470741272, -0.13578946888446808, 0.14722836017608643, 0.3055610656738281, -0.3453028202056885, -0.022343710064888, 0.10801076143980026, 0.5610316395759583, -0.5003759264945984, -0.31195953488349915, -0.9579927921295166, -0.18164920806884766, 0.6820485591888428, 0.31930845975875854, 0.8340449333190918, 0.1873152256011963, -0.73471999168396, 0.12866254150867462, -1.3239688873291016, 0.07650745660066605, 0.6465021371841431, 0.2394675314426422, -0.5545989274978638, 0.8594788312911987, -0.28588002920150757, 0.6262494921684265, 0.2728467583656311, -0.11645248532295227, 0.27842527627944946, -0.23030731081962585, -0.27350616455078125, 0.0330878421664238, 0.3459728956222534, 0.8204494714736938, 0.1624862253665924, -0.019985057413578033, -0.22123973071575165, 0.002071462571620941, 0.26844528317451477, -0.7935097217559814, -0.47126731276512146, 0.19266973435878754, -0.558952808380127, -0.09108494967222214, 0.43270236253738403, -1.0976828336715698, -0.48129817843437195, -0.18798500299453735, 0.054681360721588135, -0.5451693534851074, -0.36979490518569946, 0.07273251563310623, -0.7925418019294739, -0.12434180825948715, 0.570950984954834, -0.6230255365371704, 0.43974608182907104, 0.5336257219314575, 0.7861638069152832, 0.23303884267807007, -0.2361363172531128, -0.669501781463623, 0.4884825348854065, -0.8661867380142212, 0.3686073422431946, -0.3073781132698059, -0.829863965511322, -0.09631024301052094, 0.5393160581588745, 0.2066483348608017, -0.6653257608413696, 0.7074048519134521, -0.5496990084648132, -0.07806574553251266, -0.43082889914512634, -0.24322009086608887, 0.1746043860912323, 0.1111544519662857, -0.6238912343978882, 0.9402235746383667, 0.5551106929779053, -0.5841101408004761, 0.31701281666755676, -0.48695096373558044, -0.6865584850311279, 0.26748138666152954, -0.008750848472118378, -0.04715266823768616, 0.3279527723789215, -0.15984001755714417, -0.0020505711436271667, 0.10505764186382294, 0.00829949602484703, -0.21891732513904572, -0.4786302447319031, 0.06349968165159225, 0.1516501009464264, 1.2536834478378296, 0.40836209058761597, -0.37718841433525085, -0.1314014196395874, -1.0526155233383179, 0.025432884693145752, 0.05050157010555267, -0.42306792736053467, -0.2504566013813019, -0.14882193505764008, -0.20381604135036469, 0.43072640895843506, 0.2118472158908844, -0.8131154179573059, 0.22643597424030304, -0.20640221238136292, 0.36449652910232544, 0.8222097754478455, 0.27031034231185913, 0.3976055383682251, -0.662528932094574, 0.6563140153884888, 0.20761863887310028, 0.49590200185775757, 0.35404202342033386, -0.38458240032196045, -0.9641587734222412, -0.44216200709342957, -0.10117457062005997, 0.2975529432296753, -0.774495542049408, 0.584732174873352, 0.012979649007320404, -0.5836711525917053, -0.4465278089046478, -0.1548808366060257, 0.27553272247314453, -0.06606566160917282, 0.0333491787314415, -0.40497779846191406, -0.7394422292709351, -1.0127902030944824, -0.1378813236951828, -0.5021387934684753, -0.21892794966697693, 0.316058874130249, 0.2617737054824829, -0.3429005444049835, 0.7610749006271362, -0.605927586555481, -0.7040639519691467, -0.13973557949066162, -0.09959873557090759, 0.6187723875045776, 0.929767370223999, 0.7491384744644165, -0.7224894762039185, -0.8973821401596069, -0.056230731308460236, -0.5420042276382446, -0.020044315606355667, 0.03814975917339325, -0.182607039809227, -0.10515017807483673, 0.22352537512779236, -0.6100799441337585, 0.8851077556610107, 0.43225017189979553, -0.6815470457077026, 0.5210591554641724, -0.44444113969802856, 0.607380747795105, -0.8642842769622803, -0.29114946722984314, -0.16823554039001465, -0.1976119875907898, -0.7090162634849548, 0.19411566853523254, -0.3002234399318695, -0.3302989900112152, -0.7474033832550049, 0.527489423751831, -0.9497013092041016, -0.18781514465808868, -0.3367280960083008, -0.03423142060637474, 0.25807833671569824, 0.19490544497966766, -0.23560264706611633, 0.8900530338287354, 0.9160485863685608, -0.712131142616272, 0.5487276315689087, 0.3930906653404236, -0.19200080633163452, 0.7131237983703613, -0.3887740969657898, 0.05162034556269646, -0.12344930320978165, 0.14374607801437378, -1.1263889074325562, -0.5611581802368164, 0.1367734968662262, -0.7127031087875366, 0.17686954140663147, -0.165568545460701, -0.09428524971008301, -0.660846471786499, -0.3380642533302307, 0.25910142064094543, 0.4861229956150055, -0.47969990968704224, 0.6188147068023682, 0.5728042125701904, 0.026519134640693665, -0.5307409763336182, -0.7206820249557495, 0.20418116450309753, 0.039646513760089874, -0.5569696426391602, 0.3011690080165863, 0.006543278694152832, -0.6622445583343506, -0.3711250424385071, -0.26354238390922546, -0.6043858528137207, -0.22679750621318817, 0.7826986312866211, 0.1199420690536499, -0.09012267738580704, -0.20310266315937042, -0.3199537694454193, -0.061675168573856354, 0.3048742115497589, -0.0757528617978096, 0.7232837677001953, -0.3362378180027008, -0.17850089073181152, -0.8877341151237488, 0.6527541279792786, 0.9970465302467346, 0.09446743130683899, 0.8066447973251343, 0.46324223279953003, -0.35647493600845337, -0.13046640157699585, -0.35354602336883545, -0.15120631456375122, -0.6857746243476868, -0.18067967891693115, -0.5322480797767639, -0.5411437749862671, 0.4053069055080414, 0.1010148748755455, -0.0021041929721832275, 0.5167048573493958, 0.2533606290817261, -0.28806912899017334, 0.7550327777862549, 1.0343410968780518, 0.13917958736419678, 0.36029165983200073, -0.2854715585708618, 0.6341596245765686, -0.8329951763153076, -0.3405216932296753, -0.4548071026802063, -0.25635868310928345, -0.3121437430381775, -0.1075085997581482, 0.5791025757789612, 0.2818217873573303, -0.44634684920310974, 0.12506797909736633, -0.5994208455085754, 0.6587365865707397, 0.6273986101150513, 0.5719728469848633, 0.19973038136959076, -0.46199464797973633, 0.19982989132404327, 0.04816683381795883, -0.4574558436870575, -0.4009110927581787, 0.7711141109466553, 0.23996266722679138, 0.8364027142524719, 0.20927049219608307, 0.49577784538269043, 0.3337547183036804, 0.2528058886528015, -0.631898045539856, 0.20097975432872772, -0.2228282392024994, -1.2459614276885986, -0.20642653107643127, -0.16551300883293152, -1.0080581903457642, -0.11792079359292984, -0.1828901171684265, -0.8406624794006348, 0.2665730118751526, -0.19225630164146423, -0.6640644073486328, 0.5206149816513062, -0.5103873014450073, 0.6934709548950195, -0.23555931448936462, -0.28170880675315857, 0.11930099874734879, -0.6889921426773071, 0.5254616141319275, 0.3667146563529968, 0.2916833758354187, -0.37969017028808594, -0.31928738951683044, 0.5068995952606201, -0.8812249302864075, 0.4408118724822998, -0.10564955323934555, 0.1942811757326126, 0.5358877182006836, 0.4153592586517334, 0.3823971748352051, 0.2869904041290283, -0.24593797326087952, -0.2341541051864624, 0.22503426671028137, -0.7581344246864319, -0.2775460183620453, 0.9095462560653687, -0.7519427537918091, -0.8586913347244263, -0.6954256892204285, -0.3064497113227844, 0.28865310549736023, 0.027814529836177826, 0.7154774069786072, 0.6456889510154724, -0.188210129737854, 0.23777024447917938, 0.7208227515220642, -0.01469442993402481, 0.7235565185546875, 0.29411187767982483, -0.40566474199295044, -0.6169790029525757, 0.7182326912879944, 0.2627047300338745, 0.051627133041620255, 0.028328191488981247, 0.30587348341941833, -0.17546719312667847, -0.15078571438789368, -0.6318325400352478, -0.06395307928323746, -0.7465730905532837, -0.09279514104127884, -0.7541398406028748, -0.25077420473098755, -0.7114593982696533, -0.8068138360977173, -0.7080169916152954, -0.4560440480709076, -0.43011969327926636, -0.23352208733558655, 0.5163112282752991, 1.1627089977264404, -0.2613154649734497, 0.801105797290802, -0.890095591545105, 0.41936320066452026, 0.49695414304733276, 0.7519732117652893, -0.11061014980077744, -0.6746937036514282, -0.07836268842220306, -0.5338760614395142, -0.294850617647171, -1.015697717666626, 0.3177466094493866, -0.03688570111989975, 0.4053712785243988, 0.42938894033432007, 0.25190243124961853, 0.49392789602279663, -0.3007311224937439, 1.113068699836731, 0.7274304628372192, -0.8033813238143921, 0.5195276141166687, -0.7635002732276917, 0.1612236499786377, 0.9363659620285034, 0.5447747707366943, -0.441707581281662, -0.15113946795463562, -1.0259767770767212, -0.8431375026702881, 0.5963034629821777, 0.15439902245998383, 0.01684408262372017, 0.018214091658592224, 0.03168254345655441, 0.294664204120636, 0.3591306209564209, -0.7847293615341187, -0.8240225315093994, -0.13851137459278107, 0.25803303718566895, 0.31456080079078674, -0.16485461592674255, -0.30038684606552124, -0.6116155982017517, 0.8711392879486084, 0.18286480009555817, 0.35462331771850586, 0.12073376774787903, 0.04369359463453293, -0.35506904125213623, 0.1478702425956726, 0.5522996783256531, 1.252906322479248, -0.40983349084854126, 0.36739134788513184, 0.17512603104114532, -0.6540068984031677, 0.649499773979187, -0.3036348819732666, -0.02178465574979782, 0.6203137040138245, 0.17760884761810303, 0.2852841913700104, 0.31559938192367554, -0.36214256286621094, 0.6047801971435547, -0.02942197024822235, -0.17758497595787048, -0.700569748878479, 0.158670112490654, 0.0293503999710083, 0.2750794291496277, 0.4392024278640747, 0.24443331360816956, 0.0824679508805275, -1.0602877140045166, 0.5711054801940918, 0.2449389398097992, -0.8676620721817017, -0.3011007308959961, 0.7047959566116333, 0.4075390696525574, -0.47599560022354126, 0.3874911069869995, 0.01270189881324768, -0.6710244417190552, 0.5987741947174072, 0.5510416030883789, 0.756967306137085, -0.4702422022819519, 0.3088017404079437, 0.6245606541633606, 0.0671130120754242, 0.2055053859949112, 0.6923203468322754, 0.03149355947971344, -0.4473869204521179, 0.23022423684597015, -0.5986735820770264, -0.14689886569976807, 0.13735331594944, -0.8047429323196411, 0.3515337109565735, -0.9312618374824524, -0.24089962244033813, 0.08751585334539413, 0.11761051416397095, -0.6130945682525635, 0.6674702167510986, -0.008524402976036072, 0.9280494451522827, -0.8549088835716248, 0.9626275300979614, 0.8559588193893433, -0.3183080554008484, -0.7709449529647827, -0.3355675935745239, 0.02013951726257801, -0.6660527586936951, 0.7108283042907715, -0.18972980976104736, -0.4120745360851288, -0.093239426612854, -0.6229830980300903, -1.0003727674484253, 0.030617475509643555, 0.017415110021829605, -0.4625036120414734, 0.44547972083091736, -0.5157254934310913, 0.3289682865142822, -0.19169731438159943, 0.3050951361656189, 0.7719473838806152, 0.7958453297615051, 0.22960835695266724, -0.6354777812957764, -0.4466685354709625, -0.010276585817337036, -0.16682812571525574, 0.4545811116695404, -1.0710976123809814, 0.9677367806434631, -0.46525806188583374, -0.3473320007324219, 0.27066439390182495, 0.7977625131607056, 0.2538502514362335, 0.35241299867630005, 0.6219538450241089, 0.9016809463500977, 0.3645012676715851, -0.3117833137512207, 0.7276751399040222, 0.24263378977775574, 0.41525405645370483, 0.7364206314086914, -0.2271222174167633, 0.5403847098350525, 0.8906415700912476, -0.7861621975898743, 0.5381767749786377, 0.7879035472869873, 0.16047382354736328, 0.7758152484893799, 0.5944146513938904, -0.6119528412818909, -0.11859460175037384, -0.14641420543193817, -0.6171563267707825, 0.19797542691230774, 0.05292579531669617, -0.11974760890007019, -0.2846010625362396, -0.13567395508289337, 0.12295101583003998, 0.28364551067352295, -0.5959327220916748, 0.606866717338562, 0.3434160351753235, -0.632827877998352, 0.21025104820728302, -0.2577957808971405, 0.6709502935409546, -0.5978161692619324, 0.027336634695529938, -0.22699323296546936, 0.41810381412506104, -0.46187448501586914, -1.007582664489746, 0.47138381004333496, -0.2920243740081787, -0.4055134057998657, -0.26942455768585205, 0.8072367906570435, -0.22133910655975342, -0.5572865605354309, 0.37486040592193604, 0.1346660554409027, 0.41473689675331116, 0.40145960450172424, -0.5487297177314758, 0.04778991639614105, 0.1376018077135086, -0.20061838626861572, 0.3601187765598297, 0.2973725199699402, 0.25488775968551636, 0.7100127935409546, 0.5052472352981567, 0.22198699414730072, 0.25694364309310913, -0.1866862028837204, 0.8387459516525269, -0.9102798700332642, -0.8167637586593628, -0.9497339129447937, 0.38498979806900024, 0.02572757378220558, -0.8801448345184326, 0.7920311689376831, 0.7652606964111328, 0.5113962292671204, -0.4877890944480896, 0.4755283296108246, -0.32647940516471863, 0.5047136545181274, -0.1387093961238861, 1.0010895729064941, -0.7607631683349609, -0.2958724796772003, -0.030553855001926422, -0.9216439723968506, -0.2533751428127289, 0.5375739932060242, 0.1540835201740265, -0.14608067274093628, 0.43859052658081055, 0.44216400384902954, 0.02217303216457367, 0.2522318661212921, 0.32861006259918213, 0.0604279562830925, 0.14508476853370667, 0.5510439276695251, 1.0931148529052734, -0.43394413590431213, 0.18694821000099182, -0.492347776889801, -0.4536244869232178, -0.41534915566444397, -0.9548061490058899, -0.6640318632125854, -0.48185470700263977, -0.2973938584327698, -0.5915583968162537, 0.11726462841033936, 0.9300886988639832, 0.9018138647079468, -0.6256730556488037, -0.4124360680580139, 0.25713545083999634, 0.3029341697692871, -0.2295418381690979, -0.14626801013946533, 0.27364906668663025, -0.006407443434000015, -0.7211176753044128, 0.39309436082839966, 0.807976245880127, 0.3887130618095398, 0.08444011211395264, -0.07217104732990265, -0.4407082200050354, 0.026101581752300262, 0.5373560786247253, 0.5729563236236572, -0.6281177997589111, -0.40996453166007996, -0.5328317284584045, -0.21386748552322388, 0.1552942395210266, 0.4807758629322052, -0.5166381597518921, 0.32661134004592896, 0.8128961324691772, 0.17017647624015808, 0.7187885046005249, -0.0022492706775665283, 0.6678645610809326, -0.8970248699188232, 0.44462573528289795, 0.39533835649490356, 0.5681873559951782, 0.08998063206672668, -0.7339168190956116, 0.9820241928100586, 0.49674347043037415, -0.6334056258201599, -1.0034244060516357, 0.030799567699432373, -1.1931140422821045, -0.3788175582885742, 0.9890844821929932, -0.09595771133899689, -0.959746241569519, -0.36448949575424194, -0.36777177453041077, 0.07989638298749924, -0.33809763193130493, 0.3549824357032776, 0.8268195390701294, -0.2538074851036072, -0.22041842341423035, -0.9505583047866821, 0.47529423236846924, 0.3102530539035797, -0.5886633992195129, -0.0511440634727478, 0.32939133048057556, 0.4523690938949585, 0.3009698987007141, 0.5239557027816772, 0.10428237915039062, 0.8970534205436707, 0.25200408697128296, 0.304914265871048, -0.04526619613170624, -0.5900786519050598, -0.0160665363073349, 0.2621477246284485, 0.04487845301628113, -0.6869444847106934 ]
oliver27/nuevo
oliver27
2023-11-30T00:53:11Z
0
0
null
[ "license:mit", "region:us" ]
2023-11-30T00:53:11Z
2023-11-30T00:53:10.000Z
null
null
--- license: mit ---
null
null
null
null
null
null
null
null
null
null
null
null
oliver27/nuevo
[ -0.1285340040922165, -0.1861676573753357, 0.6529127955436707, 0.49436259269714355, -0.19319328665733337, 0.23607435822486877, 0.36072009801864624, 0.05056355893611908, 0.579365611076355, 0.7400140166282654, -0.6508103609085083, -0.23783960938453674, -0.7102246284484863, -0.04782567173242569, -0.3894752860069275, 0.8470766544342041, -0.09598266333341599, 0.024004675447940826, 0.04712015390396118, -0.14317838847637177, -0.6121037006378174, -0.04771718382835388, -1.052453875541687, -0.06787467747926712, 0.3002282381057739, 0.5120975375175476, 0.8275901079177856, 0.39602965116500854, 0.5030567049980164, 1.7515555620193481, -0.08836933970451355, -0.2275441437959671, -0.45892030000686646, 0.42230701446533203, -0.3327735662460327, -0.4213368594646454, -0.26241639256477356, -0.07449351251125336, 0.32380399107933044, 0.7903711199760437, -0.3810412585735321, 0.19328084588050842, -0.22438481450080872, 1.008224368095398, -0.8202074766159058, 0.22630831599235535, -0.16698381304740906, 0.14053237438201904, 0.042308829724788666, -0.14591927826404572, -0.13263224065303802, -0.6440032124519348, 0.0646950900554657, -0.8995965123176575, 0.10274936258792877, -0.04461120069026947, 0.8789563179016113, 0.21909025311470032, -0.5102373957633972, -0.045977409929037094, -0.6883598566055298, 1.0972504615783691, -0.17556042969226837, 0.7615712881088257, 0.4507809579372406, 0.45288577675819397, -0.5849328637123108, -1.1782186031341553, -0.4441867470741272, -0.13578946888446808, 0.14722836017608643, 0.3055610656738281, -0.3453028202056885, -0.022343710064888, 0.10801076143980026, 0.5610316395759583, -0.5003759264945984, -0.31195953488349915, -0.9579927921295166, -0.18164920806884766, 0.6820485591888428, 0.31930845975875854, 0.8340449333190918, 0.1873152256011963, -0.73471999168396, 0.12866254150867462, -1.3239688873291016, 0.07650745660066605, 0.6465021371841431, 0.2394675314426422, -0.5545989274978638, 0.8594788312911987, -0.28588002920150757, 0.6262494921684265, 0.2728467583656311, -0.11645248532295227, 0.27842527627944946, -0.23030731081962585, -0.27350616455078125, 0.0330878421664238, 0.3459728956222534, 0.8204494714736938, 0.1624862253665924, -0.019985057413578033, -0.22123973071575165, 0.002071462571620941, 0.26844528317451477, -0.7935097217559814, -0.47126731276512146, 0.19266973435878754, -0.558952808380127, -0.09108494967222214, 0.43270236253738403, -1.0976828336715698, -0.48129817843437195, -0.18798500299453735, 0.054681360721588135, -0.5451693534851074, -0.36979490518569946, 0.07273251563310623, -0.7925418019294739, -0.12434180825948715, 0.570950984954834, -0.6230255365371704, 0.43974608182907104, 0.5336257219314575, 0.7861638069152832, 0.23303884267807007, -0.2361363172531128, -0.669501781463623, 0.4884825348854065, -0.8661867380142212, 0.3686073422431946, -0.3073781132698059, -0.829863965511322, -0.09631024301052094, 0.5393160581588745, 0.2066483348608017, -0.6653257608413696, 0.7074048519134521, -0.5496990084648132, -0.07806574553251266, -0.43082889914512634, -0.24322009086608887, 0.1746043860912323, 0.1111544519662857, -0.6238912343978882, 0.9402235746383667, 0.5551106929779053, -0.5841101408004761, 0.31701281666755676, -0.48695096373558044, -0.6865584850311279, 0.26748138666152954, -0.008750848472118378, -0.04715266823768616, 0.3279527723789215, -0.15984001755714417, -0.0020505711436271667, 0.10505764186382294, 0.00829949602484703, -0.21891732513904572, -0.4786302447319031, 0.06349968165159225, 0.1516501009464264, 1.2536834478378296, 0.40836209058761597, -0.37718841433525085, -0.1314014196395874, -1.0526155233383179, 0.025432884693145752, 0.05050157010555267, -0.42306792736053467, -0.2504566013813019, -0.14882193505764008, -0.20381604135036469, 0.43072640895843506, 0.2118472158908844, -0.8131154179573059, 0.22643597424030304, -0.20640221238136292, 0.36449652910232544, 0.8222097754478455, 0.27031034231185913, 0.3976055383682251, -0.662528932094574, 0.6563140153884888, 0.20761863887310028, 0.49590200185775757, 0.35404202342033386, -0.38458240032196045, -0.9641587734222412, -0.44216200709342957, -0.10117457062005997, 0.2975529432296753, -0.774495542049408, 0.584732174873352, 0.012979649007320404, -0.5836711525917053, -0.4465278089046478, -0.1548808366060257, 0.27553272247314453, -0.06606566160917282, 0.0333491787314415, -0.40497779846191406, -0.7394422292709351, -1.0127902030944824, -0.1378813236951828, -0.5021387934684753, -0.21892794966697693, 0.316058874130249, 0.2617737054824829, -0.3429005444049835, 0.7610749006271362, -0.605927586555481, -0.7040639519691467, -0.13973557949066162, -0.09959873557090759, 0.6187723875045776, 0.929767370223999, 0.7491384744644165, -0.7224894762039185, -0.8973821401596069, -0.056230731308460236, -0.5420042276382446, -0.020044315606355667, 0.03814975917339325, -0.182607039809227, -0.10515017807483673, 0.22352537512779236, -0.6100799441337585, 0.8851077556610107, 0.43225017189979553, -0.6815470457077026, 0.5210591554641724, -0.44444113969802856, 0.607380747795105, -0.8642842769622803, -0.29114946722984314, -0.16823554039001465, -0.1976119875907898, -0.7090162634849548, 0.19411566853523254, -0.3002234399318695, -0.3302989900112152, -0.7474033832550049, 0.527489423751831, -0.9497013092041016, -0.18781514465808868, -0.3367280960083008, -0.03423142060637474, 0.25807833671569824, 0.19490544497966766, -0.23560264706611633, 0.8900530338287354, 0.9160485863685608, -0.712131142616272, 0.5487276315689087, 0.3930906653404236, -0.19200080633163452, 0.7131237983703613, -0.3887740969657898, 0.05162034556269646, -0.12344930320978165, 0.14374607801437378, -1.1263889074325562, -0.5611581802368164, 0.1367734968662262, -0.7127031087875366, 0.17686954140663147, -0.165568545460701, -0.09428524971008301, -0.660846471786499, -0.3380642533302307, 0.25910142064094543, 0.4861229956150055, -0.47969990968704224, 0.6188147068023682, 0.5728042125701904, 0.026519134640693665, -0.5307409763336182, -0.7206820249557495, 0.20418116450309753, 0.039646513760089874, -0.5569696426391602, 0.3011690080165863, 0.006543278694152832, -0.6622445583343506, -0.3711250424385071, -0.26354238390922546, -0.6043858528137207, -0.22679750621318817, 0.7826986312866211, 0.1199420690536499, -0.09012267738580704, -0.20310266315937042, -0.3199537694454193, -0.061675168573856354, 0.3048742115497589, -0.0757528617978096, 0.7232837677001953, -0.3362378180027008, -0.17850089073181152, -0.8877341151237488, 0.6527541279792786, 0.9970465302467346, 0.09446743130683899, 0.8066447973251343, 0.46324223279953003, -0.35647493600845337, -0.13046640157699585, -0.35354602336883545, -0.15120631456375122, -0.6857746243476868, -0.18067967891693115, -0.5322480797767639, -0.5411437749862671, 0.4053069055080414, 0.1010148748755455, -0.0021041929721832275, 0.5167048573493958, 0.2533606290817261, -0.28806912899017334, 0.7550327777862549, 1.0343410968780518, 0.13917958736419678, 0.36029165983200073, -0.2854715585708618, 0.6341596245765686, -0.8329951763153076, -0.3405216932296753, -0.4548071026802063, -0.25635868310928345, -0.3121437430381775, -0.1075085997581482, 0.5791025757789612, 0.2818217873573303, -0.44634684920310974, 0.12506797909736633, -0.5994208455085754, 0.6587365865707397, 0.6273986101150513, 0.5719728469848633, 0.19973038136959076, -0.46199464797973633, 0.19982989132404327, 0.04816683381795883, -0.4574558436870575, -0.4009110927581787, 0.7711141109466553, 0.23996266722679138, 0.8364027142524719, 0.20927049219608307, 0.49577784538269043, 0.3337547183036804, 0.2528058886528015, -0.631898045539856, 0.20097975432872772, -0.2228282392024994, -1.2459614276885986, -0.20642653107643127, -0.16551300883293152, -1.0080581903457642, -0.11792079359292984, -0.1828901171684265, -0.8406624794006348, 0.2665730118751526, -0.19225630164146423, -0.6640644073486328, 0.5206149816513062, -0.5103873014450073, 0.6934709548950195, -0.23555931448936462, -0.28170880675315857, 0.11930099874734879, -0.6889921426773071, 0.5254616141319275, 0.3667146563529968, 0.2916833758354187, -0.37969017028808594, -0.31928738951683044, 0.5068995952606201, -0.8812249302864075, 0.4408118724822998, -0.10564955323934555, 0.1942811757326126, 0.5358877182006836, 0.4153592586517334, 0.3823971748352051, 0.2869904041290283, -0.24593797326087952, -0.2341541051864624, 0.22503426671028137, -0.7581344246864319, -0.2775460183620453, 0.9095462560653687, -0.7519427537918091, -0.8586913347244263, -0.6954256892204285, -0.3064497113227844, 0.28865310549736023, 0.027814529836177826, 0.7154774069786072, 0.6456889510154724, -0.188210129737854, 0.23777024447917938, 0.7208227515220642, -0.01469442993402481, 0.7235565185546875, 0.29411187767982483, -0.40566474199295044, -0.6169790029525757, 0.7182326912879944, 0.2627047300338745, 0.051627133041620255, 0.028328191488981247, 0.30587348341941833, -0.17546719312667847, -0.15078571438789368, -0.6318325400352478, -0.06395307928323746, -0.7465730905532837, -0.09279514104127884, -0.7541398406028748, -0.25077420473098755, -0.7114593982696533, -0.8068138360977173, -0.7080169916152954, -0.4560440480709076, -0.43011969327926636, -0.23352208733558655, 0.5163112282752991, 1.1627089977264404, -0.2613154649734497, 0.801105797290802, -0.890095591545105, 0.41936320066452026, 0.49695414304733276, 0.7519732117652893, -0.11061014980077744, -0.6746937036514282, -0.07836268842220306, -0.5338760614395142, -0.294850617647171, -1.015697717666626, 0.3177466094493866, -0.03688570111989975, 0.4053712785243988, 0.42938894033432007, 0.25190243124961853, 0.49392789602279663, -0.3007311224937439, 1.113068699836731, 0.7274304628372192, -0.8033813238143921, 0.5195276141166687, -0.7635002732276917, 0.1612236499786377, 0.9363659620285034, 0.5447747707366943, -0.441707581281662, -0.15113946795463562, -1.0259767770767212, -0.8431375026702881, 0.5963034629821777, 0.15439902245998383, 0.01684408262372017, 0.018214091658592224, 0.03168254345655441, 0.294664204120636, 0.3591306209564209, -0.7847293615341187, -0.8240225315093994, -0.13851137459278107, 0.25803303718566895, 0.31456080079078674, -0.16485461592674255, -0.30038684606552124, -0.6116155982017517, 0.8711392879486084, 0.18286480009555817, 0.35462331771850586, 0.12073376774787903, 0.04369359463453293, -0.35506904125213623, 0.1478702425956726, 0.5522996783256531, 1.252906322479248, -0.40983349084854126, 0.36739134788513184, 0.17512603104114532, -0.6540068984031677, 0.649499773979187, -0.3036348819732666, -0.02178465574979782, 0.6203137040138245, 0.17760884761810303, 0.2852841913700104, 0.31559938192367554, -0.36214256286621094, 0.6047801971435547, -0.02942197024822235, -0.17758497595787048, -0.700569748878479, 0.158670112490654, 0.0293503999710083, 0.2750794291496277, 0.4392024278640747, 0.24443331360816956, 0.0824679508805275, -1.0602877140045166, 0.5711054801940918, 0.2449389398097992, -0.8676620721817017, -0.3011007308959961, 0.7047959566116333, 0.4075390696525574, -0.47599560022354126, 0.3874911069869995, 0.01270189881324768, -0.6710244417190552, 0.5987741947174072, 0.5510416030883789, 0.756967306137085, -0.4702422022819519, 0.3088017404079437, 0.6245606541633606, 0.0671130120754242, 0.2055053859949112, 0.6923203468322754, 0.03149355947971344, -0.4473869204521179, 0.23022423684597015, -0.5986735820770264, -0.14689886569976807, 0.13735331594944, -0.8047429323196411, 0.3515337109565735, -0.9312618374824524, -0.24089962244033813, 0.08751585334539413, 0.11761051416397095, -0.6130945682525635, 0.6674702167510986, -0.008524402976036072, 0.9280494451522827, -0.8549088835716248, 0.9626275300979614, 0.8559588193893433, -0.3183080554008484, -0.7709449529647827, -0.3355675935745239, 0.02013951726257801, -0.6660527586936951, 0.7108283042907715, -0.18972980976104736, -0.4120745360851288, -0.093239426612854, -0.6229830980300903, -1.0003727674484253, 0.030617475509643555, 0.017415110021829605, -0.4625036120414734, 0.44547972083091736, -0.5157254934310913, 0.3289682865142822, -0.19169731438159943, 0.3050951361656189, 0.7719473838806152, 0.7958453297615051, 0.22960835695266724, -0.6354777812957764, -0.4466685354709625, -0.010276585817337036, -0.16682812571525574, 0.4545811116695404, -1.0710976123809814, 0.9677367806434631, -0.46525806188583374, -0.3473320007324219, 0.27066439390182495, 0.7977625131607056, 0.2538502514362335, 0.35241299867630005, 0.6219538450241089, 0.9016809463500977, 0.3645012676715851, -0.3117833137512207, 0.7276751399040222, 0.24263378977775574, 0.41525405645370483, 0.7364206314086914, -0.2271222174167633, 0.5403847098350525, 0.8906415700912476, -0.7861621975898743, 0.5381767749786377, 0.7879035472869873, 0.16047382354736328, 0.7758152484893799, 0.5944146513938904, -0.6119528412818909, -0.11859460175037384, -0.14641420543193817, -0.6171563267707825, 0.19797542691230774, 0.05292579531669617, -0.11974760890007019, -0.2846010625362396, -0.13567395508289337, 0.12295101583003998, 0.28364551067352295, -0.5959327220916748, 0.606866717338562, 0.3434160351753235, -0.632827877998352, 0.21025104820728302, -0.2577957808971405, 0.6709502935409546, -0.5978161692619324, 0.027336634695529938, -0.22699323296546936, 0.41810381412506104, -0.46187448501586914, -1.007582664489746, 0.47138381004333496, -0.2920243740081787, -0.4055134057998657, -0.26942455768585205, 0.8072367906570435, -0.22133910655975342, -0.5572865605354309, 0.37486040592193604, 0.1346660554409027, 0.41473689675331116, 0.40145960450172424, -0.5487297177314758, 0.04778991639614105, 0.1376018077135086, -0.20061838626861572, 0.3601187765598297, 0.2973725199699402, 0.25488775968551636, 0.7100127935409546, 0.5052472352981567, 0.22198699414730072, 0.25694364309310913, -0.1866862028837204, 0.8387459516525269, -0.9102798700332642, -0.8167637586593628, -0.9497339129447937, 0.38498979806900024, 0.02572757378220558, -0.8801448345184326, 0.7920311689376831, 0.7652606964111328, 0.5113962292671204, -0.4877890944480896, 0.4755283296108246, -0.32647940516471863, 0.5047136545181274, -0.1387093961238861, 1.0010895729064941, -0.7607631683349609, -0.2958724796772003, -0.030553855001926422, -0.9216439723968506, -0.2533751428127289, 0.5375739932060242, 0.1540835201740265, -0.14608067274093628, 0.43859052658081055, 0.44216400384902954, 0.02217303216457367, 0.2522318661212921, 0.32861006259918213, 0.0604279562830925, 0.14508476853370667, 0.5510439276695251, 1.0931148529052734, -0.43394413590431213, 0.18694821000099182, -0.492347776889801, -0.4536244869232178, -0.41534915566444397, -0.9548061490058899, -0.6640318632125854, -0.48185470700263977, -0.2973938584327698, -0.5915583968162537, 0.11726462841033936, 0.9300886988639832, 0.9018138647079468, -0.6256730556488037, -0.4124360680580139, 0.25713545083999634, 0.3029341697692871, -0.2295418381690979, -0.14626801013946533, 0.27364906668663025, -0.006407443434000015, -0.7211176753044128, 0.39309436082839966, 0.807976245880127, 0.3887130618095398, 0.08444011211395264, -0.07217104732990265, -0.4407082200050354, 0.026101581752300262, 0.5373560786247253, 0.5729563236236572, -0.6281177997589111, -0.40996453166007996, -0.5328317284584045, -0.21386748552322388, 0.1552942395210266, 0.4807758629322052, -0.5166381597518921, 0.32661134004592896, 0.8128961324691772, 0.17017647624015808, 0.7187885046005249, -0.0022492706775665283, 0.6678645610809326, -0.8970248699188232, 0.44462573528289795, 0.39533835649490356, 0.5681873559951782, 0.08998063206672668, -0.7339168190956116, 0.9820241928100586, 0.49674347043037415, -0.6334056258201599, -1.0034244060516357, 0.030799567699432373, -1.1931140422821045, -0.3788175582885742, 0.9890844821929932, -0.09595771133899689, -0.959746241569519, -0.36448949575424194, -0.36777177453041077, 0.07989638298749924, -0.33809763193130493, 0.3549824357032776, 0.8268195390701294, -0.2538074851036072, -0.22041842341423035, -0.9505583047866821, 0.47529423236846924, 0.3102530539035797, -0.5886633992195129, -0.0511440634727478, 0.32939133048057556, 0.4523690938949585, 0.3009698987007141, 0.5239557027816772, 0.10428237915039062, 0.8970534205436707, 0.25200408697128296, 0.304914265871048, -0.04526619613170624, -0.5900786519050598, -0.0160665363073349, 0.2621477246284485, 0.04487845301628113, -0.6869444847106934 ]
joyfine/vicuna-7b-fine-tuning_twitter_20_128
joyfine
2023-11-30T00:59:33Z
0
0
null
[ "transformers", "safetensors", "llama", "text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T00:59:33Z
2023-11-30T00:54:03.000Z
null
null
Entry not found
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
joyfine/vicuna-7b-fine-tuning_twitter_20_128
[ -0.3227650821208954, -0.22568479180335999, 0.8622263669967651, 0.4346153140068054, -0.5282987952232361, 0.7012966871261597, 0.7915722727775574, 0.07618651539087296, 0.7746027112007141, 0.2563222348690033, -0.7852821350097656, -0.225738525390625, -0.910447895526886, 0.5715667009353638, -0.3992331027984619, 0.5791246294975281, -0.14494472742080688, -0.10751137882471085, 0.28233787417411804, -0.27689510583877563, -0.5409226417541504, -0.36855220794677734, -1.1902778148651123, 0.06149188429117203, 0.5316580533981323, 0.7435144186019897, 0.7584060430526733, 0.36521705985069275, 0.6432579159736633, 0.3932287096977234, -0.23138964176177979, 0.48270511627197266, -0.04171810299158096, 0.002603815635666251, -0.3524436354637146, -0.5516895651817322, -0.2859657406806946, 0.07584782689809799, 1.0961304903030396, 0.9666879773139954, -0.28466349840164185, 0.053308259695768356, -0.3063623905181885, 0.330888956785202, -0.4973430633544922, 0.3054102957248688, -0.022506114095449448, 0.1631881296634674, -0.704151451587677, -0.5535354614257812, 0.012795070186257362, -0.7361217737197876, 0.17926563322544098, -0.6900809407234192, 0.8269098997116089, 0.18583178520202637, 1.1533750295639038, 0.14819398522377014, -0.46248680353164673, -0.8161759376525879, -0.6538987159729004, 0.5711169242858887, -0.3270370364189148, 0.39680245518684387, 0.7028233408927917, -0.04857322946190834, -0.9820329546928406, -0.6745741963386536, -0.46466198563575745, 0.2923963963985443, 0.35402780771255493, -0.3411676287651062, -0.17522099614143372, -0.3058988153934479, 0.15792039036750793, 0.12811486423015594, -0.4841993451118469, -0.5543919801712036, -0.5475161075592041, -0.39602524042129517, 0.6206659078598022, 0.34829509258270264, 0.24291770160198212, -0.1888420283794403, -0.32285842299461365, 0.08801640570163727, -0.4160856604576111, 0.3402568995952606, 0.6335517764091492, 0.7114019989967346, -0.5811446905136108, 0.5602161288261414, -0.04927580803632736, 0.7439701557159424, 0.11445532739162445, -0.274780809879303, 0.4146057963371277, -0.14724723994731903, 0.05517204478383064, 0.4226349890232086, 0.3152444660663605, 0.2841312289237976, -0.3273698687553406, 0.20322313904762268, -0.32151415944099426, -0.3049620985984802, -0.22332200407981873, -0.29490751028060913, -0.3592180609703064, 0.549228847026825, -0.33140167593955994, -0.4285549223423004, 1.1431758403778076, -0.42007675766944885, -0.7302225232124329, 0.33156388998031616, 0.40652090311050415, -0.09944802522659302, -0.371465265750885, -0.05226041004061699, -0.845879077911377, -0.007907496765255928, 0.749117374420166, -0.7198967933654785, 0.33717381954193115, 0.4728066921234131, 0.7417215704917908, 0.1965060532093048, -0.14034509658813477, -0.4294944703578949, 0.29719680547714233, -0.8659998178482056, 0.6320169568061829, -0.20135203003883362, -1.0051981210708618, 0.11150477081537247, 0.89717036485672, -0.3789638876914978, -1.2094873189926147, 1.0605158805847168, -0.6887930631637573, 0.1601787656545639, -0.6767613887786865, -0.1466120481491089, -0.07118505239486694, -0.005096566863358021, -0.6088159680366516, 0.7567102909088135, 0.5872672200202942, -0.4995273947715759, 0.21429459750652313, -0.26029887795448303, -0.3915141522884369, 0.38824892044067383, -0.07935450226068497, -0.21858902275562286, 0.7138333320617676, -0.6647080183029175, -0.26932796835899353, 0.2942770719528198, 0.23689374327659607, -0.357060968875885, -0.7931920289993286, 0.08478114753961563, -0.0578625313937664, 1.550750494003296, -0.038688160479068756, -0.35861101746559143, -0.6793835163116455, -1.1506236791610718, -0.07070805877447128, 0.6886888146400452, -0.9194989204406738, -0.27839481830596924, -0.04640991985797882, -0.26169294118881226, 0.08994923532009125, 0.7390591502189636, -1.1194050312042236, 0.28327271342277527, -0.05092678219079971, -0.22794707119464874, 0.827105700969696, 0.1538723260164261, 0.24758954346179962, 0.1491345465183258, 0.4295869469642639, 0.5277256369590759, 0.11115211248397827, 0.6835878491401672, -0.3472038209438324, -0.969434916973114, 0.615463137626648, 0.25266391038894653, 0.8121446371078491, -0.4994531571865082, 0.26850953698158264, 0.27025526762008667, -0.3409680724143982, -0.5682374238967896, -0.310283362865448, 0.0902574211359024, 0.14930550754070282, 0.11142519861459732, -0.5721712112426758, -0.6576129794120789, -0.968913733959198, -0.1359066367149353, -0.4314376413822174, -0.357156902551651, 0.21006949245929718, 0.579290509223938, -1.1975524425506592, 0.41288772225379944, -0.7705625295639038, -0.7038738131523132, -0.010655343532562256, -0.19338122010231018, 0.7540654540061951, 0.43240174651145935, 0.5033969879150391, -0.6397149562835693, -0.5661991834640503, -0.2247016876935959, -1.0333750247955322, -0.13280518352985382, 0.24819643795490265, 0.30657392740249634, -0.13423340022563934, -0.2744963765144348, -0.4874032139778137, 0.8100387454032898, 0.1478918045759201, -0.539189875125885, 0.5220762491226196, -0.3020315170288086, 0.17224815487861633, -0.6369150876998901, -0.06916850060224533, -0.6616765260696411, -0.0009069949155673385, -0.3608303964138031, -0.5737441778182983, 0.14772287011146545, 0.07017481327056885, -0.16065485775470734, 0.28808411955833435, -0.909277081489563, -0.001085430383682251, -0.7442210912704468, 0.3790722191333771, 0.0639476329088211, -0.31450825929641724, -0.01751725748181343, 1.000038504600525, 0.7784460186958313, -0.38480469584465027, 0.7217442393302917, 0.44400399923324585, 0.1903613954782486, 0.7630519866943359, -0.1872512400150299, 0.16478219628334045, -0.5245417356491089, -0.1216108426451683, -0.8887602090835571, -1.0982944965362549, 0.7320572137832642, -0.6114251017570496, 0.36542874574661255, -0.42778700590133667, 0.2589161992073059, -0.6919256448745728, -0.038853589445352554, 0.4808604121208191, -0.059363268315792084, -0.686394989490509, 0.5232570767402649, 0.45317524671554565, -0.2019241750240326, -0.6609034538269043, -0.5301569700241089, 0.39365869760513306, 0.6154114603996277, -0.16390353441238403, 0.06878556311130524, 0.14941050112247467, -0.5441926121711731, -0.04080259054899216, -0.3869193494319916, -0.45766744017601013, 0.054224323481321335, 0.13053451478481293, -0.005750733427703381, -0.40482035279273987, -0.0868031233549118, -0.3584202229976654, -0.4656122624874115, 0.21876494586467743, 0.3011946380138397, -0.04096285626292229, -0.42599764466285706, -0.36198195815086365, -0.8881813883781433, 0.6719614267349243, 0.5370281934738159, 0.052815139293670654, 0.7555551528930664, 0.16819292306900024, -0.8014990091323853, -0.13532213866710663, -0.1760709285736084, 0.26968297362327576, -0.5588056445121765, 0.13849827647209167, -0.013484430499374866, -0.06374947726726532, 0.26297879219055176, 0.2538619041442871, -0.4300559163093567, 0.9276250600814819, -0.2615271508693695, -0.3592525124549866, 0.7960182428359985, 0.5974739789962769, 0.4958309531211853, 0.16503214836120605, -0.044541411101818085, 0.9007094502449036, -1.196651577949524, -0.6563176512718201, -0.7409548163414001, -0.1594567596912384, -0.4351082742214203, -0.032105933874845505, 0.6254410743713379, 0.29009905457496643, -0.1333388388156891, 0.47563934326171875, -0.5243486762046814, 0.35560351610183716, 1.0119842290878296, 0.35748639702796936, 0.34356969594955444, -0.7570229768753052, -0.2515777051448822, -0.14024297893047333, -0.9998159408569336, -0.2631373405456543, 0.8871029019355774, 0.22752615809440613, 0.8444606065750122, 0.5992543697357178, 0.6784542798995972, 0.1367231011390686, 0.2523827850818634, -0.30590325593948364, 0.3920295834541321, 0.437608540058136, -1.040114164352417, -0.42758387327194214, 0.021418537944555283, -0.9703339338302612, -0.14227524399757385, -0.034950267523527145, -0.4261709749698639, 0.7681735754013062, 0.00016574114852119237, -0.407670795917511, 0.7732731103897095, -0.4555831551551819, 0.7562877535820007, -0.4473652243614197, -0.026638904586434364, 0.4699097275733948, -0.7070639729499817, 0.4677427411079407, 0.12878794968128204, 0.62058424949646, -0.01557229459285736, -0.040786050260066986, 0.7104937434196472, -0.912915825843811, 0.2543866038322449, -0.6348398327827454, 0.22421309351921082, 0.2424696385860443, 0.5160627365112305, 0.5969954133033752, 0.43712443113327026, 0.10119900852441788, -0.2392088621854782, 0.041157811880111694, -0.8241122364997864, -0.21050600707530975, 0.6975153684616089, -0.7186893224716187, -0.686419665813446, -1.2355337142944336, 0.14438705146312714, 0.27347105741500854, 0.38930463790893555, 0.7959296107292175, 0.5714088082313538, 0.12895432114601135, 0.6805256605148315, 0.9888585805892944, -0.06885632872581482, 0.9166921377182007, 0.322447806596756, 0.09175135940313339, -0.21944871544837952, 0.7036823034286499, 0.266279011964798, -0.24707961082458496, -0.11939716339111328, 0.20913472771644592, -0.1106942743062973, -0.5917617082595825, -0.49990636110305786, 0.3701760172843933, -0.6731787919998169, -0.18303899466991425, -0.6243735551834106, -0.6043766736984253, -0.5117589831352234, 0.06927366554737091, -0.7147685289382935, 0.23979036509990692, -0.7753564119338989, -0.10574918985366821, 0.043234217911958694, 0.9792006611824036, -0.5893123745918274, 0.5805227160453796, -1.1218583583831787, 0.19345822930335999, -0.07949870824813843, 0.7921057939529419, 0.2139575183391571, -0.7344390153884888, -0.3975420594215393, -0.1159263625741005, -0.37299099564552307, -1.3576761484146118, 0.21404919028282166, -0.2454138547182083, 0.2309403419494629, 0.6145402789115906, 0.13977070152759552, 0.5258240699768066, -0.3432632386684418, 0.7029102444648743, -0.05701711028814316, -0.7069289684295654, 0.7934494018554688, -0.5026896595954895, 0.49635371565818787, 0.9766000509262085, 0.5333841443061829, -0.7984005808830261, 0.035741329193115234, -1.041123628616333, -0.6008692979812622, 0.38426414132118225, 0.11928926408290863, -0.03601069375872612, -0.6659560799598694, -0.05401993542909622, -0.16143813729286194, 0.604374349117279, -1.0390697717666626, -0.7858361005783081, 0.25766947865486145, 0.5277301073074341, 0.08168576657772064, -0.5653402209281921, 0.2088065892457962, -0.5444163084030151, 1.0657771825790405, 0.45109397172927856, 0.3274496793746948, 0.8406059145927429, 0.46492400765419006, -0.3823159635066986, 0.09252463281154633, 0.766269326210022, 0.6666229963302612, -0.5239793658256531, -0.2908029556274414, -0.08827545493841171, -0.9143403172492981, 0.059274859726428986, 0.11168916523456573, -0.013455775566399097, 0.9082115292549133, 0.5793079733848572, 0.25397080183029175, 0.4514283239841461, -0.7264604568481445, 0.8859450221061707, -0.14954206347465515, -0.12472905218601227, -1.0677244663238525, 0.19486172497272491, -0.2398495376110077, 0.5006404519081116, 1.0061330795288086, 0.5250046253204346, -0.04763001948595047, -0.8143380284309387, -0.014735984615981579, 0.6939172148704529, -0.709112286567688, -0.17449818551540375, 0.9448537826538086, 0.38471004366874695, -1.2953052520751953, 1.106776475906372, -0.5381771326065063, -0.5603322982788086, 0.9121299982070923, 0.5229567289352417, 1.1221849918365479, -0.4420414865016937, 0.0008673321572132409, 0.2662237286567688, 0.41378411650657654, 0.542317271232605, 1.0869630575180054, 0.4314131736755371, -0.7931064367294312, 0.8826578855514526, -0.24776022136211395, -0.403611421585083, -0.053475987166166306, -0.4285987317562103, 0.16892218589782715, -0.44061940908432007, -0.10713013261556625, -0.34441888332366943, 0.2854315936565399, -0.7072039842605591, 0.4280765950679779, -0.08385615050792694, 0.8653066754341125, -0.855372428894043, 0.47207650542259216, 0.6354703903198242, -0.3337355852127075, -0.8508187532424927, -0.2619844675064087, -0.11448463052511215, -0.6389464139938354, 0.30214792490005493, -0.45541033148765564, 0.04439876601099968, 0.09623489528894424, -0.6491516828536987, -1.1778275966644287, 0.9093633890151978, -0.6396121382713318, -0.2784460484981537, 0.20464053750038147, -0.11514749377965927, 0.28811708092689514, -0.2524644136428833, 0.010661333799362183, 0.4187657833099365, 0.7489398121833801, 0.28446540236473083, -0.772705614566803, -0.36948853731155396, 0.001503425883129239, -0.44474783539772034, 0.7582978010177612, -0.6002103686332703, 1.1840778589248657, -0.5563538670539856, -0.05965452268719673, 0.443844735622406, 0.24690911173820496, 0.21076209843158722, 0.6629217863082886, 0.1442081779241562, 0.728226363658905, 1.070120930671692, -0.40835270285606384, 0.8811811208724976, 0.2643279731273651, 0.4743088185787201, 0.7238500714302063, -0.6487724184989929, 0.7513747215270996, 0.3181048333644867, -0.568292498588562, 0.9228013753890991, 1.290606141090393, -0.15699172019958496, 0.807937502861023, 0.051364827901124954, -1.0816007852554321, 0.32583314180374146, -0.20724773406982422, -0.753006637096405, 0.315025269985199, 0.1905587762594223, -0.6920982003211975, -0.5770309567451477, -0.24046508967876434, -0.35662803053855896, -0.1155286431312561, -0.7631728053092957, 0.672057032585144, -0.016969051212072372, -0.510367751121521, 0.18857517838478088, 0.28774985671043396, 0.17368446290493011, -0.5235737562179565, -0.02939419075846672, -0.22823604941368103, 0.26606565713882446, -0.5670852661132812, -0.523452639579773, 0.5724431276321411, -0.3243022561073303, -0.5343254804611206, 0.1814747154712677, 0.7635871171951294, -0.16923776268959045, -0.4515410363674164, 0.32472753524780273, 0.6959525942802429, 0.16658525168895721, 0.42502841353416443, -0.23511254787445068, 0.244806170463562, -0.0804482251405716, -0.06651586294174194, 0.27714771032333374, 0.3449169993400574, 0.22435644268989563, 0.44501423835754395, 0.43285688757896423, -0.018087321892380714, -0.10736502707004547, -0.38281989097595215, 0.4124937951564789, -0.9542786478996277, -0.5713285207748413, -0.6307113766670227, 0.27406612038612366, -0.023154208436608315, -1.0836422443389893, 0.41451722383499146, 1.4406687021255493, 1.0359985828399658, -0.47563815116882324, 1.0672272443771362, -0.218185156583786, 0.9594789743423462, 0.4148309826850891, 0.5420441627502441, -0.6030411720275879, 0.038353465497493744, -0.43644028902053833, -1.076963186264038, -0.3571634590625763, 0.45393919944763184, -0.022899705916643143, -0.3429865837097168, 0.8725714683532715, 0.5887161493301392, -0.3347362279891968, -0.11727998405694962, 0.04848732799291611, -0.029941871762275696, -0.12433813512325287, 0.5145373344421387, 0.7648401856422424, -0.9344304203987122, -0.10680444538593292, -0.21577775478363037, -0.6382725238800049, -0.5047284364700317, -0.9632012248039246, -0.12959377467632294, -0.1603780835866928, 0.035343267023563385, -0.5662806034088135, 0.0025570630095899105, 1.2083247900009155, 0.5684952735900879, -1.1113989353179932, -0.5303788781166077, 0.33718571066856384, 0.3920419216156006, -0.18747897446155548, -0.24202410876750946, 0.29845690727233887, 0.15382236242294312, -0.5908880233764648, 0.6875663995742798, 0.8089624643325806, 0.20888888835906982, 0.19554778933525085, 0.15893001854419708, -0.8229475021362305, -0.1491345912218094, 0.1744045466184616, 0.9450567364692688, -0.939853847026825, -0.7114845514297485, -0.031684648245573044, -0.27094894647598267, -0.05765758082270622, 0.17102079093456268, -0.404634565114975, 0.5180680155754089, 0.3459150195121765, 0.4993349015712738, 0.056161247193813324, -0.05474662780761719, 0.5409559011459351, -0.9069055318832397, 0.09426012635231018, 0.4134364128112793, 0.4154116213321686, -0.4000864624977112, -0.5910195112228394, 0.6713424324989319, 1.0073974132537842, -0.6594868302345276, -0.8743270039558411, -0.1984671801328659, -1.0016005039215088, 0.04189702868461609, 0.676275908946991, 0.500952422618866, -0.4806514382362366, -0.4174497723579407, -0.561740517616272, -0.12546734511852264, -0.13699674606323242, 0.7621601819992065, 1.1796802282333374, -0.7432092428207397, 0.07975746691226959, -1.0386394262313843, 0.6594984531402588, -0.2419453114271164, -0.34575819969177246, -0.486443430185318, 0.3832801580429077, 0.3523697257041931, 0.4404810070991516, 0.6148121953010559, 0.14084722101688385, 0.8338431119918823, 0.3126053214073181, -0.17026856541633606, 0.2698981761932373, -0.45592013001441956, -0.028932824730873108, -0.057962577790021896, 0.3101596534252167, -1.0262155532836914 ]
LoneStriker/NeuralHermes-2.5-Mistral-7B-5.0bpw-h6-exl2
LoneStriker
2023-11-30T01:11:56Z
0
0
null
[ "transformers", "safetensors", "mistral", "text-generation", "instruct", "finetune", "chatml", "gpt4", "synthetic data", "distillation", "dpo", "rlhf", "en", "dataset:mlabonne/chatml_dpo_pairs", "base_model:teknium/OpenHermes-2.5-Mistral-7B", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:11:56Z
2023-11-30T00:54:29.000Z
null
null
--- base_model: teknium/OpenHermes-2.5-Mistral-7B tags: - mistral - instruct - finetune - chatml - gpt4 - synthetic data - distillation - dpo - rlhf license: apache-2.0 language: - en datasets: - mlabonne/chatml_dpo_pairs --- <center><img src="https://i.imgur.com/qIhaFNM.png"></center> # NeuralHermes 2.5 - Mistral 7B NeuralHermes is an [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) model that has been further fine-tuned with Direct Preference Optimization (DPO) using the [mlabonne/chatml_dpo_pairs](https://huggingface.co/datasets/mlabonne/chatml_dpo_pairs) dataset. It surpasses the original model on several benchmarks (see results). It is directly inspired by the RLHF process described by [Intel/neural-chat-7b-v3-1](https://huggingface.co/Intel/neural-chat-7b-v3-1)'s authors to improve performance. I used the same dataset and reformatted it to apply the ChatML template. The code to train this model is available on [Google Colab](https://colab.research.google.com/drive/15iFBr1xWgztXvhrj5I9fBv20c7CFOPBE?usp=sharing) and [GitHub](https://github.com/mlabonne/llm-course/tree/main). It required an A100 GPU for about an hour. ### Quantized models * GGUF: https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF * AWQ: https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ * EXL2 (5pbw): https://huggingface.co/IconicAI/NeuralHermes-2.5-Mistral-7B-exl2-5bpw ## Results Teknium (author of OpenHermes-2.5-Mistral-7B) benchmarked the model ([see his tweet](https://twitter.com/Teknium1/status/1729955709377503660)). Results are improved on every benchmark: **AGIEval** (from 43.07% to 43.62%), **GPT4All** (from 73.12% to 73.25%), and **TruthfulQA**. ### AGIEval ![](https://i.imgur.com/7an3B1f.png) ### GPT4All ![](https://i.imgur.com/TLxZFi9.png) ### TruthfulQA ![](https://i.imgur.com/V380MqD.png) You can check the Weights & Biases project [here](https://wandb.ai/mlabonne/NeuralHermes-2-5-Mistral-7B/overview?workspace=user-mlabonne). ## Usage You can run this model using [LM Studio](https://lmstudio.ai/) or any other frontend. You can also run this model using the following code: ```python import transformers from transformers import AutoTokenizer # Format prompt message = [ {"role": "system", "content": "You are a helpful assistant chatbot."}, {"role": "user", "content": "What is a Large Language Model?"} ] tokenizer = AutoTokenizer.from_pretrained(new_model) prompt = tokenizer.apply_chat_template(message, add_generation_prompt=True, tokenize=False) # Create pipeline pipeline = transformers.pipeline( "text-generation", model=new_model, tokenizer=tokenizer ) # Generate text sequences = pipeline( prompt, do_sample=True, temperature=0.7, top_p=0.9, num_return_sequences=1, max_length=200, ) print(sequences[0]['generated_text']) ``` ## Training hyperparameters **LoRA**: * r=16 * lora_alpha=16 * lora_dropout=0.05 * bias="none" * task_type="CAUSAL_LM" * target_modules=['k_proj', 'gate_proj', 'v_proj', 'up_proj', 'q_proj', 'o_proj', 'down_proj'] **Training arguments**: * per_device_train_batch_size=4 * gradient_accumulation_steps=4 * gradient_checkpointing=True * learning_rate=5e-5 * lr_scheduler_type="cosine" * max_steps=200 * optim="paged_adamw_32bit" * warmup_steps=100 **DPOTrainer**: * beta=0.1 * max_prompt_length=1024 * max_length=1536
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
LoneStriker/NeuralHermes-2.5-Mistral-7B-5.0bpw-h6-exl2
[ -0.2540645897388458, -0.7595426440238953, 0.24388307332992554, 0.13809199631214142, -0.22974836826324463, -0.17029514908790588, -0.39646878838539124, -0.2790546119213104, 0.045576922595500946, 0.20606379210948944, -0.5435384511947632, -0.5907238125801086, -0.6771524548530579, -0.10234582424163818, -0.035296760499477386, 0.8485925197601318, 0.013701604679226875, 0.22467446327209473, 0.0797499418258667, -0.12429199367761612, -0.3405049443244934, -0.4504891037940979, -1.0581774711608887, -0.5242305397987366, 0.3596871793270111, 0.14801865816116333, 0.5733316540718079, 0.7102599143981934, 0.4214265048503876, 0.39645621180534363, -0.4061535596847534, 0.22409312427043915, -0.4304683208465576, 0.10526832193136215, 0.1709800809621811, -0.49184295535087585, -0.5994842052459717, -0.05823279172182083, 0.5549861192703247, 0.20902928709983826, -0.2703552544116974, 0.2512512803077698, 0.32909953594207764, 0.5516080260276794, -0.4179409146308899, 0.2511465847492218, -0.5811393857002258, 0.14137183129787445, -0.039930157363414764, -0.17182740569114685, -0.2687762379646301, -0.2898249924182892, 0.12736155092716217, -0.4785974621772766, 0.1608353704214096, -0.07849448919296265, 1.1112030744552612, 0.3617931604385376, -0.2626565992832184, 0.02770836465060711, -0.5166717767715454, 0.8514165282249451, -1.030419945716858, 0.3542529046535492, 0.29124388098716736, 0.2549617290496826, -0.1794988065958023, -0.8545113205909729, -0.4107254147529602, -0.2675347924232483, 0.10429136455059052, 0.2963504195213318, -0.41812843084335327, 0.054089080542325974, 0.36429363489151, 0.26511165499687195, -0.5541647672653198, 0.17276287078857422, -0.3326106667518616, -0.32601693272590637, 0.38846421241760254, 0.336311936378479, 0.0611187145113945, -0.13743922114372253, -0.49910175800323486, -0.4071199595928192, -0.2785400450229645, 0.19264847040176392, 0.2936154007911682, 0.18407560884952545, -0.36213427782058716, 0.4177517294883728, -0.21532981097698212, 0.7190392017364502, 0.14802739024162292, -0.11401732265949249, 0.4127502143383026, -0.30254366993904114, -0.37154752016067505, -0.03553452715277672, 1.1722285747528076, 0.37871840596199036, 0.18796709179878235, 0.1695803552865982, -0.11119090020656586, -0.03029513731598854, -0.0944552943110466, -1.1037424802780151, -0.31401845812797546, 0.34658801555633545, -0.5117521286010742, -0.36436522006988525, -0.2026764452457428, -0.6047961711883545, -0.13424751162528992, -0.28881725668907166, 0.4634157419204712, -0.7454586625099182, -0.2979274094104767, 0.10200273990631104, -0.1732676774263382, 0.12051919847726822, 0.22403724491596222, -0.7501844763755798, 0.20468631386756897, 0.44939032196998596, 0.9676884412765503, -0.09914679080247879, -0.3998408615589142, -0.23654116690158844, -0.2743416726589203, -0.2947998642921448, 0.6693291664123535, -0.17542606592178345, -0.1780378520488739, -0.3236739933490753, -0.15153290331363678, -0.24491986632347107, -0.4942449629306793, 0.5863855481147766, -0.42501768469810486, 0.5215206742286682, -0.19305576384067535, -0.6138591170310974, -0.15927620232105255, 0.24639928340911865, -0.4265027940273285, 1.1054304838180542, -0.01842961274087429, -0.9169943928718567, 0.16958431899547577, -0.6568628549575806, 0.11222157627344131, -0.23809126019477844, -0.148533895611763, -0.4442959129810333, -0.10862057656049728, 0.23162811994552612, 0.5306562781333923, -0.4075504243373871, 0.31152188777923584, -0.3497017025947571, -0.41809165477752686, 0.32359445095062256, -0.7257475256919861, 0.9826000928878784, 0.23847463726997375, -0.7097269296646118, 0.23638634383678436, -0.7711710929870605, 0.2915543019771576, 0.32147714495658875, -0.3830091059207916, -0.03975722938776016, -0.16550804674625397, -0.08017255365848541, 0.3780517578125, 0.2836746275424957, -0.3750116527080536, 0.04094310104846954, -0.4855174720287323, 0.6684941649436951, 0.9147059917449951, -0.05800718069076538, 0.354856938123703, -0.23730267584323883, 0.3178645372390747, 0.36690062284469604, 0.4071657657623291, 0.03243742510676384, -0.6530140042304993, -0.9642287492752075, -0.4065481722354889, 0.3780294954776764, 0.577229380607605, -0.5792257189750671, 0.7969959378242493, -0.20489054918289185, -0.6290556192398071, -0.5533614754676819, -0.050601281225681305, 0.38700780272483826, 0.7535839080810547, 0.4262681305408478, -0.14730516076087952, -0.3284515142440796, -1.0660117864608765, -0.059973202645778656, -0.28525224328041077, 0.03654460981488228, 0.3159855008125305, 0.3884771764278412, -0.2290506809949875, 0.7551476359367371, -0.529161274433136, -0.1561049520969391, 0.08452940732240677, 0.006519753020256758, 0.5025604367256165, 0.5057946443557739, 0.4092535376548767, -0.35506755113601685, -0.4834583103656769, -0.10194462537765503, -0.8000724911689758, -0.03958136960864067, 0.2009851336479187, -0.28844982385635376, 0.3667907118797302, 0.4848763942718506, -0.7688997387886047, 0.2741646468639374, 0.5475200414657593, -0.5027450323104858, 0.4501343369483948, -0.25475239753723145, 0.09588200598955154, -1.2926520109176636, 0.18108387291431427, 0.032659661024808884, -0.14587099850177765, -0.489066481590271, -0.10618525743484497, 0.009431003592908382, -0.04428394138813019, -0.6094862818717957, 0.7948802709579468, -0.3945240378379822, 0.25617271661758423, -0.23644183576107025, -0.212831050157547, -0.10096678137779236, 0.8894951939582825, -0.012296214699745178, 0.7346915006637573, 0.822915256023407, -0.527385950088501, 0.3520130217075348, 0.1561112403869629, -0.17965435981750488, 0.21371270716190338, -0.93378746509552, 0.16423387825489044, 0.04225143417716026, 0.28282737731933594, -0.9645763039588928, 0.013604475185275078, 0.6247996091842651, -0.6257895827293396, 0.2905000150203705, -0.034899208694696426, -0.5054614543914795, -0.3088800311088562, -0.32239773869514465, 0.31820982694625854, 0.7820879817008972, -0.5135923624038696, 0.46894076466560364, 0.11092795431613922, 0.01619989052414894, -0.7658882141113281, -0.5853433012962341, -0.0811610221862793, -0.27728271484375, -0.6510735750198364, 0.347385048866272, -0.10237324237823486, -0.0345437154173851, 0.0034294237848371267, -0.02886713668704033, 0.04627824202179909, -0.036891255527734756, 0.33043697476387024, 0.3012733459472656, -0.15880118310451508, 0.007531133946031332, -0.09409196674823761, -0.24626798927783966, 0.15687988698482513, -0.3241482377052307, 0.8300269842147827, -0.32760244607925415, -0.1923263669013977, -0.803192138671875, 0.016641249880194664, 0.5161402821540833, -0.09797592461109161, 0.6991058588027954, 0.9316650032997131, -0.3300687074661255, -0.07120077311992645, -0.4627266228199005, -0.4690217673778534, -0.5128682851791382, 0.47897064685821533, -0.21672789752483368, -0.7659094333648682, 0.5782679319381714, 0.18014177680015564, 0.0707651823759079, 0.7908799648284912, 0.7180185317993164, 0.15399852395057678, 1.172316551208496, 0.19028547406196594, -0.1676284670829773, 0.5366492867469788, -0.6045506596565247, -0.005011575762182474, -0.6046985387802124, -0.21887534856796265, -0.44225504994392395, -0.3851063847541809, -0.6688275933265686, -0.5022557377815247, 0.34150248765945435, 0.13894936442375183, -0.5923462510108948, 0.21219393610954285, -0.7758931517601013, 0.1414574384689331, 0.8036763072013855, 0.35515519976615906, 0.08335725218057632, 0.2750408351421356, -0.37316665053367615, -0.09587298333644867, -1.0112653970718384, -0.43580347299575806, 1.0973626375198364, 0.6838644742965698, 0.6356881856918335, -0.25208431482315063, 0.6384794116020203, -0.080935038626194, 0.10729110985994339, -0.6637427806854248, 0.6980343461036682, 0.023546088486909866, -0.5598281025886536, -0.14299891889095306, -0.6957620978355408, -0.9653069376945496, 0.2020414173603058, -0.24740126729011536, -0.6407844424247742, 0.23372946679592133, 0.21080730855464935, -0.4962286353111267, 0.401298850774765, -0.7560409307479858, 0.7715104818344116, -0.11620014905929565, -0.4175003170967102, -0.22844332456588745, -0.5442112684249878, 0.31252530217170715, 0.20623889565467834, -0.13368132710456848, -0.193307563662529, -0.09146459400653839, 0.8721713423728943, -0.4439454972743988, 0.7906163334846497, -0.2691512405872345, -0.00959065556526184, 0.4462108910083771, -0.17831635475158691, 0.28382399678230286, 0.11501553654670715, -0.1199493557214737, 0.5715123414993286, -0.1018405333161354, -0.49525967240333557, -0.35698163509368896, 0.9030713438987732, -1.1303132772445679, -0.42151978611946106, -0.6343576908111572, -0.46346771717071533, -0.07145701348781586, 0.05918310210108757, 0.5141139030456543, 0.48414477705955505, -0.004697112366557121, 0.15542274713516235, 0.6401577591896057, -0.29908424615859985, 0.5612973570823669, 0.12541422247886658, -0.04879815876483917, -0.6696157455444336, 0.824601411819458, -0.010997600853443146, 0.1632329374551773, 0.14482639729976654, 0.2738354802131653, -0.3134957551956177, -0.454600065946579, -0.45307496190071106, 0.17787528038024902, -0.5363161563873291, -0.3391156494617462, -0.8068784475326538, -0.5614840984344482, -0.3926961123943329, 0.3433372676372528, -0.5368461608886719, -0.41595712304115295, -0.4564036726951599, 0.1481032371520996, 0.5159489512443542, 0.31519079208374023, -0.13240234553813934, 0.2937237024307251, -0.7127454876899719, 0.23991049826145172, 0.444580078125, 0.3064174950122833, 0.19253866374492645, -0.8115344643592834, -0.1732344776391983, 0.33796611428260803, -0.5071989297866821, -0.6556151509284973, 0.41391703486442566, 0.11010364443063736, 0.5940636396408081, 0.355680912733078, -0.2356121838092804, 0.6334815621376038, -0.37341976165771484, 0.7047280669212341, 0.28153741359710693, -0.6315414905548096, 0.42473897337913513, -0.4000712037086487, 0.4663498103618622, 0.38762128353118896, 0.3561720550060272, -0.32545506954193115, -0.18138854205608368, -0.7975278496742249, -0.8176344037055969, 0.8717696070671082, 0.5224766731262207, 0.12067020684480667, 0.0225431639701128, 0.35066497325897217, -0.13679854571819305, 0.07474494725465775, -0.6474421620368958, -0.4725506007671356, -0.15237323939800262, -0.20746514201164246, -0.12759734690189362, -0.2219831496477127, -0.15251943469047546, -0.5609589219093323, 0.8497605919837952, -0.050161268562078476, 0.7575792670249939, 0.353081613779068, 0.2447347491979599, -0.030125265941023827, 0.0014640373410657048, 0.5859135389328003, 0.4907963275909424, -0.35110777616500854, -0.11040285974740982, 0.21171866357326508, -0.539266049861908, 0.04993104934692383, 0.3275964856147766, -0.0625116229057312, 0.1245824322104454, 0.3029041886329651, 1.2324711084365845, -0.10125689953565598, -0.42079591751098633, 0.3583245873451233, -0.41149160265922546, -0.3846774399280548, -0.2643240988254547, 0.2889556884765625, 0.30469051003456116, 0.4559940993785858, 0.28609699010849, 0.27028322219848633, -0.06913071870803833, -0.2655898332595825, 0.027832377701997757, 0.35404863953590393, -0.413040429353714, -0.33973538875579834, 0.8053171038627625, 0.18636702001094818, -0.3305831253528595, 0.6364333629608154, -0.08620854467153549, -0.502876341342926, 0.7673558592796326, 0.3177705705165863, 0.9079380035400391, -0.21251490712165833, 0.0603465773165226, 0.6782978773117065, 0.04330816492438316, -0.2458275854587555, 0.36322250962257385, 0.20356787741184235, -0.6170992255210876, -0.2732703685760498, -0.6352900862693787, -0.11229657381772995, 0.30548444390296936, -0.43735241889953613, 0.38469624519348145, -0.5163289308547974, -0.5600141286849976, 0.11629065871238708, 0.08541851490736008, -0.8021016716957092, 0.16547377407550812, 0.1029302105307579, 0.9782809615135193, -0.6291502118110657, 0.8022361397743225, 0.6423354744911194, -0.06860724836587906, -0.8065363168716431, -0.13474734127521515, -0.12968625128269196, -0.9418427348136902, 0.5953018069267273, 0.15373735129833221, 0.19612233340740204, 0.16832254827022552, -0.5572537183761597, -0.8810269236564636, 1.2485922574996948, 0.486275315284729, -0.5913466811180115, -0.07938331365585327, 0.03217022120952606, 0.6132088899612427, -0.18050052225589752, 0.7074664235115051, 0.37225648760795593, 0.30235910415649414, -0.007310877554118633, -0.8914555907249451, 0.05775871127843857, -0.4648663401603699, -0.010748060420155525, 0.1551826447248459, -0.8944432735443115, 1.0975369215011597, -0.0037676007486879826, 0.035438649356365204, 0.060752950608730316, 0.7041800022125244, 0.5176383256912231, 0.12083633989095688, 0.5584816336631775, 0.8162305951118469, 0.49206843972206116, -0.11125713586807251, 0.9720361232757568, -0.6253007650375366, 0.43567177653312683, 0.9683548808097839, 0.13621963560581207, 0.7040184140205383, 0.44530215859413147, -0.1351839005947113, 0.3967982828617096, 0.8470040559768677, 0.010802067816257477, 0.4224710464477539, 0.1866724044084549, -0.07668199390172958, -0.2934545576572418, -0.0530460886657238, -0.5942534804344177, 0.483090341091156, 0.1680407077074051, -0.47002553939819336, -0.19147035479545593, -0.1929692178964615, 0.1001928523182869, -0.20113760232925415, -0.0823512151837349, 0.6281876564025879, 0.22250741720199585, -0.7167048454284668, 1.0921720266342163, 0.10640130937099457, 0.9282655715942383, -0.6508771181106567, 0.06016038358211517, -0.22790531814098358, 0.356125146150589, -0.0031503234058618546, -0.5323812365531921, -0.03150978311896324, -0.11908034235239029, -0.017848651856184006, -0.11107588559389114, 0.7738345265388489, -0.29466089606285095, -0.5048800706863403, 0.505347728729248, 0.5651959180831909, 0.058168064802885056, -0.12712699174880981, -1.1279493570327759, -0.0008014329359866679, -0.03539307788014412, -0.6023944616317749, 0.23890075087547302, 0.31838294863700867, 0.15606099367141724, 0.606602668762207, 0.6301317811012268, 0.12893156707286835, 0.05249181389808655, -0.009374391287565231, 0.8940349221229553, -0.6720439195632935, -0.3727915585041046, -1.0998753309249878, 0.41176408529281616, -0.18291719257831573, -0.6803498864173889, 0.7192988395690918, 0.5242765545845032, 0.6701428890228271, 0.08951512724161148, 0.4912000596523285, 0.060365911573171616, 0.2255435287952423, -0.4621429443359375, 0.6963484287261963, -0.6138020753860474, 0.10331526398658752, -0.08990506082773209, -1.0280345678329468, 0.10624036937952042, 0.4962000548839569, -0.09286925196647644, 0.3428608179092407, 0.6210412383079529, 0.9149339199066162, -0.12296666204929352, -0.1283736377954483, 0.14153747260570526, 0.4139450192451477, 0.1816333532333374, 0.824859082698822, 0.7991817593574524, -0.6959295868873596, 0.5347868204116821, -0.5434980988502502, -0.2745667099952698, -0.09151995182037354, -0.6936831474304199, -1.0820392370224, -0.5384002327919006, -0.41578781604766846, -0.5558774471282959, 0.0727405846118927, 1.1239629983901978, 0.7960720658302307, -0.6196914911270142, -0.30100810527801514, -0.15833646059036255, -0.19293281435966492, -0.24562840163707733, -0.2138950079679489, 0.37677258253097534, -0.2654595971107483, -0.9053349494934082, 0.14943696558475494, -0.07022936642169952, 0.18859827518463135, -0.18340079486370087, -0.24297450482845306, -0.2023376077413559, -0.03899137303233147, 0.373746782541275, 0.004763421136885881, -0.6110551953315735, -0.015780309215188026, 0.2513061463832855, -0.36899417638778687, 0.16330218315124512, 0.33935827016830444, -0.6302809715270996, 0.14538966119289398, 0.6953750252723694, 0.4130054712295532, 0.5364413857460022, -0.1904255598783493, 0.47208112478256226, -0.47849878668785095, 0.27640146017074585, 0.19745583832263947, 0.34835323691368103, 0.2776581943035126, -0.32243114709854126, 0.42048001289367676, 0.2967582643032074, -0.7058843374252319, -0.735463559627533, -0.19218897819519043, -1.032244086265564, -0.35766738653182983, 1.342581033706665, 0.01300443708896637, -0.4062643349170685, 0.35299673676490784, -0.31968608498573303, 0.5334692597389221, -0.6082513928413391, 0.760802686214447, 0.5580112934112549, 0.008351885713636875, -0.021719705313444138, -0.6100285053253174, 0.5017276406288147, 0.753223180770874, -0.6150160431861877, -0.10905956476926804, 0.28443777561187744, 0.35929641127586365, 0.07050447911024094, 0.6914219260215759, -0.05097128450870514, 0.16982723772525787, -0.05238524451851845, 0.2312183380126953, -0.2381940633058548, -0.05735846981406212, -0.5809826254844666, -0.0009704077383503318, -0.03596042841672897, -0.3724597990512848 ]
oscorrea/scores-flan-t5-large-29-11
oscorrea
2023-11-30T01:07:32Z
0
0
null
[ "transformers", "tensorboard", "safetensors", "t5", "text2text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:07:32Z
2023-11-30T00:55:10.000Z
null
null
Entry not found
null
transformers
text2text-generation
null
null
null
null
null
null
null
null
null
oscorrea/scores-flan-t5-large-29-11
[ -0.322765052318573, -0.22568443417549133, 0.862225353717804, 0.43461543321609497, -0.5282990336418152, 0.7012964487075806, 0.7915717363357544, 0.07618646323680878, 0.7746022939682007, 0.25632232427597046, -0.7852814197540283, -0.2257380485534668, -0.9104474782943726, 0.5715667009353638, -0.39923304319381714, 0.5791245698928833, -0.14494505524635315, -0.10751169919967651, 0.2823375165462494, -0.27689534425735474, -0.5409221053123474, -0.36855247616767883, -1.1902778148651123, 0.061491310596466064, 0.5316579341888428, 0.7435140609741211, 0.7584059238433838, 0.365217000246048, 0.6432581543922424, 0.39322906732559204, -0.2313895970582962, 0.48270535469055176, -0.04171810299158096, 0.0026040554512292147, -0.35244348645210266, -0.5516899824142456, -0.2859657108783722, 0.07584784924983978, 1.09613037109375, 0.9666878581047058, -0.28466349840164185, 0.05330817028880119, -0.3063622713088989, 0.3308888375759125, -0.49734315276145935, 0.3054100573062897, -0.02250586822628975, 0.16318795084953308, -0.7041511535644531, -0.5535352826118469, 0.012794849462807178, -0.7361212968826294, 0.17926575243473053, -0.6900806427001953, 0.8269097208976746, 0.18583162128925323, 1.1533750295639038, 0.1481941193342209, -0.46248704195022583, -0.8161764144897461, -0.6538988351821899, 0.5711170434951782, -0.32703691720962524, 0.3968024253845215, 0.7028234004974365, -0.048573240637779236, -0.9820329546928406, -0.6745742559432983, -0.46466177701950073, 0.29239630699157715, 0.3540279269218445, -0.34116771817207336, -0.1752208173274994, -0.30589914321899414, 0.15792050957679749, 0.1281149834394455, -0.48419928550720215, -0.5543918013572693, -0.5475161671638489, -0.39602503180503845, 0.6206657290458679, 0.3482949137687683, 0.24291789531707764, -0.1888415664434433, -0.3228582739830017, 0.08801625669002533, -0.4160851538181305, 0.3402574062347412, 0.6335514783859253, 0.7114020586013794, -0.5811447501182556, 0.5602160692214966, -0.04927618056535721, 0.7439700961112976, 0.11445526778697968, -0.2747810184955597, 0.4146057069301605, -0.14724722504615784, 0.05517162010073662, 0.42263469099998474, 0.3152443766593933, 0.28413134813308716, -0.3273695111274719, 0.20322318375110626, -0.3215142488479614, -0.3049618899822235, -0.22332195937633514, -0.2949073016643524, -0.3592180609703064, 0.5492290258407593, -0.33140185475349426, -0.4285551905632019, 1.143175721168518, -0.4200766682624817, -0.730222225189209, 0.33156418800354004, 0.4065208435058594, -0.09944771230220795, -0.37146514654159546, -0.05226023122668266, -0.8458787202835083, -0.007907634600996971, 0.7491174340248108, -0.7198966145515442, 0.3371739983558655, 0.47280627489089966, 0.7417213916778564, 0.19650611281394958, -0.1403449922800064, -0.42949384450912476, 0.297197163105011, -0.8659995198249817, 0.6320171356201172, -0.20135214924812317, -1.0051977634429932, 0.11150495707988739, 0.8971707224845886, -0.3789637088775635, -1.2094875574111938, 1.060516119003296, -0.6887933015823364, 0.1601787805557251, -0.6767611503601074, -0.1466120481491089, -0.0711849182844162, -0.005096542648971081, -0.6088164448738098, 0.7567106485366821, 0.5872668027877808, -0.4995277523994446, 0.21429462730884552, -0.2602986693382263, -0.39151400327682495, 0.38824838399887085, -0.07935444265604019, -0.2185893952846527, 0.713833212852478, -0.664708137512207, -0.26932835578918457, 0.29427704215049744, 0.23689381778240204, -0.3570607602596283, -0.7931915521621704, 0.08478125184774399, -0.05786272883415222, 1.550750732421875, -0.03868811950087547, -0.358610600233078, -0.679383397102356, -1.1506237983703613, -0.07070820033550262, 0.6886888146400452, -0.9194990992546082, -0.27839481830596924, -0.04641019552946091, -0.26169291138648987, 0.08994938433170319, 0.739059329032898, -1.1194047927856445, 0.2832725942134857, -0.05092659592628479, -0.22794730961322784, 0.8271058201789856, 0.15387216210365295, 0.24758939445018768, 0.14913427829742432, 0.4295872747898102, 0.5277256369590759, 0.1111518144607544, 0.6835878491401672, -0.34720349311828613, -0.969434916973114, 0.615463376045227, 0.2526637613773346, 0.8121447563171387, -0.49945297837257385, 0.2685093879699707, 0.27025550603866577, -0.34096795320510864, -0.5682373046875, -0.3102838397026062, 0.09025750309228897, 0.14930567145347595, 0.11142507940530777, -0.5721708536148071, -0.6576124429702759, -0.9689140319824219, -0.13590648770332336, -0.43143749237060547, -0.3571569621562958, 0.21006973087787628, 0.5792906880378723, -1.1975523233413696, 0.4128873944282532, -0.7705628275871277, -0.7038737535476685, -0.010655355639755726, -0.19338129460811615, 0.7540650367736816, 0.4324018359184265, 0.5033969879150391, -0.6397148370742798, -0.5661991238594055, -0.22470156848430634, -1.0333747863769531, -0.1328049600124359, 0.24819664657115936, 0.3065735697746277, -0.1342337429523468, -0.27449673414230347, -0.4874032437801361, 0.8100390434265137, 0.14789149165153503, -0.5391896963119507, 0.5220765471458435, -0.3020315170288086, 0.1722482442855835, -0.6369152069091797, -0.06916837394237518, -0.661676287651062, -0.000907087349332869, -0.3608306050300598, -0.5737441778182983, 0.14772279560565948, 0.07017482817173004, -0.16065463423728943, 0.2880841791629791, -0.9092767834663391, -0.001085132360458374, -0.7442212700843811, 0.3790718913078308, 0.06394750624895096, -0.31450819969177246, -0.01751747541129589, 1.000038743019104, 0.7784461975097656, -0.38480478525161743, 0.721744179725647, 0.4440041482448578, 0.1903613954782486, 0.7630518078804016, -0.1872512400150299, 0.16478243470191956, -0.5245418548583984, -0.12161050736904144, -0.8887602090835571, -1.0982946157455444, 0.7320571541786194, -0.6114249229431152, 0.36542877554893494, -0.4277867376804352, 0.2589159905910492, -0.6919257044792175, -0.038853686302900314, 0.4808601438999176, -0.05936328321695328, -0.6863943338394165, 0.5232570171356201, 0.45317554473876953, -0.20192396640777588, -0.6609034538269043, -0.5301570892333984, 0.3936583399772644, 0.6154114603996277, -0.16390374302864075, 0.06878519058227539, 0.1494103968143463, -0.5441926121711731, -0.040802668780088425, -0.38691943883895874, -0.4576675295829773, 0.05422419309616089, 0.1305343359708786, -0.005750852171331644, -0.4048202633857727, -0.08680285513401031, -0.35841989517211914, -0.4656120836734772, 0.21876497566699982, 0.301194429397583, -0.040963102132081985, -0.42599767446517944, -0.36198171973228455, -0.8881813287734985, 0.6719611287117004, 0.5370281934738159, 0.05281499773263931, 0.7555550336837769, 0.16819322109222412, -0.8014991879463196, -0.13532213866710663, -0.176070898771286, 0.26968297362327576, -0.5588055849075317, 0.13849827647209167, -0.013484751805663109, -0.06374939531087875, 0.2629788815975189, 0.253862202167511, -0.43005603551864624, 0.927625298500061, -0.26152724027633667, -0.35925260186195374, 0.7960183024406433, 0.5974742770195007, 0.49583083391189575, 0.1650320589542389, -0.044541798532009125, 0.9007092714309692, -1.1966516971588135, -0.6563177704811096, -0.7409548163414001, -0.1594570428133011, -0.43510833382606506, -0.03210609033703804, 0.6254409551620483, 0.29009905457496643, -0.13333898782730103, 0.4756394922733307, -0.524348795413971, 0.35560330748558044, 1.0119842290878296, 0.3574866056442261, 0.3435695171356201, -0.75702303647995, -0.2515781819820404, -0.14024241268634796, -0.9998159408569336, -0.2631377577781677, 0.8871029019355774, 0.22752633690834045, 0.844460666179657, 0.5992542505264282, 0.6784542202949524, 0.1367226541042328, 0.252382755279541, -0.30590295791625977, 0.39202937483787537, 0.43760839104652405, -1.0401140451431274, -0.42758408188819885, 0.021418893709778786, -0.9703340530395508, -0.14227525889873505, -0.03495003283023834, -0.4261711537837982, 0.768173336982727, 0.000165778401424177, -0.4076709747314453, 0.7732730507850647, -0.45558327436447144, 0.7562879920005798, -0.44736504554748535, -0.026638906449079514, 0.4699096083641052, -0.7070635557174683, 0.4677427411079407, 0.12878817319869995, 0.6205841898918152, -0.01557246409356594, -0.04078636318445206, 0.7104939222335815, -0.9129155278205872, 0.2543862760066986, -0.6348398923873901, 0.22421309351921082, 0.24246954917907715, 0.5160626173019409, 0.5969953536987305, 0.43712443113327026, 0.10119891166687012, -0.23920929431915283, 0.041157834231853485, -0.8241125345230103, -0.21050617098808289, 0.6975154876708984, -0.7186895608901978, -0.6864197254180908, -1.2355334758758545, 0.1443864405155182, 0.2734706401824951, 0.3893050253391266, 0.795929491519928, 0.571408748626709, 0.12895463407039642, 0.6805258393287659, 0.9888585805892944, -0.06885646283626556, 0.9166920781135559, 0.32244765758514404, 0.09175153821706772, -0.21944871544837952, 0.703682005405426, 0.2662787437438965, -0.2470794916152954, -0.11939714103937149, 0.20913498103618622, -0.11069416999816895, -0.5917617678642273, -0.4999062120914459, 0.37017592787742615, -0.6731787919998169, -0.18303875625133514, -0.6243735551834106, -0.604377031326294, -0.5117591619491577, 0.06927357614040375, -0.7147685289382935, 0.23979046940803528, -0.7753567695617676, -0.10574933141469955, 0.04323391988873482, 0.9792007207870483, -0.5893123745918274, 0.580522358417511, -1.12185800075531, 0.19345822930335999, -0.07949919998645782, 0.7921061515808105, 0.21395735442638397, -0.7344393730163574, -0.39754217863082886, -0.11592622846364975, -0.3729911744594574, -1.3576759099960327, 0.21404966711997986, -0.245414137840271, 0.23094072937965393, 0.6145402193069458, 0.13977088034152985, 0.5258245468139648, -0.3432629704475403, 0.7029104828834534, -0.057017166167497635, -0.7069283127784729, 0.793449878692627, -0.5026895999908447, 0.49635353684425354, 0.976600170135498, 0.5333836674690247, -0.7984004020690918, 0.035741325467824936, -1.041123628616333, -0.6008692979812622, 0.3842640519142151, 0.11928961426019669, -0.03601057082414627, -0.6659559011459351, -0.05401996523141861, -0.1614381968975067, 0.6043744087219238, -1.0390698909759521, -0.7858359813690186, 0.257669597864151, 0.527729868888855, 0.08168590068817139, -0.5653400421142578, 0.20880647003650665, -0.5444163084030151, 1.065777063369751, 0.45109400153160095, 0.3274497389793396, 0.8406059145927429, 0.46492424607276917, -0.3823162913322449, 0.0925244390964508, 0.7662695050239563, 0.6666231155395508, -0.5239796042442322, -0.2908029556274414, -0.08827553689479828, -0.914340615272522, 0.05927461385726929, 0.1116892471909523, -0.013455593958497047, 0.9082108736038208, 0.579308032989502, 0.25397080183029175, 0.451428085565567, -0.7264600992202759, 0.8859445452690125, -0.1495419442653656, -0.12472881376743317, -1.0677244663238525, 0.19486179947853088, -0.2398492842912674, 0.5006402134895325, 1.0061324834823608, 0.5250047445297241, -0.04763033986091614, -0.8143380284309387, -0.014735674485564232, 0.6939172148704529, -0.7091123461723328, -0.17449799180030823, 0.9448539614677429, 0.38471007347106934, -1.2953054904937744, 1.1067759990692139, -0.5381768941879272, -0.5603320002555847, 0.9121302366256714, 0.5229566693305969, 1.1221848726272583, -0.44204163551330566, 0.0008671790128573775, 0.26622387766838074, 0.4137840270996094, 0.5423169732093811, 1.086963176727295, 0.4314132630825043, -0.7931065559387207, 0.8826586008071899, -0.24776025116443634, -0.40361136198043823, -0.053475938737392426, -0.4285987913608551, 0.1689222753047943, -0.44061917066574097, -0.10712984949350357, -0.34441858530044556, 0.28543195128440857, -0.7072039842605591, 0.428076833486557, -0.08385656774044037, 0.8653069734573364, -0.8553726077079773, 0.472076416015625, 0.6354703307151794, -0.33373576402664185, -0.850818932056427, -0.26198452711105347, -0.11448459327220917, -0.6389462947845459, 0.3021479845046997, -0.4554104804992676, 0.044399019330739975, 0.09623471647500992, -0.6491517424583435, -1.17782723903656, 0.9093635678291321, -0.639612078666687, -0.2784457802772522, 0.20464053750038147, -0.11514773219823837, 0.2881167531013489, -0.2524649500846863, 0.010661408305168152, 0.4187656342983246, 0.7489398717880249, 0.28446537256240845, -0.7727054953575134, -0.36948853731155396, 0.0015032828086987138, -0.44474783539772034, 0.7582975625991821, -0.6002102494239807, 1.1840782165527344, -0.5563539266586304, -0.05965416505932808, 0.4438449442386627, 0.24690942466259003, 0.21076209843158722, 0.6629217863082886, 0.14420823752880096, 0.7282264232635498, 1.0701212882995605, -0.4083521366119385, 0.8811807632446289, 0.26432815194129944, 0.47430887818336487, 0.7238501310348511, -0.648772120475769, 0.7513749003410339, 0.31810468435287476, -0.568292498588562, 0.9228016138076782, 1.2906064987182617, -0.15699195861816406, 0.8079372644424438, 0.051364947110414505, -1.0816004276275635, 0.32583364844322205, -0.2072475701570511, -0.753006637096405, 0.315025269985199, 0.19055862724781036, -0.6920983791351318, -0.577030599117279, -0.24046507477760315, -0.3566279709339142, -0.11552879959344864, -0.7631729245185852, 0.6720569729804993, -0.016969118267297745, -0.510367751121521, 0.1885751485824585, 0.28774985671043396, 0.1736842691898346, -0.5235733389854431, -0.029394155368208885, -0.22823591530323029, 0.2660650610923767, -0.5670852065086365, -0.523452877998352, 0.572442889213562, -0.3243021070957184, -0.5343254804611206, 0.18147476017475128, 0.7635873556137085, -0.1692381203174591, -0.4515412449836731, 0.324726939201355, 0.6959521770477295, 0.1665850430727005, 0.4250282347202301, -0.23511287569999695, 0.24480612576007843, -0.08044791221618652, -0.06651542335748672, 0.27714771032333374, 0.3449166417121887, 0.22435656189918518, 0.4450143873691559, 0.43285664916038513, -0.01808721199631691, -0.1073654517531395, -0.3828195631504059, 0.4124941825866699, -0.9542789459228516, -0.5713286399841309, -0.6307111382484436, 0.2740664482116699, -0.023154456168413162, -1.0836421251296997, 0.4145168662071228, 1.4406687021255493, 1.0359983444213867, -0.47563815116882324, 1.0672270059585571, -0.21818456053733826, 0.9594788551330566, 0.41483068466186523, 0.5420441031455994, -0.6030411720275879, 0.03835360333323479, -0.4364399313926697, -1.0769628286361694, -0.3571632504463196, 0.4539394974708557, -0.02289995178580284, -0.3429865539073944, 0.8725712895393372, 0.5887162089347839, -0.33473604917526245, -0.11727998405694962, 0.048487138003110886, -0.029941704124212265, -0.12433816492557526, 0.5145374536514282, 0.7648399472236633, -0.9344304800033569, -0.1068042740225792, -0.2157776802778244, -0.6382728815078735, -0.5047283172607422, -0.9632008671760559, -0.12959375977516174, -0.1603781133890152, 0.03534331172704697, -0.5662805438041687, 0.0025571645237505436, 1.2083251476287842, 0.5684954524040222, -1.1113994121551514, -0.5303789973258972, 0.3371858596801758, 0.3920419216156006, -0.187479168176651, -0.24202409386634827, 0.2984568178653717, 0.15382245182991028, -0.5908882021903992, 0.6875663995742798, 0.808962345123291, 0.20888939499855042, 0.19554734230041504, 0.15893034636974335, -0.8229473829269409, -0.1491345465183258, 0.1744045466184616, 0.9450565576553345, -0.939853847026825, -0.7114843130111694, -0.03168485313653946, -0.2709488868713379, -0.05765756219625473, 0.1710212379693985, -0.40463465452194214, 0.5180681347846985, 0.3459147810935974, 0.4993347227573395, 0.05616116523742676, -0.05474638193845749, 0.5409557819366455, -0.9069053530693054, 0.09425970911979675, 0.41343632340431213, 0.41541147232055664, -0.40008658170700073, -0.5910195112228394, 0.6713421940803528, 1.0073972940444946, -0.6594865918159485, -0.8743270635604858, -0.19846723973751068, -1.0016005039215088, 0.04189694672822952, 0.6762763857841492, 0.5009525418281555, -0.48065146803855896, -0.4174497127532959, -0.5617402791976929, -0.1254672259092331, -0.13699695467948914, 0.7621601223945618, 1.1796807050704956, -0.7432095408439636, 0.07975735515356064, -1.038640022277832, 0.6594988107681274, -0.24194622039794922, -0.34575819969177246, -0.4864428639411926, 0.38328009843826294, 0.3523697555065155, 0.4404810965061188, 0.6148120760917664, 0.14084696769714355, 0.8338428735733032, 0.31260570883750916, -0.17026858031749725, 0.26989826560020447, -0.45592013001441956, -0.028932923451066017, -0.057962339371442795, 0.3101596534252167, -1.0262157917022705 ]
hrysto97/ppo-LunarLander-v2.8
hrysto97
2023-11-30T01:11:26Z
0
0
null
[ "stable-baselines3", "LunarLander-v2", "deep-reinforcement-learning", "reinforcement-learning", "model-index", "region:us" ]
2023-11-30T01:11:26Z
2023-11-30T00:56:08.000Z
null
null
--- library_name: stable-baselines3 tags: - LunarLander-v2 - deep-reinforcement-learning - reinforcement-learning - stable-baselines3 model-index: - name: PPO results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: LunarLander-v2 type: LunarLander-v2 metrics: - type: mean_reward value: 290.83 +/- 12.35 name: mean_reward verified: false --- # **PPO** Agent playing **LunarLander-v2** This is a trained model of a **PPO** agent playing **LunarLander-v2** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3). ## Usage (with Stable-baselines3) TODO: Add your code ```python from stable_baselines3 import ... from huggingface_sb3 import load_from_hub ... ```
null
stable-baselines3
reinforcement-learning
null
null
null
null
null
null
null
null
null
hrysto97/ppo-LunarLander-v2.8
[ -0.0031745489686727524, -0.3944118916988373, 0.24817678332328796, 0.3390541076660156, -0.08787576109170914, 0.0400797501206398, 0.5000531077384949, -0.1760786473751068, 0.28882235288619995, 0.9444828629493713, -0.6269250512123108, -0.512033998966217, -0.4980955719947815, -0.2793833315372467, 0.025289887562394142, 1.0136586427688599, 0.023112323135137558, 0.40892255306243896, 0.1386980563402176, -0.10262679308652878, -0.26649191975593567, -0.3176408112049103, -0.7558714747428894, -1.0381717681884766, 0.1740099936723709, 0.7295846939086914, 0.7878358960151672, 0.351831316947937, 0.40805524587631226, 0.42412832379341125, -0.25653159618377686, -0.4680253863334656, -0.6001636385917664, -0.018179144710302353, -0.008866922929883003, -0.6449009776115417, -0.9210619330406189, 0.2057303786277771, 0.5754238367080688, 0.05891291797161102, -0.2887882590293884, 0.07139738649129868, -0.4109325110912323, 0.4521753191947937, -0.546332597732544, 0.229481041431427, -0.2231198251247406, 0.025530371814966202, 0.10683842748403549, 0.15659430623054504, -0.3769330084323883, -0.14305250346660614, 0.3003498613834381, -1.3173909187316895, -0.07753202319145203, -0.3127686679363251, 1.3483049869537354, 0.13703128695487976, -0.5517973899841309, 0.01751779019832611, -0.2760377824306488, 0.49461299180984497, -0.3945584297180176, 0.15046530961990356, 0.7138820886611938, 0.5252880454063416, 0.046070173382759094, -1.00385320186615, -0.23759281635284424, -0.47365671396255493, 0.015236716717481613, 0.45954978466033936, 0.22529049217700958, 0.24316547811031342, 0.21777108311653137, 0.15615728497505188, -0.34946489334106445, 0.3506007790565491, -0.669362485408783, -0.3474736213684082, 0.5159994959831238, 0.26507508754730225, 0.07717099040746689, -0.11395575851202011, -0.5129185318946838, -0.17198677361011505, -0.4560185372829437, 0.33486074209213257, 0.4413284957408905, 0.18635684251785278, -0.855920135974884, 0.9558483362197876, -0.27705082297325134, 0.457811564207077, 0.4406534731388092, -0.005095616448670626, 0.7072570323944092, 0.13607753813266754, -0.11501406133174896, -0.3777211606502533, 0.5707581639289856, 0.9803071022033691, 0.05896764248609543, 0.08157643675804138, -0.48959794640541077, -0.2728000283241272, 0.17500165104866028, -0.8056451082229614, -0.3621847927570343, 0.49014100432395935, -0.28781118988990784, -0.707949161529541, 0.5091603398323059, -0.6075330376625061, -0.3646391034126282, -0.009854436852037907, 0.39474931359291077, -0.685157835483551, -0.5995980501174927, 0.06310424953699112, -0.47162845730781555, 0.7274184226989746, 0.14277704060077667, -0.919201135635376, 0.4489608108997345, 0.7046194672584534, 0.9586554765701294, 0.5988172292709351, -0.6966641545295715, -0.7145679593086243, 0.19625790417194366, -0.4578718841075897, 0.8017795085906982, 0.25110119581222534, -0.48991408944129944, 0.3165038526058197, 0.005473073571920395, 0.21779796481132507, -0.5181884169578552, 0.2635844349861145, -0.478615403175354, 0.30055683851242065, 0.09562493860721588, -0.4483985900878906, -0.011168915778398514, 0.47253143787384033, -0.6643783450126648, 1.4272199869155884, 0.8773055076599121, -0.5788246989250183, 0.37772515416145325, -0.67026287317276, -0.07678309828042984, 0.5288569331169128, 0.25537291169166565, -0.7362314462661743, -0.028767691925168037, -0.45094767212867737, 0.18882431089878082, 0.06976012140512466, 0.044283512979745865, -0.3818117678165436, -0.38963738083839417, 0.0797468051314354, 0.8237636089324951, 0.925967276096344, 0.22681587934494019, -0.034593407064676285, 0.20930907130241394, -0.6340572834014893, -0.14432120323181152, 0.09158969670534134, -0.29437920451164246, -0.1604139804840088, -0.24908877909183502, 0.5458361506462097, 0.2482362985610962, 0.49408069252967834, -0.499065637588501, 0.5195000767707825, -0.571129560470581, 0.2040543258190155, 0.7233209013938904, -0.13230064511299133, 0.8145875930786133, -0.6950757503509521, 0.3414418697357178, -0.18008945882320404, 0.27787095308303833, 0.20218728482723236, -0.36743593215942383, -0.6635491251945496, -0.5271111130714417, -0.030308278277516365, 0.8428335189819336, -1.2579166889190674, 0.7128487229347229, 0.2264946550130844, -0.7960972189903259, -0.2132900506258011, -0.1558406502008438, 0.529437780380249, 0.27402612566947937, 0.047895919531583786, -0.09303130954504013, -0.6167048215866089, -0.8814235329627991, 0.25180667638778687, -0.7028960585594177, -0.2456149458885193, 0.0008078984101302922, 0.6915597915649414, -0.3518819212913513, 0.8539713025093079, -0.3809976875782013, -0.3676912784576416, -0.33223384618759155, 0.2009197473526001, 0.288400799036026, 0.777441143989563, 0.9834884405136108, -0.5969610810279846, -0.5328125357627869, -0.2763579487800598, -0.9179624319076538, -0.4395979344844818, 0.1585107296705246, -0.16394877433776855, 0.011873377487063408, 0.34743160009384155, -0.7988157868385315, 0.09472157061100006, 0.6177328824996948, -1.0402880907058716, 0.747863233089447, -0.3820480406284332, -0.0012261072406545281, -1.3344144821166992, 0.18922081589698792, 0.23553146421909332, -0.3525937795639038, -0.8058780431747437, 0.34441515803337097, 0.16095073521137238, -0.06216378137469292, -0.7403786182403564, 0.9359172582626343, -0.5492799878120422, 0.023836234584450722, -0.469051718711853, -0.133675217628479, -0.15247806906700134, -0.06173187494277954, 0.02696317248046398, 0.6339145302772522, 1.1503962278366089, -0.44160351157188416, 0.6258528828620911, 0.6227515339851379, 0.11007917672395706, 0.7759445309638977, -0.6185928583145142, 0.1289103776216507, -0.26791322231292725, 0.26974979043006897, -0.6555595397949219, -0.6394320130348206, 0.6154816746711731, -0.5181158185005188, 0.32434597611427307, -0.4661775231361389, -0.34571966528892517, -0.48898449540138245, -0.614201545715332, 0.1953902542591095, 0.6389634609222412, -0.3022669553756714, 0.7725766897201538, 0.7109768390655518, 0.11774783581495285, -0.5701056718826294, -0.44595059752464294, -0.19521747529506683, -0.28552380204200745, -0.42648884654045105, 0.46576932072639465, 0.13689380884170532, -0.49947282671928406, -0.22642940282821655, 0.0366501621901989, -0.216756209731102, 0.08969969302415848, 0.4850635230541229, 0.41433846950531006, -0.024600457400083542, -0.29393258690834045, -0.41523274779319763, -0.7210544943809509, -0.1506158709526062, -0.15403862297534943, 0.6859998106956482, -0.27586641907691956, 0.3827287554740906, -0.8579569458961487, -0.05087373033165932, 0.7599407434463501, 0.2559136152267456, 0.8512974381446838, 0.44027239084243774, -0.5530582070350647, -0.10330857336521149, -0.3480056822299957, -0.16768218576908112, -0.5552970767021179, 0.460382878780365, -0.576225221157074, -0.5813551545143127, 0.7347469925880432, 0.0006011478253640234, -0.3833245038986206, 0.6068220734596252, 0.5866420269012451, -0.08286487311124802, 0.675636351108551, 0.999092161655426, -0.11054276674985886, 0.7348445653915405, -0.7166898250579834, -0.6743514537811279, -0.778770923614502, -0.6148521900177002, -0.38933366537094116, 0.24433085322380066, -0.4141552150249481, -0.26049306988716125, 0.1356101781129837, 0.4674690365791321, -0.7750684022903442, 0.8980631828308105, -0.4363856613636017, 0.61716228723526, 0.5901501178741455, 0.15669411420822144, -0.2812192440032959, -0.5537847876548767, -0.04772622510790825, 0.23064440488815308, -0.3374725878238678, -0.5533570647239685, 0.9903863072395325, 0.5769233703613281, 0.7618488073348999, 0.07236630469560623, 0.6506865620613098, 0.09321358054876328, 0.6501607894897461, -0.5603278279304504, 0.49054470658302307, -0.17873188853263855, -0.9174627661705017, -0.11903932690620422, -0.3223181366920471, -0.768052875995636, 0.18850769102573395, -0.4428190290927887, -0.9662922024726868, -0.1706532984972, 0.09285276383161545, -0.28632646799087524, 0.07658878713846207, -0.5386233329772949, 1.0358905792236328, -0.35281214118003845, -0.35383716225624084, 0.1540111005306244, -0.6959524750709534, 0.2688588500022888, 0.19590339064598083, -0.052504025399684906, -0.36148253083229065, -0.2641508877277374, 0.7271785140037537, -0.4787101149559021, 0.6350096464157104, -0.8359532356262207, 0.18932895362377167, 0.2413710653781891, 0.1295701414346695, 0.39864861965179443, 0.4641055464744568, -0.17003396153450012, 0.018863238394260406, 0.08464112877845764, -0.7592051029205322, -0.04694540426135063, 0.4532926082611084, -1.4314296245574951, -0.06743794679641724, -0.8401554822921753, -0.3374713957309723, 0.13080286979675293, 0.29153338074684143, 0.5737450122833252, 0.13643184304237366, -0.4068532884120941, 0.0032786026131361723, 0.08611137419939041, 0.1286136955022812, 0.22029440104961395, 0.891167402267456, -0.5194852352142334, -0.8883169889450073, 0.43397241830825806, 0.024977095425128937, -0.010684402659535408, 0.32124611735343933, 0.08240392804145813, -0.3274642825126648, -0.6108918190002441, -0.14304767549037933, 0.4496016800403595, -0.3650082051753998, -0.19538924098014832, -0.16482587158679962, -0.3301627039909363, -0.3721926212310791, -0.42342352867126465, -0.6699662804603577, -0.29690828919410706, -0.4804525673389435, -0.3269675076007843, 0.3720415532588959, 0.725464940071106, -0.4386598467826843, 1.257828712463379, -0.507345974445343, 0.48508745431900024, 0.1456976979970932, 0.6001918911933899, -0.8521222472190857, -0.49072855710983276, -0.3864371180534363, -0.25351476669311523, -0.45818576216697693, -0.9704360961914062, 0.47489503026008606, -0.23529067635536194, 0.7805484533309937, 0.40904131531715393, -0.1571316123008728, 0.36985528469085693, -0.16822615265846252, 0.8070887923240662, 0.4846022427082062, -1.0402859449386597, 0.41139093041419983, -0.7436756491661072, 0.13356173038482666, 0.9075555205345154, 0.21202538907527924, -0.2616638243198395, -0.37657350301742554, -0.8738846778869629, -1.0030865669250488, 1.2109453678131104, 0.46701425313949585, -0.08707887679338455, 0.32117515802383423, 0.8026530146598816, -0.0794018805027008, 0.09914281964302063, -0.9481368064880371, -0.285776823759079, -0.3831248879432678, -0.18399162590503693, -0.2866992950439453, -0.17351309955120087, -0.2041057050228119, 0.059868600219488144, 0.9263723492622375, -0.15687793493270874, 0.29363083839416504, 0.09008173644542694, -0.12358932197093964, -0.44160550832748413, -0.5418355464935303, 0.4069110155105591, 0.3350057303905487, -0.9220852851867676, -0.22714784741401672, 0.0535750538110733, -0.5911895632743835, 0.37250208854675293, 0.6308920383453369, -0.2775816023349762, -0.25998997688293457, 0.41136863827705383, 0.7333856225013733, 0.16202786564826965, -0.28671562671661377, 0.6728514432907104, 0.11923889815807343, -0.5055484175682068, -0.7787787318229675, 0.04226212203502655, -0.08932101726531982, 0.5413568615913391, 0.29316943883895874, 0.1498030722141266, -0.1332300454378128, -0.5365011692047119, 0.43965601921081543, 0.2573329508304596, -0.7266348600387573, -0.5233772397041321, 0.8876556158065796, 0.3678075075149536, -0.8178356289863586, 0.65052330493927, -0.10533124953508377, -0.5772039294242859, 0.972277820110321, 0.46046459674835205, 0.94554603099823, -0.37321510910987854, 0.4791905879974365, 0.49312129616737366, 0.19295398890972137, -0.36465877294540405, 0.5825806856155396, 0.2926882207393646, -1.0713601112365723, -0.23176665604114532, -0.17171300947666168, -0.7609755396842957, 0.2249111831188202, -0.6458238363265991, 0.6031212210655212, -0.6386194229125977, -0.5061348080635071, 0.042309146374464035, 0.3012711703777313, -0.4274410307407379, -0.07510030269622803, 0.37096601724624634, 1.369755506515503, -0.8853736519813538, 1.0329548120498657, 1.0402092933654785, -0.5413709282875061, -0.5552837252616882, -0.026671871542930603, 0.4033786952495575, -0.8428963422775269, 0.5893214344978333, 0.4677210748195648, 0.0561823695898056, 0.1407453566789627, -0.7909997701644897, -0.710159182548523, 1.4655708074569702, 0.20039303600788116, -0.0445152148604393, 0.23685427010059357, -0.22035299241542816, 0.6827788949012756, -0.5895916223526001, 0.540084719657898, 0.3435165584087372, 0.520264744758606, 0.19291402399539948, -0.9592000842094421, -0.3653290569782257, -0.4896138906478882, -0.12480104714632034, -0.04534187912940979, -1.0998318195343018, 1.1836838722229004, 0.042166367173194885, 0.35617563128471375, 0.925612211227417, 0.49949175119400024, 0.8118252158164978, 0.2800001800060272, 0.5328223705291748, 0.6179471611976624, 0.2827223241329193, -0.2767270803451538, 0.8932913541793823, -0.32547441124916077, 0.9445873498916626, 0.733955979347229, -0.860378086566925, 0.5656894445419312, 0.29526767134666443, 0.10408587753772736, 0.5192129611968994, 0.667106032371521, -0.20303435623645782, 0.8232896327972412, 0.20013809204101562, -0.12595419585704803, -0.09169763326644897, 0.44903817772865295, -0.2808179557323456, 0.484565407037735, 0.19385217130184174, 0.005395115353167057, -0.08891262114048004, -0.0195210799574852, 0.04063783958554268, -0.04824938252568245, -0.4608604311943054, 1.0113564729690552, -0.17409303784370422, -0.6947928071022034, 0.4642961919307709, 0.35179755091667175, 0.6320573091506958, -0.9002097845077515, -0.03265028074383736, -0.1496736854314804, 0.6623165607452393, 0.008816543035209179, -1.0413331985473633, -0.033968888223171234, -0.20601268112659454, 0.11496598273515701, -0.25576937198638916, 0.7532459497451782, -0.2089024782180786, -0.29440224170684814, 0.8336579203605652, 0.36694392561912537, 0.03657594695687294, 0.22952643036842346, -1.0281623601913452, -0.1877376288175583, -0.5086343884468079, -0.5504078269004822, 0.23359601199626923, 0.304669052362442, 0.3492903411388397, 0.7698635458946228, 0.4685394763946533, -0.01659826934337616, -0.36106956005096436, -0.10594744980335236, 0.9988621473312378, -0.6986805200576782, -0.7598840594291687, -0.4899967312812805, 1.132322072982788, -0.3288932740688324, -0.8723834753036499, 0.4982706308364868, 1.0100555419921875, 0.5681877732276917, -0.31478869915008545, 0.5641942024230957, -0.20840270817279816, 0.3196817934513092, -0.4726284146308899, 0.8053597211837769, -0.2734108567237854, -0.12907585501670837, -0.135402649641037, -0.7455851435661316, -0.5047631859779358, 1.003160834312439, -0.01985296979546547, -0.06647882610559464, 0.28715845942497253, 0.7794737815856934, 0.038038402795791626, -0.332549512386322, 0.2281232327222824, 0.5973688364028931, 0.08333688229322433, 0.4118003845214844, 1.026427984237671, -0.6791487336158752, 0.1611250787973404, -0.5694536566734314, -0.7487688660621643, -0.27614352107048035, -0.6667290329933167, -1.1003808975219727, -0.4563502073287964, -0.2708132863044739, -1.0201047658920288, 0.2304539978504181, 0.9074999094009399, 1.0698959827423096, -0.6993328332901001, -0.7384965419769287, -0.23598574101924896, -0.11195476353168488, -0.15700580179691315, -0.18453004956245422, 0.10826507210731506, -0.060691725462675095, -0.6925709843635559, 0.27207499742507935, -0.034096572548151016, 0.4100959897041321, 0.013009758666157722, -0.6421954035758972, -0.19031885266304016, -0.3432689905166626, 0.27308183908462524, 0.5355421304702759, -0.3140680193901062, -0.4196219742298126, -0.13220153748989105, -0.2567247748374939, 0.038354236632585526, 0.5284054279327393, -0.6874653697013855, 0.06887882202863693, 0.42997434735298157, -0.38869941234588623, 0.9309588074684143, 0.16842861473560333, 0.613045871257782, -0.574150025844574, 0.6846084594726562, 0.2708904445171356, 0.4428463578224182, 0.2196858674287796, -0.22245608270168304, 0.7041803002357483, 0.3891892433166504, -0.7272170782089233, -0.7018139362335205, 0.16944405436515808, -1.2256089448928833, -0.23360301554203033, 1.2105642557144165, 0.011365162208676338, -0.19783583283424377, -0.06944957375526428, -0.5957001447677612, 0.25388506054878235, -0.4896385967731476, 0.5350063443183899, 0.5198144912719727, -0.06057070195674896, -0.3899317681789398, -0.39946678280830383, 0.4834701120853424, -0.15481437742710114, -0.6488028764724731, -0.42465469241142273, 0.5073673725128174, 0.46548765897750854, 0.31697601079940796, 0.9796196818351746, -0.1510564386844635, 0.4525797963142395, 0.4754863977432251, 0.31342655420303345, -0.2292533963918686, -0.34711721539497375, -0.4931989908218384, 0.12329378724098206, 0.11709581315517426, -0.14438162744045258 ]
moieric11/RVCModels
moieric11
2023-11-30T00:58:40Z
0
0
null
[ "region:us" ]
2023-11-30T00:58:40Z
2023-11-30T00:56:46.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
moieric11/RVCModels
[ -0.322765052318573, -0.22568443417549133, 0.862225353717804, 0.43461543321609497, -0.5282990336418152, 0.7012964487075806, 0.7915717363357544, 0.07618646323680878, 0.7746022939682007, 0.25632232427597046, -0.7852814197540283, -0.2257380485534668, -0.9104474782943726, 0.5715667009353638, -0.39923304319381714, 0.5791245698928833, -0.14494505524635315, -0.10751169919967651, 0.2823375165462494, -0.27689534425735474, -0.5409221053123474, -0.36855247616767883, -1.1902778148651123, 0.061491310596466064, 0.5316579341888428, 0.7435140609741211, 0.7584059238433838, 0.365217000246048, 0.6432581543922424, 0.39322906732559204, -0.2313895970582962, 0.48270535469055176, -0.04171810299158096, 0.0026040554512292147, -0.35244348645210266, -0.5516899824142456, -0.2859657108783722, 0.07584784924983978, 1.09613037109375, 0.9666878581047058, -0.28466349840164185, 0.05330817028880119, -0.3063622713088989, 0.3308888375759125, -0.49734315276145935, 0.3054100573062897, -0.02250586822628975, 0.16318795084953308, -0.7041511535644531, -0.5535352826118469, 0.012794849462807178, -0.7361212968826294, 0.17926575243473053, -0.6900806427001953, 0.8269097208976746, 0.18583162128925323, 1.1533750295639038, 0.1481941193342209, -0.46248704195022583, -0.8161764144897461, -0.6538988351821899, 0.5711170434951782, -0.32703691720962524, 0.3968024253845215, 0.7028234004974365, -0.048573240637779236, -0.9820329546928406, -0.6745742559432983, -0.46466177701950073, 0.29239630699157715, 0.3540279269218445, -0.34116771817207336, -0.1752208173274994, -0.30589914321899414, 0.15792050957679749, 0.1281149834394455, -0.48419928550720215, -0.5543918013572693, -0.5475161671638489, -0.39602503180503845, 0.6206657290458679, 0.3482949137687683, 0.24291789531707764, -0.1888415664434433, -0.3228582739830017, 0.08801625669002533, -0.4160851538181305, 0.3402574062347412, 0.6335514783859253, 0.7114020586013794, -0.5811447501182556, 0.5602160692214966, -0.04927618056535721, 0.7439700961112976, 0.11445526778697968, -0.2747810184955597, 0.4146057069301605, -0.14724722504615784, 0.05517162010073662, 0.42263469099998474, 0.3152443766593933, 0.28413134813308716, -0.3273695111274719, 0.20322318375110626, -0.3215142488479614, -0.3049618899822235, -0.22332195937633514, -0.2949073016643524, -0.3592180609703064, 0.5492290258407593, -0.33140185475349426, -0.4285551905632019, 1.143175721168518, -0.4200766682624817, -0.730222225189209, 0.33156418800354004, 0.4065208435058594, -0.09944771230220795, -0.37146514654159546, -0.05226023122668266, -0.8458787202835083, -0.007907634600996971, 0.7491174340248108, -0.7198966145515442, 0.3371739983558655, 0.47280627489089966, 0.7417213916778564, 0.19650611281394958, -0.1403449922800064, -0.42949384450912476, 0.297197163105011, -0.8659995198249817, 0.6320171356201172, -0.20135214924812317, -1.0051977634429932, 0.11150495707988739, 0.8971707224845886, -0.3789637088775635, -1.2094875574111938, 1.060516119003296, -0.6887933015823364, 0.1601787805557251, -0.6767611503601074, -0.1466120481491089, -0.0711849182844162, -0.005096542648971081, -0.6088164448738098, 0.7567106485366821, 0.5872668027877808, -0.4995277523994446, 0.21429462730884552, -0.2602986693382263, -0.39151400327682495, 0.38824838399887085, -0.07935444265604019, -0.2185893952846527, 0.713833212852478, -0.664708137512207, -0.26932835578918457, 0.29427704215049744, 0.23689381778240204, -0.3570607602596283, -0.7931915521621704, 0.08478125184774399, -0.05786272883415222, 1.550750732421875, -0.03868811950087547, -0.358610600233078, -0.679383397102356, -1.1506237983703613, -0.07070820033550262, 0.6886888146400452, -0.9194990992546082, -0.27839481830596924, -0.04641019552946091, -0.26169291138648987, 0.08994938433170319, 0.739059329032898, -1.1194047927856445, 0.2832725942134857, -0.05092659592628479, -0.22794730961322784, 0.8271058201789856, 0.15387216210365295, 0.24758939445018768, 0.14913427829742432, 0.4295872747898102, 0.5277256369590759, 0.1111518144607544, 0.6835878491401672, -0.34720349311828613, -0.969434916973114, 0.615463376045227, 0.2526637613773346, 0.8121447563171387, -0.49945297837257385, 0.2685093879699707, 0.27025550603866577, -0.34096795320510864, -0.5682373046875, -0.3102838397026062, 0.09025750309228897, 0.14930567145347595, 0.11142507940530777, -0.5721708536148071, -0.6576124429702759, -0.9689140319824219, -0.13590648770332336, -0.43143749237060547, -0.3571569621562958, 0.21006973087787628, 0.5792906880378723, -1.1975523233413696, 0.4128873944282532, -0.7705628275871277, -0.7038737535476685, -0.010655355639755726, -0.19338129460811615, 0.7540650367736816, 0.4324018359184265, 0.5033969879150391, -0.6397148370742798, -0.5661991238594055, -0.22470156848430634, -1.0333747863769531, -0.1328049600124359, 0.24819664657115936, 0.3065735697746277, -0.1342337429523468, -0.27449673414230347, -0.4874032437801361, 0.8100390434265137, 0.14789149165153503, -0.5391896963119507, 0.5220765471458435, -0.3020315170288086, 0.1722482442855835, -0.6369152069091797, -0.06916837394237518, -0.661676287651062, -0.000907087349332869, -0.3608306050300598, -0.5737441778182983, 0.14772279560565948, 0.07017482817173004, -0.16065463423728943, 0.2880841791629791, -0.9092767834663391, -0.001085132360458374, -0.7442212700843811, 0.3790718913078308, 0.06394750624895096, -0.31450819969177246, -0.01751747541129589, 1.000038743019104, 0.7784461975097656, -0.38480478525161743, 0.721744179725647, 0.4440041482448578, 0.1903613954782486, 0.7630518078804016, -0.1872512400150299, 0.16478243470191956, -0.5245418548583984, -0.12161050736904144, -0.8887602090835571, -1.0982946157455444, 0.7320571541786194, -0.6114249229431152, 0.36542877554893494, -0.4277867376804352, 0.2589159905910492, -0.6919257044792175, -0.038853686302900314, 0.4808601438999176, -0.05936328321695328, -0.6863943338394165, 0.5232570171356201, 0.45317554473876953, -0.20192396640777588, -0.6609034538269043, -0.5301570892333984, 0.3936583399772644, 0.6154114603996277, -0.16390374302864075, 0.06878519058227539, 0.1494103968143463, -0.5441926121711731, -0.040802668780088425, -0.38691943883895874, -0.4576675295829773, 0.05422419309616089, 0.1305343359708786, -0.005750852171331644, -0.4048202633857727, -0.08680285513401031, -0.35841989517211914, -0.4656120836734772, 0.21876497566699982, 0.301194429397583, -0.040963102132081985, -0.42599767446517944, -0.36198171973228455, -0.8881813287734985, 0.6719611287117004, 0.5370281934738159, 0.05281499773263931, 0.7555550336837769, 0.16819322109222412, -0.8014991879463196, -0.13532213866710663, -0.176070898771286, 0.26968297362327576, -0.5588055849075317, 0.13849827647209167, -0.013484751805663109, -0.06374939531087875, 0.2629788815975189, 0.253862202167511, -0.43005603551864624, 0.927625298500061, -0.26152724027633667, -0.35925260186195374, 0.7960183024406433, 0.5974742770195007, 0.49583083391189575, 0.1650320589542389, -0.044541798532009125, 0.9007092714309692, -1.1966516971588135, -0.6563177704811096, -0.7409548163414001, -0.1594570428133011, -0.43510833382606506, -0.03210609033703804, 0.6254409551620483, 0.29009905457496643, -0.13333898782730103, 0.4756394922733307, -0.524348795413971, 0.35560330748558044, 1.0119842290878296, 0.3574866056442261, 0.3435695171356201, -0.75702303647995, -0.2515781819820404, -0.14024241268634796, -0.9998159408569336, -0.2631377577781677, 0.8871029019355774, 0.22752633690834045, 0.844460666179657, 0.5992542505264282, 0.6784542202949524, 0.1367226541042328, 0.252382755279541, -0.30590295791625977, 0.39202937483787537, 0.43760839104652405, -1.0401140451431274, -0.42758408188819885, 0.021418893709778786, -0.9703340530395508, -0.14227525889873505, -0.03495003283023834, -0.4261711537837982, 0.768173336982727, 0.000165778401424177, -0.4076709747314453, 0.7732730507850647, -0.45558327436447144, 0.7562879920005798, -0.44736504554748535, -0.026638906449079514, 0.4699096083641052, -0.7070635557174683, 0.4677427411079407, 0.12878817319869995, 0.6205841898918152, -0.01557246409356594, -0.04078636318445206, 0.7104939222335815, -0.9129155278205872, 0.2543862760066986, -0.6348398923873901, 0.22421309351921082, 0.24246954917907715, 0.5160626173019409, 0.5969953536987305, 0.43712443113327026, 0.10119891166687012, -0.23920929431915283, 0.041157834231853485, -0.8241125345230103, -0.21050617098808289, 0.6975154876708984, -0.7186895608901978, -0.6864197254180908, -1.2355334758758545, 0.1443864405155182, 0.2734706401824951, 0.3893050253391266, 0.795929491519928, 0.571408748626709, 0.12895463407039642, 0.6805258393287659, 0.9888585805892944, -0.06885646283626556, 0.9166920781135559, 0.32244765758514404, 0.09175153821706772, -0.21944871544837952, 0.703682005405426, 0.2662787437438965, -0.2470794916152954, -0.11939714103937149, 0.20913498103618622, -0.11069416999816895, -0.5917617678642273, -0.4999062120914459, 0.37017592787742615, -0.6731787919998169, -0.18303875625133514, -0.6243735551834106, -0.604377031326294, -0.5117591619491577, 0.06927357614040375, -0.7147685289382935, 0.23979046940803528, -0.7753567695617676, -0.10574933141469955, 0.04323391988873482, 0.9792007207870483, -0.5893123745918274, 0.580522358417511, -1.12185800075531, 0.19345822930335999, -0.07949919998645782, 0.7921061515808105, 0.21395735442638397, -0.7344393730163574, -0.39754217863082886, -0.11592622846364975, -0.3729911744594574, -1.3576759099960327, 0.21404966711997986, -0.245414137840271, 0.23094072937965393, 0.6145402193069458, 0.13977088034152985, 0.5258245468139648, -0.3432629704475403, 0.7029104828834534, -0.057017166167497635, -0.7069283127784729, 0.793449878692627, -0.5026895999908447, 0.49635353684425354, 0.976600170135498, 0.5333836674690247, -0.7984004020690918, 0.035741325467824936, -1.041123628616333, -0.6008692979812622, 0.3842640519142151, 0.11928961426019669, -0.03601057082414627, -0.6659559011459351, -0.05401996523141861, -0.1614381968975067, 0.6043744087219238, -1.0390698909759521, -0.7858359813690186, 0.257669597864151, 0.527729868888855, 0.08168590068817139, -0.5653400421142578, 0.20880647003650665, -0.5444163084030151, 1.065777063369751, 0.45109400153160095, 0.3274497389793396, 0.8406059145927429, 0.46492424607276917, -0.3823162913322449, 0.0925244390964508, 0.7662695050239563, 0.6666231155395508, -0.5239796042442322, -0.2908029556274414, -0.08827553689479828, -0.914340615272522, 0.05927461385726929, 0.1116892471909523, -0.013455593958497047, 0.9082108736038208, 0.579308032989502, 0.25397080183029175, 0.451428085565567, -0.7264600992202759, 0.8859445452690125, -0.1495419442653656, -0.12472881376743317, -1.0677244663238525, 0.19486179947853088, -0.2398492842912674, 0.5006402134895325, 1.0061324834823608, 0.5250047445297241, -0.04763033986091614, -0.8143380284309387, -0.014735674485564232, 0.6939172148704529, -0.7091123461723328, -0.17449799180030823, 0.9448539614677429, 0.38471007347106934, -1.2953054904937744, 1.1067759990692139, -0.5381768941879272, -0.5603320002555847, 0.9121302366256714, 0.5229566693305969, 1.1221848726272583, -0.44204163551330566, 0.0008671790128573775, 0.26622387766838074, 0.4137840270996094, 0.5423169732093811, 1.086963176727295, 0.4314132630825043, -0.7931065559387207, 0.8826586008071899, -0.24776025116443634, -0.40361136198043823, -0.053475938737392426, -0.4285987913608551, 0.1689222753047943, -0.44061917066574097, -0.10712984949350357, -0.34441858530044556, 0.28543195128440857, -0.7072039842605591, 0.428076833486557, -0.08385656774044037, 0.8653069734573364, -0.8553726077079773, 0.472076416015625, 0.6354703307151794, -0.33373576402664185, -0.850818932056427, -0.26198452711105347, -0.11448459327220917, -0.6389462947845459, 0.3021479845046997, -0.4554104804992676, 0.044399019330739975, 0.09623471647500992, -0.6491517424583435, -1.17782723903656, 0.9093635678291321, -0.639612078666687, -0.2784457802772522, 0.20464053750038147, -0.11514773219823837, 0.2881167531013489, -0.2524649500846863, 0.010661408305168152, 0.4187656342983246, 0.7489398717880249, 0.28446537256240845, -0.7727054953575134, -0.36948853731155396, 0.0015032828086987138, -0.44474783539772034, 0.7582975625991821, -0.6002102494239807, 1.1840782165527344, -0.5563539266586304, -0.05965416505932808, 0.4438449442386627, 0.24690942466259003, 0.21076209843158722, 0.6629217863082886, 0.14420823752880096, 0.7282264232635498, 1.0701212882995605, -0.4083521366119385, 0.8811807632446289, 0.26432815194129944, 0.47430887818336487, 0.7238501310348511, -0.648772120475769, 0.7513749003410339, 0.31810468435287476, -0.568292498588562, 0.9228016138076782, 1.2906064987182617, -0.15699195861816406, 0.8079372644424438, 0.051364947110414505, -1.0816004276275635, 0.32583364844322205, -0.2072475701570511, -0.753006637096405, 0.315025269985199, 0.19055862724781036, -0.6920983791351318, -0.577030599117279, -0.24046507477760315, -0.3566279709339142, -0.11552879959344864, -0.7631729245185852, 0.6720569729804993, -0.016969118267297745, -0.510367751121521, 0.1885751485824585, 0.28774985671043396, 0.1736842691898346, -0.5235733389854431, -0.029394155368208885, -0.22823591530323029, 0.2660650610923767, -0.5670852065086365, -0.523452877998352, 0.572442889213562, -0.3243021070957184, -0.5343254804611206, 0.18147476017475128, 0.7635873556137085, -0.1692381203174591, -0.4515412449836731, 0.324726939201355, 0.6959521770477295, 0.1665850430727005, 0.4250282347202301, -0.23511287569999695, 0.24480612576007843, -0.08044791221618652, -0.06651542335748672, 0.27714771032333374, 0.3449166417121887, 0.22435656189918518, 0.4450143873691559, 0.43285664916038513, -0.01808721199631691, -0.1073654517531395, -0.3828195631504059, 0.4124941825866699, -0.9542789459228516, -0.5713286399841309, -0.6307111382484436, 0.2740664482116699, -0.023154456168413162, -1.0836421251296997, 0.4145168662071228, 1.4406687021255493, 1.0359983444213867, -0.47563815116882324, 1.0672270059585571, -0.21818456053733826, 0.9594788551330566, 0.41483068466186523, 0.5420441031455994, -0.6030411720275879, 0.03835360333323479, -0.4364399313926697, -1.0769628286361694, -0.3571632504463196, 0.4539394974708557, -0.02289995178580284, -0.3429865539073944, 0.8725712895393372, 0.5887162089347839, -0.33473604917526245, -0.11727998405694962, 0.048487138003110886, -0.029941704124212265, -0.12433816492557526, 0.5145374536514282, 0.7648399472236633, -0.9344304800033569, -0.1068042740225792, -0.2157776802778244, -0.6382728815078735, -0.5047283172607422, -0.9632008671760559, -0.12959375977516174, -0.1603781133890152, 0.03534331172704697, -0.5662805438041687, 0.0025571645237505436, 1.2083251476287842, 0.5684954524040222, -1.1113994121551514, -0.5303789973258972, 0.3371858596801758, 0.3920419216156006, -0.187479168176651, -0.24202409386634827, 0.2984568178653717, 0.15382245182991028, -0.5908882021903992, 0.6875663995742798, 0.808962345123291, 0.20888939499855042, 0.19554734230041504, 0.15893034636974335, -0.8229473829269409, -0.1491345465183258, 0.1744045466184616, 0.9450565576553345, -0.939853847026825, -0.7114843130111694, -0.03168485313653946, -0.2709488868713379, -0.05765756219625473, 0.1710212379693985, -0.40463465452194214, 0.5180681347846985, 0.3459147810935974, 0.4993347227573395, 0.05616116523742676, -0.05474638193845749, 0.5409557819366455, -0.9069053530693054, 0.09425970911979675, 0.41343632340431213, 0.41541147232055664, -0.40008658170700073, -0.5910195112228394, 0.6713421940803528, 1.0073972940444946, -0.6594865918159485, -0.8743270635604858, -0.19846723973751068, -1.0016005039215088, 0.04189694672822952, 0.6762763857841492, 0.5009525418281555, -0.48065146803855896, -0.4174497127532959, -0.5617402791976929, -0.1254672259092331, -0.13699695467948914, 0.7621601223945618, 1.1796807050704956, -0.7432095408439636, 0.07975735515356064, -1.038640022277832, 0.6594988107681274, -0.24194622039794922, -0.34575819969177246, -0.4864428639411926, 0.38328009843826294, 0.3523697555065155, 0.4404810965061188, 0.6148120760917664, 0.14084696769714355, 0.8338428735733032, 0.31260570883750916, -0.17026858031749725, 0.26989826560020447, -0.45592013001441956, -0.028932923451066017, -0.057962339371442795, 0.3101596534252167, -1.0262157917022705 ]
wnic00/distilbert-new2
wnic00
2023-11-30T00:58:27Z
0
0
null
[ "region:us" ]
2023-11-30T00:58:27Z
2023-11-30T00:58:27.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
wnic00/distilbert-new2
[ -0.322765052318573, -0.22568443417549133, 0.862225353717804, 0.43461543321609497, -0.5282990336418152, 0.7012964487075806, 0.7915717363357544, 0.07618646323680878, 0.7746022939682007, 0.25632232427597046, -0.7852814197540283, -0.2257380485534668, -0.9104474782943726, 0.5715667009353638, -0.39923304319381714, 0.5791245698928833, -0.14494505524635315, -0.10751169919967651, 0.2823375165462494, -0.27689534425735474, -0.5409221053123474, -0.36855247616767883, -1.1902778148651123, 0.061491310596466064, 0.5316579341888428, 0.7435140609741211, 0.7584059238433838, 0.365217000246048, 0.6432581543922424, 0.39322906732559204, -0.2313895970582962, 0.48270535469055176, -0.04171810299158096, 0.0026040554512292147, -0.35244348645210266, -0.5516899824142456, -0.2859657108783722, 0.07584784924983978, 1.09613037109375, 0.9666878581047058, -0.28466349840164185, 0.05330817028880119, -0.3063622713088989, 0.3308888375759125, -0.49734315276145935, 0.3054100573062897, -0.02250586822628975, 0.16318795084953308, -0.7041511535644531, -0.5535352826118469, 0.012794849462807178, -0.7361212968826294, 0.17926575243473053, -0.6900806427001953, 0.8269097208976746, 0.18583162128925323, 1.1533750295639038, 0.1481941193342209, -0.46248704195022583, -0.8161764144897461, -0.6538988351821899, 0.5711170434951782, -0.32703691720962524, 0.3968024253845215, 0.7028234004974365, -0.048573240637779236, -0.9820329546928406, -0.6745742559432983, -0.46466177701950073, 0.29239630699157715, 0.3540279269218445, -0.34116771817207336, -0.1752208173274994, -0.30589914321899414, 0.15792050957679749, 0.1281149834394455, -0.48419928550720215, -0.5543918013572693, -0.5475161671638489, -0.39602503180503845, 0.6206657290458679, 0.3482949137687683, 0.24291789531707764, -0.1888415664434433, -0.3228582739830017, 0.08801625669002533, -0.4160851538181305, 0.3402574062347412, 0.6335514783859253, 0.7114020586013794, -0.5811447501182556, 0.5602160692214966, -0.04927618056535721, 0.7439700961112976, 0.11445526778697968, -0.2747810184955597, 0.4146057069301605, -0.14724722504615784, 0.05517162010073662, 0.42263469099998474, 0.3152443766593933, 0.28413134813308716, -0.3273695111274719, 0.20322318375110626, -0.3215142488479614, -0.3049618899822235, -0.22332195937633514, -0.2949073016643524, -0.3592180609703064, 0.5492290258407593, -0.33140185475349426, -0.4285551905632019, 1.143175721168518, -0.4200766682624817, -0.730222225189209, 0.33156418800354004, 0.4065208435058594, -0.09944771230220795, -0.37146514654159546, -0.05226023122668266, -0.8458787202835083, -0.007907634600996971, 0.7491174340248108, -0.7198966145515442, 0.3371739983558655, 0.47280627489089966, 0.7417213916778564, 0.19650611281394958, -0.1403449922800064, -0.42949384450912476, 0.297197163105011, -0.8659995198249817, 0.6320171356201172, -0.20135214924812317, -1.0051977634429932, 0.11150495707988739, 0.8971707224845886, -0.3789637088775635, -1.2094875574111938, 1.060516119003296, -0.6887933015823364, 0.1601787805557251, -0.6767611503601074, -0.1466120481491089, -0.0711849182844162, -0.005096542648971081, -0.6088164448738098, 0.7567106485366821, 0.5872668027877808, -0.4995277523994446, 0.21429462730884552, -0.2602986693382263, -0.39151400327682495, 0.38824838399887085, -0.07935444265604019, -0.2185893952846527, 0.713833212852478, -0.664708137512207, -0.26932835578918457, 0.29427704215049744, 0.23689381778240204, -0.3570607602596283, -0.7931915521621704, 0.08478125184774399, -0.05786272883415222, 1.550750732421875, -0.03868811950087547, -0.358610600233078, -0.679383397102356, -1.1506237983703613, -0.07070820033550262, 0.6886888146400452, -0.9194990992546082, -0.27839481830596924, -0.04641019552946091, -0.26169291138648987, 0.08994938433170319, 0.739059329032898, -1.1194047927856445, 0.2832725942134857, -0.05092659592628479, -0.22794730961322784, 0.8271058201789856, 0.15387216210365295, 0.24758939445018768, 0.14913427829742432, 0.4295872747898102, 0.5277256369590759, 0.1111518144607544, 0.6835878491401672, -0.34720349311828613, -0.969434916973114, 0.615463376045227, 0.2526637613773346, 0.8121447563171387, -0.49945297837257385, 0.2685093879699707, 0.27025550603866577, -0.34096795320510864, -0.5682373046875, -0.3102838397026062, 0.09025750309228897, 0.14930567145347595, 0.11142507940530777, -0.5721708536148071, -0.6576124429702759, -0.9689140319824219, -0.13590648770332336, -0.43143749237060547, -0.3571569621562958, 0.21006973087787628, 0.5792906880378723, -1.1975523233413696, 0.4128873944282532, -0.7705628275871277, -0.7038737535476685, -0.010655355639755726, -0.19338129460811615, 0.7540650367736816, 0.4324018359184265, 0.5033969879150391, -0.6397148370742798, -0.5661991238594055, -0.22470156848430634, -1.0333747863769531, -0.1328049600124359, 0.24819664657115936, 0.3065735697746277, -0.1342337429523468, -0.27449673414230347, -0.4874032437801361, 0.8100390434265137, 0.14789149165153503, -0.5391896963119507, 0.5220765471458435, -0.3020315170288086, 0.1722482442855835, -0.6369152069091797, -0.06916837394237518, -0.661676287651062, -0.000907087349332869, -0.3608306050300598, -0.5737441778182983, 0.14772279560565948, 0.07017482817173004, -0.16065463423728943, 0.2880841791629791, -0.9092767834663391, -0.001085132360458374, -0.7442212700843811, 0.3790718913078308, 0.06394750624895096, -0.31450819969177246, -0.01751747541129589, 1.000038743019104, 0.7784461975097656, -0.38480478525161743, 0.721744179725647, 0.4440041482448578, 0.1903613954782486, 0.7630518078804016, -0.1872512400150299, 0.16478243470191956, -0.5245418548583984, -0.12161050736904144, -0.8887602090835571, -1.0982946157455444, 0.7320571541786194, -0.6114249229431152, 0.36542877554893494, -0.4277867376804352, 0.2589159905910492, -0.6919257044792175, -0.038853686302900314, 0.4808601438999176, -0.05936328321695328, -0.6863943338394165, 0.5232570171356201, 0.45317554473876953, -0.20192396640777588, -0.6609034538269043, -0.5301570892333984, 0.3936583399772644, 0.6154114603996277, -0.16390374302864075, 0.06878519058227539, 0.1494103968143463, -0.5441926121711731, -0.040802668780088425, -0.38691943883895874, -0.4576675295829773, 0.05422419309616089, 0.1305343359708786, -0.005750852171331644, -0.4048202633857727, -0.08680285513401031, -0.35841989517211914, -0.4656120836734772, 0.21876497566699982, 0.301194429397583, -0.040963102132081985, -0.42599767446517944, -0.36198171973228455, -0.8881813287734985, 0.6719611287117004, 0.5370281934738159, 0.05281499773263931, 0.7555550336837769, 0.16819322109222412, -0.8014991879463196, -0.13532213866710663, -0.176070898771286, 0.26968297362327576, -0.5588055849075317, 0.13849827647209167, -0.013484751805663109, -0.06374939531087875, 0.2629788815975189, 0.253862202167511, -0.43005603551864624, 0.927625298500061, -0.26152724027633667, -0.35925260186195374, 0.7960183024406433, 0.5974742770195007, 0.49583083391189575, 0.1650320589542389, -0.044541798532009125, 0.9007092714309692, -1.1966516971588135, -0.6563177704811096, -0.7409548163414001, -0.1594570428133011, -0.43510833382606506, -0.03210609033703804, 0.6254409551620483, 0.29009905457496643, -0.13333898782730103, 0.4756394922733307, -0.524348795413971, 0.35560330748558044, 1.0119842290878296, 0.3574866056442261, 0.3435695171356201, -0.75702303647995, -0.2515781819820404, -0.14024241268634796, -0.9998159408569336, -0.2631377577781677, 0.8871029019355774, 0.22752633690834045, 0.844460666179657, 0.5992542505264282, 0.6784542202949524, 0.1367226541042328, 0.252382755279541, -0.30590295791625977, 0.39202937483787537, 0.43760839104652405, -1.0401140451431274, -0.42758408188819885, 0.021418893709778786, -0.9703340530395508, -0.14227525889873505, -0.03495003283023834, -0.4261711537837982, 0.768173336982727, 0.000165778401424177, -0.4076709747314453, 0.7732730507850647, -0.45558327436447144, 0.7562879920005798, -0.44736504554748535, -0.026638906449079514, 0.4699096083641052, -0.7070635557174683, 0.4677427411079407, 0.12878817319869995, 0.6205841898918152, -0.01557246409356594, -0.04078636318445206, 0.7104939222335815, -0.9129155278205872, 0.2543862760066986, -0.6348398923873901, 0.22421309351921082, 0.24246954917907715, 0.5160626173019409, 0.5969953536987305, 0.43712443113327026, 0.10119891166687012, -0.23920929431915283, 0.041157834231853485, -0.8241125345230103, -0.21050617098808289, 0.6975154876708984, -0.7186895608901978, -0.6864197254180908, -1.2355334758758545, 0.1443864405155182, 0.2734706401824951, 0.3893050253391266, 0.795929491519928, 0.571408748626709, 0.12895463407039642, 0.6805258393287659, 0.9888585805892944, -0.06885646283626556, 0.9166920781135559, 0.32244765758514404, 0.09175153821706772, -0.21944871544837952, 0.703682005405426, 0.2662787437438965, -0.2470794916152954, -0.11939714103937149, 0.20913498103618622, -0.11069416999816895, -0.5917617678642273, -0.4999062120914459, 0.37017592787742615, -0.6731787919998169, -0.18303875625133514, -0.6243735551834106, -0.604377031326294, -0.5117591619491577, 0.06927357614040375, -0.7147685289382935, 0.23979046940803528, -0.7753567695617676, -0.10574933141469955, 0.04323391988873482, 0.9792007207870483, -0.5893123745918274, 0.580522358417511, -1.12185800075531, 0.19345822930335999, -0.07949919998645782, 0.7921061515808105, 0.21395735442638397, -0.7344393730163574, -0.39754217863082886, -0.11592622846364975, -0.3729911744594574, -1.3576759099960327, 0.21404966711997986, -0.245414137840271, 0.23094072937965393, 0.6145402193069458, 0.13977088034152985, 0.5258245468139648, -0.3432629704475403, 0.7029104828834534, -0.057017166167497635, -0.7069283127784729, 0.793449878692627, -0.5026895999908447, 0.49635353684425354, 0.976600170135498, 0.5333836674690247, -0.7984004020690918, 0.035741325467824936, -1.041123628616333, -0.6008692979812622, 0.3842640519142151, 0.11928961426019669, -0.03601057082414627, -0.6659559011459351, -0.05401996523141861, -0.1614381968975067, 0.6043744087219238, -1.0390698909759521, -0.7858359813690186, 0.257669597864151, 0.527729868888855, 0.08168590068817139, -0.5653400421142578, 0.20880647003650665, -0.5444163084030151, 1.065777063369751, 0.45109400153160095, 0.3274497389793396, 0.8406059145927429, 0.46492424607276917, -0.3823162913322449, 0.0925244390964508, 0.7662695050239563, 0.6666231155395508, -0.5239796042442322, -0.2908029556274414, -0.08827553689479828, -0.914340615272522, 0.05927461385726929, 0.1116892471909523, -0.013455593958497047, 0.9082108736038208, 0.579308032989502, 0.25397080183029175, 0.451428085565567, -0.7264600992202759, 0.8859445452690125, -0.1495419442653656, -0.12472881376743317, -1.0677244663238525, 0.19486179947853088, -0.2398492842912674, 0.5006402134895325, 1.0061324834823608, 0.5250047445297241, -0.04763033986091614, -0.8143380284309387, -0.014735674485564232, 0.6939172148704529, -0.7091123461723328, -0.17449799180030823, 0.9448539614677429, 0.38471007347106934, -1.2953054904937744, 1.1067759990692139, -0.5381768941879272, -0.5603320002555847, 0.9121302366256714, 0.5229566693305969, 1.1221848726272583, -0.44204163551330566, 0.0008671790128573775, 0.26622387766838074, 0.4137840270996094, 0.5423169732093811, 1.086963176727295, 0.4314132630825043, -0.7931065559387207, 0.8826586008071899, -0.24776025116443634, -0.40361136198043823, -0.053475938737392426, -0.4285987913608551, 0.1689222753047943, -0.44061917066574097, -0.10712984949350357, -0.34441858530044556, 0.28543195128440857, -0.7072039842605591, 0.428076833486557, -0.08385656774044037, 0.8653069734573364, -0.8553726077079773, 0.472076416015625, 0.6354703307151794, -0.33373576402664185, -0.850818932056427, -0.26198452711105347, -0.11448459327220917, -0.6389462947845459, 0.3021479845046997, -0.4554104804992676, 0.044399019330739975, 0.09623471647500992, -0.6491517424583435, -1.17782723903656, 0.9093635678291321, -0.639612078666687, -0.2784457802772522, 0.20464053750038147, -0.11514773219823837, 0.2881167531013489, -0.2524649500846863, 0.010661408305168152, 0.4187656342983246, 0.7489398717880249, 0.28446537256240845, -0.7727054953575134, -0.36948853731155396, 0.0015032828086987138, -0.44474783539772034, 0.7582975625991821, -0.6002102494239807, 1.1840782165527344, -0.5563539266586304, -0.05965416505932808, 0.4438449442386627, 0.24690942466259003, 0.21076209843158722, 0.6629217863082886, 0.14420823752880096, 0.7282264232635498, 1.0701212882995605, -0.4083521366119385, 0.8811807632446289, 0.26432815194129944, 0.47430887818336487, 0.7238501310348511, -0.648772120475769, 0.7513749003410339, 0.31810468435287476, -0.568292498588562, 0.9228016138076782, 1.2906064987182617, -0.15699195861816406, 0.8079372644424438, 0.051364947110414505, -1.0816004276275635, 0.32583364844322205, -0.2072475701570511, -0.753006637096405, 0.315025269985199, 0.19055862724781036, -0.6920983791351318, -0.577030599117279, -0.24046507477760315, -0.3566279709339142, -0.11552879959344864, -0.7631729245185852, 0.6720569729804993, -0.016969118267297745, -0.510367751121521, 0.1885751485824585, 0.28774985671043396, 0.1736842691898346, -0.5235733389854431, -0.029394155368208885, -0.22823591530323029, 0.2660650610923767, -0.5670852065086365, -0.523452877998352, 0.572442889213562, -0.3243021070957184, -0.5343254804611206, 0.18147476017475128, 0.7635873556137085, -0.1692381203174591, -0.4515412449836731, 0.324726939201355, 0.6959521770477295, 0.1665850430727005, 0.4250282347202301, -0.23511287569999695, 0.24480612576007843, -0.08044791221618652, -0.06651542335748672, 0.27714771032333374, 0.3449166417121887, 0.22435656189918518, 0.4450143873691559, 0.43285664916038513, -0.01808721199631691, -0.1073654517531395, -0.3828195631504059, 0.4124941825866699, -0.9542789459228516, -0.5713286399841309, -0.6307111382484436, 0.2740664482116699, -0.023154456168413162, -1.0836421251296997, 0.4145168662071228, 1.4406687021255493, 1.0359983444213867, -0.47563815116882324, 1.0672270059585571, -0.21818456053733826, 0.9594788551330566, 0.41483068466186523, 0.5420441031455994, -0.6030411720275879, 0.03835360333323479, -0.4364399313926697, -1.0769628286361694, -0.3571632504463196, 0.4539394974708557, -0.02289995178580284, -0.3429865539073944, 0.8725712895393372, 0.5887162089347839, -0.33473604917526245, -0.11727998405694962, 0.048487138003110886, -0.029941704124212265, -0.12433816492557526, 0.5145374536514282, 0.7648399472236633, -0.9344304800033569, -0.1068042740225792, -0.2157776802778244, -0.6382728815078735, -0.5047283172607422, -0.9632008671760559, -0.12959375977516174, -0.1603781133890152, 0.03534331172704697, -0.5662805438041687, 0.0025571645237505436, 1.2083251476287842, 0.5684954524040222, -1.1113994121551514, -0.5303789973258972, 0.3371858596801758, 0.3920419216156006, -0.187479168176651, -0.24202409386634827, 0.2984568178653717, 0.15382245182991028, -0.5908882021903992, 0.6875663995742798, 0.808962345123291, 0.20888939499855042, 0.19554734230041504, 0.15893034636974335, -0.8229473829269409, -0.1491345465183258, 0.1744045466184616, 0.9450565576553345, -0.939853847026825, -0.7114843130111694, -0.03168485313653946, -0.2709488868713379, -0.05765756219625473, 0.1710212379693985, -0.40463465452194214, 0.5180681347846985, 0.3459147810935974, 0.4993347227573395, 0.05616116523742676, -0.05474638193845749, 0.5409557819366455, -0.9069053530693054, 0.09425970911979675, 0.41343632340431213, 0.41541147232055664, -0.40008658170700073, -0.5910195112228394, 0.6713421940803528, 1.0073972940444946, -0.6594865918159485, -0.8743270635604858, -0.19846723973751068, -1.0016005039215088, 0.04189694672822952, 0.6762763857841492, 0.5009525418281555, -0.48065146803855896, -0.4174497127532959, -0.5617402791976929, -0.1254672259092331, -0.13699695467948914, 0.7621601223945618, 1.1796807050704956, -0.7432095408439636, 0.07975735515356064, -1.038640022277832, 0.6594988107681274, -0.24194622039794922, -0.34575819969177246, -0.4864428639411926, 0.38328009843826294, 0.3523697555065155, 0.4404810965061188, 0.6148120760917664, 0.14084696769714355, 0.8338428735733032, 0.31260570883750916, -0.17026858031749725, 0.26989826560020447, -0.45592013001441956, -0.028932923451066017, -0.057962339371442795, 0.3101596534252167, -1.0262157917022705 ]
squeeze-ai-lab/sq-mistral-7b-instruct-w3
squeeze-ai-lab
2023-11-30T01:00:42Z
0
0
null
[ "region:us" ]
2023-11-30T01:00:42Z
2023-11-30T01:00:42.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
squeeze-ai-lab/sq-mistral-7b-instruct-w3
[ -0.3227650821208954, -0.22568479180335999, 0.8622263669967651, 0.4346153140068054, -0.5282987952232361, 0.7012966871261597, 0.7915722727775574, 0.07618651539087296, 0.7746027112007141, 0.2563222348690033, -0.7852821350097656, -0.225738525390625, -0.910447895526886, 0.5715667009353638, -0.3992331027984619, 0.5791246294975281, -0.14494472742080688, -0.10751137882471085, 0.28233787417411804, -0.27689510583877563, -0.5409226417541504, -0.36855220794677734, -1.1902778148651123, 0.06149188429117203, 0.5316580533981323, 0.7435144186019897, 0.7584060430526733, 0.36521705985069275, 0.6432579159736633, 0.3932287096977234, -0.23138964176177979, 0.48270511627197266, -0.04171810299158096, 0.002603815635666251, -0.3524436354637146, -0.5516895651817322, -0.2859657406806946, 0.07584782689809799, 1.0961304903030396, 0.9666879773139954, -0.28466349840164185, 0.053308259695768356, -0.3063623905181885, 0.330888956785202, -0.4973430633544922, 0.3054102957248688, -0.022506114095449448, 0.1631881296634674, -0.704151451587677, -0.5535354614257812, 0.012795070186257362, -0.7361217737197876, 0.17926563322544098, -0.6900809407234192, 0.8269098997116089, 0.18583178520202637, 1.1533750295639038, 0.14819398522377014, -0.46248680353164673, -0.8161759376525879, -0.6538987159729004, 0.5711169242858887, -0.3270370364189148, 0.39680245518684387, 0.7028233408927917, -0.04857322946190834, -0.9820329546928406, -0.6745741963386536, -0.46466198563575745, 0.2923963963985443, 0.35402780771255493, -0.3411676287651062, -0.17522099614143372, -0.3058988153934479, 0.15792039036750793, 0.12811486423015594, -0.4841993451118469, -0.5543919801712036, -0.5475161075592041, -0.39602524042129517, 0.6206659078598022, 0.34829509258270264, 0.24291770160198212, -0.1888420283794403, -0.32285842299461365, 0.08801640570163727, -0.4160856604576111, 0.3402568995952606, 0.6335517764091492, 0.7114019989967346, -0.5811446905136108, 0.5602161288261414, -0.04927580803632736, 0.7439701557159424, 0.11445532739162445, -0.274780809879303, 0.4146057963371277, -0.14724723994731903, 0.05517204478383064, 0.4226349890232086, 0.3152444660663605, 0.2841312289237976, -0.3273698687553406, 0.20322313904762268, -0.32151415944099426, -0.3049620985984802, -0.22332200407981873, -0.29490751028060913, -0.3592180609703064, 0.549228847026825, -0.33140167593955994, -0.4285549223423004, 1.1431758403778076, -0.42007675766944885, -0.7302225232124329, 0.33156388998031616, 0.40652090311050415, -0.09944802522659302, -0.371465265750885, -0.05226041004061699, -0.845879077911377, -0.007907496765255928, 0.749117374420166, -0.7198967933654785, 0.33717381954193115, 0.4728066921234131, 0.7417215704917908, 0.1965060532093048, -0.14034509658813477, -0.4294944703578949, 0.29719680547714233, -0.8659998178482056, 0.6320169568061829, -0.20135203003883362, -1.0051981210708618, 0.11150477081537247, 0.89717036485672, -0.3789638876914978, -1.2094873189926147, 1.0605158805847168, -0.6887930631637573, 0.1601787656545639, -0.6767613887786865, -0.1466120481491089, -0.07118505239486694, -0.005096566863358021, -0.6088159680366516, 0.7567102909088135, 0.5872672200202942, -0.4995273947715759, 0.21429459750652313, -0.26029887795448303, -0.3915141522884369, 0.38824892044067383, -0.07935450226068497, -0.21858902275562286, 0.7138333320617676, -0.6647080183029175, -0.26932796835899353, 0.2942770719528198, 0.23689374327659607, -0.357060968875885, -0.7931920289993286, 0.08478114753961563, -0.0578625313937664, 1.550750494003296, -0.038688160479068756, -0.35861101746559143, -0.6793835163116455, -1.1506236791610718, -0.07070805877447128, 0.6886888146400452, -0.9194989204406738, -0.27839481830596924, -0.04640991985797882, -0.26169294118881226, 0.08994923532009125, 0.7390591502189636, -1.1194050312042236, 0.28327271342277527, -0.05092678219079971, -0.22794707119464874, 0.827105700969696, 0.1538723260164261, 0.24758954346179962, 0.1491345465183258, 0.4295869469642639, 0.5277256369590759, 0.11115211248397827, 0.6835878491401672, -0.3472038209438324, -0.969434916973114, 0.615463137626648, 0.25266391038894653, 0.8121446371078491, -0.4994531571865082, 0.26850953698158264, 0.27025526762008667, -0.3409680724143982, -0.5682374238967896, -0.310283362865448, 0.0902574211359024, 0.14930550754070282, 0.11142519861459732, -0.5721712112426758, -0.6576129794120789, -0.968913733959198, -0.1359066367149353, -0.4314376413822174, -0.357156902551651, 0.21006949245929718, 0.579290509223938, -1.1975524425506592, 0.41288772225379944, -0.7705625295639038, -0.7038738131523132, -0.010655343532562256, -0.19338122010231018, 0.7540654540061951, 0.43240174651145935, 0.5033969879150391, -0.6397149562835693, -0.5661991834640503, -0.2247016876935959, -1.0333750247955322, -0.13280518352985382, 0.24819643795490265, 0.30657392740249634, -0.13423340022563934, -0.2744963765144348, -0.4874032139778137, 0.8100387454032898, 0.1478918045759201, -0.539189875125885, 0.5220762491226196, -0.3020315170288086, 0.17224815487861633, -0.6369150876998901, -0.06916850060224533, -0.6616765260696411, -0.0009069949155673385, -0.3608303964138031, -0.5737441778182983, 0.14772287011146545, 0.07017481327056885, -0.16065485775470734, 0.28808411955833435, -0.909277081489563, -0.001085430383682251, -0.7442210912704468, 0.3790722191333771, 0.0639476329088211, -0.31450825929641724, -0.01751725748181343, 1.000038504600525, 0.7784460186958313, -0.38480469584465027, 0.7217442393302917, 0.44400399923324585, 0.1903613954782486, 0.7630519866943359, -0.1872512400150299, 0.16478219628334045, -0.5245417356491089, -0.1216108426451683, -0.8887602090835571, -1.0982944965362549, 0.7320572137832642, -0.6114251017570496, 0.36542874574661255, -0.42778700590133667, 0.2589161992073059, -0.6919256448745728, -0.038853589445352554, 0.4808604121208191, -0.059363268315792084, -0.686394989490509, 0.5232570767402649, 0.45317524671554565, -0.2019241750240326, -0.6609034538269043, -0.5301569700241089, 0.39365869760513306, 0.6154114603996277, -0.16390353441238403, 0.06878556311130524, 0.14941050112247467, -0.5441926121711731, -0.04080259054899216, -0.3869193494319916, -0.45766744017601013, 0.054224323481321335, 0.13053451478481293, -0.005750733427703381, -0.40482035279273987, -0.0868031233549118, -0.3584202229976654, -0.4656122624874115, 0.21876494586467743, 0.3011946380138397, -0.04096285626292229, -0.42599764466285706, -0.36198195815086365, -0.8881813883781433, 0.6719614267349243, 0.5370281934738159, 0.052815139293670654, 0.7555551528930664, 0.16819292306900024, -0.8014990091323853, -0.13532213866710663, -0.1760709285736084, 0.26968297362327576, -0.5588056445121765, 0.13849827647209167, -0.013484430499374866, -0.06374947726726532, 0.26297879219055176, 0.2538619041442871, -0.4300559163093567, 0.9276250600814819, -0.2615271508693695, -0.3592525124549866, 0.7960182428359985, 0.5974739789962769, 0.4958309531211853, 0.16503214836120605, -0.044541411101818085, 0.9007094502449036, -1.196651577949524, -0.6563176512718201, -0.7409548163414001, -0.1594567596912384, -0.4351082742214203, -0.032105933874845505, 0.6254410743713379, 0.29009905457496643, -0.1333388388156891, 0.47563934326171875, -0.5243486762046814, 0.35560351610183716, 1.0119842290878296, 0.35748639702796936, 0.34356969594955444, -0.7570229768753052, -0.2515777051448822, -0.14024297893047333, -0.9998159408569336, -0.2631373405456543, 0.8871029019355774, 0.22752615809440613, 0.8444606065750122, 0.5992543697357178, 0.6784542798995972, 0.1367231011390686, 0.2523827850818634, -0.30590325593948364, 0.3920295834541321, 0.437608540058136, -1.040114164352417, -0.42758387327194214, 0.021418537944555283, -0.9703339338302612, -0.14227524399757385, -0.034950267523527145, -0.4261709749698639, 0.7681735754013062, 0.00016574114852119237, -0.407670795917511, 0.7732731103897095, -0.4555831551551819, 0.7562877535820007, -0.4473652243614197, -0.026638904586434364, 0.4699097275733948, -0.7070639729499817, 0.4677427411079407, 0.12878794968128204, 0.62058424949646, -0.01557229459285736, -0.040786050260066986, 0.7104937434196472, -0.912915825843811, 0.2543866038322449, -0.6348398327827454, 0.22421309351921082, 0.2424696385860443, 0.5160627365112305, 0.5969954133033752, 0.43712443113327026, 0.10119900852441788, -0.2392088621854782, 0.041157811880111694, -0.8241122364997864, -0.21050600707530975, 0.6975153684616089, -0.7186893224716187, -0.686419665813446, -1.2355337142944336, 0.14438705146312714, 0.27347105741500854, 0.38930463790893555, 0.7959296107292175, 0.5714088082313538, 0.12895432114601135, 0.6805256605148315, 0.9888585805892944, -0.06885632872581482, 0.9166921377182007, 0.322447806596756, 0.09175135940313339, -0.21944871544837952, 0.7036823034286499, 0.266279011964798, -0.24707961082458496, -0.11939716339111328, 0.20913472771644592, -0.1106942743062973, -0.5917617082595825, -0.49990636110305786, 0.3701760172843933, -0.6731787919998169, -0.18303899466991425, -0.6243735551834106, -0.6043766736984253, -0.5117589831352234, 0.06927366554737091, -0.7147685289382935, 0.23979036509990692, -0.7753564119338989, -0.10574918985366821, 0.043234217911958694, 0.9792006611824036, -0.5893123745918274, 0.5805227160453796, -1.1218583583831787, 0.19345822930335999, -0.07949870824813843, 0.7921057939529419, 0.2139575183391571, -0.7344390153884888, -0.3975420594215393, -0.1159263625741005, -0.37299099564552307, -1.3576761484146118, 0.21404919028282166, -0.2454138547182083, 0.2309403419494629, 0.6145402789115906, 0.13977070152759552, 0.5258240699768066, -0.3432632386684418, 0.7029102444648743, -0.05701711028814316, -0.7069289684295654, 0.7934494018554688, -0.5026896595954895, 0.49635371565818787, 0.9766000509262085, 0.5333841443061829, -0.7984005808830261, 0.035741329193115234, -1.041123628616333, -0.6008692979812622, 0.38426414132118225, 0.11928926408290863, -0.03601069375872612, -0.6659560799598694, -0.05401993542909622, -0.16143813729286194, 0.604374349117279, -1.0390697717666626, -0.7858361005783081, 0.25766947865486145, 0.5277301073074341, 0.08168576657772064, -0.5653402209281921, 0.2088065892457962, -0.5444163084030151, 1.0657771825790405, 0.45109397172927856, 0.3274496793746948, 0.8406059145927429, 0.46492400765419006, -0.3823159635066986, 0.09252463281154633, 0.766269326210022, 0.6666229963302612, -0.5239793658256531, -0.2908029556274414, -0.08827545493841171, -0.9143403172492981, 0.059274859726428986, 0.11168916523456573, -0.013455775566399097, 0.9082115292549133, 0.5793079733848572, 0.25397080183029175, 0.4514283239841461, -0.7264604568481445, 0.8859450221061707, -0.14954206347465515, -0.12472905218601227, -1.0677244663238525, 0.19486172497272491, -0.2398495376110077, 0.5006404519081116, 1.0061330795288086, 0.5250046253204346, -0.04763001948595047, -0.8143380284309387, -0.014735984615981579, 0.6939172148704529, -0.709112286567688, -0.17449818551540375, 0.9448537826538086, 0.38471004366874695, -1.2953052520751953, 1.106776475906372, -0.5381771326065063, -0.5603322982788086, 0.9121299982070923, 0.5229567289352417, 1.1221849918365479, -0.4420414865016937, 0.0008673321572132409, 0.2662237286567688, 0.41378411650657654, 0.542317271232605, 1.0869630575180054, 0.4314131736755371, -0.7931064367294312, 0.8826578855514526, -0.24776022136211395, -0.403611421585083, -0.053475987166166306, -0.4285987317562103, 0.16892218589782715, -0.44061940908432007, -0.10713013261556625, -0.34441888332366943, 0.2854315936565399, -0.7072039842605591, 0.4280765950679779, -0.08385615050792694, 0.8653066754341125, -0.855372428894043, 0.47207650542259216, 0.6354703903198242, -0.3337355852127075, -0.8508187532424927, -0.2619844675064087, -0.11448463052511215, -0.6389464139938354, 0.30214792490005493, -0.45541033148765564, 0.04439876601099968, 0.09623489528894424, -0.6491516828536987, -1.1778275966644287, 0.9093633890151978, -0.6396121382713318, -0.2784460484981537, 0.20464053750038147, -0.11514749377965927, 0.28811708092689514, -0.2524644136428833, 0.010661333799362183, 0.4187657833099365, 0.7489398121833801, 0.28446540236473083, -0.772705614566803, -0.36948853731155396, 0.001503425883129239, -0.44474783539772034, 0.7582978010177612, -0.6002103686332703, 1.1840778589248657, -0.5563538670539856, -0.05965452268719673, 0.443844735622406, 0.24690911173820496, 0.21076209843158722, 0.6629217863082886, 0.1442081779241562, 0.728226363658905, 1.070120930671692, -0.40835270285606384, 0.8811811208724976, 0.2643279731273651, 0.4743088185787201, 0.7238500714302063, -0.6487724184989929, 0.7513747215270996, 0.3181048333644867, -0.568292498588562, 0.9228013753890991, 1.290606141090393, -0.15699172019958496, 0.807937502861023, 0.051364827901124954, -1.0816007852554321, 0.32583314180374146, -0.20724773406982422, -0.753006637096405, 0.315025269985199, 0.1905587762594223, -0.6920982003211975, -0.5770309567451477, -0.24046508967876434, -0.35662803053855896, -0.1155286431312561, -0.7631728053092957, 0.672057032585144, -0.016969051212072372, -0.510367751121521, 0.18857517838478088, 0.28774985671043396, 0.17368446290493011, -0.5235737562179565, -0.02939419075846672, -0.22823604941368103, 0.26606565713882446, -0.5670852661132812, -0.523452639579773, 0.5724431276321411, -0.3243022561073303, -0.5343254804611206, 0.1814747154712677, 0.7635871171951294, -0.16923776268959045, -0.4515410363674164, 0.32472753524780273, 0.6959525942802429, 0.16658525168895721, 0.42502841353416443, -0.23511254787445068, 0.244806170463562, -0.0804482251405716, -0.06651586294174194, 0.27714771032333374, 0.3449169993400574, 0.22435644268989563, 0.44501423835754395, 0.43285688757896423, -0.018087321892380714, -0.10736502707004547, -0.38281989097595215, 0.4124937951564789, -0.9542786478996277, -0.5713285207748413, -0.6307113766670227, 0.27406612038612366, -0.023154208436608315, -1.0836422443389893, 0.41451722383499146, 1.4406687021255493, 1.0359985828399658, -0.47563815116882324, 1.0672272443771362, -0.218185156583786, 0.9594789743423462, 0.4148309826850891, 0.5420441627502441, -0.6030411720275879, 0.038353465497493744, -0.43644028902053833, -1.076963186264038, -0.3571634590625763, 0.45393919944763184, -0.022899705916643143, -0.3429865837097168, 0.8725714683532715, 0.5887161493301392, -0.3347362279891968, -0.11727998405694962, 0.04848732799291611, -0.029941871762275696, -0.12433813512325287, 0.5145373344421387, 0.7648401856422424, -0.9344304203987122, -0.10680444538593292, -0.21577775478363037, -0.6382725238800049, -0.5047284364700317, -0.9632012248039246, -0.12959377467632294, -0.1603780835866928, 0.035343267023563385, -0.5662806034088135, 0.0025570630095899105, 1.2083247900009155, 0.5684952735900879, -1.1113989353179932, -0.5303788781166077, 0.33718571066856384, 0.3920419216156006, -0.18747897446155548, -0.24202410876750946, 0.29845690727233887, 0.15382236242294312, -0.5908880233764648, 0.6875663995742798, 0.8089624643325806, 0.20888888835906982, 0.19554778933525085, 0.15893001854419708, -0.8229475021362305, -0.1491345912218094, 0.1744045466184616, 0.9450567364692688, -0.939853847026825, -0.7114845514297485, -0.031684648245573044, -0.27094894647598267, -0.05765758082270622, 0.17102079093456268, -0.404634565114975, 0.5180680155754089, 0.3459150195121765, 0.4993349015712738, 0.056161247193813324, -0.05474662780761719, 0.5409559011459351, -0.9069055318832397, 0.09426012635231018, 0.4134364128112793, 0.4154116213321686, -0.4000864624977112, -0.5910195112228394, 0.6713424324989319, 1.0073974132537842, -0.6594868302345276, -0.8743270039558411, -0.1984671801328659, -1.0016005039215088, 0.04189702868461609, 0.676275908946991, 0.500952422618866, -0.4806514382362366, -0.4174497723579407, -0.561740517616272, -0.12546734511852264, -0.13699674606323242, 0.7621601819992065, 1.1796802282333374, -0.7432092428207397, 0.07975746691226959, -1.0386394262313843, 0.6594984531402588, -0.2419453114271164, -0.34575819969177246, -0.486443430185318, 0.3832801580429077, 0.3523697257041931, 0.4404810070991516, 0.6148121953010559, 0.14084722101688385, 0.8338431119918823, 0.3126053214073181, -0.17026856541633606, 0.2698981761932373, -0.45592013001441956, -0.028932824730873108, -0.057962577790021896, 0.3101596534252167, -1.0262155532836914 ]
LoneStriker/NeuralHermes-2.5-Mistral-7B-6.0bpw-h6-exl2
LoneStriker
2023-11-30T01:12:00Z
0
0
null
[ "transformers", "safetensors", "mistral", "text-generation", "instruct", "finetune", "chatml", "gpt4", "synthetic data", "distillation", "dpo", "rlhf", "en", "dataset:mlabonne/chatml_dpo_pairs", "base_model:teknium/OpenHermes-2.5-Mistral-7B", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:12:00Z
2023-11-30T01:00:45.000Z
null
null
--- base_model: teknium/OpenHermes-2.5-Mistral-7B tags: - mistral - instruct - finetune - chatml - gpt4 - synthetic data - distillation - dpo - rlhf license: apache-2.0 language: - en datasets: - mlabonne/chatml_dpo_pairs --- <center><img src="https://i.imgur.com/qIhaFNM.png"></center> # NeuralHermes 2.5 - Mistral 7B NeuralHermes is an [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) model that has been further fine-tuned with Direct Preference Optimization (DPO) using the [mlabonne/chatml_dpo_pairs](https://huggingface.co/datasets/mlabonne/chatml_dpo_pairs) dataset. It surpasses the original model on several benchmarks (see results). It is directly inspired by the RLHF process described by [Intel/neural-chat-7b-v3-1](https://huggingface.co/Intel/neural-chat-7b-v3-1)'s authors to improve performance. I used the same dataset and reformatted it to apply the ChatML template. The code to train this model is available on [Google Colab](https://colab.research.google.com/drive/15iFBr1xWgztXvhrj5I9fBv20c7CFOPBE?usp=sharing) and [GitHub](https://github.com/mlabonne/llm-course/tree/main). It required an A100 GPU for about an hour. ### Quantized models * GGUF: https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF * AWQ: https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ * EXL2 (5pbw): https://huggingface.co/IconicAI/NeuralHermes-2.5-Mistral-7B-exl2-5bpw ## Results Teknium (author of OpenHermes-2.5-Mistral-7B) benchmarked the model ([see his tweet](https://twitter.com/Teknium1/status/1729955709377503660)). Results are improved on every benchmark: **AGIEval** (from 43.07% to 43.62%), **GPT4All** (from 73.12% to 73.25%), and **TruthfulQA**. ### AGIEval ![](https://i.imgur.com/7an3B1f.png) ### GPT4All ![](https://i.imgur.com/TLxZFi9.png) ### TruthfulQA ![](https://i.imgur.com/V380MqD.png) You can check the Weights & Biases project [here](https://wandb.ai/mlabonne/NeuralHermes-2-5-Mistral-7B/overview?workspace=user-mlabonne). ## Usage You can run this model using [LM Studio](https://lmstudio.ai/) or any other frontend. You can also run this model using the following code: ```python import transformers from transformers import AutoTokenizer # Format prompt message = [ {"role": "system", "content": "You are a helpful assistant chatbot."}, {"role": "user", "content": "What is a Large Language Model?"} ] tokenizer = AutoTokenizer.from_pretrained(new_model) prompt = tokenizer.apply_chat_template(message, add_generation_prompt=True, tokenize=False) # Create pipeline pipeline = transformers.pipeline( "text-generation", model=new_model, tokenizer=tokenizer ) # Generate text sequences = pipeline( prompt, do_sample=True, temperature=0.7, top_p=0.9, num_return_sequences=1, max_length=200, ) print(sequences[0]['generated_text']) ``` ## Training hyperparameters **LoRA**: * r=16 * lora_alpha=16 * lora_dropout=0.05 * bias="none" * task_type="CAUSAL_LM" * target_modules=['k_proj', 'gate_proj', 'v_proj', 'up_proj', 'q_proj', 'o_proj', 'down_proj'] **Training arguments**: * per_device_train_batch_size=4 * gradient_accumulation_steps=4 * gradient_checkpointing=True * learning_rate=5e-5 * lr_scheduler_type="cosine" * max_steps=200 * optim="paged_adamw_32bit" * warmup_steps=100 **DPOTrainer**: * beta=0.1 * max_prompt_length=1024 * max_length=1536
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
LoneStriker/NeuralHermes-2.5-Mistral-7B-6.0bpw-h6-exl2
[ -0.2540645897388458, -0.7595426440238953, 0.24388307332992554, 0.13809199631214142, -0.22974836826324463, -0.17029514908790588, -0.39646878838539124, -0.2790546119213104, 0.045576922595500946, 0.20606379210948944, -0.5435384511947632, -0.5907238125801086, -0.6771524548530579, -0.10234582424163818, -0.035296760499477386, 0.8485925197601318, 0.013701604679226875, 0.22467446327209473, 0.0797499418258667, -0.12429199367761612, -0.3405049443244934, -0.4504891037940979, -1.0581774711608887, -0.5242305397987366, 0.3596871793270111, 0.14801865816116333, 0.5733316540718079, 0.7102599143981934, 0.4214265048503876, 0.39645621180534363, -0.4061535596847534, 0.22409312427043915, -0.4304683208465576, 0.10526832193136215, 0.1709800809621811, -0.49184295535087585, -0.5994842052459717, -0.05823279172182083, 0.5549861192703247, 0.20902928709983826, -0.2703552544116974, 0.2512512803077698, 0.32909953594207764, 0.5516080260276794, -0.4179409146308899, 0.2511465847492218, -0.5811393857002258, 0.14137183129787445, -0.039930157363414764, -0.17182740569114685, -0.2687762379646301, -0.2898249924182892, 0.12736155092716217, -0.4785974621772766, 0.1608353704214096, -0.07849448919296265, 1.1112030744552612, 0.3617931604385376, -0.2626565992832184, 0.02770836465060711, -0.5166717767715454, 0.8514165282249451, -1.030419945716858, 0.3542529046535492, 0.29124388098716736, 0.2549617290496826, -0.1794988065958023, -0.8545113205909729, -0.4107254147529602, -0.2675347924232483, 0.10429136455059052, 0.2963504195213318, -0.41812843084335327, 0.054089080542325974, 0.36429363489151, 0.26511165499687195, -0.5541647672653198, 0.17276287078857422, -0.3326106667518616, -0.32601693272590637, 0.38846421241760254, 0.336311936378479, 0.0611187145113945, -0.13743922114372253, -0.49910175800323486, -0.4071199595928192, -0.2785400450229645, 0.19264847040176392, 0.2936154007911682, 0.18407560884952545, -0.36213427782058716, 0.4177517294883728, -0.21532981097698212, 0.7190392017364502, 0.14802739024162292, -0.11401732265949249, 0.4127502143383026, -0.30254366993904114, -0.37154752016067505, -0.03553452715277672, 1.1722285747528076, 0.37871840596199036, 0.18796709179878235, 0.1695803552865982, -0.11119090020656586, -0.03029513731598854, -0.0944552943110466, -1.1037424802780151, -0.31401845812797546, 0.34658801555633545, -0.5117521286010742, -0.36436522006988525, -0.2026764452457428, -0.6047961711883545, -0.13424751162528992, -0.28881725668907166, 0.4634157419204712, -0.7454586625099182, -0.2979274094104767, 0.10200273990631104, -0.1732676774263382, 0.12051919847726822, 0.22403724491596222, -0.7501844763755798, 0.20468631386756897, 0.44939032196998596, 0.9676884412765503, -0.09914679080247879, -0.3998408615589142, -0.23654116690158844, -0.2743416726589203, -0.2947998642921448, 0.6693291664123535, -0.17542606592178345, -0.1780378520488739, -0.3236739933490753, -0.15153290331363678, -0.24491986632347107, -0.4942449629306793, 0.5863855481147766, -0.42501768469810486, 0.5215206742286682, -0.19305576384067535, -0.6138591170310974, -0.15927620232105255, 0.24639928340911865, -0.4265027940273285, 1.1054304838180542, -0.01842961274087429, -0.9169943928718567, 0.16958431899547577, -0.6568628549575806, 0.11222157627344131, -0.23809126019477844, -0.148533895611763, -0.4442959129810333, -0.10862057656049728, 0.23162811994552612, 0.5306562781333923, -0.4075504243373871, 0.31152188777923584, -0.3497017025947571, -0.41809165477752686, 0.32359445095062256, -0.7257475256919861, 0.9826000928878784, 0.23847463726997375, -0.7097269296646118, 0.23638634383678436, -0.7711710929870605, 0.2915543019771576, 0.32147714495658875, -0.3830091059207916, -0.03975722938776016, -0.16550804674625397, -0.08017255365848541, 0.3780517578125, 0.2836746275424957, -0.3750116527080536, 0.04094310104846954, -0.4855174720287323, 0.6684941649436951, 0.9147059917449951, -0.05800718069076538, 0.354856938123703, -0.23730267584323883, 0.3178645372390747, 0.36690062284469604, 0.4071657657623291, 0.03243742510676384, -0.6530140042304993, -0.9642287492752075, -0.4065481722354889, 0.3780294954776764, 0.577229380607605, -0.5792257189750671, 0.7969959378242493, -0.20489054918289185, -0.6290556192398071, -0.5533614754676819, -0.050601281225681305, 0.38700780272483826, 0.7535839080810547, 0.4262681305408478, -0.14730516076087952, -0.3284515142440796, -1.0660117864608765, -0.059973202645778656, -0.28525224328041077, 0.03654460981488228, 0.3159855008125305, 0.3884771764278412, -0.2290506809949875, 0.7551476359367371, -0.529161274433136, -0.1561049520969391, 0.08452940732240677, 0.006519753020256758, 0.5025604367256165, 0.5057946443557739, 0.4092535376548767, -0.35506755113601685, -0.4834583103656769, -0.10194462537765503, -0.8000724911689758, -0.03958136960864067, 0.2009851336479187, -0.28844982385635376, 0.3667907118797302, 0.4848763942718506, -0.7688997387886047, 0.2741646468639374, 0.5475200414657593, -0.5027450323104858, 0.4501343369483948, -0.25475239753723145, 0.09588200598955154, -1.2926520109176636, 0.18108387291431427, 0.032659661024808884, -0.14587099850177765, -0.489066481590271, -0.10618525743484497, 0.009431003592908382, -0.04428394138813019, -0.6094862818717957, 0.7948802709579468, -0.3945240378379822, 0.25617271661758423, -0.23644183576107025, -0.212831050157547, -0.10096678137779236, 0.8894951939582825, -0.012296214699745178, 0.7346915006637573, 0.822915256023407, -0.527385950088501, 0.3520130217075348, 0.1561112403869629, -0.17965435981750488, 0.21371270716190338, -0.93378746509552, 0.16423387825489044, 0.04225143417716026, 0.28282737731933594, -0.9645763039588928, 0.013604475185275078, 0.6247996091842651, -0.6257895827293396, 0.2905000150203705, -0.034899208694696426, -0.5054614543914795, -0.3088800311088562, -0.32239773869514465, 0.31820982694625854, 0.7820879817008972, -0.5135923624038696, 0.46894076466560364, 0.11092795431613922, 0.01619989052414894, -0.7658882141113281, -0.5853433012962341, -0.0811610221862793, -0.27728271484375, -0.6510735750198364, 0.347385048866272, -0.10237324237823486, -0.0345437154173851, 0.0034294237848371267, -0.02886713668704033, 0.04627824202179909, -0.036891255527734756, 0.33043697476387024, 0.3012733459472656, -0.15880118310451508, 0.007531133946031332, -0.09409196674823761, -0.24626798927783966, 0.15687988698482513, -0.3241482377052307, 0.8300269842147827, -0.32760244607925415, -0.1923263669013977, -0.803192138671875, 0.016641249880194664, 0.5161402821540833, -0.09797592461109161, 0.6991058588027954, 0.9316650032997131, -0.3300687074661255, -0.07120077311992645, -0.4627266228199005, -0.4690217673778534, -0.5128682851791382, 0.47897064685821533, -0.21672789752483368, -0.7659094333648682, 0.5782679319381714, 0.18014177680015564, 0.0707651823759079, 0.7908799648284912, 0.7180185317993164, 0.15399852395057678, 1.172316551208496, 0.19028547406196594, -0.1676284670829773, 0.5366492867469788, -0.6045506596565247, -0.005011575762182474, -0.6046985387802124, -0.21887534856796265, -0.44225504994392395, -0.3851063847541809, -0.6688275933265686, -0.5022557377815247, 0.34150248765945435, 0.13894936442375183, -0.5923462510108948, 0.21219393610954285, -0.7758931517601013, 0.1414574384689331, 0.8036763072013855, 0.35515519976615906, 0.08335725218057632, 0.2750408351421356, -0.37316665053367615, -0.09587298333644867, -1.0112653970718384, -0.43580347299575806, 1.0973626375198364, 0.6838644742965698, 0.6356881856918335, -0.25208431482315063, 0.6384794116020203, -0.080935038626194, 0.10729110985994339, -0.6637427806854248, 0.6980343461036682, 0.023546088486909866, -0.5598281025886536, -0.14299891889095306, -0.6957620978355408, -0.9653069376945496, 0.2020414173603058, -0.24740126729011536, -0.6407844424247742, 0.23372946679592133, 0.21080730855464935, -0.4962286353111267, 0.401298850774765, -0.7560409307479858, 0.7715104818344116, -0.11620014905929565, -0.4175003170967102, -0.22844332456588745, -0.5442112684249878, 0.31252530217170715, 0.20623889565467834, -0.13368132710456848, -0.193307563662529, -0.09146459400653839, 0.8721713423728943, -0.4439454972743988, 0.7906163334846497, -0.2691512405872345, -0.00959065556526184, 0.4462108910083771, -0.17831635475158691, 0.28382399678230286, 0.11501553654670715, -0.1199493557214737, 0.5715123414993286, -0.1018405333161354, -0.49525967240333557, -0.35698163509368896, 0.9030713438987732, -1.1303132772445679, -0.42151978611946106, -0.6343576908111572, -0.46346771717071533, -0.07145701348781586, 0.05918310210108757, 0.5141139030456543, 0.48414477705955505, -0.004697112366557121, 0.15542274713516235, 0.6401577591896057, -0.29908424615859985, 0.5612973570823669, 0.12541422247886658, -0.04879815876483917, -0.6696157455444336, 0.824601411819458, -0.010997600853443146, 0.1632329374551773, 0.14482639729976654, 0.2738354802131653, -0.3134957551956177, -0.454600065946579, -0.45307496190071106, 0.17787528038024902, -0.5363161563873291, -0.3391156494617462, -0.8068784475326538, -0.5614840984344482, -0.3926961123943329, 0.3433372676372528, -0.5368461608886719, -0.41595712304115295, -0.4564036726951599, 0.1481032371520996, 0.5159489512443542, 0.31519079208374023, -0.13240234553813934, 0.2937237024307251, -0.7127454876899719, 0.23991049826145172, 0.444580078125, 0.3064174950122833, 0.19253866374492645, -0.8115344643592834, -0.1732344776391983, 0.33796611428260803, -0.5071989297866821, -0.6556151509284973, 0.41391703486442566, 0.11010364443063736, 0.5940636396408081, 0.355680912733078, -0.2356121838092804, 0.6334815621376038, -0.37341976165771484, 0.7047280669212341, 0.28153741359710693, -0.6315414905548096, 0.42473897337913513, -0.4000712037086487, 0.4663498103618622, 0.38762128353118896, 0.3561720550060272, -0.32545506954193115, -0.18138854205608368, -0.7975278496742249, -0.8176344037055969, 0.8717696070671082, 0.5224766731262207, 0.12067020684480667, 0.0225431639701128, 0.35066497325897217, -0.13679854571819305, 0.07474494725465775, -0.6474421620368958, -0.4725506007671356, -0.15237323939800262, -0.20746514201164246, -0.12759734690189362, -0.2219831496477127, -0.15251943469047546, -0.5609589219093323, 0.8497605919837952, -0.050161268562078476, 0.7575792670249939, 0.353081613779068, 0.2447347491979599, -0.030125265941023827, 0.0014640373410657048, 0.5859135389328003, 0.4907963275909424, -0.35110777616500854, -0.11040285974740982, 0.21171866357326508, -0.539266049861908, 0.04993104934692383, 0.3275964856147766, -0.0625116229057312, 0.1245824322104454, 0.3029041886329651, 1.2324711084365845, -0.10125689953565598, -0.42079591751098633, 0.3583245873451233, -0.41149160265922546, -0.3846774399280548, -0.2643240988254547, 0.2889556884765625, 0.30469051003456116, 0.4559940993785858, 0.28609699010849, 0.27028322219848633, -0.06913071870803833, -0.2655898332595825, 0.027832377701997757, 0.35404863953590393, -0.413040429353714, -0.33973538875579834, 0.8053171038627625, 0.18636702001094818, -0.3305831253528595, 0.6364333629608154, -0.08620854467153549, -0.502876341342926, 0.7673558592796326, 0.3177705705165863, 0.9079380035400391, -0.21251490712165833, 0.0603465773165226, 0.6782978773117065, 0.04330816492438316, -0.2458275854587555, 0.36322250962257385, 0.20356787741184235, -0.6170992255210876, -0.2732703685760498, -0.6352900862693787, -0.11229657381772995, 0.30548444390296936, -0.43735241889953613, 0.38469624519348145, -0.5163289308547974, -0.5600141286849976, 0.11629065871238708, 0.08541851490736008, -0.8021016716957092, 0.16547377407550812, 0.1029302105307579, 0.9782809615135193, -0.6291502118110657, 0.8022361397743225, 0.6423354744911194, -0.06860724836587906, -0.8065363168716431, -0.13474734127521515, -0.12968625128269196, -0.9418427348136902, 0.5953018069267273, 0.15373735129833221, 0.19612233340740204, 0.16832254827022552, -0.5572537183761597, -0.8810269236564636, 1.2485922574996948, 0.486275315284729, -0.5913466811180115, -0.07938331365585327, 0.03217022120952606, 0.6132088899612427, -0.18050052225589752, 0.7074664235115051, 0.37225648760795593, 0.30235910415649414, -0.007310877554118633, -0.8914555907249451, 0.05775871127843857, -0.4648663401603699, -0.010748060420155525, 0.1551826447248459, -0.8944432735443115, 1.0975369215011597, -0.0037676007486879826, 0.035438649356365204, 0.060752950608730316, 0.7041800022125244, 0.5176383256912231, 0.12083633989095688, 0.5584816336631775, 0.8162305951118469, 0.49206843972206116, -0.11125713586807251, 0.9720361232757568, -0.6253007650375366, 0.43567177653312683, 0.9683548808097839, 0.13621963560581207, 0.7040184140205383, 0.44530215859413147, -0.1351839005947113, 0.3967982828617096, 0.8470040559768677, 0.010802067816257477, 0.4224710464477539, 0.1866724044084549, -0.07668199390172958, -0.2934545576572418, -0.0530460886657238, -0.5942534804344177, 0.483090341091156, 0.1680407077074051, -0.47002553939819336, -0.19147035479545593, -0.1929692178964615, 0.1001928523182869, -0.20113760232925415, -0.0823512151837349, 0.6281876564025879, 0.22250741720199585, -0.7167048454284668, 1.0921720266342163, 0.10640130937099457, 0.9282655715942383, -0.6508771181106567, 0.06016038358211517, -0.22790531814098358, 0.356125146150589, -0.0031503234058618546, -0.5323812365531921, -0.03150978311896324, -0.11908034235239029, -0.017848651856184006, -0.11107588559389114, 0.7738345265388489, -0.29466089606285095, -0.5048800706863403, 0.505347728729248, 0.5651959180831909, 0.058168064802885056, -0.12712699174880981, -1.1279493570327759, -0.0008014329359866679, -0.03539307788014412, -0.6023944616317749, 0.23890075087547302, 0.31838294863700867, 0.15606099367141724, 0.606602668762207, 0.6301317811012268, 0.12893156707286835, 0.05249181389808655, -0.009374391287565231, 0.8940349221229553, -0.6720439195632935, -0.3727915585041046, -1.0998753309249878, 0.41176408529281616, -0.18291719257831573, -0.6803498864173889, 0.7192988395690918, 0.5242765545845032, 0.6701428890228271, 0.08951512724161148, 0.4912000596523285, 0.060365911573171616, 0.2255435287952423, -0.4621429443359375, 0.6963484287261963, -0.6138020753860474, 0.10331526398658752, -0.08990506082773209, -1.0280345678329468, 0.10624036937952042, 0.4962000548839569, -0.09286925196647644, 0.3428608179092407, 0.6210412383079529, 0.9149339199066162, -0.12296666204929352, -0.1283736377954483, 0.14153747260570526, 0.4139450192451477, 0.1816333532333374, 0.824859082698822, 0.7991817593574524, -0.6959295868873596, 0.5347868204116821, -0.5434980988502502, -0.2745667099952698, -0.09151995182037354, -0.6936831474304199, -1.0820392370224, -0.5384002327919006, -0.41578781604766846, -0.5558774471282959, 0.0727405846118927, 1.1239629983901978, 0.7960720658302307, -0.6196914911270142, -0.30100810527801514, -0.15833646059036255, -0.19293281435966492, -0.24562840163707733, -0.2138950079679489, 0.37677258253097534, -0.2654595971107483, -0.9053349494934082, 0.14943696558475494, -0.07022936642169952, 0.18859827518463135, -0.18340079486370087, -0.24297450482845306, -0.2023376077413559, -0.03899137303233147, 0.373746782541275, 0.004763421136885881, -0.6110551953315735, -0.015780309215188026, 0.2513061463832855, -0.36899417638778687, 0.16330218315124512, 0.33935827016830444, -0.6302809715270996, 0.14538966119289398, 0.6953750252723694, 0.4130054712295532, 0.5364413857460022, -0.1904255598783493, 0.47208112478256226, -0.47849878668785095, 0.27640146017074585, 0.19745583832263947, 0.34835323691368103, 0.2776581943035126, -0.32243114709854126, 0.42048001289367676, 0.2967582643032074, -0.7058843374252319, -0.735463559627533, -0.19218897819519043, -1.032244086265564, -0.35766738653182983, 1.342581033706665, 0.01300443708896637, -0.4062643349170685, 0.35299673676490784, -0.31968608498573303, 0.5334692597389221, -0.6082513928413391, 0.760802686214447, 0.5580112934112549, 0.008351885713636875, -0.021719705313444138, -0.6100285053253174, 0.5017276406288147, 0.753223180770874, -0.6150160431861877, -0.10905956476926804, 0.28443777561187744, 0.35929641127586365, 0.07050447911024094, 0.6914219260215759, -0.05097128450870514, 0.16982723772525787, -0.05238524451851845, 0.2312183380126953, -0.2381940633058548, -0.05735846981406212, -0.5809826254844666, -0.0009704077383503318, -0.03596042841672897, -0.3724597990512848 ]
Apinapi/DatasetLucas
Apinapi
2023-11-30T01:01:23Z
0
0
null
[ "license:openrail", "region:us" ]
2023-11-30T01:01:23Z
2023-11-30T01:00:56.000Z
null
null
--- license: openrail ---
null
null
null
null
null
null
null
null
null
null
null
null
Apinapi/DatasetLucas
[ -0.1285340040922165, -0.1861676573753357, 0.6529127955436707, 0.49436259269714355, -0.19319328665733337, 0.23607435822486877, 0.36072009801864624, 0.05056355893611908, 0.579365611076355, 0.7400140166282654, -0.6508103609085083, -0.23783960938453674, -0.7102246284484863, -0.04782567173242569, -0.3894752860069275, 0.8470766544342041, -0.09598266333341599, 0.024004675447940826, 0.04712015390396118, -0.14317838847637177, -0.6121037006378174, -0.04771718382835388, -1.052453875541687, -0.06787467747926712, 0.3002282381057739, 0.5120975375175476, 0.8275901079177856, 0.39602965116500854, 0.5030567049980164, 1.7515555620193481, -0.08836933970451355, -0.2275441437959671, -0.45892030000686646, 0.42230701446533203, -0.3327735662460327, -0.4213368594646454, -0.26241639256477356, -0.07449351251125336, 0.32380399107933044, 0.7903711199760437, -0.3810412585735321, 0.19328084588050842, -0.22438481450080872, 1.008224368095398, -0.8202074766159058, 0.22630831599235535, -0.16698381304740906, 0.14053237438201904, 0.042308829724788666, -0.14591927826404572, -0.13263224065303802, -0.6440032124519348, 0.0646950900554657, -0.8995965123176575, 0.10274936258792877, -0.04461120069026947, 0.8789563179016113, 0.21909025311470032, -0.5102373957633972, -0.045977409929037094, -0.6883598566055298, 1.0972504615783691, -0.17556042969226837, 0.7615712881088257, 0.4507809579372406, 0.45288577675819397, -0.5849328637123108, -1.1782186031341553, -0.4441867470741272, -0.13578946888446808, 0.14722836017608643, 0.3055610656738281, -0.3453028202056885, -0.022343710064888, 0.10801076143980026, 0.5610316395759583, -0.5003759264945984, -0.31195953488349915, -0.9579927921295166, -0.18164920806884766, 0.6820485591888428, 0.31930845975875854, 0.8340449333190918, 0.1873152256011963, -0.73471999168396, 0.12866254150867462, -1.3239688873291016, 0.07650745660066605, 0.6465021371841431, 0.2394675314426422, -0.5545989274978638, 0.8594788312911987, -0.28588002920150757, 0.6262494921684265, 0.2728467583656311, -0.11645248532295227, 0.27842527627944946, -0.23030731081962585, -0.27350616455078125, 0.0330878421664238, 0.3459728956222534, 0.8204494714736938, 0.1624862253665924, -0.019985057413578033, -0.22123973071575165, 0.002071462571620941, 0.26844528317451477, -0.7935097217559814, -0.47126731276512146, 0.19266973435878754, -0.558952808380127, -0.09108494967222214, 0.43270236253738403, -1.0976828336715698, -0.48129817843437195, -0.18798500299453735, 0.054681360721588135, -0.5451693534851074, -0.36979490518569946, 0.07273251563310623, -0.7925418019294739, -0.12434180825948715, 0.570950984954834, -0.6230255365371704, 0.43974608182907104, 0.5336257219314575, 0.7861638069152832, 0.23303884267807007, -0.2361363172531128, -0.669501781463623, 0.4884825348854065, -0.8661867380142212, 0.3686073422431946, -0.3073781132698059, -0.829863965511322, -0.09631024301052094, 0.5393160581588745, 0.2066483348608017, -0.6653257608413696, 0.7074048519134521, -0.5496990084648132, -0.07806574553251266, -0.43082889914512634, -0.24322009086608887, 0.1746043860912323, 0.1111544519662857, -0.6238912343978882, 0.9402235746383667, 0.5551106929779053, -0.5841101408004761, 0.31701281666755676, -0.48695096373558044, -0.6865584850311279, 0.26748138666152954, -0.008750848472118378, -0.04715266823768616, 0.3279527723789215, -0.15984001755714417, -0.0020505711436271667, 0.10505764186382294, 0.00829949602484703, -0.21891732513904572, -0.4786302447319031, 0.06349968165159225, 0.1516501009464264, 1.2536834478378296, 0.40836209058761597, -0.37718841433525085, -0.1314014196395874, -1.0526155233383179, 0.025432884693145752, 0.05050157010555267, -0.42306792736053467, -0.2504566013813019, -0.14882193505764008, -0.20381604135036469, 0.43072640895843506, 0.2118472158908844, -0.8131154179573059, 0.22643597424030304, -0.20640221238136292, 0.36449652910232544, 0.8222097754478455, 0.27031034231185913, 0.3976055383682251, -0.662528932094574, 0.6563140153884888, 0.20761863887310028, 0.49590200185775757, 0.35404202342033386, -0.38458240032196045, -0.9641587734222412, -0.44216200709342957, -0.10117457062005997, 0.2975529432296753, -0.774495542049408, 0.584732174873352, 0.012979649007320404, -0.5836711525917053, -0.4465278089046478, -0.1548808366060257, 0.27553272247314453, -0.06606566160917282, 0.0333491787314415, -0.40497779846191406, -0.7394422292709351, -1.0127902030944824, -0.1378813236951828, -0.5021387934684753, -0.21892794966697693, 0.316058874130249, 0.2617737054824829, -0.3429005444049835, 0.7610749006271362, -0.605927586555481, -0.7040639519691467, -0.13973557949066162, -0.09959873557090759, 0.6187723875045776, 0.929767370223999, 0.7491384744644165, -0.7224894762039185, -0.8973821401596069, -0.056230731308460236, -0.5420042276382446, -0.020044315606355667, 0.03814975917339325, -0.182607039809227, -0.10515017807483673, 0.22352537512779236, -0.6100799441337585, 0.8851077556610107, 0.43225017189979553, -0.6815470457077026, 0.5210591554641724, -0.44444113969802856, 0.607380747795105, -0.8642842769622803, -0.29114946722984314, -0.16823554039001465, -0.1976119875907898, -0.7090162634849548, 0.19411566853523254, -0.3002234399318695, -0.3302989900112152, -0.7474033832550049, 0.527489423751831, -0.9497013092041016, -0.18781514465808868, -0.3367280960083008, -0.03423142060637474, 0.25807833671569824, 0.19490544497966766, -0.23560264706611633, 0.8900530338287354, 0.9160485863685608, -0.712131142616272, 0.5487276315689087, 0.3930906653404236, -0.19200080633163452, 0.7131237983703613, -0.3887740969657898, 0.05162034556269646, -0.12344930320978165, 0.14374607801437378, -1.1263889074325562, -0.5611581802368164, 0.1367734968662262, -0.7127031087875366, 0.17686954140663147, -0.165568545460701, -0.09428524971008301, -0.660846471786499, -0.3380642533302307, 0.25910142064094543, 0.4861229956150055, -0.47969990968704224, 0.6188147068023682, 0.5728042125701904, 0.026519134640693665, -0.5307409763336182, -0.7206820249557495, 0.20418116450309753, 0.039646513760089874, -0.5569696426391602, 0.3011690080165863, 0.006543278694152832, -0.6622445583343506, -0.3711250424385071, -0.26354238390922546, -0.6043858528137207, -0.22679750621318817, 0.7826986312866211, 0.1199420690536499, -0.09012267738580704, -0.20310266315937042, -0.3199537694454193, -0.061675168573856354, 0.3048742115497589, -0.0757528617978096, 0.7232837677001953, -0.3362378180027008, -0.17850089073181152, -0.8877341151237488, 0.6527541279792786, 0.9970465302467346, 0.09446743130683899, 0.8066447973251343, 0.46324223279953003, -0.35647493600845337, -0.13046640157699585, -0.35354602336883545, -0.15120631456375122, -0.6857746243476868, -0.18067967891693115, -0.5322480797767639, -0.5411437749862671, 0.4053069055080414, 0.1010148748755455, -0.0021041929721832275, 0.5167048573493958, 0.2533606290817261, -0.28806912899017334, 0.7550327777862549, 1.0343410968780518, 0.13917958736419678, 0.36029165983200073, -0.2854715585708618, 0.6341596245765686, -0.8329951763153076, -0.3405216932296753, -0.4548071026802063, -0.25635868310928345, -0.3121437430381775, -0.1075085997581482, 0.5791025757789612, 0.2818217873573303, -0.44634684920310974, 0.12506797909736633, -0.5994208455085754, 0.6587365865707397, 0.6273986101150513, 0.5719728469848633, 0.19973038136959076, -0.46199464797973633, 0.19982989132404327, 0.04816683381795883, -0.4574558436870575, -0.4009110927581787, 0.7711141109466553, 0.23996266722679138, 0.8364027142524719, 0.20927049219608307, 0.49577784538269043, 0.3337547183036804, 0.2528058886528015, -0.631898045539856, 0.20097975432872772, -0.2228282392024994, -1.2459614276885986, -0.20642653107643127, -0.16551300883293152, -1.0080581903457642, -0.11792079359292984, -0.1828901171684265, -0.8406624794006348, 0.2665730118751526, -0.19225630164146423, -0.6640644073486328, 0.5206149816513062, -0.5103873014450073, 0.6934709548950195, -0.23555931448936462, -0.28170880675315857, 0.11930099874734879, -0.6889921426773071, 0.5254616141319275, 0.3667146563529968, 0.2916833758354187, -0.37969017028808594, -0.31928738951683044, 0.5068995952606201, -0.8812249302864075, 0.4408118724822998, -0.10564955323934555, 0.1942811757326126, 0.5358877182006836, 0.4153592586517334, 0.3823971748352051, 0.2869904041290283, -0.24593797326087952, -0.2341541051864624, 0.22503426671028137, -0.7581344246864319, -0.2775460183620453, 0.9095462560653687, -0.7519427537918091, -0.8586913347244263, -0.6954256892204285, -0.3064497113227844, 0.28865310549736023, 0.027814529836177826, 0.7154774069786072, 0.6456889510154724, -0.188210129737854, 0.23777024447917938, 0.7208227515220642, -0.01469442993402481, 0.7235565185546875, 0.29411187767982483, -0.40566474199295044, -0.6169790029525757, 0.7182326912879944, 0.2627047300338745, 0.051627133041620255, 0.028328191488981247, 0.30587348341941833, -0.17546719312667847, -0.15078571438789368, -0.6318325400352478, -0.06395307928323746, -0.7465730905532837, -0.09279514104127884, -0.7541398406028748, -0.25077420473098755, -0.7114593982696533, -0.8068138360977173, -0.7080169916152954, -0.4560440480709076, -0.43011969327926636, -0.23352208733558655, 0.5163112282752991, 1.1627089977264404, -0.2613154649734497, 0.801105797290802, -0.890095591545105, 0.41936320066452026, 0.49695414304733276, 0.7519732117652893, -0.11061014980077744, -0.6746937036514282, -0.07836268842220306, -0.5338760614395142, -0.294850617647171, -1.015697717666626, 0.3177466094493866, -0.03688570111989975, 0.4053712785243988, 0.42938894033432007, 0.25190243124961853, 0.49392789602279663, -0.3007311224937439, 1.113068699836731, 0.7274304628372192, -0.8033813238143921, 0.5195276141166687, -0.7635002732276917, 0.1612236499786377, 0.9363659620285034, 0.5447747707366943, -0.441707581281662, -0.15113946795463562, -1.0259767770767212, -0.8431375026702881, 0.5963034629821777, 0.15439902245998383, 0.01684408262372017, 0.018214091658592224, 0.03168254345655441, 0.294664204120636, 0.3591306209564209, -0.7847293615341187, -0.8240225315093994, -0.13851137459278107, 0.25803303718566895, 0.31456080079078674, -0.16485461592674255, -0.30038684606552124, -0.6116155982017517, 0.8711392879486084, 0.18286480009555817, 0.35462331771850586, 0.12073376774787903, 0.04369359463453293, -0.35506904125213623, 0.1478702425956726, 0.5522996783256531, 1.252906322479248, -0.40983349084854126, 0.36739134788513184, 0.17512603104114532, -0.6540068984031677, 0.649499773979187, -0.3036348819732666, -0.02178465574979782, 0.6203137040138245, 0.17760884761810303, 0.2852841913700104, 0.31559938192367554, -0.36214256286621094, 0.6047801971435547, -0.02942197024822235, -0.17758497595787048, -0.700569748878479, 0.158670112490654, 0.0293503999710083, 0.2750794291496277, 0.4392024278640747, 0.24443331360816956, 0.0824679508805275, -1.0602877140045166, 0.5711054801940918, 0.2449389398097992, -0.8676620721817017, -0.3011007308959961, 0.7047959566116333, 0.4075390696525574, -0.47599560022354126, 0.3874911069869995, 0.01270189881324768, -0.6710244417190552, 0.5987741947174072, 0.5510416030883789, 0.756967306137085, -0.4702422022819519, 0.3088017404079437, 0.6245606541633606, 0.0671130120754242, 0.2055053859949112, 0.6923203468322754, 0.03149355947971344, -0.4473869204521179, 0.23022423684597015, -0.5986735820770264, -0.14689886569976807, 0.13735331594944, -0.8047429323196411, 0.3515337109565735, -0.9312618374824524, -0.24089962244033813, 0.08751585334539413, 0.11761051416397095, -0.6130945682525635, 0.6674702167510986, -0.008524402976036072, 0.9280494451522827, -0.8549088835716248, 0.9626275300979614, 0.8559588193893433, -0.3183080554008484, -0.7709449529647827, -0.3355675935745239, 0.02013951726257801, -0.6660527586936951, 0.7108283042907715, -0.18972980976104736, -0.4120745360851288, -0.093239426612854, -0.6229830980300903, -1.0003727674484253, 0.030617475509643555, 0.017415110021829605, -0.4625036120414734, 0.44547972083091736, -0.5157254934310913, 0.3289682865142822, -0.19169731438159943, 0.3050951361656189, 0.7719473838806152, 0.7958453297615051, 0.22960835695266724, -0.6354777812957764, -0.4466685354709625, -0.010276585817337036, -0.16682812571525574, 0.4545811116695404, -1.0710976123809814, 0.9677367806434631, -0.46525806188583374, -0.3473320007324219, 0.27066439390182495, 0.7977625131607056, 0.2538502514362335, 0.35241299867630005, 0.6219538450241089, 0.9016809463500977, 0.3645012676715851, -0.3117833137512207, 0.7276751399040222, 0.24263378977775574, 0.41525405645370483, 0.7364206314086914, -0.2271222174167633, 0.5403847098350525, 0.8906415700912476, -0.7861621975898743, 0.5381767749786377, 0.7879035472869873, 0.16047382354736328, 0.7758152484893799, 0.5944146513938904, -0.6119528412818909, -0.11859460175037384, -0.14641420543193817, -0.6171563267707825, 0.19797542691230774, 0.05292579531669617, -0.11974760890007019, -0.2846010625362396, -0.13567395508289337, 0.12295101583003998, 0.28364551067352295, -0.5959327220916748, 0.606866717338562, 0.3434160351753235, -0.632827877998352, 0.21025104820728302, -0.2577957808971405, 0.6709502935409546, -0.5978161692619324, 0.027336634695529938, -0.22699323296546936, 0.41810381412506104, -0.46187448501586914, -1.007582664489746, 0.47138381004333496, -0.2920243740081787, -0.4055134057998657, -0.26942455768585205, 0.8072367906570435, -0.22133910655975342, -0.5572865605354309, 0.37486040592193604, 0.1346660554409027, 0.41473689675331116, 0.40145960450172424, -0.5487297177314758, 0.04778991639614105, 0.1376018077135086, -0.20061838626861572, 0.3601187765598297, 0.2973725199699402, 0.25488775968551636, 0.7100127935409546, 0.5052472352981567, 0.22198699414730072, 0.25694364309310913, -0.1866862028837204, 0.8387459516525269, -0.9102798700332642, -0.8167637586593628, -0.9497339129447937, 0.38498979806900024, 0.02572757378220558, -0.8801448345184326, 0.7920311689376831, 0.7652606964111328, 0.5113962292671204, -0.4877890944480896, 0.4755283296108246, -0.32647940516471863, 0.5047136545181274, -0.1387093961238861, 1.0010895729064941, -0.7607631683349609, -0.2958724796772003, -0.030553855001926422, -0.9216439723968506, -0.2533751428127289, 0.5375739932060242, 0.1540835201740265, -0.14608067274093628, 0.43859052658081055, 0.44216400384902954, 0.02217303216457367, 0.2522318661212921, 0.32861006259918213, 0.0604279562830925, 0.14508476853370667, 0.5510439276695251, 1.0931148529052734, -0.43394413590431213, 0.18694821000099182, -0.492347776889801, -0.4536244869232178, -0.41534915566444397, -0.9548061490058899, -0.6640318632125854, -0.48185470700263977, -0.2973938584327698, -0.5915583968162537, 0.11726462841033936, 0.9300886988639832, 0.9018138647079468, -0.6256730556488037, -0.4124360680580139, 0.25713545083999634, 0.3029341697692871, -0.2295418381690979, -0.14626801013946533, 0.27364906668663025, -0.006407443434000015, -0.7211176753044128, 0.39309436082839966, 0.807976245880127, 0.3887130618095398, 0.08444011211395264, -0.07217104732990265, -0.4407082200050354, 0.026101581752300262, 0.5373560786247253, 0.5729563236236572, -0.6281177997589111, -0.40996453166007996, -0.5328317284584045, -0.21386748552322388, 0.1552942395210266, 0.4807758629322052, -0.5166381597518921, 0.32661134004592896, 0.8128961324691772, 0.17017647624015808, 0.7187885046005249, -0.0022492706775665283, 0.6678645610809326, -0.8970248699188232, 0.44462573528289795, 0.39533835649490356, 0.5681873559951782, 0.08998063206672668, -0.7339168190956116, 0.9820241928100586, 0.49674347043037415, -0.6334056258201599, -1.0034244060516357, 0.030799567699432373, -1.1931140422821045, -0.3788175582885742, 0.9890844821929932, -0.09595771133899689, -0.959746241569519, -0.36448949575424194, -0.36777177453041077, 0.07989638298749924, -0.33809763193130493, 0.3549824357032776, 0.8268195390701294, -0.2538074851036072, -0.22041842341423035, -0.9505583047866821, 0.47529423236846924, 0.3102530539035797, -0.5886633992195129, -0.0511440634727478, 0.32939133048057556, 0.4523690938949585, 0.3009698987007141, 0.5239557027816772, 0.10428237915039062, 0.8970534205436707, 0.25200408697128296, 0.304914265871048, -0.04526619613170624, -0.5900786519050598, -0.0160665363073349, 0.2621477246284485, 0.04487845301628113, -0.6869444847106934 ]
squeeze-ai-lab/sq-mistral-7b-instruct-w4
squeeze-ai-lab
2023-11-30T01:00:57Z
0
0
null
[ "region:us" ]
2023-11-30T01:00:57Z
2023-11-30T01:00:57.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
squeeze-ai-lab/sq-mistral-7b-instruct-w4
[ -0.3227650821208954, -0.22568479180335999, 0.8622263669967651, 0.4346153140068054, -0.5282987952232361, 0.7012966871261597, 0.7915722727775574, 0.07618651539087296, 0.7746027112007141, 0.2563222348690033, -0.7852821350097656, -0.225738525390625, -0.910447895526886, 0.5715667009353638, -0.3992331027984619, 0.5791246294975281, -0.14494472742080688, -0.10751137882471085, 0.28233787417411804, -0.27689510583877563, -0.5409226417541504, -0.36855220794677734, -1.1902778148651123, 0.06149188429117203, 0.5316580533981323, 0.7435144186019897, 0.7584060430526733, 0.36521705985069275, 0.6432579159736633, 0.3932287096977234, -0.23138964176177979, 0.48270511627197266, -0.04171810299158096, 0.002603815635666251, -0.3524436354637146, -0.5516895651817322, -0.2859657406806946, 0.07584782689809799, 1.0961304903030396, 0.9666879773139954, -0.28466349840164185, 0.053308259695768356, -0.3063623905181885, 0.330888956785202, -0.4973430633544922, 0.3054102957248688, -0.022506114095449448, 0.1631881296634674, -0.704151451587677, -0.5535354614257812, 0.012795070186257362, -0.7361217737197876, 0.17926563322544098, -0.6900809407234192, 0.8269098997116089, 0.18583178520202637, 1.1533750295639038, 0.14819398522377014, -0.46248680353164673, -0.8161759376525879, -0.6538987159729004, 0.5711169242858887, -0.3270370364189148, 0.39680245518684387, 0.7028233408927917, -0.04857322946190834, -0.9820329546928406, -0.6745741963386536, -0.46466198563575745, 0.2923963963985443, 0.35402780771255493, -0.3411676287651062, -0.17522099614143372, -0.3058988153934479, 0.15792039036750793, 0.12811486423015594, -0.4841993451118469, -0.5543919801712036, -0.5475161075592041, -0.39602524042129517, 0.6206659078598022, 0.34829509258270264, 0.24291770160198212, -0.1888420283794403, -0.32285842299461365, 0.08801640570163727, -0.4160856604576111, 0.3402568995952606, 0.6335517764091492, 0.7114019989967346, -0.5811446905136108, 0.5602161288261414, -0.04927580803632736, 0.7439701557159424, 0.11445532739162445, -0.274780809879303, 0.4146057963371277, -0.14724723994731903, 0.05517204478383064, 0.4226349890232086, 0.3152444660663605, 0.2841312289237976, -0.3273698687553406, 0.20322313904762268, -0.32151415944099426, -0.3049620985984802, -0.22332200407981873, -0.29490751028060913, -0.3592180609703064, 0.549228847026825, -0.33140167593955994, -0.4285549223423004, 1.1431758403778076, -0.42007675766944885, -0.7302225232124329, 0.33156388998031616, 0.40652090311050415, -0.09944802522659302, -0.371465265750885, -0.05226041004061699, -0.845879077911377, -0.007907496765255928, 0.749117374420166, -0.7198967933654785, 0.33717381954193115, 0.4728066921234131, 0.7417215704917908, 0.1965060532093048, -0.14034509658813477, -0.4294944703578949, 0.29719680547714233, -0.8659998178482056, 0.6320169568061829, -0.20135203003883362, -1.0051981210708618, 0.11150477081537247, 0.89717036485672, -0.3789638876914978, -1.2094873189926147, 1.0605158805847168, -0.6887930631637573, 0.1601787656545639, -0.6767613887786865, -0.1466120481491089, -0.07118505239486694, -0.005096566863358021, -0.6088159680366516, 0.7567102909088135, 0.5872672200202942, -0.4995273947715759, 0.21429459750652313, -0.26029887795448303, -0.3915141522884369, 0.38824892044067383, -0.07935450226068497, -0.21858902275562286, 0.7138333320617676, -0.6647080183029175, -0.26932796835899353, 0.2942770719528198, 0.23689374327659607, -0.357060968875885, -0.7931920289993286, 0.08478114753961563, -0.0578625313937664, 1.550750494003296, -0.038688160479068756, -0.35861101746559143, -0.6793835163116455, -1.1506236791610718, -0.07070805877447128, 0.6886888146400452, -0.9194989204406738, -0.27839481830596924, -0.04640991985797882, -0.26169294118881226, 0.08994923532009125, 0.7390591502189636, -1.1194050312042236, 0.28327271342277527, -0.05092678219079971, -0.22794707119464874, 0.827105700969696, 0.1538723260164261, 0.24758954346179962, 0.1491345465183258, 0.4295869469642639, 0.5277256369590759, 0.11115211248397827, 0.6835878491401672, -0.3472038209438324, -0.969434916973114, 0.615463137626648, 0.25266391038894653, 0.8121446371078491, -0.4994531571865082, 0.26850953698158264, 0.27025526762008667, -0.3409680724143982, -0.5682374238967896, -0.310283362865448, 0.0902574211359024, 0.14930550754070282, 0.11142519861459732, -0.5721712112426758, -0.6576129794120789, -0.968913733959198, -0.1359066367149353, -0.4314376413822174, -0.357156902551651, 0.21006949245929718, 0.579290509223938, -1.1975524425506592, 0.41288772225379944, -0.7705625295639038, -0.7038738131523132, -0.010655343532562256, -0.19338122010231018, 0.7540654540061951, 0.43240174651145935, 0.5033969879150391, -0.6397149562835693, -0.5661991834640503, -0.2247016876935959, -1.0333750247955322, -0.13280518352985382, 0.24819643795490265, 0.30657392740249634, -0.13423340022563934, -0.2744963765144348, -0.4874032139778137, 0.8100387454032898, 0.1478918045759201, -0.539189875125885, 0.5220762491226196, -0.3020315170288086, 0.17224815487861633, -0.6369150876998901, -0.06916850060224533, -0.6616765260696411, -0.0009069949155673385, -0.3608303964138031, -0.5737441778182983, 0.14772287011146545, 0.07017481327056885, -0.16065485775470734, 0.28808411955833435, -0.909277081489563, -0.001085430383682251, -0.7442210912704468, 0.3790722191333771, 0.0639476329088211, -0.31450825929641724, -0.01751725748181343, 1.000038504600525, 0.7784460186958313, -0.38480469584465027, 0.7217442393302917, 0.44400399923324585, 0.1903613954782486, 0.7630519866943359, -0.1872512400150299, 0.16478219628334045, -0.5245417356491089, -0.1216108426451683, -0.8887602090835571, -1.0982944965362549, 0.7320572137832642, -0.6114251017570496, 0.36542874574661255, -0.42778700590133667, 0.2589161992073059, -0.6919256448745728, -0.038853589445352554, 0.4808604121208191, -0.059363268315792084, -0.686394989490509, 0.5232570767402649, 0.45317524671554565, -0.2019241750240326, -0.6609034538269043, -0.5301569700241089, 0.39365869760513306, 0.6154114603996277, -0.16390353441238403, 0.06878556311130524, 0.14941050112247467, -0.5441926121711731, -0.04080259054899216, -0.3869193494319916, -0.45766744017601013, 0.054224323481321335, 0.13053451478481293, -0.005750733427703381, -0.40482035279273987, -0.0868031233549118, -0.3584202229976654, -0.4656122624874115, 0.21876494586467743, 0.3011946380138397, -0.04096285626292229, -0.42599764466285706, -0.36198195815086365, -0.8881813883781433, 0.6719614267349243, 0.5370281934738159, 0.052815139293670654, 0.7555551528930664, 0.16819292306900024, -0.8014990091323853, -0.13532213866710663, -0.1760709285736084, 0.26968297362327576, -0.5588056445121765, 0.13849827647209167, -0.013484430499374866, -0.06374947726726532, 0.26297879219055176, 0.2538619041442871, -0.4300559163093567, 0.9276250600814819, -0.2615271508693695, -0.3592525124549866, 0.7960182428359985, 0.5974739789962769, 0.4958309531211853, 0.16503214836120605, -0.044541411101818085, 0.9007094502449036, -1.196651577949524, -0.6563176512718201, -0.7409548163414001, -0.1594567596912384, -0.4351082742214203, -0.032105933874845505, 0.6254410743713379, 0.29009905457496643, -0.1333388388156891, 0.47563934326171875, -0.5243486762046814, 0.35560351610183716, 1.0119842290878296, 0.35748639702796936, 0.34356969594955444, -0.7570229768753052, -0.2515777051448822, -0.14024297893047333, -0.9998159408569336, -0.2631373405456543, 0.8871029019355774, 0.22752615809440613, 0.8444606065750122, 0.5992543697357178, 0.6784542798995972, 0.1367231011390686, 0.2523827850818634, -0.30590325593948364, 0.3920295834541321, 0.437608540058136, -1.040114164352417, -0.42758387327194214, 0.021418537944555283, -0.9703339338302612, -0.14227524399757385, -0.034950267523527145, -0.4261709749698639, 0.7681735754013062, 0.00016574114852119237, -0.407670795917511, 0.7732731103897095, -0.4555831551551819, 0.7562877535820007, -0.4473652243614197, -0.026638904586434364, 0.4699097275733948, -0.7070639729499817, 0.4677427411079407, 0.12878794968128204, 0.62058424949646, -0.01557229459285736, -0.040786050260066986, 0.7104937434196472, -0.912915825843811, 0.2543866038322449, -0.6348398327827454, 0.22421309351921082, 0.2424696385860443, 0.5160627365112305, 0.5969954133033752, 0.43712443113327026, 0.10119900852441788, -0.2392088621854782, 0.041157811880111694, -0.8241122364997864, -0.21050600707530975, 0.6975153684616089, -0.7186893224716187, -0.686419665813446, -1.2355337142944336, 0.14438705146312714, 0.27347105741500854, 0.38930463790893555, 0.7959296107292175, 0.5714088082313538, 0.12895432114601135, 0.6805256605148315, 0.9888585805892944, -0.06885632872581482, 0.9166921377182007, 0.322447806596756, 0.09175135940313339, -0.21944871544837952, 0.7036823034286499, 0.266279011964798, -0.24707961082458496, -0.11939716339111328, 0.20913472771644592, -0.1106942743062973, -0.5917617082595825, -0.49990636110305786, 0.3701760172843933, -0.6731787919998169, -0.18303899466991425, -0.6243735551834106, -0.6043766736984253, -0.5117589831352234, 0.06927366554737091, -0.7147685289382935, 0.23979036509990692, -0.7753564119338989, -0.10574918985366821, 0.043234217911958694, 0.9792006611824036, -0.5893123745918274, 0.5805227160453796, -1.1218583583831787, 0.19345822930335999, -0.07949870824813843, 0.7921057939529419, 0.2139575183391571, -0.7344390153884888, -0.3975420594215393, -0.1159263625741005, -0.37299099564552307, -1.3576761484146118, 0.21404919028282166, -0.2454138547182083, 0.2309403419494629, 0.6145402789115906, 0.13977070152759552, 0.5258240699768066, -0.3432632386684418, 0.7029102444648743, -0.05701711028814316, -0.7069289684295654, 0.7934494018554688, -0.5026896595954895, 0.49635371565818787, 0.9766000509262085, 0.5333841443061829, -0.7984005808830261, 0.035741329193115234, -1.041123628616333, -0.6008692979812622, 0.38426414132118225, 0.11928926408290863, -0.03601069375872612, -0.6659560799598694, -0.05401993542909622, -0.16143813729286194, 0.604374349117279, -1.0390697717666626, -0.7858361005783081, 0.25766947865486145, 0.5277301073074341, 0.08168576657772064, -0.5653402209281921, 0.2088065892457962, -0.5444163084030151, 1.0657771825790405, 0.45109397172927856, 0.3274496793746948, 0.8406059145927429, 0.46492400765419006, -0.3823159635066986, 0.09252463281154633, 0.766269326210022, 0.6666229963302612, -0.5239793658256531, -0.2908029556274414, -0.08827545493841171, -0.9143403172492981, 0.059274859726428986, 0.11168916523456573, -0.013455775566399097, 0.9082115292549133, 0.5793079733848572, 0.25397080183029175, 0.4514283239841461, -0.7264604568481445, 0.8859450221061707, -0.14954206347465515, -0.12472905218601227, -1.0677244663238525, 0.19486172497272491, -0.2398495376110077, 0.5006404519081116, 1.0061330795288086, 0.5250046253204346, -0.04763001948595047, -0.8143380284309387, -0.014735984615981579, 0.6939172148704529, -0.709112286567688, -0.17449818551540375, 0.9448537826538086, 0.38471004366874695, -1.2953052520751953, 1.106776475906372, -0.5381771326065063, -0.5603322982788086, 0.9121299982070923, 0.5229567289352417, 1.1221849918365479, -0.4420414865016937, 0.0008673321572132409, 0.2662237286567688, 0.41378411650657654, 0.542317271232605, 1.0869630575180054, 0.4314131736755371, -0.7931064367294312, 0.8826578855514526, -0.24776022136211395, -0.403611421585083, -0.053475987166166306, -0.4285987317562103, 0.16892218589782715, -0.44061940908432007, -0.10713013261556625, -0.34441888332366943, 0.2854315936565399, -0.7072039842605591, 0.4280765950679779, -0.08385615050792694, 0.8653066754341125, -0.855372428894043, 0.47207650542259216, 0.6354703903198242, -0.3337355852127075, -0.8508187532424927, -0.2619844675064087, -0.11448463052511215, -0.6389464139938354, 0.30214792490005493, -0.45541033148765564, 0.04439876601099968, 0.09623489528894424, -0.6491516828536987, -1.1778275966644287, 0.9093633890151978, -0.6396121382713318, -0.2784460484981537, 0.20464053750038147, -0.11514749377965927, 0.28811708092689514, -0.2524644136428833, 0.010661333799362183, 0.4187657833099365, 0.7489398121833801, 0.28446540236473083, -0.772705614566803, -0.36948853731155396, 0.001503425883129239, -0.44474783539772034, 0.7582978010177612, -0.6002103686332703, 1.1840778589248657, -0.5563538670539856, -0.05965452268719673, 0.443844735622406, 0.24690911173820496, 0.21076209843158722, 0.6629217863082886, 0.1442081779241562, 0.728226363658905, 1.070120930671692, -0.40835270285606384, 0.8811811208724976, 0.2643279731273651, 0.4743088185787201, 0.7238500714302063, -0.6487724184989929, 0.7513747215270996, 0.3181048333644867, -0.568292498588562, 0.9228013753890991, 1.290606141090393, -0.15699172019958496, 0.807937502861023, 0.051364827901124954, -1.0816007852554321, 0.32583314180374146, -0.20724773406982422, -0.753006637096405, 0.315025269985199, 0.1905587762594223, -0.6920982003211975, -0.5770309567451477, -0.24046508967876434, -0.35662803053855896, -0.1155286431312561, -0.7631728053092957, 0.672057032585144, -0.016969051212072372, -0.510367751121521, 0.18857517838478088, 0.28774985671043396, 0.17368446290493011, -0.5235737562179565, -0.02939419075846672, -0.22823604941368103, 0.26606565713882446, -0.5670852661132812, -0.523452639579773, 0.5724431276321411, -0.3243022561073303, -0.5343254804611206, 0.1814747154712677, 0.7635871171951294, -0.16923776268959045, -0.4515410363674164, 0.32472753524780273, 0.6959525942802429, 0.16658525168895721, 0.42502841353416443, -0.23511254787445068, 0.244806170463562, -0.0804482251405716, -0.06651586294174194, 0.27714771032333374, 0.3449169993400574, 0.22435644268989563, 0.44501423835754395, 0.43285688757896423, -0.018087321892380714, -0.10736502707004547, -0.38281989097595215, 0.4124937951564789, -0.9542786478996277, -0.5713285207748413, -0.6307113766670227, 0.27406612038612366, -0.023154208436608315, -1.0836422443389893, 0.41451722383499146, 1.4406687021255493, 1.0359985828399658, -0.47563815116882324, 1.0672272443771362, -0.218185156583786, 0.9594789743423462, 0.4148309826850891, 0.5420441627502441, -0.6030411720275879, 0.038353465497493744, -0.43644028902053833, -1.076963186264038, -0.3571634590625763, 0.45393919944763184, -0.022899705916643143, -0.3429865837097168, 0.8725714683532715, 0.5887161493301392, -0.3347362279891968, -0.11727998405694962, 0.04848732799291611, -0.029941871762275696, -0.12433813512325287, 0.5145373344421387, 0.7648401856422424, -0.9344304203987122, -0.10680444538593292, -0.21577775478363037, -0.6382725238800049, -0.5047284364700317, -0.9632012248039246, -0.12959377467632294, -0.1603780835866928, 0.035343267023563385, -0.5662806034088135, 0.0025570630095899105, 1.2083247900009155, 0.5684952735900879, -1.1113989353179932, -0.5303788781166077, 0.33718571066856384, 0.3920419216156006, -0.18747897446155548, -0.24202410876750946, 0.29845690727233887, 0.15382236242294312, -0.5908880233764648, 0.6875663995742798, 0.8089624643325806, 0.20888888835906982, 0.19554778933525085, 0.15893001854419708, -0.8229475021362305, -0.1491345912218094, 0.1744045466184616, 0.9450567364692688, -0.939853847026825, -0.7114845514297485, -0.031684648245573044, -0.27094894647598267, -0.05765758082270622, 0.17102079093456268, -0.404634565114975, 0.5180680155754089, 0.3459150195121765, 0.4993349015712738, 0.056161247193813324, -0.05474662780761719, 0.5409559011459351, -0.9069055318832397, 0.09426012635231018, 0.4134364128112793, 0.4154116213321686, -0.4000864624977112, -0.5910195112228394, 0.6713424324989319, 1.0073974132537842, -0.6594868302345276, -0.8743270039558411, -0.1984671801328659, -1.0016005039215088, 0.04189702868461609, 0.676275908946991, 0.500952422618866, -0.4806514382362366, -0.4174497723579407, -0.561740517616272, -0.12546734511852264, -0.13699674606323242, 0.7621601819992065, 1.1796802282333374, -0.7432092428207397, 0.07975746691226959, -1.0386394262313843, 0.6594984531402588, -0.2419453114271164, -0.34575819969177246, -0.486443430185318, 0.3832801580429077, 0.3523697257041931, 0.4404810070991516, 0.6148121953010559, 0.14084722101688385, 0.8338431119918823, 0.3126053214073181, -0.17026856541633606, 0.2698981761932373, -0.45592013001441956, -0.028932824730873108, -0.057962577790021896, 0.3101596534252167, -1.0262155532836914 ]
FluffyKaeloky/Euryale-Inverted-L2-70B-exl2-6.0bpw
FluffyKaeloky
2023-11-30T01:14:38Z
0
0
null
[ "ExLlamaV2", "text-generation-inference", "llama", "text-generation", "en", "region:us" ]
2023-11-30T01:14:38Z
2023-11-30T01:06:35.000Z
null
null
--- language: - en pipeline_tag: text-generation tags: - ExLlamaV2 - text-generation-inference - llama --- Exl2 version of Sao10K's Euryale-Inverted-L2-70B. 6.0 bpw version. Model original card : https://huggingface.co/Sao10K/Euryale-Inverted-L2-70B Tested with 16K context with alpha value, fits just below 60Gb of VRAM divided over 3 GPUs.
null
null
text-generation
null
null
null
null
null
null
null
null
null
FluffyKaeloky/Euryale-Inverted-L2-70B-exl2-6.0bpw
[ -0.5707187056541443, -0.6114916801452637, 0.06514675170183182, 0.22283335030078888, -0.7628791928291321, -0.07487650960683823, 0.3863055408000946, -0.9099498987197876, 0.36529165506362915, 0.5170376300811768, -0.38746869564056396, 0.036451224237680435, -0.20254893600940704, -0.21417853236198425, -0.3197978734970093, 0.9807709455490112, -0.10386775434017181, 0.08992388844490051, 0.17598514258861542, -0.0785127505660057, -0.20005130767822266, -0.47813770174980164, -1.1260864734649658, -0.6322686076164246, 0.5057258605957031, 0.23572829365730286, 0.9279358386993408, 0.40384599566459656, 0.5799520015716553, 0.17552529275417328, -0.5059148073196411, -0.23360510170459747, -0.5221524834632874, -0.15827737748622894, 0.14074094593524933, -0.30343395471572876, -1.0586766004562378, -0.18957780301570892, 0.8381372690200806, 0.23073719441890717, -0.28867432475090027, 0.39122274518013, 0.13149064779281616, 0.700082540512085, -0.5016462802886963, 0.23852725327014923, -0.3923969864845276, 0.29847171902656555, -0.14276596903800964, 0.3674090504646301, -0.43327125906944275, 0.2579531669616699, 0.11113235354423523, -0.8170372843742371, 0.061617154628038406, 0.22901667654514313, 1.1732462644577026, 0.19742199778556824, -0.27283069491386414, 0.4276255965232849, -0.6202474236488342, 0.4436793327331543, -0.578331708908081, 0.5106526613235474, 0.06968316435813904, 0.49929726123809814, -0.1582278311252594, -0.7298816442489624, -0.34446704387664795, 0.357098251581192, -0.03830274939537048, 0.4106218218803406, -0.4887331426143646, 0.3402072787284851, 0.5748260021209717, 0.6913440227508545, -0.7315577864646912, 0.10532397776842117, -0.8172754645347595, 0.0815993994474411, 0.5664358139038086, -0.0844808891415596, -0.016470620408654213, -0.07804632186889648, -0.5705135464668274, -0.0948396623134613, -0.9120811820030212, 0.0006758196395821869, 0.857951283454895, -0.2702443301677704, -0.33494341373443604, 0.3224034309387207, -0.15750490128993988, 0.9065211415290833, 0.307230681180954, 0.34267568588256836, 0.21964594721794128, -0.19815748929977417, -0.7350980043411255, 0.10542985796928406, 0.00790348183363676, 0.5573498010635376, -0.2255658358335495, 0.11904092133045197, -0.16984985768795013, -0.08777214586734772, 0.4181833863258362, -0.887471079826355, -0.2839377820491791, 0.33256542682647705, -0.5112466812133789, -0.2634282410144806, 0.16479605436325073, -0.5115401148796082, -0.16237834095954895, 0.16361220180988312, 0.23358862102031708, -0.21592102944850922, -0.6844203472137451, -0.09372834116220474, -0.5436722636222839, 0.6744486093521118, 0.4306262731552124, -0.5980846881866455, 0.5762819647789001, 0.4950254559516907, 0.6132591962814331, -0.49634578824043274, 0.06087988242506981, -0.1935906559228897, 0.4562603533267975, -0.40517035126686096, 0.5598917603492737, -0.32080310583114624, -0.4116171896457672, 0.036671433597803116, 0.3201749324798584, 0.6112614870071411, -0.45195287466049194, 0.6905382871627808, -0.6009831428527832, -0.07211514562368393, -0.06206674128770828, -0.2239234298467636, -0.5171434879302979, 0.2030152976512909, -0.8618482351303101, 1.4894355535507202, 0.49264758825302124, -0.48345857858657837, 0.3485069274902344, -0.47516384720802307, -0.04580066725611687, 0.31511014699935913, -0.07976525276899338, -0.46779754757881165, 0.5028494596481323, -0.43938735127449036, 0.12936492264270782, -0.12422936409711838, -0.08441232144832611, -0.3074726462364197, -0.4474771022796631, -0.2596811056137085, -0.3468351662158966, 0.7834565043449402, 0.552022397518158, -0.3257615566253662, 0.13888977468013763, -0.8592124581336975, 0.1628483533859253, 0.19770659506320953, -0.08046046644449234, -0.13933318853378296, -0.45851972699165344, 0.22866705060005188, 0.36396563053131104, 0.2165943682193756, -0.6914026141166687, 0.29376697540283203, -0.2869075536727905, 0.21613182127475739, 0.5086972117424011, -0.37689724564552307, 0.30624914169311523, -0.4441840946674347, 0.5463361740112305, -0.029342884197831154, 0.6417534351348877, 0.1876087784767151, -1.0868587493896484, -0.7177741527557373, -0.09221738576889038, 0.0830821767449379, 0.20304931700229645, -0.5014477968215942, 0.10198916494846344, 0.15534795820713043, -0.7021906971931458, -0.4108350872993469, 0.0020577681716531515, 0.45786458253860474, 0.20990003645420074, 0.3026166260242462, -0.11338517814874649, -0.4924783408641815, -1.319609522819519, -0.16883713006973267, -0.38937413692474365, 0.1137605756521225, 0.509372353553772, 0.4569726884365082, -0.09084079414606094, 0.32308870553970337, -0.5459452271461487, -0.12377019971609116, -0.34465086460113525, 0.05182952433824539, 0.21941529214382172, 0.23825277388095856, 0.7822794318199158, -0.8996574878692627, -0.6729394197463989, 0.23760925233364105, -0.30455705523490906, -0.04805357754230499, 0.09554614126682281, -0.4168963134288788, 0.6551999449729919, 0.42713361978530884, -0.48975563049316406, 1.0307644605636597, 0.8064830303192139, -0.7520768046379089, -0.035761937499046326, -0.8413794636726379, 0.017841605469584465, -0.980497419834137, 0.1847280114889145, -0.06467260420322418, -0.5980147123336792, -0.43362268805503845, 0.3931922912597656, 0.3671920597553253, 0.014533511362969875, -0.7071126103401184, 0.8098739981651306, -1.0705468654632568, -0.04535432159900665, -0.356467604637146, -0.07485280185937881, 0.11262498050928116, 0.4718228876590729, 0.26024627685546875, 0.3909741938114166, 0.37792298197746277, -0.26521000266075134, 0.5367513298988342, -0.0745108351111412, 0.021805571392178535, 0.6189532279968262, -0.8477766513824463, 0.26587462425231934, -0.5394529700279236, 0.37099751830101013, -1.079952359199524, -0.12843447923660278, 0.133745014667511, -0.20300641655921936, 0.4108349084854126, -0.35235336422920227, -0.13044071197509766, -0.46848323941230774, -0.5275390148162842, 0.6342326402664185, 1.1297473907470703, -0.5521442294120789, 0.8895037770271301, 0.4902964234352112, -0.04276357218623161, -0.5544589161872864, -0.8583070635795593, -0.12598712742328644, -0.14236055314540863, -0.47685837745666504, 0.6340992450714111, -0.091207355260849, -0.3685051202774048, 0.08234239369630814, -0.03858743607997894, 0.141959086060524, -0.2560383975505829, 0.7569591999053955, 0.4474504888057709, -0.018348386511206627, -0.5170599222183228, 0.3962397575378418, -0.3171864449977875, 0.04038131609559059, 0.11200347542762756, 0.47914013266563416, -0.16483555734157562, 0.09582318365573883, -0.011282382532954216, 0.3743721544742584, 0.46634796261787415, 0.30347591638565063, 0.7831066250801086, 0.5051042437553406, -0.7192808985710144, -0.09000205248594284, -0.34215378761291504, 0.11198733747005463, -0.4757957458496094, 0.3769325017929077, -0.5857974886894226, -0.16576680541038513, 0.8429915308952332, 0.39943230152130127, 0.30358824133872986, 0.7856181859970093, 0.46260783076286316, 0.18558552861213684, 1.0325679779052734, 0.3512069880962372, 0.38128912448883057, 0.3855513334274292, -0.49081411957740784, 0.04420005902647972, -1.0053412914276123, -0.45755553245544434, 0.00391170009970665, -0.805734395980835, -0.22226659953594208, -0.32623183727264404, 0.33664700388908386, 0.4513438045978546, -0.297661155462265, 0.1668044924736023, -0.5430581569671631, 0.48204943537712097, 0.5382277965545654, 0.2140922099351883, 0.12596358358860016, 0.09976200014352798, 0.2414390742778778, 0.351455956697464, -0.6917141079902649, 0.04349900037050247, 1.0565749406814575, 0.4541740417480469, 0.5973049998283386, 0.520963728427887, 0.2419101446866989, 0.18519717454910278, 0.5398464798927307, -0.30465811491012573, 0.44045573472976685, -0.043137289583683014, -1.4072377681732178, -0.1922304332256317, 0.11006902158260345, -0.6229686141014099, 0.11549385637044907, -0.07382189482450485, -0.5602788925170898, -0.051713280379772186, 0.4691289961338043, -0.44157874584198, 0.4881778359413147, -0.8503041863441467, 0.9909532070159912, -0.2717309892177582, -0.5583092570304871, -0.21632468700408936, -0.6060349345207214, 0.13690915703773499, 0.07594206929206848, -0.1107979267835617, -0.023541605100035667, -0.16855467855930328, 0.7721403241157532, -0.5225191116333008, 0.2606183588504791, -0.47035646438598633, -0.14356493949890137, 0.5087416768074036, -0.0800754651427269, 0.9340664148330688, 0.3196558952331543, 0.11199727654457092, 0.2554243505001068, 0.18544970452785492, -0.7052178978919983, -0.4528113603591919, 0.8893225789070129, -0.9205185770988464, -0.3604377210140228, -0.6604717373847961, -0.4214291572570801, 0.024684932082891464, 0.12794238328933716, 0.6972596645355225, 0.40350061655044556, -0.009657109156250954, 0.3291972875595093, 0.5265145301818848, -0.1956486999988556, 0.5520144701004028, 0.6804329752922058, -0.6829141974449158, -0.42651617527008057, 0.516739010810852, 0.15485291182994843, 0.5622271299362183, 0.05156189575791359, 0.18739891052246094, -0.360788494348526, -0.586248517036438, -0.8284410834312439, -0.041650619357824326, -0.1967117041349411, -0.339931845664978, -0.45721426606178284, -0.38703858852386475, -0.3787848651409149, -0.10119267553091049, -0.7092322111129761, -0.4233589768409729, 0.017708953469991684, -0.23411588370800018, 0.6748891472816467, 0.7898014187812805, -0.24513891339302063, 0.5560458302497864, -0.2587507665157318, 0.48648378252983093, 0.04174710437655449, 0.6830343008041382, -0.2999807596206665, -1.2422411441802979, 0.23037089407444, 0.19115111231803894, -0.05346042290329933, -0.9368852972984314, 0.2277241200208664, 0.11082128435373306, 0.6146203279495239, 0.8894577026367188, -0.08631489425897598, 0.7097322940826416, -0.2448241263628006, 0.8409740328788757, 0.3828295171260834, -0.4788060188293457, 0.4383120536804199, -0.3627234995365143, 0.15518249571323395, 0.3812885880470276, 0.4250773787498474, -0.2679317593574524, -0.0030718024354428053, -1.135507583618164, -0.8878293633460999, 0.5215166211128235, 0.3851313292980194, -0.01090245135128498, 0.40232664346694946, 0.8034054040908813, 0.6408188343048096, -0.027006225660443306, -0.8232843279838562, -1.2004889249801636, -0.29046493768692017, -0.040343090891838074, -0.05588310956954956, -0.569443941116333, 0.09878133237361908, -0.7423274517059326, 0.8427237272262573, 0.0062333643436431885, 0.5101016759872437, 0.1668030470609665, 0.034582581371068954, -0.08148416131734848, -0.2887021601200104, 0.7710440158843994, 0.6551989316940308, -0.7978699803352356, 0.2589060068130493, 0.2196573168039322, -0.7347228527069092, 0.06259092688560486, 0.03838208690285683, -0.4435792863368988, 0.13349346816539764, -0.10411623120307922, 0.8811320066452026, -0.019518187269568443, -0.40703216195106506, 0.4549095332622528, -0.1745951920747757, -0.010333841666579247, -0.5939635038375854, 0.12331128865480423, -0.05806606635451317, 0.2282777577638626, 0.13126525282859802, -0.0813603550195694, 0.19112412631511688, -0.7056957483291626, -0.0601222924888134, 0.603283166885376, -0.7247741222381592, -0.3101285398006439, 0.9203636646270752, 0.20970883965492249, -0.41873350739479065, 0.6330558657646179, -0.41822749376296997, -0.12953151762485504, 0.5561034679412842, 0.7800623178482056, 0.7924383878707886, -0.2783258855342865, 0.21921995282173157, 0.4542276859283447, 0.22373178601264954, -0.16745002567768097, 0.8114751577377319, 0.14502795040607452, -0.70297771692276, -0.08618564158678055, -0.38962122797966003, -0.35670897364616394, 0.17051231861114502, -1.1632531881332397, 0.374548077583313, -0.7472209334373474, -0.18054646253585815, -0.051142483949661255, 0.1346532553434372, -0.48109281063079834, 0.39531782269477844, 0.42427363991737366, 1.2510061264038086, -0.6880615949630737, 1.286948561668396, 1.0565268993377686, -0.02411656267940998, -0.6408061385154724, -0.9880662560462952, -0.21235977113246918, -1.1737014055252075, 0.43057405948638916, -0.1581723690032959, 0.189427450299263, -0.17423774302005768, -0.7210578918457031, -0.7519888877868652, 1.1893821954727173, 0.2890658378601074, -0.627381443977356, 0.1361471563577652, -0.045870378613471985, 0.3791327476501465, -0.28556013107299805, 0.6547293066978455, 0.45685502886772156, 0.4693244695663452, 0.22280944883823395, -0.8117682933807373, -0.28734317421913147, -0.8036439418792725, -0.1652856171131134, 0.3486157953739166, -1.2562940120697021, 0.9776646494865417, -0.06914627552032471, 0.32688280940055847, -0.1096579059958458, 0.7846043109893799, 0.22557324171066284, 0.035096146166324615, 0.5905334949493408, 0.9058851599693298, 0.5227748155593872, -0.14000190794467926, 1.0830724239349365, -0.3352976441383362, 0.2790226936340332, 0.8614187240600586, -0.1710377037525177, 0.8730482459068298, 0.7792071104049683, -0.08230080455541611, 0.4869728982448578, 0.8161152005195618, 0.16620156168937683, 0.3923177421092987, 0.04642776399850845, -0.05962241441011429, -0.1649985909461975, 0.1369265764951706, -0.8568997383117676, 0.13561119139194489, 0.011365982703864574, -0.478152871131897, 0.00880215410143137, -0.30436357855796814, 0.01995833031833172, -0.6144921779632568, -0.7408056259155273, 0.43417060375213623, -0.07491440325975418, -0.6691829562187195, 0.30961722135543823, 0.19791626930236816, 0.4379989802837372, -0.7639593482017517, -0.36498716473579407, -0.7615333795547485, 0.3534838557243347, -0.13972319662570953, -0.897733747959137, 0.2936093509197235, -0.2691248953342438, -0.12279761582612991, -0.17701448500156403, 0.9402807950973511, -0.10878216475248337, -0.7269420623779297, 0.4578148424625397, -0.0663888081908226, 0.3717365860939026, -0.3915054500102997, -0.6734554767608643, 0.4340048134326935, -0.14065299928188324, -0.3952224552631378, 0.4221278429031372, 0.260440856218338, 0.22990931570529938, 0.6085639595985413, 0.0017622632440179586, 0.4121311604976654, 0.4807018041610718, -0.43300554156303406, 0.472628116607666, -0.6662525534629822, -0.8249541521072388, -0.6077452898025513, 0.2929087281227112, -0.5715215802192688, -1.0037420988082886, 0.8727225065231323, 1.1451799869537354, 0.9684099555015564, -0.12156366556882858, 0.6467747688293457, -0.17377454042434692, 0.1090318039059639, -0.3133166432380676, 0.3136133849620819, -0.8644685745239258, -0.21789224445819855, -0.23723174631595612, -1.0742141008377075, 0.0700422078371048, 0.7726289629936218, 0.22135673463344574, -0.1131063774228096, 0.5595730543136597, 0.5421760082244873, 0.05630556121468544, 0.24339452385902405, 0.6327810287475586, 0.2749491035938263, 0.05425374209880829, 0.7130160927772522, 0.7085078954696655, -0.9263162612915039, 0.3030492961406708, -0.4040944576263428, -0.4571474492549896, -0.18700480461120605, -1.00920832157135, -0.8620529174804688, -0.17653775215148926, -0.36123546957969666, -0.68754643201828, -0.08750323206186295, 0.6236461400985718, 0.6555765867233276, -0.7076579928398132, -0.0022561470977962017, 0.10086789727210999, -0.009020189754664898, -0.2985016405582428, -0.17409512400627136, 0.4061753451824188, 0.7313784956932068, -0.6890081167221069, -0.32468611001968384, 0.4838220477104187, 0.24582304060459137, -0.5023623108863831, -0.3737925589084625, 0.15099620819091797, 0.06335693597793579, 0.4672742784023285, 0.3310929834842682, -0.599063515663147, -0.6433528661727905, -0.2683117687702179, 0.21714478731155396, 0.14303702116012573, 0.7327512502670288, -0.706485390663147, 0.0011776132741943002, 0.7257851958274841, 0.1635114550590515, 0.8932902812957764, 0.14517156779766083, 0.39330190420150757, -0.278169184923172, 0.5394517779350281, -0.09654026478528976, 0.34732669591903687, -0.43207499384880066, -0.39040541648864746, 0.6031202673912048, 0.25604212284088135, -0.2735522985458374, -0.928744912147522, 0.16507360339164734, -1.6205768585205078, -0.34722408652305603, 1.3995516300201416, 0.12157636880874634, -0.5196221470832825, 0.006489862687885761, -0.6349208950996399, -0.047380175441503525, -0.24045023322105408, 0.3192717730998993, 0.7081388831138611, -0.4534590244293213, -0.23656105995178223, -0.6888025999069214, 0.6240033507347107, 0.12964177131652832, -0.6092962622642517, -0.08925948292016983, 0.1524454653263092, -0.01994810253381729, -0.0454050749540329, 0.4922944903373718, -0.3277672827243805, 0.32794734835624695, 0.400816947221756, 0.3082805573940277, -0.2458641678094864, -0.4385127127170563, -0.183582603931427, 0.37411370873451233, -0.006532712839543819, -0.048163171857595444 ]
LoneStriker/NeuralHermes-2.5-Mistral-7B-8.0bpw-h8-exl2
LoneStriker
2023-11-30T01:12:05Z
0
0
null
[ "transformers", "safetensors", "mistral", "text-generation", "instruct", "finetune", "chatml", "gpt4", "synthetic data", "distillation", "dpo", "rlhf", "en", "dataset:mlabonne/chatml_dpo_pairs", "base_model:teknium/OpenHermes-2.5-Mistral-7B", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:12:05Z
2023-11-30T01:07:10.000Z
null
null
--- base_model: teknium/OpenHermes-2.5-Mistral-7B tags: - mistral - instruct - finetune - chatml - gpt4 - synthetic data - distillation - dpo - rlhf license: apache-2.0 language: - en datasets: - mlabonne/chatml_dpo_pairs --- <center><img src="https://i.imgur.com/qIhaFNM.png"></center> # NeuralHermes 2.5 - Mistral 7B NeuralHermes is an [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) model that has been further fine-tuned with Direct Preference Optimization (DPO) using the [mlabonne/chatml_dpo_pairs](https://huggingface.co/datasets/mlabonne/chatml_dpo_pairs) dataset. It surpasses the original model on several benchmarks (see results). It is directly inspired by the RLHF process described by [Intel/neural-chat-7b-v3-1](https://huggingface.co/Intel/neural-chat-7b-v3-1)'s authors to improve performance. I used the same dataset and reformatted it to apply the ChatML template. The code to train this model is available on [Google Colab](https://colab.research.google.com/drive/15iFBr1xWgztXvhrj5I9fBv20c7CFOPBE?usp=sharing) and [GitHub](https://github.com/mlabonne/llm-course/tree/main). It required an A100 GPU for about an hour. ### Quantized models * GGUF: https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF * AWQ: https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ * EXL2 (5pbw): https://huggingface.co/IconicAI/NeuralHermes-2.5-Mistral-7B-exl2-5bpw ## Results Teknium (author of OpenHermes-2.5-Mistral-7B) benchmarked the model ([see his tweet](https://twitter.com/Teknium1/status/1729955709377503660)). Results are improved on every benchmark: **AGIEval** (from 43.07% to 43.62%), **GPT4All** (from 73.12% to 73.25%), and **TruthfulQA**. ### AGIEval ![](https://i.imgur.com/7an3B1f.png) ### GPT4All ![](https://i.imgur.com/TLxZFi9.png) ### TruthfulQA ![](https://i.imgur.com/V380MqD.png) You can check the Weights & Biases project [here](https://wandb.ai/mlabonne/NeuralHermes-2-5-Mistral-7B/overview?workspace=user-mlabonne). ## Usage You can run this model using [LM Studio](https://lmstudio.ai/) or any other frontend. You can also run this model using the following code: ```python import transformers from transformers import AutoTokenizer # Format prompt message = [ {"role": "system", "content": "You are a helpful assistant chatbot."}, {"role": "user", "content": "What is a Large Language Model?"} ] tokenizer = AutoTokenizer.from_pretrained(new_model) prompt = tokenizer.apply_chat_template(message, add_generation_prompt=True, tokenize=False) # Create pipeline pipeline = transformers.pipeline( "text-generation", model=new_model, tokenizer=tokenizer ) # Generate text sequences = pipeline( prompt, do_sample=True, temperature=0.7, top_p=0.9, num_return_sequences=1, max_length=200, ) print(sequences[0]['generated_text']) ``` ## Training hyperparameters **LoRA**: * r=16 * lora_alpha=16 * lora_dropout=0.05 * bias="none" * task_type="CAUSAL_LM" * target_modules=['k_proj', 'gate_proj', 'v_proj', 'up_proj', 'q_proj', 'o_proj', 'down_proj'] **Training arguments**: * per_device_train_batch_size=4 * gradient_accumulation_steps=4 * gradient_checkpointing=True * learning_rate=5e-5 * lr_scheduler_type="cosine" * max_steps=200 * optim="paged_adamw_32bit" * warmup_steps=100 **DPOTrainer**: * beta=0.1 * max_prompt_length=1024 * max_length=1536
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
LoneStriker/NeuralHermes-2.5-Mistral-7B-8.0bpw-h8-exl2
[ -0.2540645897388458, -0.7595426440238953, 0.24388307332992554, 0.13809199631214142, -0.22974836826324463, -0.17029514908790588, -0.39646878838539124, -0.2790546119213104, 0.045576922595500946, 0.20606379210948944, -0.5435384511947632, -0.5907238125801086, -0.6771524548530579, -0.10234582424163818, -0.035296760499477386, 0.8485925197601318, 0.013701604679226875, 0.22467446327209473, 0.0797499418258667, -0.12429199367761612, -0.3405049443244934, -0.4504891037940979, -1.0581774711608887, -0.5242305397987366, 0.3596871793270111, 0.14801865816116333, 0.5733316540718079, 0.7102599143981934, 0.4214265048503876, 0.39645621180534363, -0.4061535596847534, 0.22409312427043915, -0.4304683208465576, 0.10526832193136215, 0.1709800809621811, -0.49184295535087585, -0.5994842052459717, -0.05823279172182083, 0.5549861192703247, 0.20902928709983826, -0.2703552544116974, 0.2512512803077698, 0.32909953594207764, 0.5516080260276794, -0.4179409146308899, 0.2511465847492218, -0.5811393857002258, 0.14137183129787445, -0.039930157363414764, -0.17182740569114685, -0.2687762379646301, -0.2898249924182892, 0.12736155092716217, -0.4785974621772766, 0.1608353704214096, -0.07849448919296265, 1.1112030744552612, 0.3617931604385376, -0.2626565992832184, 0.02770836465060711, -0.5166717767715454, 0.8514165282249451, -1.030419945716858, 0.3542529046535492, 0.29124388098716736, 0.2549617290496826, -0.1794988065958023, -0.8545113205909729, -0.4107254147529602, -0.2675347924232483, 0.10429136455059052, 0.2963504195213318, -0.41812843084335327, 0.054089080542325974, 0.36429363489151, 0.26511165499687195, -0.5541647672653198, 0.17276287078857422, -0.3326106667518616, -0.32601693272590637, 0.38846421241760254, 0.336311936378479, 0.0611187145113945, -0.13743922114372253, -0.49910175800323486, -0.4071199595928192, -0.2785400450229645, 0.19264847040176392, 0.2936154007911682, 0.18407560884952545, -0.36213427782058716, 0.4177517294883728, -0.21532981097698212, 0.7190392017364502, 0.14802739024162292, -0.11401732265949249, 0.4127502143383026, -0.30254366993904114, -0.37154752016067505, -0.03553452715277672, 1.1722285747528076, 0.37871840596199036, 0.18796709179878235, 0.1695803552865982, -0.11119090020656586, -0.03029513731598854, -0.0944552943110466, -1.1037424802780151, -0.31401845812797546, 0.34658801555633545, -0.5117521286010742, -0.36436522006988525, -0.2026764452457428, -0.6047961711883545, -0.13424751162528992, -0.28881725668907166, 0.4634157419204712, -0.7454586625099182, -0.2979274094104767, 0.10200273990631104, -0.1732676774263382, 0.12051919847726822, 0.22403724491596222, -0.7501844763755798, 0.20468631386756897, 0.44939032196998596, 0.9676884412765503, -0.09914679080247879, -0.3998408615589142, -0.23654116690158844, -0.2743416726589203, -0.2947998642921448, 0.6693291664123535, -0.17542606592178345, -0.1780378520488739, -0.3236739933490753, -0.15153290331363678, -0.24491986632347107, -0.4942449629306793, 0.5863855481147766, -0.42501768469810486, 0.5215206742286682, -0.19305576384067535, -0.6138591170310974, -0.15927620232105255, 0.24639928340911865, -0.4265027940273285, 1.1054304838180542, -0.01842961274087429, -0.9169943928718567, 0.16958431899547577, -0.6568628549575806, 0.11222157627344131, -0.23809126019477844, -0.148533895611763, -0.4442959129810333, -0.10862057656049728, 0.23162811994552612, 0.5306562781333923, -0.4075504243373871, 0.31152188777923584, -0.3497017025947571, -0.41809165477752686, 0.32359445095062256, -0.7257475256919861, 0.9826000928878784, 0.23847463726997375, -0.7097269296646118, 0.23638634383678436, -0.7711710929870605, 0.2915543019771576, 0.32147714495658875, -0.3830091059207916, -0.03975722938776016, -0.16550804674625397, -0.08017255365848541, 0.3780517578125, 0.2836746275424957, -0.3750116527080536, 0.04094310104846954, -0.4855174720287323, 0.6684941649436951, 0.9147059917449951, -0.05800718069076538, 0.354856938123703, -0.23730267584323883, 0.3178645372390747, 0.36690062284469604, 0.4071657657623291, 0.03243742510676384, -0.6530140042304993, -0.9642287492752075, -0.4065481722354889, 0.3780294954776764, 0.577229380607605, -0.5792257189750671, 0.7969959378242493, -0.20489054918289185, -0.6290556192398071, -0.5533614754676819, -0.050601281225681305, 0.38700780272483826, 0.7535839080810547, 0.4262681305408478, -0.14730516076087952, -0.3284515142440796, -1.0660117864608765, -0.059973202645778656, -0.28525224328041077, 0.03654460981488228, 0.3159855008125305, 0.3884771764278412, -0.2290506809949875, 0.7551476359367371, -0.529161274433136, -0.1561049520969391, 0.08452940732240677, 0.006519753020256758, 0.5025604367256165, 0.5057946443557739, 0.4092535376548767, -0.35506755113601685, -0.4834583103656769, -0.10194462537765503, -0.8000724911689758, -0.03958136960864067, 0.2009851336479187, -0.28844982385635376, 0.3667907118797302, 0.4848763942718506, -0.7688997387886047, 0.2741646468639374, 0.5475200414657593, -0.5027450323104858, 0.4501343369483948, -0.25475239753723145, 0.09588200598955154, -1.2926520109176636, 0.18108387291431427, 0.032659661024808884, -0.14587099850177765, -0.489066481590271, -0.10618525743484497, 0.009431003592908382, -0.04428394138813019, -0.6094862818717957, 0.7948802709579468, -0.3945240378379822, 0.25617271661758423, -0.23644183576107025, -0.212831050157547, -0.10096678137779236, 0.8894951939582825, -0.012296214699745178, 0.7346915006637573, 0.822915256023407, -0.527385950088501, 0.3520130217075348, 0.1561112403869629, -0.17965435981750488, 0.21371270716190338, -0.93378746509552, 0.16423387825489044, 0.04225143417716026, 0.28282737731933594, -0.9645763039588928, 0.013604475185275078, 0.6247996091842651, -0.6257895827293396, 0.2905000150203705, -0.034899208694696426, -0.5054614543914795, -0.3088800311088562, -0.32239773869514465, 0.31820982694625854, 0.7820879817008972, -0.5135923624038696, 0.46894076466560364, 0.11092795431613922, 0.01619989052414894, -0.7658882141113281, -0.5853433012962341, -0.0811610221862793, -0.27728271484375, -0.6510735750198364, 0.347385048866272, -0.10237324237823486, -0.0345437154173851, 0.0034294237848371267, -0.02886713668704033, 0.04627824202179909, -0.036891255527734756, 0.33043697476387024, 0.3012733459472656, -0.15880118310451508, 0.007531133946031332, -0.09409196674823761, -0.24626798927783966, 0.15687988698482513, -0.3241482377052307, 0.8300269842147827, -0.32760244607925415, -0.1923263669013977, -0.803192138671875, 0.016641249880194664, 0.5161402821540833, -0.09797592461109161, 0.6991058588027954, 0.9316650032997131, -0.3300687074661255, -0.07120077311992645, -0.4627266228199005, -0.4690217673778534, -0.5128682851791382, 0.47897064685821533, -0.21672789752483368, -0.7659094333648682, 0.5782679319381714, 0.18014177680015564, 0.0707651823759079, 0.7908799648284912, 0.7180185317993164, 0.15399852395057678, 1.172316551208496, 0.19028547406196594, -0.1676284670829773, 0.5366492867469788, -0.6045506596565247, -0.005011575762182474, -0.6046985387802124, -0.21887534856796265, -0.44225504994392395, -0.3851063847541809, -0.6688275933265686, -0.5022557377815247, 0.34150248765945435, 0.13894936442375183, -0.5923462510108948, 0.21219393610954285, -0.7758931517601013, 0.1414574384689331, 0.8036763072013855, 0.35515519976615906, 0.08335725218057632, 0.2750408351421356, -0.37316665053367615, -0.09587298333644867, -1.0112653970718384, -0.43580347299575806, 1.0973626375198364, 0.6838644742965698, 0.6356881856918335, -0.25208431482315063, 0.6384794116020203, -0.080935038626194, 0.10729110985994339, -0.6637427806854248, 0.6980343461036682, 0.023546088486909866, -0.5598281025886536, -0.14299891889095306, -0.6957620978355408, -0.9653069376945496, 0.2020414173603058, -0.24740126729011536, -0.6407844424247742, 0.23372946679592133, 0.21080730855464935, -0.4962286353111267, 0.401298850774765, -0.7560409307479858, 0.7715104818344116, -0.11620014905929565, -0.4175003170967102, -0.22844332456588745, -0.5442112684249878, 0.31252530217170715, 0.20623889565467834, -0.13368132710456848, -0.193307563662529, -0.09146459400653839, 0.8721713423728943, -0.4439454972743988, 0.7906163334846497, -0.2691512405872345, -0.00959065556526184, 0.4462108910083771, -0.17831635475158691, 0.28382399678230286, 0.11501553654670715, -0.1199493557214737, 0.5715123414993286, -0.1018405333161354, -0.49525967240333557, -0.35698163509368896, 0.9030713438987732, -1.1303132772445679, -0.42151978611946106, -0.6343576908111572, -0.46346771717071533, -0.07145701348781586, 0.05918310210108757, 0.5141139030456543, 0.48414477705955505, -0.004697112366557121, 0.15542274713516235, 0.6401577591896057, -0.29908424615859985, 0.5612973570823669, 0.12541422247886658, -0.04879815876483917, -0.6696157455444336, 0.824601411819458, -0.010997600853443146, 0.1632329374551773, 0.14482639729976654, 0.2738354802131653, -0.3134957551956177, -0.454600065946579, -0.45307496190071106, 0.17787528038024902, -0.5363161563873291, -0.3391156494617462, -0.8068784475326538, -0.5614840984344482, -0.3926961123943329, 0.3433372676372528, -0.5368461608886719, -0.41595712304115295, -0.4564036726951599, 0.1481032371520996, 0.5159489512443542, 0.31519079208374023, -0.13240234553813934, 0.2937237024307251, -0.7127454876899719, 0.23991049826145172, 0.444580078125, 0.3064174950122833, 0.19253866374492645, -0.8115344643592834, -0.1732344776391983, 0.33796611428260803, -0.5071989297866821, -0.6556151509284973, 0.41391703486442566, 0.11010364443063736, 0.5940636396408081, 0.355680912733078, -0.2356121838092804, 0.6334815621376038, -0.37341976165771484, 0.7047280669212341, 0.28153741359710693, -0.6315414905548096, 0.42473897337913513, -0.4000712037086487, 0.4663498103618622, 0.38762128353118896, 0.3561720550060272, -0.32545506954193115, -0.18138854205608368, -0.7975278496742249, -0.8176344037055969, 0.8717696070671082, 0.5224766731262207, 0.12067020684480667, 0.0225431639701128, 0.35066497325897217, -0.13679854571819305, 0.07474494725465775, -0.6474421620368958, -0.4725506007671356, -0.15237323939800262, -0.20746514201164246, -0.12759734690189362, -0.2219831496477127, -0.15251943469047546, -0.5609589219093323, 0.8497605919837952, -0.050161268562078476, 0.7575792670249939, 0.353081613779068, 0.2447347491979599, -0.030125265941023827, 0.0014640373410657048, 0.5859135389328003, 0.4907963275909424, -0.35110777616500854, -0.11040285974740982, 0.21171866357326508, -0.539266049861908, 0.04993104934692383, 0.3275964856147766, -0.0625116229057312, 0.1245824322104454, 0.3029041886329651, 1.2324711084365845, -0.10125689953565598, -0.42079591751098633, 0.3583245873451233, -0.41149160265922546, -0.3846774399280548, -0.2643240988254547, 0.2889556884765625, 0.30469051003456116, 0.4559940993785858, 0.28609699010849, 0.27028322219848633, -0.06913071870803833, -0.2655898332595825, 0.027832377701997757, 0.35404863953590393, -0.413040429353714, -0.33973538875579834, 0.8053171038627625, 0.18636702001094818, -0.3305831253528595, 0.6364333629608154, -0.08620854467153549, -0.502876341342926, 0.7673558592796326, 0.3177705705165863, 0.9079380035400391, -0.21251490712165833, 0.0603465773165226, 0.6782978773117065, 0.04330816492438316, -0.2458275854587555, 0.36322250962257385, 0.20356787741184235, -0.6170992255210876, -0.2732703685760498, -0.6352900862693787, -0.11229657381772995, 0.30548444390296936, -0.43735241889953613, 0.38469624519348145, -0.5163289308547974, -0.5600141286849976, 0.11629065871238708, 0.08541851490736008, -0.8021016716957092, 0.16547377407550812, 0.1029302105307579, 0.9782809615135193, -0.6291502118110657, 0.8022361397743225, 0.6423354744911194, -0.06860724836587906, -0.8065363168716431, -0.13474734127521515, -0.12968625128269196, -0.9418427348136902, 0.5953018069267273, 0.15373735129833221, 0.19612233340740204, 0.16832254827022552, -0.5572537183761597, -0.8810269236564636, 1.2485922574996948, 0.486275315284729, -0.5913466811180115, -0.07938331365585327, 0.03217022120952606, 0.6132088899612427, -0.18050052225589752, 0.7074664235115051, 0.37225648760795593, 0.30235910415649414, -0.007310877554118633, -0.8914555907249451, 0.05775871127843857, -0.4648663401603699, -0.010748060420155525, 0.1551826447248459, -0.8944432735443115, 1.0975369215011597, -0.0037676007486879826, 0.035438649356365204, 0.060752950608730316, 0.7041800022125244, 0.5176383256912231, 0.12083633989095688, 0.5584816336631775, 0.8162305951118469, 0.49206843972206116, -0.11125713586807251, 0.9720361232757568, -0.6253007650375366, 0.43567177653312683, 0.9683548808097839, 0.13621963560581207, 0.7040184140205383, 0.44530215859413147, -0.1351839005947113, 0.3967982828617096, 0.8470040559768677, 0.010802067816257477, 0.4224710464477539, 0.1866724044084549, -0.07668199390172958, -0.2934545576572418, -0.0530460886657238, -0.5942534804344177, 0.483090341091156, 0.1680407077074051, -0.47002553939819336, -0.19147035479545593, -0.1929692178964615, 0.1001928523182869, -0.20113760232925415, -0.0823512151837349, 0.6281876564025879, 0.22250741720199585, -0.7167048454284668, 1.0921720266342163, 0.10640130937099457, 0.9282655715942383, -0.6508771181106567, 0.06016038358211517, -0.22790531814098358, 0.356125146150589, -0.0031503234058618546, -0.5323812365531921, -0.03150978311896324, -0.11908034235239029, -0.017848651856184006, -0.11107588559389114, 0.7738345265388489, -0.29466089606285095, -0.5048800706863403, 0.505347728729248, 0.5651959180831909, 0.058168064802885056, -0.12712699174880981, -1.1279493570327759, -0.0008014329359866679, -0.03539307788014412, -0.6023944616317749, 0.23890075087547302, 0.31838294863700867, 0.15606099367141724, 0.606602668762207, 0.6301317811012268, 0.12893156707286835, 0.05249181389808655, -0.009374391287565231, 0.8940349221229553, -0.6720439195632935, -0.3727915585041046, -1.0998753309249878, 0.41176408529281616, -0.18291719257831573, -0.6803498864173889, 0.7192988395690918, 0.5242765545845032, 0.6701428890228271, 0.08951512724161148, 0.4912000596523285, 0.060365911573171616, 0.2255435287952423, -0.4621429443359375, 0.6963484287261963, -0.6138020753860474, 0.10331526398658752, -0.08990506082773209, -1.0280345678329468, 0.10624036937952042, 0.4962000548839569, -0.09286925196647644, 0.3428608179092407, 0.6210412383079529, 0.9149339199066162, -0.12296666204929352, -0.1283736377954483, 0.14153747260570526, 0.4139450192451477, 0.1816333532333374, 0.824859082698822, 0.7991817593574524, -0.6959295868873596, 0.5347868204116821, -0.5434980988502502, -0.2745667099952698, -0.09151995182037354, -0.6936831474304199, -1.0820392370224, -0.5384002327919006, -0.41578781604766846, -0.5558774471282959, 0.0727405846118927, 1.1239629983901978, 0.7960720658302307, -0.6196914911270142, -0.30100810527801514, -0.15833646059036255, -0.19293281435966492, -0.24562840163707733, -0.2138950079679489, 0.37677258253097534, -0.2654595971107483, -0.9053349494934082, 0.14943696558475494, -0.07022936642169952, 0.18859827518463135, -0.18340079486370087, -0.24297450482845306, -0.2023376077413559, -0.03899137303233147, 0.373746782541275, 0.004763421136885881, -0.6110551953315735, -0.015780309215188026, 0.2513061463832855, -0.36899417638778687, 0.16330218315124512, 0.33935827016830444, -0.6302809715270996, 0.14538966119289398, 0.6953750252723694, 0.4130054712295532, 0.5364413857460022, -0.1904255598783493, 0.47208112478256226, -0.47849878668785095, 0.27640146017074585, 0.19745583832263947, 0.34835323691368103, 0.2776581943035126, -0.32243114709854126, 0.42048001289367676, 0.2967582643032074, -0.7058843374252319, -0.735463559627533, -0.19218897819519043, -1.032244086265564, -0.35766738653182983, 1.342581033706665, 0.01300443708896637, -0.4062643349170685, 0.35299673676490784, -0.31968608498573303, 0.5334692597389221, -0.6082513928413391, 0.760802686214447, 0.5580112934112549, 0.008351885713636875, -0.021719705313444138, -0.6100285053253174, 0.5017276406288147, 0.753223180770874, -0.6150160431861877, -0.10905956476926804, 0.28443777561187744, 0.35929641127586365, 0.07050447911024094, 0.6914219260215759, -0.05097128450870514, 0.16982723772525787, -0.05238524451851845, 0.2312183380126953, -0.2381940633058548, -0.05735846981406212, -0.5809826254844666, -0.0009704077383503318, -0.03596042841672897, -0.3724597990512848 ]
igorvln/dare_gpt2_semeval2018_byrelation_finetuning_with_rl
igorvln
2023-11-30T01:11:14Z
0
0
null
[ "transformers", "safetensors", "gpt2", "text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:11:14Z
2023-11-30T01:08:26.000Z
null
null
Entry not found
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
igorvln/dare_gpt2_semeval2018_byrelation_finetuning_with_rl
[ -0.3227650821208954, -0.22568479180335999, 0.8622263669967651, 0.4346153140068054, -0.5282987952232361, 0.7012966871261597, 0.7915722727775574, 0.07618651539087296, 0.7746027112007141, 0.2563222348690033, -0.7852821350097656, -0.225738525390625, -0.910447895526886, 0.5715667009353638, -0.3992331027984619, 0.5791246294975281, -0.14494472742080688, -0.10751137882471085, 0.28233787417411804, -0.27689510583877563, -0.5409226417541504, -0.36855220794677734, -1.1902778148651123, 0.06149188429117203, 0.5316580533981323, 0.7435144186019897, 0.7584060430526733, 0.36521705985069275, 0.6432579159736633, 0.3932287096977234, -0.23138964176177979, 0.48270511627197266, -0.04171810299158096, 0.002603815635666251, -0.3524436354637146, -0.5516895651817322, -0.2859657406806946, 0.07584782689809799, 1.0961304903030396, 0.9666879773139954, -0.28466349840164185, 0.053308259695768356, -0.3063623905181885, 0.330888956785202, -0.4973430633544922, 0.3054102957248688, -0.022506114095449448, 0.1631881296634674, -0.704151451587677, -0.5535354614257812, 0.012795070186257362, -0.7361217737197876, 0.17926563322544098, -0.6900809407234192, 0.8269098997116089, 0.18583178520202637, 1.1533750295639038, 0.14819398522377014, -0.46248680353164673, -0.8161759376525879, -0.6538987159729004, 0.5711169242858887, -0.3270370364189148, 0.39680245518684387, 0.7028233408927917, -0.04857322946190834, -0.9820329546928406, -0.6745741963386536, -0.46466198563575745, 0.2923963963985443, 0.35402780771255493, -0.3411676287651062, -0.17522099614143372, -0.3058988153934479, 0.15792039036750793, 0.12811486423015594, -0.4841993451118469, -0.5543919801712036, -0.5475161075592041, -0.39602524042129517, 0.6206659078598022, 0.34829509258270264, 0.24291770160198212, -0.1888420283794403, -0.32285842299461365, 0.08801640570163727, -0.4160856604576111, 0.3402568995952606, 0.6335517764091492, 0.7114019989967346, -0.5811446905136108, 0.5602161288261414, -0.04927580803632736, 0.7439701557159424, 0.11445532739162445, -0.274780809879303, 0.4146057963371277, -0.14724723994731903, 0.05517204478383064, 0.4226349890232086, 0.3152444660663605, 0.2841312289237976, -0.3273698687553406, 0.20322313904762268, -0.32151415944099426, -0.3049620985984802, -0.22332200407981873, -0.29490751028060913, -0.3592180609703064, 0.549228847026825, -0.33140167593955994, -0.4285549223423004, 1.1431758403778076, -0.42007675766944885, -0.7302225232124329, 0.33156388998031616, 0.40652090311050415, -0.09944802522659302, -0.371465265750885, -0.05226041004061699, -0.845879077911377, -0.007907496765255928, 0.749117374420166, -0.7198967933654785, 0.33717381954193115, 0.4728066921234131, 0.7417215704917908, 0.1965060532093048, -0.14034509658813477, -0.4294944703578949, 0.29719680547714233, -0.8659998178482056, 0.6320169568061829, -0.20135203003883362, -1.0051981210708618, 0.11150477081537247, 0.89717036485672, -0.3789638876914978, -1.2094873189926147, 1.0605158805847168, -0.6887930631637573, 0.1601787656545639, -0.6767613887786865, -0.1466120481491089, -0.07118505239486694, -0.005096566863358021, -0.6088159680366516, 0.7567102909088135, 0.5872672200202942, -0.4995273947715759, 0.21429459750652313, -0.26029887795448303, -0.3915141522884369, 0.38824892044067383, -0.07935450226068497, -0.21858902275562286, 0.7138333320617676, -0.6647080183029175, -0.26932796835899353, 0.2942770719528198, 0.23689374327659607, -0.357060968875885, -0.7931920289993286, 0.08478114753961563, -0.0578625313937664, 1.550750494003296, -0.038688160479068756, -0.35861101746559143, -0.6793835163116455, -1.1506236791610718, -0.07070805877447128, 0.6886888146400452, -0.9194989204406738, -0.27839481830596924, -0.04640991985797882, -0.26169294118881226, 0.08994923532009125, 0.7390591502189636, -1.1194050312042236, 0.28327271342277527, -0.05092678219079971, -0.22794707119464874, 0.827105700969696, 0.1538723260164261, 0.24758954346179962, 0.1491345465183258, 0.4295869469642639, 0.5277256369590759, 0.11115211248397827, 0.6835878491401672, -0.3472038209438324, -0.969434916973114, 0.615463137626648, 0.25266391038894653, 0.8121446371078491, -0.4994531571865082, 0.26850953698158264, 0.27025526762008667, -0.3409680724143982, -0.5682374238967896, -0.310283362865448, 0.0902574211359024, 0.14930550754070282, 0.11142519861459732, -0.5721712112426758, -0.6576129794120789, -0.968913733959198, -0.1359066367149353, -0.4314376413822174, -0.357156902551651, 0.21006949245929718, 0.579290509223938, -1.1975524425506592, 0.41288772225379944, -0.7705625295639038, -0.7038738131523132, -0.010655343532562256, -0.19338122010231018, 0.7540654540061951, 0.43240174651145935, 0.5033969879150391, -0.6397149562835693, -0.5661991834640503, -0.2247016876935959, -1.0333750247955322, -0.13280518352985382, 0.24819643795490265, 0.30657392740249634, -0.13423340022563934, -0.2744963765144348, -0.4874032139778137, 0.8100387454032898, 0.1478918045759201, -0.539189875125885, 0.5220762491226196, -0.3020315170288086, 0.17224815487861633, -0.6369150876998901, -0.06916850060224533, -0.6616765260696411, -0.0009069949155673385, -0.3608303964138031, -0.5737441778182983, 0.14772287011146545, 0.07017481327056885, -0.16065485775470734, 0.28808411955833435, -0.909277081489563, -0.001085430383682251, -0.7442210912704468, 0.3790722191333771, 0.0639476329088211, -0.31450825929641724, -0.01751725748181343, 1.000038504600525, 0.7784460186958313, -0.38480469584465027, 0.7217442393302917, 0.44400399923324585, 0.1903613954782486, 0.7630519866943359, -0.1872512400150299, 0.16478219628334045, -0.5245417356491089, -0.1216108426451683, -0.8887602090835571, -1.0982944965362549, 0.7320572137832642, -0.6114251017570496, 0.36542874574661255, -0.42778700590133667, 0.2589161992073059, -0.6919256448745728, -0.038853589445352554, 0.4808604121208191, -0.059363268315792084, -0.686394989490509, 0.5232570767402649, 0.45317524671554565, -0.2019241750240326, -0.6609034538269043, -0.5301569700241089, 0.39365869760513306, 0.6154114603996277, -0.16390353441238403, 0.06878556311130524, 0.14941050112247467, -0.5441926121711731, -0.04080259054899216, -0.3869193494319916, -0.45766744017601013, 0.054224323481321335, 0.13053451478481293, -0.005750733427703381, -0.40482035279273987, -0.0868031233549118, -0.3584202229976654, -0.4656122624874115, 0.21876494586467743, 0.3011946380138397, -0.04096285626292229, -0.42599764466285706, -0.36198195815086365, -0.8881813883781433, 0.6719614267349243, 0.5370281934738159, 0.052815139293670654, 0.7555551528930664, 0.16819292306900024, -0.8014990091323853, -0.13532213866710663, -0.1760709285736084, 0.26968297362327576, -0.5588056445121765, 0.13849827647209167, -0.013484430499374866, -0.06374947726726532, 0.26297879219055176, 0.2538619041442871, -0.4300559163093567, 0.9276250600814819, -0.2615271508693695, -0.3592525124549866, 0.7960182428359985, 0.5974739789962769, 0.4958309531211853, 0.16503214836120605, -0.044541411101818085, 0.9007094502449036, -1.196651577949524, -0.6563176512718201, -0.7409548163414001, -0.1594567596912384, -0.4351082742214203, -0.032105933874845505, 0.6254410743713379, 0.29009905457496643, -0.1333388388156891, 0.47563934326171875, -0.5243486762046814, 0.35560351610183716, 1.0119842290878296, 0.35748639702796936, 0.34356969594955444, -0.7570229768753052, -0.2515777051448822, -0.14024297893047333, -0.9998159408569336, -0.2631373405456543, 0.8871029019355774, 0.22752615809440613, 0.8444606065750122, 0.5992543697357178, 0.6784542798995972, 0.1367231011390686, 0.2523827850818634, -0.30590325593948364, 0.3920295834541321, 0.437608540058136, -1.040114164352417, -0.42758387327194214, 0.021418537944555283, -0.9703339338302612, -0.14227524399757385, -0.034950267523527145, -0.4261709749698639, 0.7681735754013062, 0.00016574114852119237, -0.407670795917511, 0.7732731103897095, -0.4555831551551819, 0.7562877535820007, -0.4473652243614197, -0.026638904586434364, 0.4699097275733948, -0.7070639729499817, 0.4677427411079407, 0.12878794968128204, 0.62058424949646, -0.01557229459285736, -0.040786050260066986, 0.7104937434196472, -0.912915825843811, 0.2543866038322449, -0.6348398327827454, 0.22421309351921082, 0.2424696385860443, 0.5160627365112305, 0.5969954133033752, 0.43712443113327026, 0.10119900852441788, -0.2392088621854782, 0.041157811880111694, -0.8241122364997864, -0.21050600707530975, 0.6975153684616089, -0.7186893224716187, -0.686419665813446, -1.2355337142944336, 0.14438705146312714, 0.27347105741500854, 0.38930463790893555, 0.7959296107292175, 0.5714088082313538, 0.12895432114601135, 0.6805256605148315, 0.9888585805892944, -0.06885632872581482, 0.9166921377182007, 0.322447806596756, 0.09175135940313339, -0.21944871544837952, 0.7036823034286499, 0.266279011964798, -0.24707961082458496, -0.11939716339111328, 0.20913472771644592, -0.1106942743062973, -0.5917617082595825, -0.49990636110305786, 0.3701760172843933, -0.6731787919998169, -0.18303899466991425, -0.6243735551834106, -0.6043766736984253, -0.5117589831352234, 0.06927366554737091, -0.7147685289382935, 0.23979036509990692, -0.7753564119338989, -0.10574918985366821, 0.043234217911958694, 0.9792006611824036, -0.5893123745918274, 0.5805227160453796, -1.1218583583831787, 0.19345822930335999, -0.07949870824813843, 0.7921057939529419, 0.2139575183391571, -0.7344390153884888, -0.3975420594215393, -0.1159263625741005, -0.37299099564552307, -1.3576761484146118, 0.21404919028282166, -0.2454138547182083, 0.2309403419494629, 0.6145402789115906, 0.13977070152759552, 0.5258240699768066, -0.3432632386684418, 0.7029102444648743, -0.05701711028814316, -0.7069289684295654, 0.7934494018554688, -0.5026896595954895, 0.49635371565818787, 0.9766000509262085, 0.5333841443061829, -0.7984005808830261, 0.035741329193115234, -1.041123628616333, -0.6008692979812622, 0.38426414132118225, 0.11928926408290863, -0.03601069375872612, -0.6659560799598694, -0.05401993542909622, -0.16143813729286194, 0.604374349117279, -1.0390697717666626, -0.7858361005783081, 0.25766947865486145, 0.5277301073074341, 0.08168576657772064, -0.5653402209281921, 0.2088065892457962, -0.5444163084030151, 1.0657771825790405, 0.45109397172927856, 0.3274496793746948, 0.8406059145927429, 0.46492400765419006, -0.3823159635066986, 0.09252463281154633, 0.766269326210022, 0.6666229963302612, -0.5239793658256531, -0.2908029556274414, -0.08827545493841171, -0.9143403172492981, 0.059274859726428986, 0.11168916523456573, -0.013455775566399097, 0.9082115292549133, 0.5793079733848572, 0.25397080183029175, 0.4514283239841461, -0.7264604568481445, 0.8859450221061707, -0.14954206347465515, -0.12472905218601227, -1.0677244663238525, 0.19486172497272491, -0.2398495376110077, 0.5006404519081116, 1.0061330795288086, 0.5250046253204346, -0.04763001948595047, -0.8143380284309387, -0.014735984615981579, 0.6939172148704529, -0.709112286567688, -0.17449818551540375, 0.9448537826538086, 0.38471004366874695, -1.2953052520751953, 1.106776475906372, -0.5381771326065063, -0.5603322982788086, 0.9121299982070923, 0.5229567289352417, 1.1221849918365479, -0.4420414865016937, 0.0008673321572132409, 0.2662237286567688, 0.41378411650657654, 0.542317271232605, 1.0869630575180054, 0.4314131736755371, -0.7931064367294312, 0.8826578855514526, -0.24776022136211395, -0.403611421585083, -0.053475987166166306, -0.4285987317562103, 0.16892218589782715, -0.44061940908432007, -0.10713013261556625, -0.34441888332366943, 0.2854315936565399, -0.7072039842605591, 0.4280765950679779, -0.08385615050792694, 0.8653066754341125, -0.855372428894043, 0.47207650542259216, 0.6354703903198242, -0.3337355852127075, -0.8508187532424927, -0.2619844675064087, -0.11448463052511215, -0.6389464139938354, 0.30214792490005493, -0.45541033148765564, 0.04439876601099968, 0.09623489528894424, -0.6491516828536987, -1.1778275966644287, 0.9093633890151978, -0.6396121382713318, -0.2784460484981537, 0.20464053750038147, -0.11514749377965927, 0.28811708092689514, -0.2524644136428833, 0.010661333799362183, 0.4187657833099365, 0.7489398121833801, 0.28446540236473083, -0.772705614566803, -0.36948853731155396, 0.001503425883129239, -0.44474783539772034, 0.7582978010177612, -0.6002103686332703, 1.1840778589248657, -0.5563538670539856, -0.05965452268719673, 0.443844735622406, 0.24690911173820496, 0.21076209843158722, 0.6629217863082886, 0.1442081779241562, 0.728226363658905, 1.070120930671692, -0.40835270285606384, 0.8811811208724976, 0.2643279731273651, 0.4743088185787201, 0.7238500714302063, -0.6487724184989929, 0.7513747215270996, 0.3181048333644867, -0.568292498588562, 0.9228013753890991, 1.290606141090393, -0.15699172019958496, 0.807937502861023, 0.051364827901124954, -1.0816007852554321, 0.32583314180374146, -0.20724773406982422, -0.753006637096405, 0.315025269985199, 0.1905587762594223, -0.6920982003211975, -0.5770309567451477, -0.24046508967876434, -0.35662803053855896, -0.1155286431312561, -0.7631728053092957, 0.672057032585144, -0.016969051212072372, -0.510367751121521, 0.18857517838478088, 0.28774985671043396, 0.17368446290493011, -0.5235737562179565, -0.02939419075846672, -0.22823604941368103, 0.26606565713882446, -0.5670852661132812, -0.523452639579773, 0.5724431276321411, -0.3243022561073303, -0.5343254804611206, 0.1814747154712677, 0.7635871171951294, -0.16923776268959045, -0.4515410363674164, 0.32472753524780273, 0.6959525942802429, 0.16658525168895721, 0.42502841353416443, -0.23511254787445068, 0.244806170463562, -0.0804482251405716, -0.06651586294174194, 0.27714771032333374, 0.3449169993400574, 0.22435644268989563, 0.44501423835754395, 0.43285688757896423, -0.018087321892380714, -0.10736502707004547, -0.38281989097595215, 0.4124937951564789, -0.9542786478996277, -0.5713285207748413, -0.6307113766670227, 0.27406612038612366, -0.023154208436608315, -1.0836422443389893, 0.41451722383499146, 1.4406687021255493, 1.0359985828399658, -0.47563815116882324, 1.0672272443771362, -0.218185156583786, 0.9594789743423462, 0.4148309826850891, 0.5420441627502441, -0.6030411720275879, 0.038353465497493744, -0.43644028902053833, -1.076963186264038, -0.3571634590625763, 0.45393919944763184, -0.022899705916643143, -0.3429865837097168, 0.8725714683532715, 0.5887161493301392, -0.3347362279891968, -0.11727998405694962, 0.04848732799291611, -0.029941871762275696, -0.12433813512325287, 0.5145373344421387, 0.7648401856422424, -0.9344304203987122, -0.10680444538593292, -0.21577775478363037, -0.6382725238800049, -0.5047284364700317, -0.9632012248039246, -0.12959377467632294, -0.1603780835866928, 0.035343267023563385, -0.5662806034088135, 0.0025570630095899105, 1.2083247900009155, 0.5684952735900879, -1.1113989353179932, -0.5303788781166077, 0.33718571066856384, 0.3920419216156006, -0.18747897446155548, -0.24202410876750946, 0.29845690727233887, 0.15382236242294312, -0.5908880233764648, 0.6875663995742798, 0.8089624643325806, 0.20888888835906982, 0.19554778933525085, 0.15893001854419708, -0.8229475021362305, -0.1491345912218094, 0.1744045466184616, 0.9450567364692688, -0.939853847026825, -0.7114845514297485, -0.031684648245573044, -0.27094894647598267, -0.05765758082270622, 0.17102079093456268, -0.404634565114975, 0.5180680155754089, 0.3459150195121765, 0.4993349015712738, 0.056161247193813324, -0.05474662780761719, 0.5409559011459351, -0.9069055318832397, 0.09426012635231018, 0.4134364128112793, 0.4154116213321686, -0.4000864624977112, -0.5910195112228394, 0.6713424324989319, 1.0073974132537842, -0.6594868302345276, -0.8743270039558411, -0.1984671801328659, -1.0016005039215088, 0.04189702868461609, 0.676275908946991, 0.500952422618866, -0.4806514382362366, -0.4174497723579407, -0.561740517616272, -0.12546734511852264, -0.13699674606323242, 0.7621601819992065, 1.1796802282333374, -0.7432092428207397, 0.07975746691226959, -1.0386394262313843, 0.6594984531402588, -0.2419453114271164, -0.34575819969177246, -0.486443430185318, 0.3832801580429077, 0.3523697257041931, 0.4404810070991516, 0.6148121953010559, 0.14084722101688385, 0.8338431119918823, 0.3126053214073181, -0.17026856541633606, 0.2698981761932373, -0.45592013001441956, -0.028932824730873108, -0.057962577790021896, 0.3101596534252167, -1.0262155532836914 ]
alfredolozano/CODEX_LoRA2
alfredolozano
2023-11-30T01:10:02Z
0
0
null
[ "diffusers", "tensorboard", "if", "if-diffusers", "text-to-image", "lora", "base_model:runwayml/stable-diffusion-v1-5", "license:creativeml-openrail-m", "region:us" ]
2023-11-30T01:10:02Z
2023-11-30T01:09:43.000Z
null
null
--- license: creativeml-openrail-m base_model: runwayml/stable-diffusion-v1-5 instance_prompt: <class 'str'> tags: - if - if-diffusers - text-to-image - diffusers - lora inference: true --- # LoRA DreamBooth - alfredolozano/CODEX_LoRA2 These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were trained on <class 'str'> using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following. LoRA for the text encoder was enabled: False.
null
diffusers
text-to-image
null
null
null
null
null
null
null
null
null
alfredolozano/CODEX_LoRA2
[ -0.09250831604003906, -0.4940682649612427, 0.31071600317955017, 0.182755708694458, -0.45400163531303406, 0.399565190076828, 0.4507598876953125, -0.2098912000656128, 0.6422609686851501, 0.5338954329490662, -0.5523080229759216, -0.3941892683506012, -0.6782302856445312, -0.18599896132946014, -0.5993768572807312, 1.1975983381271362, -0.35311904549598694, 0.15139780938625336, -0.01436114963144064, -0.23510070145130157, -0.4437292516231537, -0.14442741870880127, -0.6472878456115723, -0.47747811675071716, 0.6242236495018005, 0.5862003564834595, 0.6908233165740967, 0.41080185770988464, 0.6985741257667542, 0.2541952431201935, -0.11665281653404236, -0.636601448059082, -0.660460889339447, -0.2580203115940094, 0.1178249716758728, -0.35149094462394714, -0.5330439805984497, -0.2169744372367859, 0.9313401579856873, 0.46505436301231384, -0.41831374168395996, 0.4400577247142792, -0.22639240324497223, 0.8124244809150696, -0.7025324702262878, -0.37085115909576416, -0.573981761932373, 0.45538023114204407, -0.2809160351753235, 0.14688418805599213, -0.16116279363632202, -0.3070962131023407, -0.41974392533302307, -0.6988895535469055, -0.06643594056367874, 0.02634778432548046, 1.0327123403549194, 0.5073992609977722, -0.42798539996147156, -0.1988067626953125, -0.5708509087562561, 0.562852144241333, -0.5340473055839539, 0.30675914883613586, 0.21165068447589874, 0.5126535892486572, -0.0979067012667656, -0.9006037712097168, -0.4600510895252228, 0.47525283694267273, 0.2534985840320587, 0.09962461143732071, -0.15201912820339203, -0.014841366559267044, 0.28865787386894226, 0.24399322271347046, -0.42910370230674744, 0.35807380080223083, -0.8862195014953613, -0.04093029350042343, 0.33958253264427185, 0.028517579659819603, 0.2609870135784149, 0.39210817217826843, -0.6597750782966614, 0.009265380911529064, -0.7856764197349548, -0.3132132589817047, 0.3025645315647125, 0.011348514817655087, -0.729461669921875, 0.6037907600402832, 0.04802998900413513, 0.9915108680725098, 0.049247246235609055, -0.2393593043088913, 0.9035612940788269, -0.19009852409362793, -0.5110246539115906, 0.2297791987657547, 0.4760732352733612, 0.36949634552001953, -0.023092353716492653, 0.21663188934326172, -0.3014552593231201, -0.12839800119400024, 0.3400183618068695, -1.128661870956421, 0.010974928736686707, 0.17854315042495728, -0.766775369644165, -0.7102212309837341, 0.09302612394094467, -0.715852677822113, -0.4582577645778656, 0.2655162811279297, 0.8220505714416504, -0.33969083428382874, -0.47650381922721863, 0.3573724031448364, -0.7723145484924316, 0.6007328033447266, 0.49571332335472107, -0.7268268465995789, 0.4765346050262451, -0.023064903914928436, 0.796180248260498, -0.0890505388379097, -0.09379730373620987, -0.298932284116745, 0.0903882384300232, -0.19255554676055908, 0.8736021518707275, -0.10443421453237534, -0.38208141922950745, 0.07604385167360306, 0.0704701691865921, -0.3076764941215515, -0.5080036520957947, 0.8480114340782166, -0.6575067043304443, 0.045015931129455566, -0.2711784243583679, -0.5033800601959229, -0.3354133665561676, -0.08030173182487488, -0.619507372379303, 0.9912235140800476, 0.4605311453342438, -0.9201681613922119, 0.5156847834587097, -0.9864835739135742, -0.4695976972579956, -0.04852788522839546, 0.014707698486745358, -0.5803751349449158, 0.03820416331291199, -0.4763871133327484, 0.3553232252597809, 0.21555890142917633, -0.474768728017807, 0.02069813758134842, -0.643778383731842, 0.10562790185213089, 0.23269987106323242, 0.846246063709259, 0.47262850403785706, -0.1551145613193512, 0.30138957500457764, -1.104157567024231, -0.00688324635848403, 0.31601640582084656, -0.6125016808509827, -0.2420140951871872, -0.0833040326833725, 0.5583037734031677, 0.19829176366329193, 0.2627964913845062, -0.4601256847381592, 0.12486132979393005, -0.18934009969234467, 0.1811373084783554, 0.6838224530220032, -0.04166381061077118, -0.07252708822488785, -0.48395490646362305, 0.6321396231651306, 0.26970532536506653, -0.09086122363805771, 0.4141593873500824, -0.7300624847412109, -1.0599368810653687, 0.06483403593301773, -0.0006550662219524384, 0.31244805455207825, -0.7218942642211914, 0.3010740876197815, -0.09757741540670395, -0.7719940543174744, -0.41463688015937805, 0.21308626234531403, 0.13847018778324127, 0.29008540511131287, 0.24568909406661987, -0.20985543727874756, -0.7315387725830078, -0.6952400207519531, -0.035048577934503555, -0.06706807017326355, 0.2045179158449173, -0.5930542945861816, 1.052187204360962, -0.06918922066688538, 0.7059056162834167, -0.4639919698238373, -0.1651959866285324, -0.349578857421875, -0.147621288895607, 0.6224403977394104, 0.8467748761177063, 0.961103618144989, -0.685427188873291, -0.3709341585636139, -0.25561487674713135, -0.5432221293449402, -0.00917969923466444, -0.0006750014727003872, -0.16408877074718475, -0.09370718151330948, 0.3620692193508148, -0.6062933802604675, 0.46150073409080505, 0.7278025150299072, -1.0474824905395508, 0.3312128782272339, -0.2854086458683014, 0.010789577849209309, -1.253127932548523, 0.09136795252561569, -0.1315997987985611, -0.5764122605323792, -0.7834286093711853, 0.1907825917005539, 0.07060042023658752, 0.14771945774555206, -0.7680317759513855, 0.6635385155677795, -0.32508111000061035, -0.2764720916748047, -0.3795519769191742, 0.15564362704753876, 0.12817563116550446, 0.15740638971328735, 0.19763074815273285, 0.7046611905097961, 0.4609135687351227, -0.5300367474555969, 0.2766592502593994, 0.4585409462451935, -0.5224859714508057, 0.5172953605651855, -0.6341309547424316, 0.43200966715812683, -0.24256251752376556, 0.2968122065067291, -0.8675792813301086, -0.29035890102386475, 0.5035287737846375, -0.14846248924732208, -0.03483736887574196, -0.22216154634952545, -0.3527994155883789, -0.526208221912384, -0.4373186528682709, 0.40279826521873474, 1.1945773363113403, -0.47135934233665466, 0.2429724484682083, 0.3748641908168793, 0.37700703740119934, -0.40216386318206787, -1.012210726737976, -0.23093557357788086, -0.4690907895565033, -0.11381707340478897, 0.35975217819213867, -0.3726060688495636, -0.38340386748313904, -0.3606072962284088, -0.03730487450957298, -0.2824718952178955, 0.08939340710639954, 0.5858704447746277, 0.0398557148873806, -0.22683781385421753, -0.2043263167142868, 0.38405224680900574, 0.18364346027374268, -0.03831276670098305, -0.2129581719636917, 0.5871245861053467, -0.007499987725168467, -0.25423547625541687, -0.4626142978668213, -0.13397067785263062, 0.6346399188041687, 0.5910587906837463, 1.1786149740219116, 1.0323437452316284, -0.7578439712524414, 0.17110790312290192, -0.40268945693969727, 0.11206892132759094, -0.5385820865631104, 0.27233776450157166, -0.3154769241809845, -0.5151746869087219, 0.4814791679382324, 0.16281597316265106, -0.18871577084064484, 0.8430361747741699, 0.6672776341438293, -0.06371381878852844, 0.4852403402328491, 0.4812189042568207, 0.0778157040476799, 0.37111830711364746, -0.3979853689670563, -0.49554547667503357, -0.8368975520133972, -0.4740215837955475, -0.55789715051651, -0.6815910339355469, 0.13779854774475098, -0.729810893535614, 0.07666970044374466, 0.4607495367527008, -0.7393004298210144, 0.49505046010017395, -0.45421895384788513, 0.5371192097663879, 0.27045735716819763, -0.04388545826077461, 0.28999078273773193, 0.05885275825858116, -0.08241268992424011, 0.11905121803283691, -0.7684020400047302, -0.20709209144115448, 0.9533695578575134, 0.6355748176574707, 1.176086664199829, 0.11488276720046997, 0.45224857330322266, 0.3857235014438629, 0.28615427017211914, -0.6465904116630554, 0.5457489490509033, -0.051194414496421814, -0.6596196293830872, 0.03841176629066467, -0.1246599480509758, -0.9555028080940247, 0.07103938609361649, -0.4186267852783203, -0.5890200734138489, 0.21985052525997162, 0.12846331298351288, -0.16444434225559235, 0.5310577750205994, -0.4977642595767975, 0.8017964363098145, -0.1052018404006958, 0.04456685855984688, -0.4458399713039398, -0.5493068099021912, 0.11308997869491577, -0.23872120678424835, 0.3607844412326813, -0.13940921425819397, -0.330938458442688, 1.3161367177963257, -0.5506802201271057, 0.9472339153289795, -0.5238518118858337, -0.3600793778896332, 0.21469974517822266, -0.24474970996379852, 0.555889368057251, -0.3226641118526459, -0.3081386685371399, 0.18117457628250122, -0.0710105374455452, -0.5395428538322449, -0.1360093653202057, 0.4957105219364166, -0.8082988262176514, 0.06641482561826706, -0.4327831268310547, -0.2533916234970093, 0.18845613300800323, 0.41385674476623535, 0.49072524905204773, 0.256079763174057, -0.3074505627155304, 0.18227820098400116, 0.5857309699058533, -0.1408807337284088, 0.46504464745521545, 0.5963218212127686, -0.8064693808555603, -0.48672232031822205, 0.862420380115509, 0.09071671962738037, 0.3712524473667145, 0.5436937212944031, 0.16533878445625305, -0.0004137059149798006, -0.9482541084289551, -0.7154073715209961, -0.09491989761590958, -0.9530931115150452, -0.33956775069236755, -0.3882720172405243, -0.5256662964820862, -0.22213657200336456, -0.39189353585243225, -0.32340824604034424, -0.8751944899559021, -0.6476525664329529, -0.37404072284698486, 0.71441650390625, 1.0944491624832153, 0.09093602746725082, 0.8054010272026062, -0.35805371403694153, 0.34950387477874756, 0.05383969843387604, 0.46771398186683655, -0.36624765396118164, -0.7837751507759094, -0.7605060935020447, -0.1005016341805458, -0.2929685711860657, -0.762811005115509, 0.10614817589521408, 0.19177930057048798, 0.28036144375801086, 0.7967262268066406, -0.3633306324481964, 0.47687169909477234, -0.36953064799308777, 0.951535701751709, 0.5997975468635559, -0.7214570045471191, 0.8158496022224426, -0.5256969928741455, 0.39945125579833984, 0.4889029264450073, 0.28275319933891296, -0.2581007182598114, -0.003378911642357707, -0.4709041118621826, -0.5606997609138489, 0.29550620913505554, 0.5317650437355042, 0.183536097407341, 0.27901342511177063, 0.45430874824523926, 0.314570814371109, 0.36409792304039, -1.054944634437561, -0.3429153859615326, -0.491586297750473, -0.5586289763450623, 0.16994822025299072, -0.2082054167985916, -0.11928995698690414, -0.32664069533348083, 0.5924649834632874, -0.18858397006988525, 0.2712229788303375, -0.008166774176061153, -0.01757354475557804, -0.3309650123119354, 0.07052347809076309, 0.6820306777954102, 0.6560268402099609, -0.593334436416626, -0.17090284824371338, 0.37622594833374023, -0.9285151362419128, 0.25734639167785645, -0.05425335094332695, -0.21462349593639374, -0.004145364742726088, 0.2398620843887329, 1.0471034049987793, 0.3606269061565399, -0.6832594871520996, 0.42106184363365173, 0.08829092979431152, -0.31478151679039, -0.6606348752975464, 0.3892797529697418, -0.13099880516529083, -0.01458054780960083, 0.37161770462989807, 0.37149056792259216, 0.21924948692321777, -0.2563900351524353, -0.2228490114212036, 0.5439906120300293, -0.6460351347923279, -0.37306538224220276, 0.9296401143074036, 0.3731487989425659, -0.31403544545173645, 0.16597972810268402, 0.033843036741018295, -0.07544423639774323, 0.6780807375907898, 1.051824688911438, 0.833636462688446, -0.17882560193538666, 0.18534915149211884, 0.3511838912963867, 0.2359834909439087, -0.2492065280675888, 0.7003310322761536, 0.3075049817562103, -1.0973585844039917, 0.013414853252470493, -0.8588449954986572, -0.34979331493377686, -0.000567284703720361, -0.6646897196769714, 0.6901159286499023, -0.717989981174469, -0.1910783052444458, -0.3924528658390045, -0.27739083766937256, -0.5444672703742981, 0.4007457196712494, 0.051771387457847595, 1.7002941370010376, -0.6751590371131897, 0.9949919581413269, 1.0402454137802124, -0.17074032127857208, -0.5680658221244812, -0.09186894446611404, 0.008347712457180023, -1.222488284111023, 0.5295066833496094, 0.06007043644785881, -0.05768336355686188, 0.2616790235042572, -0.5012891888618469, -0.9525372385978699, 1.4007841348648071, 0.29021549224853516, -0.4766119420528412, -0.263943076133728, 0.019230693578720093, 0.35271647572517395, -0.5234059691429138, 0.0733049288392067, 0.11037015914916992, 0.4814685881137848, 0.15271353721618652, -0.6739029884338379, 0.04069900885224342, -0.43095675110816956, -0.004727543797343969, -0.020823851227760315, -0.912189245223999, 0.6958940029144287, -0.3020409345626831, 0.29648321866989136, 0.5087661743164062, 0.7063820958137512, 0.4755890369415283, 0.27527177333831787, 0.6412345767021179, 0.8449673652648926, 0.5327847599983215, 0.0029850241262465715, 0.9390113353729248, -0.265470951795578, 0.3342760503292084, 0.8996152281761169, -0.23619574308395386, 0.9851633906364441, 0.7742169499397278, -0.26883527636528015, 1.2337337732315063, 0.6997950673103333, -0.040017176419496536, 0.2532297372817993, 0.5211592316627502, -0.018381336703896523, 0.12428749352693558, 0.09560209512710571, -0.7463675141334534, 0.3423497974872589, 0.5501100420951843, -0.3568636178970337, 0.12208238989114761, 0.30177929997444153, 0.21676351130008698, -0.5167147517204285, -0.5069153308868408, 0.5729169845581055, 0.21484966576099396, -0.09452656656503677, 0.7347701191902161, 0.0307892095297575, 0.7860722541809082, -1.0094926357269287, -0.06846185028553009, -0.12811142206192017, 0.06031210348010063, -0.30714380741119385, -0.9062370657920837, 0.1659768968820572, -0.04804094135761261, 0.03364960104227066, -0.27089014649391174, 1.0698622465133667, -0.1259632557630539, -0.8879745602607727, 0.3303499221801758, 0.32278773188591003, 0.21310777962207794, 0.3130873739719391, -0.6706884503364563, 0.4658558666706085, -0.13718564808368683, -0.3528432846069336, 0.39222002029418945, -0.11131151765584946, 0.5228102803230286, 0.7266587615013123, 0.14179061353206635, 0.1573139876127243, -0.06650815159082413, 0.2945307195186615, 0.964259147644043, -0.7814387679100037, -0.5447064638137817, -0.6285865306854248, 0.7045965790748596, -0.0036888171453028917, -0.18020354211330414, 0.7279177308082581, 0.9694752097129822, 0.38235989212989807, -0.5007902979850769, 0.6483533382415771, -0.45877280831336975, 0.23074215650558472, -1.083092212677002, 0.9773392677307129, -0.6410167813301086, 0.10729420185089111, -0.5569879412651062, -0.8146657347679138, -0.01827722229063511, 0.7632371783256531, 0.5192127823829651, 0.1577804535627365, 0.6531615853309631, 0.43049564957618713, -0.09286760538816452, -0.20625336468219757, 0.05773651599884033, 0.5641991496086121, -0.1869293600320816, 0.4937465190887451, 0.6194639801979065, -0.9432585835456848, 0.4146435260772705, 0.13190416991710663, -0.0898444876074791, -0.17587892711162567, -0.9973194599151611, -1.0009346008300781, -0.5833037495613098, -0.6936407089233398, -0.8635525703430176, 0.3453468978404999, 0.8994154930114746, 0.9434000849723816, -0.7582938075065613, -0.29752621054649353, -0.2258472889661789, 0.4163069427013397, -0.09751319885253906, -0.2206255942583084, 0.22354471683502197, 0.33569562435150146, -0.41834649443626404, 0.42134225368499756, 0.07766778022050858, 0.7754690051078796, -0.28052616119384766, -0.3598078191280365, -0.1575559377670288, -0.09029021114110947, 0.28421667218208313, 0.1897197812795639, -0.19946539402008057, -0.4004839360713959, -0.6563899517059326, 0.17773765325546265, 0.18741340935230255, 0.5362884998321533, -1.022131085395813, -0.2977794110774994, 0.5437751412391663, 0.07166332751512527, 0.35995450615882874, -0.10367653518915176, 0.27201709151268005, -0.7247009873390198, 0.5220827460289001, -0.24251334369182587, 0.6428601145744324, 0.09449218958616257, -0.0841379165649414, 0.5846436619758606, 0.6099180579185486, -0.4102180004119873, -0.6598407030105591, -0.09070515632629395, -1.3697757720947266, -0.14047223329544067, 1.0650429725646973, 0.2566438615322113, -0.07690341025590897, -0.09168598800897598, -0.4436511993408203, -0.17413759231567383, -0.24150465428829193, 0.46618762612342834, 0.3136037290096283, 0.021967977285385132, -0.27022305130958557, -0.6944766044616699, 0.5876012444496155, -0.08533260971307755, -1.1514642238616943, -0.5450785756111145, 0.25354769825935364, 0.5631301999092102, 0.2601543664932251, 1.071471929550171, -0.032301101833581924, 0.0814119353890419, 0.23734314739704132, -0.06850039213895798, 0.3340717852115631, -0.17022955417633057, -0.09652508050203323, 0.11430030316114426, 0.20286579430103302, -0.2206532210111618 ]
Broomva/t5-base-translation-spa-guc
Broomva
2023-11-30T01:21:51Z
0
0
null
[ "transformers", "safetensors", "t5", "text2text-generation", "generated_from_trainer", "base_model:t5-base", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:21:51Z
2023-11-30T01:10:30.000Z
null
null
--- license: apache-2.0 base_model: t5-base tags: - generated_from_trainer model-index: - name: t5-base-translation-spa-guc results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # t5-base-translation-spa-guc This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 10 - training_steps: 100 - mixed_precision_training: Native AMP ### Training results ### Framework versions - Transformers 4.35.2 - Pytorch 2.1.1+cu121 - Datasets 2.15.0 - Tokenizers 0.15.0
null
transformers
text2text-generation
null
null
null
null
null
null
null
null
null
Broomva/t5-base-translation-spa-guc
[ -0.38625094294548035, -0.5593489408493042, 0.15736570954322815, 0.21967367827892303, -0.48120900988578796, -0.28620022535324097, -0.22127151489257812, -0.279873251914978, 0.011943183839321136, 0.35281431674957275, -0.7268921732902527, -0.8083907961845398, -0.8163420557975769, 0.05279850587248802, -0.24441297352313995, 1.2026411294937134, -0.04872572794556618, 0.4831974506378174, 0.05196049436926842, -0.14339768886566162, -0.3730517327785492, -0.576439380645752, -0.7990198135375977, -0.7537250518798828, 0.3717622458934784, 0.3150348663330078, 0.5986457467079163, 0.997925877571106, 0.6691687703132629, 0.22819559276103973, -0.31649163365364075, -0.12459719181060791, -0.7537527084350586, -0.4343080222606659, -0.2364162653684616, -0.43478378653526306, -1.0531054735183716, -0.05273885652422905, 0.6916419267654419, 0.44992199540138245, -0.24720409512519836, 0.6461096405982971, -0.09074224531650543, 0.221875861287117, -0.5274050235748291, 0.4895220696926117, -0.5225827097892761, 0.3652593791484833, -0.1816306859254837, -0.3197026252746582, -0.44659796357154846, -0.14927873015403748, -0.055703189224004745, -0.46863022446632385, 0.7066205143928528, -0.0526784211397171, 1.3081576824188232, 0.35742148756980896, -0.240459144115448, 0.18731988966464996, -0.8960393667221069, 0.6092306971549988, -0.6084395051002502, 0.3482549786567688, 0.3950519263744354, 0.6259552240371704, -0.005816466175019741, -0.8946446776390076, -0.3091779947280884, -0.08465095609426498, 0.0711628794670105, 0.11884502321481705, -0.14478890597820282, 0.15093649923801422, 0.913892388343811, 0.43181735277175903, -0.41808733344078064, 0.028441525995731354, -0.7732306718826294, -0.23286296427249908, 0.7007201910018921, 0.42978334426879883, 0.015052815899252892, 0.04906584322452545, -0.28810960054397583, -0.047482118010520935, -0.5794733166694641, 0.033620115369558334, 0.4045252203941345, 0.3150753378868103, -0.5391837954521179, 0.7218186259269714, -0.23871181905269623, 0.7512364983558655, 0.2257462441921234, -0.17010675370693207, 0.6285727024078369, -0.007976535707712173, -0.3959648311138153, -0.12842456996440887, 0.8289064764976501, 0.4971430003643036, 0.5083537697792053, -0.2021934539079666, -0.3697926104068756, -0.13925211131572723, 0.4072591960430145, -0.9292398691177368, -0.31473100185394287, 0.0989745557308197, -0.5574985146522522, -0.7434239983558655, 0.1012134924530983, -0.4684765338897705, 0.20141559839248657, -0.22736670076847076, 0.45959702134132385, -0.27682361006736755, -0.16483940184116364, -0.008655841462314129, -0.13042613863945007, 0.3486292064189911, 0.11066214740276337, -1.039951205253601, 0.40796858072280884, 0.2623719274997711, 0.403597354888916, 0.10502304136753082, -0.4086228907108307, -0.2520284950733185, 0.2396153062582016, -0.31004729866981506, 0.4900948107242584, -0.10538726300001144, -0.6234316825866699, -0.13307103514671326, 0.3070994019508362, -0.021145937964320183, -0.470253050327301, 1.0519098043441772, -0.2892499566078186, 0.34755435585975647, -0.2921203374862671, -0.5316835045814514, -0.11094251275062561, 0.41748908162117004, -0.7183429002761841, 1.1770466566085815, 0.2818928360939026, -0.6558241248130798, 0.6152719259262085, -0.7655013203620911, -0.21792976558208466, 0.13623464107513428, 0.0024016541428864002, -0.7113527059555054, 0.0573803074657917, 0.09102770686149597, 0.43333113193511963, -0.1442231386899948, 0.2833799123764038, -0.4944869875907898, -0.5155972242355347, -0.10963816195726395, -0.39881765842437744, 0.648267388343811, 0.17420940101146698, -0.4533323645591736, 0.2387276291847229, -1.1665502786636353, 0.2586947977542877, 0.2707917392253876, -0.4803942143917084, 0.2534487545490265, -0.3143332898616791, 0.45667779445648193, 0.3614506125450134, 0.4447697699069977, -0.6325118541717529, 0.32832175493240356, -0.37595611810684204, 0.2837035357952118, 0.602209210395813, 0.011048592627048492, 0.13669206202030182, -0.23739226162433624, 0.28290313482284546, 0.20798008143901825, 0.33635881543159485, 0.26348385214805603, -0.3903976082801819, -0.9790880680084229, -0.13423477113246918, 0.38183140754699707, 0.41126081347465515, -0.22318370640277863, 0.6647862195968628, -0.34128057956695557, -0.7402610182762146, -0.3907810151576996, 0.04197937622666359, 0.5206934213638306, 0.5973386764526367, 0.7231763601303101, -0.159120574593544, -0.5015618205070496, -1.1007380485534668, -0.1364869326353073, 0.11048660427331924, 0.25869491696357727, 0.08992873877286911, 0.7917115092277527, -0.15362311899662018, 0.7002801895141602, -0.4832848608493805, -0.12400811165571213, -0.41051411628723145, -0.033158741891384125, 0.24229060113430023, 0.8451482653617859, 0.8060630559921265, -0.37147000432014465, -0.32652270793914795, -0.12790782749652863, -0.8782589435577393, 0.055102504789829254, 0.04637957736849785, -0.22942984104156494, -0.06080283969640732, 0.2920614182949066, -0.6295642852783203, 0.674547553062439, 0.18255582451820374, -0.3118436336517334, 0.38905760645866394, -0.42427629232406616, -0.22681348025798798, -1.3795239925384521, 0.3632258176803589, 0.21969106793403625, -0.2149091511964798, -0.4365524649620056, 0.19227467477321625, 0.2001515030860901, -0.14981569349765778, -0.4913575351238251, 0.6640477776527405, -0.22435247898101807, 0.05528706684708595, -0.25551462173461914, -0.5430002808570862, -0.02532319724559784, 0.7157096862792969, 0.15636640787124634, 0.6609435677528381, 0.4721323847770691, -0.655135452747345, 0.4349137246608734, 0.6138458847999573, -0.056745462119579315, 0.3825896084308624, -1.0433765649795532, 0.1470499336719513, 0.06495102494955063, 0.07670584321022034, -0.599355161190033, -0.37018805742263794, 0.6633003354072571, -0.5355638861656189, 0.31678712368011475, -0.2497004121541977, -0.44825050234794617, -0.4723491668701172, 0.18317119777202606, 0.38166406750679016, 0.5689036846160889, -0.6261112093925476, 0.5840685963630676, -0.09535007178783417, 0.5395303964614868, -0.6227924823760986, -0.7717359662055969, -0.19689036905765533, -0.18494844436645508, -0.4631117582321167, 0.28525200486183167, 0.030688811093568802, 0.15166686475276947, -0.11445160955190659, -0.15682999789714813, -0.21353714168071747, -0.0631646141409874, 0.30890581011772156, 0.19912204146385193, -0.16485214233398438, -0.19763889908790588, 0.026758722960948944, -0.25249215960502625, 0.341391384601593, -0.15109242498874664, 0.4951659142971039, -0.09903793781995773, -0.20869986712932587, -0.7410353422164917, 0.005906366743147373, 0.5993098616600037, -0.23458944261074066, 0.9004595279693604, 0.9296277761459351, -0.5610395073890686, -0.07781098037958145, -0.4924602508544922, -0.05671653524041176, -0.4262460172176361, 0.5770263075828552, -0.7362107038497925, -0.12292548269033432, 0.6946268081665039, 0.07145006954669952, 0.08191324770450592, 0.9086268544197083, 0.6583635807037354, 0.09366948902606964, 1.2863677740097046, 0.4663478434085846, -0.01692403294146061, 0.4280816614627838, -0.7665637731552124, -0.16829483211040497, -0.6482478380203247, -0.6447810530662537, -0.5608256459236145, -0.23146457970142365, -0.7101216912269592, 0.038378410041332245, 0.1615610122680664, 0.04890333488583565, -0.7103541493415833, 0.47584784030914307, -0.34718677401542664, 0.4101406931877136, 0.6843900680541992, 0.4569270610809326, 0.006196355912834406, 0.18225087225437164, -0.2766649127006531, -0.008822090923786163, -0.8185391426086426, -0.459579735994339, 1.3673951625823975, 0.5228800177574158, 0.6762393116950989, -0.1293664574623108, 0.6216273307800293, 0.013877220451831818, 0.09608300030231476, -0.5876297950744629, 0.51771479845047, 0.01270593237131834, -0.8226839303970337, 0.05242803692817688, -0.2970690429210663, -0.6966714859008789, 0.08539611101150513, -0.5233603715896606, -0.5407460927963257, 0.03477488085627556, 0.28339505195617676, -0.1573951691389084, 0.3811093866825104, -0.7218453288078308, 1.3377454280853271, -0.3079708516597748, -0.455354243516922, -0.18677973747253418, -0.557536780834198, 0.0393650121986866, 0.23953911662101746, -0.35668036341667175, 0.027338167652487755, 0.1534840315580368, 0.6084203124046326, -0.6086587309837341, 0.6295409798622131, -0.3557768166065216, 0.3435182273387909, 0.1351182758808136, -0.21242861449718475, 0.5899471640586853, -0.010015962645411491, -0.11933618038892746, 0.26102495193481445, -0.10979675501585007, -0.9111884236335754, -0.37320974469184875, 0.5819490551948547, -1.3091291189193726, -0.23733258247375488, -0.4748695492744446, -0.487447589635849, -0.16989408433437347, 0.3981653153896332, 0.7239003777503967, 0.5367806553840637, -0.4247714877128601, 0.22785726189613342, 0.472328782081604, 0.17035551369190216, 0.3252294063568115, 0.2958165407180786, 0.13713780045509338, -0.5030447840690613, 0.8410342335700989, -0.1269388049840927, 0.2517625093460083, 0.03416723757982254, 0.055937509983778, -0.3921266794204712, -0.6804391741752625, -0.589706301689148, 0.3214530348777771, -0.678624153137207, -0.0725477933883667, -0.42037132382392883, -0.39951691031455994, -0.3325916826725006, 0.14150339365005493, -0.4294373691082001, -0.25922149419784546, -0.5419865250587463, -0.3655533492565155, 0.19903571903705597, 0.6067452430725098, 0.12773172557353973, 0.7372080087661743, -0.8607695698738098, 0.06047630310058594, -0.1392955183982849, 0.4636673629283905, -0.1504705399274826, -0.8631033301353455, -0.5988568067550659, 0.10887027531862259, -0.4450695514678955, -0.6417537331581116, 0.5440264344215393, 0.08926741778850555, 0.7727958559989929, 0.40775343775749207, -0.28875094652175903, 0.9110413789749146, -0.3730647563934326, 0.7688576579093933, 0.12811462581157684, -0.6416255831718445, 0.46400904655456543, -0.46337443590164185, 0.449492871761322, 0.5548931956291199, 0.40065842866897583, 0.0513530969619751, -0.18114741146564484, -1.3305000066757202, -0.7421016693115234, 0.9012413620948792, 0.39927423000335693, 0.21128016710281372, 0.2604723274707794, 0.46805211901664734, -0.033355463296175, 0.36431634426116943, -0.8826138973236084, -0.43651530146598816, -0.40804430842399597, -0.2375260442495346, -0.07861155271530151, -0.32564353942871094, -0.2581893801689148, -0.5837752819061279, 1.062827229499817, 0.04362734407186508, 0.33533623814582825, -0.07238373160362244, -0.009934540838003159, -0.3412604331970215, -0.0632762536406517, 0.7138382792472839, 0.6913552284240723, -0.622285008430481, -0.32851657271385193, 0.4413258135318756, -0.6279961466789246, -0.0740901529788971, 0.1414061039686203, -0.24856622517108917, 0.20928214490413666, 0.3782440721988678, 1.2577412128448486, 0.0757247805595398, -0.02370215207338333, 0.3204247057437897, -0.04353375732898712, -0.39694279432296753, -0.5105863213539124, 0.32152488827705383, -0.14035648107528687, 0.12747442722320557, 0.07339899986982346, 0.4959060251712799, -0.06386936455965042, -0.08888789266347885, 0.1058959811925888, 0.08183146268129349, -0.42815807461738586, -0.4496026933193207, 0.9184446334838867, 0.3396013081073761, -0.33753296732902527, 0.7218430638313293, 0.020330404862761497, -0.25909435749053955, 0.7267888188362122, 0.6051880121231079, 0.9738489389419556, -0.17065580189228058, -0.15207046270370483, 0.9151436686515808, 0.14302513003349304, -0.24212242662906647, 0.5467018485069275, 0.047538578510284424, -0.649910569190979, -0.1728328913450241, -0.5193290710449219, -0.23855389654636383, 0.4674241244792938, -1.1256694793701172, 0.6810650825500488, -0.5724970102310181, -0.3879569172859192, 0.11276749521493912, 0.12400635331869125, -0.9389339089393616, 0.7047812342643738, 0.1975109875202179, 1.2297829389572144, -1.0005515813827515, 1.058558702468872, 0.7730976939201355, -0.7284169793128967, -1.1464859247207642, -0.12148328870534897, -0.35923776030540466, -0.8556911945343018, 0.7504962682723999, -0.11855482310056686, 0.2576325833797455, 0.3014279901981354, -0.699940025806427, -0.6544127464294434, 1.111890196800232, 0.35495731234550476, -0.41866952180862427, -0.20541149377822876, 0.33491000533103943, 0.8018211722373962, -0.40319332480430603, 0.6889240145683289, 0.3407559394836426, 0.25181183218955994, 0.27325668931007385, -1.0530188083648682, -0.14249396324157715, -0.43842703104019165, 0.15519393980503082, 0.06887810677289963, -0.7487072944641113, 0.8915126919746399, -0.05757923796772957, 0.4505642354488373, 0.20230145752429962, 0.6609997749328613, 0.20449306070804596, 0.04005450755357742, 0.18798351287841797, 0.7559951543807983, 0.5236822366714478, -0.1893305629491806, 0.9470269083976746, -0.6926601529121399, 0.823198676109314, 1.1471097469329834, 0.11167172342538834, 0.5658379793167114, 0.5139517784118652, -0.05322437360882759, 0.32630714774131775, 0.9156160354614258, -0.632330060005188, 0.4272991716861725, 0.08588511496782303, -0.10200941562652588, -0.4712713062763214, 0.1424187868833542, -0.7639143466949463, 0.3755551874637604, 0.20135657489299774, -0.9047605395317078, -0.4613356590270996, -0.3535144329071045, -0.11246564239263535, -0.2438860982656479, -0.48322945833206177, 0.5784010291099548, -0.16777926683425903, -0.49782490730285645, 0.7908924221992493, 0.27352970838546753, 0.21475934982299805, -0.6282551288604736, -0.11324059218168259, -0.0815114676952362, 0.4614337384700775, -0.36713647842407227, -0.5735798478126526, 0.29991862177848816, 0.061822060495615005, -0.2821306586265564, -0.23443646728992462, 0.5445364117622375, -0.3830832839012146, -0.7539237141609192, 0.13123062252998352, 0.5096784234046936, 0.23461206257343292, 0.1816757321357727, -1.0532090663909912, -0.09501822292804718, -0.016246119514107704, -0.38234198093414307, 0.1066657230257988, 0.32136890292167664, -0.09495943784713745, 0.6403796076774597, 0.5068402290344238, 0.08193030208349228, 0.09589588642120361, 0.16950365900993347, 0.9124810099601746, -0.6546087861061096, -0.5661581754684448, -0.7907186150550842, 0.5489411354064941, -0.21301177144050598, -0.8784626722335815, 0.5305325388908386, 0.9767662882804871, 1.102364182472229, -0.467752605676651, 0.7321897149085999, 0.008677602745592594, 0.4051085412502289, -0.41390320658683777, 0.6510887145996094, -0.46353036165237427, 0.01176749262958765, -0.16564977169036865, -0.9589000344276428, -0.04296593740582466, 0.7157520651817322, -0.37391790747642517, 0.1831347942352295, 0.6471859812736511, 0.733839213848114, -0.361061155796051, 0.028507838025689125, 0.30111339688301086, 0.10415004193782806, 0.1744445413351059, 0.43999919295310974, 0.2957130968570709, -0.9505554437637329, 0.6510305404663086, -0.5476717352867126, 0.18958990275859833, -0.10617109388113022, -0.6133425831794739, -1.2651935815811157, -0.26796412467956543, -0.3703509271144867, -0.7497172355651855, 0.12273357808589935, 1.271583080291748, 0.7472741007804871, -0.9284335374832153, -0.475546658039093, -0.22047735750675201, -0.2954806983470917, -0.11149917542934418, -0.17146682739257812, 0.353285551071167, -0.20573708415031433, -0.978315532207489, -0.10573814809322357, -0.4516722857952118, 0.38798364996910095, -0.08260894566774368, -0.2093980461359024, -0.05600157007575035, -0.4996861517429352, 0.15549670159816742, 0.17251551151275635, -0.6645970940589905, -0.4072170555591583, 0.003129755612462759, -0.3763107657432556, 0.3009619116783142, 0.2847994267940521, -0.4320474863052368, 0.3494667112827301, 0.31976088881492615, 0.2764585316181183, 0.827147364616394, 0.16874942183494568, 0.7679741382598877, -0.7793862223625183, 0.4617741107940674, 0.15682412683963776, 0.4061739146709442, 0.10161029547452927, -0.3442308008670807, 0.5854452252388, 0.5908614993095398, -0.32913365960121155, -0.7002885341644287, -0.08166111260652542, -1.1952987909317017, 0.3951621949672699, 1.3065521717071533, -0.01638585515320301, -0.5356287360191345, 0.3208620846271515, -0.3277427554130554, 0.5799800157546997, -0.3817727267742157, 0.5324852466583252, 0.8320248126983643, 0.04287542775273323, 0.025289425626397133, -0.5495405793190002, 0.5177884697914124, 0.20920899510383606, -0.6406694650650024, -0.4610554277896881, 0.3539779782295227, 0.7201617360115051, -0.19341476261615753, 0.35834136605262756, -0.09573280811309814, 0.42714980244636536, 0.09185148775577545, 0.5703393220901489, -0.49532273411750793, -0.2274237424135208, -0.2727547287940979, 0.10408259928226471, 0.14565682411193848, -0.5871182680130005 ]
01GangaPutraBheeshma/colab_text_generation_FT_opt_on_dolly_UT_V2
01GangaPutraBheeshma
2023-11-30T01:12:09Z
0
0
null
[ "transformers", "tensorboard", "safetensors", "opt", "text-generation", "generated_from_trainer", "base_model:facebook/opt-350m", "license:other", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:12:09Z
2023-11-30T01:11:19.000Z
null
null
--- license: other base_model: facebook/opt-350m tags: - generated_from_trainer model-index: - name: colab_text_generation_FT_opt_on_dolly_UT_V2 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # colab_text_generation_FT_opt_on_dolly_UT_V2 This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on an unknown dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0002 - train_batch_size: 4 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 2 - total_train_batch_size: 8 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: cosine - lr_scheduler_warmup_ratio: 0.03 - num_epochs: 2 ### Training results ### Framework versions - Transformers 4.35.2 - Pytorch 2.1.0+cu118 - Datasets 2.15.0 - Tokenizers 0.15.0
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
01GangaPutraBheeshma/colab_text_generation_FT_opt_on_dolly_UT_V2
[ -0.3744793236255646, -0.9226000905036926, -0.035060759633779526, 0.32758936285972595, -0.35803332924842834, -0.29819369316101074, 0.01902925781905651, -0.2673119604587555, 0.3748694658279419, 0.4204581081867218, -0.8295355439186096, -0.4553907513618469, -0.5875626802444458, 0.029718870297074318, -0.3356787860393524, 1.2147940397262573, 0.13286688923835754, 0.39094671607017517, -0.30495575070381165, 0.06253346800804138, -0.47735169529914856, -0.5650469660758972, -1.0152920484542847, -0.5221750736236572, 0.30670106410980225, 0.20612278580665588, 0.8688746094703674, 0.9632278084754944, 0.7466812133789062, 0.30192169547080994, -0.4579870402812958, 0.0727752074599266, -0.9707235097885132, -0.5948053598403931, -0.05143682286143303, -0.43968215584754944, -1.0117608308792114, 0.12559638917446136, 0.6504238247871399, 0.3190873861312866, -0.13272492587566376, 0.63429856300354, 0.07124742120504379, 0.4136796295642853, -0.5941103100776672, 0.2943708300590515, -0.6387729048728943, 0.3086056709289551, 0.0019626470748335123, -0.42685115337371826, -0.4501918852329254, -0.19967737793922424, -0.06176905706524849, -0.5490128993988037, 0.6753478646278381, 0.031004291027784348, 1.3421167135238647, 0.250905841588974, -0.3453812599182129, -0.06545205414295197, -0.771217942237854, 0.5434328317642212, -0.43208232522010803, 0.16724301874637604, 0.4932097792625427, 0.457261323928833, -0.014883804135024548, -0.7395418882369995, -0.35446256399154663, -0.1230701133608818, -0.11211560666561127, 0.24244645237922668, -0.05504552274942398, 0.0021619866602122784, 0.676293671131134, 0.36772972345352173, -0.6029648184776306, 0.01992330327630043, -0.799186110496521, -0.2718193531036377, 0.9134008288383484, 0.44623279571533203, -0.2477240115404129, -0.32165488600730896, -0.5987787246704102, -0.11656933277845383, -0.3578513264656067, 0.26405271887779236, 0.6841334104537964, 0.3440817594528198, -0.5459410548210144, 0.8120380640029907, -0.42753541469573975, 0.8274878859519958, 0.1897425651550293, 0.04711763560771942, 0.6513833999633789, 0.043881263583898544, -0.4838051497936249, -0.27260446548461914, 0.8866099715232849, 0.605295717716217, 0.269599586725235, 0.07959435880184174, -0.2485109567642212, -0.07370679825544357, 0.27911651134490967, -0.7912084460258484, -0.34183359146118164, 0.14449985325336456, -0.6028918623924255, -0.7360284924507141, 0.23125328123569489, -0.6736263036727905, 0.08536113053560257, -0.35203471779823303, 0.5923106074333191, -0.22517412900924683, -0.16209819912910461, 0.07944674789905548, -0.12742796540260315, 0.35027867555618286, 0.14925219118595123, -0.7038974761962891, 0.15800195932388306, 0.27176639437675476, 0.4672735333442688, 0.178897425532341, -0.20557676255702972, -0.43697673082351685, 0.17465715110301971, -0.36354905366897583, 0.5117431879043579, -0.04529033973813057, -0.5608493685722351, 0.18141134083271027, 0.3149041533470154, -0.10488446801900864, -0.5426954030990601, 1.0286716222763062, -0.38308268785476685, 0.17805515229701996, -0.18696671724319458, -0.5530620813369751, -0.0947902724146843, 0.31625208258628845, -0.7878541946411133, 1.3392263650894165, 0.21187415719032288, -0.6388726830482483, 0.6059918403625488, -0.5484742522239685, -0.2916628420352936, 0.1998983919620514, -0.01959768682718277, -0.760266125202179, 0.017869919538497925, -0.008412018418312073, 0.6009026169776917, -0.13548791408538818, 0.37856757640838623, -0.5309144854545593, -0.37035393714904785, 0.10181058198213577, -0.4983646869659424, 0.9240780472755432, 0.18022564053535461, -0.07445314526557922, 0.1895391047000885, -1.3525722026824951, 0.2629280686378479, 0.4439138174057007, -0.5726419687271118, 0.2785069942474365, -0.39809346199035645, 0.5915241837501526, 0.2683028280735016, 0.47574225068092346, -0.44726988673210144, 0.1046450138092041, -0.25280991196632385, 0.07336682081222534, 0.7679559588432312, -0.17812618613243103, 0.11985421180725098, -0.38275617361068726, 0.431621253490448, 0.04327183961868286, 0.5865374803543091, 0.27002739906311035, -0.42437639832496643, -1.0295813083648682, -0.23076596856117249, 0.05200225114822388, 0.3735325038433075, -0.3358114957809448, 0.737285852432251, -0.10805382579565048, -0.7624664306640625, -0.23215016722679138, 0.19217319786548615, 0.47815239429473877, 0.5528264045715332, 0.5528551936149597, -0.22476676106452942, -0.4316048324108124, -1.049980640411377, -0.12759822607040405, 0.07158926874399185, 0.19824320077896118, 0.3322267532348633, 0.6868364810943604, -0.21190452575683594, 1.0680454969406128, -0.777662456035614, -0.1820896714925766, -0.2847997844219208, -0.032960135489702225, 0.300566703081131, 0.8165035843849182, 0.8163238167762756, -0.705731987953186, -0.49409738183021545, -0.28943732380867004, -0.8413932919502258, 0.22110989689826965, -0.12205099314451218, -0.4656972587108612, -0.06018048897385597, 0.35573810338974, -0.7833201289176941, 0.8093146681785583, 0.27013149857521057, -0.35164323449134827, 0.556486964225769, -0.41858336329460144, -0.3375137150287628, -1.2623374462127686, 0.10291733592748642, 0.30343955755233765, -0.21654152870178223, -0.2826118469238281, -0.0848458781838417, 0.07642504572868347, -0.12998035550117493, -0.45958080887794495, 0.6776288747787476, -0.27416545152664185, 0.2090780884027481, -0.2576846480369568, -0.21757398545742035, -0.019672291353344917, 0.640139102935791, 0.06265954673290253, 0.2543330788612366, 0.7295334339141846, -0.6759997606277466, 0.6012760400772095, 0.6480848789215088, -0.07544338703155518, 0.5353922247886658, -0.8698773980140686, 0.13894031941890717, -0.10349322855472565, 0.06658520549535751, -0.8794347047805786, -0.5789690613746643, 0.6077839136123657, -0.6014211773872375, 0.34238401055336, 0.029954569414258003, -0.2661173641681671, -0.6690118908882141, -0.008435791358351707, 0.27947714924812317, 0.515595555305481, -0.628397524356842, 0.5961639285087585, 0.011411706916987896, 0.5073702335357666, -0.551853597164154, -0.6268927454948425, -0.3563549518585205, -0.15868757665157318, -0.556059718132019, 0.18271666765213013, -0.018720220774412155, 0.2282516211271286, -0.03070584312081337, 0.0042349365539848804, -0.25525468587875366, -0.29719698429107666, 0.2760825455188751, 0.33559325337409973, -0.015592451207339764, -0.01593247801065445, -0.04243912175297737, -0.27343088388442993, 0.3412426710128784, 0.17659571766853333, 0.48280081152915955, 0.05649693310260773, -0.09415344893932343, -0.9065520167350769, -0.10280221700668335, 0.25586622953414917, -0.1899794340133667, 1.0481386184692383, 0.9557990431785583, -0.464102178812027, -0.21551086008548737, -0.5014019012451172, -0.18494929373264313, -0.4658809006214142, 0.6428335905075073, -0.47824981808662415, -0.24545976519584656, 0.560761570930481, -0.022610660642385483, -0.050699811428785324, 0.8121303915977478, 0.6295992136001587, 0.10239782929420471, 1.080322265625, 0.4576535224914551, 0.07354194670915604, 0.47003212571144104, -0.9164711236953735, -0.09979857504367828, -0.5811069011688232, -0.4767287075519562, -0.5750841498374939, -0.15868763625621796, -0.7570861577987671, -0.23728063702583313, 0.09153292328119278, 0.15963086485862732, -0.5030245184898376, 0.5418508052825928, -0.35006898641586304, 0.3300243020057678, 0.7320681214332581, 0.5804124474525452, -0.20328781008720398, 0.20277951657772064, -0.06622973084449768, 0.2993859350681305, -0.9371184706687927, -0.4183565378189087, 1.3025904893875122, 0.3497867286205292, 0.7685045003890991, -0.34065788984298706, 0.5618667006492615, 0.014325900003314018, 0.22792749106884003, -0.534442663192749, 0.6998792886734009, 0.15916557610034943, -1.097582459449768, -0.11766616255044937, -0.4463941752910614, -0.7661421298980713, 0.08394157886505127, -0.6453688144683838, -0.6057448387145996, 0.05135836452245712, 0.5382051467895508, -0.27300265431404114, 0.11896497756242752, -0.6893641352653503, 1.2593934535980225, -0.3055766820907593, -0.7045880556106567, -0.10373938083648682, -0.6053851246833801, 0.0570647269487381, 0.1266498565673828, -0.14230768382549286, -0.019539305940270424, 0.3821112811565399, 0.83765709400177, -0.5839217901229858, 0.7333396077156067, -0.24743139743804932, 0.40696582198143005, 0.5945915579795837, -0.30294644832611084, 0.6913663148880005, 0.13206149637699127, -0.07624708861112595, 0.17286217212677002, -0.23275543749332428, -0.7198900580406189, -0.16528019309043884, 0.5327597856521606, -1.1252061128616333, -0.2122354954481125, -0.48315563797950745, -0.6015961170196533, -0.1814267784357071, 0.08753049373626709, 0.7411133050918579, 0.6139992475509644, -0.23502784967422485, 0.4397076964378357, 0.22411112487316132, -0.08982154726982117, 0.3532479703426361, 0.14584696292877197, -0.04007280245423317, -0.5488581657409668, 0.8526495099067688, -0.14997898042201996, 0.34683194756507874, 0.19291634857654572, 0.19903039932250977, -0.44038158655166626, -0.22720326483249664, -0.22970128059387207, 0.3838246464729309, -0.7707991600036621, -0.24942347407341003, -0.4616336524486542, -0.432730495929718, -0.4474596083164215, -0.15728238224983215, -0.5129510760307312, -0.1579362154006958, -0.743327260017395, -0.4239267408847809, 0.38297101855278015, 0.5140486359596252, -0.10105711966753006, 0.9617078900337219, -0.6042457818984985, 0.109461210668087, 0.07183845341205597, 0.36538615822792053, -0.044425416737794876, -0.7112808227539062, -0.5939249396324158, 0.18870492279529572, -0.6378875374794006, -0.6744783520698547, 0.49733930826187134, -0.03588002175092697, 0.6291442513465881, 0.644970715045929, -0.11725378036499023, 0.9475155472755432, -0.1432986855506897, 0.6403543949127197, 0.4003795385360718, -0.5206809043884277, 0.41500774025917053, -0.3990534245967865, 0.1763359159231186, 0.39073577523231506, 0.6080522537231445, 0.24800914525985718, -0.15805082023143768, -1.0893802642822266, -0.7931489944458008, 0.9640007019042969, 0.47797515988349915, 0.36532628536224365, 0.09466344863176346, 0.49996113777160645, -0.21060065925121307, 0.31048139929771423, -1.106903314590454, -0.45283305644989014, -0.10425669699907303, -0.15520116686820984, -0.24298959970474243, -0.5276523232460022, -0.12685665488243103, -0.5896192789077759, 1.0960391759872437, 0.019205467775464058, 0.23740091919898987, -0.05163549259305, 0.15230035781860352, -0.4462953209877014, -0.40580907464027405, 0.3430599868297577, 0.8047253489494324, -0.6097802519798279, -0.5263620615005493, 0.09935936331748962, -0.5351324677467346, -0.1700243055820465, 0.2302926480770111, -0.3899788558483124, 0.12302441149950027, 0.31454718112945557, 1.0864678621292114, -0.08866356313228607, -0.1576281189918518, 0.36041444540023804, -0.01256047934293747, -0.3269316256046295, -0.5117452144622803, 0.26777714490890503, -0.15211154520511627, 0.1987273395061493, 0.1287999153137207, 0.3750898241996765, -0.01325865276157856, -0.10150754451751709, 0.023352397605776787, 0.49731409549713135, -0.5817389488220215, -0.21514002978801727, 1.0130566358566284, 0.32440298795700073, -0.49264436960220337, 0.6027268767356873, -0.13858021795749664, -0.07140184938907623, 0.9725319743156433, 0.47560811042785645, 0.9873969554901123, -0.2096012383699417, 0.20856070518493652, 1.0133907794952393, 0.17035503685474396, -0.0372212678194046, 0.5091010928153992, 0.20961466431617737, -0.605211615562439, -0.10083471238613129, -0.904407799243927, 0.053193628787994385, 0.5282423496246338, -1.1688482761383057, 0.8148834705352783, -0.31685248017311096, -0.5976694226264954, 0.1975959688425064, -0.08260218799114227, -1.0633009672164917, 0.7542589902877808, -0.10997963696718216, 0.9984870553016663, -1.0073628425598145, 0.6212999820709229, 0.7725477814674377, -0.548528254032135, -1.0698161125183105, -0.14862172305583954, -0.1108747348189354, -0.8555595874786377, 0.7030061483383179, 0.223904088139534, 0.2582206428050995, 0.20085082948207855, -0.8102402091026306, -0.6945300698280334, 0.9954778552055359, 0.22963304817676544, -0.5005733966827393, 0.08912290632724762, 0.36112791299819946, 0.658847451210022, -0.27634063363075256, 0.5349128246307373, 0.046479105949401855, -0.024475252255797386, 0.4697830379009247, -0.8761310577392578, -0.2524518072605133, -0.15338850021362305, 0.20113864541053772, -0.0324581153690815, -0.8535788655281067, 1.1095830202102661, -0.0925460234284401, 0.3669395446777344, 0.37021902203559875, 0.6269532442092896, 0.11947786062955856, 0.32912740111351013, 0.3024422824382782, 0.7158270478248596, 0.40368130803108215, -0.02599981799721718, 0.9604325294494629, -0.5665993690490723, 1.0265519618988037, 1.1110485792160034, 0.024287257343530655, 0.5613136291503906, 0.37220636010169983, -0.2032965123653412, 0.03302564099431038, 0.8911101818084717, -0.34617018699645996, 0.30706438422203064, 0.1929166167974472, 0.05581672489643097, -0.47839221358299255, 0.17017029225826263, -0.589398980140686, 0.5847115516662598, -0.06016497686505318, -0.8740383386611938, -0.21779654920101166, -0.25728198885917664, 0.03653092682361603, -0.2268238365650177, -0.4461989104747772, 0.5391680598258972, -0.3719140887260437, -0.4759233593940735, 0.6855924725532532, 0.02233707718551159, 0.2337062507867813, -0.6976023316383362, -0.1099923625588417, -0.11324794590473175, 0.622140109539032, -0.27868926525115967, -0.38819387555122375, 0.13200005888938904, -0.04520542174577713, -0.1064831018447876, -0.08716951310634613, 0.5784990787506104, -0.3189472556114197, -1.1197277307510376, 0.24194589257240295, 0.42605412006378174, 0.1762506365776062, 0.12069841474294662, -0.9913931488990784, -0.03220071271061897, -0.011816142126917839, -0.5544226765632629, 0.03217928111553192, 0.2957610785961151, 0.14985425770282745, 0.6138685941696167, 0.6826756000518799, -0.06388022005558014, 0.15773940086364746, -0.0938776358962059, 1.0090984106063843, -0.5093678832054138, -0.6566745638847351, -0.7866480350494385, 0.6561452150344849, -0.3898105323314667, -0.8180409669876099, 0.7829412817955017, 1.1346547603607178, 1.253474235534668, -0.4874555766582489, 0.5054097771644592, -0.17340728640556335, 0.4549117088317871, -0.42090779542922974, 0.49197983741760254, -0.7096598744392395, -0.24495525658130646, -0.46883082389831543, -0.9754278659820557, 0.08625361323356628, 0.8640413284301758, -0.23525062203407288, 0.4067389667034149, 0.510132908821106, 0.9748465418815613, -0.09794444590806961, 0.08732609450817108, 0.1318974643945694, 0.16111591458320618, 0.14862604439258575, 0.20903730392456055, 0.46877729892730713, -0.7767566442489624, 0.651465892791748, -0.5763022899627686, -0.26865530014038086, -0.3206925392150879, -0.689174473285675, -1.1495914459228516, -0.3241260349750519, -0.4762144386768341, -0.6634856462478638, -0.0030871136114001274, 0.9167248010635376, 0.8183495402336121, -0.6237103939056396, -0.6034850478172302, -0.1486404985189438, -0.2942785918712616, -0.30388179421424866, -0.25971537828445435, 0.4610182046890259, -0.11173198372125626, -0.8428676724433899, -0.3882485032081604, -0.29490578174591064, 0.2704275846481323, -0.061780788004398346, -0.22293533384799957, -0.3906259834766388, -0.2829382121562958, 0.44386589527130127, -0.008058266714215279, -0.44946765899658203, -0.19585497677326202, -0.04495278373360634, -0.0522925965487957, 0.07325174659490585, 0.22992084920406342, -0.4461778402328491, 0.5589361190795898, 0.32572221755981445, 0.13123737275600433, 0.6617052555084229, 0.30313265323638916, 0.2870345115661621, -0.7140846848487854, 0.5503320097923279, 0.16042949259281158, 0.3026772141456604, 0.08670930564403534, -0.4509257376194, 0.5798367857933044, 0.646037220954895, -0.48675814270973206, -0.8023585081100464, -0.07036201655864716, -1.1989319324493408, 0.21787388622760773, 1.400442361831665, 0.16633927822113037, -0.5337015390396118, 0.42088550329208374, -0.44613608717918396, 0.4398875832557678, -0.16461022198200226, 0.6333885788917542, 0.6626193523406982, -0.12573987245559692, 0.20767298340797424, -0.6192838549613953, 0.5139361023902893, 0.0758284330368042, -0.6565554738044739, -0.38018035888671875, 0.5712084174156189, 0.3310859501361847, -0.0070837559178471565, 0.5009751915931702, 0.1321215033531189, 0.2680860459804535, 0.2354482114315033, 0.29764509201049805, -0.27531278133392334, -0.29425621032714844, 0.009261364117264748, 0.11391577124595642, -0.23807381093502045, -0.5881029367446899 ]
esmarquez17/hate-social-network
esmarquez17
2023-11-30T01:22:28Z
0
0
null
[ "transformers", "tf", "roberta", "text-classification", "generated_from_keras_callback", "base_model:esmarquez17/fine-tunning-roberta-bne-hate-offensive", "license:apache-2.0", "endpoints_compatible", "region:us" ]
2023-11-30T01:22:28Z
2023-11-30T01:14:35.000Z
null
null
--- license: apache-2.0 base_model: esmarquez17/fine-tunning-roberta-bne-hate-offensive tags: - generated_from_keras_callback model-index: - name: hate-social-network results: [] --- <!-- This model card has been generated automatically according to the information Keras had access to. You should probably proofread and complete it, then remove this comment. --> # hate-social-network This model is a fine-tuned version of [esmarquez17/fine-tunning-roberta-bne-hate-offensive](https://huggingface.co/esmarquez17/fine-tunning-roberta-bne-hate-offensive) on an unknown dataset. It achieves the following results on the evaluation set: ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': True, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 1e-05, 'decay_steps': 3050, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False} - training_precision: float32 ### Training results ### Framework versions - Transformers 4.35.2 - TensorFlow 2.14.0 - Datasets 2.15.0 - Tokenizers 0.15.0
null
transformers
text-classification
null
null
null
null
null
null
null
null
null
esmarquez17/hate-social-network
[ -0.7030321955680847, -0.7672910094261169, 0.12945473194122314, 0.08861476927995682, -0.4379662573337555, -0.14398258924484253, -0.08216533064842224, -0.2357354462146759, 0.4188868999481201, 0.06920654326677322, -0.7891976237297058, -0.716458261013031, -0.9118362665176392, -0.17956455051898956, -0.34588897228240967, 1.2164661884307861, 0.40092724561691284, 0.35586652159690857, 0.14479316771030426, -0.09601523727178574, -0.2011069506406784, -0.48939552903175354, -1.2853343486785889, -0.688334584236145, 0.857901394367218, 0.22074313461780548, 0.8595707416534424, 0.9302529096603394, 0.506664514541626, 0.2816809117794037, -0.4831542670726776, -0.09631239622831345, -0.775980532169342, -0.41974759101867676, -0.1330665498971939, -0.2359936684370041, -0.5347511768341064, -0.08766288310289383, 0.6758794188499451, 0.3296695053577423, -0.06928636133670807, 0.44593802094459534, 0.08546342700719833, 0.43587231636047363, -0.5961745381355286, 0.0667598769068718, -0.7345666289329529, 0.3228989839553833, -0.2565191388130188, 0.03771837428212166, -0.08649716526269913, -0.19118528068065643, -0.07956401258707047, -0.47259992361068726, 0.4305887222290039, 0.020467432215809822, 1.2054052352905273, 0.187747985124588, -0.17771081626415253, -0.10927250236272812, -0.6523410081863403, 0.7200163006782532, -0.9071288108825684, 0.28325238823890686, 0.3735748827457428, 0.5488702058792114, -0.1453433334827423, -0.6413174867630005, -0.5551181435585022, 0.06423719227313995, 0.21822960674762726, 0.22530005872249603, -0.38446244597435, 0.023949261754751205, 0.5164275169372559, 0.35961106419563293, -0.46159103512763977, 0.37437164783477783, -0.8681614995002747, -0.2009277492761612, 0.6827976703643799, 0.413454532623291, -0.20826412737369537, -0.3851793706417084, -0.3570325970649719, -0.13700304925441742, -0.2691749334335327, 0.06850844621658325, 0.9214022755622864, 0.5067051649093628, -0.391045480966568, 0.6827490329742432, -0.3354692757129669, 0.629962146282196, 0.01772029511630535, 0.06544560939073563, 0.5785806179046631, 0.14787377417087555, -0.42615625262260437, 0.06414151936769485, 1.0437577962875366, 0.7319267988204956, 0.2296036332845688, 0.02860121615231037, -0.24341793358325958, 0.14374777674674988, 0.4028151035308838, -0.9350743293762207, -0.18850916624069214, 0.1344095915555954, -0.6832042932510376, -1.0615859031677246, -0.16259625554084778, -0.8782498240470886, -0.006105117034167051, -0.3851114511489868, 0.6071058511734009, -0.41915133595466614, -0.14438365399837494, 0.054525282233953476, -0.10346230119466782, 0.1298275589942932, -0.0955350324511528, -0.48332318663597107, 0.4892573654651642, 0.5872706770896912, 0.7861164808273315, 0.14473873376846313, -0.32663971185684204, -0.14414745569229126, -0.1900123804807663, -0.1433553397655487, 0.4318762719631195, -0.3838145434856415, -0.31217625737190247, -0.1600857526063919, 0.25434017181396484, -0.022696811705827713, -0.2826160192489624, 0.7856786847114563, -0.6005865931510925, 0.13051258027553558, -0.26467660069465637, -0.656719982624054, -0.39297178387641907, 0.29344239830970764, -0.613456666469574, 1.0181430578231812, -0.208766371011734, -0.7667415142059326, 0.3371417224407196, -0.7278043627738953, -0.29457342624664307, -0.054065391421318054, 0.022546939551830292, -0.8656882643699646, -0.07960259169340134, -0.2734665870666504, 0.7100457549095154, -0.20401278138160706, 0.07357296347618103, -0.7497130036354065, -0.5213820338249207, -0.17938950657844543, -0.28757432103157043, 0.935104250907898, 0.4385172128677368, -0.510623574256897, 0.14081431925296783, -1.358211636543274, 0.08042331784963608, 0.4838032126426697, -0.20475725829601288, -0.1882910430431366, -0.2089703530073166, 0.2704814076423645, 0.331024706363678, 0.2983354330062866, -0.8374075293540955, -0.20578068494796753, -0.4029375910758972, 0.34711477160453796, 1.0089304447174072, 0.15072043240070343, -0.045550182461738586, -0.4486023187637329, 0.45070594549179077, 0.16170722246170044, 0.4095051884651184, 0.4510565996170044, -0.5708833932876587, -0.795296311378479, 0.08884669095277786, 0.14607062935829163, 0.2737502157688141, -0.2766411304473877, 0.6773720979690552, 0.17746379971504211, -1.0349973440170288, -0.20856408774852753, 0.05035286769270897, 0.560502827167511, 0.711841881275177, 0.33601564168930054, -0.2675437331199646, -0.7426105737686157, -1.1313490867614746, -0.06914705038070679, -0.005008224863559008, 0.34625354409217834, 0.3774002492427826, 0.7372040152549744, -0.14854945242404938, 0.3966349959373474, -0.5306901335716248, -0.11691884696483612, -0.012171844020485878, 0.02790517359972, 0.4664272964000702, 0.7073814868927002, 0.5062023997306824, -0.6956546902656555, -0.31199443340301514, -0.2193242609500885, -0.5376660823822021, 0.18309253454208374, 0.0677599385380745, -0.3377701938152313, -0.19451570510864258, 0.39369016885757446, -0.23569267988204956, 0.5400633811950684, 0.3527011573314667, -0.37783506512641907, 0.6822636723518372, -0.18253406882286072, -0.18615032732486725, -1.3902506828308105, 0.31583288311958313, 0.3782847225666046, -0.027586709707975388, -0.39767664670944214, 0.14681954681873322, -0.09588853269815445, -0.1301514208316803, -0.615739643573761, 0.49449002742767334, 0.11912485212087631, 0.08555813878774643, -0.12398280203342438, -0.29296278953552246, -0.13197815418243408, 0.8639876246452332, -0.11999337375164032, 0.2283879965543747, 0.5344299674034119, -0.7891100645065308, 0.5516102313995361, 0.29770079255104065, -0.27452683448791504, 0.5761246681213379, -1.021755576133728, 0.2786414623260498, -0.35132691264152527, -0.31160786747932434, -0.7373816967010498, -0.29985710978507996, 0.683716356754303, -0.44915899634361267, 0.03338664770126343, -0.33503878116607666, -0.4112577438354492, -0.536135733127594, -0.045733582228422165, 0.3852750360965729, 0.5723305940628052, -0.41283106803894043, 0.39314380288124084, 0.10985743254423141, 0.46052980422973633, -0.7571724057197571, -0.657546877861023, -0.33413198590278625, -0.23463264107704163, -0.25235944986343384, 0.2780956029891968, -0.17480741441249847, 0.049054309725761414, 0.20052914321422577, 0.14612413942813873, -0.1489933282136917, 0.11979696899652481, 0.48198774456977844, 0.20403282344341278, -0.11708555370569229, -0.070817731320858, 0.07644810527563095, -0.0670926421880722, 0.25283578038215637, 0.10927603393793106, 0.7798653841018677, -0.14058566093444824, -0.35309693217277527, -0.5451291799545288, -0.13774262368679047, 0.6165819764137268, -0.12067317962646484, 0.8522707223892212, 0.9868115782737732, -0.6544389128684998, -0.1067994236946106, -0.34023165702819824, -0.08768545091152191, -0.45438075065612793, 0.7546751499176025, -0.38627514243125916, -0.5554656386375427, 0.8612955808639526, 0.31399908661842346, 0.18103857338428497, 0.8917326331138611, 0.6548172831535339, 0.10170966386795044, 1.080894947052002, 0.24548281729221344, -0.15564389526844025, 0.35801318287849426, -0.5728190541267395, -0.0898425504565239, -0.7276456356048584, -0.6142441034317017, -0.6002253890037537, -0.6215198040008545, -0.6736457347869873, 0.1325693428516388, 0.21339008212089539, 0.0056192921474576, -0.7960081100463867, 0.48353004455566406, -0.605955958366394, 0.6080616116523743, 0.5671356916427612, 0.5366635918617249, -0.20684853196144104, 0.1950530707836151, -0.3176553249359131, 0.01941932924091816, -0.8770911693572998, -0.15465019643306732, 1.3103526830673218, 0.6665287613868713, 0.4992724359035492, -0.13548186421394348, 0.7031213045120239, 0.1988186538219452, -0.0070127276703715324, -0.8672893047332764, 0.5830193758010864, -0.2329539954662323, -0.7467153668403625, -0.15668454766273499, -0.5683473348617554, -0.8235018849372864, 0.00827836524695158, -0.40953177213668823, -0.46931108832359314, 0.19804365932941437, 0.11062229424715042, -0.5139878988265991, 0.5886614918708801, -0.2609821557998657, 1.0271520614624023, -0.08244238793849945, -0.3180153965950012, -0.5174956917762756, -0.41798636317253113, 0.24500541388988495, -0.013262433931231499, 0.04295895993709564, -0.1514415591955185, 0.3636094033718109, 1.2422434091567993, -0.5202808976173401, 0.9648808240890503, -0.4081256687641144, 0.3413187861442566, 0.20194374024868011, -0.03060060366988182, 0.4407762587070465, -0.1817004233598709, -0.31583330035209656, 0.27748650312423706, -0.09988991171121597, -0.589699923992157, -0.3343336582183838, 0.8464857339859009, -1.1737765073776245, -0.05464363470673561, -0.33491483330726624, -0.4452793002128601, 0.024076517671346664, 0.4777902662754059, 0.6325656175613403, 0.8581610321998596, -0.2970907688140869, 0.2977706491947174, 0.6090697050094604, -0.11249685287475586, 0.27231544256210327, 0.27568382024765015, -0.15070921182632446, -0.6785615682601929, 0.9482433795928955, 0.13698621094226837, 0.2529260516166687, -0.14557668566703796, 0.27463865280151367, -0.18795976042747498, -0.5696688890457153, -0.27868273854255676, 0.22042980790138245, -0.7613075971603394, -0.2536014914512634, -0.550678551197052, -0.5564433336257935, -0.3567827343940735, -0.02763862907886505, -0.5260058045387268, -0.18877971172332764, -0.4070923924446106, -0.21562252938747406, 0.32283318042755127, 0.8807716965675354, -0.23303301632404327, 0.7411177754402161, -0.39534425735473633, 0.16981500387191772, 0.07730461657047272, 0.6527919769287109, 0.38285985589027405, -0.8197774291038513, -0.4630765914916992, 0.2066221386194229, -0.43086010217666626, -0.7080432176589966, 0.35017669200897217, -0.030370589345693588, 0.5750143527984619, 0.7777056694030762, -0.15993498265743256, 0.7109322547912598, -0.3144730031490326, 0.48339328169822693, 0.37021422386169434, -0.4302557408809662, 0.23596566915512085, -0.34814682602882385, 0.2687526047229767, 0.49750107526779175, 0.7435820698738098, -0.299862802028656, -0.21041418612003326, -1.137120008468628, -0.6979487538337708, 0.8361186385154724, 0.29953455924987793, 0.3164025843143463, -0.2377457171678543, 0.4530388116836548, -0.21012727916240692, 0.11886905133724213, -0.7838413119316101, -0.8155102133750916, -0.2740541994571686, -0.22867347300052643, 0.06506608426570892, -0.5268711447715759, -0.14092017710208893, -0.4899241030216217, 1.3094030618667603, 0.3000052869319916, 0.2793942391872406, 0.02770623192191124, 0.3678261935710907, -0.3454168438911438, -0.12003056704998016, 0.47786664962768555, 0.5342550873756409, -0.5994114279747009, -0.09523659944534302, 0.21882611513137817, -0.39839667081832886, -0.06064121797680855, 0.14517295360565186, -0.14082051813602448, 0.14870719611644745, -0.03492642939090729, 0.994742751121521, 0.20699329674243927, 0.02667156234383583, 0.4474656283855438, -0.05783146992325783, -0.4274798631668091, -0.6005560755729675, 0.20485755801200867, -0.18321266770362854, 0.3125327527523041, 0.02574053965508938, 0.5724276304244995, 0.1074700728058815, -0.09388493001461029, 0.20636610686779022, 0.36008769273757935, -0.5724062919616699, -0.38943490386009216, 0.7955102920532227, -0.09980783611536026, -0.571804404258728, 0.4003387689590454, -0.36315780878067017, -0.5513424873352051, 1.0398491621017456, 0.5154719352722168, 0.8592923879623413, -0.18485412001609802, 0.2608333230018616, 0.9031046628952026, 0.2276989221572876, 0.07049591094255447, 0.4331868588924408, 0.12846851348876953, -0.9793699979782104, -0.14303185045719147, -0.8905012011528015, -0.19910593330860138, 0.783271074295044, -1.0954018831253052, 0.6369181871414185, -0.964801013469696, -0.3769405782222748, 0.4472886919975281, 0.09854333102703094, -0.9528161883354187, 0.5654299259185791, 0.24660323560237885, 1.0949140787124634, -1.041518211364746, 0.6176928281784058, 0.673285186290741, -0.33032554388046265, -0.9545863270759583, -0.43524324893951416, -0.042885590344667435, -1.0321437120437622, 0.6189624071121216, 0.054443053901195526, 0.14879171550273895, 0.24657419323921204, -0.5944989919662476, -0.8713732957839966, 0.8903725147247314, 0.041115958243608475, -0.7369630336761475, -0.11136393249034882, 0.2283373773097992, 0.5955222845077515, -0.17917771637439728, 0.30415230989456177, 0.1966240406036377, 0.22606918215751648, 0.2521849572658539, -0.6756590008735657, -0.006106943357735872, -0.44245412945747375, 0.025748545303940773, 0.012561806477606297, -0.9106931686401367, 0.9212294816970825, 0.2453128695487976, 0.35276347398757935, 0.015939662232995033, 0.48975396156311035, 0.1646827906370163, 0.3409574031829834, 0.605586588382721, 0.9749161601066589, 0.4965564012527466, 0.2725529074668884, 0.9361203908920288, -0.44637200236320496, 0.5915004014968872, 1.1150161027908325, 0.3117327392101288, 0.4218713641166687, 0.29273322224617004, -0.1347723752260208, 0.44664639234542847, 0.7799307703971863, -0.5598804950714111, 0.484457790851593, 0.13657619059085846, 0.012849661521613598, -0.3468841016292572, -0.005034840665757656, -0.4626518189907074, 0.42872270941734314, 0.08056376129388809, -0.8671528697013855, -0.5111980438232422, -0.2756332755088806, 0.20835882425308228, -0.1647961437702179, -0.6426204442977905, 0.512836217880249, -0.0824735015630722, -0.14879533648490906, 0.5941891670227051, 0.3418979346752167, 0.5600583553314209, -0.6890870928764343, 0.05113716423511505, 0.16972890496253967, 0.24318666756153107, -0.42033088207244873, -0.47570326924324036, 0.4589296281337738, -0.06652987003326416, -0.2919405698776245, 0.2601456642150879, 0.7292686104774475, -0.08570986241102219, -0.8696997165679932, 0.3190363347530365, 0.21273170411586761, 0.4028959274291992, 0.04843881353735924, -1.1692720651626587, -0.05748456344008446, 0.17103658616542816, -0.44243499636650085, 0.23104923963546753, 0.16355489194393158, 0.2112724781036377, 0.46782389283180237, 0.8276205658912659, 0.2108364701271057, 0.04896654561161995, 0.12799519300460815, 0.9276453256607056, -0.4675312936306, -0.6452367305755615, -1.0938862562179565, 0.4154830276966095, -0.1116209551692009, -0.7594009637832642, 0.6756539344787598, 0.9213239550590515, 1.145509123802185, 0.02487873286008835, 0.5668646097183228, -0.17545847594738007, 0.4370172321796417, -0.27799859642982483, 0.8583397269248962, -0.6106259226799011, -0.1693713366985321, -0.41709059476852417, -0.9238002896308899, 0.08944885432720184, 0.5904303193092346, -0.4191720485687256, 0.022974370047450066, 0.24083136022090912, 0.9910455942153931, -0.3246823847293854, 0.14172305166721344, 0.3916008174419403, 0.24168932437896729, 0.07559339702129364, 0.32058069109916687, 0.41887322068214417, -0.6747732758522034, 0.43006759881973267, -0.9122377038002014, -0.04609265923500061, 0.07228598743677139, -0.7223516702651978, -1.0716392993927002, -0.5120843648910522, -0.4038841128349304, -0.7024276852607727, 0.19811230897903442, 1.162172555923462, 0.7660583853721619, -0.8736132979393005, -0.23746420443058014, -0.14597100019454956, -0.08035721629858017, -0.153469979763031, -0.26463544368743896, 0.3342597782611847, -0.22414569556713104, -0.6856912970542908, -0.001694479607976973, -0.509428858757019, 0.1155664250254631, -0.16942131519317627, -0.1910175085067749, -0.14930346608161926, -0.15907542407512665, 0.24202319979667664, 0.18114620447158813, -0.29021817445755005, -0.2889738082885742, -0.2683277428150177, 0.06328839063644409, 0.0721755102276802, 0.13871002197265625, -0.45637059211730957, 0.32822510600090027, 0.11585431545972824, 0.4816467761993408, 0.7289910912513733, -0.1804046779870987, 0.31608036160469055, -0.6645825505256653, 0.2847677767276764, 0.15817661583423615, 0.44984006881713867, -0.014713090844452381, -0.59401935338974, 0.3326968252658844, 0.47282323241233826, -0.48266085982322693, -0.8989141583442688, 0.03883111849427223, -0.7786299586296082, 0.07011628895998001, 1.2188389301300049, 0.05449662357568741, -0.596603274345398, 0.20771433413028717, -0.007819583639502525, 0.6209553480148315, -0.4496229887008667, 0.7265397310256958, 0.6867715120315552, 0.13159072399139404, 0.05344799533486366, -0.469623327255249, 0.43492183089256287, 0.42842400074005127, -0.24554038047790527, -0.415859192609787, 0.3147162199020386, 0.5967724323272705, 0.03428256884217262, 0.20752188563346863, -0.18011896312236786, 0.3718077540397644, -0.10276258736848831, 0.31454768776893616, -0.6887900829315186, -0.2526514530181885, -0.4803323447704315, 0.23526813089847565, -0.19063863158226013, -0.4584118723869324 ]
karawalla/mistral_b_karawalla_new2
karawalla
2023-11-30T01:15:17Z
0
0
null
[ "peft", "arxiv:1910.09700", "base_model:deepseek-ai/deepseek-coder-6.7b-instruct", "region:us" ]
2023-11-30T01:15:17Z
2023-11-30T01:15:12.000Z
null
null
--- library_name: peft base_model: deepseek-ai/deepseek-coder-6.7b-instruct --- # Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> - **Developed by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Model type:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] - **Finetuned from model [optional]:** [More Information Needed] ### Model Sources [optional] <!-- Provide the basic links for the model. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. --> ### Direct Use <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. --> [More Information Needed] ### Downstream Use [optional] <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. ## How to Get Started with the Model Use the code below to get started with the model. [More Information Needed] ## Training Details ### Training Data <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. --> [More Information Needed] ### Training Procedure <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. --> #### Preprocessing [optional] [More Information Needed] #### Training Hyperparameters - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision --> #### Speeds, Sizes, Times [optional] <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. --> [More Information Needed] ## Evaluation <!-- This section describes the evaluation protocols and provides the results. --> ### Testing Data, Factors & Metrics #### Testing Data <!-- This should link to a Dataset Card if possible. --> [More Information Needed] #### Factors <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. --> [More Information Needed] #### Metrics <!-- These are the evaluation metrics being used, ideally with a description of why. --> [More Information Needed] ### Results [More Information Needed] #### Summary ## Model Examination [optional] <!-- Relevant interpretability work for the model goes here --> [More Information Needed] ## Environmental Impact <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly --> Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). - **Hardware Type:** [More Information Needed] - **Hours used:** [More Information Needed] - **Cloud Provider:** [More Information Needed] - **Compute Region:** [More Information Needed] - **Carbon Emitted:** [More Information Needed] ## Technical Specifications [optional] ### Model Architecture and Objective [More Information Needed] ### Compute Infrastructure [More Information Needed] #### Hardware [More Information Needed] #### Software [More Information Needed] ## Citation [optional] <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Model Card Authors [optional] [More Information Needed] ## Model Card Contact [More Information Needed] ## Training procedure The following `bitsandbytes` quantization config was used during training: - quant_method: bitsandbytes - load_in_8bit: False - load_in_4bit: True - llm_int8_threshold: 6.0 - llm_int8_skip_modules: None - llm_int8_enable_fp32_cpu_offload: False - llm_int8_has_fp16_weight: False - bnb_4bit_quant_type: nf4 - bnb_4bit_use_double_quant: True - bnb_4bit_compute_dtype: bfloat16 ### Framework versions - PEFT 0.6.3.dev0
null
peft
null
null
null
null
null
null
null
null
null
null
karawalla/mistral_b_karawalla_new2
[ -0.5779396295547485, -0.5580515265464783, 0.40497368574142456, 0.08317576348781586, -0.253414124250412, -0.27545133233070374, 0.06068450212478638, -0.5384040474891663, 0.04877224564552307, 0.6135933995246887, -0.7259423136711121, -0.6298723816871643, -0.5585345029830933, -0.0797138661146164, -0.19685369729995728, 1.1147271394729614, 0.039309412240982056, 0.23926539719104767, -0.220059335231781, 0.14059804379940033, -0.4930124878883362, -0.6259453296661377, -0.76385098695755, -0.3818921446800232, 0.3453189730644226, 0.359444260597229, 0.4891045093536377, 0.6997808218002319, 0.7093556523323059, 0.2706526219844818, -0.27215713262557983, -0.09971167147159576, -0.3844328224658966, -0.41340333223342896, -0.1266881376504898, -0.20974642038345337, -0.8533264398574829, 0.01544894091784954, 0.5771657228469849, 0.5238223671913147, -0.18507686257362366, 0.5670163035392761, -0.0976928323507309, 0.519346296787262, -0.6669340133666992, 0.2950352728366852, -0.6099767088890076, 0.16361844539642334, -0.15686559677124023, 0.00943091418594122, -0.25319457054138184, -0.09389611333608627, -0.04155803844332695, -0.6466527581214905, 0.1950828582048416, 0.16655585169792175, 1.1219043731689453, 0.1441344916820526, -0.44314244389533997, -0.20912717282772064, -0.8526870012283325, 0.6868855953216553, -0.7703554034233093, 0.2652912139892578, 0.5667402744293213, 0.4092462360858917, 0.13782700896263123, -0.8999784588813782, -0.3898390829563141, -0.12658371031284332, -0.009087265469133854, 0.3456546664237976, -0.13884982466697693, 0.14681807160377502, 0.5445873737335205, 0.46706172823905945, -0.4222831726074219, -0.026634804904460907, -0.48463794589042664, -0.20502081513404846, 0.8232933878898621, 0.5080726742744446, 0.04842328652739525, -0.2054373025894165, -0.420987993478775, -0.22599907219409943, -0.3975551128387451, 0.20544403791427612, 0.4578861594200134, 0.2922822833061218, -0.44618937373161316, 0.596846878528595, -0.24215126037597656, 0.5864147543907166, 0.04754629731178284, -0.01886461116373539, 0.34057530760765076, -0.6731745600700378, -0.33951109647750854, -0.07723471522331238, 0.6929435133934021, 0.36540281772613525, -0.27610674500465393, 0.1528436541557312, -0.3333600163459778, -0.28892529010772705, 0.3815288245677948, -0.9058191776275635, -0.2958606779575348, 0.356852650642395, -0.6066854596138, -0.3890613913536072, 0.0479782372713089, -0.8945695757865906, 0.004431626759469509, -0.38437148928642273, 0.4919116199016571, -0.31634342670440674, -0.3088388741016388, -0.009139889851212502, -0.32223543524742126, 0.2505475580692291, 0.17953728139400482, -0.8844741582870483, 0.5299431681632996, 0.46432632207870483, 0.7649468183517456, 0.12933173775672913, -0.19917434453964233, 0.058563098311424255, 0.10464648902416229, -0.08009764552116394, 0.576948881149292, -0.21785596013069153, -0.6386741995811462, -0.17168773710727692, 0.14837567508220673, -0.031052669510245323, -0.22896027565002441, 0.7145535945892334, -0.44043081998825073, 0.20373590290546417, -0.29343467950820923, -0.6093935370445251, -0.41044363379478455, 0.27187106013298035, -0.7798299193382263, 1.1161500215530396, 0.054831113666296005, -0.9058346152305603, 0.2691163420677185, -1.0615782737731934, -0.20987756550312042, 0.13544076681137085, 0.11032367497682571, -0.7123593688011169, -0.1339014619588852, -0.09998969733715057, 0.4665166139602661, -0.29568052291870117, 0.294514924287796, -0.3785057067871094, -0.1470157653093338, -0.19635367393493652, -0.1744139939546585, 1.105948567390442, 0.35554030537605286, -0.23456722497940063, 0.18102680146694183, -0.9406712651252747, 0.16193248331546783, 0.26321646571159363, -0.353754460811615, 0.03262295573949814, -0.14557814598083496, 0.5283000469207764, 0.07023515552282333, 0.3713245689868927, -0.35017403960227966, 0.06246008351445198, -0.08572415262460709, 0.5630232691764832, 0.5446807146072388, 0.3224751055240631, 0.2258288860321045, -0.3497161865234375, 0.4997246265411377, -0.060745175927877426, 0.640236496925354, 0.1677129566669464, -0.5301247835159302, -0.7850937843322754, -0.09109923243522644, 0.3433220684528351, 0.585906445980072, -0.34032678604125977, 0.7930693030357361, -0.12387538701295853, -0.9247843623161316, -0.14730899035930634, -0.001830702181905508, 0.34076106548309326, 0.6309976577758789, 0.35964837670326233, -0.15481585264205933, -0.7152888774871826, -0.8651090860366821, 0.17607524991035461, 0.03617958724498749, 0.22384954988956451, 0.4407617449760437, 1.0111936330795288, -0.2455516755580902, 0.830781102180481, -0.6689459681510925, -0.11180610954761505, -0.2196478694677353, 0.09105916321277618, 0.1076364517211914, 0.6340134739875793, 0.526664137840271, -0.984766960144043, -0.22117605805397034, -0.2983773648738861, -0.5034673810005188, 0.2515373229980469, -0.0467839390039444, -0.18736954033374786, -0.1406726837158203, 0.2923009395599365, -0.5615182518959045, 0.5230860710144043, 0.44309988617897034, -0.32143253087997437, 0.6906219720840454, -0.2359355092048645, -0.020485952496528625, -1.2016693353652954, 0.4268195331096649, 0.06929759681224823, -0.11572395265102386, -0.4037167727947235, 0.08364423364400864, 0.008869637735188007, -0.36664873361587524, -0.6670779585838318, 0.6271555423736572, -0.2870393693447113, -0.04838530346751213, -0.1854080855846405, -0.34615272283554077, 0.2009706348180771, 0.5487298965454102, 0.30234959721565247, 0.6877918839454651, 0.44393929839134216, -0.7930623292922974, 0.18930990993976593, 0.26116228103637695, -0.24235835671424866, 0.3619343936443329, -0.786059558391571, 0.09369257092475891, 0.10684701800346375, 0.31473973393440247, -0.5760974287986755, -0.2876073122024536, 0.33751076459884644, -0.4002450704574585, 0.2514095604419708, -0.09179599583148956, -0.5666463375091553, -0.4325163960456848, -0.07406759262084961, 0.3278920352458954, 0.4882797300815582, -0.21375037729740143, 0.4879172444343567, 0.4801439046859741, 0.3172774314880371, -0.22545117139816284, -0.5962399244308472, -0.0668126717209816, -0.37646034359931946, -0.36967942118644714, 0.532685399055481, -0.2123941034078598, -0.023558033630251884, 0.03040335513651371, 0.17942844331264496, -0.47636497020721436, 0.25261354446411133, 0.4192795157432556, 0.2483719289302826, -0.02206500992178917, 0.15915648639202118, -0.21137398481369019, -0.10214780271053314, 0.16783961653709412, -0.07768340408802032, 0.3260113298892975, -0.08760876953601837, -0.056473508477211, -0.6069428324699402, 0.4454750120639801, 0.43014171719551086, -0.17786720395088196, 0.7177443504333496, 0.7376883625984192, -0.7731784582138062, 0.03636347874999046, -0.3339352309703827, -0.2700161039829254, -0.42250511050224304, 0.4831528961658478, -0.28512701392173767, -0.3910274803638458, 0.5433614253997803, -0.050107959657907486, 0.016142625361680984, 0.8569771647453308, 0.4997018277645111, -0.12195628136396408, 1.034384846687317, 0.7993589043617249, 0.13940855860710144, 0.5745812058448792, -0.6502156853675842, 0.0695953220129013, -1.025197148323059, -0.38692837953567505, -0.7971062660217285, -0.02228652313351631, -0.5520057082176208, -0.11410363763570786, 0.18563500046730042, 0.18689028918743134, -0.747182309627533, 0.5364266037940979, -0.5094906091690063, 0.19072844088077545, 0.6364853978157043, 0.2797297537326813, -0.03653653338551521, -0.1597212255001068, 0.014466360211372375, 0.06123708188533783, -0.7506306171417236, -0.5751783847808838, 1.119044303894043, 0.627565324306488, 0.43085360527038574, -0.10362635552883148, 0.6851316690444946, 0.28724589943885803, 0.07865302264690399, -0.6071680784225464, 0.45080074667930603, -0.02413974143564701, -0.9876337051391602, -0.17515583336353302, -0.30003103613853455, -0.7932261228561401, -0.00009939190204022452, -0.3784354329109192, -0.7420576214790344, 0.3211888074874878, 0.25560954213142395, -0.553985595703125, 0.3779439628124237, -0.6781056523323059, 1.187406301498413, -0.5451427698135376, -0.20709228515625, -0.19569411873817444, -0.571997344493866, 0.34746724367141724, -0.009098593145608902, 0.26103129982948303, -0.0681176632642746, -0.06157629191875458, 0.9094778895378113, -0.7681295871734619, 0.9339002966880798, -0.30803993344306946, 0.39966243505477905, 0.4307158291339874, -0.41228362917900085, 0.4928017556667328, -0.034426216036081314, -0.11399877071380615, 0.5793394446372986, 0.2021315097808838, -0.4125169515609741, -0.2689153850078583, 0.5446569919586182, -0.9606572389602661, -0.12350348383188248, -0.5046535730361938, -0.47711992263793945, -0.09295757114887238, 0.3569275736808777, 0.5024369955062866, 0.21681565046310425, -0.14619532227516174, 0.15845845639705658, 0.7730972170829773, -0.18668049573898315, 0.2545841336250305, 0.3476311266422272, -0.05528881773352623, -0.604749321937561, 0.7800918817520142, 0.16001100838184357, 0.260275274515152, 0.35444238781929016, 0.21057523787021637, -0.5256068110466003, -0.6165429353713989, -0.4188828468322754, -0.008544609881937504, -0.7151139378547668, -0.19702360033988953, -0.6911724209785461, -0.42940986156463623, -0.48368656635284424, 0.041993189603090286, -0.46396663784980774, -0.21214930713176727, -0.6543713808059692, -0.20169579982757568, 0.5184544324874878, 0.4531094431877136, -0.1278841644525528, 0.6619546413421631, -0.7246545553207397, 0.02577868476510048, 0.19894911348819733, 0.2898678183555603, 0.07882506400346756, -0.4721376299858093, -0.5132132172584534, 0.20245212316513062, -0.5950764417648315, -0.8283199071884155, 0.24916407465934753, 0.10894840955734253, 0.48362502455711365, 0.37059104442596436, -0.05089491233229637, 0.6342283487319946, -0.3428055942058563, 1.0071150064468384, 0.3061792254447937, -0.8409291505813599, 0.6885941624641418, -0.4054829776287079, 0.12573395669460297, 0.7533600926399231, 0.5491061806678772, -0.14375858008861542, 0.2244071364402771, -0.9352501034736633, -0.9271060228347778, 0.5864962339401245, 0.22129003703594208, 0.17698071897029877, 0.1561475396156311, 0.5103092789649963, -0.2130947709083557, 0.33809417486190796, -0.9817684888839722, -0.3006826639175415, -0.29169583320617676, 0.030347872525453568, -0.024354809895157814, -0.1872466802597046, -0.21988925337791443, -0.48028564453125, 0.974578857421875, 0.23487788438796997, 0.483134001493454, 0.07717996835708618, 0.16604217886924744, 0.06368619948625565, -0.01125991903245449, 0.5237815976142883, 0.5861928462982178, -0.6207180619239807, -0.20580367743968964, 0.23105445504188538, -0.6087213158607483, -0.04534135013818741, 0.08524952828884125, -0.35956141352653503, -0.16550463438034058, 0.20367909967899323, 1.0020606517791748, 0.19776466488838196, -0.4059079587459564, 0.320920467376709, 0.04025009647011757, -0.36990806460380554, -0.5424637198448181, 0.08280432224273682, 0.13169051706790924, 0.05663112923502922, -0.03936029225587845, 0.1606510430574417, 0.37661871314048767, -0.45733219385147095, 0.013095283880829811, 0.3490777313709259, -0.4907735586166382, -0.014264539815485477, 0.8806241154670715, 0.39708468317985535, -0.4269518256187439, 0.6098725199699402, -0.2938554883003235, -0.3399444818496704, 1.0442237854003906, 0.4752683937549591, 0.8862090110778809, 0.0826459750533104, 0.04339360073208809, 0.7153556942939758, 0.2898876667022705, -0.016030147671699524, 0.39600780606269836, -0.07700201869010925, -0.5435483455657959, -0.09127447009086609, -0.5595133304595947, -0.41188421845436096, 0.392607718706131, -0.89555424451828, 0.5758274793624878, -0.7097642421722412, -0.40006595849990845, 0.24097979068756104, 0.3129037618637085, -1.0356121063232422, 0.527167022228241, 0.14748261868953705, 1.1795735359191895, -0.9384360313415527, 0.8372319340705872, 0.7888312339782715, -0.8545984029769897, -0.9322240948677063, -0.3086053431034088, -0.032058876007795334, -0.6454323530197144, 0.41939496994018555, -0.005002724006772041, 0.18347308039665222, 0.07618654519319534, -0.5910181999206543, -0.7749021649360657, 1.4218684434890747, 0.05305108055472374, -0.7277126908302307, 0.12808801233768463, -0.05267706885933876, 0.4393603503704071, -0.4733956754207611, 0.6038805842399597, 0.2029591053724289, 0.4877173602581024, 0.19784647226333618, -0.7066569924354553, 0.087998166680336, -0.20501773059368134, 0.19552463293075562, -0.07262057811021805, -0.7879162430763245, 0.8995552659034729, -0.14654676616191864, 0.0042991312220692635, 0.03755917027592659, 0.3760475218296051, 0.14401434361934662, 0.5570151209831238, 0.4215176999568939, 0.7631829977035522, 0.7682963609695435, 0.09484456479549408, 1.1064419746398926, -0.5754754543304443, 0.6326513886451721, 1.3516525030136108, -0.11486941576004028, 0.8951753377914429, 0.34608814120292664, -0.4251939654350281, 0.27321094274520874, 1.1652354001998901, -0.3799675405025482, 0.5028972029685974, 0.17756643891334534, -0.1107155829668045, -0.29588305950164795, -0.2038450390100479, -0.5456544756889343, 0.21617206931114197, 0.16286508738994598, -0.5453254580497742, -0.132346510887146, -0.05906406044960022, -0.03128647431731224, -0.3802257180213928, -0.48770764470100403, 0.6756385564804077, -0.008752445690333843, -0.3705228269100189, 0.2508794069290161, 0.27683156728744507, 0.392898291349411, -0.8254764080047607, -0.25029614567756653, 0.09055434167385101, 0.04818030446767807, -0.40968722105026245, -0.5390578508377075, 0.37493813037872314, -0.020962132140994072, -0.5642853379249573, -0.15723854303359985, 0.5542307496070862, -0.053432486951351166, -0.7820491194725037, 0.2481859177350998, 0.13591346144676208, 0.29867836833000183, -0.14171826839447021, -1.1125900745391846, 0.035883884876966476, 0.04577124863862991, -0.12885619699954987, 0.17946113646030426, 0.08344531804323196, 0.02381022833287716, 0.5428880453109741, 0.6005474925041199, 0.08374974131584167, -0.024956652894616127, 0.021704640239477158, 0.8218490481376648, -0.6981121301651001, -0.466403067111969, -0.5212043523788452, 0.7057729363441467, -0.2149612158536911, -0.5437160730361938, 0.6437087059020996, 0.8192450404167175, 0.8949442505836487, -0.05190912261605263, 0.8507776260375977, -0.18461041152477264, 0.2996758818626404, -0.4658065438270569, 0.5686916708946228, -0.6109716892242432, 0.08540776371955872, -0.1739223301410675, -0.8426593542098999, 0.04984590783715248, 0.6203301548957825, -0.3585708737373352, 0.18018637597560883, 0.5049667954444885, 0.6655009984970093, -0.13633932173252106, 0.23515936732292175, 0.15989533066749573, 0.1490757167339325, 0.10092467069625854, 0.4222405254840851, 0.5211872458457947, -0.7420933246612549, 0.3973318338394165, -0.605925977230072, -0.23874634504318237, -0.12634649872779846, -1.023735523223877, -0.5881001949310303, -0.5275510549545288, -0.6786145567893982, -0.32929158210754395, 0.023027921095490456, 0.7453204393386841, 1.0482641458511353, -0.7787377834320068, -0.3799225389957428, -0.35875260829925537, 0.03599223122000694, -0.33806994557380676, -0.2343416064977646, 0.42546921968460083, -0.08652301132678986, -0.6471385359764099, -0.052553895860910416, -0.21121881902217865, 0.27209949493408203, -0.35185378789901733, -0.21135812997817993, -0.32012033462524414, -0.018114184960722923, 0.3721890449523926, 0.2931486666202545, -0.5040401220321655, -0.12845560908317566, -0.19113314151763916, -0.007055254187434912, -0.09380365908145905, 0.5982138514518738, -0.3106563091278076, 0.3892330527305603, 0.42648860812187195, 0.3574022948741913, 0.7051522731781006, -0.06418260186910629, 0.26840710639953613, -0.32345259189605713, 0.017293842509388924, 0.35454732179641724, 0.44017332792282104, 0.07783384621143341, -0.7409676313400269, 0.5142382383346558, 0.3506757318973541, -0.6889100074768066, -0.7069475054740906, -0.055561307817697525, -1.1384806632995605, -0.16428223252296448, 1.124948263168335, -0.1038905531167984, -0.26625120639801025, 0.029933422803878784, -0.2230517566204071, 0.15462401509284973, -0.2828637361526489, 0.5429185032844543, 0.8515356183052063, -0.23509570956230164, 0.03509886562824249, -0.723241925239563, 0.4909849464893341, -0.04527956247329712, -0.9794434309005737, -0.2249695062637329, 0.4616561830043793, 0.5008119344711304, 0.07668156921863556, 0.5964961647987366, -0.1262574940919876, 0.1917729675769806, 0.350245863199234, 0.4608340859413147, -0.1389516144990921, -0.2914324104785919, -0.39027753472328186, -0.038882553577423096, -0.021379489451646805, -0.5405558943748474 ]
Kobee/Llama2_7B_chat_meetingBank
Kobee
2023-11-30T01:16:53Z
0
0
null
[ "region:us" ]
2023-11-30T01:16:53Z
2023-11-30T01:16:53.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
Kobee/Llama2_7B_chat_meetingBank
[ -0.3227648437023163, -0.22568459808826447, 0.8622260093688965, 0.434614896774292, -0.5282989144325256, 0.7012966275215149, 0.7915716171264648, 0.07618634402751923, 0.7746022343635559, 0.25632208585739136, -0.7852813005447388, -0.22573812305927277, -0.9104481935501099, 0.5715669393539429, -0.399233341217041, 0.5791246891021729, -0.14494498074054718, -0.107511505484581, 0.28233760595321655, -0.2768953740596771, -0.5409225225448608, -0.3685525357723236, -1.1902778148651123, 0.06149110198020935, 0.5316579341888428, 0.7435141205787659, 0.7584060430526733, 0.3652167320251465, 0.6432583332061768, 0.39322903752326965, -0.23138904571533203, 0.48270535469055176, -0.0417182520031929, 0.002603930188342929, -0.3524433970451355, -0.5516899228096008, -0.28596580028533936, 0.07584728300571442, 1.0961302518844604, 0.9666878581047058, -0.2846635580062866, 0.05330817028880119, -0.30636221170425415, 0.33088892698287964, -0.49734315276145935, 0.305409699678421, -0.022506151348352432, 0.1631879061460495, -0.7041513323783875, -0.5535354614257812, 0.012794680893421173, -0.7361213564872742, 0.17926588654518127, -0.6900808811187744, 0.8269098401069641, 0.18583187460899353, 1.153375267982483, 0.14819420874118805, -0.4624869227409363, -0.8161765933036804, -0.6538989543914795, 0.5711168050765991, -0.32703685760498047, 0.3968023657798767, 0.7028236389160156, -0.04857297241687775, -0.9820331335067749, -0.6745743751525879, -0.46466201543807983, 0.29239630699157715, 0.3540281355381012, -0.3411675989627838, -0.1752207726240158, -0.3058989644050598, 0.15792028605937958, 0.12811532616615295, -0.4841994643211365, -0.5543920397758484, -0.5475163459777832, -0.3960250914096832, 0.6206657290458679, 0.34829503297805786, 0.24291768670082092, -0.18884144723415375, -0.3228582441806793, 0.08801627904176712, -0.41608506441116333, 0.3402571678161621, 0.6335514783859253, 0.7114018201828003, -0.5811445713043213, 0.5602161288261414, -0.04927592724561691, 0.7439703345298767, 0.11445553600788116, -0.2747809588909149, 0.4146057069301605, -0.14724716544151306, 0.0551714189350605, 0.42263469099998474, 0.31524431705474854, 0.2841312289237976, -0.3273693919181824, 0.2032228410243988, -0.32151442766189575, -0.3049623966217041, -0.22332176566123962, -0.2949073910713196, -0.359218031167984, 0.5492290258407593, -0.3314018249511719, -0.42855486273765564, 1.1431759595870972, -0.420076847076416, -0.7302224636077881, 0.3315640687942505, 0.4065212607383728, -0.09944790601730347, -0.37146538496017456, -0.052260685712099075, -0.8458787798881531, -0.007907599210739136, 0.7491174936294556, -0.7198970913887024, 0.3371739983558655, 0.47280630469322205, 0.7417217493057251, 0.1965056210756302, -0.1403447687625885, -0.4294942021369934, 0.2971968352794647, -0.8659992218017578, 0.6320173144340515, -0.2013522833585739, -1.0051978826522827, 0.11150489747524261, 0.8971705436706543, -0.37896400690078735, -1.209487795829773, 1.0605158805847168, -0.688793420791626, 0.1601785123348236, -0.676761269569397, -0.1466122567653656, -0.07118471711874008, -0.005096827633678913, -0.6088156700134277, 0.7567101716995239, 0.5872673988342285, -0.4995277523994446, 0.21429476141929626, -0.260298490524292, -0.3915141224861145, 0.3882487416267395, -0.07935421168804169, -0.21858885884284973, 0.7138333916664124, -0.6647082567214966, -0.2693283259868622, 0.2942773401737213, 0.23689348995685577, -0.35706084966659546, -0.7931920289993286, 0.084781214594841, -0.057862747460603714, 1.5507503747940063, -0.038688331842422485, -0.35861048102378845, -0.6793836355209351, -1.1506242752075195, -0.070708267390728, 0.6886886358261108, -0.919499397277832, -0.2783946692943573, -0.04641012102365494, -0.2616932988166809, 0.08994904905557632, 0.7390592694282532, -1.1194051504135132, 0.2832728326320648, -0.05092667415738106, -0.2279469519853592, 0.8271061182022095, 0.15387237071990967, 0.24758963286876678, 0.14913403987884521, 0.429587185382843, 0.5277255177497864, 0.11115185916423798, 0.6835876703262329, -0.3472035229206085, -0.9694353342056274, 0.6154633164405823, 0.2526639401912689, 0.8121450543403625, -0.4994531571865082, 0.2685093581676483, 0.27025532722473145, -0.34096759557724, -0.5682370066642761, -0.310283899307251, 0.09025724977254868, 0.1493057906627655, 0.11142513900995255, -0.5721710324287415, -0.6576126217842102, -0.9689138531684875, -0.13590629398822784, -0.43143734335899353, -0.3571571707725525, 0.21006926894187927, 0.5792902708053589, -1.19755220413208, 0.4128871560096741, -0.7705627083778381, -0.7038739919662476, -0.010655502788722515, -0.19338133931159973, 0.7540656328201294, 0.43240195512771606, 0.5033966898918152, -0.6397146582603455, -0.5661987066268921, -0.2247016727924347, -1.0333750247955322, -0.1328050196170807, 0.24819612503051758, 0.3065737187862396, -0.13423344492912292, -0.2744963765144348, -0.4874030649662018, 0.8100391626358032, 0.14789170026779175, -0.5391897559165955, 0.522076427936554, -0.30203187465667725, 0.17224818468093872, -0.6369150876998901, -0.06916842609643936, -0.6616762280464172, -0.0009070661617442966, -0.36083054542541504, -0.5737442970275879, 0.1477227807044983, 0.07017485797405243, -0.16065452992916107, 0.2880840599536896, -0.9092768430709839, -0.0010854393476620317, -0.7442210912704468, 0.3790718913078308, 0.06394749879837036, -0.31450796127319336, -0.017517538741230965, 1.0000386238098145, 0.7784461379051208, -0.3848050832748413, 0.7217444181442261, 0.4440041482448578, 0.19036130607128143, 0.7630521059036255, -0.18725106120109558, 0.16478227078914642, -0.5245417952537537, -0.12161091715097427, -0.8887602090835571, -1.0982946157455444, 0.7320572137832642, -0.6114248633384705, 0.365429162979126, -0.42778676748275757, 0.2589160203933716, -0.6919258832931519, -0.03885339945554733, 0.4808600842952728, -0.05936329439282417, -0.6863945126533508, 0.5232569575309753, 0.4531751275062561, -0.20192424952983856, -0.6609031558036804, -0.5301572680473328, 0.39365825057029724, 0.6154114603996277, -0.16390369832515717, 0.06878502666950226, 0.14941053092479706, -0.5441926717758179, -0.04080265015363693, -0.38691943883895874, -0.45766735076904297, 0.054224200546741486, 0.13053442537784576, -0.005750629119575024, -0.40481996536254883, -0.08680261671543121, -0.35842013359069824, -0.4656122326850891, 0.21876510977745056, 0.30119457840919495, -0.040963079780340195, -0.42599764466285706, -0.3619822561740875, -0.8881813287734985, 0.6719611287117004, 0.5370280742645264, 0.05281529948115349, 0.7555548548698425, 0.16819249093532562, -0.8014988899230957, -0.1353219747543335, -0.17607071995735168, 0.2696831524372101, -0.5588055849075317, 0.13849815726280212, -0.013484937138855457, -0.06374908983707428, 0.26297879219055176, 0.2538624107837677, -0.43005576729774475, 0.9276248216629028, -0.2615273594856262, -0.3592522144317627, 0.7960182428359985, 0.597474217414856, 0.4958312511444092, 0.16503211855888367, -0.04454170539975166, 0.9007094502449036, -1.1966514587402344, -0.6563175916671753, -0.7409549951553345, -0.15945695340633392, -0.4351082742214203, -0.03210585191845894, 0.6254414319992065, 0.2900991439819336, -0.1333388388156891, 0.4756392538547516, -0.5243489146232605, 0.35560354590415955, 1.01198410987854, 0.3574863076210022, 0.3435700833797455, -0.7570229172706604, -0.251577764749527, -0.14024285972118378, -0.999815821647644, -0.2631376385688782, 0.887103259563446, 0.22752618789672852, 0.8444610834121704, 0.5992540121078491, 0.6784543991088867, 0.13672280311584473, 0.25238293409347534, -0.3059033155441284, 0.39202943444252014, 0.437608003616333, -1.0401140451431274, -0.4275839328765869, 0.021418774500489235, -0.9703337550163269, -0.14227528870105743, -0.034950077533721924, -0.426171213388443, 0.7681738138198853, 0.00016590356244705617, -0.40767112374305725, 0.773273229598999, -0.4555833339691162, 0.7562873363494873, -0.4473649859428406, -0.026639068499207497, 0.46990975737571716, -0.7070636749267578, 0.4677431583404541, 0.12878787517547607, 0.62058424949646, -0.01557245571166277, -0.04078584164381027, 0.7104939818382263, -0.9129160046577454, 0.2543864846229553, -0.6348398923873901, 0.2242131233215332, 0.24246954917907715, 0.5160627365112305, 0.59699547290802, 0.43712443113327026, 0.10119900852441788, -0.23920896649360657, 0.0411578007042408, -0.8241124153137207, -0.21050631999969482, 0.6975153684616089, -0.7186891436576843, -0.6864197850227356, -1.2355338335037231, 0.14438676834106445, 0.2734706997871399, 0.3893052637577057, 0.7959299683570862, 0.5714088678359985, 0.1289544701576233, 0.6805251240730286, 0.9888588190078735, -0.0688563883304596, 0.9166924357414246, 0.32244759798049927, 0.09175167977809906, -0.21944832801818848, 0.703682541847229, 0.2662792503833771, -0.24707932770252228, -0.11939718574285507, 0.20913472771644592, -0.11069414764642715, -0.5917618870735168, -0.4999067187309265, 0.37017571926116943, -0.6731790900230408, -0.18303905427455902, -0.6243733167648315, -0.604377031326294, -0.5117591619491577, 0.06927351653575897, -0.7147684097290039, 0.23979035019874573, -0.7753564119338989, -0.10574901103973389, 0.043233949691057205, 0.9792011380195618, -0.5893121957778931, 0.5805225372314453, -1.1218583583831787, 0.1934581696987152, -0.07949882000684738, 0.792106032371521, 0.21395787596702576, -0.7344396710395813, -0.39754194021224976, -0.1159265860915184, -0.3729909360408783, -1.357676386833191, 0.21404914557933807, -0.245414137840271, 0.230940580368042, 0.6145405769348145, 0.13977080583572388, 0.5258245468139648, -0.3432629704475403, 0.702910304069519, -0.05701747536659241, -0.7069289088249207, 0.7934497594833374, -0.5026895403862, 0.49635353684425354, 0.9766000509262085, 0.5333836674690247, -0.7984006404876709, 0.035740941762924194, -1.041123628616333, -0.6008694171905518, 0.3842642903327942, 0.11928911507129669, -0.03601088374853134, -0.6659559607505798, -0.05401967093348503, -0.16143809258937836, 0.6043745279312134, -1.039069414138794, -0.7858356833457947, 0.25766950845718384, 0.5277301669120789, 0.0816856324672699, -0.565339982509613, 0.20880672335624695, -0.544416069984436, 1.065777063369751, 0.4510941505432129, 0.3274497091770172, 0.8406059145927429, 0.46492424607276917, -0.3823162317276001, 0.0925246924161911, 0.7662693858146667, 0.6666234135627747, -0.5239795446395874, -0.2908027768135071, -0.08827519416809082, -0.9143403172492981, 0.05927463248372078, 0.11168897151947021, -0.013455760665237904, 0.9082109332084656, 0.5793081521987915, 0.25397056341171265, 0.4514278471469879, -0.7264602184295654, 0.8859450221061707, -0.14954186975955963, -0.12472864240407944, -1.0677239894866943, 0.19486203789710999, -0.2398497611284256, 0.5006400346755981, 1.0061328411102295, 0.525004506111145, -0.047630421817302704, -0.814338207244873, -0.014735884964466095, 0.6939171552658081, -0.7091122269630432, -0.17449815571308136, 0.9448539018630981, 0.3847101032733917, -1.2953052520751953, 1.106776475906372, -0.5381770133972168, -0.5603322982788086, 0.9121302366256714, 0.5229572057723999, 1.1221847534179688, -0.4420414865016937, 0.0008673489210195839, 0.26622384786605835, 0.4137841761112213, 0.5423170328140259, 1.0869629383087158, 0.43141302466392517, -0.7931064367294312, 0.8826584815979004, -0.24776048958301544, -0.4036114811897278, -0.05347567796707153, -0.42859897017478943, 0.16892196238040924, -0.44061940908432007, -0.10712995380163193, -0.3444186747074127, 0.28543180227279663, -0.7072039842605591, 0.42807650566101074, -0.08385664224624634, 0.8653070330619812, -0.8553726077079773, 0.47207626700401306, 0.6354705691337585, -0.33373570442199707, -0.8508187532424927, -0.2619844079017639, -0.11448468267917633, -0.6389467120170593, 0.3021482527256012, -0.45541056990623474, 0.04439906030893326, 0.0962347686290741, -0.6491518616676331, -1.17782723903656, 0.9093633890151978, -0.6396124958992004, -0.2784460484981537, 0.20464082062244415, -0.11514755338430405, 0.2881169319152832, -0.2524646818637848, 0.01066102646291256, 0.4187658727169037, 0.7489399909973145, 0.2844657599925995, -0.7727054357528687, -0.36948853731155396, 0.001503483159467578, -0.4447479248046875, 0.7582977414131165, -0.6002100110054016, 1.1840780973434448, -0.5563542246818542, -0.05965428426861763, 0.4438449740409851, 0.24690918624401093, 0.2107618749141693, 0.6629219055175781, 0.14420808851718903, 0.7282264828681946, 1.0701215267181396, -0.40835267305374146, 0.8811809420585632, 0.26432833075523376, 0.47430819272994995, 0.7238503694534302, -0.6487724781036377, 0.7513749003410339, 0.3181047737598419, -0.5682924389839172, 0.9228011965751648, 1.2906062602996826, -0.15699201822280884, 0.8079373240470886, 0.05136503651738167, -1.081600546836853, 0.32583341002464294, -0.20724761486053467, -0.7530065774917603, 0.3150255084037781, 0.1905587613582611, -0.6920983195304871, -0.5770309567451477, -0.24046485126018524, -0.35662803053855896, -0.11552897840738297, -0.7631729245185852, 0.6720567941665649, -0.016969243064522743, -0.510368287563324, 0.18857543170452118, 0.2877499461174011, 0.17368416488170624, -0.5235732793807983, -0.029394278302788734, -0.22823628783226013, 0.2660655975341797, -0.5670853853225708, -0.523452639579773, 0.572442889213562, -0.3243021070957184, -0.5343255400657654, 0.18147464096546173, 0.7635873556137085, -0.16923803091049194, -0.45154085755348206, 0.3247271180152893, 0.6959525346755981, 0.16658541560173035, 0.42502832412719727, -0.2351125031709671, 0.24480612576007843, -0.0804482102394104, -0.06651560962200165, 0.27714771032333374, 0.34491682052612305, 0.22435636818408966, 0.445014089345932, 0.43285655975341797, -0.018087437376379967, -0.10736514627933502, -0.38281959295272827, 0.4124940037727356, -0.9542785882949829, -0.5713284611701965, -0.6307112574577332, 0.27406638860702515, -0.02315422333776951, -1.0836424827575684, 0.4145168662071228, 1.4406683444976807, 1.0359984636306763, -0.4756380021572113, 1.0672268867492676, -0.21818473935127258, 0.959479033946991, 0.4148309826850891, 0.5420442819595337, -0.6030410528182983, 0.03835386037826538, -0.4364394545555115, -1.076962947845459, -0.3571631908416748, 0.4539393484592438, -0.022899458184838295, -0.34298673272132874, 0.872571587562561, 0.5887162089347839, -0.3347359299659729, -0.11728014796972275, 0.048487339168787, -0.02994135580956936, -0.1243385449051857, 0.5145376920700073, 0.7648400664329529, -0.934430718421936, -0.10680409520864487, -0.21577772498130798, -0.638272762298584, -0.5047283172607422, -0.9632007479667664, -0.12959405779838562, -0.16037800908088684, 0.03534318506717682, -0.5662809610366821, 0.002557313535362482, 1.208324909210205, 0.5684953927993774, -1.1113994121551514, -0.5303789973258972, 0.3371855616569519, 0.39204221963882446, -0.18747906386852264, -0.24202409386634827, 0.29845693707466125, 0.1538224071264267, -0.5908878445625305, 0.6875665783882141, 0.808962345123291, 0.2088892161846161, 0.19554761052131653, 0.15893033146858215, -0.8229472041130066, -0.1491343230009079, 0.17440439760684967, 0.9450569152832031, -0.9398531913757324, -0.711484432220459, -0.03168497234582901, -0.2709487974643707, -0.05765723064541817, 0.17102116346359253, -0.4046347737312317, 0.5180681943893433, 0.3459150195121765, 0.4993347227573395, 0.05616113543510437, -0.054746486246585846, 0.5409554839134216, -0.9069056510925293, 0.09425957500934601, 0.41343623399734497, 0.4154113829135895, -0.40008655190467834, -0.5910196900367737, 0.6713422536849976, 1.0073972940444946, -0.6594868898391724, -0.8743270635604858, -0.19846728444099426, -1.0016001462936401, 0.04189705103635788, 0.6762760877609253, 0.5009527206420898, -0.4806516766548157, -0.4174501299858093, -0.5617400407791138, -0.12546734511852264, -0.1369970738887787, 0.7621604204177856, 1.1796807050704956, -0.7432095408439636, 0.0797576829791069, -1.038639783859253, 0.6594985723495483, -0.24194581806659698, -0.3457583785057068, -0.4864429831504822, 0.3832802176475525, 0.35236984491348267, 0.44048112630844116, 0.6148126125335693, 0.14084699749946594, 0.8338427543640137, 0.3126053512096405, -0.17026889324188232, 0.2698982357978821, -0.4559200406074524, -0.02893308363854885, -0.0579623207449913, 0.3101596534252167, -1.0262157917022705 ]
mdubeau19/thematic_analysis
mdubeau19
2023-11-30T01:21:10Z
0
0
null
[ "region:us" ]
2023-11-30T01:21:10Z
2023-11-30T01:21:10.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
mdubeau19/thematic_analysis
[ -0.3227648437023163, -0.22568459808826447, 0.8622260093688965, 0.434614896774292, -0.5282989144325256, 0.7012966275215149, 0.7915716171264648, 0.07618634402751923, 0.7746022343635559, 0.25632208585739136, -0.7852813005447388, -0.22573812305927277, -0.9104481935501099, 0.5715669393539429, -0.399233341217041, 0.5791246891021729, -0.14494498074054718, -0.107511505484581, 0.28233760595321655, -0.2768953740596771, -0.5409225225448608, -0.3685525357723236, -1.1902778148651123, 0.06149110198020935, 0.5316579341888428, 0.7435141205787659, 0.7584060430526733, 0.3652167320251465, 0.6432583332061768, 0.39322903752326965, -0.23138904571533203, 0.48270535469055176, -0.0417182520031929, 0.002603930188342929, -0.3524433970451355, -0.5516899228096008, -0.28596580028533936, 0.07584728300571442, 1.0961302518844604, 0.9666878581047058, -0.2846635580062866, 0.05330817028880119, -0.30636221170425415, 0.33088892698287964, -0.49734315276145935, 0.305409699678421, -0.022506151348352432, 0.1631879061460495, -0.7041513323783875, -0.5535354614257812, 0.012794680893421173, -0.7361213564872742, 0.17926588654518127, -0.6900808811187744, 0.8269098401069641, 0.18583187460899353, 1.153375267982483, 0.14819420874118805, -0.4624869227409363, -0.8161765933036804, -0.6538989543914795, 0.5711168050765991, -0.32703685760498047, 0.3968023657798767, 0.7028236389160156, -0.04857297241687775, -0.9820331335067749, -0.6745743751525879, -0.46466201543807983, 0.29239630699157715, 0.3540281355381012, -0.3411675989627838, -0.1752207726240158, -0.3058989644050598, 0.15792028605937958, 0.12811532616615295, -0.4841994643211365, -0.5543920397758484, -0.5475163459777832, -0.3960250914096832, 0.6206657290458679, 0.34829503297805786, 0.24291768670082092, -0.18884144723415375, -0.3228582441806793, 0.08801627904176712, -0.41608506441116333, 0.3402571678161621, 0.6335514783859253, 0.7114018201828003, -0.5811445713043213, 0.5602161288261414, -0.04927592724561691, 0.7439703345298767, 0.11445553600788116, -0.2747809588909149, 0.4146057069301605, -0.14724716544151306, 0.0551714189350605, 0.42263469099998474, 0.31524431705474854, 0.2841312289237976, -0.3273693919181824, 0.2032228410243988, -0.32151442766189575, -0.3049623966217041, -0.22332176566123962, -0.2949073910713196, -0.359218031167984, 0.5492290258407593, -0.3314018249511719, -0.42855486273765564, 1.1431759595870972, -0.420076847076416, -0.7302224636077881, 0.3315640687942505, 0.4065212607383728, -0.09944790601730347, -0.37146538496017456, -0.052260685712099075, -0.8458787798881531, -0.007907599210739136, 0.7491174936294556, -0.7198970913887024, 0.3371739983558655, 0.47280630469322205, 0.7417217493057251, 0.1965056210756302, -0.1403447687625885, -0.4294942021369934, 0.2971968352794647, -0.8659992218017578, 0.6320173144340515, -0.2013522833585739, -1.0051978826522827, 0.11150489747524261, 0.8971705436706543, -0.37896400690078735, -1.209487795829773, 1.0605158805847168, -0.688793420791626, 0.1601785123348236, -0.676761269569397, -0.1466122567653656, -0.07118471711874008, -0.005096827633678913, -0.6088156700134277, 0.7567101716995239, 0.5872673988342285, -0.4995277523994446, 0.21429476141929626, -0.260298490524292, -0.3915141224861145, 0.3882487416267395, -0.07935421168804169, -0.21858885884284973, 0.7138333916664124, -0.6647082567214966, -0.2693283259868622, 0.2942773401737213, 0.23689348995685577, -0.35706084966659546, -0.7931920289993286, 0.084781214594841, -0.057862747460603714, 1.5507503747940063, -0.038688331842422485, -0.35861048102378845, -0.6793836355209351, -1.1506242752075195, -0.070708267390728, 0.6886886358261108, -0.919499397277832, -0.2783946692943573, -0.04641012102365494, -0.2616932988166809, 0.08994904905557632, 0.7390592694282532, -1.1194051504135132, 0.2832728326320648, -0.05092667415738106, -0.2279469519853592, 0.8271061182022095, 0.15387237071990967, 0.24758963286876678, 0.14913403987884521, 0.429587185382843, 0.5277255177497864, 0.11115185916423798, 0.6835876703262329, -0.3472035229206085, -0.9694353342056274, 0.6154633164405823, 0.2526639401912689, 0.8121450543403625, -0.4994531571865082, 0.2685093581676483, 0.27025532722473145, -0.34096759557724, -0.5682370066642761, -0.310283899307251, 0.09025724977254868, 0.1493057906627655, 0.11142513900995255, -0.5721710324287415, -0.6576126217842102, -0.9689138531684875, -0.13590629398822784, -0.43143734335899353, -0.3571571707725525, 0.21006926894187927, 0.5792902708053589, -1.19755220413208, 0.4128871560096741, -0.7705627083778381, -0.7038739919662476, -0.010655502788722515, -0.19338133931159973, 0.7540656328201294, 0.43240195512771606, 0.5033966898918152, -0.6397146582603455, -0.5661987066268921, -0.2247016727924347, -1.0333750247955322, -0.1328050196170807, 0.24819612503051758, 0.3065737187862396, -0.13423344492912292, -0.2744963765144348, -0.4874030649662018, 0.8100391626358032, 0.14789170026779175, -0.5391897559165955, 0.522076427936554, -0.30203187465667725, 0.17224818468093872, -0.6369150876998901, -0.06916842609643936, -0.6616762280464172, -0.0009070661617442966, -0.36083054542541504, -0.5737442970275879, 0.1477227807044983, 0.07017485797405243, -0.16065452992916107, 0.2880840599536896, -0.9092768430709839, -0.0010854393476620317, -0.7442210912704468, 0.3790718913078308, 0.06394749879837036, -0.31450796127319336, -0.017517538741230965, 1.0000386238098145, 0.7784461379051208, -0.3848050832748413, 0.7217444181442261, 0.4440041482448578, 0.19036130607128143, 0.7630521059036255, -0.18725106120109558, 0.16478227078914642, -0.5245417952537537, -0.12161091715097427, -0.8887602090835571, -1.0982946157455444, 0.7320572137832642, -0.6114248633384705, 0.365429162979126, -0.42778676748275757, 0.2589160203933716, -0.6919258832931519, -0.03885339945554733, 0.4808600842952728, -0.05936329439282417, -0.6863945126533508, 0.5232569575309753, 0.4531751275062561, -0.20192424952983856, -0.6609031558036804, -0.5301572680473328, 0.39365825057029724, 0.6154114603996277, -0.16390369832515717, 0.06878502666950226, 0.14941053092479706, -0.5441926717758179, -0.04080265015363693, -0.38691943883895874, -0.45766735076904297, 0.054224200546741486, 0.13053442537784576, -0.005750629119575024, -0.40481996536254883, -0.08680261671543121, -0.35842013359069824, -0.4656122326850891, 0.21876510977745056, 0.30119457840919495, -0.040963079780340195, -0.42599764466285706, -0.3619822561740875, -0.8881813287734985, 0.6719611287117004, 0.5370280742645264, 0.05281529948115349, 0.7555548548698425, 0.16819249093532562, -0.8014988899230957, -0.1353219747543335, -0.17607071995735168, 0.2696831524372101, -0.5588055849075317, 0.13849815726280212, -0.013484937138855457, -0.06374908983707428, 0.26297879219055176, 0.2538624107837677, -0.43005576729774475, 0.9276248216629028, -0.2615273594856262, -0.3592522144317627, 0.7960182428359985, 0.597474217414856, 0.4958312511444092, 0.16503211855888367, -0.04454170539975166, 0.9007094502449036, -1.1966514587402344, -0.6563175916671753, -0.7409549951553345, -0.15945695340633392, -0.4351082742214203, -0.03210585191845894, 0.6254414319992065, 0.2900991439819336, -0.1333388388156891, 0.4756392538547516, -0.5243489146232605, 0.35560354590415955, 1.01198410987854, 0.3574863076210022, 0.3435700833797455, -0.7570229172706604, -0.251577764749527, -0.14024285972118378, -0.999815821647644, -0.2631376385688782, 0.887103259563446, 0.22752618789672852, 0.8444610834121704, 0.5992540121078491, 0.6784543991088867, 0.13672280311584473, 0.25238293409347534, -0.3059033155441284, 0.39202943444252014, 0.437608003616333, -1.0401140451431274, -0.4275839328765869, 0.021418774500489235, -0.9703337550163269, -0.14227528870105743, -0.034950077533721924, -0.426171213388443, 0.7681738138198853, 0.00016590356244705617, -0.40767112374305725, 0.773273229598999, -0.4555833339691162, 0.7562873363494873, -0.4473649859428406, -0.026639068499207497, 0.46990975737571716, -0.7070636749267578, 0.4677431583404541, 0.12878787517547607, 0.62058424949646, -0.01557245571166277, -0.04078584164381027, 0.7104939818382263, -0.9129160046577454, 0.2543864846229553, -0.6348398923873901, 0.2242131233215332, 0.24246954917907715, 0.5160627365112305, 0.59699547290802, 0.43712443113327026, 0.10119900852441788, -0.23920896649360657, 0.0411578007042408, -0.8241124153137207, -0.21050631999969482, 0.6975153684616089, -0.7186891436576843, -0.6864197850227356, -1.2355338335037231, 0.14438676834106445, 0.2734706997871399, 0.3893052637577057, 0.7959299683570862, 0.5714088678359985, 0.1289544701576233, 0.6805251240730286, 0.9888588190078735, -0.0688563883304596, 0.9166924357414246, 0.32244759798049927, 0.09175167977809906, -0.21944832801818848, 0.703682541847229, 0.2662792503833771, -0.24707932770252228, -0.11939718574285507, 0.20913472771644592, -0.11069414764642715, -0.5917618870735168, -0.4999067187309265, 0.37017571926116943, -0.6731790900230408, -0.18303905427455902, -0.6243733167648315, -0.604377031326294, -0.5117591619491577, 0.06927351653575897, -0.7147684097290039, 0.23979035019874573, -0.7753564119338989, -0.10574901103973389, 0.043233949691057205, 0.9792011380195618, -0.5893121957778931, 0.5805225372314453, -1.1218583583831787, 0.1934581696987152, -0.07949882000684738, 0.792106032371521, 0.21395787596702576, -0.7344396710395813, -0.39754194021224976, -0.1159265860915184, -0.3729909360408783, -1.357676386833191, 0.21404914557933807, -0.245414137840271, 0.230940580368042, 0.6145405769348145, 0.13977080583572388, 0.5258245468139648, -0.3432629704475403, 0.702910304069519, -0.05701747536659241, -0.7069289088249207, 0.7934497594833374, -0.5026895403862, 0.49635353684425354, 0.9766000509262085, 0.5333836674690247, -0.7984006404876709, 0.035740941762924194, -1.041123628616333, -0.6008694171905518, 0.3842642903327942, 0.11928911507129669, -0.03601088374853134, -0.6659559607505798, -0.05401967093348503, -0.16143809258937836, 0.6043745279312134, -1.039069414138794, -0.7858356833457947, 0.25766950845718384, 0.5277301669120789, 0.0816856324672699, -0.565339982509613, 0.20880672335624695, -0.544416069984436, 1.065777063369751, 0.4510941505432129, 0.3274497091770172, 0.8406059145927429, 0.46492424607276917, -0.3823162317276001, 0.0925246924161911, 0.7662693858146667, 0.6666234135627747, -0.5239795446395874, -0.2908027768135071, -0.08827519416809082, -0.9143403172492981, 0.05927463248372078, 0.11168897151947021, -0.013455760665237904, 0.9082109332084656, 0.5793081521987915, 0.25397056341171265, 0.4514278471469879, -0.7264602184295654, 0.8859450221061707, -0.14954186975955963, -0.12472864240407944, -1.0677239894866943, 0.19486203789710999, -0.2398497611284256, 0.5006400346755981, 1.0061328411102295, 0.525004506111145, -0.047630421817302704, -0.814338207244873, -0.014735884964466095, 0.6939171552658081, -0.7091122269630432, -0.17449815571308136, 0.9448539018630981, 0.3847101032733917, -1.2953052520751953, 1.106776475906372, -0.5381770133972168, -0.5603322982788086, 0.9121302366256714, 0.5229572057723999, 1.1221847534179688, -0.4420414865016937, 0.0008673489210195839, 0.26622384786605835, 0.4137841761112213, 0.5423170328140259, 1.0869629383087158, 0.43141302466392517, -0.7931064367294312, 0.8826584815979004, -0.24776048958301544, -0.4036114811897278, -0.05347567796707153, -0.42859897017478943, 0.16892196238040924, -0.44061940908432007, -0.10712995380163193, -0.3444186747074127, 0.28543180227279663, -0.7072039842605591, 0.42807650566101074, -0.08385664224624634, 0.8653070330619812, -0.8553726077079773, 0.47207626700401306, 0.6354705691337585, -0.33373570442199707, -0.8508187532424927, -0.2619844079017639, -0.11448468267917633, -0.6389467120170593, 0.3021482527256012, -0.45541056990623474, 0.04439906030893326, 0.0962347686290741, -0.6491518616676331, -1.17782723903656, 0.9093633890151978, -0.6396124958992004, -0.2784460484981537, 0.20464082062244415, -0.11514755338430405, 0.2881169319152832, -0.2524646818637848, 0.01066102646291256, 0.4187658727169037, 0.7489399909973145, 0.2844657599925995, -0.7727054357528687, -0.36948853731155396, 0.001503483159467578, -0.4447479248046875, 0.7582977414131165, -0.6002100110054016, 1.1840780973434448, -0.5563542246818542, -0.05965428426861763, 0.4438449740409851, 0.24690918624401093, 0.2107618749141693, 0.6629219055175781, 0.14420808851718903, 0.7282264828681946, 1.0701215267181396, -0.40835267305374146, 0.8811809420585632, 0.26432833075523376, 0.47430819272994995, 0.7238503694534302, -0.6487724781036377, 0.7513749003410339, 0.3181047737598419, -0.5682924389839172, 0.9228011965751648, 1.2906062602996826, -0.15699201822280884, 0.8079373240470886, 0.05136503651738167, -1.081600546836853, 0.32583341002464294, -0.20724761486053467, -0.7530065774917603, 0.3150255084037781, 0.1905587613582611, -0.6920983195304871, -0.5770309567451477, -0.24046485126018524, -0.35662803053855896, -0.11552897840738297, -0.7631729245185852, 0.6720567941665649, -0.016969243064522743, -0.510368287563324, 0.18857543170452118, 0.2877499461174011, 0.17368416488170624, -0.5235732793807983, -0.029394278302788734, -0.22823628783226013, 0.2660655975341797, -0.5670853853225708, -0.523452639579773, 0.572442889213562, -0.3243021070957184, -0.5343255400657654, 0.18147464096546173, 0.7635873556137085, -0.16923803091049194, -0.45154085755348206, 0.3247271180152893, 0.6959525346755981, 0.16658541560173035, 0.42502832412719727, -0.2351125031709671, 0.24480612576007843, -0.0804482102394104, -0.06651560962200165, 0.27714771032333374, 0.34491682052612305, 0.22435636818408966, 0.445014089345932, 0.43285655975341797, -0.018087437376379967, -0.10736514627933502, -0.38281959295272827, 0.4124940037727356, -0.9542785882949829, -0.5713284611701965, -0.6307112574577332, 0.27406638860702515, -0.02315422333776951, -1.0836424827575684, 0.4145168662071228, 1.4406683444976807, 1.0359984636306763, -0.4756380021572113, 1.0672268867492676, -0.21818473935127258, 0.959479033946991, 0.4148309826850891, 0.5420442819595337, -0.6030410528182983, 0.03835386037826538, -0.4364394545555115, -1.076962947845459, -0.3571631908416748, 0.4539393484592438, -0.022899458184838295, -0.34298673272132874, 0.872571587562561, 0.5887162089347839, -0.3347359299659729, -0.11728014796972275, 0.048487339168787, -0.02994135580956936, -0.1243385449051857, 0.5145376920700073, 0.7648400664329529, -0.934430718421936, -0.10680409520864487, -0.21577772498130798, -0.638272762298584, -0.5047283172607422, -0.9632007479667664, -0.12959405779838562, -0.16037800908088684, 0.03534318506717682, -0.5662809610366821, 0.002557313535362482, 1.208324909210205, 0.5684953927993774, -1.1113994121551514, -0.5303789973258972, 0.3371855616569519, 0.39204221963882446, -0.18747906386852264, -0.24202409386634827, 0.29845693707466125, 0.1538224071264267, -0.5908878445625305, 0.6875665783882141, 0.808962345123291, 0.2088892161846161, 0.19554761052131653, 0.15893033146858215, -0.8229472041130066, -0.1491343230009079, 0.17440439760684967, 0.9450569152832031, -0.9398531913757324, -0.711484432220459, -0.03168497234582901, -0.2709487974643707, -0.05765723064541817, 0.17102116346359253, -0.4046347737312317, 0.5180681943893433, 0.3459150195121765, 0.4993347227573395, 0.05616113543510437, -0.054746486246585846, 0.5409554839134216, -0.9069056510925293, 0.09425957500934601, 0.41343623399734497, 0.4154113829135895, -0.40008655190467834, -0.5910196900367737, 0.6713422536849976, 1.0073972940444946, -0.6594868898391724, -0.8743270635604858, -0.19846728444099426, -1.0016001462936401, 0.04189705103635788, 0.6762760877609253, 0.5009527206420898, -0.4806516766548157, -0.4174501299858093, -0.5617400407791138, -0.12546734511852264, -0.1369970738887787, 0.7621604204177856, 1.1796807050704956, -0.7432095408439636, 0.0797576829791069, -1.038639783859253, 0.6594985723495483, -0.24194581806659698, -0.3457583785057068, -0.4864429831504822, 0.3832802176475525, 0.35236984491348267, 0.44048112630844116, 0.6148126125335693, 0.14084699749946594, 0.8338427543640137, 0.3126053512096405, -0.17026889324188232, 0.2698982357978821, -0.4559200406074524, -0.02893308363854885, -0.0579623207449913, 0.3101596534252167, -1.0262157917022705 ]
awilliamson/gimli_math
awilliamson
2023-11-30T01:26:59Z
0
0
null
[ "region:us" ]
2023-11-30T01:26:59Z
2023-11-30T01:21:29.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
awilliamson/gimli_math
[ -0.3227648437023163, -0.22568459808826447, 0.8622260093688965, 0.434614896774292, -0.5282989144325256, 0.7012966275215149, 0.7915716171264648, 0.07618634402751923, 0.7746022343635559, 0.25632208585739136, -0.7852813005447388, -0.22573812305927277, -0.9104481935501099, 0.5715669393539429, -0.399233341217041, 0.5791246891021729, -0.14494498074054718, -0.107511505484581, 0.28233760595321655, -0.2768953740596771, -0.5409225225448608, -0.3685525357723236, -1.1902778148651123, 0.06149110198020935, 0.5316579341888428, 0.7435141205787659, 0.7584060430526733, 0.3652167320251465, 0.6432583332061768, 0.39322903752326965, -0.23138904571533203, 0.48270535469055176, -0.0417182520031929, 0.002603930188342929, -0.3524433970451355, -0.5516899228096008, -0.28596580028533936, 0.07584728300571442, 1.0961302518844604, 0.9666878581047058, -0.2846635580062866, 0.05330817028880119, -0.30636221170425415, 0.33088892698287964, -0.49734315276145935, 0.305409699678421, -0.022506151348352432, 0.1631879061460495, -0.7041513323783875, -0.5535354614257812, 0.012794680893421173, -0.7361213564872742, 0.17926588654518127, -0.6900808811187744, 0.8269098401069641, 0.18583187460899353, 1.153375267982483, 0.14819420874118805, -0.4624869227409363, -0.8161765933036804, -0.6538989543914795, 0.5711168050765991, -0.32703685760498047, 0.3968023657798767, 0.7028236389160156, -0.04857297241687775, -0.9820331335067749, -0.6745743751525879, -0.46466201543807983, 0.29239630699157715, 0.3540281355381012, -0.3411675989627838, -0.1752207726240158, -0.3058989644050598, 0.15792028605937958, 0.12811532616615295, -0.4841994643211365, -0.5543920397758484, -0.5475163459777832, -0.3960250914096832, 0.6206657290458679, 0.34829503297805786, 0.24291768670082092, -0.18884144723415375, -0.3228582441806793, 0.08801627904176712, -0.41608506441116333, 0.3402571678161621, 0.6335514783859253, 0.7114018201828003, -0.5811445713043213, 0.5602161288261414, -0.04927592724561691, 0.7439703345298767, 0.11445553600788116, -0.2747809588909149, 0.4146057069301605, -0.14724716544151306, 0.0551714189350605, 0.42263469099998474, 0.31524431705474854, 0.2841312289237976, -0.3273693919181824, 0.2032228410243988, -0.32151442766189575, -0.3049623966217041, -0.22332176566123962, -0.2949073910713196, -0.359218031167984, 0.5492290258407593, -0.3314018249511719, -0.42855486273765564, 1.1431759595870972, -0.420076847076416, -0.7302224636077881, 0.3315640687942505, 0.4065212607383728, -0.09944790601730347, -0.37146538496017456, -0.052260685712099075, -0.8458787798881531, -0.007907599210739136, 0.7491174936294556, -0.7198970913887024, 0.3371739983558655, 0.47280630469322205, 0.7417217493057251, 0.1965056210756302, -0.1403447687625885, -0.4294942021369934, 0.2971968352794647, -0.8659992218017578, 0.6320173144340515, -0.2013522833585739, -1.0051978826522827, 0.11150489747524261, 0.8971705436706543, -0.37896400690078735, -1.209487795829773, 1.0605158805847168, -0.688793420791626, 0.1601785123348236, -0.676761269569397, -0.1466122567653656, -0.07118471711874008, -0.005096827633678913, -0.6088156700134277, 0.7567101716995239, 0.5872673988342285, -0.4995277523994446, 0.21429476141929626, -0.260298490524292, -0.3915141224861145, 0.3882487416267395, -0.07935421168804169, -0.21858885884284973, 0.7138333916664124, -0.6647082567214966, -0.2693283259868622, 0.2942773401737213, 0.23689348995685577, -0.35706084966659546, -0.7931920289993286, 0.084781214594841, -0.057862747460603714, 1.5507503747940063, -0.038688331842422485, -0.35861048102378845, -0.6793836355209351, -1.1506242752075195, -0.070708267390728, 0.6886886358261108, -0.919499397277832, -0.2783946692943573, -0.04641012102365494, -0.2616932988166809, 0.08994904905557632, 0.7390592694282532, -1.1194051504135132, 0.2832728326320648, -0.05092667415738106, -0.2279469519853592, 0.8271061182022095, 0.15387237071990967, 0.24758963286876678, 0.14913403987884521, 0.429587185382843, 0.5277255177497864, 0.11115185916423798, 0.6835876703262329, -0.3472035229206085, -0.9694353342056274, 0.6154633164405823, 0.2526639401912689, 0.8121450543403625, -0.4994531571865082, 0.2685093581676483, 0.27025532722473145, -0.34096759557724, -0.5682370066642761, -0.310283899307251, 0.09025724977254868, 0.1493057906627655, 0.11142513900995255, -0.5721710324287415, -0.6576126217842102, -0.9689138531684875, -0.13590629398822784, -0.43143734335899353, -0.3571571707725525, 0.21006926894187927, 0.5792902708053589, -1.19755220413208, 0.4128871560096741, -0.7705627083778381, -0.7038739919662476, -0.010655502788722515, -0.19338133931159973, 0.7540656328201294, 0.43240195512771606, 0.5033966898918152, -0.6397146582603455, -0.5661987066268921, -0.2247016727924347, -1.0333750247955322, -0.1328050196170807, 0.24819612503051758, 0.3065737187862396, -0.13423344492912292, -0.2744963765144348, -0.4874030649662018, 0.8100391626358032, 0.14789170026779175, -0.5391897559165955, 0.522076427936554, -0.30203187465667725, 0.17224818468093872, -0.6369150876998901, -0.06916842609643936, -0.6616762280464172, -0.0009070661617442966, -0.36083054542541504, -0.5737442970275879, 0.1477227807044983, 0.07017485797405243, -0.16065452992916107, 0.2880840599536896, -0.9092768430709839, -0.0010854393476620317, -0.7442210912704468, 0.3790718913078308, 0.06394749879837036, -0.31450796127319336, -0.017517538741230965, 1.0000386238098145, 0.7784461379051208, -0.3848050832748413, 0.7217444181442261, 0.4440041482448578, 0.19036130607128143, 0.7630521059036255, -0.18725106120109558, 0.16478227078914642, -0.5245417952537537, -0.12161091715097427, -0.8887602090835571, -1.0982946157455444, 0.7320572137832642, -0.6114248633384705, 0.365429162979126, -0.42778676748275757, 0.2589160203933716, -0.6919258832931519, -0.03885339945554733, 0.4808600842952728, -0.05936329439282417, -0.6863945126533508, 0.5232569575309753, 0.4531751275062561, -0.20192424952983856, -0.6609031558036804, -0.5301572680473328, 0.39365825057029724, 0.6154114603996277, -0.16390369832515717, 0.06878502666950226, 0.14941053092479706, -0.5441926717758179, -0.04080265015363693, -0.38691943883895874, -0.45766735076904297, 0.054224200546741486, 0.13053442537784576, -0.005750629119575024, -0.40481996536254883, -0.08680261671543121, -0.35842013359069824, -0.4656122326850891, 0.21876510977745056, 0.30119457840919495, -0.040963079780340195, -0.42599764466285706, -0.3619822561740875, -0.8881813287734985, 0.6719611287117004, 0.5370280742645264, 0.05281529948115349, 0.7555548548698425, 0.16819249093532562, -0.8014988899230957, -0.1353219747543335, -0.17607071995735168, 0.2696831524372101, -0.5588055849075317, 0.13849815726280212, -0.013484937138855457, -0.06374908983707428, 0.26297879219055176, 0.2538624107837677, -0.43005576729774475, 0.9276248216629028, -0.2615273594856262, -0.3592522144317627, 0.7960182428359985, 0.597474217414856, 0.4958312511444092, 0.16503211855888367, -0.04454170539975166, 0.9007094502449036, -1.1966514587402344, -0.6563175916671753, -0.7409549951553345, -0.15945695340633392, -0.4351082742214203, -0.03210585191845894, 0.6254414319992065, 0.2900991439819336, -0.1333388388156891, 0.4756392538547516, -0.5243489146232605, 0.35560354590415955, 1.01198410987854, 0.3574863076210022, 0.3435700833797455, -0.7570229172706604, -0.251577764749527, -0.14024285972118378, -0.999815821647644, -0.2631376385688782, 0.887103259563446, 0.22752618789672852, 0.8444610834121704, 0.5992540121078491, 0.6784543991088867, 0.13672280311584473, 0.25238293409347534, -0.3059033155441284, 0.39202943444252014, 0.437608003616333, -1.0401140451431274, -0.4275839328765869, 0.021418774500489235, -0.9703337550163269, -0.14227528870105743, -0.034950077533721924, -0.426171213388443, 0.7681738138198853, 0.00016590356244705617, -0.40767112374305725, 0.773273229598999, -0.4555833339691162, 0.7562873363494873, -0.4473649859428406, -0.026639068499207497, 0.46990975737571716, -0.7070636749267578, 0.4677431583404541, 0.12878787517547607, 0.62058424949646, -0.01557245571166277, -0.04078584164381027, 0.7104939818382263, -0.9129160046577454, 0.2543864846229553, -0.6348398923873901, 0.2242131233215332, 0.24246954917907715, 0.5160627365112305, 0.59699547290802, 0.43712443113327026, 0.10119900852441788, -0.23920896649360657, 0.0411578007042408, -0.8241124153137207, -0.21050631999969482, 0.6975153684616089, -0.7186891436576843, -0.6864197850227356, -1.2355338335037231, 0.14438676834106445, 0.2734706997871399, 0.3893052637577057, 0.7959299683570862, 0.5714088678359985, 0.1289544701576233, 0.6805251240730286, 0.9888588190078735, -0.0688563883304596, 0.9166924357414246, 0.32244759798049927, 0.09175167977809906, -0.21944832801818848, 0.703682541847229, 0.2662792503833771, -0.24707932770252228, -0.11939718574285507, 0.20913472771644592, -0.11069414764642715, -0.5917618870735168, -0.4999067187309265, 0.37017571926116943, -0.6731790900230408, -0.18303905427455902, -0.6243733167648315, -0.604377031326294, -0.5117591619491577, 0.06927351653575897, -0.7147684097290039, 0.23979035019874573, -0.7753564119338989, -0.10574901103973389, 0.043233949691057205, 0.9792011380195618, -0.5893121957778931, 0.5805225372314453, -1.1218583583831787, 0.1934581696987152, -0.07949882000684738, 0.792106032371521, 0.21395787596702576, -0.7344396710395813, -0.39754194021224976, -0.1159265860915184, -0.3729909360408783, -1.357676386833191, 0.21404914557933807, -0.245414137840271, 0.230940580368042, 0.6145405769348145, 0.13977080583572388, 0.5258245468139648, -0.3432629704475403, 0.702910304069519, -0.05701747536659241, -0.7069289088249207, 0.7934497594833374, -0.5026895403862, 0.49635353684425354, 0.9766000509262085, 0.5333836674690247, -0.7984006404876709, 0.035740941762924194, -1.041123628616333, -0.6008694171905518, 0.3842642903327942, 0.11928911507129669, -0.03601088374853134, -0.6659559607505798, -0.05401967093348503, -0.16143809258937836, 0.6043745279312134, -1.039069414138794, -0.7858356833457947, 0.25766950845718384, 0.5277301669120789, 0.0816856324672699, -0.565339982509613, 0.20880672335624695, -0.544416069984436, 1.065777063369751, 0.4510941505432129, 0.3274497091770172, 0.8406059145927429, 0.46492424607276917, -0.3823162317276001, 0.0925246924161911, 0.7662693858146667, 0.6666234135627747, -0.5239795446395874, -0.2908027768135071, -0.08827519416809082, -0.9143403172492981, 0.05927463248372078, 0.11168897151947021, -0.013455760665237904, 0.9082109332084656, 0.5793081521987915, 0.25397056341171265, 0.4514278471469879, -0.7264602184295654, 0.8859450221061707, -0.14954186975955963, -0.12472864240407944, -1.0677239894866943, 0.19486203789710999, -0.2398497611284256, 0.5006400346755981, 1.0061328411102295, 0.525004506111145, -0.047630421817302704, -0.814338207244873, -0.014735884964466095, 0.6939171552658081, -0.7091122269630432, -0.17449815571308136, 0.9448539018630981, 0.3847101032733917, -1.2953052520751953, 1.106776475906372, -0.5381770133972168, -0.5603322982788086, 0.9121302366256714, 0.5229572057723999, 1.1221847534179688, -0.4420414865016937, 0.0008673489210195839, 0.26622384786605835, 0.4137841761112213, 0.5423170328140259, 1.0869629383087158, 0.43141302466392517, -0.7931064367294312, 0.8826584815979004, -0.24776048958301544, -0.4036114811897278, -0.05347567796707153, -0.42859897017478943, 0.16892196238040924, -0.44061940908432007, -0.10712995380163193, -0.3444186747074127, 0.28543180227279663, -0.7072039842605591, 0.42807650566101074, -0.08385664224624634, 0.8653070330619812, -0.8553726077079773, 0.47207626700401306, 0.6354705691337585, -0.33373570442199707, -0.8508187532424927, -0.2619844079017639, -0.11448468267917633, -0.6389467120170593, 0.3021482527256012, -0.45541056990623474, 0.04439906030893326, 0.0962347686290741, -0.6491518616676331, -1.17782723903656, 0.9093633890151978, -0.6396124958992004, -0.2784460484981537, 0.20464082062244415, -0.11514755338430405, 0.2881169319152832, -0.2524646818637848, 0.01066102646291256, 0.4187658727169037, 0.7489399909973145, 0.2844657599925995, -0.7727054357528687, -0.36948853731155396, 0.001503483159467578, -0.4447479248046875, 0.7582977414131165, -0.6002100110054016, 1.1840780973434448, -0.5563542246818542, -0.05965428426861763, 0.4438449740409851, 0.24690918624401093, 0.2107618749141693, 0.6629219055175781, 0.14420808851718903, 0.7282264828681946, 1.0701215267181396, -0.40835267305374146, 0.8811809420585632, 0.26432833075523376, 0.47430819272994995, 0.7238503694534302, -0.6487724781036377, 0.7513749003410339, 0.3181047737598419, -0.5682924389839172, 0.9228011965751648, 1.2906062602996826, -0.15699201822280884, 0.8079373240470886, 0.05136503651738167, -1.081600546836853, 0.32583341002464294, -0.20724761486053467, -0.7530065774917603, 0.3150255084037781, 0.1905587613582611, -0.6920983195304871, -0.5770309567451477, -0.24046485126018524, -0.35662803053855896, -0.11552897840738297, -0.7631729245185852, 0.6720567941665649, -0.016969243064522743, -0.510368287563324, 0.18857543170452118, 0.2877499461174011, 0.17368416488170624, -0.5235732793807983, -0.029394278302788734, -0.22823628783226013, 0.2660655975341797, -0.5670853853225708, -0.523452639579773, 0.572442889213562, -0.3243021070957184, -0.5343255400657654, 0.18147464096546173, 0.7635873556137085, -0.16923803091049194, -0.45154085755348206, 0.3247271180152893, 0.6959525346755981, 0.16658541560173035, 0.42502832412719727, -0.2351125031709671, 0.24480612576007843, -0.0804482102394104, -0.06651560962200165, 0.27714771032333374, 0.34491682052612305, 0.22435636818408966, 0.445014089345932, 0.43285655975341797, -0.018087437376379967, -0.10736514627933502, -0.38281959295272827, 0.4124940037727356, -0.9542785882949829, -0.5713284611701965, -0.6307112574577332, 0.27406638860702515, -0.02315422333776951, -1.0836424827575684, 0.4145168662071228, 1.4406683444976807, 1.0359984636306763, -0.4756380021572113, 1.0672268867492676, -0.21818473935127258, 0.959479033946991, 0.4148309826850891, 0.5420442819595337, -0.6030410528182983, 0.03835386037826538, -0.4364394545555115, -1.076962947845459, -0.3571631908416748, 0.4539393484592438, -0.022899458184838295, -0.34298673272132874, 0.872571587562561, 0.5887162089347839, -0.3347359299659729, -0.11728014796972275, 0.048487339168787, -0.02994135580956936, -0.1243385449051857, 0.5145376920700073, 0.7648400664329529, -0.934430718421936, -0.10680409520864487, -0.21577772498130798, -0.638272762298584, -0.5047283172607422, -0.9632007479667664, -0.12959405779838562, -0.16037800908088684, 0.03534318506717682, -0.5662809610366821, 0.002557313535362482, 1.208324909210205, 0.5684953927993774, -1.1113994121551514, -0.5303789973258972, 0.3371855616569519, 0.39204221963882446, -0.18747906386852264, -0.24202409386634827, 0.29845693707466125, 0.1538224071264267, -0.5908878445625305, 0.6875665783882141, 0.808962345123291, 0.2088892161846161, 0.19554761052131653, 0.15893033146858215, -0.8229472041130066, -0.1491343230009079, 0.17440439760684967, 0.9450569152832031, -0.9398531913757324, -0.711484432220459, -0.03168497234582901, -0.2709487974643707, -0.05765723064541817, 0.17102116346359253, -0.4046347737312317, 0.5180681943893433, 0.3459150195121765, 0.4993347227573395, 0.05616113543510437, -0.054746486246585846, 0.5409554839134216, -0.9069056510925293, 0.09425957500934601, 0.41343623399734497, 0.4154113829135895, -0.40008655190467834, -0.5910196900367737, 0.6713422536849976, 1.0073972940444946, -0.6594868898391724, -0.8743270635604858, -0.19846728444099426, -1.0016001462936401, 0.04189705103635788, 0.6762760877609253, 0.5009527206420898, -0.4806516766548157, -0.4174501299858093, -0.5617400407791138, -0.12546734511852264, -0.1369970738887787, 0.7621604204177856, 1.1796807050704956, -0.7432095408439636, 0.0797576829791069, -1.038639783859253, 0.6594985723495483, -0.24194581806659698, -0.3457583785057068, -0.4864429831504822, 0.3832802176475525, 0.35236984491348267, 0.44048112630844116, 0.6148126125335693, 0.14084699749946594, 0.8338427543640137, 0.3126053512096405, -0.17026889324188232, 0.2698982357978821, -0.4559200406074524, -0.02893308363854885, -0.0579623207449913, 0.3101596534252167, -1.0262157917022705 ]
younanna/llama2-7b_orca_mink_perc_average_top_10000
younanna
2023-11-30T01:22:04Z
0
0
null
[ "region:us" ]
2023-11-30T01:22:04Z
2023-11-30T01:22:04.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
younanna/llama2-7b_orca_mink_perc_average_top_10000
[ -0.3227648437023163, -0.22568459808826447, 0.8622260093688965, 0.434614896774292, -0.5282989144325256, 0.7012966275215149, 0.7915716171264648, 0.07618634402751923, 0.7746022343635559, 0.25632208585739136, -0.7852813005447388, -0.22573812305927277, -0.9104481935501099, 0.5715669393539429, -0.399233341217041, 0.5791246891021729, -0.14494498074054718, -0.107511505484581, 0.28233760595321655, -0.2768953740596771, -0.5409225225448608, -0.3685525357723236, -1.1902778148651123, 0.06149110198020935, 0.5316579341888428, 0.7435141205787659, 0.7584060430526733, 0.3652167320251465, 0.6432583332061768, 0.39322903752326965, -0.23138904571533203, 0.48270535469055176, -0.0417182520031929, 0.002603930188342929, -0.3524433970451355, -0.5516899228096008, -0.28596580028533936, 0.07584728300571442, 1.0961302518844604, 0.9666878581047058, -0.2846635580062866, 0.05330817028880119, -0.30636221170425415, 0.33088892698287964, -0.49734315276145935, 0.305409699678421, -0.022506151348352432, 0.1631879061460495, -0.7041513323783875, -0.5535354614257812, 0.012794680893421173, -0.7361213564872742, 0.17926588654518127, -0.6900808811187744, 0.8269098401069641, 0.18583187460899353, 1.153375267982483, 0.14819420874118805, -0.4624869227409363, -0.8161765933036804, -0.6538989543914795, 0.5711168050765991, -0.32703685760498047, 0.3968023657798767, 0.7028236389160156, -0.04857297241687775, -0.9820331335067749, -0.6745743751525879, -0.46466201543807983, 0.29239630699157715, 0.3540281355381012, -0.3411675989627838, -0.1752207726240158, -0.3058989644050598, 0.15792028605937958, 0.12811532616615295, -0.4841994643211365, -0.5543920397758484, -0.5475163459777832, -0.3960250914096832, 0.6206657290458679, 0.34829503297805786, 0.24291768670082092, -0.18884144723415375, -0.3228582441806793, 0.08801627904176712, -0.41608506441116333, 0.3402571678161621, 0.6335514783859253, 0.7114018201828003, -0.5811445713043213, 0.5602161288261414, -0.04927592724561691, 0.7439703345298767, 0.11445553600788116, -0.2747809588909149, 0.4146057069301605, -0.14724716544151306, 0.0551714189350605, 0.42263469099998474, 0.31524431705474854, 0.2841312289237976, -0.3273693919181824, 0.2032228410243988, -0.32151442766189575, -0.3049623966217041, -0.22332176566123962, -0.2949073910713196, -0.359218031167984, 0.5492290258407593, -0.3314018249511719, -0.42855486273765564, 1.1431759595870972, -0.420076847076416, -0.7302224636077881, 0.3315640687942505, 0.4065212607383728, -0.09944790601730347, -0.37146538496017456, -0.052260685712099075, -0.8458787798881531, -0.007907599210739136, 0.7491174936294556, -0.7198970913887024, 0.3371739983558655, 0.47280630469322205, 0.7417217493057251, 0.1965056210756302, -0.1403447687625885, -0.4294942021369934, 0.2971968352794647, -0.8659992218017578, 0.6320173144340515, -0.2013522833585739, -1.0051978826522827, 0.11150489747524261, 0.8971705436706543, -0.37896400690078735, -1.209487795829773, 1.0605158805847168, -0.688793420791626, 0.1601785123348236, -0.676761269569397, -0.1466122567653656, -0.07118471711874008, -0.005096827633678913, -0.6088156700134277, 0.7567101716995239, 0.5872673988342285, -0.4995277523994446, 0.21429476141929626, -0.260298490524292, -0.3915141224861145, 0.3882487416267395, -0.07935421168804169, -0.21858885884284973, 0.7138333916664124, -0.6647082567214966, -0.2693283259868622, 0.2942773401737213, 0.23689348995685577, -0.35706084966659546, -0.7931920289993286, 0.084781214594841, -0.057862747460603714, 1.5507503747940063, -0.038688331842422485, -0.35861048102378845, -0.6793836355209351, -1.1506242752075195, -0.070708267390728, 0.6886886358261108, -0.919499397277832, -0.2783946692943573, -0.04641012102365494, -0.2616932988166809, 0.08994904905557632, 0.7390592694282532, -1.1194051504135132, 0.2832728326320648, -0.05092667415738106, -0.2279469519853592, 0.8271061182022095, 0.15387237071990967, 0.24758963286876678, 0.14913403987884521, 0.429587185382843, 0.5277255177497864, 0.11115185916423798, 0.6835876703262329, -0.3472035229206085, -0.9694353342056274, 0.6154633164405823, 0.2526639401912689, 0.8121450543403625, -0.4994531571865082, 0.2685093581676483, 0.27025532722473145, -0.34096759557724, -0.5682370066642761, -0.310283899307251, 0.09025724977254868, 0.1493057906627655, 0.11142513900995255, -0.5721710324287415, -0.6576126217842102, -0.9689138531684875, -0.13590629398822784, -0.43143734335899353, -0.3571571707725525, 0.21006926894187927, 0.5792902708053589, -1.19755220413208, 0.4128871560096741, -0.7705627083778381, -0.7038739919662476, -0.010655502788722515, -0.19338133931159973, 0.7540656328201294, 0.43240195512771606, 0.5033966898918152, -0.6397146582603455, -0.5661987066268921, -0.2247016727924347, -1.0333750247955322, -0.1328050196170807, 0.24819612503051758, 0.3065737187862396, -0.13423344492912292, -0.2744963765144348, -0.4874030649662018, 0.8100391626358032, 0.14789170026779175, -0.5391897559165955, 0.522076427936554, -0.30203187465667725, 0.17224818468093872, -0.6369150876998901, -0.06916842609643936, -0.6616762280464172, -0.0009070661617442966, -0.36083054542541504, -0.5737442970275879, 0.1477227807044983, 0.07017485797405243, -0.16065452992916107, 0.2880840599536896, -0.9092768430709839, -0.0010854393476620317, -0.7442210912704468, 0.3790718913078308, 0.06394749879837036, -0.31450796127319336, -0.017517538741230965, 1.0000386238098145, 0.7784461379051208, -0.3848050832748413, 0.7217444181442261, 0.4440041482448578, 0.19036130607128143, 0.7630521059036255, -0.18725106120109558, 0.16478227078914642, -0.5245417952537537, -0.12161091715097427, -0.8887602090835571, -1.0982946157455444, 0.7320572137832642, -0.6114248633384705, 0.365429162979126, -0.42778676748275757, 0.2589160203933716, -0.6919258832931519, -0.03885339945554733, 0.4808600842952728, -0.05936329439282417, -0.6863945126533508, 0.5232569575309753, 0.4531751275062561, -0.20192424952983856, -0.6609031558036804, -0.5301572680473328, 0.39365825057029724, 0.6154114603996277, -0.16390369832515717, 0.06878502666950226, 0.14941053092479706, -0.5441926717758179, -0.04080265015363693, -0.38691943883895874, -0.45766735076904297, 0.054224200546741486, 0.13053442537784576, -0.005750629119575024, -0.40481996536254883, -0.08680261671543121, -0.35842013359069824, -0.4656122326850891, 0.21876510977745056, 0.30119457840919495, -0.040963079780340195, -0.42599764466285706, -0.3619822561740875, -0.8881813287734985, 0.6719611287117004, 0.5370280742645264, 0.05281529948115349, 0.7555548548698425, 0.16819249093532562, -0.8014988899230957, -0.1353219747543335, -0.17607071995735168, 0.2696831524372101, -0.5588055849075317, 0.13849815726280212, -0.013484937138855457, -0.06374908983707428, 0.26297879219055176, 0.2538624107837677, -0.43005576729774475, 0.9276248216629028, -0.2615273594856262, -0.3592522144317627, 0.7960182428359985, 0.597474217414856, 0.4958312511444092, 0.16503211855888367, -0.04454170539975166, 0.9007094502449036, -1.1966514587402344, -0.6563175916671753, -0.7409549951553345, -0.15945695340633392, -0.4351082742214203, -0.03210585191845894, 0.6254414319992065, 0.2900991439819336, -0.1333388388156891, 0.4756392538547516, -0.5243489146232605, 0.35560354590415955, 1.01198410987854, 0.3574863076210022, 0.3435700833797455, -0.7570229172706604, -0.251577764749527, -0.14024285972118378, -0.999815821647644, -0.2631376385688782, 0.887103259563446, 0.22752618789672852, 0.8444610834121704, 0.5992540121078491, 0.6784543991088867, 0.13672280311584473, 0.25238293409347534, -0.3059033155441284, 0.39202943444252014, 0.437608003616333, -1.0401140451431274, -0.4275839328765869, 0.021418774500489235, -0.9703337550163269, -0.14227528870105743, -0.034950077533721924, -0.426171213388443, 0.7681738138198853, 0.00016590356244705617, -0.40767112374305725, 0.773273229598999, -0.4555833339691162, 0.7562873363494873, -0.4473649859428406, -0.026639068499207497, 0.46990975737571716, -0.7070636749267578, 0.4677431583404541, 0.12878787517547607, 0.62058424949646, -0.01557245571166277, -0.04078584164381027, 0.7104939818382263, -0.9129160046577454, 0.2543864846229553, -0.6348398923873901, 0.2242131233215332, 0.24246954917907715, 0.5160627365112305, 0.59699547290802, 0.43712443113327026, 0.10119900852441788, -0.23920896649360657, 0.0411578007042408, -0.8241124153137207, -0.21050631999969482, 0.6975153684616089, -0.7186891436576843, -0.6864197850227356, -1.2355338335037231, 0.14438676834106445, 0.2734706997871399, 0.3893052637577057, 0.7959299683570862, 0.5714088678359985, 0.1289544701576233, 0.6805251240730286, 0.9888588190078735, -0.0688563883304596, 0.9166924357414246, 0.32244759798049927, 0.09175167977809906, -0.21944832801818848, 0.703682541847229, 0.2662792503833771, -0.24707932770252228, -0.11939718574285507, 0.20913472771644592, -0.11069414764642715, -0.5917618870735168, -0.4999067187309265, 0.37017571926116943, -0.6731790900230408, -0.18303905427455902, -0.6243733167648315, -0.604377031326294, -0.5117591619491577, 0.06927351653575897, -0.7147684097290039, 0.23979035019874573, -0.7753564119338989, -0.10574901103973389, 0.043233949691057205, 0.9792011380195618, -0.5893121957778931, 0.5805225372314453, -1.1218583583831787, 0.1934581696987152, -0.07949882000684738, 0.792106032371521, 0.21395787596702576, -0.7344396710395813, -0.39754194021224976, -0.1159265860915184, -0.3729909360408783, -1.357676386833191, 0.21404914557933807, -0.245414137840271, 0.230940580368042, 0.6145405769348145, 0.13977080583572388, 0.5258245468139648, -0.3432629704475403, 0.702910304069519, -0.05701747536659241, -0.7069289088249207, 0.7934497594833374, -0.5026895403862, 0.49635353684425354, 0.9766000509262085, 0.5333836674690247, -0.7984006404876709, 0.035740941762924194, -1.041123628616333, -0.6008694171905518, 0.3842642903327942, 0.11928911507129669, -0.03601088374853134, -0.6659559607505798, -0.05401967093348503, -0.16143809258937836, 0.6043745279312134, -1.039069414138794, -0.7858356833457947, 0.25766950845718384, 0.5277301669120789, 0.0816856324672699, -0.565339982509613, 0.20880672335624695, -0.544416069984436, 1.065777063369751, 0.4510941505432129, 0.3274497091770172, 0.8406059145927429, 0.46492424607276917, -0.3823162317276001, 0.0925246924161911, 0.7662693858146667, 0.6666234135627747, -0.5239795446395874, -0.2908027768135071, -0.08827519416809082, -0.9143403172492981, 0.05927463248372078, 0.11168897151947021, -0.013455760665237904, 0.9082109332084656, 0.5793081521987915, 0.25397056341171265, 0.4514278471469879, -0.7264602184295654, 0.8859450221061707, -0.14954186975955963, -0.12472864240407944, -1.0677239894866943, 0.19486203789710999, -0.2398497611284256, 0.5006400346755981, 1.0061328411102295, 0.525004506111145, -0.047630421817302704, -0.814338207244873, -0.014735884964466095, 0.6939171552658081, -0.7091122269630432, -0.17449815571308136, 0.9448539018630981, 0.3847101032733917, -1.2953052520751953, 1.106776475906372, -0.5381770133972168, -0.5603322982788086, 0.9121302366256714, 0.5229572057723999, 1.1221847534179688, -0.4420414865016937, 0.0008673489210195839, 0.26622384786605835, 0.4137841761112213, 0.5423170328140259, 1.0869629383087158, 0.43141302466392517, -0.7931064367294312, 0.8826584815979004, -0.24776048958301544, -0.4036114811897278, -0.05347567796707153, -0.42859897017478943, 0.16892196238040924, -0.44061940908432007, -0.10712995380163193, -0.3444186747074127, 0.28543180227279663, -0.7072039842605591, 0.42807650566101074, -0.08385664224624634, 0.8653070330619812, -0.8553726077079773, 0.47207626700401306, 0.6354705691337585, -0.33373570442199707, -0.8508187532424927, -0.2619844079017639, -0.11448468267917633, -0.6389467120170593, 0.3021482527256012, -0.45541056990623474, 0.04439906030893326, 0.0962347686290741, -0.6491518616676331, -1.17782723903656, 0.9093633890151978, -0.6396124958992004, -0.2784460484981537, 0.20464082062244415, -0.11514755338430405, 0.2881169319152832, -0.2524646818637848, 0.01066102646291256, 0.4187658727169037, 0.7489399909973145, 0.2844657599925995, -0.7727054357528687, -0.36948853731155396, 0.001503483159467578, -0.4447479248046875, 0.7582977414131165, -0.6002100110054016, 1.1840780973434448, -0.5563542246818542, -0.05965428426861763, 0.4438449740409851, 0.24690918624401093, 0.2107618749141693, 0.6629219055175781, 0.14420808851718903, 0.7282264828681946, 1.0701215267181396, -0.40835267305374146, 0.8811809420585632, 0.26432833075523376, 0.47430819272994995, 0.7238503694534302, -0.6487724781036377, 0.7513749003410339, 0.3181047737598419, -0.5682924389839172, 0.9228011965751648, 1.2906062602996826, -0.15699201822280884, 0.8079373240470886, 0.05136503651738167, -1.081600546836853, 0.32583341002464294, -0.20724761486053467, -0.7530065774917603, 0.3150255084037781, 0.1905587613582611, -0.6920983195304871, -0.5770309567451477, -0.24046485126018524, -0.35662803053855896, -0.11552897840738297, -0.7631729245185852, 0.6720567941665649, -0.016969243064522743, -0.510368287563324, 0.18857543170452118, 0.2877499461174011, 0.17368416488170624, -0.5235732793807983, -0.029394278302788734, -0.22823628783226013, 0.2660655975341797, -0.5670853853225708, -0.523452639579773, 0.572442889213562, -0.3243021070957184, -0.5343255400657654, 0.18147464096546173, 0.7635873556137085, -0.16923803091049194, -0.45154085755348206, 0.3247271180152893, 0.6959525346755981, 0.16658541560173035, 0.42502832412719727, -0.2351125031709671, 0.24480612576007843, -0.0804482102394104, -0.06651560962200165, 0.27714771032333374, 0.34491682052612305, 0.22435636818408966, 0.445014089345932, 0.43285655975341797, -0.018087437376379967, -0.10736514627933502, -0.38281959295272827, 0.4124940037727356, -0.9542785882949829, -0.5713284611701965, -0.6307112574577332, 0.27406638860702515, -0.02315422333776951, -1.0836424827575684, 0.4145168662071228, 1.4406683444976807, 1.0359984636306763, -0.4756380021572113, 1.0672268867492676, -0.21818473935127258, 0.959479033946991, 0.4148309826850891, 0.5420442819595337, -0.6030410528182983, 0.03835386037826538, -0.4364394545555115, -1.076962947845459, -0.3571631908416748, 0.4539393484592438, -0.022899458184838295, -0.34298673272132874, 0.872571587562561, 0.5887162089347839, -0.3347359299659729, -0.11728014796972275, 0.048487339168787, -0.02994135580956936, -0.1243385449051857, 0.5145376920700073, 0.7648400664329529, -0.934430718421936, -0.10680409520864487, -0.21577772498130798, -0.638272762298584, -0.5047283172607422, -0.9632007479667664, -0.12959405779838562, -0.16037800908088684, 0.03534318506717682, -0.5662809610366821, 0.002557313535362482, 1.208324909210205, 0.5684953927993774, -1.1113994121551514, -0.5303789973258972, 0.3371855616569519, 0.39204221963882446, -0.18747906386852264, -0.24202409386634827, 0.29845693707466125, 0.1538224071264267, -0.5908878445625305, 0.6875665783882141, 0.808962345123291, 0.2088892161846161, 0.19554761052131653, 0.15893033146858215, -0.8229472041130066, -0.1491343230009079, 0.17440439760684967, 0.9450569152832031, -0.9398531913757324, -0.711484432220459, -0.03168497234582901, -0.2709487974643707, -0.05765723064541817, 0.17102116346359253, -0.4046347737312317, 0.5180681943893433, 0.3459150195121765, 0.4993347227573395, 0.05616113543510437, -0.054746486246585846, 0.5409554839134216, -0.9069056510925293, 0.09425957500934601, 0.41343623399734497, 0.4154113829135895, -0.40008655190467834, -0.5910196900367737, 0.6713422536849976, 1.0073972940444946, -0.6594868898391724, -0.8743270635604858, -0.19846728444099426, -1.0016001462936401, 0.04189705103635788, 0.6762760877609253, 0.5009527206420898, -0.4806516766548157, -0.4174501299858093, -0.5617400407791138, -0.12546734511852264, -0.1369970738887787, 0.7621604204177856, 1.1796807050704956, -0.7432095408439636, 0.0797576829791069, -1.038639783859253, 0.6594985723495483, -0.24194581806659698, -0.3457583785057068, -0.4864429831504822, 0.3832802176475525, 0.35236984491348267, 0.44048112630844116, 0.6148126125335693, 0.14084699749946594, 0.8338427543640137, 0.3126053512096405, -0.17026889324188232, 0.2698982357978821, -0.4559200406074524, -0.02893308363854885, -0.0579623207449913, 0.3101596534252167, -1.0262157917022705 ]
nairaxo/swahili-text-summarization
nairaxo
2023-11-30T01:24:01Z
0
0
null
[ "region:us" ]
2023-11-30T01:24:01Z
2023-11-30T01:24:01.000Z
null
null
Invalid username or password.
null
null
null
null
null
null
null
null
null
null
null
null
nairaxo/swahili-text-summarization
[ 0.2253885716199875, -0.8998720645904541, 0.42735302448272705, 0.015450827777385712, -0.07883070409297943, 0.6044350862503052, 0.6795745491981506, 0.07246875762939453, 0.20425310730934143, 0.8107718229293823, -0.7993437051773071, 0.2074916511774063, -0.946386456489563, 0.3846418559551239, -0.5887483358383179, 0.762336015701294, -0.39288532733917236, -0.1175074353814125, 0.1210736483335495, -0.28776636719703674, -1.2727805376052856, -0.22207969427108765, -1.373105525970459, -0.14537876844406128, 0.38515666127204895, 0.3101330101490021, 0.7951393723487854, -0.5303646922111511, 0.876847505569458, 0.4639803171157837, 0.4134654998779297, 0.15573808550834656, -0.268766313791275, 0.14066210389137268, -0.28594034910202026, -0.16980046033859253, -0.3124220669269562, -0.2644808292388916, 0.2177678644657135, 0.6879226565361023, -0.5201790928840637, 0.24859866499900818, -0.2016618549823761, 0.7202657461166382, -0.6665463447570801, -0.09907398372888565, -0.45560163259506226, -0.09088915586471558, -0.16815105080604553, -0.4679047465324402, 0.06947081536054611, -0.6881100535392761, -0.39073944091796875, -0.9272347092628479, 0.5589858293533325, 0.2686324417591095, 1.4267923831939697, 0.24581345915794373, -0.31262561678886414, -0.07574378699064255, -0.5463337302207947, 0.17012058198451996, -0.29503333568573, 0.39168673753738403, 1.0311506986618042, 0.675158679485321, -0.7772221565246582, -0.8043836355209351, -0.7559549808502197, 0.11885152757167816, 0.1830744594335556, -0.07707000523805618, -0.45691633224487305, -0.20463797450065613, 0.5702827572822571, -0.15311235189437866, -0.8062453866004944, -0.1403403878211975, -1.227474331855774, -0.1020468920469284, 0.5687811374664307, 0.5474607944488525, 0.4208974242210388, -0.17524099349975586, -0.7656074166297913, 0.3582369089126587, -0.3759905695915222, 0.2957267463207245, 0.9951131343841553, 0.43329787254333496, -0.4580511748790741, 0.7055727243423462, 0.20388874411582947, 0.7879869937896729, -0.2615753412246704, -0.07704360038042068, 0.24725155532360077, 0.31107357144355774, -0.5939985513687134, 0.37205982208251953, 0.2343038022518158, 0.37026840448379517, 0.14676865935325623, -0.5537750720977783, -0.4698720872402191, 0.1133384257555008, 0.05592983588576317, -0.3023356795310974, -0.7087613344192505, 1.0144389867782593, -0.46289992332458496, -0.16458290815353394, 1.0933964252471924, -0.4102323651313782, -0.850192129611969, -0.26255714893341064, 0.8367388248443604, -0.7262977361679077, -0.45884546637535095, 0.07257550954818726, -0.5466952323913574, -0.294976145029068, 0.5641345381736755, -0.4420417845249176, 0.21227610111236572, 0.22918826341629028, 0.5112229585647583, -0.03169342875480652, -0.7125875949859619, -0.2313862144947052, 0.18432247638702393, -0.07125858962535858, 0.08688267320394516, -0.2078302949666977, -0.7980642318725586, 0.15710502862930298, 0.5582804679870605, -0.33212974667549133, -0.6599887609481812, 1.0246344804763794, -0.9350540637969971, 0.337799996137619, -0.7383224964141846, -0.33665454387664795, 0.05137994885444641, -0.4853828251361847, -0.2850790023803711, 0.518007755279541, 0.5374181270599365, -0.46561992168426514, 0.4164350628852844, -0.5339261293411255, -0.30286598205566406, 0.5320470929145813, 0.15251247584819794, 0.18698526918888092, 0.35265278816223145, -0.6331602334976196, 0.1602957844734192, 0.15218357741832733, 0.005080103874206543, -0.3607329726219177, -0.5377956628799438, 0.8902612924575806, -0.19680380821228027, 1.5257225036621094, 0.4311526119709015, 0.19534876942634583, -0.7773181200027466, -1.0569831132888794, 0.14136359095573425, 0.6026203036308289, -0.1589847207069397, -0.27527087926864624, -0.45234355330467224, 0.10551214963197708, 0.17199261486530304, 0.3417067527770996, -0.5602187514305115, -0.016534581780433655, -0.09594111144542694, 0.5201272368431091, 1.287061095237732, 0.03727816790342331, 0.056523099541664124, -0.7316800355911255, 0.7162752747535706, 0.6318210959434509, 0.03089810162782669, -0.2105376273393631, -0.47532200813293457, -0.2053389698266983, 0.15025606751441956, 0.059584155678749084, 0.9875606894493103, -0.8731896877288818, 0.23385393619537354, 0.10699310153722763, -0.13240252435207367, -0.050437845289707184, 0.3647444248199463, 0.15232697129249573, 0.8230574131011963, 0.3320291042327881, -0.41449886560440063, -0.4864163398742676, -0.7373337745666504, -0.3882593810558319, -0.6860076189041138, -0.39338767528533936, 0.5592399835586548, 1.0021311044692993, -1.0238369703292847, 0.6973211765289307, -0.6201093792915344, -0.847144603729248, 0.3861613869667053, 0.5579557418823242, 0.6275300979614258, 0.382640540599823, 0.1700678914785385, -1.0809060335159302, -0.33438464999198914, -0.38225680589675903, -0.6751573085784912, -0.1684112846851349, -0.7333978414535522, 0.3855206370353699, 0.25970032811164856, -0.07682132720947266, -0.6787980794906616, 0.44645941257476807, 0.3535415232181549, -0.8503873348236084, 0.9255050420761108, -0.6036083698272705, 0.39782607555389404, -1.0286206007003784, 0.3182351291179657, -0.3767910599708557, 0.011948096565902233, -0.43853476643562317, 0.06927329301834106, 0.16637027263641357, -0.5788130760192871, -0.7832569479942322, 0.7697651386260986, -0.7939746379852295, 0.3986002206802368, -0.13040852546691895, 0.19048672914505005, -0.040939342230558395, 0.08794110268354416, -0.6548072099685669, 1.269300937652588, 0.7631654143333435, -0.4855042099952698, 1.2021738290786743, 0.43482592701911926, -0.3449782133102417, 1.2151871919631958, -0.5753278136253357, 0.34189173579216003, -0.14396017789840698, 0.02667703852057457, -1.2844586372375488, -1.3404861688613892, 0.6274394989013672, -0.5903733968734741, 0.11610079556703568, 0.1322953701019287, -0.08622193336486816, -0.4812373220920563, 0.04006163775920868, 0.5846338272094727, 0.004854220896959305, -0.5270520448684692, 0.3158448338508606, 0.30281931161880493, -0.24794471263885498, -0.5439720749855042, -0.6454855799674988, 0.4772990643978119, -0.12342611700296402, -0.6245568990707397, 0.45041704177856445, 0.2854064702987671, -0.5945091843605042, 0.3312108516693115, -0.2675514221191406, -0.5512523055076599, 0.24582329392433167, 0.3112345039844513, -0.08164265006780624, -0.03405352309346199, 0.14261358976364136, -0.27240583300590515, 0.06327114254236221, 0.2849651575088501, 0.266650915145874, 0.026808064430952072, -0.14871764183044434, -0.3840385973453522, -0.983588457107544, 1.1218006610870361, 0.9345885515213013, 0.4654421806335449, 0.7753793597221375, -0.19187194108963013, -0.7145671844482422, -0.08161737024784088, -0.602807879447937, -0.27911415696144104, -0.4640791118144989, -0.014238018542528152, -0.23938436806201935, -0.5528600215911865, 0.8835623264312744, -0.1300652027130127, -0.36821720004081726, 0.1342335194349289, -0.10938839614391327, -0.5599756240844727, 1.0113328695297241, 0.6275734305381775, 0.7651994824409485, -0.1016659364104271, 0.6491304636001587, 0.598883330821991, -0.661872923374176, -0.5511173009872437, -0.6314043402671814, -0.3438721299171448, -0.19281864166259766, 0.17317700386047363, 0.0312478207051754, 0.47068512439727783, -0.5370988249778748, 0.34929803013801575, -0.3390260338783264, 0.3872262239456177, 0.3672717213630676, 0.5951457023620605, 0.029368262737989426, -0.3454846739768982, -0.2158287763595581, 0.0012259390205144882, -0.2924351096153259, -0.6114355325698853, 0.6116766333580017, -0.07526785135269165, 1.1980483531951904, 0.6960523128509521, 0.34900081157684326, 0.874896764755249, -0.14877364039421082, -0.09454333782196045, 0.18484339118003845, 0.4033649265766144, -1.3224281072616577, -0.28222909569740295, -0.40475523471832275, -1.1762250661849976, -0.3390343189239502, -0.1852724403142929, -1.127788782119751, 0.2770196497440338, 0.1066899448633194, -0.736534595489502, 0.391910582780838, -1.0584003925323486, 0.8447255492210388, -0.5177925825119019, 0.06209705024957657, 0.7226284146308899, -0.5742975473403931, 1.0119361877441406, -0.3088236153125763, 0.5135990381240845, -0.3080471456050873, 0.14288240671157837, 0.918433427810669, -0.8253077268600464, 0.851921558380127, -0.598285436630249, 0.5381441712379456, -0.23216864466667175, 0.368499219417572, 0.7753280997276306, 0.21052637696266174, 0.15793859958648682, 0.4647030830383301, 0.32375356554985046, -0.6006637811660767, -0.600127637386322, 0.5648831129074097, -1.124538779258728, -0.7869342565536499, -0.8310422897338867, 0.09724894165992737, -0.11999545991420746, 0.19630968570709229, 0.7249463796615601, 0.43667495250701904, -0.06630445271730423, 0.23010092973709106, 0.44663381576538086, -0.2937001585960388, 0.11528018116950989, -0.08300575613975525, -0.16634757816791534, -0.380548357963562, 0.6820988655090332, 0.27754098176956177, -0.38904833793640137, -0.4472348392009735, 0.014657936990261078, -0.04595820605754852, -0.30960190296173096, -0.8609537482261658, 0.23136194050312042, -0.3947479724884033, -0.6385732889175415, -0.0015791431069374084, -0.2079010307788849, 0.024744540452957153, -0.32236549258232117, 0.243133082985878, -0.5421777367591858, -0.5132350325584412, 0.0857379212975502, 0.356332004070282, 0.23637068271636963, 0.02468559890985489, 0.5816203951835632, -0.8931094408035278, 0.5110465288162231, 0.3202746510505676, 0.5807902216911316, -0.41660580039024353, -1.0297279357910156, -0.12487326562404633, -0.2621600031852722, -0.26256275177001953, -1.6442234516143799, 0.16992810368537903, 0.16634628176689148, 0.3239329159259796, 0.5626195669174194, 0.23233792185783386, 0.22223147749900818, -0.416287362575531, 0.7741729617118835, 0.9270303845405579, -0.926192045211792, 0.5429349541664124, -0.39720481634140015, 0.39779961109161377, 1.0753395557403564, 0.7862282395362854, -0.9480255842208862, -0.029999781399965286, -0.8262340426445007, -1.113433837890625, 0.7099876403808594, 0.26553988456726074, 0.5039541125297546, 0.14968055486679077, 0.26769810914993286, 0.32245349884033203, 0.22753573954105377, -0.6282193660736084, -0.8415180444717407, -0.2917340099811554, 0.5889330506324768, 0.36496037244796753, -0.7177368998527527, -0.2630806863307953, -0.09525326639413834, 0.9326851963996887, 0.24673765897750854, -0.027610788121819496, 0.2200666069984436, 0.14499804377555847, -0.787465512752533, 0.14699310064315796, 0.7915334105491638, 1.51949143409729, -0.19884048402309418, 0.14589962363243103, 0.5905988216400146, -0.566702663898468, 0.07722640037536621, 0.07297195494174957, 0.29306700825691223, 0.18187746405601501, 0.21545976400375366, 0.3127266764640808, 0.5056139230728149, -0.5953266024589539, 0.6968352198600769, -0.8816323280334473, -0.7067571878433228, -0.871875524520874, 0.07446539402008057, -0.44472596049308777, -0.2910633981227875, 0.8651225566864014, 0.7503987550735474, -0.14541147649288177, -0.6896466016769409, 0.27632057666778564, 0.05698196589946747, -0.6993499398231506, -0.3569357395172119, 0.7409946918487549, 0.36840569972991943, -1.1903613805770874, 1.0477041006088257, 0.09640529751777649, -0.5257956385612488, 0.13843657076358795, 0.7610236406326294, 0.8089412450790405, -0.7720295786857605, -0.1147412434220314, 0.3359208106994629, 0.10365205258131027, 0.3239065408706665, 0.8977642059326172, 0.2850545644760132, -0.6021817922592163, 0.7142766714096069, -0.3471294641494751, -0.6975691318511963, -0.15058618783950806, -0.6593447923660278, 0.4583219885826111, -0.9173429608345032, -0.37413525581359863, -0.2982867360115051, -0.17292623221874237, -0.45872431993484497, 0.32808229327201843, 0.18860557675361633, 0.8294400572776794, -1.0911011695861816, 0.26227569580078125, 0.9789875745773315, -0.2874395549297333, -0.6860063076019287, -0.08240722119808197, 0.25842663645744324, -0.6506215333938599, 0.676711916923523, -0.24412743747234344, -0.20222724974155426, -0.21724769473075867, -0.5454320311546326, -0.5438886880874634, 0.7788419723510742, 0.21981507539749146, -0.4239652752876282, 0.21973955631256104, 0.31515854597091675, 0.02899359166622162, 0.28758636116981506, -0.22632896900177002, 0.4038398265838623, 0.6420227289199829, 0.07373344898223877, -0.6352971792221069, 0.19840405881404877, -0.051111988723278046, -0.2198818176984787, 0.19527459144592285, -0.5314170718193054, 1.0836929082870483, -0.08557150512933731, -0.5758984684944153, -0.12331169843673706, 0.5205496549606323, 0.18491528928279877, -0.04130559042096138, 0.6113954186439514, 0.6050620675086975, 1.4276529550552368, -0.6465983390808105, 0.8815656900405884, 0.38950979709625244, 0.40704360604286194, 0.5982229709625244, -0.2385774850845337, 0.578315794467926, 0.6428722143173218, -0.4512615501880646, 0.724797785282135, 0.7080820202827454, 0.010704725980758667, 0.34476834535598755, 0.05961691960692406, -0.603047251701355, -0.03929712250828743, -0.05786376819014549, -0.6036800146102905, 0.3972306251525879, 0.20787696540355682, 0.10284437239170074, -0.28582197427749634, -0.17648515105247498, -0.014340311288833618, 0.13973364233970642, 0.1364073008298874, 0.24416354298591614, 0.5183699131011963, -0.34364479780197144, 0.39782828092575073, 0.42240601778030396, 0.0930802971124649, -0.7252047657966614, 0.27301445603370667, -0.10152335464954376, 0.16059976816177368, -0.7491321563720703, -0.21211247146129608, 0.4333425462245941, 0.4003220796585083, -0.15191620588302612, -0.49217772483825684, 0.906558096408844, 0.5278220176696777, -0.5410469770431519, 0.2584100067615509, 0.1396690309047699, 0.19806283712387085, 0.16189683973789215, -1.6026784181594849, 0.18006440997123718, -0.2828170359134674, -0.1574079394340515, 0.02977529540657997, 0.24236907064914703, 0.23081856966018677, 0.5520890951156616, 0.9167337417602539, 0.21090728044509888, -0.2521670460700989, -0.18656966090202332, 0.4057958126068115, -0.7702230215072632, -0.6960211396217346, -1.2694284915924072, 0.5888118743896484, -0.26619914174079895, -0.9273329973220825, 0.8808335661888123, 0.45069122314453125, 0.5902265906333923, -0.018867935985326767, 0.3386746048927307, -0.20030981302261353, 0.4923716187477112, -0.41708171367645264, 1.0010662078857422, -0.9258158206939697, 0.14880016446113586, -0.42464959621429443, -0.7770476341247559, -0.3966871500015259, 0.1159733384847641, -0.026291873306035995, 0.426364004611969, 0.7879336476325989, 0.558631420135498, -0.005579980090260506, 0.17847752571105957, 0.521620512008667, 0.21736285090446472, 0.03603919595479965, 0.43751049041748047, 1.1410760879516602, -0.8322234153747559, 0.23003225028514862, 0.11129563301801682, -0.13000419735908508, -0.7467502355575562, -0.8072382211685181, -0.5745683312416077, -0.5659887790679932, -0.16518309712409973, -0.706943154335022, 0.3107110559940338, 0.8462938070297241, 0.6713374257087708, -0.8159291744232178, 0.01055789552628994, 0.3140696883201599, 0.5003692507743835, -0.11029034852981567, -0.2666746973991394, 0.037498001009225845, -0.05319637432694435, -0.21441689133644104, 0.19941356778144836, 0.3889516592025757, -0.02344464510679245, -0.03512347489595413, 0.09837760776281357, 0.16501587629318237, 0.22325962781906128, 0.14766079187393188, 1.1414504051208496, -1.1671072244644165, -0.4353466033935547, -0.36587703227996826, -0.49595147371292114, -0.08876287937164307, 0.5948429107666016, -0.15128521621227264, 0.6449975967407227, 0.46365493535995483, 0.31594347953796387, -0.24246349930763245, 0.6784588694572449, 0.6113331317901611, -0.34412211179733276, -0.2879362404346466, 0.3946458101272583, 0.596252977848053, 0.2425956130027771, -0.5941417217254639, -0.155136376619339, 0.7747091054916382, -0.46463972330093384, -1.258993148803711, -0.022227294743061066, -1.0766985416412354, -0.514713704586029, 0.8189573287963867, -0.48733213543891907, -0.47165822982788086, -0.8371368646621704, -0.29390931129455566, -0.38849449157714844, -0.49181652069091797, 1.150072455406189, 0.7679665088653564, -0.17536848783493042, 0.20056724548339844, -0.8143869042396545, 0.5848109722137451, 0.3018268346786499, -0.6440926790237427, 0.0497647188603878, 0.4132290482521057, 0.27473217248916626, 0.06286314129829407, 0.18587931990623474, 0.05515804886817932, 1.0264637470245361, 0.3762831687927246, -0.3269880712032318, -0.8494758605957031, -0.5256161689758301, -0.2829514145851135, 0.6223239898681641, 0.15743930637836456, 0.1579095423221588 ]
AhmedEladl/my_awesome_swag_model
AhmedEladl
2023-11-30T01:25:52Z
0
0
null
[ "region:us" ]
2023-11-30T01:25:52Z
2023-11-30T01:25:52.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
AhmedEladl/my_awesome_swag_model
[ -0.3227648437023163, -0.22568459808826447, 0.8622260093688965, 0.434614896774292, -0.5282989144325256, 0.7012966275215149, 0.7915716171264648, 0.07618634402751923, 0.7746022343635559, 0.25632208585739136, -0.7852813005447388, -0.22573812305927277, -0.9104481935501099, 0.5715669393539429, -0.399233341217041, 0.5791246891021729, -0.14494498074054718, -0.107511505484581, 0.28233760595321655, -0.2768953740596771, -0.5409225225448608, -0.3685525357723236, -1.1902778148651123, 0.06149110198020935, 0.5316579341888428, 0.7435141205787659, 0.7584060430526733, 0.3652167320251465, 0.6432583332061768, 0.39322903752326965, -0.23138904571533203, 0.48270535469055176, -0.0417182520031929, 0.002603930188342929, -0.3524433970451355, -0.5516899228096008, -0.28596580028533936, 0.07584728300571442, 1.0961302518844604, 0.9666878581047058, -0.2846635580062866, 0.05330817028880119, -0.30636221170425415, 0.33088892698287964, -0.49734315276145935, 0.305409699678421, -0.022506151348352432, 0.1631879061460495, -0.7041513323783875, -0.5535354614257812, 0.012794680893421173, -0.7361213564872742, 0.17926588654518127, -0.6900808811187744, 0.8269098401069641, 0.18583187460899353, 1.153375267982483, 0.14819420874118805, -0.4624869227409363, -0.8161765933036804, -0.6538989543914795, 0.5711168050765991, -0.32703685760498047, 0.3968023657798767, 0.7028236389160156, -0.04857297241687775, -0.9820331335067749, -0.6745743751525879, -0.46466201543807983, 0.29239630699157715, 0.3540281355381012, -0.3411675989627838, -0.1752207726240158, -0.3058989644050598, 0.15792028605937958, 0.12811532616615295, -0.4841994643211365, -0.5543920397758484, -0.5475163459777832, -0.3960250914096832, 0.6206657290458679, 0.34829503297805786, 0.24291768670082092, -0.18884144723415375, -0.3228582441806793, 0.08801627904176712, -0.41608506441116333, 0.3402571678161621, 0.6335514783859253, 0.7114018201828003, -0.5811445713043213, 0.5602161288261414, -0.04927592724561691, 0.7439703345298767, 0.11445553600788116, -0.2747809588909149, 0.4146057069301605, -0.14724716544151306, 0.0551714189350605, 0.42263469099998474, 0.31524431705474854, 0.2841312289237976, -0.3273693919181824, 0.2032228410243988, -0.32151442766189575, -0.3049623966217041, -0.22332176566123962, -0.2949073910713196, -0.359218031167984, 0.5492290258407593, -0.3314018249511719, -0.42855486273765564, 1.1431759595870972, -0.420076847076416, -0.7302224636077881, 0.3315640687942505, 0.4065212607383728, -0.09944790601730347, -0.37146538496017456, -0.052260685712099075, -0.8458787798881531, -0.007907599210739136, 0.7491174936294556, -0.7198970913887024, 0.3371739983558655, 0.47280630469322205, 0.7417217493057251, 0.1965056210756302, -0.1403447687625885, -0.4294942021369934, 0.2971968352794647, -0.8659992218017578, 0.6320173144340515, -0.2013522833585739, -1.0051978826522827, 0.11150489747524261, 0.8971705436706543, -0.37896400690078735, -1.209487795829773, 1.0605158805847168, -0.688793420791626, 0.1601785123348236, -0.676761269569397, -0.1466122567653656, -0.07118471711874008, -0.005096827633678913, -0.6088156700134277, 0.7567101716995239, 0.5872673988342285, -0.4995277523994446, 0.21429476141929626, -0.260298490524292, -0.3915141224861145, 0.3882487416267395, -0.07935421168804169, -0.21858885884284973, 0.7138333916664124, -0.6647082567214966, -0.2693283259868622, 0.2942773401737213, 0.23689348995685577, -0.35706084966659546, -0.7931920289993286, 0.084781214594841, -0.057862747460603714, 1.5507503747940063, -0.038688331842422485, -0.35861048102378845, -0.6793836355209351, -1.1506242752075195, -0.070708267390728, 0.6886886358261108, -0.919499397277832, -0.2783946692943573, -0.04641012102365494, -0.2616932988166809, 0.08994904905557632, 0.7390592694282532, -1.1194051504135132, 0.2832728326320648, -0.05092667415738106, -0.2279469519853592, 0.8271061182022095, 0.15387237071990967, 0.24758963286876678, 0.14913403987884521, 0.429587185382843, 0.5277255177497864, 0.11115185916423798, 0.6835876703262329, -0.3472035229206085, -0.9694353342056274, 0.6154633164405823, 0.2526639401912689, 0.8121450543403625, -0.4994531571865082, 0.2685093581676483, 0.27025532722473145, -0.34096759557724, -0.5682370066642761, -0.310283899307251, 0.09025724977254868, 0.1493057906627655, 0.11142513900995255, -0.5721710324287415, -0.6576126217842102, -0.9689138531684875, -0.13590629398822784, -0.43143734335899353, -0.3571571707725525, 0.21006926894187927, 0.5792902708053589, -1.19755220413208, 0.4128871560096741, -0.7705627083778381, -0.7038739919662476, -0.010655502788722515, -0.19338133931159973, 0.7540656328201294, 0.43240195512771606, 0.5033966898918152, -0.6397146582603455, -0.5661987066268921, -0.2247016727924347, -1.0333750247955322, -0.1328050196170807, 0.24819612503051758, 0.3065737187862396, -0.13423344492912292, -0.2744963765144348, -0.4874030649662018, 0.8100391626358032, 0.14789170026779175, -0.5391897559165955, 0.522076427936554, -0.30203187465667725, 0.17224818468093872, -0.6369150876998901, -0.06916842609643936, -0.6616762280464172, -0.0009070661617442966, -0.36083054542541504, -0.5737442970275879, 0.1477227807044983, 0.07017485797405243, -0.16065452992916107, 0.2880840599536896, -0.9092768430709839, -0.0010854393476620317, -0.7442210912704468, 0.3790718913078308, 0.06394749879837036, -0.31450796127319336, -0.017517538741230965, 1.0000386238098145, 0.7784461379051208, -0.3848050832748413, 0.7217444181442261, 0.4440041482448578, 0.19036130607128143, 0.7630521059036255, -0.18725106120109558, 0.16478227078914642, -0.5245417952537537, -0.12161091715097427, -0.8887602090835571, -1.0982946157455444, 0.7320572137832642, -0.6114248633384705, 0.365429162979126, -0.42778676748275757, 0.2589160203933716, -0.6919258832931519, -0.03885339945554733, 0.4808600842952728, -0.05936329439282417, -0.6863945126533508, 0.5232569575309753, 0.4531751275062561, -0.20192424952983856, -0.6609031558036804, -0.5301572680473328, 0.39365825057029724, 0.6154114603996277, -0.16390369832515717, 0.06878502666950226, 0.14941053092479706, -0.5441926717758179, -0.04080265015363693, -0.38691943883895874, -0.45766735076904297, 0.054224200546741486, 0.13053442537784576, -0.005750629119575024, -0.40481996536254883, -0.08680261671543121, -0.35842013359069824, -0.4656122326850891, 0.21876510977745056, 0.30119457840919495, -0.040963079780340195, -0.42599764466285706, -0.3619822561740875, -0.8881813287734985, 0.6719611287117004, 0.5370280742645264, 0.05281529948115349, 0.7555548548698425, 0.16819249093532562, -0.8014988899230957, -0.1353219747543335, -0.17607071995735168, 0.2696831524372101, -0.5588055849075317, 0.13849815726280212, -0.013484937138855457, -0.06374908983707428, 0.26297879219055176, 0.2538624107837677, -0.43005576729774475, 0.9276248216629028, -0.2615273594856262, -0.3592522144317627, 0.7960182428359985, 0.597474217414856, 0.4958312511444092, 0.16503211855888367, -0.04454170539975166, 0.9007094502449036, -1.1966514587402344, -0.6563175916671753, -0.7409549951553345, -0.15945695340633392, -0.4351082742214203, -0.03210585191845894, 0.6254414319992065, 0.2900991439819336, -0.1333388388156891, 0.4756392538547516, -0.5243489146232605, 0.35560354590415955, 1.01198410987854, 0.3574863076210022, 0.3435700833797455, -0.7570229172706604, -0.251577764749527, -0.14024285972118378, -0.999815821647644, -0.2631376385688782, 0.887103259563446, 0.22752618789672852, 0.8444610834121704, 0.5992540121078491, 0.6784543991088867, 0.13672280311584473, 0.25238293409347534, -0.3059033155441284, 0.39202943444252014, 0.437608003616333, -1.0401140451431274, -0.4275839328765869, 0.021418774500489235, -0.9703337550163269, -0.14227528870105743, -0.034950077533721924, -0.426171213388443, 0.7681738138198853, 0.00016590356244705617, -0.40767112374305725, 0.773273229598999, -0.4555833339691162, 0.7562873363494873, -0.4473649859428406, -0.026639068499207497, 0.46990975737571716, -0.7070636749267578, 0.4677431583404541, 0.12878787517547607, 0.62058424949646, -0.01557245571166277, -0.04078584164381027, 0.7104939818382263, -0.9129160046577454, 0.2543864846229553, -0.6348398923873901, 0.2242131233215332, 0.24246954917907715, 0.5160627365112305, 0.59699547290802, 0.43712443113327026, 0.10119900852441788, -0.23920896649360657, 0.0411578007042408, -0.8241124153137207, -0.21050631999969482, 0.6975153684616089, -0.7186891436576843, -0.6864197850227356, -1.2355338335037231, 0.14438676834106445, 0.2734706997871399, 0.3893052637577057, 0.7959299683570862, 0.5714088678359985, 0.1289544701576233, 0.6805251240730286, 0.9888588190078735, -0.0688563883304596, 0.9166924357414246, 0.32244759798049927, 0.09175167977809906, -0.21944832801818848, 0.703682541847229, 0.2662792503833771, -0.24707932770252228, -0.11939718574285507, 0.20913472771644592, -0.11069414764642715, -0.5917618870735168, -0.4999067187309265, 0.37017571926116943, -0.6731790900230408, -0.18303905427455902, -0.6243733167648315, -0.604377031326294, -0.5117591619491577, 0.06927351653575897, -0.7147684097290039, 0.23979035019874573, -0.7753564119338989, -0.10574901103973389, 0.043233949691057205, 0.9792011380195618, -0.5893121957778931, 0.5805225372314453, -1.1218583583831787, 0.1934581696987152, -0.07949882000684738, 0.792106032371521, 0.21395787596702576, -0.7344396710395813, -0.39754194021224976, -0.1159265860915184, -0.3729909360408783, -1.357676386833191, 0.21404914557933807, -0.245414137840271, 0.230940580368042, 0.6145405769348145, 0.13977080583572388, 0.5258245468139648, -0.3432629704475403, 0.702910304069519, -0.05701747536659241, -0.7069289088249207, 0.7934497594833374, -0.5026895403862, 0.49635353684425354, 0.9766000509262085, 0.5333836674690247, -0.7984006404876709, 0.035740941762924194, -1.041123628616333, -0.6008694171905518, 0.3842642903327942, 0.11928911507129669, -0.03601088374853134, -0.6659559607505798, -0.05401967093348503, -0.16143809258937836, 0.6043745279312134, -1.039069414138794, -0.7858356833457947, 0.25766950845718384, 0.5277301669120789, 0.0816856324672699, -0.565339982509613, 0.20880672335624695, -0.544416069984436, 1.065777063369751, 0.4510941505432129, 0.3274497091770172, 0.8406059145927429, 0.46492424607276917, -0.3823162317276001, 0.0925246924161911, 0.7662693858146667, 0.6666234135627747, -0.5239795446395874, -0.2908027768135071, -0.08827519416809082, -0.9143403172492981, 0.05927463248372078, 0.11168897151947021, -0.013455760665237904, 0.9082109332084656, 0.5793081521987915, 0.25397056341171265, 0.4514278471469879, -0.7264602184295654, 0.8859450221061707, -0.14954186975955963, -0.12472864240407944, -1.0677239894866943, 0.19486203789710999, -0.2398497611284256, 0.5006400346755981, 1.0061328411102295, 0.525004506111145, -0.047630421817302704, -0.814338207244873, -0.014735884964466095, 0.6939171552658081, -0.7091122269630432, -0.17449815571308136, 0.9448539018630981, 0.3847101032733917, -1.2953052520751953, 1.106776475906372, -0.5381770133972168, -0.5603322982788086, 0.9121302366256714, 0.5229572057723999, 1.1221847534179688, -0.4420414865016937, 0.0008673489210195839, 0.26622384786605835, 0.4137841761112213, 0.5423170328140259, 1.0869629383087158, 0.43141302466392517, -0.7931064367294312, 0.8826584815979004, -0.24776048958301544, -0.4036114811897278, -0.05347567796707153, -0.42859897017478943, 0.16892196238040924, -0.44061940908432007, -0.10712995380163193, -0.3444186747074127, 0.28543180227279663, -0.7072039842605591, 0.42807650566101074, -0.08385664224624634, 0.8653070330619812, -0.8553726077079773, 0.47207626700401306, 0.6354705691337585, -0.33373570442199707, -0.8508187532424927, -0.2619844079017639, -0.11448468267917633, -0.6389467120170593, 0.3021482527256012, -0.45541056990623474, 0.04439906030893326, 0.0962347686290741, -0.6491518616676331, -1.17782723903656, 0.9093633890151978, -0.6396124958992004, -0.2784460484981537, 0.20464082062244415, -0.11514755338430405, 0.2881169319152832, -0.2524646818637848, 0.01066102646291256, 0.4187658727169037, 0.7489399909973145, 0.2844657599925995, -0.7727054357528687, -0.36948853731155396, 0.001503483159467578, -0.4447479248046875, 0.7582977414131165, -0.6002100110054016, 1.1840780973434448, -0.5563542246818542, -0.05965428426861763, 0.4438449740409851, 0.24690918624401093, 0.2107618749141693, 0.6629219055175781, 0.14420808851718903, 0.7282264828681946, 1.0701215267181396, -0.40835267305374146, 0.8811809420585632, 0.26432833075523376, 0.47430819272994995, 0.7238503694534302, -0.6487724781036377, 0.7513749003410339, 0.3181047737598419, -0.5682924389839172, 0.9228011965751648, 1.2906062602996826, -0.15699201822280884, 0.8079373240470886, 0.05136503651738167, -1.081600546836853, 0.32583341002464294, -0.20724761486053467, -0.7530065774917603, 0.3150255084037781, 0.1905587613582611, -0.6920983195304871, -0.5770309567451477, -0.24046485126018524, -0.35662803053855896, -0.11552897840738297, -0.7631729245185852, 0.6720567941665649, -0.016969243064522743, -0.510368287563324, 0.18857543170452118, 0.2877499461174011, 0.17368416488170624, -0.5235732793807983, -0.029394278302788734, -0.22823628783226013, 0.2660655975341797, -0.5670853853225708, -0.523452639579773, 0.572442889213562, -0.3243021070957184, -0.5343255400657654, 0.18147464096546173, 0.7635873556137085, -0.16923803091049194, -0.45154085755348206, 0.3247271180152893, 0.6959525346755981, 0.16658541560173035, 0.42502832412719727, -0.2351125031709671, 0.24480612576007843, -0.0804482102394104, -0.06651560962200165, 0.27714771032333374, 0.34491682052612305, 0.22435636818408966, 0.445014089345932, 0.43285655975341797, -0.018087437376379967, -0.10736514627933502, -0.38281959295272827, 0.4124940037727356, -0.9542785882949829, -0.5713284611701965, -0.6307112574577332, 0.27406638860702515, -0.02315422333776951, -1.0836424827575684, 0.4145168662071228, 1.4406683444976807, 1.0359984636306763, -0.4756380021572113, 1.0672268867492676, -0.21818473935127258, 0.959479033946991, 0.4148309826850891, 0.5420442819595337, -0.6030410528182983, 0.03835386037826538, -0.4364394545555115, -1.076962947845459, -0.3571631908416748, 0.4539393484592438, -0.022899458184838295, -0.34298673272132874, 0.872571587562561, 0.5887162089347839, -0.3347359299659729, -0.11728014796972275, 0.048487339168787, -0.02994135580956936, -0.1243385449051857, 0.5145376920700073, 0.7648400664329529, -0.934430718421936, -0.10680409520864487, -0.21577772498130798, -0.638272762298584, -0.5047283172607422, -0.9632007479667664, -0.12959405779838562, -0.16037800908088684, 0.03534318506717682, -0.5662809610366821, 0.002557313535362482, 1.208324909210205, 0.5684953927993774, -1.1113994121551514, -0.5303789973258972, 0.3371855616569519, 0.39204221963882446, -0.18747906386852264, -0.24202409386634827, 0.29845693707466125, 0.1538224071264267, -0.5908878445625305, 0.6875665783882141, 0.808962345123291, 0.2088892161846161, 0.19554761052131653, 0.15893033146858215, -0.8229472041130066, -0.1491343230009079, 0.17440439760684967, 0.9450569152832031, -0.9398531913757324, -0.711484432220459, -0.03168497234582901, -0.2709487974643707, -0.05765723064541817, 0.17102116346359253, -0.4046347737312317, 0.5180681943893433, 0.3459150195121765, 0.4993347227573395, 0.05616113543510437, -0.054746486246585846, 0.5409554839134216, -0.9069056510925293, 0.09425957500934601, 0.41343623399734497, 0.4154113829135895, -0.40008655190467834, -0.5910196900367737, 0.6713422536849976, 1.0073972940444946, -0.6594868898391724, -0.8743270635604858, -0.19846728444099426, -1.0016001462936401, 0.04189705103635788, 0.6762760877609253, 0.5009527206420898, -0.4806516766548157, -0.4174501299858093, -0.5617400407791138, -0.12546734511852264, -0.1369970738887787, 0.7621604204177856, 1.1796807050704956, -0.7432095408439636, 0.0797576829791069, -1.038639783859253, 0.6594985723495483, -0.24194581806659698, -0.3457583785057068, -0.4864429831504822, 0.3832802176475525, 0.35236984491348267, 0.44048112630844116, 0.6148126125335693, 0.14084699749946594, 0.8338427543640137, 0.3126053512096405, -0.17026889324188232, 0.2698982357978821, -0.4559200406074524, -0.02893308363854885, -0.0579623207449913, 0.3101596534252167, -1.0262157917022705 ]
Weni/Test4-ZeroShot-Multilanguage-3.0-Llama2-13B
Weni
2023-11-30T01:26:39Z
0
0
null
[ "region:us" ]
2023-11-30T01:26:39Z
2023-11-30T01:26:39.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
Weni/Test4-ZeroShot-Multilanguage-3.0-Llama2-13B
[ -0.3227648437023163, -0.22568459808826447, 0.8622260093688965, 0.434614896774292, -0.5282989144325256, 0.7012966275215149, 0.7915716171264648, 0.07618634402751923, 0.7746022343635559, 0.25632208585739136, -0.7852813005447388, -0.22573812305927277, -0.9104481935501099, 0.5715669393539429, -0.399233341217041, 0.5791246891021729, -0.14494498074054718, -0.107511505484581, 0.28233760595321655, -0.2768953740596771, -0.5409225225448608, -0.3685525357723236, -1.1902778148651123, 0.06149110198020935, 0.5316579341888428, 0.7435141205787659, 0.7584060430526733, 0.3652167320251465, 0.6432583332061768, 0.39322903752326965, -0.23138904571533203, 0.48270535469055176, -0.0417182520031929, 0.002603930188342929, -0.3524433970451355, -0.5516899228096008, -0.28596580028533936, 0.07584728300571442, 1.0961302518844604, 0.9666878581047058, -0.2846635580062866, 0.05330817028880119, -0.30636221170425415, 0.33088892698287964, -0.49734315276145935, 0.305409699678421, -0.022506151348352432, 0.1631879061460495, -0.7041513323783875, -0.5535354614257812, 0.012794680893421173, -0.7361213564872742, 0.17926588654518127, -0.6900808811187744, 0.8269098401069641, 0.18583187460899353, 1.153375267982483, 0.14819420874118805, -0.4624869227409363, -0.8161765933036804, -0.6538989543914795, 0.5711168050765991, -0.32703685760498047, 0.3968023657798767, 0.7028236389160156, -0.04857297241687775, -0.9820331335067749, -0.6745743751525879, -0.46466201543807983, 0.29239630699157715, 0.3540281355381012, -0.3411675989627838, -0.1752207726240158, -0.3058989644050598, 0.15792028605937958, 0.12811532616615295, -0.4841994643211365, -0.5543920397758484, -0.5475163459777832, -0.3960250914096832, 0.6206657290458679, 0.34829503297805786, 0.24291768670082092, -0.18884144723415375, -0.3228582441806793, 0.08801627904176712, -0.41608506441116333, 0.3402571678161621, 0.6335514783859253, 0.7114018201828003, -0.5811445713043213, 0.5602161288261414, -0.04927592724561691, 0.7439703345298767, 0.11445553600788116, -0.2747809588909149, 0.4146057069301605, -0.14724716544151306, 0.0551714189350605, 0.42263469099998474, 0.31524431705474854, 0.2841312289237976, -0.3273693919181824, 0.2032228410243988, -0.32151442766189575, -0.3049623966217041, -0.22332176566123962, -0.2949073910713196, -0.359218031167984, 0.5492290258407593, -0.3314018249511719, -0.42855486273765564, 1.1431759595870972, -0.420076847076416, -0.7302224636077881, 0.3315640687942505, 0.4065212607383728, -0.09944790601730347, -0.37146538496017456, -0.052260685712099075, -0.8458787798881531, -0.007907599210739136, 0.7491174936294556, -0.7198970913887024, 0.3371739983558655, 0.47280630469322205, 0.7417217493057251, 0.1965056210756302, -0.1403447687625885, -0.4294942021369934, 0.2971968352794647, -0.8659992218017578, 0.6320173144340515, -0.2013522833585739, -1.0051978826522827, 0.11150489747524261, 0.8971705436706543, -0.37896400690078735, -1.209487795829773, 1.0605158805847168, -0.688793420791626, 0.1601785123348236, -0.676761269569397, -0.1466122567653656, -0.07118471711874008, -0.005096827633678913, -0.6088156700134277, 0.7567101716995239, 0.5872673988342285, -0.4995277523994446, 0.21429476141929626, -0.260298490524292, -0.3915141224861145, 0.3882487416267395, -0.07935421168804169, -0.21858885884284973, 0.7138333916664124, -0.6647082567214966, -0.2693283259868622, 0.2942773401737213, 0.23689348995685577, -0.35706084966659546, -0.7931920289993286, 0.084781214594841, -0.057862747460603714, 1.5507503747940063, -0.038688331842422485, -0.35861048102378845, -0.6793836355209351, -1.1506242752075195, -0.070708267390728, 0.6886886358261108, -0.919499397277832, -0.2783946692943573, -0.04641012102365494, -0.2616932988166809, 0.08994904905557632, 0.7390592694282532, -1.1194051504135132, 0.2832728326320648, -0.05092667415738106, -0.2279469519853592, 0.8271061182022095, 0.15387237071990967, 0.24758963286876678, 0.14913403987884521, 0.429587185382843, 0.5277255177497864, 0.11115185916423798, 0.6835876703262329, -0.3472035229206085, -0.9694353342056274, 0.6154633164405823, 0.2526639401912689, 0.8121450543403625, -0.4994531571865082, 0.2685093581676483, 0.27025532722473145, -0.34096759557724, -0.5682370066642761, -0.310283899307251, 0.09025724977254868, 0.1493057906627655, 0.11142513900995255, -0.5721710324287415, -0.6576126217842102, -0.9689138531684875, -0.13590629398822784, -0.43143734335899353, -0.3571571707725525, 0.21006926894187927, 0.5792902708053589, -1.19755220413208, 0.4128871560096741, -0.7705627083778381, -0.7038739919662476, -0.010655502788722515, -0.19338133931159973, 0.7540656328201294, 0.43240195512771606, 0.5033966898918152, -0.6397146582603455, -0.5661987066268921, -0.2247016727924347, -1.0333750247955322, -0.1328050196170807, 0.24819612503051758, 0.3065737187862396, -0.13423344492912292, -0.2744963765144348, -0.4874030649662018, 0.8100391626358032, 0.14789170026779175, -0.5391897559165955, 0.522076427936554, -0.30203187465667725, 0.17224818468093872, -0.6369150876998901, -0.06916842609643936, -0.6616762280464172, -0.0009070661617442966, -0.36083054542541504, -0.5737442970275879, 0.1477227807044983, 0.07017485797405243, -0.16065452992916107, 0.2880840599536896, -0.9092768430709839, -0.0010854393476620317, -0.7442210912704468, 0.3790718913078308, 0.06394749879837036, -0.31450796127319336, -0.017517538741230965, 1.0000386238098145, 0.7784461379051208, -0.3848050832748413, 0.7217444181442261, 0.4440041482448578, 0.19036130607128143, 0.7630521059036255, -0.18725106120109558, 0.16478227078914642, -0.5245417952537537, -0.12161091715097427, -0.8887602090835571, -1.0982946157455444, 0.7320572137832642, -0.6114248633384705, 0.365429162979126, -0.42778676748275757, 0.2589160203933716, -0.6919258832931519, -0.03885339945554733, 0.4808600842952728, -0.05936329439282417, -0.6863945126533508, 0.5232569575309753, 0.4531751275062561, -0.20192424952983856, -0.6609031558036804, -0.5301572680473328, 0.39365825057029724, 0.6154114603996277, -0.16390369832515717, 0.06878502666950226, 0.14941053092479706, -0.5441926717758179, -0.04080265015363693, -0.38691943883895874, -0.45766735076904297, 0.054224200546741486, 0.13053442537784576, -0.005750629119575024, -0.40481996536254883, -0.08680261671543121, -0.35842013359069824, -0.4656122326850891, 0.21876510977745056, 0.30119457840919495, -0.040963079780340195, -0.42599764466285706, -0.3619822561740875, -0.8881813287734985, 0.6719611287117004, 0.5370280742645264, 0.05281529948115349, 0.7555548548698425, 0.16819249093532562, -0.8014988899230957, -0.1353219747543335, -0.17607071995735168, 0.2696831524372101, -0.5588055849075317, 0.13849815726280212, -0.013484937138855457, -0.06374908983707428, 0.26297879219055176, 0.2538624107837677, -0.43005576729774475, 0.9276248216629028, -0.2615273594856262, -0.3592522144317627, 0.7960182428359985, 0.597474217414856, 0.4958312511444092, 0.16503211855888367, -0.04454170539975166, 0.9007094502449036, -1.1966514587402344, -0.6563175916671753, -0.7409549951553345, -0.15945695340633392, -0.4351082742214203, -0.03210585191845894, 0.6254414319992065, 0.2900991439819336, -0.1333388388156891, 0.4756392538547516, -0.5243489146232605, 0.35560354590415955, 1.01198410987854, 0.3574863076210022, 0.3435700833797455, -0.7570229172706604, -0.251577764749527, -0.14024285972118378, -0.999815821647644, -0.2631376385688782, 0.887103259563446, 0.22752618789672852, 0.8444610834121704, 0.5992540121078491, 0.6784543991088867, 0.13672280311584473, 0.25238293409347534, -0.3059033155441284, 0.39202943444252014, 0.437608003616333, -1.0401140451431274, -0.4275839328765869, 0.021418774500489235, -0.9703337550163269, -0.14227528870105743, -0.034950077533721924, -0.426171213388443, 0.7681738138198853, 0.00016590356244705617, -0.40767112374305725, 0.773273229598999, -0.4555833339691162, 0.7562873363494873, -0.4473649859428406, -0.026639068499207497, 0.46990975737571716, -0.7070636749267578, 0.4677431583404541, 0.12878787517547607, 0.62058424949646, -0.01557245571166277, -0.04078584164381027, 0.7104939818382263, -0.9129160046577454, 0.2543864846229553, -0.6348398923873901, 0.2242131233215332, 0.24246954917907715, 0.5160627365112305, 0.59699547290802, 0.43712443113327026, 0.10119900852441788, -0.23920896649360657, 0.0411578007042408, -0.8241124153137207, -0.21050631999969482, 0.6975153684616089, -0.7186891436576843, -0.6864197850227356, -1.2355338335037231, 0.14438676834106445, 0.2734706997871399, 0.3893052637577057, 0.7959299683570862, 0.5714088678359985, 0.1289544701576233, 0.6805251240730286, 0.9888588190078735, -0.0688563883304596, 0.9166924357414246, 0.32244759798049927, 0.09175167977809906, -0.21944832801818848, 0.703682541847229, 0.2662792503833771, -0.24707932770252228, -0.11939718574285507, 0.20913472771644592, -0.11069414764642715, -0.5917618870735168, -0.4999067187309265, 0.37017571926116943, -0.6731790900230408, -0.18303905427455902, -0.6243733167648315, -0.604377031326294, -0.5117591619491577, 0.06927351653575897, -0.7147684097290039, 0.23979035019874573, -0.7753564119338989, -0.10574901103973389, 0.043233949691057205, 0.9792011380195618, -0.5893121957778931, 0.5805225372314453, -1.1218583583831787, 0.1934581696987152, -0.07949882000684738, 0.792106032371521, 0.21395787596702576, -0.7344396710395813, -0.39754194021224976, -0.1159265860915184, -0.3729909360408783, -1.357676386833191, 0.21404914557933807, -0.245414137840271, 0.230940580368042, 0.6145405769348145, 0.13977080583572388, 0.5258245468139648, -0.3432629704475403, 0.702910304069519, -0.05701747536659241, -0.7069289088249207, 0.7934497594833374, -0.5026895403862, 0.49635353684425354, 0.9766000509262085, 0.5333836674690247, -0.7984006404876709, 0.035740941762924194, -1.041123628616333, -0.6008694171905518, 0.3842642903327942, 0.11928911507129669, -0.03601088374853134, -0.6659559607505798, -0.05401967093348503, -0.16143809258937836, 0.6043745279312134, -1.039069414138794, -0.7858356833457947, 0.25766950845718384, 0.5277301669120789, 0.0816856324672699, -0.565339982509613, 0.20880672335624695, -0.544416069984436, 1.065777063369751, 0.4510941505432129, 0.3274497091770172, 0.8406059145927429, 0.46492424607276917, -0.3823162317276001, 0.0925246924161911, 0.7662693858146667, 0.6666234135627747, -0.5239795446395874, -0.2908027768135071, -0.08827519416809082, -0.9143403172492981, 0.05927463248372078, 0.11168897151947021, -0.013455760665237904, 0.9082109332084656, 0.5793081521987915, 0.25397056341171265, 0.4514278471469879, -0.7264602184295654, 0.8859450221061707, -0.14954186975955963, -0.12472864240407944, -1.0677239894866943, 0.19486203789710999, -0.2398497611284256, 0.5006400346755981, 1.0061328411102295, 0.525004506111145, -0.047630421817302704, -0.814338207244873, -0.014735884964466095, 0.6939171552658081, -0.7091122269630432, -0.17449815571308136, 0.9448539018630981, 0.3847101032733917, -1.2953052520751953, 1.106776475906372, -0.5381770133972168, -0.5603322982788086, 0.9121302366256714, 0.5229572057723999, 1.1221847534179688, -0.4420414865016937, 0.0008673489210195839, 0.26622384786605835, 0.4137841761112213, 0.5423170328140259, 1.0869629383087158, 0.43141302466392517, -0.7931064367294312, 0.8826584815979004, -0.24776048958301544, -0.4036114811897278, -0.05347567796707153, -0.42859897017478943, 0.16892196238040924, -0.44061940908432007, -0.10712995380163193, -0.3444186747074127, 0.28543180227279663, -0.7072039842605591, 0.42807650566101074, -0.08385664224624634, 0.8653070330619812, -0.8553726077079773, 0.47207626700401306, 0.6354705691337585, -0.33373570442199707, -0.8508187532424927, -0.2619844079017639, -0.11448468267917633, -0.6389467120170593, 0.3021482527256012, -0.45541056990623474, 0.04439906030893326, 0.0962347686290741, -0.6491518616676331, -1.17782723903656, 0.9093633890151978, -0.6396124958992004, -0.2784460484981537, 0.20464082062244415, -0.11514755338430405, 0.2881169319152832, -0.2524646818637848, 0.01066102646291256, 0.4187658727169037, 0.7489399909973145, 0.2844657599925995, -0.7727054357528687, -0.36948853731155396, 0.001503483159467578, -0.4447479248046875, 0.7582977414131165, -0.6002100110054016, 1.1840780973434448, -0.5563542246818542, -0.05965428426861763, 0.4438449740409851, 0.24690918624401093, 0.2107618749141693, 0.6629219055175781, 0.14420808851718903, 0.7282264828681946, 1.0701215267181396, -0.40835267305374146, 0.8811809420585632, 0.26432833075523376, 0.47430819272994995, 0.7238503694534302, -0.6487724781036377, 0.7513749003410339, 0.3181047737598419, -0.5682924389839172, 0.9228011965751648, 1.2906062602996826, -0.15699201822280884, 0.8079373240470886, 0.05136503651738167, -1.081600546836853, 0.32583341002464294, -0.20724761486053467, -0.7530065774917603, 0.3150255084037781, 0.1905587613582611, -0.6920983195304871, -0.5770309567451477, -0.24046485126018524, -0.35662803053855896, -0.11552897840738297, -0.7631729245185852, 0.6720567941665649, -0.016969243064522743, -0.510368287563324, 0.18857543170452118, 0.2877499461174011, 0.17368416488170624, -0.5235732793807983, -0.029394278302788734, -0.22823628783226013, 0.2660655975341797, -0.5670853853225708, -0.523452639579773, 0.572442889213562, -0.3243021070957184, -0.5343255400657654, 0.18147464096546173, 0.7635873556137085, -0.16923803091049194, -0.45154085755348206, 0.3247271180152893, 0.6959525346755981, 0.16658541560173035, 0.42502832412719727, -0.2351125031709671, 0.24480612576007843, -0.0804482102394104, -0.06651560962200165, 0.27714771032333374, 0.34491682052612305, 0.22435636818408966, 0.445014089345932, 0.43285655975341797, -0.018087437376379967, -0.10736514627933502, -0.38281959295272827, 0.4124940037727356, -0.9542785882949829, -0.5713284611701965, -0.6307112574577332, 0.27406638860702515, -0.02315422333776951, -1.0836424827575684, 0.4145168662071228, 1.4406683444976807, 1.0359984636306763, -0.4756380021572113, 1.0672268867492676, -0.21818473935127258, 0.959479033946991, 0.4148309826850891, 0.5420442819595337, -0.6030410528182983, 0.03835386037826538, -0.4364394545555115, -1.076962947845459, -0.3571631908416748, 0.4539393484592438, -0.022899458184838295, -0.34298673272132874, 0.872571587562561, 0.5887162089347839, -0.3347359299659729, -0.11728014796972275, 0.048487339168787, -0.02994135580956936, -0.1243385449051857, 0.5145376920700073, 0.7648400664329529, -0.934430718421936, -0.10680409520864487, -0.21577772498130798, -0.638272762298584, -0.5047283172607422, -0.9632007479667664, -0.12959405779838562, -0.16037800908088684, 0.03534318506717682, -0.5662809610366821, 0.002557313535362482, 1.208324909210205, 0.5684953927993774, -1.1113994121551514, -0.5303789973258972, 0.3371855616569519, 0.39204221963882446, -0.18747906386852264, -0.24202409386634827, 0.29845693707466125, 0.1538224071264267, -0.5908878445625305, 0.6875665783882141, 0.808962345123291, 0.2088892161846161, 0.19554761052131653, 0.15893033146858215, -0.8229472041130066, -0.1491343230009079, 0.17440439760684967, 0.9450569152832031, -0.9398531913757324, -0.711484432220459, -0.03168497234582901, -0.2709487974643707, -0.05765723064541817, 0.17102116346359253, -0.4046347737312317, 0.5180681943893433, 0.3459150195121765, 0.4993347227573395, 0.05616113543510437, -0.054746486246585846, 0.5409554839134216, -0.9069056510925293, 0.09425957500934601, 0.41343623399734497, 0.4154113829135895, -0.40008655190467834, -0.5910196900367737, 0.6713422536849976, 1.0073972940444946, -0.6594868898391724, -0.8743270635604858, -0.19846728444099426, -1.0016001462936401, 0.04189705103635788, 0.6762760877609253, 0.5009527206420898, -0.4806516766548157, -0.4174501299858093, -0.5617400407791138, -0.12546734511852264, -0.1369970738887787, 0.7621604204177856, 1.1796807050704956, -0.7432095408439636, 0.0797576829791069, -1.038639783859253, 0.6594985723495483, -0.24194581806659698, -0.3457583785057068, -0.4864429831504822, 0.3832802176475525, 0.35236984491348267, 0.44048112630844116, 0.6148126125335693, 0.14084699749946594, 0.8338427543640137, 0.3126053512096405, -0.17026889324188232, 0.2698982357978821, -0.4559200406074524, -0.02893308363854885, -0.0579623207449913, 0.3101596534252167, -1.0262157917022705 ]