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/deepseek-llm-67b-chat-4.0bpw-h6-exl2
LoneStriker
2023-11-30T00:09:18Z
0
0
null
[ "transformers", "pytorch", "llama", "text-generation", "license:other", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T00:09:18Z
2023-11-29T20:43:50.000Z
null
null
--- license: other license_name: deepseek license_link: LICENSE --- <p align="center"> <img width="500px" alt="DeepSeek Chat" src="https://github.com/deepseek-ai/DeepSeek-LLM/blob/main/images/logo.png?raw=true"> </p> <p align="center"><a href="https://www.deepseek.com/">[🏠Homepage]</a> | <a href="https://chat.deepseek.com/">[🤖 Chat with DeepSeek LLM]</a> | <a href="https://discord.gg/Tc7c45Zzu5">[Discord]</a> | <a href="https://github.com/deepseek-ai/DeepSeek-LLM/blob/main/images/qr.jpeg">[Wechat(微信)]</a> </p> <hr> ### 1. Introduction of Deepseek LLM Introducing DeepSeek LLM, an advanced language model comprising 67 billion parameters. It has been trained from scratch on a vast dataset of 2 trillion tokens in both English and Chinese. In order to foster research, we have made DeepSeek LLM 7B/67B Base and DeepSeek LLM 7B/67B Chat open source for the research community. ### 2. Model Summary `deepseek-llm-67b-chat` is a 67B parameter model initialized from `deepseek-llm-67b-base` and fine-tuned on extra instruction data. - **Home Page:** [DeepSeek](https://deepseek.com/) - **Repository:** [deepseek-ai/deepseek-LLM](https://github.com/deepseek-ai/deepseek-LLM) - **Chat With DeepSeek LLM:** [DeepSeek-LLM](https://chat.deepseek.com/) ### 3. How to Use Here give some examples of how to use our model. #### Chat Completion ```python import torch from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig model_name = "deepseek-ai/deepseek-llm-67b-chat" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.bfloat16, device_map="auto") model.generation_config = GenerationConfig.from_pretrained(model_name) model.generation_config.pad_token_id = model.generation_config.eos_token_id messages = [ {"role": "user", "content": "Who are you?"} ] input_tensor = tokenizer.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt") outputs = model.generate(input_tensor.to(model.device), max_new_tokens=100) result = tokenizer.decode(outputs[0][input_tensor.shape[1]:], skip_special_tokens=True) print(result) ``` Avoiding the use of the provided function `apply_chat_template`, you can also interact with our model following the sample template. Note that `messages` should be replaced by your input. ``` User: {messages[0]['content']} Assistant: {messages[1]['content']}<|end▁of▁sentence|>User: {messages[2]['content']} Assistant: ``` **Note:** By default (`add_special_tokens=True`), our tokenizer automatically adds a `bos_token` (`<|begin▁of▁sentence|>`) before the input text. Additionally, since the system prompt is not compatible with this version of our models, we DO NOT RECOMMEND including the system prompt in your input. ### 4. License This code repository is licensed under the MIT License. The use of DeepSeek LLM models is subject to the Model License. DeepSeek LLM supports commercial use. See the [LICENSE-MODEL](https://github.com/deepseek-ai/deepseek-LLM/blob/main/LICENSE-MODEL) for more details. ### 5. Contact If you have any questions, please raise an issue or contact us at [service@deepseek.com](mailto:service@deepseek.com).
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
LoneStriker/deepseek-llm-67b-chat-4.0bpw-h6-exl2
[ -0.30180123448371887, -0.8337169289588928, 0.29424533247947693, 0.39080488681793213, -0.40847262740135193, -0.01735132560133934, -0.25715863704681396, -0.4699033796787262, 0.13319836556911469, 0.16286394000053406, -0.6958993077278137, -0.73323655128479, -0.6622213125228882, -0.21413449943065643, -0.12068352848291397, 0.544336199760437, 0.16464096307754517, -0.016975635662674904, 0.19373103976249695, 0.2421373724937439, -0.5506099462509155, -0.5105443000793457, -1.1286336183547974, -0.19564014673233032, 0.018584078177809715, 0.41108250617980957, 0.5041095614433289, 0.2669464647769928, 0.4277355968952179, 0.45322471857070923, -0.28583407402038574, 0.2377263307571411, -0.53072190284729, 0.09474439173936844, 0.27584052085876465, -0.3350469172000885, -0.7656564116477966, 0.08560656011104584, 0.4564586579799652, 0.39472153782844543, 0.04240647703409195, 0.035419762134552, 0.22930170595645905, 0.2709207832813263, -0.4164450764656067, 0.21216914057731628, -0.5908451080322266, 0.035085391253232956, -0.13131265342235565, 0.020412879064679146, -0.3317692279815674, -0.10132815688848495, 0.16021637618541718, -0.49012666940689087, -0.08826229721307755, -0.13601018488407135, 1.1121381521224976, -0.01377657800912857, -0.30089473724365234, -0.08397593349218369, -0.6515569090843201, 0.7075048089027405, -1.2973657846450806, 0.43623965978622437, 0.2924163043498993, 0.25593191385269165, -0.32571664452552795, -0.8570452332496643, -0.6294264197349548, -0.43637168407440186, 0.0323701836168766, 0.12962639331817627, -0.234880268573761, 0.03870014473795891, -0.01758725196123123, 0.39553868770599365, -0.43572258949279785, 0.401368111371994, -0.5844388008117676, -0.37562012672424316, 0.6283749938011169, 0.485085666179657, 0.2658688724040985, -0.2104264199733734, -0.3702682554721832, -0.10842553526163101, -0.44277864694595337, 0.14145119488239288, 0.028649790212512016, 0.19042834639549255, -0.7252441048622131, 0.5008902549743652, -0.35545581579208374, 0.5308116674423218, 0.26085102558135986, 0.016210226342082024, 0.43490147590637207, -0.5214659571647644, -0.4992339313030243, -0.1835653930902481, 1.325352430343628, 0.47447654604911804, -0.10887978971004486, 0.2578790485858917, 0.03810633718967438, -0.23949822783470154, -0.2307058423757553, -0.949920654296875, -0.07505819201469421, 0.38228046894073486, -0.5074777603149414, -0.48272615671157837, -0.1275891214609146, -0.638344407081604, -0.47473397850990295, 0.04650655388832092, 0.2378993034362793, -0.646147608757019, -0.47626692056655884, 0.18056446313858032, 0.05506516993045807, 0.4495680332183838, 0.3618960678577423, -0.7351950407028198, 0.12966862320899963, 0.5470874905586243, 0.8300476670265198, 0.10530966520309448, -0.5360402464866638, -0.1934262216091156, -0.04721403867006302, -0.283845454454422, 0.4048968553543091, -0.3895457684993744, -0.3983490765094757, -0.1559162735939026, 0.009365874342620373, 0.014479957520961761, -0.22491684556007385, 0.452073335647583, -0.33902567625045776, 0.3834317624568939, -0.008301354013383389, -0.7509478330612183, -0.07283978164196014, 0.3657929599285126, -0.2093588262796402, 0.8360977172851562, -0.24919995665550232, -0.7420738339424133, 0.30842864513397217, -0.7310084104537964, -0.28429844975471497, 0.08088916540145874, -0.18467724323272705, -0.32866331934928894, -0.09041638672351837, 0.4179702699184418, 0.883039116859436, -0.20435473322868347, 0.05626598000526428, -0.6354641914367676, -0.4026241898536682, 0.32360559701919556, -0.7108307480812073, 1.018107295036316, 0.3513250946998596, -0.5342694520950317, 0.312062531709671, -0.5934559106826782, -0.12175097316503525, 0.3232010006904602, -0.36676400899887085, -0.026218149811029434, -0.08014610409736633, -0.08837587386369705, 0.2727225422859192, 0.47292181849479675, -0.6332522034645081, 0.2674694061279297, -0.6638890504837036, 0.5277712941169739, 0.8608647584915161, 0.08143763244152069, 0.4871229827404022, -0.06290388107299805, 0.26926833391189575, 0.3126358091831207, 0.4327661097049713, -0.10401526093482971, -0.48745861649513245, -1.2088125944137573, -0.36906203627586365, 0.0728282481431961, 0.60285884141922, -0.37024185061454773, 0.8466736078262329, -0.19490788877010345, -0.7336447834968567, -0.5745932459831238, -0.01763535663485527, 0.08228748291730881, 0.3657902479171753, 0.15072953701019287, -0.12226780503988266, -0.726416289806366, -0.7507839798927307, 0.03038325347006321, -0.19497843086719513, -0.08031412959098816, 0.6178733706474304, 0.4264163076877594, -0.4279971718788147, 0.5482107996940613, -0.44590243697166443, -0.23470033705234528, -0.4342000484466553, -0.12402722239494324, 0.4571252167224884, 0.7093214988708496, 0.4768277406692505, -0.4677245616912842, -0.6385665535926819, -0.17511746287345886, -0.7743405103683472, 0.2607056200504303, -0.23843726515769958, -0.34186598658561707, 0.204829603433609, 0.5647776126861572, -0.8914534449577332, 0.6282530426979065, 0.5104347467422485, -0.7157080769538879, 0.35057541728019714, -0.18215034902095795, 0.2732250392436981, -1.5894676446914673, -0.028802713379263878, -0.16839246451854706, -0.04516113921999931, -0.5557276606559753, -0.1296677589416504, -0.20348946750164032, -0.16012312471866608, -0.7421456575393677, 0.8323612213134766, -0.31625232100486755, 0.2916852533817291, -0.09536068886518478, 0.00505026476457715, 0.03391605615615845, 0.5077919960021973, -0.09503933787345886, 0.6490275263786316, 0.949319064617157, -0.7542920708656311, 0.6606937646865845, 0.2926607131958008, -0.21989332139492035, 0.18697217106819153, -0.8877447843551636, 0.3623832166194916, 0.23926521837711334, 0.2953236699104309, -1.219364881515503, -0.09251042455434799, 0.6398072242736816, -0.7664341926574707, 0.36010104417800903, -0.1814100593328476, -0.3687504529953003, -0.37993863224983215, -0.3400050401687622, 0.10564029216766357, 0.7136984467506409, -0.34944063425064087, 0.5441879034042358, 0.28290846943855286, -0.02582031860947609, -0.5342522263526917, -0.6989516019821167, 0.21696121990680695, -0.24519389867782593, -0.8715274930000305, 0.2162853330373764, -0.12892383337020874, 0.13542421162128448, -0.1297365427017212, 0.11561967432498932, 0.022505879402160645, 0.18699291348457336, 0.4268452525138855, 0.4327622652053833, -0.209400936961174, -0.17489612102508545, -0.13610929250717163, -0.203995943069458, -0.005505525507032871, -0.27881449460983276, 1.031708002090454, -0.3737410306930542, -0.43775832653045654, -0.9543392062187195, 0.27611255645751953, 0.6657510995864868, -0.23676550388336182, 1.02339768409729, 0.7981209754943848, -0.3344487249851227, 0.39337649941444397, -0.7474806904792786, -0.3685969114303589, -0.582913875579834, 0.6738449335098267, -0.48192283511161804, -0.8352586030960083, 0.6999629735946655, 0.22633296251296997, 0.3012807071208954, 0.668402373790741, 0.7812054753303528, -0.24580179154872894, 1.025191307067871, 0.589550256729126, -0.23403097689151764, 0.5257051587104797, -0.5898995399475098, 0.05179890990257263, -0.863253116607666, -0.399097204208374, -0.28135135769844055, -0.3369603753089905, -0.5010228157043457, -0.3154228925704956, -0.0277889184653759, 0.1980859786272049, -0.5248257517814636, 0.3202616274356842, -0.5315825939178467, 0.09739035367965698, 0.6648184061050415, 0.1460907906293869, -0.022005705162882805, -0.044351521879434586, -0.27078378200531006, -0.07266900688409805, -0.6643633246421814, -0.5443812012672424, 0.994571328163147, 0.7476062774658203, 0.8193410038948059, -0.07113044708967209, 0.9762207269668579, -0.1628192514181137, 0.09537599980831146, -0.44485512375831604, 0.7796905636787415, 0.010979164391756058, -0.6869909763336182, -0.42262065410614014, -0.4755226671695709, -0.9233025908470154, 0.016655655577778816, -0.15060622990131378, -0.8845039010047913, 0.3660739064216614, 0.07612372934818268, -0.4604845345020294, 0.4086083769798279, -0.7143312692642212, 1.0165975093841553, -0.3380410075187683, -0.05538858845829964, -0.301015168428421, -0.43398386240005493, 0.2786281108856201, 0.35286927223205566, 0.043741822242736816, -0.3159243166446686, -0.018550164997577667, 0.9366209506988525, -0.484726220369339, 1.2186223268508911, -0.26740512251853943, -0.011075379326939583, 0.2411285787820816, 0.2084888517856598, 0.6210740208625793, 0.1916566789150238, 0.08049085736274719, 0.37314915657043457, -0.21177838742733002, -0.3553166389465332, -0.34066441655158997, 0.8388808369636536, -1.1656074523925781, -0.6911218762397766, -0.21757110953330994, -0.19031618535518646, -0.044507745653390884, 0.35105159878730774, 0.505719006061554, 0.18290221691131592, -0.13141651451587677, 0.31581568717956543, 0.34064751863479614, -0.6080735325813293, 0.4101981818675995, 0.559457004070282, -0.1450839340686798, -0.4465079605579376, 0.7179846167564392, -0.18783879280090332, 0.16008099913597107, 0.2593050003051758, 0.12689676880836487, -0.2717297077178955, -0.5391455292701721, -0.26246047019958496, 0.14151246845722198, -0.6070023775100708, -0.20531781017780304, -0.7654081583023071, -0.5799540281295776, -0.7777804136276245, 0.023244990035891533, -0.6764664649963379, -0.18419957160949707, -0.6201287508010864, -0.1682535856962204, 0.5659126043319702, 0.3541635572910309, -0.13217169046401978, 0.2754366993904114, -0.8418467044830322, 0.24499349296092987, 0.5104181170463562, 0.45890095829963684, 0.050539858639240265, -0.8612504601478577, -0.10600477457046509, 0.4307687282562256, -0.1654430776834488, -0.760986864566803, 0.3130095601081848, 0.19879983365535736, 0.5850877165794373, 0.4356709122657776, 0.018461817875504494, 0.8126596212387085, -0.3610462248325348, 0.8758617639541626, 0.2835266590118408, -0.947621762752533, 0.7198153734207153, -0.17712141573429108, 0.2322494238615036, 0.44125616550445557, 0.056081317365169525, -0.7621022462844849, -0.47350597381591797, -0.6574732065200806, -0.9635601043701172, 0.8258514404296875, 0.3380564749240875, 0.6532337069511414, 0.02316655032336712, 0.30100569128990173, -0.2989126145839691, -0.18213056027889252, -0.7179429531097412, -0.49932020902633667, -0.3604052662849426, -0.31954485177993774, 0.006387016270309687, -0.5192663669586182, 0.14980751276016235, -0.4107321798801422, 0.7510147094726562, 0.32578667998313904, 0.5489530563354492, 0.17384086549282074, 0.059986669570207596, 0.12986421585083008, 0.24897056818008423, 0.7086480855941772, 0.5125054717063904, -0.19293753802776337, -0.05102820321917534, 0.43764951825141907, -0.46648240089416504, 0.07115069776773453, 0.22754065692424774, -0.002293721307069063, -0.18057607114315033, 0.4742436110973358, 1.1892919540405273, 0.07581353187561035, -0.3133571743965149, 0.526266872882843, -0.39007532596588135, -0.3317956030368805, -0.3298146426677704, 0.17168118059635162, 0.477323979139328, 0.5461195111274719, 0.38365083932876587, -0.10723799467086792, -0.02080465480685234, -0.23192425072193146, 0.032921481877565384, 0.49796295166015625, -0.3609538972377777, -0.12105363607406616, 0.8107583522796631, 0.5883139371871948, -0.4508936405181885, 0.8836695551872253, -0.08742513507604599, -0.5354469418525696, 0.6488231420516968, 0.3122484087944031, 1.0682401657104492, -0.03727566450834274, 0.032518982887268066, 0.3192768692970276, 0.31010544300079346, 0.35467344522476196, 0.2307327836751938, 0.1425243765115738, -0.8427748680114746, -0.4470721185207367, -0.544494092464447, -0.10081281512975693, 0.6499302983283997, -0.10236135125160217, 0.37399211525917053, -0.5367565751075745, -0.2566870450973511, -0.026913944631814957, 0.29075005650520325, -0.9878605008125305, 0.044418446719646454, 0.4526286721229553, 1.0269118547439575, -0.6116892695426941, 0.7375419735908508, 0.6355879306793213, -0.38477256894111633, -1.134803056716919, -0.24718748033046722, -0.07009189575910568, -1.008463740348816, 0.663760781288147, 0.16739197075366974, 0.14416871964931488, 0.08343305438756943, -0.6640006303787231, -0.8719830513000488, 1.1492615938186646, 0.33827051520347595, -0.5112848281860352, 0.0022987627889961004, 0.17119967937469482, 0.24829040467739105, -0.2995913624763489, 0.4215432107448578, 0.21933729946613312, 0.4133254289627075, 0.24513962864875793, -1.0073195695877075, 0.24299946427345276, -0.4830140471458435, -0.09451711177825928, -0.25326013565063477, -0.7621825933456421, 0.8316422700881958, -0.1331261694431305, -0.19421754777431488, 0.006240020971745253, 0.9418940544128418, 0.3701670169830322, -0.03149440884590149, 0.46213579177856445, 0.3684179186820984, 0.4056570529937744, 0.018719390034675598, 0.7750014066696167, -0.4509302079677582, 0.45993074774742126, 0.977890133857727, 0.04650425165891647, 0.6299323439598083, 0.30707308650016785, -0.28699028491973877, 0.3524464964866638, 0.891098141670227, -0.17189525067806244, 0.31946325302124023, -0.08414461463689804, -0.056434210389852524, -0.3470665514469147, 0.1923595815896988, -0.6288721561431885, 0.5034374594688416, 0.375673770904541, -0.2855721712112427, -0.10255005955696106, -0.101948581635952, 0.04285086691379547, -0.5655283331871033, 0.03642712160944939, 0.7599819302558899, 0.22250449657440186, -0.2779581844806671, 0.8027640581130981, 0.2094082087278366, 1.0381886959075928, -0.6413933634757996, 0.0067089456133544445, -0.5098835229873657, 0.4182265102863312, -0.0029472713358700275, -0.6284242272377014, 0.028711454942822456, -0.1773952841758728, 0.17407198250293732, 0.07121356576681137, 0.7810950875282288, -0.2780461013317108, -0.6602845191955566, 0.19906915724277496, 0.4050089120864868, 0.281393438577652, 0.039965055882930756, -1.088874101638794, 0.27825114130973816, 0.1641959398984909, -0.6513652801513672, 0.08505219221115112, 0.40751585364341736, 0.40393975377082825, 0.8575431704521179, 0.7026060819625854, 0.014116756618022919, 0.16438814997673035, 0.09676588326692581, 0.9582349061965942, -0.6875479221343994, -0.513664722442627, -1.2744488716125488, 0.6417320370674133, -0.30614903569221497, -0.4623453617095947, 0.9098267555236816, 0.47731029987335205, 0.7093154191970825, 0.04161364957690239, 0.6125144958496094, -0.20719842612743378, 0.2888176441192627, -0.35291385650634766, 0.9417387843132019, -0.5298933982849121, 0.3942014276981354, -0.33259621262550354, -0.5817756652832031, -0.08618476986885071, 0.7494778633117676, -0.20735153555870056, 0.30494141578674316, 0.3222034275531769, 0.8756416440010071, -0.17507696151733398, -0.2997889220714569, 0.3017485439777374, 0.5624852776527405, 0.5785548090934753, 0.7838554978370667, 0.9153735637664795, -0.5415818691253662, 0.6836504340171814, -0.4232838451862335, -0.15633293986320496, -0.38359662890434265, -0.7320089936256409, -1.1949477195739746, -0.4404570758342743, -0.30549517273902893, -0.4650757312774658, -0.18554864823818207, 1.002637505531311, 1.0217208862304688, -0.8417194485664368, -0.21951016783714294, -0.19317474961280823, 0.05539945513010025, -0.011246784590184689, -0.27908462285995483, 0.5211241245269775, -0.3001863956451416, -0.7549120187759399, 0.3451244533061981, 0.028298866003751755, 0.5587435364723206, -0.26709818840026855, -0.26608705520629883, -0.2705298066139221, 0.07754837721586227, 0.28820911049842834, 0.21804551780223846, -0.7318378686904907, -0.10074248909950256, 0.23181529343128204, -0.3749901354312897, -0.0688038244843483, 0.32101210951805115, -0.6226387023925781, 0.1639823019504547, 0.49295926094055176, 0.3919215798377991, 0.7207577228546143, -0.5356676578521729, 0.5823071599006653, -0.6256930232048035, 0.4984762668609619, 0.19062432646751404, 0.39878109097480774, 0.2883971631526947, -0.5245460271835327, 0.14789345860481262, 0.1181972473859787, -0.3245032727718353, -0.7824261784553528, -0.002664899220690131, -0.7226192951202393, -0.27018219232559204, 1.1552571058273315, -0.1846839338541031, -0.006576604675501585, 0.021273735910654068, -0.4398772716522217, 0.4452499449253082, -0.4905071258544922, 0.647908091545105, 0.45724016427993774, 0.03863508626818657, -0.4436761140823364, -0.16602444648742676, 0.5161339044570923, 0.39826342463493347, -0.6348245143890381, 0.05514547601342201, 0.1323796957731247, 0.4743235111236572, -0.06245984882116318, 0.957800030708313, 0.19627320766448975, 0.16667768359184265, -0.11369538307189941, 0.18975481390953064, -0.33254629373550415, 0.09197565913200378, -0.16532163321971893, -0.19925980269908905, -0.03722955659031868, -0.5836541652679443 ]
GR4V311/jdmangas2
GR4V311
2023-11-29T20:51:24Z
0
0
null
[ "region:us" ]
2023-11-29T20:51:24Z
2023-11-29T20:51:24.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
GR4V311/jdmangas2
[ -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 ]
Blessing988/videomae-base-finetuned-ucf101-subset_500_epochs
Blessing988
2023-11-29T21:57:15Z
0
0
null
[ "transformers", "tensorboard", "safetensors", "videomae", "video-classification", "endpoints_compatible", "region:us" ]
2023-11-29T21:57:15Z
2023-11-29T20:51:45.000Z
null
null
Entry not found
null
transformers
video-classification
null
null
null
null
null
null
null
null
null
Blessing988/videomae-base-finetuned-ucf101-subset_500_epochs
[ -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 ]
AyyCompadre/Hugging_Face_Certification_Project
AyyCompadre
2023-11-29T20:53:54Z
0
0
null
[ "region:us" ]
2023-11-29T20:53:54Z
2023-11-29T20:53:54.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
AyyCompadre/Hugging_Face_Certification_Project
[ -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 ]
staticai/Zro1
staticai
2023-11-29T22:07:24Z
0
0
null
[ "region:us" ]
2023-11-29T22:07:24Z
2023-11-29T20:54:29.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
staticai/Zro1
[ -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 ]
gms0817/mistral-ehrs-transcription-summary-2500
gms0817
2023-11-29T20:55:59Z
0
0
null
[ "region:us" ]
2023-11-29T20:55:59Z
2023-11-29T20:55:59.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
gms0817/mistral-ehrs-transcription-summary-2500
[ -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 ]
Madserker/Courtesy-Dizart
Madserker
2023-11-29T21:03:09Z
0
0
null
[ "license:mpl-2.0", "region:us" ]
2023-11-29T21:03:09Z
2023-11-29T20:57:45.000Z
null
null
--- license: mpl-2.0 ---
null
null
null
null
null
null
null
null
null
null
null
null
Madserker/Courtesy-Dizart
[ -0.1285337656736374, -0.18616777658462524, 0.6529129147529602, 0.4943626821041107, -0.19319315254688263, 0.23607446253299713, 0.3607197403907776, 0.05056322365999222, 0.5793652534484863, 0.740013837814331, -0.6508102416992188, -0.23783965408802032, -0.7102248668670654, -0.047826047986745834, -0.3894751965999603, 0.8470761775970459, -0.09598258882761002, 0.024005092680454254, 0.04712021350860596, -0.1431782841682434, -0.6121039390563965, -0.04771730303764343, -1.052453875541687, -0.06787501275539398, 0.3002280294895172, 0.5120975971221924, 0.827589750289917, 0.39602935314178467, 0.503056526184082, 1.7515556812286377, -0.08836935460567474, -0.2275443971157074, -0.45892035961151123, 0.42230668663978577, -0.33277368545532227, -0.4213370680809021, -0.26241642236709595, -0.07449343800544739, 0.32380396127700806, 0.7903714179992676, -0.3810412287712097, 0.19328093528747559, -0.22438447177410126, 1.0082242488861084, -0.8202074766159058, 0.22630876302719116, -0.16698357462882996, 0.1405322253704071, 0.042308609932661057, -0.14591936767101288, -0.13263222575187683, -0.6440033912658691, 0.06469469517469406, -0.8995962142944336, 0.10274945944547653, -0.0446111261844635, 0.8789561986923218, 0.21909046173095703, -0.5102371573448181, -0.045977260917425156, -0.6883596181869507, 1.0972506999969482, -0.1755603700876236, 0.7615711688995361, 0.4507812559604645, 0.4528856873512268, -0.5849329829216003, -1.1782180070877075, -0.4441865086555481, -0.1357899159193039, 0.14722831547260284, 0.30556100606918335, -0.34530287981033325, -0.02234390377998352, 0.10801098495721817, 0.5610314011573792, -0.5003756284713745, -0.311959445476532, -0.9579930305480957, -0.1816491037607193, 0.6820484399795532, 0.3193082809448242, 0.8340444564819336, 0.18731512129306793, -0.7347196340560913, 0.12866295874118805, -1.323970079421997, 0.07650751620531082, 0.6465022563934326, 0.23946744203567505, -0.5545987486839294, 0.8594783544540405, -0.2858799695968628, 0.6262494325637817, 0.2728464603424072, -0.11645269393920898, 0.27842509746551514, -0.23030748963356018, -0.27350643277168274, 0.033087633550167084, 0.3459729552268982, 0.8204492330551147, 0.16248637437820435, -0.01998506486415863, -0.22123964130878448, 0.002071782946586609, 0.2684451937675476, -0.793509304523468, -0.47126707434654236, 0.1926695555448532, -0.5589528679847717, -0.09108506888151169, 0.43270206451416016, -1.0976828336715698, -0.4812982380390167, -0.1879846751689911, 0.054681554436683655, -0.5451692938804626, -0.3697948455810547, 0.07273255288600922, -0.7925416231155396, -0.12434177100658417, 0.570950984954834, -0.6230255365371704, 0.43974602222442627, 0.533625602722168, 0.7861635088920593, 0.23303896188735962, -0.2361363023519516, -0.6695019006729126, 0.48848265409469604, -0.8661869764328003, 0.3686073124408722, -0.30737805366516113, -0.8298641443252563, -0.09631048142910004, 0.5393160581588745, 0.20664846897125244, -0.6653255820274353, 0.7074047923088074, -0.5496984720230103, -0.07806544750928879, -0.43082866072654724, -0.24322004616260529, 0.1746043711900711, 0.1111542135477066, -0.6238909959793091, 0.9402235150337219, 0.5551108121871948, -0.5841100215911865, 0.31701257824897766, -0.4869507849216461, -0.6865583062171936, 0.26748132705688477, -0.008751027286052704, -0.04715227335691452, 0.3279530107975006, -0.15983974933624268, -0.002051129937171936, 0.10505765676498413, 0.008299637585878372, -0.21891678869724274, -0.4786301553249359, 0.06349936872720718, 0.15165013074874878, 1.2536835670471191, 0.4083622694015503, -0.37718820571899414, -0.13140106201171875, -1.0526150465011597, 0.02543257176876068, 0.05050146207213402, -0.42306768894195557, -0.25045642256736755, -0.1488218456506729, -0.20381581783294678, 0.43072617053985596, 0.21184739470481873, -0.8131153583526611, 0.22643616795539856, -0.20640240609645844, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.39760568737983704, -0.6625285148620605, 0.6563137769699097, 0.20761863887310028, 0.4959019422531128, 0.354042112827301, -0.3845822513103485, -0.9641586542129517, -0.4421616792678833, -0.1011740192770958, 0.297553151845932, -0.7744957208633423, 0.5847321152687073, 0.01297951489686966, -0.5836704969406128, -0.44652819633483887, -0.15488097071647644, 0.2755330204963684, -0.06606575846672058, 0.03334902226924896, -0.4049777388572693, -0.739441990852356, -1.0127897262573242, -0.13788151741027832, -0.5021387338638306, -0.21892821788787842, 0.31605881452560425, 0.261773943901062, -0.34290048480033875, 0.7610749006271362, -0.6059279441833496, -0.7040641903877258, -0.13973557949066162, -0.09959849715232849, 0.618772029876709, 0.9297670125961304, 0.749138355255127, -0.7224892377853394, -0.8973819017410278, -0.05623067170381546, -0.5420041680335999, -0.02004433423280716, 0.03814995661377907, -0.18260698020458221, -0.10514994710683823, 0.22352534532546997, -0.6100803017616272, 0.8851074576377869, 0.43224993348121643, -0.681546688079834, 0.5210590958595276, -0.44444146752357483, 0.6073804497718811, -0.8642840385437012, -0.29114919900894165, -0.16823579370975494, -0.19761183857917786, -0.709015965461731, 0.1941155642271042, -0.30022352933883667, -0.3302987515926361, -0.7474030256271362, 0.5274897813796997, -0.9497012495994568, -0.18781521916389465, -0.33672797679901123, -0.034230977296829224, 0.2580781579017639, 0.1949051469564438, -0.23560264706611633, 0.8900531530380249, 0.9160484075546265, -0.712130606174469, 0.5487276911735535, 0.39309075474739075, -0.19200125336647034, 0.7131238579750061, -0.3887738585472107, 0.05161985754966736, -0.1234491840004921, 0.14374585449695587, -1.126388669013977, -0.5611584782600403, 0.1367737054824829, -0.712703287601471, 0.17686967551708221, -0.16556859016418457, -0.09428532421588898, -0.6608467102050781, -0.33806395530700684, 0.25910091400146484, 0.4861229360103607, -0.47969967126846313, 0.6188148260116577, 0.5728040933609009, 0.02651885151863098, -0.5307406187057495, -0.7206821441650391, 0.2041812688112259, 0.03964652866125107, -0.5569696426391602, 0.3011690676212311, 0.0065436214208602905, -0.6622445583343506, -0.371124804019928, -0.2635420262813568, -0.6043856739997864, -0.22679755091667175, 0.7826986312866211, 0.11994212120771408, -0.0901225358247757, -0.20310275256633759, -0.31995368003845215, -0.06167535483837128, 0.3048742413520813, -0.07575303316116333, 0.7232834696769714, -0.3362375497817993, -0.17850087583065033, -0.8877339363098145, 0.652754545211792, 0.9970463514328003, 0.09446708112955093, 0.8066442012786865, 0.4632421135902405, -0.3564748466014862, -0.13046596944332123, -0.3535459041595459, -0.15120592713356018, -0.6857743859291077, -0.18067999184131622, -0.5322477221488953, -0.5411433577537537, 0.4053066372871399, 0.10101456940174103, -0.0021041035652160645, 0.5167047381401062, 0.2533605694770813, -0.2880687415599823, 0.7550325393676758, 1.0343408584594727, 0.1391797512769699, 0.36029160022735596, -0.28547143936157227, 0.6341595649719238, -0.8329949975013733, -0.3405216336250305, -0.45480722188949585, -0.2563585638999939, -0.3121439218521118, -0.10750845074653625, 0.5791022181510925, 0.28182169795036316, -0.4463467001914978, 0.12506814301013947, -0.599420964717865, 0.6587362289428711, 0.6273988485336304, 0.5719729065895081, 0.19973021745681763, -0.4619947671890259, 0.199829563498497, 0.048166729509830475, -0.45745593309402466, -0.40091079473495483, 0.7711145281791687, 0.2399625927209854, 0.8364024758338928, 0.20927059650421143, 0.4957774877548218, 0.33375439047813416, 0.25280579924583435, -0.6318978667259216, 0.2009800225496292, -0.22282804548740387, -1.2459611892700195, -0.20642682909965515, -0.16551321744918823, -1.0080583095550537, -0.11792092770338058, -0.18288999795913696, -0.8406620025634766, 0.26657283306121826, -0.19225645065307617, -0.6640644073486328, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.2355591058731079, -0.2817089259624481, 0.11930065602064133, -0.6889920830726624, 0.5254611968994141, 0.36671483516693115, 0.29168403148651123, -0.3796897828578949, -0.31928709149360657, 0.5068994760513306, -0.8812244534492493, 0.44081127643585205, -0.10564985871315002, 0.19428138434886932, 0.5358877778053284, 0.4153592586517334, 0.3823971152305603, 0.2869904041290283, -0.24593782424926758, -0.23415425419807434, 0.22503423690795898, -0.7581346035003662, -0.2775459885597229, 0.9095460772514343, -0.7519426941871643, -0.8586915731430054, -0.6954257488250732, -0.3064495921134949, 0.2886529564857483, 0.027814604341983795, 0.7154771685600281, 0.6456884741783142, -0.18821048736572266, 0.23776991665363312, 0.7208226323127747, -0.014694413170218468, 0.723556637763977, 0.2941119968891144, -0.4056646525859833, -0.6169788837432861, 0.718232274055481, 0.2627045810222626, 0.051626577973365784, 0.028327951207756996, 0.3058736026287079, -0.17546716332435608, -0.15078604221343994, -0.6318324208259583, -0.06395330280065536, -0.7465729713439941, -0.09279504418373108, -0.7541396617889404, -0.2507742643356323, -0.7114591598510742, -0.8068137764930725, -0.7080161571502686, -0.45604395866394043, -0.43011951446533203, -0.23352205753326416, 0.5163110494613647, 1.1627084016799927, -0.26131555438041687, 0.801105260848999, -0.8900953531265259, 0.4193631112575531, 0.49695390462875366, 0.751973032951355, -0.11061014980077744, -0.6746936440467834, -0.07836258411407471, -0.5338754653930664, -0.29485073685646057, -1.0156972408294678, 0.3177463710308075, -0.03688567876815796, 0.4053713381290436, 0.42938894033432007, 0.2519025504589081, 0.49392762780189514, -0.30073118209838867, 1.1130688190460205, 0.7274302244186401, -0.8033810257911682, 0.5195275545120239, -0.7635002136230469, 0.1612233817577362, 0.9363657236099243, 0.5447745323181152, -0.4417075514793396, -0.1511392891407013, -1.0259766578674316, -0.843137264251709, 0.5963036417961121, 0.15439943969249725, 0.016843967139720917, 0.018214236944913864, 0.03168264031410217, 0.29466384649276733, 0.35913029313087463, -0.7847291231155396, -0.8240219354629517, -0.13851124048233032, 0.2580328583717346, 0.3145606517791748, -0.1648542881011963, -0.30038711428642273, -0.611615777015686, 0.8711391687393188, 0.18286491930484772, 0.3546231985092163, 0.1207335889339447, 0.043693479150533676, -0.35506927967071533, 0.14787030220031738, 0.552299976348877, 1.2529058456420898, -0.40983331203460693, 0.36739131808280945, 0.1751261204481125, -0.654007077217102, 0.6494996547698975, -0.30363503098487854, -0.021784650161862373, 0.6203135251998901, 0.17760884761810303, 0.2852839529514313, 0.31559935212135315, -0.36214274168014526, 0.6047803163528442, -0.029422014951705933, -0.17758505046367645, -0.7005698084831238, 0.15866978466510773, 0.029350772500038147, 0.2750795781612396, 0.43920230865478516, 0.24443335831165314, 0.08246771991252899, -1.0602877140045166, 0.5711055994033813, 0.24493888020515442, -0.8676617741584778, -0.3011004328727722, 0.7047959566116333, 0.40753883123397827, -0.4759957790374756, 0.3874906301498413, 0.012702271342277527, -0.6710242033004761, 0.5987740755081177, 0.5510411858558655, 0.7569674253463745, -0.47024255990982056, 0.30880191922187805, 0.6245602369308472, 0.06711341440677643, 0.20550546050071716, 0.6923203468322754, 0.03149377182126045, -0.4473864436149597, 0.23022449016571045, -0.5986734628677368, -0.14689898490905762, 0.1373530775308609, -0.8047428131103516, 0.3515334129333496, -0.9312615394592285, -0.24089953303337097, 0.08751583844423294, 0.11761092394590378, -0.6130945682525635, 0.6674697995185852, -0.008524969220161438, 0.9280493259429932, -0.8549084663391113, 0.9626275300979614, 0.8559582233428955, -0.3183083236217499, -0.7709448337554932, -0.3355676233768463, 0.020139286294579506, -0.6660526394844055, 0.7108278274536133, -0.18973013758659363, -0.41207438707351685, -0.0932394340634346, -0.6229830384254456, -1.0003727674484253, 0.030618250370025635, 0.01741565763950348, -0.4625033140182495, 0.4454795718193054, -0.5157256722450256, 0.3289683163166046, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958451509475708, 0.2296082079410553, -0.635478138923645, -0.4466687738895416, -0.010276127606630325, -0.16682802140712738, 0.45458078384399414, -1.0710972547531128, 0.9677366614341736, -0.46525758504867554, -0.34733206033706665, 0.2706640958786011, 0.7977625131607056, 0.2538500428199768, 0.35241276025772095, 0.6219536662101746, 0.9016808271408081, 0.36450111865997314, -0.3117833435535431, 0.727674663066864, 0.2426338493824005, 0.41525399684906006, 0.7364203929901123, -0.22712205350399017, 0.5403845310211182, 0.8906415104866028, -0.7861620783805847, 0.5381765365600586, 0.7879034280776978, 0.16047382354736328, 0.7758155465126038, 0.5944146513938904, -0.6119526624679565, -0.1185942217707634, -0.14641433954238892, -0.6171560287475586, 0.1979752629995346, 0.05292631685733795, -0.11974728107452393, -0.28460127115249634, -0.13567373156547546, 0.12295068800449371, 0.28364571928977966, -0.5959329009056091, 0.6068668365478516, 0.343415766954422, -0.6328281760215759, 0.210251122713089, -0.25779563188552856, 0.6709499955177307, -0.5978156328201294, 0.027336478233337402, -0.22699348628520966, 0.41810399293899536, -0.4618743658065796, -1.007582664489746, 0.4713838994503021, -0.2920242249965668, -0.405513197183609, -0.26942428946495056, 0.80723637342453, -0.2213391214609146, -0.557286262512207, 0.3748604655265808, 0.13466599583625793, 0.41473662853240967, 0.40145963430404663, -0.5487293004989624, 0.047790005803108215, 0.13760161399841309, -0.2006179392337799, 0.36011889576911926, 0.29737281799316406, 0.2548876702785492, 0.7100130319595337, 0.5052475929260254, 0.2219872623682022, 0.2569439113140106, -0.18668612837791443, 0.8387458324432373, -0.9102796316146851, -0.8167634606361389, -0.9497333765029907, 0.3849894106388092, 0.02572767436504364, -0.8801447153091431, 0.7920306921005249, 0.7652606964111328, 0.5113963484764099, -0.4877890944480896, 0.47552838921546936, -0.3264794945716858, 0.5047137141227722, -0.13870961964130402, 1.001089334487915, -0.7607627511024475, -0.2958725690841675, -0.030553817749023438, -0.9216439723968506, -0.2533751130104065, 0.5375742316246033, 0.15408313274383545, -0.1460806429386139, 0.4385906457901001, 0.44216388463974, 0.022173259407281876, 0.25223156809806824, 0.32860997319221497, 0.06042792648077011, 0.14508457481861115, 0.5510438680648804, 1.0931141376495361, -0.4339441955089569, 0.18694783747196198, -0.4923475682735443, -0.45362505316734314, -0.4153491258621216, -0.954805850982666, -0.6640315055847168, -0.48185449838638306, -0.2973935008049011, -0.5915579199790955, 0.11726463586091995, 0.9300886392593384, 0.9018139839172363, -0.6256728172302246, -0.41243645548820496, 0.2571353018283844, 0.3029339909553528, -0.22954201698303223, -0.14626801013946533, 0.27364903688430786, -0.006407523527741432, -0.7211177349090576, 0.3930944800376892, 0.8079764246940613, 0.3887127637863159, 0.08443982899188995, -0.0721711814403534, -0.44070807099342346, 0.026101619005203247, 0.5373560190200806, 0.5729563236236572, -0.628118097782135, -0.4099644720554352, -0.532831609249115, -0.21386730670928955, 0.15529431402683258, 0.4807755947113037, -0.5166377425193787, 0.3266112804412842, 0.8128960132598877, 0.17017678916454315, 0.7187886238098145, -0.00224931538105011, 0.6678643226623535, -0.8970248699188232, 0.4446259140968323, 0.39533841609954834, 0.5681871175765991, 0.08998027443885803, -0.7339165210723877, 0.9820241928100586, 0.49674344062805176, -0.6334056258201599, -1.0034242868423462, 0.030799731612205505, -1.193114161491394, -0.3788174092769623, 0.9890842437744141, -0.09595753252506256, -0.9597457647323608, -0.3644896149635315, -0.36777186393737793, 0.07989642769098282, -0.3380975127220154, 0.3549821972846985, 0.826819658279419, -0.25380730628967285, -0.2204185426235199, -0.9505583047866821, 0.4752942621707916, 0.31025272607803345, -0.5886632204055786, -0.05114367604255676, 0.329391211271286, 0.4523688554763794, 0.3009701669216156, 0.5239557027816772, 0.10428227484226227, 0.897053062915802, 0.2520041763782501, 0.30491405725479126, -0.04526612162590027, -0.590078592300415, -0.01606651023030281, 0.26214760541915894, 0.044878602027893066, -0.686944305896759 ]
lesliegar1123/Leslie
lesliegar1123
2023-11-29T20:58:36Z
0
0
null
[ "license:apache-2.0", "region:us" ]
2023-11-29T20:58:36Z
2023-11-29T20:58:35.000Z
null
null
--- license: apache-2.0 ---
null
null
null
null
null
null
null
null
null
null
null
null
lesliegar1123/Leslie
[ -0.1285337656736374, -0.18616777658462524, 0.6529129147529602, 0.4943626821041107, -0.19319315254688263, 0.23607446253299713, 0.3607197403907776, 0.05056322365999222, 0.5793652534484863, 0.740013837814331, -0.6508102416992188, -0.23783965408802032, -0.7102248668670654, -0.047826047986745834, -0.3894751965999603, 0.8470761775970459, -0.09598258882761002, 0.024005092680454254, 0.04712021350860596, -0.1431782841682434, -0.6121039390563965, -0.04771730303764343, -1.052453875541687, -0.06787501275539398, 0.3002280294895172, 0.5120975971221924, 0.827589750289917, 0.39602935314178467, 0.503056526184082, 1.7515556812286377, -0.08836935460567474, -0.2275443971157074, -0.45892035961151123, 0.42230668663978577, -0.33277368545532227, -0.4213370680809021, -0.26241642236709595, -0.07449343800544739, 0.32380396127700806, 0.7903714179992676, -0.3810412287712097, 0.19328093528747559, -0.22438447177410126, 1.0082242488861084, -0.8202074766159058, 0.22630876302719116, -0.16698357462882996, 0.1405322253704071, 0.042308609932661057, -0.14591936767101288, -0.13263222575187683, -0.6440033912658691, 0.06469469517469406, -0.8995962142944336, 0.10274945944547653, -0.0446111261844635, 0.8789561986923218, 0.21909046173095703, -0.5102371573448181, -0.045977260917425156, -0.6883596181869507, 1.0972506999969482, -0.1755603700876236, 0.7615711688995361, 0.4507812559604645, 0.4528856873512268, -0.5849329829216003, -1.1782180070877075, -0.4441865086555481, -0.1357899159193039, 0.14722831547260284, 0.30556100606918335, -0.34530287981033325, -0.02234390377998352, 0.10801098495721817, 0.5610314011573792, -0.5003756284713745, -0.311959445476532, -0.9579930305480957, -0.1816491037607193, 0.6820484399795532, 0.3193082809448242, 0.8340444564819336, 0.18731512129306793, -0.7347196340560913, 0.12866295874118805, -1.323970079421997, 0.07650751620531082, 0.6465022563934326, 0.23946744203567505, -0.5545987486839294, 0.8594783544540405, -0.2858799695968628, 0.6262494325637817, 0.2728464603424072, -0.11645269393920898, 0.27842509746551514, -0.23030748963356018, -0.27350643277168274, 0.033087633550167084, 0.3459729552268982, 0.8204492330551147, 0.16248637437820435, -0.01998506486415863, -0.22123964130878448, 0.002071782946586609, 0.2684451937675476, -0.793509304523468, -0.47126707434654236, 0.1926695555448532, -0.5589528679847717, -0.09108506888151169, 0.43270206451416016, -1.0976828336715698, -0.4812982380390167, -0.1879846751689911, 0.054681554436683655, -0.5451692938804626, -0.3697948455810547, 0.07273255288600922, -0.7925416231155396, -0.12434177100658417, 0.570950984954834, -0.6230255365371704, 0.43974602222442627, 0.533625602722168, 0.7861635088920593, 0.23303896188735962, -0.2361363023519516, -0.6695019006729126, 0.48848265409469604, -0.8661869764328003, 0.3686073124408722, -0.30737805366516113, -0.8298641443252563, -0.09631048142910004, 0.5393160581588745, 0.20664846897125244, -0.6653255820274353, 0.7074047923088074, -0.5496984720230103, -0.07806544750928879, -0.43082866072654724, -0.24322004616260529, 0.1746043711900711, 0.1111542135477066, -0.6238909959793091, 0.9402235150337219, 0.5551108121871948, -0.5841100215911865, 0.31701257824897766, -0.4869507849216461, -0.6865583062171936, 0.26748132705688477, -0.008751027286052704, -0.04715227335691452, 0.3279530107975006, -0.15983974933624268, -0.002051129937171936, 0.10505765676498413, 0.008299637585878372, -0.21891678869724274, -0.4786301553249359, 0.06349936872720718, 0.15165013074874878, 1.2536835670471191, 0.4083622694015503, -0.37718820571899414, -0.13140106201171875, -1.0526150465011597, 0.02543257176876068, 0.05050146207213402, -0.42306768894195557, -0.25045642256736755, -0.1488218456506729, -0.20381581783294678, 0.43072617053985596, 0.21184739470481873, -0.8131153583526611, 0.22643616795539856, -0.20640240609645844, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.39760568737983704, -0.6625285148620605, 0.6563137769699097, 0.20761863887310028, 0.4959019422531128, 0.354042112827301, -0.3845822513103485, -0.9641586542129517, -0.4421616792678833, -0.1011740192770958, 0.297553151845932, -0.7744957208633423, 0.5847321152687073, 0.01297951489686966, -0.5836704969406128, -0.44652819633483887, -0.15488097071647644, 0.2755330204963684, -0.06606575846672058, 0.03334902226924896, -0.4049777388572693, -0.739441990852356, -1.0127897262573242, -0.13788151741027832, -0.5021387338638306, -0.21892821788787842, 0.31605881452560425, 0.261773943901062, -0.34290048480033875, 0.7610749006271362, -0.6059279441833496, -0.7040641903877258, -0.13973557949066162, -0.09959849715232849, 0.618772029876709, 0.9297670125961304, 0.749138355255127, -0.7224892377853394, -0.8973819017410278, -0.05623067170381546, -0.5420041680335999, -0.02004433423280716, 0.03814995661377907, -0.18260698020458221, -0.10514994710683823, 0.22352534532546997, -0.6100803017616272, 0.8851074576377869, 0.43224993348121643, -0.681546688079834, 0.5210590958595276, -0.44444146752357483, 0.6073804497718811, -0.8642840385437012, -0.29114919900894165, -0.16823579370975494, -0.19761183857917786, -0.709015965461731, 0.1941155642271042, -0.30022352933883667, -0.3302987515926361, -0.7474030256271362, 0.5274897813796997, -0.9497012495994568, -0.18781521916389465, -0.33672797679901123, -0.034230977296829224, 0.2580781579017639, 0.1949051469564438, -0.23560264706611633, 0.8900531530380249, 0.9160484075546265, -0.712130606174469, 0.5487276911735535, 0.39309075474739075, -0.19200125336647034, 0.7131238579750061, -0.3887738585472107, 0.05161985754966736, -0.1234491840004921, 0.14374585449695587, -1.126388669013977, -0.5611584782600403, 0.1367737054824829, -0.712703287601471, 0.17686967551708221, -0.16556859016418457, -0.09428532421588898, -0.6608467102050781, -0.33806395530700684, 0.25910091400146484, 0.4861229360103607, -0.47969967126846313, 0.6188148260116577, 0.5728040933609009, 0.02651885151863098, -0.5307406187057495, -0.7206821441650391, 0.2041812688112259, 0.03964652866125107, -0.5569696426391602, 0.3011690676212311, 0.0065436214208602905, -0.6622445583343506, -0.371124804019928, -0.2635420262813568, -0.6043856739997864, -0.22679755091667175, 0.7826986312866211, 0.11994212120771408, -0.0901225358247757, -0.20310275256633759, -0.31995368003845215, -0.06167535483837128, 0.3048742413520813, -0.07575303316116333, 0.7232834696769714, -0.3362375497817993, -0.17850087583065033, -0.8877339363098145, 0.652754545211792, 0.9970463514328003, 0.09446708112955093, 0.8066442012786865, 0.4632421135902405, -0.3564748466014862, -0.13046596944332123, -0.3535459041595459, -0.15120592713356018, -0.6857743859291077, -0.18067999184131622, -0.5322477221488953, -0.5411433577537537, 0.4053066372871399, 0.10101456940174103, -0.0021041035652160645, 0.5167047381401062, 0.2533605694770813, -0.2880687415599823, 0.7550325393676758, 1.0343408584594727, 0.1391797512769699, 0.36029160022735596, -0.28547143936157227, 0.6341595649719238, -0.8329949975013733, -0.3405216336250305, -0.45480722188949585, -0.2563585638999939, -0.3121439218521118, -0.10750845074653625, 0.5791022181510925, 0.28182169795036316, -0.4463467001914978, 0.12506814301013947, -0.599420964717865, 0.6587362289428711, 0.6273988485336304, 0.5719729065895081, 0.19973021745681763, -0.4619947671890259, 0.199829563498497, 0.048166729509830475, -0.45745593309402466, -0.40091079473495483, 0.7711145281791687, 0.2399625927209854, 0.8364024758338928, 0.20927059650421143, 0.4957774877548218, 0.33375439047813416, 0.25280579924583435, -0.6318978667259216, 0.2009800225496292, -0.22282804548740387, -1.2459611892700195, -0.20642682909965515, -0.16551321744918823, -1.0080583095550537, -0.11792092770338058, -0.18288999795913696, -0.8406620025634766, 0.26657283306121826, -0.19225645065307617, -0.6640644073486328, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.2355591058731079, -0.2817089259624481, 0.11930065602064133, -0.6889920830726624, 0.5254611968994141, 0.36671483516693115, 0.29168403148651123, -0.3796897828578949, -0.31928709149360657, 0.5068994760513306, -0.8812244534492493, 0.44081127643585205, -0.10564985871315002, 0.19428138434886932, 0.5358877778053284, 0.4153592586517334, 0.3823971152305603, 0.2869904041290283, -0.24593782424926758, -0.23415425419807434, 0.22503423690795898, -0.7581346035003662, -0.2775459885597229, 0.9095460772514343, -0.7519426941871643, -0.8586915731430054, -0.6954257488250732, -0.3064495921134949, 0.2886529564857483, 0.027814604341983795, 0.7154771685600281, 0.6456884741783142, -0.18821048736572266, 0.23776991665363312, 0.7208226323127747, -0.014694413170218468, 0.723556637763977, 0.2941119968891144, -0.4056646525859833, -0.6169788837432861, 0.718232274055481, 0.2627045810222626, 0.051626577973365784, 0.028327951207756996, 0.3058736026287079, -0.17546716332435608, -0.15078604221343994, -0.6318324208259583, -0.06395330280065536, -0.7465729713439941, -0.09279504418373108, -0.7541396617889404, -0.2507742643356323, -0.7114591598510742, -0.8068137764930725, -0.7080161571502686, -0.45604395866394043, -0.43011951446533203, -0.23352205753326416, 0.5163110494613647, 1.1627084016799927, -0.26131555438041687, 0.801105260848999, -0.8900953531265259, 0.4193631112575531, 0.49695390462875366, 0.751973032951355, -0.11061014980077744, -0.6746936440467834, -0.07836258411407471, -0.5338754653930664, -0.29485073685646057, -1.0156972408294678, 0.3177463710308075, -0.03688567876815796, 0.4053713381290436, 0.42938894033432007, 0.2519025504589081, 0.49392762780189514, -0.30073118209838867, 1.1130688190460205, 0.7274302244186401, -0.8033810257911682, 0.5195275545120239, -0.7635002136230469, 0.1612233817577362, 0.9363657236099243, 0.5447745323181152, -0.4417075514793396, -0.1511392891407013, -1.0259766578674316, -0.843137264251709, 0.5963036417961121, 0.15439943969249725, 0.016843967139720917, 0.018214236944913864, 0.03168264031410217, 0.29466384649276733, 0.35913029313087463, -0.7847291231155396, -0.8240219354629517, -0.13851124048233032, 0.2580328583717346, 0.3145606517791748, -0.1648542881011963, -0.30038711428642273, -0.611615777015686, 0.8711391687393188, 0.18286491930484772, 0.3546231985092163, 0.1207335889339447, 0.043693479150533676, -0.35506927967071533, 0.14787030220031738, 0.552299976348877, 1.2529058456420898, -0.40983331203460693, 0.36739131808280945, 0.1751261204481125, -0.654007077217102, 0.6494996547698975, -0.30363503098487854, -0.021784650161862373, 0.6203135251998901, 0.17760884761810303, 0.2852839529514313, 0.31559935212135315, -0.36214274168014526, 0.6047803163528442, -0.029422014951705933, -0.17758505046367645, -0.7005698084831238, 0.15866978466510773, 0.029350772500038147, 0.2750795781612396, 0.43920230865478516, 0.24443335831165314, 0.08246771991252899, -1.0602877140045166, 0.5711055994033813, 0.24493888020515442, -0.8676617741584778, -0.3011004328727722, 0.7047959566116333, 0.40753883123397827, -0.4759957790374756, 0.3874906301498413, 0.012702271342277527, -0.6710242033004761, 0.5987740755081177, 0.5510411858558655, 0.7569674253463745, -0.47024255990982056, 0.30880191922187805, 0.6245602369308472, 0.06711341440677643, 0.20550546050071716, 0.6923203468322754, 0.03149377182126045, -0.4473864436149597, 0.23022449016571045, -0.5986734628677368, -0.14689898490905762, 0.1373530775308609, -0.8047428131103516, 0.3515334129333496, -0.9312615394592285, -0.24089953303337097, 0.08751583844423294, 0.11761092394590378, -0.6130945682525635, 0.6674697995185852, -0.008524969220161438, 0.9280493259429932, -0.8549084663391113, 0.9626275300979614, 0.8559582233428955, -0.3183083236217499, -0.7709448337554932, -0.3355676233768463, 0.020139286294579506, -0.6660526394844055, 0.7108278274536133, -0.18973013758659363, -0.41207438707351685, -0.0932394340634346, -0.6229830384254456, -1.0003727674484253, 0.030618250370025635, 0.01741565763950348, -0.4625033140182495, 0.4454795718193054, -0.5157256722450256, 0.3289683163166046, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958451509475708, 0.2296082079410553, -0.635478138923645, -0.4466687738895416, -0.010276127606630325, -0.16682802140712738, 0.45458078384399414, -1.0710972547531128, 0.9677366614341736, -0.46525758504867554, -0.34733206033706665, 0.2706640958786011, 0.7977625131607056, 0.2538500428199768, 0.35241276025772095, 0.6219536662101746, 0.9016808271408081, 0.36450111865997314, -0.3117833435535431, 0.727674663066864, 0.2426338493824005, 0.41525399684906006, 0.7364203929901123, -0.22712205350399017, 0.5403845310211182, 0.8906415104866028, -0.7861620783805847, 0.5381765365600586, 0.7879034280776978, 0.16047382354736328, 0.7758155465126038, 0.5944146513938904, -0.6119526624679565, -0.1185942217707634, -0.14641433954238892, -0.6171560287475586, 0.1979752629995346, 0.05292631685733795, -0.11974728107452393, -0.28460127115249634, -0.13567373156547546, 0.12295068800449371, 0.28364571928977966, -0.5959329009056091, 0.6068668365478516, 0.343415766954422, -0.6328281760215759, 0.210251122713089, -0.25779563188552856, 0.6709499955177307, -0.5978156328201294, 0.027336478233337402, -0.22699348628520966, 0.41810399293899536, -0.4618743658065796, -1.007582664489746, 0.4713838994503021, -0.2920242249965668, -0.405513197183609, -0.26942428946495056, 0.80723637342453, -0.2213391214609146, -0.557286262512207, 0.3748604655265808, 0.13466599583625793, 0.41473662853240967, 0.40145963430404663, -0.5487293004989624, 0.047790005803108215, 0.13760161399841309, -0.2006179392337799, 0.36011889576911926, 0.29737281799316406, 0.2548876702785492, 0.7100130319595337, 0.5052475929260254, 0.2219872623682022, 0.2569439113140106, -0.18668612837791443, 0.8387458324432373, -0.9102796316146851, -0.8167634606361389, -0.9497333765029907, 0.3849894106388092, 0.02572767436504364, -0.8801447153091431, 0.7920306921005249, 0.7652606964111328, 0.5113963484764099, -0.4877890944480896, 0.47552838921546936, -0.3264794945716858, 0.5047137141227722, -0.13870961964130402, 1.001089334487915, -0.7607627511024475, -0.2958725690841675, -0.030553817749023438, -0.9216439723968506, -0.2533751130104065, 0.5375742316246033, 0.15408313274383545, -0.1460806429386139, 0.4385906457901001, 0.44216388463974, 0.022173259407281876, 0.25223156809806824, 0.32860997319221497, 0.06042792648077011, 0.14508457481861115, 0.5510438680648804, 1.0931141376495361, -0.4339441955089569, 0.18694783747196198, -0.4923475682735443, -0.45362505316734314, -0.4153491258621216, -0.954805850982666, -0.6640315055847168, -0.48185449838638306, -0.2973935008049011, -0.5915579199790955, 0.11726463586091995, 0.9300886392593384, 0.9018139839172363, -0.6256728172302246, -0.41243645548820496, 0.2571353018283844, 0.3029339909553528, -0.22954201698303223, -0.14626801013946533, 0.27364903688430786, -0.006407523527741432, -0.7211177349090576, 0.3930944800376892, 0.8079764246940613, 0.3887127637863159, 0.08443982899188995, -0.0721711814403534, -0.44070807099342346, 0.026101619005203247, 0.5373560190200806, 0.5729563236236572, -0.628118097782135, -0.4099644720554352, -0.532831609249115, -0.21386730670928955, 0.15529431402683258, 0.4807755947113037, -0.5166377425193787, 0.3266112804412842, 0.8128960132598877, 0.17017678916454315, 0.7187886238098145, -0.00224931538105011, 0.6678643226623535, -0.8970248699188232, 0.4446259140968323, 0.39533841609954834, 0.5681871175765991, 0.08998027443885803, -0.7339165210723877, 0.9820241928100586, 0.49674344062805176, -0.6334056258201599, -1.0034242868423462, 0.030799731612205505, -1.193114161491394, -0.3788174092769623, 0.9890842437744141, -0.09595753252506256, -0.9597457647323608, -0.3644896149635315, -0.36777186393737793, 0.07989642769098282, -0.3380975127220154, 0.3549821972846985, 0.826819658279419, -0.25380730628967285, -0.2204185426235199, -0.9505583047866821, 0.4752942621707916, 0.31025272607803345, -0.5886632204055786, -0.05114367604255676, 0.329391211271286, 0.4523688554763794, 0.3009701669216156, 0.5239557027816772, 0.10428227484226227, 0.897053062915802, 0.2520041763782501, 0.30491405725479126, -0.04526612162590027, -0.590078592300415, -0.01606651023030281, 0.26214760541915894, 0.044878602027893066, -0.686944305896759 ]
Frixi/CAS_Lead_Singer
Frixi
2023-11-29T21:01:05Z
0
0
null
[ "license:openrail", "region:us" ]
2023-11-29T21:01:05Z
2023-11-29T21:00:45.000Z
null
null
--- license: openrail ---
null
null
null
null
null
null
null
null
null
null
null
null
Frixi/CAS_Lead_Singer
[ -0.12853394448757172, -0.1861671805381775, 0.6529130339622498, 0.49436283111572266, -0.1931932270526886, 0.23607474565505981, 0.3607197403907776, 0.05056331306695938, 0.5793652534484863, 0.7400139570236206, -0.6508102416992188, -0.23783963918685913, -0.7102248668670654, -0.04782587289810181, -0.3894752860069275, 0.8470762968063354, -0.09598271548748016, 0.02400510013103485, 0.047119975090026855, -0.14317838847637177, -0.6121038198471069, -0.04771730303764343, -1.0524539947509766, -0.06787487864494324, 0.3002283573150635, 0.5120975971221924, 0.8275899291038513, 0.3960294723510742, 0.5030567049980164, 1.7515556812286377, -0.08836932480335236, -0.22754409909248352, -0.45892059803009033, 0.422306627035141, -0.33277350664138794, -0.42133671045303345, -0.2624160945415497, -0.0744936615228653, 0.32380393147468567, 0.7903714179992676, -0.3810412287712097, 0.19328078627586365, -0.22438457608222961, 1.008224368095398, -0.8202075362205505, 0.22630858421325684, -0.1669837385416031, 0.1405322402715683, 0.04230876266956329, -0.14591936767101288, -0.13263243436813354, -0.6440032124519348, 0.06469473987817764, -0.8995965123176575, 0.10274919867515564, -0.044611141085624695, 0.8789562582969666, 0.2190905511379242, -0.5102371573448181, -0.0459773875772953, -0.6883600950241089, 1.0972505807876587, -0.17556051909923553, 0.7615710496902466, 0.4507812559604645, 0.45288580656051636, -0.5849331617355347, -1.1782183647155762, -0.4441867470741272, -0.13578975200653076, 0.1472283899784088, 0.3055611550807953, -0.3453028202056885, -0.022344037890434265, 0.10801099985837936, 0.5610315799713135, -0.5003758072853088, -0.3119594156742096, -0.9579932689666748, -0.18164905905723572, 0.6820487976074219, 0.3193085193634033, 0.8340447545051575, 0.18731506168842316, -0.7347197532653809, 0.12866291403770447, -1.3239696025848389, 0.07650754600763321, 0.6465023756027222, 0.2394677847623825, -0.5545987486839294, 0.8594783544540405, -0.2858804762363434, 0.6262497305870056, 0.272846519947052, -0.11645235121250153, 0.27842503786087036, -0.2303072065114975, -0.2735063433647156, 0.03308751434087753, 0.34597301483154297, 0.8204493522644043, 0.16248644888401031, -0.01998525857925415, -0.2212396264076233, 0.002071574330329895, 0.2684454023838043, -0.7935094833374023, -0.4712672829627991, 0.19266965985298157, -0.5589529871940613, -0.09108518809080124, 0.43270212411880493, -1.0976829528808594, -0.48129820823669434, -0.18798458576202393, 0.05468141287565231, -0.5451691746711731, -0.3697946071624756, 0.07273248583078384, -0.7925417423248291, -0.1243419498205185, 0.570950984954834, -0.6230254173278809, 0.4397464394569397, 0.533625602722168, 0.7861635684967041, 0.23303890228271484, -0.23613625764846802, -0.6695018410682678, 0.4884827136993408, -0.8661869764328003, 0.36860743165016174, -0.3073781132698059, -0.8298640847206116, -0.09631039202213287, 0.5393160581588745, 0.20664852857589722, -0.6653258800506592, 0.7074048519134521, -0.5496984124183655, -0.07806536555290222, -0.43082889914512634, -0.24322012066841125, 0.1746041476726532, 0.11115418374538422, -0.6238911747932434, 0.9402234554290771, 0.5551109313964844, -0.5841100811958313, 0.317012757062912, -0.48695069551467896, -0.6865583658218384, 0.2674815356731415, -0.008750967681407928, -0.047152407467365265, 0.32795286178588867, -0.15983982384204865, -0.002051055431365967, 0.10505759716033936, 0.008299443870782852, -0.2189168483018875, -0.47863033413887024, 0.06349945813417435, 0.15164990723133087, 1.2536834478378296, 0.40836209058761597, -0.37718814611434937, -0.13140150904655457, -1.0526151657104492, 0.025432690978050232, 0.05050148069858551, -0.42306777834892273, -0.2504565715789795, -0.14882156252861023, -0.20381611585617065, 0.43072617053985596, 0.21184757351875305, -0.8131153583526611, 0.22643616795539856, -0.20640233159065247, 0.3644968271255493, 0.822208821773529, 0.27031010389328003, 0.3976054787635803, -0.6625289916992188, 0.6563141345977783, 0.20761874318122864, 0.4959019720554352, 0.3540419340133667, -0.3845822513103485, -0.9641587734222412, -0.44216179847717285, -0.10117415338754654, 0.29755282402038574, -0.774495542049408, 0.584731936454773, 0.01297951489686966, -0.5836710929870605, -0.44652798771858215, -0.15488094091415405, 0.27553319931030273, -0.06606610119342804, 0.03334943205118179, -0.40497779846191406, -0.7394421100616455, -1.0127899646759033, -0.13788169622421265, -0.5021389126777649, -0.2189279943704605, 0.31605902314186096, 0.26177364587783813, -0.34290027618408203, 0.7610750198364258, -0.6059276461601257, -0.7040640711784363, -0.13973554968833923, -0.09959873557090759, 0.6187722086906433, 0.929767370223999, 0.7491384744644165, -0.7224891185760498, -0.8973821401596069, -0.056230515241622925, -0.5420041084289551, -0.02004450187087059, 0.03814997151494026, -0.18260708451271057, -0.10514988750219345, 0.22352537512779236, -0.6100800037384033, 0.8851077556610107, 0.43225008249282837, -0.681546688079834, 0.5210591554641724, -0.44444137811660767, 0.6073802709579468, -0.8642842769622803, -0.2911493182182312, -0.16823594272136688, -0.19761189818382263, -0.7090160846710205, 0.194115549325943, -0.3002234697341919, -0.33029904961586, -0.7474032640457153, 0.5274897813796997, -0.9497013688087463, -0.18781505525112152, -0.33672794699668884, -0.0342315137386322, 0.25807851552963257, 0.1949053853750229, -0.23560287058353424, 0.8900527954101562, 0.916048526763916, -0.712130606174469, 0.5487275123596191, 0.39309078454971313, -0.19200089573860168, 0.7131238579750061, -0.3887741267681122, 0.051620032638311386, -0.12344910204410553, 0.14374606311321259, -1.1263887882232666, -0.5611587762832642, 0.1367737352848053, -0.7127035856246948, 0.1768694818019867, -0.16556857526302338, -0.0942850410938263, -0.6608467102050781, -0.3380641043186188, 0.2591010630130768, 0.48612290620803833, -0.47970011830329895, 0.6188150644302368, 0.572803795337677, 0.026519060134887695, -0.5307404398918152, -0.7206820249557495, 0.2041812241077423, 0.03964657709002495, -0.5569695234298706, 0.30116891860961914, 0.006543546915054321, -0.6622445583343506, -0.3711250126361847, -0.2635423243045807, -0.6043860912322998, -0.22679755091667175, 0.7826985120773315, 0.1199423298239708, -0.09012258797883987, -0.20310306549072266, -0.3199537396430969, -0.06167528033256531, 0.304874062538147, -0.07575292140245438, 0.7232836484909058, -0.33623743057250977, -0.17850102484226227, -0.887734055519104, 0.6527544260025024, 0.997046709060669, 0.09446722269058228, 0.8066443204879761, 0.46324217319488525, -0.35647478699684143, -0.1304660588502884, -0.35354581475257874, -0.15120601654052734, -0.685774564743042, -0.1806795597076416, -0.5322474837303162, -0.5411435961723328, 0.405306875705719, 0.10101459920406342, -0.0021041780710220337, 0.5167048573493958, 0.25336068868637085, -0.28806889057159424, 0.7550327181816101, 1.0343406200408936, 0.13917961716651917, 0.36029160022735596, -0.28547143936157227, 0.6341596245765686, -0.8329951167106628, -0.3405216336250305, -0.45480722188949585, -0.25635844469070435, -0.3121437728404999, -0.10750849545001984, 0.5791023969650269, 0.28182172775268555, -0.4463466703891754, 0.12506815791130066, -0.5994210839271545, 0.658736526966095, 0.6273986101150513, 0.5719732642173767, 0.1997302919626236, -0.46199479699134827, 0.19983014464378357, 0.0481666624546051, -0.4574560821056366, -0.40091097354888916, 0.7711145877838135, 0.23996269702911377, 0.8364026546478271, 0.20927029848098755, 0.4957776367664337, 0.33375445008277893, 0.25280606746673584, -0.6318978071212769, 0.20097973942756653, -0.22282826900482178, -1.2459616661071777, -0.20642656087875366, -0.16551333665847778, -1.0080581903457642, -0.11792081594467163, -0.1828901469707489, -0.8406622409820557, 0.2665729522705078, -0.19225628674030304, -0.6640642881393433, 0.5206149220466614, -0.5103873014450073, 0.6934711933135986, -0.2355593889951706, -0.2817090153694153, 0.1193009689450264, -0.6889920234680176, 0.5254613161087036, 0.36671462655067444, 0.2916839122772217, -0.3796898126602173, -0.31928718090057373, 0.5068994760513306, -0.881224513053894, 0.4408116042613983, -0.10564978420734406, 0.19428128004074097, 0.5358877182006836, 0.41535934805870056, 0.3823971152305603, 0.2869904041290283, -0.24593788385391235, -0.23415401577949524, 0.2250342071056366, -0.7581346035003662, -0.2775460183620453, 0.9095461368560791, -0.7519426345825195, -0.858691394329071, -0.6954256296157837, -0.3064494729042053, 0.28865301609039307, 0.02781432867050171, 0.7154773473739624, 0.6456888914108276, -0.18821056187152863, 0.23777000606060028, 0.7208225131034851, -0.014694472774863243, 0.723556637763977, 0.29411226511001587, -0.4056643843650818, -0.6169791221618652, 0.7182326316833496, 0.26270467042922974, 0.051626723259687424, 0.028328031301498413, 0.30587372183799744, -0.17546726763248444, -0.15078634023666382, -0.6318325400352478, -0.06395323574542999, -0.746573269367218, -0.09279505908489227, -0.7541399002075195, -0.25077417492866516, -0.7114590406417847, -0.8068138360977173, -0.7080166339874268, -0.45604413747787476, -0.4301198422908783, -0.233521968126297, 0.5163110494613647, 1.1627088785171509, -0.2613155245780945, 0.8011057376861572, -0.8900957107543945, 0.4193630516529083, 0.4969539940357208, 0.7519731521606445, -0.11060991138219833, -0.6746942400932312, -0.07836301624774933, -0.5338757634162903, -0.29485055804252625, -1.0156975984573364, 0.3177465498447418, -0.036885470151901245, 0.40537166595458984, 0.4293888211250305, 0.2519022822380066, 0.4939277470111847, -0.30073121190071106, 1.1130688190460205, 0.7274302244186401, -0.8033809661865234, 0.5195274353027344, -0.7635002136230469, 0.16122344136238098, 0.9363660216331482, 0.5447747707366943, -0.44170743227005005, -0.15113943815231323, -1.0259767770767212, -0.8431376218795776, 0.5963034629821777, 0.15439927577972412, 0.016843803226947784, 0.0182142723351717, 0.03168235719203949, 0.2946642339229584, 0.3591303527355194, -0.7847293615341187, -0.8240221738815308, -0.13851135969161987, 0.2580330967903137, 0.31456074118614197, -0.16485443711280823, -0.30038702487945557, -0.6116160154342651, 0.8711391687393188, 0.18286460638046265, 0.35462337732315063, 0.12073378264904022, 0.04369331896305084, -0.3550693988800049, 0.14787007868289948, 0.552299976348877, 1.252906322479248, -0.40983325242996216, 0.3673912286758423, 0.1751261055469513, -0.6540066003799438, 0.6494995355606079, -0.3036346733570099, -0.02178451046347618, 0.620313823223114, 0.17760905623435974, 0.2852838933467865, 0.3155994117259979, -0.3621428608894348, 0.6047801971435547, -0.029422052204608917, -0.1775851547718048, -0.700569748878479, 0.1586698591709137, 0.02935066819190979, 0.2750794291496277, 0.4392024874687195, 0.24443316459655762, 0.08246798813343048, -1.0602874755859375, 0.5711054801940918, 0.2449389100074768, -0.8676618337631226, -0.30110055208206177, 0.7047959566116333, 0.4075389504432678, -0.47599563002586365, 0.38749057054519653, 0.012702256441116333, -0.6710242629051208, 0.5987741947174072, 0.5510411858558655, 0.756967306137085, -0.4702426493167877, 0.3088017702102661, 0.6245605945587158, 0.06711313128471375, 0.20550520718097687, 0.6923204660415649, 0.03149363026022911, -0.4473867416381836, 0.23022451996803284, -0.5986734628677368, -0.14689885079860687, 0.1373528689146042, -0.8047429919242859, 0.35153329372406006, -0.9312617778778076, -0.240899458527565, 0.08751609921455383, 0.11761078983545303, -0.6130945682525635, 0.6674700975418091, -0.008524566888809204, 0.9280490875244141, -0.8549085855484009, 0.9626277685165405, 0.8559583425521851, -0.3183080852031708, -0.7709450721740723, -0.33556777238845825, 0.020139064639806747, -0.6660529375076294, 0.7108283042907715, -0.18973031640052795, -0.4120742976665497, -0.09323936700820923, -0.6229832768440247, -1.0003726482391357, 0.030617892742156982, 0.017415236681699753, -0.46250373125076294, 0.4454798996448517, -0.51572585105896, 0.3289683759212494, -0.19169729948043823, 0.3050951063632965, 0.77194744348526, 0.7958453893661499, 0.22960811853408813, -0.6354783177375793, -0.4466685652732849, -0.010276027023792267, -0.1668279618024826, 0.45458054542541504, -1.0710973739624023, 0.9677366614341736, -0.46525755524635315, -0.3473319411277771, 0.2706645131111145, 0.7977626919746399, 0.25385013222694397, 0.3524129092693329, 0.6219537258148193, 0.9016810655593872, 0.36450132727622986, -0.3117833435535431, 0.7276750206947327, 0.24263383448123932, 0.4152539372444153, 0.7364205718040466, -0.22712212800979614, 0.5403846502304077, 0.8906413316726685, -0.7861621975898743, 0.5381765365600586, 0.7879035472869873, 0.1604737937450409, 0.7758158445358276, 0.5944142937660217, -0.611952543258667, -0.11859442293643951, -0.14641404151916504, -0.6171561479568481, 0.19797533750534058, 0.052926138043403625, -0.11974740773439407, -0.28460097312927246, -0.1356739103794098, 0.12295088171958923, 0.28364577889442444, -0.5959327220916748, 0.6068668365478516, 0.3434157371520996, -0.632827877998352, 0.2102513462305069, -0.2577958106994629, 0.6709504127502441, -0.597815990447998, 0.027336306869983673, -0.2269933968782425, 0.41810381412506104, -0.46187448501586914, -1.007582664489746, 0.47138381004333496, -0.2920244634151459, -0.40551358461380005, -0.26942434906959534, 0.80723637342453, -0.22133922576904297, -0.5572864413261414, 0.37486064434051514, 0.13466602563858032, 0.4147367477416992, 0.4014596939086914, -0.5487295389175415, 0.0477900505065918, 0.1376020461320877, -0.20061780512332916, 0.36011895537376404, 0.29737308621406555, 0.25488778948783875, 0.7100125551223755, 0.5052475333213806, 0.22198715806007385, 0.25694361329078674, -0.18668609857559204, 0.8387459516525269, -0.9102798700332642, -0.8167634010314941, -0.949733555316925, 0.3849896192550659, 0.02572771906852722, -0.8801449537277222, 0.7920309901237488, 0.7652606964111328, 0.5113962888717651, -0.4877892732620239, 0.4755282700061798, -0.32647937536239624, 0.5047135949134827, -0.13870932161808014, 1.001089096069336, -0.7607631683349609, -0.2958725392818451, -0.030553925782442093, -0.9216439127922058, -0.25337520241737366, 0.5375744700431824, 0.1540834754705429, -0.14608076214790344, 0.43859103322029114, 0.44216388463974, 0.02217351831495762, 0.2522319555282593, 0.32861045002937317, 0.06042797118425369, 0.14508485794067383, 0.5510439276695251, 1.0931146144866943, -0.4339437484741211, 0.18694792687892914, -0.4923478960990906, -0.45362481474876404, -0.41534942388534546, -0.9548062086105347, -0.6640315055847168, -0.4818544387817383, -0.2973935306072235, -0.5915582180023193, 0.11726462841033936, 0.9300886392593384, 0.9018141031265259, -0.6256731748580933, -0.41243642568588257, 0.2571355998516083, 0.30293428897857666, -0.22954191267490387, -0.1462680697441101, 0.27364903688430786, -0.006407099775969982, -0.7211177349090576, 0.39309436082839966, 0.807976484298706, 0.38871297240257263, 0.08443965017795563, -0.07217110693454742, -0.4407082200050354, 0.026101529598236084, 0.537355899810791, 0.5729562640190125, -0.6281180381774902, -0.40996459126472473, -0.5328316688537598, -0.21386733651161194, 0.15529438853263855, 0.48077571392059326, -0.516637921333313, 0.32661116123199463, 0.8128960728645325, 0.17017653584480286, 0.718788743019104, -0.0022494494915008545, 0.6678643226623535, -0.8970250487327576, 0.44462597370147705, 0.39533865451812744, 0.5681872963905334, 0.08998048305511475, -0.7339168787002563, 0.9820241332054138, 0.4967435598373413, -0.633405864238739, -1.0034242868423462, 0.030799120664596558, -1.1931146383285522, -0.3788173794746399, 0.9890846014022827, -0.09595778584480286, -0.9597461223602295, -0.3644896447658539, -0.36777204275131226, 0.07989636063575745, -0.33809763193130493, 0.3549821972846985, 0.8268197774887085, -0.25380739569664, -0.22041834890842438, -0.9505583047866821, 0.4752943515777588, 0.3102528154850006, -0.5886634588241577, -0.051143623888492584, 0.3293910622596741, 0.45236900448799133, 0.3009698987007141, 0.5239558219909668, 0.10428215563297272, 0.8970531821250916, 0.25200408697128296, 0.3049142360687256, -0.04526609927415848, -0.590078592300415, -0.01606627181172371, 0.26214730739593506, 0.044878602027893066, -0.6869441866874695 ]
Nikt271/Wojti2000
Nikt271
2023-11-29T21:03:42Z
0
0
null
[ "region:us" ]
2023-11-29T21:03:42Z
2023-11-29T21:01:52.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
Nikt271/Wojti2000
[ -0.3227651119232178, -0.22568456828594208, 0.8622261881828308, 0.43461447954177856, -0.5282989740371704, 0.7012965083122253, 0.7915719747543335, 0.0761861652135849, 0.7746025323867798, 0.25632235407829285, -0.7852817177772522, -0.22573819756507874, -0.9104477763175964, 0.5715669393539429, -0.39923295378685, 0.5791240334510803, -0.14494486153125763, -0.10751186311244965, 0.2823379635810852, -0.27689534425735474, -0.5409222841262817, -0.3685528635978699, -1.1902779340744019, 0.06149144098162651, 0.5316579937934875, 0.7435142993927002, 0.7584061026573181, 0.365217387676239, 0.643257737159729, 0.39322930574417114, -0.23138955235481262, 0.4827052056789398, -0.04171820357441902, 0.0026043057441711426, -0.3524433374404907, -0.5516901016235352, -0.2859658896923065, 0.0758475735783577, 1.09613037109375, 0.9666879773139954, -0.28466367721557617, 0.053308069705963135, -0.30636194348335266, 0.3308888077735901, -0.4973432421684265, 0.30541014671325684, -0.022506142035126686, 0.16318786144256592, -0.7041513919830322, -0.553535521030426, 0.012794725596904755, -0.7361211776733398, 0.1792658567428589, -0.690081000328064, 0.8269098401069641, 0.1858319789171219, 1.1533749103546143, 0.14819422364234924, -0.46248704195022583, -0.8161762356758118, -0.6538987159729004, 0.5711171627044678, -0.32703709602355957, 0.39680251479148865, 0.702823281288147, -0.048573337495326996, -0.9820329546928406, -0.6745744943618774, -0.46466198563575745, 0.2923961579799652, 0.35402777791023254, -0.34116750955581665, -0.17522063851356506, -0.3058988153934479, 0.1579202115535736, 0.12811532616615295, -0.4841991364955902, -0.5543915629386902, -0.5475162863731384, -0.39602530002593994, 0.6206656694412231, 0.3482949137687683, 0.24291741847991943, -0.18884167075157166, -0.3228583037853241, 0.08801612257957458, -0.4160848557949066, 0.3402569890022278, 0.6335514187812805, 0.7114018201828003, -0.5811439752578735, 0.5602155923843384, -0.049276046454906464, 0.743970513343811, 0.11445537954568863, -0.27478140592575073, 0.4146055281162262, -0.14724686741828918, 0.05517130345106125, 0.42263469099998474, 0.31524425745010376, 0.28413110971450806, -0.32736971974372864, 0.20322327315807343, -0.32151466608047485, -0.30496254563331604, -0.22332186996936798, -0.2949075698852539, -0.35921794176101685, 0.549228847026825, -0.33140209317207336, -0.4285549223423004, 1.1431758403778076, -0.4200766980648041, -0.7302228212356567, 0.3315640091896057, 0.40652021765708923, -0.09944786131381989, -0.3714657127857208, -0.05226101726293564, -0.8458784818649292, -0.007907086983323097, 0.7491174936294556, -0.7198967933654785, 0.33717384934425354, 0.4728066027164459, 0.7417219877243042, 0.1965058445930481, -0.14034488797187805, -0.4294944703578949, 0.29719680547714233, -0.8659995198249817, 0.6320172548294067, -0.2013525515794754, -1.0051977634429932, 0.11150509119033813, 0.8971704244613647, -0.3789637088775635, -1.2094879150390625, 1.0605156421661377, -0.6887935400009155, 0.16017857193946838, -0.6767615079879761, -0.14661213755607605, -0.07118458300828934, -0.005096346139907837, -0.6088160276412964, 0.7567101716995239, 0.587267279624939, -0.4995274543762207, 0.21429482102394104, -0.26029834151268005, -0.39151373505592346, 0.38824862241744995, -0.07935447990894318, -0.21858911216259003, 0.713833212852478, -0.6647083163261414, -0.26932811737060547, 0.2942773699760437, 0.23689332604408264, -0.35706108808517456, -0.79319167137146, 0.08478114753961563, -0.05786280706524849, 1.5507503747940063, -0.038688190281391144, -0.3586105406284332, -0.6793836355209351, -1.1506239175796509, -0.0707082748413086, 0.6886882185935974, -0.9194992780685425, -0.27839502692222595, -0.04641008749604225, -0.2616933286190033, 0.08994899690151215, 0.7390592098236084, -1.1194051504135132, 0.2832726538181305, -0.05092669650912285, -0.22794707119464874, 0.8271061182022095, 0.1538725048303604, 0.24758973717689514, 0.14913439750671387, 0.4295872747898102, 0.5277255773544312, 0.11115165054798126, 0.6835873126983643, -0.34720394015312195, -0.9694350361824036, 0.6154635548591614, 0.25266382098197937, 0.8121447563171387, -0.4994528889656067, 0.2685094177722931, 0.2702551782131195, -0.34096747636795044, -0.5682372450828552, -0.3102836608886719, 0.09025730192661285, 0.14930585026741028, 0.11142484843730927, -0.5721707344055176, -0.6576123237609863, -0.9689141511917114, -0.13590677082538605, -0.43143749237060547, -0.35715746879577637, 0.21006879210472107, 0.5792902708053589, -1.1975520849227905, 0.4128875136375427, -0.770563006401062, -0.7038742303848267, -0.010655438527464867, -0.19338111579418182, 0.7540656924247742, 0.4324015974998474, 0.5033963918685913, -0.6397148966789246, -0.5661991834640503, -0.22470131516456604, -1.033374547958374, -0.13280482590198517, 0.24819593131542206, 0.30657368898391724, -0.1342330276966095, -0.2744958996772766, -0.487403005361557, 0.810038685798645, 0.14789143204689026, -0.5391894578933716, 0.522076427936554, -0.30203184485435486, 0.1722482144832611, -0.6369155049324036, -0.06916841119527817, -0.661676287651062, -0.0009073078399524093, -0.360830694437027, -0.5737439393997192, 0.14772304892539978, 0.07017489522695541, -0.16065458953380585, 0.28808408975601196, -0.9092772603034973, -0.0010855093132704496, -0.7442210912704468, 0.3790721297264099, 0.06394751369953156, -0.31450796127319336, -0.01751742884516716, 1.000038743019104, 0.778445839881897, -0.38480472564697266, 0.721744179725647, 0.4440041184425354, 0.19036146998405457, 0.763052225112915, -0.18725082278251648, 0.16478247940540314, -0.524541974067688, -0.12161102145910263, -0.888759970664978, -1.0982946157455444, 0.7320570945739746, -0.6114249229431152, 0.3654288649559021, -0.42778730392456055, 0.25891631841659546, -0.6919255256652832, -0.03885392099618912, 0.4808598458766937, -0.05936310440301895, -0.6863943338394165, 0.5232576131820679, 0.45317554473876953, -0.20192453265190125, -0.6609035730361938, -0.5301569104194641, 0.39365819096565247, 0.615411639213562, -0.16390368342399597, 0.06878544390201569, 0.14941087365150452, -0.5441931486129761, -0.040802616626024246, -0.3869195580482483, -0.45766758918762207, 0.05422430485486984, 0.13053461909294128, -0.0057506137527525425, -0.4048202633857727, -0.08680291473865509, -0.35842007398605347, -0.4656125009059906, 0.21876510977745056, 0.30119481682777405, -0.04096285253763199, -0.4259978234767914, -0.3619818687438965, -0.8881809115409851, 0.6719611883163452, 0.5370283722877502, 0.05281493812799454, 0.7555554509162903, 0.16819210350513458, -0.8014988899230957, -0.13532207906246185, -0.17607103288173676, 0.26968345046043396, -0.5588057041168213, 0.13849851489067078, -0.013484681025147438, -0.06374924629926682, 0.2629794478416443, 0.2538621127605438, -0.43005552887916565, 0.9276250600814819, -0.2615273594856262, -0.3592519760131836, 0.796018123626709, 0.5974738597869873, 0.4958310127258301, 0.16503235697746277, -0.044541794806718826, 0.900709331035614, -1.1966516971588135, -0.6563178300857544, -0.7409547567367554, -0.15945681929588318, -0.4351081848144531, -0.03210577368736267, 0.6254414319992065, 0.29009929299354553, -0.1333390176296234, 0.4756389558315277, -0.52434903383255, 0.3556036353111267, 1.0119842290878296, 0.35748666524887085, 0.3435700535774231, -0.7570226192474365, -0.2515777349472046, -0.14024269580841064, -0.9998156428337097, -0.2631377577781677, 0.8871029615402222, 0.22752591967582703, 0.8444603085517883, 0.5992541313171387, 0.6784543991088867, 0.13672283291816711, 0.2523830235004425, -0.30590343475341797, 0.3920295834541321, 0.43760842084884644, -1.0401136875152588, -0.42758384346961975, 0.02141881361603737, -0.9703340530395508, -0.1422753632068634, -0.034949976950883865, -0.42617136240005493, 0.7681739926338196, 0.00016602873802185059, -0.40767115354537964, 0.7732731103897095, -0.4555831551551819, 0.7562875151634216, -0.4473648965358734, -0.02663896605372429, 0.46990966796875, -0.7070639729499817, 0.46774283051490784, 0.1287880539894104, 0.6205843091011047, -0.015572470612823963, -0.04078610986471176, 0.7104939222335815, -0.9129160642623901, 0.2543862760066986, -0.6348397731781006, 0.22421273589134216, 0.24246945977210999, 0.5160625576972961, 0.5969955325126648, 0.43712449073791504, 0.10119888931512833, -0.23920902609825134, 0.041157763451337814, -0.8241122961044312, -0.21050627529621124, 0.6975154280662537, -0.7186890840530396, -0.6864198446273804, -1.2355339527130127, 0.1443869173526764, 0.27347102761268616, 0.3893052041530609, 0.7959295511245728, 0.5714091062545776, 0.1289544403553009, 0.6805251240730286, 0.9888589978218079, -0.06885665655136108, 0.9166924357414246, 0.32244783639907837, 0.09175195544958115, -0.2194482386112213, 0.7036819458007812, 0.26627877354621887, -0.24707937240600586, -0.11939720809459686, 0.20913438498973846, -0.11069388687610626, -0.5917614698410034, -0.4999062418937683, 0.37017592787742615, -0.6731789112091064, -0.1830390989780426, -0.6243732571601868, -0.6043770909309387, -0.5117589235305786, 0.06927366554737091, -0.7147690057754517, 0.239790678024292, -0.7753564119338989, -0.10574889183044434, 0.04323374107480049, 0.9792009592056274, -0.5893118977546692, 0.580522358417511, -1.1218583583831787, 0.19345825910568237, -0.07949863374233246, 0.7921055555343628, 0.21395787596702576, -0.7344390153884888, -0.3975418210029602, -0.11592616885900497, -0.3729909062385559, -1.3576765060424805, 0.2140493094921112, -0.24541416764259338, 0.23094062507152557, 0.614540696144104, 0.13977067172527313, 0.5258246660232544, -0.34326305985450745, 0.7029101848602295, -0.05701718479394913, -0.7069287300109863, 0.7934494614601135, -0.5026894807815552, 0.49635380506515503, 0.9766000509262085, 0.5333839058876038, -0.7984007596969604, 0.03574109822511673, -1.0411232709884644, -0.600869357585907, 0.38426417112350464, 0.11928939819335938, -0.03601091355085373, -0.6659561991691589, -0.05401942878961563, -0.16143818199634552, 0.6043739914894104, -1.039069414138794, -0.7858358025550842, 0.25766998529434204, 0.5277299284934998, 0.0816861018538475, -0.5653401017189026, 0.20880670845508575, -0.5444160103797913, 1.0657771825790405, 0.45109397172927856, 0.3274499773979187, 0.8406059145927429, 0.46492403745651245, -0.3823159635066986, 0.09252475202083588, 0.7662688493728638, 0.6666239500045776, -0.5239797830581665, -0.29080265760421753, -0.08827564865350723, -0.914340615272522, 0.05927473306655884, 0.1116890162229538, -0.013455850072205067, 0.9082109332084656, 0.5793082118034363, 0.2539709508419037, 0.4514278769493103, -0.7264603972434998, 0.8859453201293945, -0.1495417207479477, -0.12472860515117645, -1.0677242279052734, 0.1948619782924652, -0.23984965682029724, 0.5006406903266907, 1.0061330795288086, 0.5250049233436584, -0.04763048142194748, -0.8143383264541626, -0.014736081473529339, 0.6939170360565186, -0.7091118097305298, -0.17449787259101868, 0.9448543787002563, 0.38471001386642456, -1.2953053712844849, 1.1067765951156616, -0.5381767749786377, -0.5603328347206116, 0.9121301770210266, 0.5229567885398865, 1.1221845149993896, -0.44204139709472656, 0.000867500901222229, 0.26622360944747925, 0.4137842655181885, 0.5423166155815125, 1.0869626998901367, 0.431412935256958, -0.7931063175201416, 0.8826578855514526, -0.24776017665863037, -0.40361160039901733, -0.05347602441906929, -0.42859911918640137, 0.16892187297344208, -0.44061899185180664, -0.10712988674640656, -0.3444189429283142, 0.28543180227279663, -0.7072039842605591, 0.4280763268470764, -0.0838562399148941, 0.8653066754341125, -0.8553726077079773, 0.472076416015625, 0.6354703903198242, -0.3337356746196747, -0.8508189916610718, -0.2619841694831848, -0.11448469012975693, -0.6389466524124146, 0.30214810371398926, -0.45541080832481384, 0.04439874365925789, 0.09623479843139648, -0.6491518616676331, -1.1778273582458496, 0.9093633890151978, -0.6396117806434631, -0.2784459590911865, 0.2046404778957367, -0.11514757573604584, 0.28811711072921753, -0.2524644434452057, 0.01066126674413681, 0.41876620054244995, 0.7489399909973145, 0.28446564078330994, -0.7727051973342896, -0.36948835849761963, 0.0015032381052151322, -0.44474801421165466, 0.7582976222038269, -0.6002103090286255, 1.1840779781341553, -0.5563539266586304, -0.05965430662035942, 0.44384461641311646, 0.24690942466259003, 0.21076221764087677, 0.6629217267036438, 0.14420822262763977, 0.7282263040542603, 1.0701215267181396, -0.40835222601890564, 0.8811811208724976, 0.2643280625343323, 0.474308580160141, 0.7238500714302063, -0.6487720608711243, 0.7513750791549683, 0.3181045651435852, -0.5682926774024963, 0.9228013753890991, 1.2906062602996826, -0.15699176490306854, 0.8079376220703125, 0.05136488750576973, -1.0816004276275635, 0.325833261013031, -0.2072473019361496, -0.7530065774917603, 0.315025269985199, 0.19055871665477753, -0.6920985579490662, -0.5770307779312134, -0.24046507477760315, -0.356627881526947, -0.11552916467189789, -0.7631731033325195, 0.6720566749572754, -0.01696912571787834, -0.5103678703308105, 0.18857558071613312, 0.28774985671043396, 0.1736840307712555, -0.5235733985900879, -0.02939441427588463, -0.22823651134967804, 0.2660655379295349, -0.5670849680900574, -0.5234527587890625, 0.5724428296089172, -0.3243022859096527, -0.5343252420425415, 0.18147432804107666, 0.763587474822998, -0.1692381203174591, -0.45154088735580444, 0.3247270882129669, 0.6959522366523743, 0.16658520698547363, 0.42502790689468384, -0.23511259257793427, 0.24480628967285156, -0.08044808357954025, -0.06651577353477478, 0.2771475613117218, 0.3449169099330902, 0.22435656189918518, 0.4450140595436096, 0.43285638093948364, -0.018087470903992653, -0.10736515372991562, -0.3828198313713074, 0.4124942719936371, -0.9542781710624695, -0.5713284611701965, -0.6307116150856018, 0.2740662097930908, -0.023154687136411667, -1.0836423635482788, 0.4145166277885437, 1.4406685829162598, 1.0359987020492554, -0.4756380021572113, 1.067226767539978, -0.2181846648454666, 0.9594791531562805, 0.41483086347579956, 0.5420442819595337, -0.6030413508415222, 0.03835379332304001, -0.4364398121833801, -1.0769634246826172, -0.3571632504463196, 0.4539392590522766, -0.022899305447936058, -0.3429872393608093, 0.872571587562561, 0.5887162089347839, -0.3347361087799072, -0.11728058010339737, 0.04848716780543327, -0.029941093176603317, -0.12433828413486481, 0.5145374536514282, 0.7648398876190186, -0.9344305992126465, -0.1068039983510971, -0.2157774716615677, -0.6382728815078735, -0.5047279596328735, -0.963200569152832, -0.12959404289722443, -0.16037824749946594, 0.03534337505698204, -0.5662806630134583, 0.002557390835136175, 1.2083251476287842, 0.568494975566864, -1.1113992929458618, -0.5303791761398315, 0.3371856212615967, 0.39204221963882446, -0.1874791830778122, -0.2420239895582199, 0.29845696687698364, 0.15382222831249237, -0.5908879637718201, 0.6875666379928589, 0.8089628219604492, 0.2088889181613922, 0.19554784893989563, 0.15893004834651947, -0.8229470252990723, -0.14913466572761536, 0.1744043231010437, 0.9450569152832031, -0.9398533701896667, -0.7114845514297485, -0.031684864312410355, -0.2709485590457916, -0.057657331228256226, 0.1710207611322403, -0.4046350419521332, 0.5180681347846985, 0.34591513872146606, 0.49933481216430664, 0.05616159364581108, -0.054746322333812714, 0.5409558415412903, -0.9069053530693054, 0.09426002204418182, 0.4134361147880554, 0.4154113233089447, -0.4000867009162903, -0.591019332408905, 0.6713420748710632, 1.0073970556259155, -0.6594866514205933, -0.8743268251419067, -0.19846712052822113, -1.0016001462936401, 0.04189659282565117, 0.6762762069702148, 0.5009526014328003, -0.4806513786315918, -0.4174501895904541, -0.5617402195930481, -0.12546715140342712, -0.13699699938297272, 0.7621604204177856, 1.179680585861206, -0.7432092428207397, 0.07975757122039795, -1.0386394262313843, 0.6594986319541931, -0.24194583296775818, -0.3457581400871277, -0.48644304275512695, 0.3832801580429077, 0.3523696959018707, 0.44048094749450684, 0.6148122549057007, 0.14084705710411072, 0.833842396736145, 0.3126051425933838, -0.17026925086975098, 0.26989832520484924, -0.4559200406074524, -0.028932536020874977, -0.05796242877840996, 0.3101595640182495, -1.0262157917022705 ]
Jaspernl/distil-whisper-small-nl-ft
Jaspernl
2023-11-29T23:47:20Z
0
0
null
[ "transformers", "pytorch", "whisper", "automatic-speech-recognition", "endpoints_compatible", "region:us" ]
2023-11-29T23:47:20Z
2023-11-29T21:03:14.000Z
null
null
Entry not found
null
transformers
automatic-speech-recognition
null
null
null
null
null
null
null
null
null
Jaspernl/distil-whisper-small-nl-ft
[ -0.3227651119232178, -0.22568456828594208, 0.8622261881828308, 0.43461447954177856, -0.5282989740371704, 0.7012965083122253, 0.7915719747543335, 0.0761861652135849, 0.7746025323867798, 0.25632235407829285, -0.7852817177772522, -0.22573819756507874, -0.9104477763175964, 0.5715669393539429, -0.39923295378685, 0.5791240334510803, -0.14494486153125763, -0.10751186311244965, 0.2823379635810852, -0.27689534425735474, -0.5409222841262817, -0.3685528635978699, -1.1902779340744019, 0.06149144098162651, 0.5316579937934875, 0.7435142993927002, 0.7584061026573181, 0.365217387676239, 0.643257737159729, 0.39322930574417114, -0.23138955235481262, 0.4827052056789398, -0.04171820357441902, 0.0026043057441711426, -0.3524433374404907, -0.5516901016235352, -0.2859658896923065, 0.0758475735783577, 1.09613037109375, 0.9666879773139954, -0.28466367721557617, 0.053308069705963135, -0.30636194348335266, 0.3308888077735901, -0.4973432421684265, 0.30541014671325684, -0.022506142035126686, 0.16318786144256592, -0.7041513919830322, -0.553535521030426, 0.012794725596904755, -0.7361211776733398, 0.1792658567428589, -0.690081000328064, 0.8269098401069641, 0.1858319789171219, 1.1533749103546143, 0.14819422364234924, -0.46248704195022583, -0.8161762356758118, -0.6538987159729004, 0.5711171627044678, -0.32703709602355957, 0.39680251479148865, 0.702823281288147, -0.048573337495326996, -0.9820329546928406, -0.6745744943618774, -0.46466198563575745, 0.2923961579799652, 0.35402777791023254, -0.34116750955581665, -0.17522063851356506, -0.3058988153934479, 0.1579202115535736, 0.12811532616615295, -0.4841991364955902, -0.5543915629386902, -0.5475162863731384, -0.39602530002593994, 0.6206656694412231, 0.3482949137687683, 0.24291741847991943, -0.18884167075157166, -0.3228583037853241, 0.08801612257957458, -0.4160848557949066, 0.3402569890022278, 0.6335514187812805, 0.7114018201828003, -0.5811439752578735, 0.5602155923843384, -0.049276046454906464, 0.743970513343811, 0.11445537954568863, -0.27478140592575073, 0.4146055281162262, -0.14724686741828918, 0.05517130345106125, 0.42263469099998474, 0.31524425745010376, 0.28413110971450806, -0.32736971974372864, 0.20322327315807343, -0.32151466608047485, -0.30496254563331604, -0.22332186996936798, -0.2949075698852539, -0.35921794176101685, 0.549228847026825, -0.33140209317207336, -0.4285549223423004, 1.1431758403778076, -0.4200766980648041, -0.7302228212356567, 0.3315640091896057, 0.40652021765708923, -0.09944786131381989, -0.3714657127857208, -0.05226101726293564, -0.8458784818649292, -0.007907086983323097, 0.7491174936294556, -0.7198967933654785, 0.33717384934425354, 0.4728066027164459, 0.7417219877243042, 0.1965058445930481, -0.14034488797187805, -0.4294944703578949, 0.29719680547714233, -0.8659995198249817, 0.6320172548294067, -0.2013525515794754, -1.0051977634429932, 0.11150509119033813, 0.8971704244613647, -0.3789637088775635, -1.2094879150390625, 1.0605156421661377, -0.6887935400009155, 0.16017857193946838, -0.6767615079879761, -0.14661213755607605, -0.07118458300828934, -0.005096346139907837, -0.6088160276412964, 0.7567101716995239, 0.587267279624939, -0.4995274543762207, 0.21429482102394104, -0.26029834151268005, -0.39151373505592346, 0.38824862241744995, -0.07935447990894318, -0.21858911216259003, 0.713833212852478, -0.6647083163261414, -0.26932811737060547, 0.2942773699760437, 0.23689332604408264, -0.35706108808517456, -0.79319167137146, 0.08478114753961563, -0.05786280706524849, 1.5507503747940063, -0.038688190281391144, -0.3586105406284332, -0.6793836355209351, -1.1506239175796509, -0.0707082748413086, 0.6886882185935974, -0.9194992780685425, -0.27839502692222595, -0.04641008749604225, -0.2616933286190033, 0.08994899690151215, 0.7390592098236084, -1.1194051504135132, 0.2832726538181305, -0.05092669650912285, -0.22794707119464874, 0.8271061182022095, 0.1538725048303604, 0.24758973717689514, 0.14913439750671387, 0.4295872747898102, 0.5277255773544312, 0.11115165054798126, 0.6835873126983643, -0.34720394015312195, -0.9694350361824036, 0.6154635548591614, 0.25266382098197937, 0.8121447563171387, -0.4994528889656067, 0.2685094177722931, 0.2702551782131195, -0.34096747636795044, -0.5682372450828552, -0.3102836608886719, 0.09025730192661285, 0.14930585026741028, 0.11142484843730927, -0.5721707344055176, -0.6576123237609863, -0.9689141511917114, -0.13590677082538605, -0.43143749237060547, -0.35715746879577637, 0.21006879210472107, 0.5792902708053589, -1.1975520849227905, 0.4128875136375427, -0.770563006401062, -0.7038742303848267, -0.010655438527464867, -0.19338111579418182, 0.7540656924247742, 0.4324015974998474, 0.5033963918685913, -0.6397148966789246, -0.5661991834640503, -0.22470131516456604, -1.033374547958374, -0.13280482590198517, 0.24819593131542206, 0.30657368898391724, -0.1342330276966095, -0.2744958996772766, -0.487403005361557, 0.810038685798645, 0.14789143204689026, -0.5391894578933716, 0.522076427936554, -0.30203184485435486, 0.1722482144832611, -0.6369155049324036, -0.06916841119527817, -0.661676287651062, -0.0009073078399524093, -0.360830694437027, -0.5737439393997192, 0.14772304892539978, 0.07017489522695541, -0.16065458953380585, 0.28808408975601196, -0.9092772603034973, -0.0010855093132704496, -0.7442210912704468, 0.3790721297264099, 0.06394751369953156, -0.31450796127319336, -0.01751742884516716, 1.000038743019104, 0.778445839881897, -0.38480472564697266, 0.721744179725647, 0.4440041184425354, 0.19036146998405457, 0.763052225112915, -0.18725082278251648, 0.16478247940540314, -0.524541974067688, -0.12161102145910263, -0.888759970664978, -1.0982946157455444, 0.7320570945739746, -0.6114249229431152, 0.3654288649559021, -0.42778730392456055, 0.25891631841659546, -0.6919255256652832, -0.03885392099618912, 0.4808598458766937, -0.05936310440301895, -0.6863943338394165, 0.5232576131820679, 0.45317554473876953, -0.20192453265190125, -0.6609035730361938, -0.5301569104194641, 0.39365819096565247, 0.615411639213562, -0.16390368342399597, 0.06878544390201569, 0.14941087365150452, -0.5441931486129761, -0.040802616626024246, -0.3869195580482483, -0.45766758918762207, 0.05422430485486984, 0.13053461909294128, -0.0057506137527525425, -0.4048202633857727, -0.08680291473865509, -0.35842007398605347, -0.4656125009059906, 0.21876510977745056, 0.30119481682777405, -0.04096285253763199, -0.4259978234767914, -0.3619818687438965, -0.8881809115409851, 0.6719611883163452, 0.5370283722877502, 0.05281493812799454, 0.7555554509162903, 0.16819210350513458, -0.8014988899230957, -0.13532207906246185, -0.17607103288173676, 0.26968345046043396, -0.5588057041168213, 0.13849851489067078, -0.013484681025147438, -0.06374924629926682, 0.2629794478416443, 0.2538621127605438, -0.43005552887916565, 0.9276250600814819, -0.2615273594856262, -0.3592519760131836, 0.796018123626709, 0.5974738597869873, 0.4958310127258301, 0.16503235697746277, -0.044541794806718826, 0.900709331035614, -1.1966516971588135, -0.6563178300857544, -0.7409547567367554, -0.15945681929588318, -0.4351081848144531, -0.03210577368736267, 0.6254414319992065, 0.29009929299354553, -0.1333390176296234, 0.4756389558315277, -0.52434903383255, 0.3556036353111267, 1.0119842290878296, 0.35748666524887085, 0.3435700535774231, -0.7570226192474365, -0.2515777349472046, -0.14024269580841064, -0.9998156428337097, -0.2631377577781677, 0.8871029615402222, 0.22752591967582703, 0.8444603085517883, 0.5992541313171387, 0.6784543991088867, 0.13672283291816711, 0.2523830235004425, -0.30590343475341797, 0.3920295834541321, 0.43760842084884644, -1.0401136875152588, -0.42758384346961975, 0.02141881361603737, -0.9703340530395508, -0.1422753632068634, -0.034949976950883865, -0.42617136240005493, 0.7681739926338196, 0.00016602873802185059, -0.40767115354537964, 0.7732731103897095, -0.4555831551551819, 0.7562875151634216, -0.4473648965358734, -0.02663896605372429, 0.46990966796875, -0.7070639729499817, 0.46774283051490784, 0.1287880539894104, 0.6205843091011047, -0.015572470612823963, -0.04078610986471176, 0.7104939222335815, -0.9129160642623901, 0.2543862760066986, -0.6348397731781006, 0.22421273589134216, 0.24246945977210999, 0.5160625576972961, 0.5969955325126648, 0.43712449073791504, 0.10119888931512833, -0.23920902609825134, 0.041157763451337814, -0.8241122961044312, -0.21050627529621124, 0.6975154280662537, -0.7186890840530396, -0.6864198446273804, -1.2355339527130127, 0.1443869173526764, 0.27347102761268616, 0.3893052041530609, 0.7959295511245728, 0.5714091062545776, 0.1289544403553009, 0.6805251240730286, 0.9888589978218079, -0.06885665655136108, 0.9166924357414246, 0.32244783639907837, 0.09175195544958115, -0.2194482386112213, 0.7036819458007812, 0.26627877354621887, -0.24707937240600586, -0.11939720809459686, 0.20913438498973846, -0.11069388687610626, -0.5917614698410034, -0.4999062418937683, 0.37017592787742615, -0.6731789112091064, -0.1830390989780426, -0.6243732571601868, -0.6043770909309387, -0.5117589235305786, 0.06927366554737091, -0.7147690057754517, 0.239790678024292, -0.7753564119338989, -0.10574889183044434, 0.04323374107480049, 0.9792009592056274, -0.5893118977546692, 0.580522358417511, -1.1218583583831787, 0.19345825910568237, -0.07949863374233246, 0.7921055555343628, 0.21395787596702576, -0.7344390153884888, -0.3975418210029602, -0.11592616885900497, -0.3729909062385559, -1.3576765060424805, 0.2140493094921112, -0.24541416764259338, 0.23094062507152557, 0.614540696144104, 0.13977067172527313, 0.5258246660232544, -0.34326305985450745, 0.7029101848602295, -0.05701718479394913, -0.7069287300109863, 0.7934494614601135, -0.5026894807815552, 0.49635380506515503, 0.9766000509262085, 0.5333839058876038, -0.7984007596969604, 0.03574109822511673, -1.0411232709884644, -0.600869357585907, 0.38426417112350464, 0.11928939819335938, -0.03601091355085373, -0.6659561991691589, -0.05401942878961563, -0.16143818199634552, 0.6043739914894104, -1.039069414138794, -0.7858358025550842, 0.25766998529434204, 0.5277299284934998, 0.0816861018538475, -0.5653401017189026, 0.20880670845508575, -0.5444160103797913, 1.0657771825790405, 0.45109397172927856, 0.3274499773979187, 0.8406059145927429, 0.46492403745651245, -0.3823159635066986, 0.09252475202083588, 0.7662688493728638, 0.6666239500045776, -0.5239797830581665, -0.29080265760421753, -0.08827564865350723, -0.914340615272522, 0.05927473306655884, 0.1116890162229538, -0.013455850072205067, 0.9082109332084656, 0.5793082118034363, 0.2539709508419037, 0.4514278769493103, -0.7264603972434998, 0.8859453201293945, -0.1495417207479477, -0.12472860515117645, -1.0677242279052734, 0.1948619782924652, -0.23984965682029724, 0.5006406903266907, 1.0061330795288086, 0.5250049233436584, -0.04763048142194748, -0.8143383264541626, -0.014736081473529339, 0.6939170360565186, -0.7091118097305298, -0.17449787259101868, 0.9448543787002563, 0.38471001386642456, -1.2953053712844849, 1.1067765951156616, -0.5381767749786377, -0.5603328347206116, 0.9121301770210266, 0.5229567885398865, 1.1221845149993896, -0.44204139709472656, 0.000867500901222229, 0.26622360944747925, 0.4137842655181885, 0.5423166155815125, 1.0869626998901367, 0.431412935256958, -0.7931063175201416, 0.8826578855514526, -0.24776017665863037, -0.40361160039901733, -0.05347602441906929, -0.42859911918640137, 0.16892187297344208, -0.44061899185180664, -0.10712988674640656, -0.3444189429283142, 0.28543180227279663, -0.7072039842605591, 0.4280763268470764, -0.0838562399148941, 0.8653066754341125, -0.8553726077079773, 0.472076416015625, 0.6354703903198242, -0.3337356746196747, -0.8508189916610718, -0.2619841694831848, -0.11448469012975693, -0.6389466524124146, 0.30214810371398926, -0.45541080832481384, 0.04439874365925789, 0.09623479843139648, -0.6491518616676331, -1.1778273582458496, 0.9093633890151978, -0.6396117806434631, -0.2784459590911865, 0.2046404778957367, -0.11514757573604584, 0.28811711072921753, -0.2524644434452057, 0.01066126674413681, 0.41876620054244995, 0.7489399909973145, 0.28446564078330994, -0.7727051973342896, -0.36948835849761963, 0.0015032381052151322, -0.44474801421165466, 0.7582976222038269, -0.6002103090286255, 1.1840779781341553, -0.5563539266586304, -0.05965430662035942, 0.44384461641311646, 0.24690942466259003, 0.21076221764087677, 0.6629217267036438, 0.14420822262763977, 0.7282263040542603, 1.0701215267181396, -0.40835222601890564, 0.8811811208724976, 0.2643280625343323, 0.474308580160141, 0.7238500714302063, -0.6487720608711243, 0.7513750791549683, 0.3181045651435852, -0.5682926774024963, 0.9228013753890991, 1.2906062602996826, -0.15699176490306854, 0.8079376220703125, 0.05136488750576973, -1.0816004276275635, 0.325833261013031, -0.2072473019361496, -0.7530065774917603, 0.315025269985199, 0.19055871665477753, -0.6920985579490662, -0.5770307779312134, -0.24046507477760315, -0.356627881526947, -0.11552916467189789, -0.7631731033325195, 0.6720566749572754, -0.01696912571787834, -0.5103678703308105, 0.18857558071613312, 0.28774985671043396, 0.1736840307712555, -0.5235733985900879, -0.02939441427588463, -0.22823651134967804, 0.2660655379295349, -0.5670849680900574, -0.5234527587890625, 0.5724428296089172, -0.3243022859096527, -0.5343252420425415, 0.18147432804107666, 0.763587474822998, -0.1692381203174591, -0.45154088735580444, 0.3247270882129669, 0.6959522366523743, 0.16658520698547363, 0.42502790689468384, -0.23511259257793427, 0.24480628967285156, -0.08044808357954025, -0.06651577353477478, 0.2771475613117218, 0.3449169099330902, 0.22435656189918518, 0.4450140595436096, 0.43285638093948364, -0.018087470903992653, -0.10736515372991562, -0.3828198313713074, 0.4124942719936371, -0.9542781710624695, -0.5713284611701965, -0.6307116150856018, 0.2740662097930908, -0.023154687136411667, -1.0836423635482788, 0.4145166277885437, 1.4406685829162598, 1.0359987020492554, -0.4756380021572113, 1.067226767539978, -0.2181846648454666, 0.9594791531562805, 0.41483086347579956, 0.5420442819595337, -0.6030413508415222, 0.03835379332304001, -0.4364398121833801, -1.0769634246826172, -0.3571632504463196, 0.4539392590522766, -0.022899305447936058, -0.3429872393608093, 0.872571587562561, 0.5887162089347839, -0.3347361087799072, -0.11728058010339737, 0.04848716780543327, -0.029941093176603317, -0.12433828413486481, 0.5145374536514282, 0.7648398876190186, -0.9344305992126465, -0.1068039983510971, -0.2157774716615677, -0.6382728815078735, -0.5047279596328735, -0.963200569152832, -0.12959404289722443, -0.16037824749946594, 0.03534337505698204, -0.5662806630134583, 0.002557390835136175, 1.2083251476287842, 0.568494975566864, -1.1113992929458618, -0.5303791761398315, 0.3371856212615967, 0.39204221963882446, -0.1874791830778122, -0.2420239895582199, 0.29845696687698364, 0.15382222831249237, -0.5908879637718201, 0.6875666379928589, 0.8089628219604492, 0.2088889181613922, 0.19554784893989563, 0.15893004834651947, -0.8229470252990723, -0.14913466572761536, 0.1744043231010437, 0.9450569152832031, -0.9398533701896667, -0.7114845514297485, -0.031684864312410355, -0.2709485590457916, -0.057657331228256226, 0.1710207611322403, -0.4046350419521332, 0.5180681347846985, 0.34591513872146606, 0.49933481216430664, 0.05616159364581108, -0.054746322333812714, 0.5409558415412903, -0.9069053530693054, 0.09426002204418182, 0.4134361147880554, 0.4154113233089447, -0.4000867009162903, -0.591019332408905, 0.6713420748710632, 1.0073970556259155, -0.6594866514205933, -0.8743268251419067, -0.19846712052822113, -1.0016001462936401, 0.04189659282565117, 0.6762762069702148, 0.5009526014328003, -0.4806513786315918, -0.4174501895904541, -0.5617402195930481, -0.12546715140342712, -0.13699699938297272, 0.7621604204177856, 1.179680585861206, -0.7432092428207397, 0.07975757122039795, -1.0386394262313843, 0.6594986319541931, -0.24194583296775818, -0.3457581400871277, -0.48644304275512695, 0.3832801580429077, 0.3523696959018707, 0.44048094749450684, 0.6148122549057007, 0.14084705710411072, 0.833842396736145, 0.3126051425933838, -0.17026925086975098, 0.26989832520484924, -0.4559200406074524, -0.028932536020874977, -0.05796242877840996, 0.3101595640182495, -1.0262157917022705 ]
VitacapsDetox/VitacapsDetox
VitacapsDetox
2023-11-29T21:04:43Z
0
0
null
[ "region:us" ]
2023-11-29T21:04:43Z
2023-11-29T21:03:35.000Z
null
null
Vitacaps Detox Mexico: cápsula, Precio, Opiniones, reseñas, Ingredientes, Píldora, Beneficios, costo! Vitacaps Detox es un suplemento de desintoxicación de última generación destinado a atacar y eliminar los parásitos dañinos que pueden vivir dentro del cuerpo humano. Vitacaps Detox Mexico Vitacaps Detox ¡¡Compra ahora!! ¡Haga clic en el enlace a continuación para obtener más información y obtenga un 50% de descuento ahora! apresúrate !! leer más: https://www.nutritioncrawler.com/VitacDetoMexi https://sites.google.com/view/vitacaps-detox/home ¿Qué es Vitacaps Detox? Los parásitos, cuyo efecto frecuentemente se subestima, pueden provocar una variedad de problemas médicos, desde problemas estomacales hasta cansancio. Vitacaps Detox cápsula está elaborado con una mezcla de ingredientes naturales conocidos por sus propiedades antiparasitarias, que brindan una solución segura y convincente para limpiar el cuerpo. https://www.nutritioncrawler.com/VitacDetoMexi https://sites.google.com/view/vitacaps-detox/home https://healthtoned.blogspot.com/2023/11/vitacaps-detox.html https://www.q8101.com/bb/23933/vitacaps-detox-mexico https://www.dibiz.com/vitacapsdetox https://www.weddingwire.com/website/vitacaps-and-detox https://infogram.com/vitacaps-detox-mexico-1h0r6rpje97lw2e?live https://softisenilspain.hashnode.dev/vitacaps-detox-mexico https://vitacapsdetox.company.site/ https://sway.office.com/auCfgoQCsqbMANcl https://gamma.app/docs/Vitacaps-Detox-Mexico-hv657uu19l9suv9?mode=doc https://healthytalk24x7.wixsite.com/sunshine/post/vitacaps-detox-mexico https://groups.google.com/g/snshine/c/1S_GzBmTff0 https://www.forexagone.com/forum/presentation-traders/vitacaps-detox-mexico-91683#189155 https://devfolio.co/projects/vitacaps-detox-mexico-6f62 https://replit.com/@vitacapsdetox
null
null
null
null
null
null
null
null
null
null
null
null
VitacapsDetox/VitacapsDetox
[ -0.23119431734085083, -0.08549369126558304, 0.41299930214881897, 0.4707251489162445, -0.28216788172721863, 0.4335602819919586, 0.17824292182922363, -0.5674943923950195, 0.955081582069397, 0.7568040490150452, -0.6686545610427856, -0.7133287191390991, -0.2724241614341736, 0.5139349102973938, -0.08196546137332916, 0.6960546970367432, -0.3175557851791382, 0.4012945592403412, -0.02958405390381813, -0.05705944821238518, -0.4692619740962982, 0.17745758593082428, -0.7037241458892822, 0.16074107587337494, 0.3107571601867676, 0.5018235445022583, 0.48199746012687683, -0.1958240568637848, 0.3552629053592682, 0.36759743094444275, 0.07329647243022919, 0.1279868632555008, -0.028013112023472786, 0.3265555202960968, -0.8201955556869507, -0.30175548791885376, -0.4397706687450409, 0.1421075463294983, 0.03839105740189552, 0.36976882815361023, -0.07778695970773697, 0.4413703680038452, -0.01723909005522728, 0.6693377494812012, -0.7490689754486084, 0.43925753235816956, -0.2126714140176773, 0.3480088710784912, 0.30371662974357605, -0.1099606454372406, 0.051071152091026306, -0.47514933347702026, -0.028340544551610947, -0.767393171787262, 0.3563424050807953, 0.258330374956131, 0.7732388973236084, -0.11616286635398865, -0.2293325960636139, -0.35103970766067505, -0.2914838492870331, 0.6242485046386719, -0.46833765506744385, 0.33062103390693665, 0.13837522268295288, 0.2735673487186432, -0.4679957628250122, -0.3574143350124359, -0.34490182995796204, 0.07279165834188461, -0.04859360679984093, 0.3120969831943512, -0.5705689787864685, -0.26926833391189575, 0.3058739900588989, 0.6500340104103088, -0.7238959670066833, -0.41727393865585327, -0.5312711596488953, -0.2125602811574936, 0.28067442774772644, 0.03361538052558899, 0.2820681035518646, -0.005300991702824831, -0.7149425148963928, 0.2783885896205902, -0.5991837978363037, 0.0958365797996521, 0.152810201048851, 0.06834320724010468, -0.4365561008453369, 0.5380351543426514, -0.40241944789886475, 0.2345992624759674, 0.06978791952133179, 0.1606355905532837, 0.39120399951934814, -0.629241406917572, -0.13893970847129822, -0.4714091122150421, 0.9590660333633423, 1.0359019041061401, -0.12874890863895416, -0.4216406047344208, -0.1617460548877716, -0.4110969305038452, 0.13495202362537384, -1.0144416093826294, -0.12424339354038239, 0.48327070474624634, -0.42059555649757385, -0.06832171976566315, 0.11307188123464584, -1.165897011756897, -0.17911306023597717, 0.05363307148218155, 0.357650488615036, -0.07897993922233582, -0.17773179709911346, 0.5845215916633606, -0.4587916135787964, -0.021375125274062157, 0.3743966519832611, -0.3943270444869995, 0.3769935667514801, -0.03307900205254555, 0.6554473638534546, -0.4173232316970825, 0.047872159630060196, -0.11195755749940872, -0.01448205765336752, -0.10217203199863434, 0.8622053265571594, -0.1306750327348709, -0.19734229147434235, 0.004610597155988216, 0.5464280247688293, 0.14660920202732086, -0.7087472677230835, 0.4667194187641144, -0.23297032713890076, 0.0888846293091774, -1.0470407009124756, -0.03821702301502228, 0.03289787098765373, 0.041765231639146805, -0.8066350817680359, 0.49780988693237305, 0.056462399661540985, -1.0604326725006104, -0.05222557857632637, -0.7655906081199646, -0.22400154173374176, 0.133612722158432, 0.10197047889232635, 0.024649618193507195, -0.04690099507570267, -0.17724734544754028, -0.018071984872221947, -0.7401091456413269, -0.07355395704507828, -0.0887962132692337, -0.10500229895114899, 0.3653928339481354, -0.2747453451156616, 1.2747423648834229, 0.6590282917022705, -0.08347903937101364, 0.1504191905260086, -0.5282204151153564, -0.4274582862854004, 0.7531216144561768, -0.13264581561088562, -0.1023506373167038, -0.3268420398235321, -0.05496469885110855, 0.4241591691970825, 0.8156982064247131, -0.5088571906089783, 0.08875028043985367, -0.08389291912317276, 0.533671498298645, 0.38447606563568115, 0.6028585433959961, 0.030314520001411438, -0.26864129304885864, 0.5992780327796936, 0.027331698685884476, 0.9219926595687866, 0.15206465125083923, -0.5830676555633545, -0.42795509099960327, -0.25439271330833435, 0.010531692765653133, 0.7047848105430603, -0.5258632302284241, 0.596851646900177, -0.1782580316066742, -0.4565415680408478, -0.3427111506462097, 0.011440319009125233, 0.3767210841178894, 0.5392541289329529, 0.5189279317855835, -0.5492861270904541, -0.512575626373291, -0.6637574434280396, -0.5062294602394104, 0.09659379720687866, -0.24888652563095093, 0.19381994009017944, 0.9062579274177551, -0.14101286232471466, 0.5476441979408264, -0.8176010251045227, -0.02165399305522442, -0.08888668566942215, -0.3986678719520569, 0.37163445353507996, 0.207429438829422, 0.9068849682807922, -0.8080716729164124, -0.744965672492981, -0.49348074197769165, -0.5696636438369751, 0.13220657408237457, 0.22926515340805054, -0.19288355112075806, -0.3961431384086609, -0.12902183830738068, -0.7473416328430176, 0.5202443599700928, -0.15894648432731628, -0.3671078383922577, 0.3760596811771393, -0.6003994345664978, 0.5043787956237793, -0.8899919986724854, 0.15507306158542633, 0.07901626080274582, -0.07359883934259415, -0.43471962213516235, 0.20858155190944672, 0.028532711789011955, -0.05092553421854973, -1.095199465751648, 0.613360583782196, -0.6957979202270508, 0.3118292987346649, 0.033128947019577026, 0.026587357744574547, 0.6443707942962646, 0.4862624704837799, -0.05008303374052048, 0.6770433187484741, 0.6044183373451233, -0.3758442997932434, 0.6771675944328308, 0.40044865012168884, 0.016109276562929153, 0.4994161128997803, -0.5489577651023865, -0.29814010858535767, -0.15839926898479462, 0.3567737936973572, -0.9245472550392151, -0.15957243740558624, 0.9001137614250183, -0.36659711599349976, -0.05966648459434509, 0.197308748960495, -0.8146330118179321, -0.6026189923286438, -0.7667257189750671, 0.3164867162704468, 0.261758416891098, -0.3503212630748749, 0.03229080140590668, 0.8895819187164307, 0.3856733739376068, -0.7956244349479675, -0.5252541899681091, 0.15510940551757812, -0.41519224643707275, -0.0840553417801857, 0.27264097332954407, -0.2751644253730774, -0.20792879164218903, -0.2663685977458954, -0.40233516693115234, -0.4581528604030609, 0.06461045891046524, 0.09763848036527634, -0.03861013799905777, 0.23237089812755585, 0.13087905943393707, 0.23292286694049835, 0.15272639691829681, 0.3751102685928345, -0.05939183384180069, 0.4243685305118561, -0.12144605070352554, 0.016632050275802612, -0.5812690258026123, 0.66280198097229, 0.7362753748893738, -0.014257378876209259, 0.8734076619148254, 0.3088454306125641, -0.7774558067321777, 0.19585874676704407, -0.6242190003395081, -0.08851367980241776, -0.4132097363471985, -0.40646350383758545, -0.1631167232990265, -0.12679481506347656, 0.764968752861023, 0.06635776162147522, -0.3916168808937073, 1.1145663261413574, 0.4994182884693146, 0.1343456208705902, 0.3253647983074188, 0.2372826635837555, -0.033472802489995956, 0.14108982682228088, -0.8582784533500671, 0.10492073744535446, -0.7506093978881836, -0.6965531706809998, -0.28172722458839417, -0.3670905530452728, -0.2062920778989792, -0.6262630820274353, -0.14813609421253204, -0.31601667404174805, -0.3259891867637634, 1.0327208042144775, -0.524445116519928, 0.4919908940792084, 0.36244526505470276, 0.18077895045280457, 0.2334604263305664, -0.06878644973039627, -0.4506683647632599, 0.016755923628807068, -0.42166098952293396, -0.3540518879890442, 0.7331365942955017, 0.20790798962116241, 0.5601639747619629, -0.007783463224768639, 0.27246856689453125, 0.35144639015197754, 0.0570601224899292, -0.38926011323928833, 0.6095144748687744, 0.2229841947555542, -0.7797108888626099, -0.0292112585157156, -0.13738930225372314, -0.9428754448890686, 0.35652947425842285, -0.30728089809417725, -0.6499667167663574, 0.7553888559341431, -0.18844830989837646, -0.4526868760585785, 0.4836941659450531, -0.7726026773452759, 1.08786940574646, -0.30673208832740784, -0.6530488729476929, 0.08920137584209442, -0.7456308007240295, -0.057700641453266144, -0.005699629429727793, 0.46318984031677246, -0.5382530093193054, -0.15855157375335693, 0.5942463874816895, -0.8467345237731934, 0.7407668828964233, -0.23215240240097046, -0.06657583266496658, 0.6273567080497742, -0.021571364253759384, 0.21441271901130676, 0.7533441185951233, 0.033834900707006454, 0.3102150857448578, -0.056073013693094254, -0.23912742733955383, 0.019703226163983345, 0.8281161189079285, -0.6525963544845581, -0.3249319791793823, -0.7302233576774597, -0.05067528039216995, 0.21428172290325165, 0.3627505302429199, 0.6143341064453125, -0.12947435677051544, -0.23726189136505127, -0.0968928337097168, 0.46937865018844604, -0.3159479796886444, 0.19689708948135376, 0.5628647208213806, 0.014292474836111069, -0.5051354169845581, 0.7004181146621704, 0.07642720639705658, -0.0033396591898053885, 0.7900885343551636, 0.17424747347831726, -0.4546663761138916, -0.448408305644989, 0.3217448592185974, 0.45808932185173035, -0.5152904987335205, -0.3891407251358032, -0.7599810361862183, 0.055778056383132935, -0.8720789551734924, 0.09572543948888779, -0.5357308983802795, -0.4500229060649872, -0.7375162839889526, -0.4006745517253876, 0.4321626126766205, 0.3567233085632324, -0.3365027606487274, 0.17354167997837067, -0.44694530963897705, 0.44776156544685364, -0.03897843882441521, 0.18929801881313324, -0.42419591546058655, -0.04823382571339607, 0.03671230003237724, 0.365264892578125, -0.738669216632843, -1.5437008142471313, 0.7876335978507996, -0.3430435359477997, 0.6302639842033386, 0.7613595128059387, 0.3940024673938751, 0.4507147967815399, -0.33459630608558655, 0.7743706107139587, 0.5502243638038635, -0.6671954989433289, 0.9204399585723877, 0.06294064223766327, 0.057540491223335266, 0.7907754182815552, 0.9816767573356628, -0.499376505613327, -0.4328875243663788, -0.47299686074256897, -0.9886019825935364, 0.18107150495052338, 0.3439492881298065, -0.1212853193283081, -0.5747296810150146, 0.2471092790365219, 0.3431529998779297, 0.2962762713432312, -0.7663437724113464, -0.3509373366832733, -0.04526570439338684, 0.4110780954360962, 0.4496763050556183, -0.32745981216430664, -0.18384072184562683, -0.7159090042114258, 0.36022958159446716, 0.4684790372848511, 0.22930562496185303, 0.35094061493873596, -0.3598734438419342, -0.118809774518013, 0.2672107219696045, 0.6203365325927734, 0.9686188697814941, -0.6350414156913757, 0.2532185912132263, 0.24020494520664215, -0.6065153479576111, 0.028944188728928566, -0.21905989944934845, 0.0751429870724678, 0.26399028301239014, -0.3181762397289276, 0.43508100509643555, 0.20287196338176727, -0.7752934694290161, 0.7544779181480408, -0.5592842698097229, -0.0681724026799202, -0.871075451374054, -0.07783525437116623, -0.04770110920071602, 0.2933746576309204, 0.4648451507091522, 0.09425393491983414, 0.6218706369400024, -0.2628791630268097, -0.009657641872763634, 0.562889814376831, -0.3507746458053589, -0.4388834834098816, 0.8620858788490295, 0.5810362100601196, -0.1904420107603073, 0.2759215831756592, -0.6653622388839722, -0.1951456367969513, 0.470436692237854, 0.5637046694755554, 1.0604724884033203, -0.37225133180618286, 0.32910072803497314, 0.7271267771720886, 0.2798660099506378, 0.029615679755806923, 0.50862717628479, -0.12723927199840546, -0.18051107227802277, 0.04930160939693451, -0.2993215024471283, -0.23920422792434692, 0.38880226016044617, -0.4486709237098694, 0.43253007531166077, -0.6212635636329651, -0.3700694739818573, -0.3484678566455841, 0.19146846234798431, -0.8073763847351074, 0.11778883635997772, -0.25081366300582886, 0.967760443687439, -1.1626293659210205, 0.30875256657600403, 0.12865176796913147, -0.7717920541763306, 0.20729735493659973, 0.1432415395975113, -0.20650455355644226, -0.31396785378456116, 0.27211877703666687, 0.07575558871030807, -0.23852932453155518, -0.6043286919593811, -0.46829953789711, -0.8824003338813782, 1.2192314863204956, 0.4400119185447693, -0.19160234928131104, -0.10974175482988358, 0.12318170070648193, 0.4020933508872986, -0.34806689620018005, 0.4571894109249115, 0.18635503947734833, 0.41704824566841125, 0.27771005034446716, -0.5691441893577576, 0.4984928071498871, -0.32400694489479065, -0.1474209576845169, -0.430755078792572, -1.0025286674499512, 0.6885912418365479, -0.06428269296884537, -0.40448614954948425, -0.15631437301635742, 0.5302011370658875, -0.1972643882036209, 0.1147315502166748, 0.44728347659111023, 0.5728336572647095, 0.47844162583351135, 0.06029582396149635, 0.7778013944625854, -0.2325289249420166, 0.4094356596469879, 0.6846011877059937, -0.1870993971824646, 0.41069865226745605, 0.49472424387931824, -0.594265341758728, 0.34395739436149597, 0.9318037629127502, -0.13874265551567078, 0.7781604528427124, 0.2591559588909149, -0.5596609711647034, 0.0522649772465229, -0.013737008906900883, -0.6621285080909729, -0.1405784636735916, 0.3894915282726288, -0.4692201614379883, -0.3686315417289734, 0.13917842507362366, 0.1804995834827423, -0.31579506397247314, -0.014949004165828228, 0.09910154342651367, -0.009224951267242432, -0.4026354253292084, 0.6367456316947937, -0.2534310221672058, 0.21079714596271515, -0.14081284403800964, 0.027940616011619568, -0.3786904215812683, 0.07719327509403229, -0.28277692198753357, -0.6281751394271851, 0.6130463480949402, -0.07009249180555344, -0.1614309549331665, -0.2649029791355133, 0.4874538779258728, -0.11715811491012573, -0.3636915385723114, 0.24519215524196625, 0.3492668867111206, 0.5628222227096558, -0.25784263014793396, -1.1799057722091675, -0.09381469339132309, -0.2730919122695923, 0.1494375765323639, 0.14213891327381134, 0.1285984218120575, -0.06939060240983963, 0.5001206994056702, 0.3234780430793762, 0.11376126110553741, 0.006731793750077486, -0.35504400730133057, 0.6656544804573059, -0.33408209681510925, -0.09278377890586853, -0.669992983341217, 0.4919581711292267, -0.423893004655838, -0.33974313735961914, 0.8260573148727417, 1.2061078548431396, 0.6330894231796265, -0.637887716293335, 0.2666849195957184, 0.33601540327072144, 0.43682464957237244, 0.09510142356157303, 1.0026179552078247, -0.5276166200637817, 0.08000273257493973, -0.09909945726394653, -0.9671757817268372, -0.3567715883255005, 0.48081180453300476, -0.06904354691505432, -0.10863523185253143, 0.8646495938301086, 0.4787364602088928, -0.10318014770746231, -0.3792165517807007, -0.11680331826210022, 0.16665057837963104, 0.10768590122461319, 0.2227669507265091, 0.4680212736129761, -0.658478319644928, 0.20226535201072693, -0.4885827600955963, -0.05103655904531479, -0.66356360912323, -0.7243639230728149, -0.6883981823921204, -0.4338071048259735, -0.9520089626312256, -0.49022698402404785, 0.18413452804088593, 1.017171859741211, -0.021872658282518387, -1.003010869026184, -0.3333556354045868, -0.09194955974817276, 0.6101186871528625, -0.006223218981176615, -0.24477067589759827, 0.13782410323619843, 0.2548425495624542, -0.7092868089675903, 0.3972214162349701, 0.4255208373069763, 0.16184918582439423, -0.03697875142097473, 0.30332496762275696, -0.4193074405193329, 0.37205907702445984, 0.3185557425022125, 0.8729860186576843, -0.6471628546714783, -0.20530006289482117, 0.26982852816581726, -0.26469889283180237, 0.23002450168132782, 0.4171612858772278, -0.40704667568206787, 0.3363563120365143, 0.9787735342979431, -0.3795948028564453, 0.5430051684379578, -0.3350719213485718, 0.10324982553720474, -0.31659770011901855, -0.003982021473348141, 0.24838609993457794, 0.7707188725471497, -0.1793230026960373, -0.43870049715042114, 0.5852845907211304, 0.5432740449905396, -0.16479606926441193, -0.49076420068740845, 0.05703779309988022, -1.3193179368972778, -0.35819801688194275, 1.117871880531311, -0.023634133860468864, -0.46728646755218506, 0.027681419625878334, -0.2724902331829071, 0.42082104086875916, -0.3735233247280121, 0.5140534043312073, 0.4834981858730316, 0.10411626845598221, 0.37780871987342834, -0.7819092869758606, 0.15674346685409546, -0.26281434297561646, -0.8135702610015869, -0.12498554587364197, 0.3640231490135193, 0.6690873503684998, 0.35599714517593384, 0.8074043989181519, -0.33118781447410583, 0.1372760832309723, -0.35217708349227905, 0.38100165128707886, 0.43680715560913086, -0.06628415733575821, 0.11158251762390137, -0.07264900207519531, -0.5965646505355835, -0.7684271335601807 ]
mdgossett/sd_1-5_output_30_images_batch_size_16_V2
mdgossett
2023-11-29T21:06:39Z
0
0
null
[ "region:us" ]
2023-11-29T21:06:39Z
2023-11-29T21:06:39.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
mdgossett/sd_1-5_output_30_images_batch_size_16_V2
[ -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 ]
matthh/Mistral-7B-v0.1_poetry-fine-tuned
matthh
2023-11-29T21:07:05Z
0
0
null
[ "peft", "arxiv:1910.09700", "base_model:mistralai/Mistral-7B-v0.1", "region:us" ]
2023-11-29T21:07:05Z
2023-11-29T21:06:56.000Z
null
null
--- library_name: peft base_model: mistralai/Mistral-7B-v0.1 --- # 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: False - bnb_4bit_compute_dtype: bfloat16 ### Framework versions - PEFT 0.6.2
null
peft
null
null
null
null
null
null
null
null
null
null
matthh/Mistral-7B-v0.1_poetry-fine-tuned
[ -0.5747873187065125, -0.5541126728057861, 0.40263181924819946, 0.0796448290348053, -0.2558172345161438, -0.2786756157875061, 0.05904308333992958, -0.5389372706413269, 0.049517128616571426, 0.6142957210540771, -0.7284427285194397, -0.6289389729499817, -0.5594786405563354, -0.0817357674241066, -0.19654424488544464, 1.1178034543991089, 0.0405266247689724, 0.24507272243499756, -0.22354565560817719, 0.1406993716955185, -0.49285468459129333, -0.6268707513809204, -0.7646774649620056, -0.38118815422058105, 0.34934762120246887, 0.358548104763031, 0.48865607380867004, 0.6982631683349609, 0.7092699408531189, 0.2695451080799103, -0.27349239587783813, -0.09681933373212814, -0.3867335021495819, -0.41105222702026367, -0.12689612805843353, -0.21394571661949158, -0.8521966934204102, 0.013897794298827648, 0.5743469595909119, 0.5247358083724976, -0.1850709170103073, 0.5702731609344482, -0.09497135877609253, 0.5193149447441101, -0.6699861288070679, 0.2951901853084564, -0.6172015070915222, 0.1631905883550644, -0.15743015706539154, 0.0086070466786623, -0.2545608580112457, -0.0916709378361702, -0.046148281544446945, -0.6471298933029175, 0.19145239889621735, 0.16920427978038788, 1.1187437772750854, 0.14652669429779053, -0.4410346448421478, -0.21266642212867737, -0.8562594652175903, 0.6875117421150208, -0.766052782535553, 0.26275455951690674, 0.5681374669075012, 0.4128343164920807, 0.1384480744600296, -0.8997188806533813, -0.38904744386672974, -0.12500683963298798, -0.00873089674860239, 0.34716129302978516, -0.13545136153697968, 0.1433550864458084, 0.5439724326133728, 0.46447357535362244, -0.4232066571712494, -0.02481008507311344, -0.4871636629104614, -0.20399168133735657, 0.8231903910636902, 0.5095636248588562, 0.04855531454086304, -0.20528194308280945, -0.4229406416416168, -0.22346143424510956, -0.39916959404945374, 0.20725512504577637, 0.454436331987381, 0.2921895682811737, -0.44446632266044617, 0.5989530682563782, -0.23987312614917755, 0.5839877128601074, 0.0452914834022522, -0.019903430715203285, 0.33572590351104736, -0.6708624362945557, -0.33882421255111694, -0.07645156979560852, 0.6918394565582275, 0.3690018951892853, -0.2766662538051605, 0.15195976197719574, -0.33453091979026794, -0.28778594732284546, 0.3817043602466583, -0.90284663438797, -0.2932802438735962, 0.3558277189731598, -0.6062172055244446, -0.38984474539756775, 0.04544197395443916, -0.8924914002418518, 0.0023083386477082968, -0.3885492980480194, 0.4933745563030243, -0.314121276140213, -0.30687588453292847, -0.013308786787092686, -0.3217848539352417, 0.25149932503700256, 0.18118619918823242, -0.884779155254364, 0.5301675200462341, 0.464367151260376, 0.7669729590415955, 0.12912267446517944, -0.19523552060127258, 0.06178179755806923, 0.10550655424594879, -0.07941227406263351, 0.5767655968666077, -0.21916832029819489, -0.636436402797699, -0.16932830214500427, 0.14805978536605835, -0.028304751962423325, -0.2296796292066574, 0.7154511213302612, -0.4409123659133911, 0.20394359529018402, -0.2958211898803711, -0.6102839708328247, -0.4097765386104584, 0.27184849977493286, -0.7788763642311096, 1.1176162958145142, 0.05372396484017372, -0.9092267751693726, 0.2694239318370819, -1.061694860458374, -0.20525537431240082, 0.13201457262039185, 0.10809224098920822, -0.7138316631317139, -0.13684290647506714, -0.1007741391658783, 0.46682971715927124, -0.2966393828392029, 0.29273781180381775, -0.38005882501602173, -0.14634092152118683, -0.19599708914756775, -0.1735483556985855, 1.1093612909317017, 0.35613182187080383, -0.23310022056102753, 0.17855019867420197, -0.9404311180114746, 0.15892744064331055, 0.2653287947177887, -0.35346391797065735, 0.031081547960639, -0.14227595925331116, 0.5299310684204102, 0.07227600365877151, 0.3714470863342285, -0.3491547703742981, 0.06454969197511673, -0.084770567715168, 0.5621616244316101, 0.5426120758056641, 0.3240433931350708, 0.22502999007701874, -0.3529929518699646, 0.4957728981971741, -0.05827448517084122, 0.643048882484436, 0.16793185472488403, -0.5329135656356812, -0.789402186870575, -0.0923449844121933, 0.3413268029689789, 0.5882304906845093, -0.3427088260650635, 0.7920477390289307, -0.12155625224113464, -0.9245169758796692, -0.1494726836681366, -0.0010870868572965264, 0.33662983775138855, 0.628571629524231, 0.3604796528816223, -0.1553422063589096, -0.7181033492088318, -0.8635565638542175, 0.17555290460586548, 0.04173509404063225, 0.22226616740226746, 0.44256359338760376, 1.0108596086502075, -0.24598705768585205, 0.8341748118400574, -0.6633133888244629, -0.11019641906023026, -0.21675850450992584, 0.08975689113140106, 0.10617192834615707, 0.632378101348877, 0.5248623490333557, -0.9847826361656189, -0.22248314321041107, -0.2985199987888336, -0.5076817274093628, 0.25192582607269287, -0.04782254248857498, -0.18593764305114746, -0.14058738946914673, 0.29256120324134827, -0.5614985227584839, 0.5235475897789001, 0.4440503716468811, -0.31506654620170593, 0.6890261173248291, -0.23622195422649384, -0.023784520104527473, -1.2038304805755615, 0.42623233795166016, 0.06739776581525803, -0.11501620709896088, -0.40538233518600464, 0.0832664743065834, 0.008270036429166794, -0.3682951033115387, -0.6682426333427429, 0.6250784993171692, -0.2897077798843384, -0.052125126123428345, -0.1892084777355194, -0.34506189823150635, 0.20002558827400208, 0.5487670302391052, 0.30174651741981506, 0.6864075064659119, 0.44352129101753235, -0.793514609336853, 0.19189299643039703, 0.2584078311920166, -0.24621348083019257, 0.36035412549972534, -0.7880701422691345, 0.09661627560853958, 0.10460030287504196, 0.3189958930015564, -0.5818040370941162, -0.28474751114845276, 0.3401353061199188, -0.40040719509124756, 0.2516705095767975, -0.0945136621594429, -0.5662972331047058, -0.4296312630176544, -0.07362806797027588, 0.3282463550567627, 0.48849135637283325, -0.21270450949668884, 0.4866946041584015, 0.47889941930770874, 0.3163643777370453, -0.22978127002716064, -0.597206175327301, -0.06745322048664093, -0.37827932834625244, -0.3679681718349457, 0.5289594531059265, -0.2101144790649414, -0.02373693697154522, 0.028086435049772263, 0.18391217291355133, -0.4758353531360626, 0.2525915205478668, 0.4246501326560974, 0.24855703115463257, -0.01941063441336155, 0.15937581658363342, -0.20746558904647827, -0.10095672309398651, 0.16748443245887756, -0.07898831367492676, 0.3272407054901123, -0.08375589549541473, -0.05453690141439438, -0.6074104905128479, 0.4455808401107788, 0.43055304884910583, -0.17919906973838806, 0.7201288938522339, 0.7409789562225342, -0.7739473581314087, 0.03728566691279411, -0.3322907090187073, -0.27211299538612366, -0.422168493270874, 0.48217475414276123, -0.28361135721206665, -0.3880982995033264, 0.5404690504074097, -0.05425418168306351, 0.01844867318868637, 0.8580354452133179, 0.5038636922836304, -0.1258494108915329, 1.0325243473052979, 0.796852171421051, 0.13713768124580383, 0.5729433298110962, -0.653030276298523, 0.06550412625074387, -1.027520775794983, -0.3883773982524872, -0.7967325448989868, -0.022596366703510284, -0.5527725219726562, -0.11843742430210114, 0.18610048294067383, 0.18899360299110413, -0.7458803653717041, 0.5358513593673706, -0.507983922958374, 0.18924903869628906, 0.6351333260536194, 0.28243711590766907, -0.03793523088097572, -0.15626861155033112, 0.013064553961157799, 0.0602165162563324, -0.751652181148529, -0.5748900771141052, 1.1204849481582642, 0.6305503845214844, 0.43387824296951294, -0.10391077399253845, 0.6830814480781555, 0.2911456823348999, 0.07882504910230637, -0.6094979643821716, 0.4486357569694519, -0.024681447073817253, -0.9894204139709473, -0.17700500786304474, -0.2987683117389679, -0.7970190048217773, 0.0001957834610948339, -0.38373470306396484, -0.7443903684616089, 0.31980741024017334, 0.25568118691444397, -0.5517582297325134, 0.3761817216873169, -0.67490154504776, 1.1826817989349365, -0.5452870726585388, -0.20776571333408356, -0.19855332374572754, -0.5753113627433777, 0.3458481431007385, -0.006644506938755512, 0.2638077735900879, -0.06750058382749557, -0.06178067997097969, 0.9083855748176575, -0.7671472430229187, 0.9384633302688599, -0.3098870515823364, 0.4004859924316406, 0.4315658211708069, -0.41264477372169495, 0.49669739603996277, -0.03792613372206688, -0.1124522015452385, 0.5796382427215576, 0.19972068071365356, -0.41350406408309937, -0.26907089352607727, 0.5424864292144775, -0.9636498689651489, -0.12015976011753082, -0.5008768439292908, -0.4784935414791107, -0.09142406284809113, 0.353307843208313, 0.5041693449020386, 0.21756722033023834, -0.14570145308971405, 0.1575557142496109, 0.7707441449165344, -0.18524684011936188, 0.2523123621940613, 0.3448850214481354, -0.053511373698711395, -0.6032677292823792, 0.7825194597244263, 0.16336184740066528, 0.2620375454425812, 0.35624730587005615, 0.2122068852186203, -0.5269026160240173, -0.6121872663497925, -0.41856488585472107, -0.007669459562748671, -0.7179590463638306, -0.19129297137260437, -0.6910867691040039, -0.4287130534648895, -0.4834834337234497, 0.0436737984418869, -0.46047690510749817, -0.21595992147922516, -0.6541537046432495, -0.19809463620185852, 0.5157309770584106, 0.454401433467865, -0.12741142511367798, 0.6626625657081604, -0.7190849781036377, 0.023712195456027985, 0.20155936479568481, 0.2834257185459137, 0.07798455655574799, -0.47520336508750916, -0.5117185711860657, 0.204299658536911, -0.5932449102401733, -0.8259005546569824, 0.24709002673625946, 0.11111685633659363, 0.4817577600479126, 0.37406328320503235, -0.052421730011701584, 0.6304962038993835, -0.34611961245536804, 1.0083080530166626, 0.3096947968006134, -0.8363960385322571, 0.6876323223114014, -0.4058113694190979, 0.12038027495145798, 0.750481903553009, 0.554710865020752, -0.14445559680461884, 0.22587448358535767, -0.9316055178642273, -0.926496684551239, 0.5859553217887878, 0.22079861164093018, 0.17424042522907257, 0.1594984233379364, 0.5127385258674622, -0.21132703125476837, 0.3372114300727844, -0.981882631778717, -0.30120956897735596, -0.29427632689476013, 0.030493617057800293, -0.023590994998812675, -0.18881505727767944, -0.22045834362506866, -0.4800631105899811, 0.973621666431427, 0.23559266328811646, 0.48283514380455017, 0.07467830181121826, 0.16139645874500275, 0.06604201346635818, -0.012596694752573967, 0.5273715257644653, 0.5825052261352539, -0.6215580701828003, -0.20468732714653015, 0.23289163410663605, -0.607157289981842, -0.04391218721866608, 0.07854488492012024, -0.362848699092865, -0.16445007920265198, 0.20077084004878998, 1.0037643909454346, 0.1921786218881607, -0.4046035408973694, 0.3213953673839569, 0.040813837200403214, -0.36953112483024597, -0.5450106263160706, 0.08217144757509232, 0.13404445350170135, 0.057216934859752655, -0.04162183403968811, 0.15815219283103943, 0.37956154346466064, -0.45928218960762024, 0.012156741693615913, 0.34901201725006104, -0.4940221607685089, -0.01371453981846571, 0.8814069628715515, 0.3970058560371399, -0.4286114573478699, 0.6076608300209045, -0.2923430800437927, -0.33626893162727356, 1.0431532859802246, 0.47553619742393494, 0.881625771522522, 0.07948552817106247, 0.04116842895746231, 0.7163715958595276, 0.2916174829006195, -0.014420118182897568, 0.39341920614242554, -0.07716831564903259, -0.5427543520927429, -0.09052539616823196, -0.5568913221359253, -0.41311901807785034, 0.3942219913005829, -0.8984630107879639, 0.5756072402000427, -0.7111909985542297, -0.40187153220176697, 0.24176199734210968, 0.3106887936592102, -1.0364353656768799, 0.5307095050811768, 0.15214496850967407, 1.1785234212875366, -0.940526008605957, 0.8387281894683838, 0.7877627015113831, -0.8547225594520569, -0.926231324672699, -0.3097879886627197, -0.030405329540371895, -0.6519861817359924, 0.4203526973724365, -0.0010263873264193535, 0.18144617974758148, 0.07191152125597, -0.5928567051887512, -0.7733689546585083, 1.4261093139648438, 0.05181290581822395, -0.7321581840515137, 0.13036461174488068, -0.04849907383322716, 0.43896225094795227, -0.474489688873291, 0.6097984313964844, 0.20027028024196625, 0.4847845435142517, 0.19657516479492188, -0.7057503461837769, 0.08499772846698761, -0.20135712623596191, 0.19936448335647583, -0.07765406370162964, -0.7912174463272095, 0.8995339870452881, -0.1456812620162964, 0.004899681080132723, 0.037434402853250504, 0.37916091084480286, 0.14171309769153595, 0.5600315928459167, 0.42452386021614075, 0.7605517506599426, 0.7704576253890991, 0.09655653685331345, 1.1050121784210205, -0.5760138034820557, 0.6346606016159058, 1.3538426160812378, -0.11592070013284683, 0.897210955619812, 0.347165048122406, -0.42400845885276794, 0.27411147952079773, 1.1667230129241943, -0.37871092557907104, 0.5050693154335022, 0.18044960498809814, -0.10996679961681366, -0.2947821319103241, -0.20820730924606323, -0.5441663265228271, 0.21883945167064667, 0.1675875335931778, -0.546977698802948, -0.13125525414943695, -0.060290321707725525, -0.03211558610200882, -0.3822212219238281, -0.4891034960746765, 0.676637589931488, -0.0062736282125115395, -0.3666796088218689, 0.25163623690605164, 0.2774481177330017, 0.39334341883659363, -0.8245882987976074, -0.24818362295627594, 0.09008056670427322, 0.04624415561556816, -0.4102756977081299, -0.5365423560142517, 0.3732680380344391, -0.018669389188289642, -0.5653746128082275, -0.15251357853412628, 0.5555118918418884, -0.05412352830171585, -0.7833061814308167, 0.2495918720960617, 0.13560393452644348, 0.3030368387699127, -0.1417967826128006, -1.1124608516693115, 0.03191018104553223, 0.04177137091755867, -0.12975673377513885, 0.1810694932937622, 0.08194081485271454, 0.02182929404079914, 0.5424542427062988, 0.5990341901779175, 0.0827380046248436, -0.026908444240689278, 0.02537074126303196, 0.8201325535774231, -0.6959587931632996, -0.46165645122528076, -0.5204947590827942, 0.7073195576667786, -0.21510086953639984, -0.5410623550415039, 0.6435568332672119, 0.819331169128418, 0.8915667533874512, -0.050875723361968994, 0.8542612791061401, -0.17985743284225464, 0.30291903018951416, -0.46808579564094543, 0.5691917538642883, -0.61392742395401, 0.0812525823712349, -0.17018240690231323, -0.8421754240989685, 0.051727570593357086, 0.6212204694747925, -0.3553745746612549, 0.1781320422887802, 0.5014485716819763, 0.6685419678688049, -0.1352512091398239, 0.22953258454799652, 0.16120454668998718, 0.1493416428565979, 0.09775976091623306, 0.42207765579223633, 0.5259942412376404, -0.7412612438201904, 0.3974621295928955, -0.6040122509002686, -0.2393707036972046, -0.13084299862384796, -1.0222275257110596, -0.5925748348236084, -0.5270833969116211, -0.6729097366333008, -0.3278389871120453, 0.02281995117664337, 0.745864987373352, 1.048949122428894, -0.7791046500205994, -0.37991830706596375, -0.35510286688804626, 0.03329578787088394, -0.3375585079193115, -0.23299485445022583, 0.42339518666267395, -0.08337321877479553, -0.6447803378105164, -0.052356187254190445, -0.20910313725471497, 0.2688831388950348, -0.35494333505630493, -0.21006813645362854, -0.3197428286075592, -0.014692746102809906, 0.3740385174751282, 0.29050174355506897, -0.5074223875999451, -0.12473402917385101, -0.19029726088047028, -0.009076906368136406, -0.09485060721635818, 0.5981437563896179, -0.30636361241340637, 0.3889179825782776, 0.4260804355144501, 0.35830190777778625, 0.7047224044799805, -0.0632040947675705, 0.2630368173122406, -0.3239772617816925, 0.020418940111994743, 0.3495649993419647, 0.4412738084793091, 0.07803959399461746, -0.7412486672401428, 0.5148417353630066, 0.35254278779029846, -0.6894047260284424, -0.7038524150848389, -0.05654904618859291, -1.1409530639648438, -0.16475437581539154, 1.1302556991577148, -0.10540841519832611, -0.2665521800518036, 0.029265321791172028, -0.22528284788131714, 0.15656407177448273, -0.2812926471233368, 0.5416551828384399, 0.8499554395675659, -0.23191316425800323, 0.03436990827322006, -0.7233690619468689, 0.48829543590545654, -0.046554893255233765, -0.9800126552581787, -0.22579072415828705, 0.4593377113342285, 0.5028769969940186, 0.07722987234592438, 0.5959625840187073, -0.12414980679750443, 0.19039323925971985, 0.35234689712524414, 0.4614774286746979, -0.13778138160705566, -0.29379525780677795, -0.39052537083625793, -0.04124840721487999, -0.019774047657847404, -0.5418880581855774 ]
bachor2/model1
bachor2
2023-11-29T21:42:47Z
0
0
null
[ "tensorboard", "license:apache-2.0", "region:us" ]
2023-11-29T21:42:47Z
2023-11-29T21:06:58.000Z
null
null
--- license: apache-2.0 ---
null
null
null
null
null
null
null
null
null
null
null
null
bachor2/model1
[ -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 ]
Samoed/llama-2-7b-airplane-tickets-gguf
Samoed
2023-11-29T21:09:52Z
0
0
null
[ "gguf", "region:us" ]
2023-11-29T21:09:52Z
2023-11-29T21:07:26.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
Samoed/llama-2-7b-airplane-tickets-gguf
[ -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 ]
appvoid/palmer-001-v0.1
appvoid
2023-11-29T21:23:50Z
0
0
null
[ "transformers", "pytorch", "llama", "text-generation", "dataset:appvoid/no-prompt-5k", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-29T21:23:50Z
2023-11-29T21:07:48.000Z
null
null
--- license: apache-2.0 datasets: - appvoid/no-prompt-5k --- | **QLoRA parameters** | | |---------------------------|---------------------------------------------| | LoRA attention dimension | lora_r = 64 | | Alpha parameter for LoRA scaling | lora_alpha = 16 | | Dropout probability for LoRA layers | lora_dropout = 0.1 | | **bitsandbytes parameters** | | |---------------------------|---------------------------------------------| | Activate 4-bit precision base model loading | use_4bit = True | | Compute dtype for 4-bit base models | bnb_4bit_compute_dtype = "float16" | | Quantization type (fp4 or nf4) | bnb_4bit_quant_type = "nf4" | | Activate nested quantization for 4-bit base models (double quantization) | use_nested_quant = False | | **TrainingArguments parameters** | | |-------------------------------|---------------------------------------------| | Output directory where the model predictions and checkpoints will be stored | output_dir = "./results" | | Number of training epochs | num_train_epochs = 2 | | Enable fp16/bf16 training (set bf16 to True with an A100) | fp16 = False, bf16 = False | | Batch size per GPU for training | per_device_train_batch_size = 8 | | Batch size per GPU for evaluation | per_device_eval_batch_size = 8 | | Number of update steps to accumulate the gradients for | gradient_accumulation_steps = 4 | | Enable gradient checkpointing | gradient_checkpointing = True | | Maximum gradient normal (gradient clipping) | max_grad_norm = 0.3 | | Initial learning rate (AdamW optimizer) | learning_rate = 2e-4 | | Weight decay to apply to all layers except bias/LayerNorm weights | weight_decay = 0.001 | | Optimizer to use | optim = "paged_adamw_32bit" | | Learning rate schedule | lr_scheduler_type = "cosine" | | Number of training steps (overrides num_train_epochs) | max_steps = -1 | | Ratio of steps for a linear warmup (from 0 to learning rate) | warmup_ratio = 0.03 | | Group sequences into batches with the same length | group_by_length = True | | Save checkpoint every X updates steps | save_steps = 0 | | Log every X updates steps | logging_steps = 10 | | **SFT parameters** | | |-----------------------------|---------------------------------------------| | Maximum sequence length to use | max_seq_length = None | | Pack multiple short examples in the same input sequence to increase efficiency | packing = False | | Load the entire model on GPU 0 | device_map = {"": 0} |
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
appvoid/palmer-001-v0.1
[ -0.6808874607086182, -0.7949972152709961, 0.33991843461990356, 0.3066781163215637, -0.4912162721157074, -0.25595441460609436, -0.018721332773566246, -0.4062899053096771, 0.07346968352794647, 0.3853471577167511, -0.95317542552948, -0.7534934282302856, -0.40486830472946167, -0.28195151686668396, 0.04905704781413078, 1.0135488510131836, -0.17499440908432007, 0.08020974695682526, 0.20194387435913086, -0.18883919715881348, -0.5058237314224243, -0.3568119704723358, -0.9669985175132751, -0.1536070704460144, 0.2947888970375061, 0.23219338059425354, 0.5471227765083313, 0.6721307635307312, 0.4546830356121063, 0.2574191093444824, -0.31067055463790894, 0.07196152210235596, -0.5241208076477051, -0.43708446621894836, 0.28698015213012695, -0.25782835483551025, -0.7244470715522766, -0.040300458669662476, 0.9784297943115234, 0.1822189837694168, -0.2613222002983093, 0.500809907913208, 0.05243891477584839, 0.9662966132164001, -0.6325679421424866, 0.32687854766845703, -0.39510634541511536, 0.47236502170562744, -0.0709434449672699, -0.3652896285057068, -0.15539026260375977, -0.408314973115921, -0.09863641113042831, -0.703856885433197, 0.5197277069091797, -0.010564900934696198, 1.2853223085403442, 0.3396686613559723, -0.41148698329925537, 0.07316166162490845, -0.6985966563224792, 0.8614711165428162, -1.3118174076080322, 0.3260582983493805, 0.305174857378006, 0.5086680054664612, 0.13984578847885132, -0.6954176425933838, -0.5111801028251648, 0.12984110414981842, -0.01475873775780201, 0.19877558946609497, -0.041434407234191895, 0.3486664593219757, 0.7054166197776794, 0.5697352886199951, -0.7316661477088928, 0.05637284368276596, -0.693763017654419, -0.24547624588012695, 0.8432638645172119, 0.40513351559638977, 0.02292405255138874, -0.1474056988954544, -0.7804204821586609, -0.284811407327652, -0.513729453086853, 0.3916783630847931, 0.3297247588634491, 0.2657408118247986, -0.5816988945007324, 0.272684782743454, -0.2991570234298706, 0.6865245699882507, 0.24764688313007355, -0.49936264753341675, 0.5928822755813599, -0.4054107367992401, -0.6397782564163208, 0.11111847311258316, 1.090395212173462, 0.28382277488708496, -0.2657749354839325, 0.3277721405029297, -0.2737151086330414, -0.20035693049430847, 0.12333948165178299, -1.1583259105682373, -0.31156548857688904, 0.6513427495956421, -0.4677692949771881, -0.46436870098114014, 0.08152738213539124, -0.8579269647598267, 0.3010435700416565, -0.10004176944494247, 0.7181049585342407, -0.6040676832199097, -0.0845806747674942, 0.0628705695271492, -0.1283276230096817, 0.62320876121521, 0.3260233998298645, -0.8445770144462585, 0.5161405801773071, 0.33088427782058716, 0.7709538340568542, -0.048935603350400925, -0.4240119457244873, -0.364688515663147, 0.12438506633043289, -0.32487908005714417, 0.47125324606895447, 0.1698741614818573, -0.33809706568717957, -0.24089159071445465, 0.09350501000881195, -0.31821486353874207, -0.43353649973869324, 0.5648139715194702, -0.7277794480323792, 0.3521654009819031, -0.31280213594436646, -0.48420828580856323, -0.6013968586921692, 0.22209395468235016, -0.7247579097747803, 1.312435269355774, 0.4035016596317291, -0.8908761143684387, 0.29213935136795044, -0.7043657302856445, -0.11660465598106384, 0.05550515651702881, -0.2511134445667267, -0.9267984628677368, -0.13695481419563293, 0.17083750665187836, 0.43020761013031006, -0.15680834650993347, -0.03283113241195679, -0.0944136381149292, -0.5621246695518494, 0.0016904392978176475, -0.5725831389427185, 1.3247393369674683, 0.2841845750808716, -0.8429669141769409, 0.38437995314598083, -1.0281708240509033, 0.4263244569301605, 0.3797610104084015, -0.7164010405540466, 0.5061616897583008, -0.4122581481933594, 0.16713257133960724, 0.2948048710823059, 0.5012208819389343, -0.34690091013908386, 0.09278351813554764, -0.3391599953174591, 0.5919496417045593, 0.7950626611709595, 0.30425798892974854, -0.031486328691244125, -0.4052722454071045, 0.5970698595046997, 0.25129228830337524, 0.42612549662590027, 0.15813691914081573, -0.6130616664886475, -0.8182046413421631, -0.21639972925186157, 0.18041062355041504, 0.7265085577964783, -0.5660440325737, 0.6603675484657288, 0.048847947269678116, -0.6023792028427124, -0.24406419694423676, 0.32286468148231506, 0.689809262752533, 0.5231236219406128, 0.5364526510238647, -0.2292144000530243, -0.5638351440429688, -1.0573832988739014, 0.3919450342655182, -0.1433785855770111, 0.25578615069389343, 0.48295095562934875, 0.6715283393859863, -0.0000505764655827079, 0.6055705547332764, -0.7808266878128052, -0.526309609413147, -0.045191701501607895, 0.00031809817301109433, 0.5192438364028931, 0.6828929781913757, 0.9155554175376892, -0.6813966035842896, -0.46322375535964966, -0.33742427825927734, -0.8648108839988708, 0.5000404715538025, 0.008976894430816174, -0.29686957597732544, 0.2902786433696747, 0.39107683300971985, -0.6280785202980042, 0.7838873863220215, 0.6240320801734924, -0.444598525762558, 0.9548360109329224, -0.4405381977558136, 0.22072377800941467, -1.3265728950500488, 0.10858677327632904, 0.0454864501953125, -0.1722756028175354, -0.4000014364719391, 0.33024170994758606, 0.14905476570129395, -0.06261967122554779, -0.9036729335784912, 0.28264203667640686, -0.5510044693946838, -0.10138501226902008, 0.01844460517168045, -0.19452272355556488, 0.05678441748023033, 1.0821291208267212, -0.04631268233060837, 0.8809165954589844, 0.5080612301826477, -0.7750126719474792, 0.39636966586112976, 0.25174805521965027, -0.363259494304657, 0.3418465256690979, -0.8649076819419861, 0.13228213787078857, 0.23415984213352203, 0.2874588668346405, -1.1436247825622559, -0.12816821038722992, 0.33509790897369385, -0.5479064583778381, 0.300587922334671, -0.30687132477760315, -0.4488663077354431, -0.49077287316322327, -0.4957418441772461, 0.5973643660545349, 0.7367745637893677, -0.4772911071777344, 0.4862389862537384, -0.09616109728813171, 0.3923908472061157, -0.4369558095932007, -0.6272602677345276, -0.4438903331756592, -0.39035043120384216, -0.6578580141067505, 0.48488515615463257, -0.3320642411708832, 0.20381584763526917, -0.0698348879814148, 0.168995201587677, -0.24252472817897797, 0.019542798399925232, 0.34901052713394165, 0.4922058880329132, -0.5252646207809448, -0.45382246375083923, 0.0922943502664566, 0.1199362576007843, 0.2962305247783661, -0.21851851046085358, 0.7734196782112122, -0.25219035148620605, -0.234416663646698, -0.7264330983161926, 0.06935454159975052, 0.42638498544692993, -0.15819528698921204, 0.9759647250175476, 1.1102447509765625, -0.62911057472229, -0.14301612973213196, -0.4501907527446747, -0.14815595746040344, -0.5654502511024475, 0.30570971965789795, -0.41916388273239136, -0.5060809850692749, 0.9152331352233887, 0.4340236783027649, 0.30827975273132324, 0.9810424447059631, 0.336608350276947, -0.03841160982847214, 1.2072324752807617, 0.23634621500968933, 0.07446780055761337, 0.4677762985229492, -1.0811686515808105, -0.21240432560443878, -1.1197363138198853, -0.20067106187343597, -0.24133260548114777, -0.4506182372570038, -0.5392921566963196, -0.38455137610435486, 0.47071608901023865, 0.3725404143333435, -0.8600108623504639, 0.2292785793542862, -0.7109538316726685, 0.2933855652809143, 0.7444232702255249, 0.42508214712142944, -0.04420652985572815, 0.10264820605516434, -0.1908363401889801, 0.019984647631645203, -0.8724278211593628, -0.1687840223312378, 0.9886494278907776, 0.3894568979740143, 0.3657558858394623, 0.15180721879005432, 0.8763219714164734, 0.0865580141544342, -0.21886634826660156, -0.6286171078681946, 0.5902106761932373, 0.05314888432621956, -0.8826526403427124, -0.3316848874092102, -0.5000542402267456, -0.7190448045730591, 0.2561105489730835, -0.2493787556886673, -0.8213719725608826, 0.35353153944015503, 0.3051569163799286, -0.7132008671760559, 0.8081633448600769, -0.46742719411849976, 1.0628416538238525, -0.3261658847332001, -0.34021177887916565, 0.02615511417388916, -0.7717213034629822, 0.5710992813110352, 0.1869523525238037, 0.045589301735162735, 0.0005630945670418441, 0.12993207573890686, 1.2270534038543701, -0.7646200656890869, 0.8945422768592834, -0.554050087928772, 0.04446638375520706, 0.692514955997467, -0.12092294543981552, 0.6209060549736023, 0.042283397167921066, 0.1028631404042244, 0.3242715895175934, 0.26616084575653076, -0.7965561151504517, -0.43782851099967957, 0.7664714455604553, -1.2348357439041138, -0.396308958530426, -0.5889636278152466, -0.5443490743637085, -0.19934850931167603, 0.25799474120140076, 0.5650188326835632, 0.42811158299446106, 0.12589067220687866, 0.0252685584127903, 0.970946192741394, -0.12318331748247147, 0.5848227143287659, 0.3794828951358795, -0.2649853527545929, -0.9837769269943237, 1.1361373662948608, 0.1476837694644928, 0.43526455760002136, 0.05600804463028908, 0.13837496936321259, -0.18821623921394348, -0.8469852209091187, -0.92284095287323, 0.2973896861076355, -0.7386717796325684, -0.4146057367324829, -0.3343888223171234, -0.6935527324676514, -0.4081021845340729, 0.017097949981689453, -0.49470314383506775, -0.34270960092544556, -0.7040398120880127, -0.06473305076360703, 0.5554159283638, 0.478115051984787, 0.1062064841389656, 0.5320555567741394, -0.9298623204231262, 0.1964883953332901, 0.3063095211982727, 0.3396729528903961, 0.20963791012763977, -1.0249778032302856, -0.4232754707336426, 0.11301499605178833, -0.6667793989181519, -0.9386608600616455, 0.6163083910942078, 0.2023468315601349, 0.5887484550476074, 0.8593229055404663, -0.16161063313484192, 0.9663658142089844, -0.34869298338890076, 1.0842024087905884, 0.23093770444393158, -0.8126505017280579, 0.8550146818161011, -0.437543123960495, 0.2574221193790436, 0.659318208694458, 0.5458134412765503, 0.07479632645845413, 0.3410016894340515, -1.1736085414886475, -0.95041823387146, 0.9469733238220215, 0.12205114215612411, -0.2407263070344925, 0.34675389528274536, 0.48925137519836426, -0.22914819419384003, 0.2109764814376831, -0.7484660148620605, -0.5434629917144775, -0.1838480830192566, -0.07849900424480438, -0.15986494719982147, -0.23995807766914368, -0.2818015515804291, -0.48910805583000183, 1.0489977598190308, -0.1064998134970665, 0.5693077445030212, 0.16525092720985413, 0.18228469789028168, -0.2631385922431946, -0.05178816616535187, 0.8198275566101074, 0.8472954034805298, -0.7757207751274109, -0.14723622798919678, 0.4099516272544861, -0.6321038603782654, 0.11205463111400604, 0.1118353083729744, -0.2883821129798889, -0.13296626508235931, 0.31692808866500854, 1.159606695175171, 0.22318284213542938, -0.3354201912879944, 0.3172779083251953, -0.02821078896522522, -0.7724827527999878, -0.5504937767982483, 0.28787583112716675, -0.00035073846811428666, 0.3427816927433014, 0.3537542223930359, -0.0319492444396019, 0.10718569159507751, -0.4126187264919281, -0.05327369645237923, 0.4723462164402008, -0.5103597044944763, -0.250949501991272, 0.9423630237579346, -0.27454105019569397, -0.21772778034210205, 0.7805028557777405, -0.3118067979812622, -0.6056337356567383, 0.9630147218704224, 0.6370548605918884, 0.9001042246818542, -0.20574747025966644, 0.0675446093082428, 0.8314520716667175, 0.22465868294239044, -0.11404503881931305, 0.6726009845733643, 0.05915886536240578, -0.5662676095962524, -0.08133015036582947, -0.8397572040557861, -0.18952009081840515, 0.3460909426212311, -1.148569941520691, 0.25814738869667053, -1.0487080812454224, -0.27077245712280273, 0.046807512640953064, 0.5805965065956116, -0.8587631583213806, 0.5816442966461182, -0.010791536420583725, 1.1395959854125977, -0.9247964024543762, 0.9163668155670166, 0.5825617909431458, -0.7082221508026123, -1.3358960151672363, -0.4148246645927429, -0.07609325647354126, -0.9975801110267639, 0.5623577237129211, -0.07660550624132156, 0.26623857021331787, 0.11234211921691895, -0.6406773328781128, -1.081289291381836, 1.7869312763214111, 0.22797760367393494, -0.5394868850708008, -0.15968406200408936, 0.0279291532933712, 0.41608181595802307, -0.2943032681941986, 0.20330499112606049, 0.44734737277030945, 0.2874948978424072, 0.40270549058914185, -0.7988191246986389, 0.25831836462020874, -0.23112784326076508, 0.10319854319095612, 0.2056555300951004, -1.033420443534851, 1.3860095739364624, -0.4126974046230316, -0.0034369591157883406, -0.07432200014591217, 0.8695753812789917, 0.7251296639442444, 0.3725217580795288, 0.5290834903717041, 0.9841272234916687, 0.559171199798584, -0.04697810113430023, 1.0696508884429932, -0.5198671817779541, 0.5954338312149048, 1.1147918701171875, 0.19851695001125336, 1.1203081607818604, 0.2923855483531952, -0.7013256549835205, 0.5667781829833984, 1.0505565404891968, -0.17367927730083466, 0.44942957162857056, 0.03869268670678139, -0.2044917494058609, -0.09109741449356079, 0.40253064036369324, -0.7394600510597229, 0.04719555005431175, 0.32206353545188904, -0.4981112480163574, 0.11346635222434998, -0.17437337338924408, 0.02125413343310356, -0.6255998015403748, -0.5151979327201843, 0.8526105880737305, -0.10742852091789246, -0.5025330781936646, 1.1530824899673462, 0.04756852984428406, 0.6296173930168152, -0.6626014709472656, -0.15394246578216553, -0.14632989466190338, 0.19856944680213928, -0.5582441091537476, -0.5392786860466003, 0.027744418010115623, -0.3074074387550354, -0.2726483941078186, 0.35822534561157227, 0.3557341694831848, -0.20267565548419952, -0.8454269766807556, 0.14799124002456665, 0.09510473906993866, 0.2821792960166931, -0.04642205312848091, -1.0851435661315918, 0.2566131353378296, 0.29135650396347046, -0.4095202386379242, 0.4611983299255371, 0.2421603947877884, 0.1679745316505432, 0.47632142901420593, 0.735580325126648, 0.16981230676174164, 0.4538622498512268, -0.06539908051490784, 1.1377894878387451, -0.8677613735198975, -0.5586316585540771, -0.7833994626998901, 0.4690430164337158, 0.08189753443002701, -0.5585484504699707, 0.7640664577484131, 0.9238193035125732, 0.8247455358505249, 0.0313560776412487, 0.7446910738945007, 0.11201028525829315, 0.1289680302143097, -0.855961799621582, 0.6398955583572388, -0.6102168560028076, 0.3510780930519104, -0.29824531078338623, -1.0875335931777954, 0.17817984521389008, 0.8458051681518555, -0.2130829244852066, 0.4380846917629242, 0.5694589018821716, 0.6634365320205688, -0.18456608057022095, 0.12819203734397888, 0.21127228438854218, 0.22363661229610443, 0.24294769763946533, 1.0203388929367065, 0.29251933097839355, -1.1458439826965332, 0.51426100730896, -0.8372543454170227, -0.18926504254341125, -0.18469996750354767, -0.6481277942657471, -0.9002406001091003, -0.4575330913066864, -0.584735631942749, -0.6293240189552307, 0.02619560994207859, 0.9236060380935669, 0.8276839852333069, -0.9810225367546082, -0.363122820854187, -0.0853760689496994, -0.2568404972553253, -0.525759756565094, -0.32672780752182007, 0.8186964988708496, -0.17646923661231995, -0.570156991481781, 0.1228775605559349, -0.19519194960594177, 0.364313542842865, -0.6915537118911743, -0.4679975211620331, -0.38677459955215454, 0.11447489261627197, 0.3826102316379547, 0.33521679043769836, -0.6630760431289673, -0.08710389584302902, -0.2758845090866089, -0.03113655559718609, 0.38905981183052063, 0.24626530706882477, -0.7040854096412659, 0.13762161135673523, 0.5193889737129211, 0.11343647539615631, 1.0078235864639282, -0.05405215546488762, 0.003662545932456851, -0.6748241186141968, 0.10356360673904419, 0.13787080347537994, 0.3601126968860626, 0.06261000037193298, -0.5545593500137329, 0.3636642396450043, 0.2696615159511566, -0.6340256929397583, -0.8907500505447388, -0.1998869776725769, -1.341540813446045, -0.199151411652565, 1.0161666870117188, -0.25100693106651306, -0.676101803779602, 0.4178757071495056, -0.2540413439273834, 0.2896948456764221, -0.3656291365623474, 0.47489744424819946, 0.22882230579853058, -0.28476250171661377, -0.35546907782554626, -0.9322625994682312, 0.6631481647491455, 0.15423762798309326, -0.7916285395622253, -0.3387029469013214, 0.4979906976222992, 0.6256063580513, 0.17481417953968048, 0.6995226740837097, -0.19077858328819275, 0.4634706974029541, 0.19377608597278595, 0.16189654171466827, -0.28532278537750244, -0.13085927069187164, -0.4675008952617645, 0.3029839098453522, 0.062186308205127716, -0.4786001145839691 ]
chrisgru/llama-7b-v0
chrisgru
2023-11-29T21:10:11Z
0
0
null
[ "transformers", "tensorboard", "llama", "text-generation", "generated_from_trainer", "base_model:meta-llama/Llama-2-7b-hf", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-29T21:10:11Z
2023-11-29T21:09:34.000Z
null
null
--- base_model: meta-llama/Llama-2-7b-hf tags: - generated_from_trainer model-index: - name: model_output 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. --> [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl) # model_output This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.6505 ## 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: 3e-05 - train_batch_size: 4 - eval_batch_size: 4 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 16 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: constant - lr_scheduler_warmup_steps: 100 - num_epochs: 2 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 0.9209 | 0.11 | 20 | 0.8467 | | 0.767 | 0.22 | 40 | 0.7407 | | 0.725 | 0.33 | 60 | 0.7076 | | 0.689 | 0.44 | 80 | 0.6931 | | 0.7331 | 0.55 | 100 | 0.6865 | | 0.6744 | 0.66 | 120 | 0.6761 | | 0.7059 | 0.77 | 140 | 0.6671 | | 0.6711 | 0.87 | 160 | 0.6692 | | 0.6975 | 0.98 | 180 | 0.6604 | | 0.6039 | 1.09 | 200 | 0.6641 | | 0.6087 | 1.2 | 220 | 0.6574 | | 0.6164 | 1.31 | 240 | 0.6583 | | 0.6132 | 1.42 | 260 | 0.6604 | | 0.6136 | 1.53 | 280 | 0.6580 | | 0.6485 | 1.64 | 300 | 0.6571 | | 0.6205 | 1.75 | 320 | 0.6560 | | 0.5973 | 1.86 | 340 | 0.6514 | | 0.6048 | 1.97 | 360 | 0.6505 | ### Framework versions - Transformers 4.35.2 - Pytorch 2.0.1+cu118 - Datasets 2.15.0 - Tokenizers 0.15.0
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
chrisgru/llama-7b-v0
[ -0.581622838973999, -0.509981095790863, 0.11430127173662186, 0.002379564568400383, -0.3216257095336914, -0.14805546402931213, 0.06185436248779297, -0.3292773365974426, 0.34334391355514526, 0.20129023492336273, -0.775059163570404, -0.7637449502944946, -0.657829761505127, -0.060799334198236465, -0.21747981011867523, 1.2658758163452148, 0.01870228908956051, -0.1371755748987198, -0.25599706172943115, -0.16746945679187775, -0.37457260489463806, -0.47624656558036804, -0.8654189109802246, -0.6969975829124451, 0.4253159761428833, 0.2422368824481964, 0.9108598232269287, 0.9210321307182312, 0.47726503014564514, 0.3059547543525696, -0.40947264432907104, 0.15345384180545807, -0.3898594379425049, -0.38260358572006226, 0.2373507171869278, -0.4555148482322693, -0.741358757019043, 0.05058472976088524, 0.6685901284217834, 0.3263089656829834, -0.18096835911273956, 0.6657575964927673, 0.17560677230358124, 0.4229903519153595, -0.49716079235076904, 0.3418971002101898, -0.3786303997039795, 0.3340814411640167, -0.23714099824428558, -0.3450668156147003, -0.0986018255352974, -0.21901552379131317, -0.0974297821521759, -0.7157424092292786, 0.3154114782810211, 0.10776625573635101, 1.4137479066848755, 0.37516307830810547, -0.40182235836982727, 0.2585819959640503, -0.6678821444511414, 0.7305585741996765, -0.798967182636261, 0.1231304258108139, 0.5682114362716675, 0.24229833483695984, 0.0875445157289505, -0.8828623294830322, -0.769406259059906, 0.23955848813056946, -0.08632329851388931, 0.13927407562732697, -0.33766910433769226, -0.19879268109798431, 0.6361408829689026, 0.6752541065216064, -0.6732746958732605, 0.25760072469711304, -0.4785457253456116, -0.4115378260612488, 0.7150601744651794, 0.6409805417060852, -0.020716669037938118, -0.28194674849510193, -0.5199087858200073, -0.20784351229667664, -0.5281988382339478, 0.22185488045215607, 0.5950750708580017, 0.10662325471639633, -0.48980268836021423, 0.39700666069984436, -0.2825019955635071, 0.6582220792770386, -0.003492847317829728, -0.3918091952800751, 0.8506562113761902, -0.19922982156276703, -0.46543172001838684, -0.018731364980340004, 0.9274325370788574, 0.6803358793258667, -0.04879907891154289, 0.11850034445524216, -0.2695273160934448, -0.1318235695362091, 0.06747499853372574, -1.0165740251541138, -0.16011415421962738, 0.30264991521835327, -0.5483312606811523, -0.6387723088264465, -0.11232803761959076, -0.7153913378715515, 0.024784959852695465, -0.3072640299797058, 0.420555979013443, -0.27960318326950073, -0.30081310868263245, -0.14425873756408691, -0.07976125180721283, 0.49251529574394226, 0.1797320693731308, -0.9752633571624756, 0.2958374321460724, 0.5180796384811401, 0.9463953971862793, 0.1999664455652237, -0.3202250301837921, -0.04132132604718208, 0.17634859681129456, -0.40501272678375244, 0.7765982151031494, -0.1435573697090149, -0.44317278265953064, -0.1934734582901001, 0.20560532808303833, -0.20198121666908264, -0.43738359212875366, 0.7805007696151733, -0.42644721269607544, 0.1592743694782257, -0.32734501361846924, -0.3651256859302521, -0.3497694134712219, 0.49701568484306335, -0.6352214217185974, 1.47114896774292, 0.07641805708408356, -1.0517795085906982, 0.5704867243766785, -0.5903130173683167, 0.0018948778742924333, -0.0531548336148262, -0.1500328630208969, -0.995387613773346, -0.3171047270298004, 0.3297923505306244, 0.3650023341178894, -0.6147107481956482, 0.23982246220111847, -0.2522006332874298, -0.5505571961402893, 0.003701024455949664, -0.5834246873855591, 1.0853054523468018, 0.18641690909862518, -0.6878029704093933, 0.19053345918655396, -1.1651952266693115, 0.2852742373943329, 0.4494543969631195, -0.46137651801109314, 0.016506772488355637, -0.3050662875175476, 0.23095114529132843, 0.2518438398838043, 0.30162352323532104, -0.46531227231025696, 0.32675716280937195, -0.23330402374267578, 0.576576828956604, 0.9527708292007446, 0.1299607902765274, 0.10455464571714401, -0.5954242944717407, 0.3405892848968506, 0.21022893488407135, 0.49413400888442993, 0.09672189503908157, -0.6707125306129456, -0.9546010494232178, -0.368455708026886, 0.14426858723163605, 0.37898895144462585, -0.2846149206161499, 0.6722508072853088, -0.20895838737487793, -0.7889598608016968, -0.4131094515323639, 0.07071945816278458, 0.3279310464859009, 0.7395192384719849, 0.4150407016277313, -0.24909573793411255, -0.510610818862915, -1.1239030361175537, 0.1897539496421814, -0.22407934069633484, 0.30978429317474365, 0.382713258266449, 0.8798817992210388, -0.38362032175064087, 0.9716616868972778, -0.6743795275688171, -0.42834457755088806, -0.11239870637655258, 0.059863775968551636, 0.597428023815155, 0.7749371528625488, 0.897887647151947, -0.5494105815887451, -0.2709955871105194, 0.009524582885205746, -1.0089671611785889, 0.31108638644218445, -0.059987202286720276, -0.29670318961143494, -0.02895069681107998, 0.0779113620519638, -0.6937903761863708, 0.947652280330658, 0.4614889621734619, -0.37695756554603577, 0.8932379484176636, -0.3675224184989929, 0.059916768223047256, -1.144325613975525, 0.41089409589767456, -0.054537154734134674, -0.08520708978176117, -0.45529505610466003, -0.04383524879813194, 0.04252908006310463, -0.2468690276145935, -0.3728179335594177, 0.7342341542243958, -0.21268196403980255, -0.0026143963914364576, -0.13258768618106842, -0.36569496989250183, 0.012569109909236431, 0.8502919673919678, 0.05591680109500885, 0.9485715627670288, 0.7974465489387512, -0.5769904851913452, 0.41258978843688965, 0.4023924469947815, -0.4624588191509247, 0.4978620409965515, -0.8684107065200806, 0.1991191953420639, 0.05204496905207634, 0.08215697109699249, -1.06122624874115, -0.29244333505630493, 0.5841802954673767, -0.4856449067592621, 0.1566484272480011, -0.15901707112789154, -0.5159419178962708, -0.7310511469841003, -0.30751004815101624, 0.43390709161758423, 0.605720043182373, -0.5804986357688904, 0.4988359808921814, -0.05770183727145195, 0.32138770818710327, -0.846058189868927, -0.8092768788337708, -0.057761844247579575, -0.24006526172161102, -0.6363392472267151, 0.380241334438324, -0.06515605747699738, -0.060935698449611664, 0.07147467881441116, -0.13630443811416626, -0.25755974650382996, 0.10416385531425476, 0.501915693283081, 0.39595580101013184, -0.2557884156703949, -0.0483304001390934, -0.03613456338644028, -0.3305463492870331, 0.1919735223054886, -0.16718924045562744, 0.7333242893218994, -0.20798778533935547, -0.5589993596076965, -1.0992406606674194, -0.12616662681102753, 0.614890992641449, -0.29592573642730713, 1.105769157409668, 0.7724543809890747, -0.4535577595233917, 0.10245940834283829, -0.44736233353614807, -0.1684342622756958, -0.48786860704421997, 0.2947578728199005, -0.37970688939094543, -0.3391195833683014, 0.9565078020095825, 0.02300204150378704, 0.219127357006073, 0.9886258244514465, 0.5840998888015747, 0.07943126559257507, 1.1503684520721436, 0.26739588379859924, -0.18126551806926727, 0.27295494079589844, -1.1021009683609009, -0.07059542834758759, -1.0391879081726074, -0.7476971745491028, -0.46276751160621643, -0.49414387345314026, -0.46199652552604675, -0.13712678849697113, 0.22765406966209412, 0.02338830567896366, -0.7877099514007568, 0.16387026011943817, -0.7067067623138428, 0.29877278208732605, 0.8407235741615295, 0.4361124336719513, 0.12282179296016693, 0.0540618896484375, -0.423291951417923, -0.05797170102596283, -0.7567293047904968, -0.470886766910553, 1.433831810951233, 0.307233601808548, 0.6963222026824951, 0.02969851717352867, 0.8786192536354065, 0.195929154753685, 0.22910337150096893, -0.6136027574539185, 0.3487403690814972, 0.37519562244415283, -1.0023598670959473, -0.17731064558029175, -0.3310701847076416, -0.9280474185943604, 0.3623032867908478, -0.3925972878932953, -0.7684686779975891, 0.5560349822044373, 0.3292984962463379, -0.4856429398059845, 0.7238555550575256, -0.3658882975578308, 1.0255396366119385, -0.24785156548023224, -0.615597665309906, -0.06356018036603928, -0.5433974862098694, 0.2924072742462158, 0.01740170642733574, 0.03210160508751869, -0.12600219249725342, 0.08894233405590057, 1.0469512939453125, -0.8901932239532471, 0.8778702616691589, -0.14755478501319885, 0.24486307799816132, 0.4720286428928375, -0.2538969814777374, 0.7636208534240723, 0.28139492869377136, -0.3286568224430084, 0.2992095649242401, -0.1007649153470993, -0.6643622517585754, -0.3965083658695221, 0.7856260538101196, -1.3212916851043701, -0.7395405769348145, -0.8081881999969482, -0.44016778469085693, 0.2669021487236023, 0.3070257306098938, 0.5562520623207092, 0.7021166682243347, 0.10085465759038925, 0.13716641068458557, 0.5424215793609619, -0.030930763110518456, 0.5452010631561279, 0.162233367562294, -0.0010823928751051426, -0.7952842712402344, 0.895078182220459, -0.026201173663139343, 0.19776612520217896, -0.08290587365627289, 0.13672572374343872, -0.389536589384079, -0.50557941198349, -0.6210747361183167, 0.3567315340042114, -0.7267137765884399, -0.42837902903556824, -0.4479449689388275, -0.418672651052475, -0.5778418183326721, -0.14208807051181793, -0.23330622911453247, -0.2610926330089569, -0.7018380165100098, -0.27097153663635254, 0.6384726762771606, 0.534381628036499, -0.06447110325098038, 0.6024484634399414, -0.5861951112747192, -0.1818351149559021, 0.3034704029560089, 0.11857914179563522, 0.31140461564064026, -0.8335604667663574, -0.23556281626224518, -0.046661898493766785, -0.6012344360351562, -0.7161940932273865, 0.7391659021377563, 0.1261187344789505, 0.7633233666419983, 0.7903316617012024, -0.09334061294794083, 1.1844041347503662, -0.17376670241355896, 0.8488039970397949, 0.4580329954624176, -0.7741425633430481, 0.5302842259407043, -0.20335501432418823, 0.34241724014282227, 0.4944363534450531, 0.46709322929382324, -0.4355204105377197, -0.10045280307531357, -1.1117278337478638, -0.9538416862487793, 1.0063337087631226, 0.3337801992893219, 0.06563638150691986, 0.12575052678585052, 0.5103135108947754, -0.3596043586730957, 0.24035978317260742, -1.0241748094558716, -0.7693726420402527, -0.32686668634414673, -0.03289511427283287, -0.08977751433849335, -0.23422761261463165, -0.31253278255462646, -0.6668567657470703, 0.7879020571708679, 0.031122572720050812, 0.4491792619228363, 0.18499553203582764, 0.13613122701644897, -0.10332255065441132, -0.09205826371908188, 0.5978359580039978, 0.8731955885887146, -0.46010538935661316, -0.016636809334158897, 0.34027475118637085, -0.5495154857635498, 0.1561637818813324, 0.09176856279373169, -0.2937755286693573, -0.042259905487298965, 0.6492100954055786, 1.06248140335083, 0.10982896387577057, -0.1495652049779892, 0.6103143095970154, 0.08694916218519211, -0.5107522010803223, -0.5891544222831726, 0.004639029502868652, -0.02326490357518196, 0.33752283453941345, 0.4557373523712158, 0.4510529339313507, 0.009462281130254269, -0.4197227656841278, 0.09224820137023926, 0.31192225217819214, -0.5366717576980591, -0.28650233149528503, 1.132454514503479, 0.004578498657792807, -0.24425333738327026, 0.9125382900238037, -0.02473355084657669, -0.4526878893375397, 1.0673004388809204, 0.5766125917434692, 0.7215791344642639, -0.28104302287101746, 0.06412393599748611, 0.982559084892273, 0.3034486472606659, 0.024561289697885513, 0.31111404299736023, -0.048111993819475174, -0.3315962851047516, -0.07659188657999039, -0.729654848575592, -0.1073317751288414, 0.35093259811401367, -1.0061869621276855, 0.42898961901664734, -0.6340700387954712, -0.5885279178619385, 0.009874758310616016, 0.18115316331386566, -1.0269567966461182, 0.456755667924881, 0.023001793771982193, 1.1047415733337402, -1.037518858909607, 0.8158206343650818, 0.5772740840911865, -0.7296850085258484, -1.0973633527755737, -0.31629249453544617, 0.06739699840545654, -1.2154113054275513, 0.9502842426300049, 0.07247215509414673, 0.2835586667060852, 0.14210861921310425, -0.5656828880310059, -1.0290021896362305, 1.5620617866516113, 0.14544439315795898, -0.5330424904823303, 0.04893071949481964, 0.2619681656360626, 0.5576541423797607, -0.11255387216806412, 0.7012659907341003, 0.3455387055873871, 0.45880043506622314, 0.33486735820770264, -0.8574657440185547, 0.19534887373447418, -0.38659414649009705, -0.01223264541476965, 0.21796472370624542, -0.921875, 1.2823340892791748, -0.2670389711856842, 0.1729135513305664, 0.1103660836815834, 0.7305154800415039, 0.3149597644805908, 0.29961973428726196, 0.3879166841506958, 1.0649901628494263, 0.8071909546852112, -0.24394571781158447, 1.1567596197128296, -0.4488030672073364, 0.8268468379974365, 0.835904061794281, 0.06098594143986702, 0.7198085784912109, 0.39918550848960876, -0.3599235415458679, 0.5170619487762451, 1.1349515914916992, -0.21834684908390045, 0.5015209317207336, 0.08356049656867981, -0.3449995815753937, -0.4423913061618805, 0.14986804127693176, -0.8423768281936646, 0.21135246753692627, 0.08571569621562958, -0.7054410576820374, -0.27595213055610657, -0.26025599241256714, 0.03154417499899864, -0.3704226613044739, -0.4550165832042694, 0.6305429339408875, -0.2808277904987335, -0.25427138805389404, 1.0046955347061157, -0.10245154798030853, 0.5113468766212463, -0.588083803653717, -0.11269339174032211, -0.2946391999721527, 0.3802183270454407, -0.6173882484436035, -0.732149600982666, 0.09645719081163406, -0.04634338617324829, -0.0734587162733078, 0.1625520884990692, 0.3156549334526062, 0.06592550128698349, -0.7749524712562561, 0.1381867676973343, 0.19616274535655975, 0.22669725120067596, 0.2680596709251404, -0.9563804864883423, -0.023048296570777893, 0.09982558339834213, -0.5367072820663452, 0.23015548288822174, 0.34769007563591003, -0.06798700243234634, 0.7116908431053162, 0.8788313865661621, -0.017392965033650398, 0.1566459834575653, -0.08226742595434189, 1.3389517068862915, -0.6660902500152588, -0.5054336786270142, -0.8891105651855469, 0.3909498155117035, -0.2794744372367859, -0.89007967710495, 0.7459667325019836, 1.0266388654708862, 0.7093331813812256, -0.001551575493067503, 0.6137973666191101, -0.16129964590072632, 0.2166745364665985, -0.4227711260318756, 0.751114547252655, -0.8200461268424988, 0.05360902473330498, -0.21194790303707123, -0.9176817536354065, -0.3076215088367462, 0.783035933971405, -0.45634329319000244, 0.06430122256278992, 0.5395569205284119, 0.89126056432724, 0.08116763830184937, -0.07970079779624939, 0.13419435918331146, -0.0709681436419487, 0.33708900213241577, 0.579099178314209, 0.647595226764679, -0.8903704881668091, 0.746487021446228, -0.6479150652885437, -0.13129308819770813, -0.23464377224445343, -0.6645786166191101, -0.9781646132469177, -0.4368017613887787, -0.5344530344009399, -0.4120292365550995, -0.021677212789654732, 1.0273774862289429, 0.8805539011955261, -0.655991792678833, -0.3085475265979767, 0.05623757839202881, -0.07255227863788605, -0.5089879631996155, -0.17761000990867615, 0.7894430756568909, -0.027226071804761887, -0.8454664945602417, -0.30421292781829834, -0.14400537312030792, 0.40475550293922424, -0.14899589121341705, -0.3056676983833313, -0.259813517332077, -0.2979429364204407, 0.2585543096065521, 0.2800274193286896, -0.6674237847328186, -0.3016738295555115, -0.13045760989189148, -0.0700804740190506, 0.3576994836330414, 0.2565403878688812, -0.5771501660346985, 0.2721480429172516, 0.30620288848876953, 0.35769331455230713, 0.8591867685317993, -0.02715059369802475, 0.014769571833312511, -0.598351001739502, 0.46153876185417175, 0.12112432718276978, 0.40881234407424927, 0.037390656769275665, -0.4654136896133423, 0.595151424407959, 0.6399998068809509, -0.675674319267273, -0.951625645160675, -0.3639959394931793, -1.095961093902588, 0.09489097446203232, 1.1523839235305786, -0.11807098239660263, -0.6427558064460754, 0.17227737605571747, -0.24889260530471802, 0.2089795619249344, -0.4319741427898407, 0.6229986548423767, 0.635170578956604, -0.2224806249141693, -0.03291785344481468, -0.5690280795097351, 0.4723729193210602, 0.0833071768283844, -0.8389304876327515, -0.26236769556999207, 0.29070043563842773, 0.5070937275886536, 0.22283081710338593, 0.5298041701316833, -0.13685673475265503, 0.3182992935180664, 0.30756044387817383, 0.41286593675613403, -0.4047839641571045, -0.02802923507988453, -0.26252979040145874, 0.01686195656657219, 0.23226220905780792, -0.5525339245796204 ]
pranchana/meduza
pranchana
2023-11-29T21:15:24Z
0
0
null
[ "region:us" ]
2023-11-29T21:15:24Z
2023-11-29T21:09:39.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
pranchana/meduza
[ -0.3227648138999939, -0.22568409144878387, 0.8622261881828308, 0.43461495637893677, -0.5282989740371704, 0.7012965083122253, 0.7915717959403992, 0.07618632167577744, 0.7746028304100037, 0.2563219666481018, -0.7852813601493835, -0.22573833167552948, -0.9104479551315308, 0.5715669393539429, -0.3992334008216858, 0.5791246891021729, -0.14494474232196808, -0.10751161724328995, 0.28233757615089417, -0.27689528465270996, -0.5409227013587952, -0.36855265498161316, -1.1902778148651123, 0.061491768807172775, 0.5316581130027771, 0.7435137629508972, 0.7584061622619629, 0.3652168810367584, 0.6432579755783081, 0.39322900772094727, -0.23138947784900665, 0.48270565271377563, -0.04171813651919365, 0.0026039122603833675, -0.3524434268474579, -0.5516899824142456, -0.2859658896923065, 0.07584739476442337, 1.096130609512329, 0.9666880369186401, -0.2846638560295105, 0.05330803990364075, -0.3063623011112213, 0.330888569355011, -0.4973427355289459, 0.3054097294807434, -0.022506047040224075, 0.1631878763437271, -0.7041513919830322, -0.5535358190536499, 0.01279469020664692, -0.7361215949058533, 0.17926549911499023, -0.6900812983512878, 0.8269098401069641, 0.18583205342292786, 1.1533751487731934, 0.14819416403770447, -0.46248704195022583, -0.8161761164665222, -0.6538988947868347, 0.5711168050765991, -0.3270370662212372, 0.396802693605423, 0.7028231620788574, -0.048573218286037445, -0.9820331335067749, -0.6745744347572327, -0.4646618962287903, 0.2923962473869324, 0.3540278673171997, -0.34116750955581665, -0.17522107064723969, -0.3058989942073822, 0.15792052447795868, 0.12811493873596191, -0.4841994643211365, -0.5543915629386902, -0.5475161075592041, -0.3960253596305847, 0.6206656098365784, 0.3482952117919922, 0.24291786551475525, -0.1888420283794403, -0.32285821437835693, 0.0880165547132492, -0.4160853922367096, 0.3402568995952606, 0.6335514783859253, 0.7114022374153137, -0.5811444520950317, 0.5602161288261414, -0.0492761954665184, 0.743970513343811, 0.1144554391503334, -0.27478107810020447, 0.4146060049533844, -0.1472468078136444, 0.05517168715596199, 0.42263469099998474, 0.3152444362640381, 0.28413087129592896, -0.3273693025112152, 0.20322301983833313, -0.32151442766189575, -0.3049621284008026, -0.22332176566123962, -0.2949071526527405, -0.359218031167984, 0.5492290258407593, -0.3314019739627838, -0.42855483293533325, 1.1431753635406494, -0.4200766086578369, -0.7302228808403015, 0.3315635919570923, 0.40652093291282654, -0.09944792091846466, -0.37146544456481934, -0.05226077884435654, -0.8458787798881531, -0.00790704507380724, 0.749117374420166, -0.7198972105979919, 0.3371736407279968, 0.472806453704834, 0.7417216300964355, 0.19650550186634064, -0.1403447836637497, -0.42949438095092773, 0.29719701409339905, -0.8659995198249817, 0.6320174336433411, -0.20135216414928436, -1.0051977634429932, 0.11150500923395157, 0.8971706628799438, -0.37896376848220825, -1.2094876766204834, 1.0605159997940063, -0.6887931823730469, 0.16017863154411316, -0.6767615079879761, -0.1466120332479477, -0.07118494063615799, -0.005096650216728449, -0.6088157892227173, 0.7567100524902344, 0.5872672200202942, -0.49952730536460876, 0.21429471671581268, -0.2602984309196472, -0.391514390707016, 0.3882485330104828, -0.07935445010662079, -0.21858949959278107, 0.7138335108757019, -0.664708137512207, -0.26932811737060547, 0.2942774295806885, 0.23689353466033936, -0.357060968875885, -0.7931920886039734, 0.08478092402219772, -0.05786257982254028, 1.5507500171661377, -0.0386885404586792, -0.35861068964004517, -0.6793834567070007, -1.1506240367889404, -0.07070814818143845, 0.6886883974075317, -0.9194992780685425, -0.27839526534080505, -0.04640990495681763, -0.26169317960739136, 0.08994904905557632, 0.7390590906143188, -1.1194047927856445, 0.28327256441116333, -0.05092664808034897, -0.2279471904039383, 0.827105700969696, 0.15387241542339325, 0.24758943915367126, 0.1491343080997467, 0.429586797952652, 0.5277259945869446, 0.1111518144607544, 0.6835877895355225, -0.34720343351364136, -0.9694353342056274, 0.6154635548591614, 0.2526634931564331, 0.8121444582939148, -0.49945276975631714, 0.268509179353714, 0.270255446434021, -0.34096819162368774, -0.568236768245697, -0.31028395891189575, 0.09025733172893524, 0.14930593967437744, 0.11142518371343613, -0.5721709132194519, -0.6576127409934998, -0.9689140319824219, -0.13590653240680695, -0.4314371943473816, -0.3571569323539734, 0.21006932854652405, 0.5792903900146484, -1.1975526809692383, 0.4128873944282532, -0.7705622911453247, -0.7038742303848267, -0.010655522346496582, -0.19338123500347137, 0.7540655136108398, 0.4324018359184265, 0.5033971667289734, -0.639715313911438, -0.5661991834640503, -0.22470112144947052, -1.0333747863769531, -0.13280466198921204, 0.24819621443748474, 0.30657410621643066, -0.13423311710357666, -0.2744964063167572, -0.4874033033847809, 0.8100387454032898, 0.14789126813411713, -0.5391896367073059, 0.5220767259597778, -0.3020317256450653, 0.17224816977977753, -0.6369150876998901, -0.06916831433773041, -0.6616763472557068, -0.0009073615074157715, -0.360830694437027, -0.5737441182136536, 0.14772310853004456, 0.07017482817173004, -0.1606544703245163, 0.2880842089653015, -0.9092769622802734, -0.0010855704313144088, -0.7442212700843811, 0.37907224893569946, 0.06394784152507782, -0.31450825929641724, -0.01751726306974888, 1.0000386238098145, 0.7784463167190552, -0.384804904460907, 0.7217441201210022, 0.4440041482448578, 0.19036146998405457, 0.7630518078804016, -0.18725134432315826, 0.1647821068763733, -0.524541974067688, -0.12161119282245636, -0.8887596130371094, -1.098294734954834, 0.7320572137832642, -0.6114252209663391, 0.36542922258377075, -0.42778658866882324, 0.25891607999801636, -0.6919258832931519, -0.03885367512702942, 0.4808596670627594, -0.05936349183320999, -0.6863947510719299, 0.5232576131820679, 0.45317497849464417, -0.20192435383796692, -0.6609033346176147, -0.5301569700241089, 0.393657922744751, 0.6154114603996277, -0.16390353441238403, 0.06878522783517838, 0.14941099286079407, -0.5441930294036865, -0.04080263897776604, -0.38691961765289307, -0.45766720175743103, 0.05422421544790268, 0.1305343508720398, -0.005750653799623251, -0.4048202931880951, -0.08680196851491928, -0.3584199547767639, -0.46561241149902344, 0.21876493096351624, 0.30119454860687256, -0.04096321016550064, -0.4259977340698242, -0.36198195815086365, -0.8881809115409851, 0.6719613075256348, 0.5370283722877502, 0.052815280854701996, 0.7555552124977112, 0.1681928187608719, -0.8014990091323853, -0.1353219449520111, -0.176070898771286, 0.269683301448822, -0.5588053464889526, 0.1384984403848648, -0.013484662398695946, -0.06374900043010712, 0.2629791796207428, 0.25386208295822144, -0.4300557076931, 0.9276250600814819, -0.2615269720554352, -0.35925227403640747, 0.796018123626709, 0.5974744558334351, 0.49583086371421814, 0.1650320291519165, -0.04454131796956062, 0.9007095098495483, -1.1966516971588135, -0.6563180088996887, -0.7409547567367554, -0.15945680439472198, -0.4351085126399994, -0.03210565075278282, 0.6254414319992065, 0.29009872674942017, -0.13333866000175476, 0.47563934326171875, -0.5243492126464844, 0.3556033670902252, 1.01198410987854, 0.35748618841171265, 0.34356969594955444, -0.7570228576660156, -0.2515779137611389, -0.1402427703142166, -0.9998155832290649, -0.26313766837120056, 0.8871027231216431, 0.22752615809440613, 0.8444606065750122, 0.5992540717124939, 0.6784545183181763, 0.13672275841236115, 0.2523830533027649, -0.3059033751487732, 0.39202937483787537, 0.4376083314418793, -1.0401138067245483, -0.42758387327194214, 0.021418336778879166, -0.9703336954116821, -0.14227521419525146, -0.034949980676174164, -0.42617130279541016, 0.7681740522384644, 0.00016562044038437307, -0.4076709747314453, 0.773273229598999, -0.4555835723876953, 0.7562874555587769, -0.4473651349544525, -0.026638716459274292, 0.46990966796875, -0.7070634365081787, 0.4677429795265198, 0.12878789007663727, 0.6205843091011047, -0.01557266153395176, -0.04078606516122818, 0.7104942202568054, -0.9129157066345215, 0.2543863356113434, -0.634839653968811, 0.22421300411224365, 0.24246935546398163, 0.5160626173019409, 0.59699547290802, 0.43712449073791504, 0.10119915008544922, -0.23920898139476776, 0.04115796089172363, -0.824112057685852, -0.2105061560869217, 0.6975154876708984, -0.7186890840530396, -0.6864200234413147, -1.2355339527130127, 0.14438660442829132, 0.2734709680080414, 0.38930538296699524, 0.7959293127059937, 0.571408748626709, 0.12895451486110687, 0.6805251836776733, 0.9888588190078735, -0.0688566341996193, 0.9166924357414246, 0.3224479556083679, 0.09175155311822891, -0.21944832801818848, 0.703682541847229, 0.26627880334854126, -0.24707944691181183, -0.11939704418182373, 0.20913450419902802, -0.11069448292255402, -0.5917614698410034, -0.49990636110305786, 0.3701757490634918, -0.673179030418396, -0.18303921818733215, -0.6243733763694763, -0.6043766140937805, -0.5117591619491577, 0.06927389651536942, -0.7147688865661621, 0.23979076743125916, -0.7753571271896362, -0.10574899613857269, 0.04323364049196243, 0.9792009592056274, -0.5893122553825378, 0.5805225372314453, -1.1218583583831787, 0.19345805048942566, -0.07949914038181305, 0.7921056151390076, 0.21395806968212128, -0.7344393730163574, -0.3975418210029602, -0.11592672020196915, -0.3729913830757141, -1.3576757907867432, 0.21404936909675598, -0.24541422724723816, 0.23094049096107483, 0.6145405173301697, 0.13977061212062836, 0.5258243680000305, -0.3432627320289612, 0.7029098868370056, -0.057017166167497635, -0.7069283127784729, 0.7934491634368896, -0.5026897192001343, 0.4963532090187073, 0.9765996932983398, 0.5333840250968933, -0.7984005212783813, 0.03574126586318016, -1.0411231517791748, -0.6008695960044861, 0.3842640817165375, 0.11928936094045639, -0.03601081296801567, -0.6659563183784485, -0.054019682109355927, -0.1614384949207306, 0.6043746471405029, -1.0390698909759521, -0.7858361601829529, 0.2576698660850525, 0.527729868888855, 0.0816858783364296, -0.5653398633003235, 0.20880675315856934, -0.5444164276123047, 1.065777063369751, 0.451093852519989, 0.32744985818862915, 0.8406059145927429, 0.46492472290992737, -0.3823162019252777, 0.092524453997612, 0.7662691473960876, 0.6666233539581299, -0.5239796042442322, -0.2908029556274414, -0.08827537298202515, -0.9143401384353638, 0.0592745766043663, 0.11168923228979111, -0.013455718755722046, 0.9082111120223999, 0.5793081521987915, 0.25397056341171265, 0.4514283239841461, -0.7264601588249207, 0.8859447240829468, -0.14954212307929993, -0.12472869455814362, -1.0677239894866943, 0.19486191868782043, -0.23984941840171814, 0.5006402134895325, 1.00613272190094, 0.525005042552948, -0.0476304292678833, -0.8143383264541626, -0.014735860750079155, 0.6939167976379395, -0.709112286567688, -0.17449817061424255, 0.944853663444519, 0.38470983505249023, -1.2953050136566162, 1.106776237487793, -0.5381770730018616, -0.5603324174880981, 0.9121299982070923, 0.5229572057723999, 1.1221845149993896, -0.4420412480831146, 0.0008673489210195839, 0.26622384786605835, 0.4137842059135437, 0.5423171520233154, 1.086963415145874, 0.43141311407089233, -0.7931064367294312, 0.8826587796211243, -0.24776041507720947, -0.40361127257347107, -0.05347596853971481, -0.42859870195388794, 0.16892190277576447, -0.44061899185180664, -0.1071297749876976, -0.34441855549812317, 0.28543204069137573, -0.7072038650512695, 0.42807620763778687, -0.08385680615901947, 0.8653066754341125, -0.855372428894043, 0.4720765948295593, 0.6354705095291138, -0.3337356448173523, -0.8508191108703613, -0.26198428869247437, -0.11448431015014648, -0.6389461755752563, 0.3021480441093445, -0.4554103910923004, 0.04439906030893326, 0.0962347760796547, -0.6491515040397644, -1.1778278350830078, 0.9093637466430664, -0.6396118998527527, -0.2784464657306671, 0.20464079082012177, -0.11514768749475479, 0.28811708092689514, -0.2524644732475281, 0.010661400854587555, 0.4187661111354828, 0.7489398717880249, 0.28446534276008606, -0.7727052569389343, -0.369488388299942, 0.0015036731492727995, -0.4447481036186218, 0.7582975625991821, -0.6002103686332703, 1.1840782165527344, -0.5563541054725647, -0.05965447425842285, 0.44384485483169556, 0.24690942466259003, 0.21076221764087677, 0.6629218459129333, 0.14420786499977112, 0.7282262444496155, 1.0701215267181396, -0.4083523750305176, 0.8811811208724976, 0.26432839035987854, 0.4743083119392395, 0.7238504886627197, -0.6487723588943481, 0.7513747215270996, 0.3181045949459076, -0.568292498588562, 0.9228013753890991, 1.2906062602996826, -0.15699179470539093, 0.807937502861023, 0.0513649582862854, -1.0816004276275635, 0.3258330225944519, -0.20724765956401825, -0.7530068755149841, 0.31502535939216614, 0.1905585080385208, -0.6920983195304871, -0.5770310759544373, -0.24046465754508972, -0.35662841796875, -0.11552870273590088, -0.7631731629371643, 0.6720567941665649, -0.016968976706266403, -0.5103675127029419, 0.1885751485824585, 0.28774985671043396, 0.17368431389331818, -0.5235735177993774, -0.029394518584012985, -0.22823648154735565, 0.2660655379295349, -0.5670852065086365, -0.5234524011611938, 0.5724431276321411, -0.3243022859096527, -0.5343256592750549, 0.181474968791008, 0.7635875344276428, -0.1692378968000412, -0.4515410363674164, 0.32472744584083557, 0.695952296257019, 0.16658537089824677, 0.4250280261039734, -0.23511254787445068, 0.24480605125427246, -0.0804479643702507, -0.06651566922664642, 0.2771478593349457, 0.344916969537735, 0.22435636818408966, 0.4450143873691559, 0.43285685777664185, -0.018087849020957947, -0.10736538469791412, -0.382819801568985, 0.41249409317970276, -0.9542785882949829, -0.5713284611701965, -0.6307111978530884, 0.27406591176986694, -0.02315419167280197, -1.0836418867111206, 0.4145169258117676, 1.4406688213348389, 1.0359987020492554, -0.4756383001804352, 1.0672268867492676, -0.21818509697914124, 0.9594793319702148, 0.41483116149902344, 0.5420442223548889, -0.6030412912368774, 0.03835371136665344, -0.4364396929740906, -1.0769630670547485, -0.3571634590625763, 0.45393896102905273, -0.02289971150457859, -0.34298643469810486, 0.8725714683532715, 0.5887163877487183, -0.33473628759384155, -0.1172804981470108, 0.048487357795238495, -0.02994159795343876, -0.12433783710002899, 0.5145373344421387, 0.7648399472236633, -0.9344304800033569, -0.1068042665719986, -0.21577724814414978, -0.6382726430892944, -0.5047282576560974, -0.9632009267807007, -0.1295943707227707, -0.1603781282901764, 0.03534368798136711, -0.5662806630134583, 0.002556878374889493, 1.208324909210205, 0.5684953927993774, -1.1113990545272827, -0.5303785800933838, 0.3371856212615967, 0.39204251766204834, -0.1874789595603943, -0.2420239895582199, 0.2984570860862732, 0.15382221341133118, -0.5908882021903992, 0.6875664591789246, 0.8089630007743835, 0.20888932049274445, 0.19554756581783295, 0.15893001854419708, -0.8229473233222961, -0.1491348296403885, 0.174404576420784, 0.9450570940971375, -0.9398540258407593, -0.7114843726158142, -0.031684912741184235, -0.270949125289917, -0.057657431811094284, 0.17102059721946716, -0.40463462471961975, 0.5180681943893433, 0.34591493010520935, 0.4993346333503723, 0.05616076663136482, -0.05474654585123062, 0.5409557223320007, -0.9069057703018188, 0.09425945580005646, 0.4134364128112793, 0.4154116213321686, -0.40008655190467834, -0.5910195112228394, 0.6713417768478394, 1.007397174835205, -0.6594864130020142, -0.8743268847465515, -0.19846728444099426, -1.0016002655029297, 0.04189728945493698, 0.6762757301330566, 0.5009525418281555, -0.48065146803855896, -0.41744986176490784, -0.5617402195930481, -0.12546738982200623, -0.1369970738887787, 0.7621606588363647, 1.1796802282333374, -0.7432093620300293, 0.07975759357213974, -1.0386393070220947, 0.659498929977417, -0.2419455498456955, -0.34575849771499634, -0.48644304275512695, 0.38327980041503906, 0.3523699641227722, 0.4404812455177307, 0.6148121953010559, 0.1408471167087555, 0.8338426351547241, 0.3126052916049957, -0.17026880383491516, 0.26989802718162537, -0.4559202194213867, -0.02893284521996975, -0.05796249955892563, 0.31015947461128235, -1.0262157917022705 ]
Alphonsce/Avrora-lora
Alphonsce
2023-11-29T21:10:29Z
0
0
null
[ "region:us" ]
2023-11-29T21:10:29Z
2023-11-29T21:10:29.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
Alphonsce/Avrora-lora
[ -0.3227648138999939, -0.22568409144878387, 0.8622261881828308, 0.43461495637893677, -0.5282989740371704, 0.7012965083122253, 0.7915717959403992, 0.07618632167577744, 0.7746028304100037, 0.2563219666481018, -0.7852813601493835, -0.22573833167552948, -0.9104479551315308, 0.5715669393539429, -0.3992334008216858, 0.5791246891021729, -0.14494474232196808, -0.10751161724328995, 0.28233757615089417, -0.27689528465270996, -0.5409227013587952, -0.36855265498161316, -1.1902778148651123, 0.061491768807172775, 0.5316581130027771, 0.7435137629508972, 0.7584061622619629, 0.3652168810367584, 0.6432579755783081, 0.39322900772094727, -0.23138947784900665, 0.48270565271377563, -0.04171813651919365, 0.0026039122603833675, -0.3524434268474579, -0.5516899824142456, -0.2859658896923065, 0.07584739476442337, 1.096130609512329, 0.9666880369186401, -0.2846638560295105, 0.05330803990364075, -0.3063623011112213, 0.330888569355011, -0.4973427355289459, 0.3054097294807434, -0.022506047040224075, 0.1631878763437271, -0.7041513919830322, -0.5535358190536499, 0.01279469020664692, -0.7361215949058533, 0.17926549911499023, -0.6900812983512878, 0.8269098401069641, 0.18583205342292786, 1.1533751487731934, 0.14819416403770447, -0.46248704195022583, -0.8161761164665222, -0.6538988947868347, 0.5711168050765991, -0.3270370662212372, 0.396802693605423, 0.7028231620788574, -0.048573218286037445, -0.9820331335067749, -0.6745744347572327, -0.4646618962287903, 0.2923962473869324, 0.3540278673171997, -0.34116750955581665, -0.17522107064723969, -0.3058989942073822, 0.15792052447795868, 0.12811493873596191, -0.4841994643211365, -0.5543915629386902, -0.5475161075592041, -0.3960253596305847, 0.6206656098365784, 0.3482952117919922, 0.24291786551475525, -0.1888420283794403, -0.32285821437835693, 0.0880165547132492, -0.4160853922367096, 0.3402568995952606, 0.6335514783859253, 0.7114022374153137, -0.5811444520950317, 0.5602161288261414, -0.0492761954665184, 0.743970513343811, 0.1144554391503334, -0.27478107810020447, 0.4146060049533844, -0.1472468078136444, 0.05517168715596199, 0.42263469099998474, 0.3152444362640381, 0.28413087129592896, -0.3273693025112152, 0.20322301983833313, -0.32151442766189575, -0.3049621284008026, -0.22332176566123962, -0.2949071526527405, -0.359218031167984, 0.5492290258407593, -0.3314019739627838, -0.42855483293533325, 1.1431753635406494, -0.4200766086578369, -0.7302228808403015, 0.3315635919570923, 0.40652093291282654, -0.09944792091846466, -0.37146544456481934, -0.05226077884435654, -0.8458787798881531, -0.00790704507380724, 0.749117374420166, -0.7198972105979919, 0.3371736407279968, 0.472806453704834, 0.7417216300964355, 0.19650550186634064, -0.1403447836637497, -0.42949438095092773, 0.29719701409339905, -0.8659995198249817, 0.6320174336433411, -0.20135216414928436, -1.0051977634429932, 0.11150500923395157, 0.8971706628799438, -0.37896376848220825, -1.2094876766204834, 1.0605159997940063, -0.6887931823730469, 0.16017863154411316, -0.6767615079879761, -0.1466120332479477, -0.07118494063615799, -0.005096650216728449, -0.6088157892227173, 0.7567100524902344, 0.5872672200202942, -0.49952730536460876, 0.21429471671581268, -0.2602984309196472, -0.391514390707016, 0.3882485330104828, -0.07935445010662079, -0.21858949959278107, 0.7138335108757019, -0.664708137512207, -0.26932811737060547, 0.2942774295806885, 0.23689353466033936, -0.357060968875885, -0.7931920886039734, 0.08478092402219772, -0.05786257982254028, 1.5507500171661377, -0.0386885404586792, -0.35861068964004517, -0.6793834567070007, -1.1506240367889404, -0.07070814818143845, 0.6886883974075317, -0.9194992780685425, -0.27839526534080505, -0.04640990495681763, -0.26169317960739136, 0.08994904905557632, 0.7390590906143188, -1.1194047927856445, 0.28327256441116333, -0.05092664808034897, -0.2279471904039383, 0.827105700969696, 0.15387241542339325, 0.24758943915367126, 0.1491343080997467, 0.429586797952652, 0.5277259945869446, 0.1111518144607544, 0.6835877895355225, -0.34720343351364136, -0.9694353342056274, 0.6154635548591614, 0.2526634931564331, 0.8121444582939148, -0.49945276975631714, 0.268509179353714, 0.270255446434021, -0.34096819162368774, -0.568236768245697, -0.31028395891189575, 0.09025733172893524, 0.14930593967437744, 0.11142518371343613, -0.5721709132194519, -0.6576127409934998, -0.9689140319824219, -0.13590653240680695, -0.4314371943473816, -0.3571569323539734, 0.21006932854652405, 0.5792903900146484, -1.1975526809692383, 0.4128873944282532, -0.7705622911453247, -0.7038742303848267, -0.010655522346496582, -0.19338123500347137, 0.7540655136108398, 0.4324018359184265, 0.5033971667289734, -0.639715313911438, -0.5661991834640503, -0.22470112144947052, -1.0333747863769531, -0.13280466198921204, 0.24819621443748474, 0.30657410621643066, -0.13423311710357666, -0.2744964063167572, -0.4874033033847809, 0.8100387454032898, 0.14789126813411713, -0.5391896367073059, 0.5220767259597778, -0.3020317256450653, 0.17224816977977753, -0.6369150876998901, -0.06916831433773041, -0.6616763472557068, -0.0009073615074157715, -0.360830694437027, -0.5737441182136536, 0.14772310853004456, 0.07017482817173004, -0.1606544703245163, 0.2880842089653015, -0.9092769622802734, -0.0010855704313144088, -0.7442212700843811, 0.37907224893569946, 0.06394784152507782, -0.31450825929641724, -0.01751726306974888, 1.0000386238098145, 0.7784463167190552, -0.384804904460907, 0.7217441201210022, 0.4440041482448578, 0.19036146998405457, 0.7630518078804016, -0.18725134432315826, 0.1647821068763733, -0.524541974067688, -0.12161119282245636, -0.8887596130371094, -1.098294734954834, 0.7320572137832642, -0.6114252209663391, 0.36542922258377075, -0.42778658866882324, 0.25891607999801636, -0.6919258832931519, -0.03885367512702942, 0.4808596670627594, -0.05936349183320999, -0.6863947510719299, 0.5232576131820679, 0.45317497849464417, -0.20192435383796692, -0.6609033346176147, -0.5301569700241089, 0.393657922744751, 0.6154114603996277, -0.16390353441238403, 0.06878522783517838, 0.14941099286079407, -0.5441930294036865, -0.04080263897776604, -0.38691961765289307, -0.45766720175743103, 0.05422421544790268, 0.1305343508720398, -0.005750653799623251, -0.4048202931880951, -0.08680196851491928, -0.3584199547767639, -0.46561241149902344, 0.21876493096351624, 0.30119454860687256, -0.04096321016550064, -0.4259977340698242, -0.36198195815086365, -0.8881809115409851, 0.6719613075256348, 0.5370283722877502, 0.052815280854701996, 0.7555552124977112, 0.1681928187608719, -0.8014990091323853, -0.1353219449520111, -0.176070898771286, 0.269683301448822, -0.5588053464889526, 0.1384984403848648, -0.013484662398695946, -0.06374900043010712, 0.2629791796207428, 0.25386208295822144, -0.4300557076931, 0.9276250600814819, -0.2615269720554352, -0.35925227403640747, 0.796018123626709, 0.5974744558334351, 0.49583086371421814, 0.1650320291519165, -0.04454131796956062, 0.9007095098495483, -1.1966516971588135, -0.6563180088996887, -0.7409547567367554, -0.15945680439472198, -0.4351085126399994, -0.03210565075278282, 0.6254414319992065, 0.29009872674942017, -0.13333866000175476, 0.47563934326171875, -0.5243492126464844, 0.3556033670902252, 1.01198410987854, 0.35748618841171265, 0.34356969594955444, -0.7570228576660156, -0.2515779137611389, -0.1402427703142166, -0.9998155832290649, -0.26313766837120056, 0.8871027231216431, 0.22752615809440613, 0.8444606065750122, 0.5992540717124939, 0.6784545183181763, 0.13672275841236115, 0.2523830533027649, -0.3059033751487732, 0.39202937483787537, 0.4376083314418793, -1.0401138067245483, -0.42758387327194214, 0.021418336778879166, -0.9703336954116821, -0.14227521419525146, -0.034949980676174164, -0.42617130279541016, 0.7681740522384644, 0.00016562044038437307, -0.4076709747314453, 0.773273229598999, -0.4555835723876953, 0.7562874555587769, -0.4473651349544525, -0.026638716459274292, 0.46990966796875, -0.7070634365081787, 0.4677429795265198, 0.12878789007663727, 0.6205843091011047, -0.01557266153395176, -0.04078606516122818, 0.7104942202568054, -0.9129157066345215, 0.2543863356113434, -0.634839653968811, 0.22421300411224365, 0.24246935546398163, 0.5160626173019409, 0.59699547290802, 0.43712449073791504, 0.10119915008544922, -0.23920898139476776, 0.04115796089172363, -0.824112057685852, -0.2105061560869217, 0.6975154876708984, -0.7186890840530396, -0.6864200234413147, -1.2355339527130127, 0.14438660442829132, 0.2734709680080414, 0.38930538296699524, 0.7959293127059937, 0.571408748626709, 0.12895451486110687, 0.6805251836776733, 0.9888588190078735, -0.0688566341996193, 0.9166924357414246, 0.3224479556083679, 0.09175155311822891, -0.21944832801818848, 0.703682541847229, 0.26627880334854126, -0.24707944691181183, -0.11939704418182373, 0.20913450419902802, -0.11069448292255402, -0.5917614698410034, -0.49990636110305786, 0.3701757490634918, -0.673179030418396, -0.18303921818733215, -0.6243733763694763, -0.6043766140937805, -0.5117591619491577, 0.06927389651536942, -0.7147688865661621, 0.23979076743125916, -0.7753571271896362, -0.10574899613857269, 0.04323364049196243, 0.9792009592056274, -0.5893122553825378, 0.5805225372314453, -1.1218583583831787, 0.19345805048942566, -0.07949914038181305, 0.7921056151390076, 0.21395806968212128, -0.7344393730163574, -0.3975418210029602, -0.11592672020196915, -0.3729913830757141, -1.3576757907867432, 0.21404936909675598, -0.24541422724723816, 0.23094049096107483, 0.6145405173301697, 0.13977061212062836, 0.5258243680000305, -0.3432627320289612, 0.7029098868370056, -0.057017166167497635, -0.7069283127784729, 0.7934491634368896, -0.5026897192001343, 0.4963532090187073, 0.9765996932983398, 0.5333840250968933, -0.7984005212783813, 0.03574126586318016, -1.0411231517791748, -0.6008695960044861, 0.3842640817165375, 0.11928936094045639, -0.03601081296801567, -0.6659563183784485, -0.054019682109355927, -0.1614384949207306, 0.6043746471405029, -1.0390698909759521, -0.7858361601829529, 0.2576698660850525, 0.527729868888855, 0.0816858783364296, -0.5653398633003235, 0.20880675315856934, -0.5444164276123047, 1.065777063369751, 0.451093852519989, 0.32744985818862915, 0.8406059145927429, 0.46492472290992737, -0.3823162019252777, 0.092524453997612, 0.7662691473960876, 0.6666233539581299, -0.5239796042442322, -0.2908029556274414, -0.08827537298202515, -0.9143401384353638, 0.0592745766043663, 0.11168923228979111, -0.013455718755722046, 0.9082111120223999, 0.5793081521987915, 0.25397056341171265, 0.4514283239841461, -0.7264601588249207, 0.8859447240829468, -0.14954212307929993, -0.12472869455814362, -1.0677239894866943, 0.19486191868782043, -0.23984941840171814, 0.5006402134895325, 1.00613272190094, 0.525005042552948, -0.0476304292678833, -0.8143383264541626, -0.014735860750079155, 0.6939167976379395, -0.709112286567688, -0.17449817061424255, 0.944853663444519, 0.38470983505249023, -1.2953050136566162, 1.106776237487793, -0.5381770730018616, -0.5603324174880981, 0.9121299982070923, 0.5229572057723999, 1.1221845149993896, -0.4420412480831146, 0.0008673489210195839, 0.26622384786605835, 0.4137842059135437, 0.5423171520233154, 1.086963415145874, 0.43141311407089233, -0.7931064367294312, 0.8826587796211243, -0.24776041507720947, -0.40361127257347107, -0.05347596853971481, -0.42859870195388794, 0.16892190277576447, -0.44061899185180664, -0.1071297749876976, -0.34441855549812317, 0.28543204069137573, -0.7072038650512695, 0.42807620763778687, -0.08385680615901947, 0.8653066754341125, -0.855372428894043, 0.4720765948295593, 0.6354705095291138, -0.3337356448173523, -0.8508191108703613, -0.26198428869247437, -0.11448431015014648, -0.6389461755752563, 0.3021480441093445, -0.4554103910923004, 0.04439906030893326, 0.0962347760796547, -0.6491515040397644, -1.1778278350830078, 0.9093637466430664, -0.6396118998527527, -0.2784464657306671, 0.20464079082012177, -0.11514768749475479, 0.28811708092689514, -0.2524644732475281, 0.010661400854587555, 0.4187661111354828, 0.7489398717880249, 0.28446534276008606, -0.7727052569389343, -0.369488388299942, 0.0015036731492727995, -0.4447481036186218, 0.7582975625991821, -0.6002103686332703, 1.1840782165527344, -0.5563541054725647, -0.05965447425842285, 0.44384485483169556, 0.24690942466259003, 0.21076221764087677, 0.6629218459129333, 0.14420786499977112, 0.7282262444496155, 1.0701215267181396, -0.4083523750305176, 0.8811811208724976, 0.26432839035987854, 0.4743083119392395, 0.7238504886627197, -0.6487723588943481, 0.7513747215270996, 0.3181045949459076, -0.568292498588562, 0.9228013753890991, 1.2906062602996826, -0.15699179470539093, 0.807937502861023, 0.0513649582862854, -1.0816004276275635, 0.3258330225944519, -0.20724765956401825, -0.7530068755149841, 0.31502535939216614, 0.1905585080385208, -0.6920983195304871, -0.5770310759544373, -0.24046465754508972, -0.35662841796875, -0.11552870273590088, -0.7631731629371643, 0.6720567941665649, -0.016968976706266403, -0.5103675127029419, 0.1885751485824585, 0.28774985671043396, 0.17368431389331818, -0.5235735177993774, -0.029394518584012985, -0.22823648154735565, 0.2660655379295349, -0.5670852065086365, -0.5234524011611938, 0.5724431276321411, -0.3243022859096527, -0.5343256592750549, 0.181474968791008, 0.7635875344276428, -0.1692378968000412, -0.4515410363674164, 0.32472744584083557, 0.695952296257019, 0.16658537089824677, 0.4250280261039734, -0.23511254787445068, 0.24480605125427246, -0.0804479643702507, -0.06651566922664642, 0.2771478593349457, 0.344916969537735, 0.22435636818408966, 0.4450143873691559, 0.43285685777664185, -0.018087849020957947, -0.10736538469791412, -0.382819801568985, 0.41249409317970276, -0.9542785882949829, -0.5713284611701965, -0.6307111978530884, 0.27406591176986694, -0.02315419167280197, -1.0836418867111206, 0.4145169258117676, 1.4406688213348389, 1.0359987020492554, -0.4756383001804352, 1.0672268867492676, -0.21818509697914124, 0.9594793319702148, 0.41483116149902344, 0.5420442223548889, -0.6030412912368774, 0.03835371136665344, -0.4364396929740906, -1.0769630670547485, -0.3571634590625763, 0.45393896102905273, -0.02289971150457859, -0.34298643469810486, 0.8725714683532715, 0.5887163877487183, -0.33473628759384155, -0.1172804981470108, 0.048487357795238495, -0.02994159795343876, -0.12433783710002899, 0.5145373344421387, 0.7648399472236633, -0.9344304800033569, -0.1068042665719986, -0.21577724814414978, -0.6382726430892944, -0.5047282576560974, -0.9632009267807007, -0.1295943707227707, -0.1603781282901764, 0.03534368798136711, -0.5662806630134583, 0.002556878374889493, 1.208324909210205, 0.5684953927993774, -1.1113990545272827, -0.5303785800933838, 0.3371856212615967, 0.39204251766204834, -0.1874789595603943, -0.2420239895582199, 0.2984570860862732, 0.15382221341133118, -0.5908882021903992, 0.6875664591789246, 0.8089630007743835, 0.20888932049274445, 0.19554756581783295, 0.15893001854419708, -0.8229473233222961, -0.1491348296403885, 0.174404576420784, 0.9450570940971375, -0.9398540258407593, -0.7114843726158142, -0.031684912741184235, -0.270949125289917, -0.057657431811094284, 0.17102059721946716, -0.40463462471961975, 0.5180681943893433, 0.34591493010520935, 0.4993346333503723, 0.05616076663136482, -0.05474654585123062, 0.5409557223320007, -0.9069057703018188, 0.09425945580005646, 0.4134364128112793, 0.4154116213321686, -0.40008655190467834, -0.5910195112228394, 0.6713417768478394, 1.007397174835205, -0.6594864130020142, -0.8743268847465515, -0.19846728444099426, -1.0016002655029297, 0.04189728945493698, 0.6762757301330566, 0.5009525418281555, -0.48065146803855896, -0.41744986176490784, -0.5617402195930481, -0.12546738982200623, -0.1369970738887787, 0.7621606588363647, 1.1796802282333374, -0.7432093620300293, 0.07975759357213974, -1.0386393070220947, 0.659498929977417, -0.2419455498456955, -0.34575849771499634, -0.48644304275512695, 0.38327980041503906, 0.3523699641227722, 0.4404812455177307, 0.6148121953010559, 0.1408471167087555, 0.8338426351547241, 0.3126052916049957, -0.17026880383491516, 0.26989802718162537, -0.4559202194213867, -0.02893284521996975, -0.05796249955892563, 0.31015947461128235, -1.0262157917022705 ]
chrisgru/llama-7b-v1
chrisgru
2023-11-29T21:11:22Z
0
0
null
[ "transformers", "tensorboard", "llama", "text-generation", "generated_from_trainer", "base_model:meta-llama/Llama-2-7b-hf", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-29T21:11:22Z
2023-11-29T21:10:38.000Z
null
null
--- base_model: meta-llama/Llama-2-7b-hf tags: - generated_from_trainer model-index: - name: model_output 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. --> [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl) # model_output This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.6558 ## 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: 3e-05 - train_batch_size: 4 - eval_batch_size: 4 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 16 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: constant - lr_scheduler_warmup_steps: 100 - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 0.8594 | 0.11 | 20 | 0.8079 | | 0.7572 | 0.22 | 40 | 0.7334 | | 0.7202 | 0.33 | 60 | 0.7059 | | 0.6849 | 0.44 | 80 | 0.6899 | | 0.7245 | 0.55 | 100 | 0.6865 | | 0.6738 | 0.66 | 120 | 0.6752 | | 0.703 | 0.77 | 140 | 0.6705 | | 0.6725 | 0.87 | 160 | 0.6702 | | 0.6976 | 0.98 | 180 | 0.6617 | | 0.6018 | 1.09 | 200 | 0.6663 | | 0.6093 | 1.2 | 220 | 0.6593 | | 0.6167 | 1.31 | 240 | 0.6611 | | 0.6128 | 1.42 | 260 | 0.6611 | | 0.6098 | 1.53 | 280 | 0.6590 | | 0.6463 | 1.64 | 300 | 0.6568 | | 0.6174 | 1.75 | 320 | 0.6534 | | 0.5943 | 1.86 | 340 | 0.6519 | | 0.602 | 1.97 | 360 | 0.6516 | | 0.5815 | 2.08 | 380 | 0.6540 | | 0.5496 | 2.19 | 400 | 0.6576 | | 0.5597 | 2.3 | 420 | 0.6609 | | 0.5433 | 2.4 | 440 | 0.6691 | | 0.5498 | 2.51 | 460 | 0.6742 | | 0.5418 | 2.62 | 480 | 0.6684 | | 0.5337 | 2.73 | 500 | 0.6672 | | 0.5045 | 2.84 | 520 | 0.6553 | | 0.5659 | 2.95 | 540 | 0.6558 | ### Framework versions - Transformers 4.35.2 - Pytorch 2.0.1+cu118 - Datasets 2.15.0 - Tokenizers 0.15.0
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
chrisgru/llama-7b-v1
[ -0.6217401623725891, -0.5229887962341309, 0.1094924807548523, 0.0063348980620503426, -0.24064145982265472, -0.08626487106084824, 0.07928305864334106, -0.26515209674835205, 0.45294275879859924, 0.21983757615089417, -0.7599515914916992, -0.7786455750465393, -0.682360827922821, -0.09124784916639328, -0.1737370789051056, 1.1641579866409302, 0.018104130402207375, -0.2343422770500183, -0.22182193398475647, -0.19287016987800598, -0.3499546945095062, -0.3466803729534149, -0.8570969700813293, -0.5805016160011292, 0.38496217131614685, 0.30010902881622314, 0.9517892599105835, 0.8986238241195679, 0.46387410163879395, 0.36492785811424255, -0.40416401624679565, 0.1687036007642746, -0.3414241075515747, -0.4312489628791809, 0.22357015311717987, -0.4987071454524994, -0.6420911550521851, 0.07350091636180878, 0.6503451466560364, 0.41538652777671814, -0.1596829891204834, 0.6352347731590271, 0.18258234858512878, 0.5670589208602905, -0.49308061599731445, 0.306260347366333, -0.3303180932998657, 0.26805999875068665, -0.21367810666561127, -0.3339030146598816, -0.02594374679028988, -0.3372305631637573, -0.022720739245414734, -0.7210630774497986, 0.3339502811431885, 0.08941479027271271, 1.4572675228118896, 0.3568592071533203, -0.40024334192276, 0.2222570776939392, -0.5988823175430298, 0.7229439616203308, -0.7438459992408752, 0.17224916815757751, 0.5861181020736694, 0.19558869302272797, 0.05533485859632492, -0.9114696383476257, -0.8092459440231323, 0.306851327419281, -0.18958747386932373, 0.20692035555839539, -0.32703399658203125, -0.281680166721344, 0.5913015007972717, 0.7028971314430237, -0.6913880109786987, 0.13246794044971466, -0.5123629570007324, -0.3648993670940399, 0.7246935963630676, 0.5778778195381165, 0.08401170372962952, -0.38223204016685486, -0.5534319877624512, -0.22877663373947144, -0.5159448981285095, 0.3386908769607544, 0.5878555774688721, 0.0991273820400238, -0.5189608335494995, 0.3997061550617218, -0.23260913789272308, 0.6257209777832031, 0.03673597052693367, -0.32857635617256165, 0.8698830008506775, -0.3034106492996216, -0.43858298659324646, -0.06174502894282341, 0.9208254218101501, 0.6685032248497009, -0.12167426943778992, 0.09418372064828873, -0.17748326063156128, -0.09955742210149765, 0.05587785318493843, -0.9786721467971802, -0.18294578790664673, 0.4025806486606598, -0.557332456111908, -0.5796602964401245, -0.09917369484901428, -0.7800796031951904, 0.027583960443735123, -0.3085397779941559, 0.3931172788143158, -0.2567986845970154, -0.3597630560398102, -0.11878351122140884, -0.135267436504364, 0.448401540517807, 0.22564175724983215, -1.0415219068527222, 0.2843243181705475, 0.4961338937282562, 1.028486728668213, 0.16656674444675446, -0.27272191643714905, 0.024222450330853462, 0.23269808292388916, -0.44460922479629517, 0.797524631023407, -0.1301272064447403, -0.45991894602775574, -0.23140592873096466, 0.26470184326171875, -0.2526381015777588, -0.3924895226955414, 0.7786513566970825, -0.4110517203807831, 0.20415912568569183, -0.3849913477897644, -0.3163978159427643, -0.34106287360191345, 0.49281248450279236, -0.6468638181686401, 1.4907386302947998, 0.13600826263427734, -1.1137635707855225, 0.5590126514434814, -0.6194930076599121, 0.036845799535512924, -0.06644947081804276, -0.11741714179515839, -1.0051777362823486, -0.3293439447879791, 0.3773695230484009, 0.3434283137321472, -0.589679479598999, 0.20953239500522614, -0.16252383589744568, -0.48769447207450867, -0.08269327133893967, -0.5108593106269836, 1.1900017261505127, 0.23797284066677094, -0.7176329493522644, 0.19342851638793945, -1.1324347257614136, 0.2594734728336334, 0.41302990913391113, -0.5032627582550049, 0.0141267329454422, -0.2919190227985382, 0.20667891204357147, 0.23754936456680298, 0.32769185304641724, -0.5087477564811707, 0.34134313464164734, -0.23490497469902039, 0.6089536547660828, 0.9243823289871216, 0.1254531443119049, 0.218729168176651, -0.6439559459686279, 0.36139729619026184, 0.272620290517807, 0.4714908003807068, 0.09508874267339706, -0.6240612864494324, -0.9783691763877869, -0.4421212673187256, 0.0899200290441513, 0.4404240846633911, -0.292024165391922, 0.6540399789810181, -0.205439031124115, -0.7895819544792175, -0.44752979278564453, 0.01382181141525507, 0.27404940128326416, 0.7399189472198486, 0.3888164162635803, -0.2233990579843521, -0.5217787027359009, -1.089742660522461, 0.15369750559329987, -0.21146713197231293, 0.3309766352176666, 0.43046265840530396, 0.9539534449577332, -0.3835050165653229, 1.054663062095642, -0.6860549449920654, -0.5185570120811462, -0.09837349504232407, -0.01054775808006525, 0.6698302626609802, 0.7481485605239868, 0.9217767715454102, -0.6545968055725098, -0.4009300470352173, 0.046181268990039825, -0.9739531874656677, 0.34377554059028625, -0.06824938952922821, -0.22167378664016724, -0.03248939290642738, 0.08308620750904083, -0.7029833793640137, 0.9592596292495728, 0.5422373414039612, -0.44100427627563477, 0.899726390838623, -0.4085597097873688, 0.17087207734584808, -1.1566613912582397, 0.41633737087249756, -0.0770934596657753, -0.10319680720567703, -0.44119182229042053, -0.08993206173181534, 0.014420661143958569, -0.27196642756462097, -0.3435248136520386, 0.7482284307479858, -0.3088456094264984, 0.012786283157765865, -0.05631888657808304, -0.29815566539764404, 0.028771525248885155, 0.8274873495101929, 0.029654959216713905, 1.032854437828064, 0.871908962726593, -0.5898742079734802, 0.39165326952934265, 0.39547574520111084, -0.5265079736709595, 0.5350193381309509, -0.8498958945274353, 0.14266490936279297, 0.019814377650618553, 0.07055486738681793, -1.153487205505371, -0.3008878827095032, 0.5477524399757385, -0.5009085536003113, 0.15003423392772675, -0.11211627721786499, -0.4704931974411011, -0.8450354337692261, -0.37026798725128174, 0.31136566400527954, 0.5405994653701782, -0.5700721740722656, 0.5369415283203125, 0.04528040066361427, 0.29770395159721375, -0.8590080738067627, -0.81268310546875, -0.021932143718004227, -0.22707685828208923, -0.7327525615692139, 0.4269862771034241, -0.08999618142843246, -0.07151303440332413, 0.10466362535953522, -0.1308264285326004, -0.22986510396003723, 0.13393718004226685, 0.47393766045570374, 0.3377194106578827, -0.25351399183273315, -0.10744958370923996, -0.09028986841440201, -0.38601550459861755, 0.09860074520111084, -0.15773138403892517, 0.6906894445419312, -0.25635743141174316, -0.5524082779884338, -1.0458942651748657, -0.1280689686536789, 0.6177895665168762, -0.362994909286499, 1.1512776613235474, 0.7301568984985352, -0.409194678068161, 0.1355074793100357, -0.4597910940647125, -0.1750364750623703, -0.5006589889526367, 0.24923060834407806, -0.43874311447143555, -0.4677128791809082, 0.9407544732093811, -0.0388760045170784, 0.24505823850631714, 0.9187552332878113, 0.5772451162338257, 0.02931833080947399, 1.0826443433761597, 0.30443838238716125, -0.1969716101884842, 0.27621006965637207, -1.1363892555236816, -0.00716962618753314, -1.0242767333984375, -0.7671499848365784, -0.49336400628089905, -0.5197613835334778, -0.42628931999206543, -0.16803526878356934, 0.2881818115711212, 0.059750545769929886, -0.7547305822372437, 0.19743452966213226, -0.7956489324569702, 0.31565433740615845, 0.8663150072097778, 0.42655545473098755, 0.12424185872077942, 0.021242817863821983, -0.4086529314517975, -0.07348564267158508, -0.7018371224403381, -0.5187261700630188, 1.4166245460510254, 0.29045993089675903, 0.6094846129417419, 0.1040899008512497, 0.8929390907287598, 0.2191254049539566, 0.14318209886550903, -0.5632284283638, 0.29782164096832275, 0.33512595295906067, -1.007394552230835, -0.22985196113586426, -0.29281896352767944, -1.022497534751892, 0.40786322951316833, -0.3775944411754608, -0.8639369606971741, 0.6535508632659912, 0.33285507559776306, -0.501782238483429, 0.734943151473999, -0.40212714672088623, 1.0111974477767944, -0.21081674098968506, -0.6667076349258423, -0.05272219702601433, -0.601986289024353, 0.28436166048049927, 0.060849178582429886, 0.1255074292421341, -0.17035280168056488, 0.05982210487127304, 0.9903664588928223, -0.9283086657524109, 0.782691240310669, -0.12655788660049438, 0.25583362579345703, 0.5030919313430786, -0.27446600794792175, 0.7452100515365601, 0.251099169254303, -0.3381167948246002, 0.2104945331811905, -0.05864022672176361, -0.663544774055481, -0.3768353760242462, 0.8581393957138062, -1.3256316184997559, -0.8243548274040222, -0.7882582545280457, -0.4631551504135132, 0.3408330976963043, 0.3385564088821411, 0.5255102515220642, 0.6555675268173218, 0.11323180794715881, 0.16962562501430511, 0.5795018076896667, -0.02245304547250271, 0.6278422474861145, 0.17168284952640533, -0.01561698131263256, -0.8714622855186462, 0.8770431876182556, 0.005034410860389471, 0.22198404371738434, -0.045781441032886505, 0.20949308574199677, -0.43979138135910034, -0.4619242548942566, -0.5667669177055359, 0.3171505033969879, -0.6085458397865295, -0.419509619474411, -0.5421058535575867, -0.3255942761898041, -0.6772346496582031, -0.2633969187736511, -0.26409244537353516, -0.23759837448596954, -0.6655012965202332, -0.2832255959510803, 0.7090045809745789, 0.5687689781188965, -0.11684627085924149, 0.5814968943595886, -0.5729398131370544, -0.1049109548330307, 0.28089016675949097, 0.0798027366399765, 0.2531423568725586, -0.706127405166626, -0.21272243559360504, -0.05167746543884277, -0.6096926927566528, -0.7306584715843201, 0.8027909994125366, 0.07570780813694, 0.7190601229667664, 0.7590545415878296, -0.07625216245651245, 1.1952500343322754, -0.13574819266796112, 0.8659583926200867, 0.48901304602622986, -0.8161501884460449, 0.5705357789993286, -0.2299654483795166, 0.3485901653766632, 0.5536958575248718, 0.47299203276634216, -0.5141916871070862, -0.14294233918190002, -1.1090973615646362, -0.9919982552528381, 1.015897512435913, 0.3510781526565552, 0.049935124814510345, 0.1418887972831726, 0.43638676404953003, -0.4308847486972809, 0.26293277740478516, -1.0391511917114258, -0.8607076406478882, -0.30066952109336853, -0.018044158816337585, -0.09889592975378036, -0.2099771499633789, -0.31560295820236206, -0.6509739756584167, 0.7091548442840576, 0.10344517230987549, 0.4155248701572418, 0.26114290952682495, 0.1675352305173874, -0.12230714410543442, -0.03163826838135719, 0.6124476194381714, 0.883251428604126, -0.46309351921081543, 0.022024717181921005, 0.27573180198669434, -0.5542362928390503, 0.1824500560760498, 0.030460873618721962, -0.37970325350761414, -0.026576051488518715, 0.6067109704017639, 0.9879909753799438, 0.07507771998643875, -0.026777546852827072, 0.6311107277870178, 0.13996119797229767, -0.5541776418685913, -0.5866982340812683, -0.036303095519542694, 0.06706063449382782, 0.3663055896759033, 0.4923575818538666, 0.48587679862976074, 0.009763707406818867, -0.5057410597801208, 0.11670883744955063, 0.358422189950943, -0.5453084111213684, -0.21769805252552032, 1.1710151433944702, 0.033287085592746735, -0.25248509645462036, 0.8182315826416016, 0.020579800009727478, -0.5519479513168335, 1.0949879884719849, 0.5506150126457214, 0.6957281231880188, -0.3065015375614166, 0.10797908157110214, 1.049343466758728, 0.35990914702415466, 0.0476580373942852, 0.36948391795158386, -0.031350262463092804, -0.3049505650997162, 0.029845718294382095, -0.6898274421691895, -0.09105058014392853, 0.31072330474853516, -0.9365987181663513, 0.4669622480869293, -0.6048985123634338, -0.5710160732269287, -0.09260572493076324, 0.26373356580734253, -0.9980921745300293, 0.45457643270492554, -0.05698281154036522, 1.127554178237915, -1.0457767248153687, 0.7664544582366943, 0.5784983038902283, -0.7852290868759155, -1.1221673488616943, -0.39037227630615234, 0.056966666132211685, -1.1135040521621704, 0.926547646522522, 0.08685416728258133, 0.29508328437805176, 0.17782361805438995, -0.5530784130096436, -1.1141983270645142, 1.5971347093582153, 0.06562262773513794, -0.5418772101402283, 0.09487796574831009, 0.21967244148254395, 0.521532416343689, -0.0917528048157692, 0.6717885136604309, 0.43072161078453064, 0.5462592244148254, 0.31925588846206665, -0.8545106053352356, 0.19850853085517883, -0.3972916007041931, -0.04155605658888817, 0.2833041548728943, -0.9669457674026489, 1.3233519792556763, -0.34659212827682495, 0.1198459267616272, 0.08010850101709366, 0.7483348250389099, 0.33697664737701416, 0.28250735998153687, 0.39233162999153137, 1.1414095163345337, 0.8714378476142883, -0.295790433883667, 1.198804259300232, -0.4150247573852539, 0.8535573482513428, 0.8212420344352722, 0.1257256269454956, 0.7774701118469238, 0.436114102602005, -0.45000699162483215, 0.5024364590644836, 1.1308194398880005, -0.21316520869731903, 0.5504212975502014, 0.05093151703476906, -0.40921422839164734, -0.3616656959056854, 0.12371575087308884, -0.845819354057312, 0.14905478060245514, 0.09585785865783691, -0.657426655292511, -0.2757866084575653, -0.2418351024389267, 0.03843167424201965, -0.2892109453678131, -0.48067161440849304, 0.5917055606842041, -0.25610774755477905, -0.23784315586090088, 0.8906306028366089, -0.1422044038772583, 0.5903398990631104, -0.6001823544502258, -0.043380189687013626, -0.2521035671234131, 0.42502933740615845, -0.7178468704223633, -0.8415153622627258, 0.1413942277431488, -0.11877977102994919, -0.13830851018428802, 0.1233200877904892, 0.32296526432037354, 0.0009880438446998596, -0.7388462424278259, 0.1280515342950821, 0.16607320308685303, 0.21623052656650543, 0.2852924168109894, -0.9795048236846924, -0.10246644914150238, 0.14632456004619598, -0.6226426362991333, 0.18121525645256042, 0.3866213858127594, -0.04626290500164032, 0.6639363765716553, 0.9155792593955994, 0.014245511963963509, 0.1847957968711853, -0.14439155161380768, 1.3611549139022827, -0.6674491167068481, -0.5034458041191101, -0.894514799118042, 0.4097628593444824, -0.2876882255077362, -0.8503608703613281, 0.8260794878005981, 1.0140929222106934, 0.6543757915496826, -0.033201877027750015, 0.6389831900596619, -0.26506611704826355, 0.30601102113723755, -0.3694821298122406, 0.7740968465805054, -0.8818472623825073, -0.01014474406838417, -0.21444688737392426, -0.9083629846572876, -0.37824738025665283, 0.8053974509239197, -0.5281768441200256, 0.037050530314445496, 0.5853487849235535, 0.9426643252372742, 0.12134532630443573, -0.07683467119932175, 0.11105547100305557, -0.08700097352266312, 0.3112892806529999, 0.6036667823791504, 0.6174373030662537, -0.8754006624221802, 0.7229998111724854, -0.6963275671005249, -0.08735739439725876, -0.24683524668216705, -0.6810401678085327, -0.9428437948226929, -0.46396225690841675, -0.5876373648643494, -0.41257527470588684, -0.07811548560857773, 1.0029610395431519, 0.8644602298736572, -0.6640248894691467, -0.31044647097587585, 0.003194337012246251, 0.02814537100493908, -0.44584178924560547, -0.1649450659751892, 0.9632347822189331, -0.011384669691324234, -0.8910971283912659, -0.3017089068889618, -0.029123269021511078, 0.4333668351173401, -0.10850360989570618, -0.26062968373298645, -0.28929686546325684, -0.2628377377986908, 0.30141982436180115, 0.30025196075439453, -0.6813644766807556, -0.2788761258125305, -0.1367792934179306, -0.1385437548160553, 0.4054294526576996, 0.24616040289402008, -0.5606250762939453, 0.29747357964515686, 0.36543747782707214, 0.36863192915916443, 0.832282304763794, 0.0065102227963507175, 0.006310107186436653, -0.5345259308815002, 0.4213144779205322, 0.041816841810941696, 0.4040571451187134, 0.0467439740896225, -0.49000290036201477, 0.683969259262085, 0.6414567828178406, -0.7237967848777771, -0.9188781380653381, -0.3603841960430145, -1.1544924974441528, 0.08038973063230515, 1.1308393478393555, -0.13869866728782654, -0.6828242540359497, 0.09156980365514755, -0.2948606610298157, 0.16486497223377228, -0.4575912356376648, 0.5660936832427979, 0.6360301375389099, -0.22134722769260406, -0.05626041069626808, -0.6201402544975281, 0.47618409991264343, 0.0576784573495388, -0.8825118541717529, -0.28524428606033325, 0.27891600131988525, 0.4896657466888428, 0.2981601357460022, 0.614948034286499, -0.14503097534179688, 0.2688313126564026, 0.3479783833026886, 0.3804929852485657, -0.32761430740356445, -0.006215966772288084, -0.19242814183235168, 0.06387180089950562, 0.18022219836711884, -0.5837240815162659 ]
pranchana/medz
pranchana
2023-11-29T21:32:57Z
0
0
null
[ "region:us" ]
2023-11-29T21:32:57Z
2023-11-29T21:11:34.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
pranchana/medz
[ -0.32276493310928345, -0.22568459808826447, 0.8622260093688965, 0.4346148371696472, -0.5282988548278809, 0.7012964487075806, 0.7915716767311096, 0.07618658244609833, 0.7746025323867798, 0.25632205605506897, -0.7852813601493835, -0.22573843598365784, -0.910447895526886, 0.5715667009353638, -0.39923325181007385, 0.5791246891021729, -0.14494483172893524, -0.1075114756822586, 0.28233760595321655, -0.27689552307128906, -0.5409225225448608, -0.3685525357723236, -1.1902776956558228, 0.061491645872592926, 0.5316582322120667, 0.7435147166252136, 0.7584059238433838, 0.365217000246048, 0.6432579159736633, 0.3932287096977234, -0.23138947784900665, 0.4827052652835846, -0.0417182482779026, 0.0026037455536425114, -0.35244378447532654, -0.5516902804374695, -0.2859657406806946, 0.07584778964519501, 1.096130132675171, 0.966687798500061, -0.28466349840164185, 0.05330834910273552, -0.30636221170425415, 0.3308893144130707, -0.49734336137771606, 0.30540987849235535, -0.022506391629576683, 0.1631879359483719, -0.7041513323783875, -0.5535355806350708, 0.012794867157936096, -0.7361212968826294, 0.17926542460918427, -0.6900809407234192, 0.8269098997116089, 0.18583178520202637, 1.1533750295639038, 0.14819422364234924, -0.46248659491539, -0.8161764144897461, -0.6538988351821899, 0.5711169838905334, -0.32703691720962524, 0.3968023657798767, 0.7028236389160156, -0.048573266714811325, -0.9820327758789062, -0.6745741963386536, -0.46466198563575745, 0.2923962473869324, 0.3540281057357788, -0.34116747975349426, -0.17522095143795013, -0.30589884519577026, 0.15792043507099152, 0.12811486423015594, -0.4841994643211365, -0.5543920397758484, -0.5475161671638489, -0.3960249125957489, 0.6206658482551575, 0.34829503297805786, 0.2429177314043045, -0.1888417750597, -0.3228582441806793, 0.08801653236150742, -0.416085422039032, 0.34025707840919495, 0.6335517168045044, 0.7114019393920898, -0.5811445713043213, 0.5602160692214966, -0.049275852739810944, 0.7439700961112976, 0.11445559561252594, -0.27478092908859253, 0.41460561752319336, -0.1472472995519638, 0.05517183616757393, 0.4226347804069519, 0.3152443766593933, 0.2841314375400543, -0.3273696303367615, 0.20322294533252716, -0.321514368057251, -0.3049625754356384, -0.22332210838794708, -0.29490771889686584, -0.35921812057495117, 0.5492291450500488, -0.3314020335674286, -0.4285549223423004, 1.1431760787963867, -0.4200766980648041, -0.7302225828170776, 0.33156394958496094, 0.4065209925174713, -0.09944772720336914, -0.3714655041694641, -0.05226055532693863, -0.8458789587020874, -0.007907187566161156, 0.7491176128387451, -0.7198970317840576, 0.33717355132102966, 0.472806453704834, 0.7417214512825012, 0.196506068110466, -0.14034530520439148, -0.4294942021369934, 0.2971968650817871, -0.8659992218017578, 0.6320171356201172, -0.20135235786437988, -1.0051978826522827, 0.11150489002466202, 0.8971705436706543, -0.3789636492729187, -1.2094875574111938, 1.0605157613754272, -0.6887932419776917, 0.1601787954568863, -0.6767615079879761, -0.14661189913749695, -0.07118453085422516, -0.005096829030662775, -0.6088159680366516, 0.7567102313041687, 0.5872673392295837, -0.49952754378318787, 0.21429462730884552, -0.26029857993125916, -0.39151397347450256, 0.38824883103370667, -0.07935439050197601, -0.21858914196491241, 0.7138334512710571, -0.6647080183029175, -0.26932835578918457, 0.294277548789978, 0.2368936836719513, -0.3570610284805298, -0.7931922674179077, 0.08478119969367981, -0.05786281079053879, 1.550750970840454, -0.03868825361132622, -0.35861045122146606, -0.6793831586837769, -1.1506239175796509, -0.07070831954479218, 0.6886885762214661, -0.9194990396499634, -0.2783949375152588, -0.046410225331783295, -0.26169320940971375, 0.08994925022125244, 0.7390593886375427, -1.1194051504135132, 0.2832728922367096, -0.05092666298151016, -0.22794727981090546, 0.8271058797836304, 0.15387235581874847, 0.2475893795490265, 0.14913424849510193, 0.42958712577819824, 0.5277255773544312, 0.11115211248397827, 0.6835876703262329, -0.34720370173454285, -0.9694353342056274, 0.6154634952545166, 0.2526637315750122, 0.8121446371078491, -0.4994528889656067, 0.26850923895835876, 0.2702553868293762, -0.3409678637981415, -0.5682371258735657, -0.31028395891189575, 0.0902574211359024, 0.14930565655231476, 0.11142522096633911, -0.5721709132194519, -0.657612681388855, -0.9689139127731323, -0.1359068602323532, -0.43143805861473083, -0.35715723037719727, 0.2100694477558136, 0.579290509223938, -1.19755220413208, 0.4128875732421875, -0.7705627679824829, -0.7038739323616028, -0.010655170306563377, -0.1933813989162445, 0.7540653944015503, 0.4324018359184265, 0.5033971667289734, -0.6397150158882141, -0.5661989450454712, -0.2247016876935959, -1.033374547958374, -0.13280503451824188, 0.24819636344909668, 0.306573748588562, -0.13423314690589905, -0.27449631690979004, -0.48740309476852417, 0.8100391626358032, 0.14789187908172607, -0.5391899943351746, 0.5220767259597778, -0.30203181505203247, 0.17224831879138947, -0.6369153261184692, -0.06916835159063339, -0.6616762280464172, -0.0009071171516552567, -0.36083027720451355, -0.5737438797950745, 0.14772339165210724, 0.07017476111650467, -0.160654678940773, 0.28808435797691345, -0.9092769622802734, -0.0010851130355149508, -0.7442214488983154, 0.37907224893569946, 0.06394762545824051, -0.31450825929641724, -0.017517758533358574, 1.0000388622283936, 0.7784460186958313, -0.38480478525161743, 0.7217440605163574, 0.44400420784950256, 0.19036166369915009, 0.763052225112915, -0.18725106120109558, 0.16478180885314941, -0.524541974067688, -0.12161123752593994, -0.888759970664978, -1.0982944965362549, 0.7320570349693298, -0.6114254593849182, 0.36542901396751404, -0.42778682708740234, 0.25891584157943726, -0.6919256448745728, -0.03885364532470703, 0.48086005449295044, -0.0593632236123085, -0.6863946914672852, 0.5232569575309753, 0.4531753957271576, -0.20192459225654602, -0.66090327501297, -0.5301573872566223, 0.39365869760513306, 0.6154114007949829, -0.1639036387205124, 0.06878529489040375, 0.14941053092479706, -0.5441926717758179, -0.04080270603299141, -0.38691961765289307, -0.45766758918762207, 0.054224301129579544, 0.1305343210697174, -0.005750749260187149, -0.40482014417648315, -0.08680257201194763, -0.35841983556747437, -0.4656124711036682, 0.218764990568161, 0.30119484663009644, -0.04096304252743721, -0.425997793674469, -0.3619818687438965, -0.8881809115409851, 0.6719614267349243, 0.5370281934738159, 0.05281487852334976, 0.7555551528930664, 0.16819283366203308, -0.8014990091323853, -0.13532206416130066, -0.17607100307941437, 0.26968327164649963, -0.5588058233261108, 0.13849838078022003, -0.013484587892889977, -0.06374966353178024, 0.262979120016098, 0.2538624405860901, -0.4300554692745209, 0.9276250600814819, -0.2615272104740143, -0.3592525124549866, 0.7960180044174194, 0.5974742770195007, 0.4958312511444092, 0.16503265500068665, -0.04454152658581734, 0.9007091522216797, -1.196651816368103, -0.6563175320625305, -0.7409547567367554, -0.15945681929588318, -0.43510833382606506, -0.03210576996207237, 0.6254414319992065, 0.2900993227958679, -0.13333888351917267, 0.47563934326171875, -0.5243486166000366, 0.35560378432273865, 1.0119842290878296, 0.35748642683029175, 0.3435698449611664, -0.7570227384567261, -0.2515777051448822, -0.1402427703142166, -0.9998159408569336, -0.2631376385688782, 0.8871030807495117, 0.2275262326002121, 0.8444607853889465, 0.5992544293403625, 0.6784541010856628, 0.13672280311584473, 0.2523827850818634, -0.305902898311615, 0.3920293152332306, 0.43760842084884644, -1.0401136875152588, -0.42758411169052124, 0.021418828517198563, -0.9703338742256165, -0.1422749161720276, -0.03494981303811073, -0.42617130279541016, 0.7681742310523987, 0.0001658156543271616, -0.4076707363128662, 0.7732731699943542, -0.45558348298072815, 0.7562873363494873, -0.44736504554748535, -0.02663903310894966, 0.46990966796875, -0.7070639729499817, 0.4677427411079407, 0.12878763675689697, 0.6205840706825256, -0.015572702512145042, -0.040785931050777435, 0.7104936838150024, -0.9129165410995483, 0.2543865144252777, -0.6348398923873901, 0.22421307861804962, 0.24246945977210999, 0.5160626173019409, 0.5969954133033752, 0.4371248781681061, 0.10119859129190445, -0.23920908570289612, 0.041158027946949005, -0.8241125345230103, -0.21050623059272766, 0.6975153684616089, -0.7186893820762634, -0.6864198446273804, -1.2355334758758545, 0.1443866789340973, 0.2734711170196533, 0.389305055141449, 0.7959296703338623, 0.571408748626709, 0.12895473837852478, 0.6805251836776733, 0.9888585805892944, -0.06885651499032974, 0.9166923761367798, 0.32244807481765747, 0.09175185859203339, -0.21944856643676758, 0.7036824226379395, 0.26627880334854126, -0.24707917869091034, -0.11939718574285507, 0.2091347873210907, -0.11069414764642715, -0.5917617082595825, -0.4999065399169922, 0.37017589807510376, -0.6731787919998169, -0.18303906917572021, -0.6243733167648315, -0.604376494884491, -0.5117594599723816, 0.06927339732646942, -0.7147688269615173, 0.2397902011871338, -0.7753567695617676, -0.10574887692928314, 0.04323397949337959, 0.9792006611824036, -0.5893123149871826, 0.5805228352546692, -1.12185800075531, 0.19345779716968536, -0.07949893921613693, 0.7921055555343628, 0.21395763754844666, -0.7344392538070679, -0.39754199981689453, -0.1159263402223587, -0.3729909360408783, -1.3576762676239014, 0.21404950320720673, -0.24541394412517548, 0.23094038665294647, 0.6145405173301697, 0.13977065682411194, 0.5258244276046753, -0.3432629704475403, 0.7029100656509399, -0.05701710656285286, -0.7069288492202759, 0.793449878692627, -0.5026894211769104, 0.49635371565818787, 0.976600170135498, 0.5333837270736694, -0.7984006404876709, 0.0357406847178936, -1.0411235094070435, -0.6008696556091309, 0.3842643201351166, 0.11928924173116684, -0.036011017858982086, -0.6659557819366455, -0.05401955917477608, -0.16143813729286194, 0.604374349117279, -1.0390697717666626, -0.7858361601829529, 0.25766974687576294, 0.527730405330658, 0.08168598264455795, -0.5653401613235474, 0.20880642533302307, -0.544416606426239, 1.0657771825790405, 0.4510939121246338, 0.3274499475955963, 0.8406059145927429, 0.464924156665802, -0.38231605291366577, 0.09252471476793289, 0.7662693858146667, 0.6666236519813538, -0.5239795446395874, -0.29080286622047424, -0.08827541768550873, -0.9143400192260742, 0.05927466228604317, 0.11168938875198364, -0.013456004671752453, 0.9082111120223999, 0.5793080925941467, 0.2539706230163574, 0.4514279365539551, -0.7264602780342102, 0.8859451413154602, -0.14954200387001038, -0.12472881376743317, -1.0677244663238525, 0.1948617696762085, -0.23984980583190918, 0.5006402730941772, 1.00613272190094, 0.5250045657157898, -0.04763011261820793, -0.8143380284309387, -0.014735713601112366, 0.6939170956611633, -0.7091124653816223, -0.1744982898235321, 0.9448537826538086, 0.38470983505249023, -1.2953050136566162, 1.106776237487793, -0.5381773710250854, -0.5603320002555847, 0.9121299982070923, 0.5229569673538208, 1.1221849918365479, -0.4420417845249176, 0.000867202877998352, 0.2662239074707031, 0.41378432512283325, 0.5423174500465393, 1.0869632959365845, 0.43141311407089233, -0.793106198310852, 0.8826586008071899, -0.2477603256702423, -0.40361151099205017, -0.05347583442926407, -0.42859894037246704, 0.1689220666885376, -0.44061899185180664, -0.10712981224060059, -0.3444186747074127, 0.2854316830635071, -0.7072038650512695, 0.4280763566493988, -0.08385661989450455, 0.8653067350387573, -0.855372428894043, 0.4720763564109802, 0.6354703307151794, -0.3337356448173523, -0.8508188128471375, -0.2619844079017639, -0.11448454856872559, -0.6389464735984802, 0.30214813351631165, -0.4554104208946228, 0.04439898207783699, 0.09623453766107559, -0.649151623249054, -1.1778275966644287, 0.9093631505966187, -0.6396120190620422, -0.2784460186958313, 0.20464059710502625, -0.11514784395694733, 0.2881168723106384, -0.2524645924568176, 0.010661360807716846, 0.4187653660774231, 0.7489398717880249, 0.2844655513763428, -0.7727057337760925, -0.3694886565208435, 0.0015033453237265348, -0.44474807381629944, 0.7582978010177612, -0.6002103090286255, 1.1840782165527344, -0.556354284286499, -0.05965492129325867, 0.4438449442386627, 0.2469089925289154, 0.21076183021068573, 0.6629216074943542, 0.144208163022995, 0.7282263040542603, 1.0701215267181396, -0.40835246443748474, 0.8811809420585632, 0.2643281817436218, 0.47430872917175293, 0.723849892616272, -0.6487724184989929, 0.7513747811317444, 0.31810465455055237, -0.5682924389839172, 0.9228010177612305, 1.290606141090393, -0.15699175000190735, 0.807937502861023, 0.05136483907699585, -1.0816004276275635, 0.3258332312107086, -0.20724768936634064, -0.7530064582824707, 0.3150251805782318, 0.19055883586406708, -0.6920983791351318, -0.577031135559082, -0.2404649555683136, -0.3566280007362366, -0.11552907526493073, -0.7631732225418091, 0.6720565557479858, -0.016969120129942894, -0.5103676915168762, 0.1885751187801361, 0.2877498269081116, 0.17368444800376892, -0.5235736966133118, -0.029394105076789856, -0.22823600471019745, 0.2660655975341797, -0.5670850872993469, -0.5234525799751282, 0.5724430084228516, -0.3243020474910736, -0.5343259572982788, 0.18147476017475128, 0.7635873556137085, -0.16923801600933075, -0.4515409469604492, 0.3247271180152893, 0.6959527134895325, 0.16658547520637512, 0.4250279366970062, -0.23511266708374023, 0.24480585753917694, -0.08044824004173279, -0.06651540100574493, 0.2771476209163666, 0.3449169099330902, 0.22435633838176727, 0.4450142979621887, 0.432856947183609, -0.018087515607476234, -0.10736513137817383, -0.38281959295272827, 0.4124942719936371, -0.9542787671089172, -0.5713285207748413, -0.6307117342948914, 0.2740660309791565, -0.02315409481525421, -1.083642601966858, 0.41451722383499146, 1.4406688213348389, 1.0359985828399658, -0.4756380021572113, 1.0672270059585571, -0.21818485856056213, 0.9594791531562805, 0.4148310720920563, 0.5420444011688232, -0.6030412912368774, 0.038353331387043, -0.4364399015903473, -1.0769627094268799, -0.35716310143470764, 0.45393919944763184, -0.022899484261870384, -0.34298646450042725, 0.8725713491439819, 0.5887163281440735, -0.33473604917526245, -0.11728005111217499, 0.0484870970249176, -0.029941577464342117, -0.12433815002441406, 0.514537513256073, 0.7648404836654663, -0.9344305992126465, -0.10680429637432098, -0.21577754616737366, -0.6382730007171631, -0.5047283172607422, -0.9632007479667664, -0.12959404289722443, -0.1603781133890152, 0.03534317389130592, -0.5662806630134583, 0.0025573610328137875, 1.208324909210205, 0.5684955716133118, -1.1113990545272827, -0.5303788781166077, 0.33718571066856384, 0.39204221963882446, -0.1874786764383316, -0.24202409386634827, 0.29845699667930603, 0.15382270514965057, -0.5908881425857544, 0.6875663995742798, 0.8089625239372253, 0.20888912677764893, 0.19554740190505981, 0.15893003344535828, -0.8229469060897827, -0.14913471043109894, 0.1744047850370407, 0.9450569152832031, -0.9398536682128906, -0.7114843130111694, -0.031684599816799164, -0.2709488272666931, -0.05765758827328682, 0.1710207313299179, -0.40463462471961975, 0.5180678963661194, 0.3459147810935974, 0.49933451414108276, 0.056161098182201385, -0.054746367037296295, 0.5409559011459351, -0.9069055318832397, 0.09426004439592361, 0.41343650221824646, 0.4154116213321686, -0.4000868797302246, -0.591019332408905, 0.6713422536849976, 1.0073972940444946, -0.6594868302345276, -0.8743268847465515, -0.19846726953983307, -1.0016006231307983, 0.04189706966280937, 0.6762760877609253, 0.5009526014328003, -0.48065170645713806, -0.41744986176490784, -0.5617401003837585, -0.12546749413013458, -0.136997252702713, 0.7621601819992065, 1.179680585861206, -0.7432093620300293, 0.07975785434246063, -1.0386394262313843, 0.659498393535614, -0.24194589257240295, -0.34575849771499634, -0.4864428639411926, 0.38328033685684204, 0.35236963629722595, 0.44048094749450684, 0.6148126721382141, 0.14084692299365997, 0.8338430523872375, 0.31260553002357483, -0.17026865482330322, 0.2698981463909149, -0.4559200704097748, -0.028933128342032433, -0.057962656021118164, 0.31015971302986145, -1.026215672492981 ]
kzm16/Llama-2-7b-chat-finetune
kzm16
2023-11-29T21:12:19Z
0
0
null
[ "region:us" ]
2023-11-29T21:12:19Z
2023-11-29T21:12:19.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
kzm16/Llama-2-7b-chat-finetune
[ -0.32276493310928345, -0.22568459808826447, 0.8622260093688965, 0.4346148371696472, -0.5282988548278809, 0.7012964487075806, 0.7915716767311096, 0.07618658244609833, 0.7746025323867798, 0.25632205605506897, -0.7852813601493835, -0.22573843598365784, -0.910447895526886, 0.5715667009353638, -0.39923325181007385, 0.5791246891021729, -0.14494483172893524, -0.1075114756822586, 0.28233760595321655, -0.27689552307128906, -0.5409225225448608, -0.3685525357723236, -1.1902776956558228, 0.061491645872592926, 0.5316582322120667, 0.7435147166252136, 0.7584059238433838, 0.365217000246048, 0.6432579159736633, 0.3932287096977234, -0.23138947784900665, 0.4827052652835846, -0.0417182482779026, 0.0026037455536425114, -0.35244378447532654, -0.5516902804374695, -0.2859657406806946, 0.07584778964519501, 1.096130132675171, 0.966687798500061, -0.28466349840164185, 0.05330834910273552, -0.30636221170425415, 0.3308893144130707, -0.49734336137771606, 0.30540987849235535, -0.022506391629576683, 0.1631879359483719, -0.7041513323783875, -0.5535355806350708, 0.012794867157936096, -0.7361212968826294, 0.17926542460918427, -0.6900809407234192, 0.8269098997116089, 0.18583178520202637, 1.1533750295639038, 0.14819422364234924, -0.46248659491539, -0.8161764144897461, -0.6538988351821899, 0.5711169838905334, -0.32703691720962524, 0.3968023657798767, 0.7028236389160156, -0.048573266714811325, -0.9820327758789062, -0.6745741963386536, -0.46466198563575745, 0.2923962473869324, 0.3540281057357788, -0.34116747975349426, -0.17522095143795013, -0.30589884519577026, 0.15792043507099152, 0.12811486423015594, -0.4841994643211365, -0.5543920397758484, -0.5475161671638489, -0.3960249125957489, 0.6206658482551575, 0.34829503297805786, 0.2429177314043045, -0.1888417750597, -0.3228582441806793, 0.08801653236150742, -0.416085422039032, 0.34025707840919495, 0.6335517168045044, 0.7114019393920898, -0.5811445713043213, 0.5602160692214966, -0.049275852739810944, 0.7439700961112976, 0.11445559561252594, -0.27478092908859253, 0.41460561752319336, -0.1472472995519638, 0.05517183616757393, 0.4226347804069519, 0.3152443766593933, 0.2841314375400543, -0.3273696303367615, 0.20322294533252716, -0.321514368057251, -0.3049625754356384, -0.22332210838794708, -0.29490771889686584, -0.35921812057495117, 0.5492291450500488, -0.3314020335674286, -0.4285549223423004, 1.1431760787963867, -0.4200766980648041, -0.7302225828170776, 0.33156394958496094, 0.4065209925174713, -0.09944772720336914, -0.3714655041694641, -0.05226055532693863, -0.8458789587020874, -0.007907187566161156, 0.7491176128387451, -0.7198970317840576, 0.33717355132102966, 0.472806453704834, 0.7417214512825012, 0.196506068110466, -0.14034530520439148, -0.4294942021369934, 0.2971968650817871, -0.8659992218017578, 0.6320171356201172, -0.20135235786437988, -1.0051978826522827, 0.11150489002466202, 0.8971705436706543, -0.3789636492729187, -1.2094875574111938, 1.0605157613754272, -0.6887932419776917, 0.1601787954568863, -0.6767615079879761, -0.14661189913749695, -0.07118453085422516, -0.005096829030662775, -0.6088159680366516, 0.7567102313041687, 0.5872673392295837, -0.49952754378318787, 0.21429462730884552, -0.26029857993125916, -0.39151397347450256, 0.38824883103370667, -0.07935439050197601, -0.21858914196491241, 0.7138334512710571, -0.6647080183029175, -0.26932835578918457, 0.294277548789978, 0.2368936836719513, -0.3570610284805298, -0.7931922674179077, 0.08478119969367981, -0.05786281079053879, 1.550750970840454, -0.03868825361132622, -0.35861045122146606, -0.6793831586837769, -1.1506239175796509, -0.07070831954479218, 0.6886885762214661, -0.9194990396499634, -0.2783949375152588, -0.046410225331783295, -0.26169320940971375, 0.08994925022125244, 0.7390593886375427, -1.1194051504135132, 0.2832728922367096, -0.05092666298151016, -0.22794727981090546, 0.8271058797836304, 0.15387235581874847, 0.2475893795490265, 0.14913424849510193, 0.42958712577819824, 0.5277255773544312, 0.11115211248397827, 0.6835876703262329, -0.34720370173454285, -0.9694353342056274, 0.6154634952545166, 0.2526637315750122, 0.8121446371078491, -0.4994528889656067, 0.26850923895835876, 0.2702553868293762, -0.3409678637981415, -0.5682371258735657, -0.31028395891189575, 0.0902574211359024, 0.14930565655231476, 0.11142522096633911, -0.5721709132194519, -0.657612681388855, -0.9689139127731323, -0.1359068602323532, -0.43143805861473083, -0.35715723037719727, 0.2100694477558136, 0.579290509223938, -1.19755220413208, 0.4128875732421875, -0.7705627679824829, -0.7038739323616028, -0.010655170306563377, -0.1933813989162445, 0.7540653944015503, 0.4324018359184265, 0.5033971667289734, -0.6397150158882141, -0.5661989450454712, -0.2247016876935959, -1.033374547958374, -0.13280503451824188, 0.24819636344909668, 0.306573748588562, -0.13423314690589905, -0.27449631690979004, -0.48740309476852417, 0.8100391626358032, 0.14789187908172607, -0.5391899943351746, 0.5220767259597778, -0.30203181505203247, 0.17224831879138947, -0.6369153261184692, -0.06916835159063339, -0.6616762280464172, -0.0009071171516552567, -0.36083027720451355, -0.5737438797950745, 0.14772339165210724, 0.07017476111650467, -0.160654678940773, 0.28808435797691345, -0.9092769622802734, -0.0010851130355149508, -0.7442214488983154, 0.37907224893569946, 0.06394762545824051, -0.31450825929641724, -0.017517758533358574, 1.0000388622283936, 0.7784460186958313, -0.38480478525161743, 0.7217440605163574, 0.44400420784950256, 0.19036166369915009, 0.763052225112915, -0.18725106120109558, 0.16478180885314941, -0.524541974067688, -0.12161123752593994, -0.888759970664978, -1.0982944965362549, 0.7320570349693298, -0.6114254593849182, 0.36542901396751404, -0.42778682708740234, 0.25891584157943726, -0.6919256448745728, -0.03885364532470703, 0.48086005449295044, -0.0593632236123085, -0.6863946914672852, 0.5232569575309753, 0.4531753957271576, -0.20192459225654602, -0.66090327501297, -0.5301573872566223, 0.39365869760513306, 0.6154114007949829, -0.1639036387205124, 0.06878529489040375, 0.14941053092479706, -0.5441926717758179, -0.04080270603299141, -0.38691961765289307, -0.45766758918762207, 0.054224301129579544, 0.1305343210697174, -0.005750749260187149, -0.40482014417648315, -0.08680257201194763, -0.35841983556747437, -0.4656124711036682, 0.218764990568161, 0.30119484663009644, -0.04096304252743721, -0.425997793674469, -0.3619818687438965, -0.8881809115409851, 0.6719614267349243, 0.5370281934738159, 0.05281487852334976, 0.7555551528930664, 0.16819283366203308, -0.8014990091323853, -0.13532206416130066, -0.17607100307941437, 0.26968327164649963, -0.5588058233261108, 0.13849838078022003, -0.013484587892889977, -0.06374966353178024, 0.262979120016098, 0.2538624405860901, -0.4300554692745209, 0.9276250600814819, -0.2615272104740143, -0.3592525124549866, 0.7960180044174194, 0.5974742770195007, 0.4958312511444092, 0.16503265500068665, -0.04454152658581734, 0.9007091522216797, -1.196651816368103, -0.6563175320625305, -0.7409547567367554, -0.15945681929588318, -0.43510833382606506, -0.03210576996207237, 0.6254414319992065, 0.2900993227958679, -0.13333888351917267, 0.47563934326171875, -0.5243486166000366, 0.35560378432273865, 1.0119842290878296, 0.35748642683029175, 0.3435698449611664, -0.7570227384567261, -0.2515777051448822, -0.1402427703142166, -0.9998159408569336, -0.2631376385688782, 0.8871030807495117, 0.2275262326002121, 0.8444607853889465, 0.5992544293403625, 0.6784541010856628, 0.13672280311584473, 0.2523827850818634, -0.305902898311615, 0.3920293152332306, 0.43760842084884644, -1.0401136875152588, -0.42758411169052124, 0.021418828517198563, -0.9703338742256165, -0.1422749161720276, -0.03494981303811073, -0.42617130279541016, 0.7681742310523987, 0.0001658156543271616, -0.4076707363128662, 0.7732731699943542, -0.45558348298072815, 0.7562873363494873, -0.44736504554748535, -0.02663903310894966, 0.46990966796875, -0.7070639729499817, 0.4677427411079407, 0.12878763675689697, 0.6205840706825256, -0.015572702512145042, -0.040785931050777435, 0.7104936838150024, -0.9129165410995483, 0.2543865144252777, -0.6348398923873901, 0.22421307861804962, 0.24246945977210999, 0.5160626173019409, 0.5969954133033752, 0.4371248781681061, 0.10119859129190445, -0.23920908570289612, 0.041158027946949005, -0.8241125345230103, -0.21050623059272766, 0.6975153684616089, -0.7186893820762634, -0.6864198446273804, -1.2355334758758545, 0.1443866789340973, 0.2734711170196533, 0.389305055141449, 0.7959296703338623, 0.571408748626709, 0.12895473837852478, 0.6805251836776733, 0.9888585805892944, -0.06885651499032974, 0.9166923761367798, 0.32244807481765747, 0.09175185859203339, -0.21944856643676758, 0.7036824226379395, 0.26627880334854126, -0.24707917869091034, -0.11939718574285507, 0.2091347873210907, -0.11069414764642715, -0.5917617082595825, -0.4999065399169922, 0.37017589807510376, -0.6731787919998169, -0.18303906917572021, -0.6243733167648315, -0.604376494884491, -0.5117594599723816, 0.06927339732646942, -0.7147688269615173, 0.2397902011871338, -0.7753567695617676, -0.10574887692928314, 0.04323397949337959, 0.9792006611824036, -0.5893123149871826, 0.5805228352546692, -1.12185800075531, 0.19345779716968536, -0.07949893921613693, 0.7921055555343628, 0.21395763754844666, -0.7344392538070679, -0.39754199981689453, -0.1159263402223587, -0.3729909360408783, -1.3576762676239014, 0.21404950320720673, -0.24541394412517548, 0.23094038665294647, 0.6145405173301697, 0.13977065682411194, 0.5258244276046753, -0.3432629704475403, 0.7029100656509399, -0.05701710656285286, -0.7069288492202759, 0.793449878692627, -0.5026894211769104, 0.49635371565818787, 0.976600170135498, 0.5333837270736694, -0.7984006404876709, 0.0357406847178936, -1.0411235094070435, -0.6008696556091309, 0.3842643201351166, 0.11928924173116684, -0.036011017858982086, -0.6659557819366455, -0.05401955917477608, -0.16143813729286194, 0.604374349117279, -1.0390697717666626, -0.7858361601829529, 0.25766974687576294, 0.527730405330658, 0.08168598264455795, -0.5653401613235474, 0.20880642533302307, -0.544416606426239, 1.0657771825790405, 0.4510939121246338, 0.3274499475955963, 0.8406059145927429, 0.464924156665802, -0.38231605291366577, 0.09252471476793289, 0.7662693858146667, 0.6666236519813538, -0.5239795446395874, -0.29080286622047424, -0.08827541768550873, -0.9143400192260742, 0.05927466228604317, 0.11168938875198364, -0.013456004671752453, 0.9082111120223999, 0.5793080925941467, 0.2539706230163574, 0.4514279365539551, -0.7264602780342102, 0.8859451413154602, -0.14954200387001038, -0.12472881376743317, -1.0677244663238525, 0.1948617696762085, -0.23984980583190918, 0.5006402730941772, 1.00613272190094, 0.5250045657157898, -0.04763011261820793, -0.8143380284309387, -0.014735713601112366, 0.6939170956611633, -0.7091124653816223, -0.1744982898235321, 0.9448537826538086, 0.38470983505249023, -1.2953050136566162, 1.106776237487793, -0.5381773710250854, -0.5603320002555847, 0.9121299982070923, 0.5229569673538208, 1.1221849918365479, -0.4420417845249176, 0.000867202877998352, 0.2662239074707031, 0.41378432512283325, 0.5423174500465393, 1.0869632959365845, 0.43141311407089233, -0.793106198310852, 0.8826586008071899, -0.2477603256702423, -0.40361151099205017, -0.05347583442926407, -0.42859894037246704, 0.1689220666885376, -0.44061899185180664, -0.10712981224060059, -0.3444186747074127, 0.2854316830635071, -0.7072038650512695, 0.4280763566493988, -0.08385661989450455, 0.8653067350387573, -0.855372428894043, 0.4720763564109802, 0.6354703307151794, -0.3337356448173523, -0.8508188128471375, -0.2619844079017639, -0.11448454856872559, -0.6389464735984802, 0.30214813351631165, -0.4554104208946228, 0.04439898207783699, 0.09623453766107559, -0.649151623249054, -1.1778275966644287, 0.9093631505966187, -0.6396120190620422, -0.2784460186958313, 0.20464059710502625, -0.11514784395694733, 0.2881168723106384, -0.2524645924568176, 0.010661360807716846, 0.4187653660774231, 0.7489398717880249, 0.2844655513763428, -0.7727057337760925, -0.3694886565208435, 0.0015033453237265348, -0.44474807381629944, 0.7582978010177612, -0.6002103090286255, 1.1840782165527344, -0.556354284286499, -0.05965492129325867, 0.4438449442386627, 0.2469089925289154, 0.21076183021068573, 0.6629216074943542, 0.144208163022995, 0.7282263040542603, 1.0701215267181396, -0.40835246443748474, 0.8811809420585632, 0.2643281817436218, 0.47430872917175293, 0.723849892616272, -0.6487724184989929, 0.7513747811317444, 0.31810465455055237, -0.5682924389839172, 0.9228010177612305, 1.290606141090393, -0.15699175000190735, 0.807937502861023, 0.05136483907699585, -1.0816004276275635, 0.3258332312107086, -0.20724768936634064, -0.7530064582824707, 0.3150251805782318, 0.19055883586406708, -0.6920983791351318, -0.577031135559082, -0.2404649555683136, -0.3566280007362366, -0.11552907526493073, -0.7631732225418091, 0.6720565557479858, -0.016969120129942894, -0.5103676915168762, 0.1885751187801361, 0.2877498269081116, 0.17368444800376892, -0.5235736966133118, -0.029394105076789856, -0.22823600471019745, 0.2660655975341797, -0.5670850872993469, -0.5234525799751282, 0.5724430084228516, -0.3243020474910736, -0.5343259572982788, 0.18147476017475128, 0.7635873556137085, -0.16923801600933075, -0.4515409469604492, 0.3247271180152893, 0.6959527134895325, 0.16658547520637512, 0.4250279366970062, -0.23511266708374023, 0.24480585753917694, -0.08044824004173279, -0.06651540100574493, 0.2771476209163666, 0.3449169099330902, 0.22435633838176727, 0.4450142979621887, 0.432856947183609, -0.018087515607476234, -0.10736513137817383, -0.38281959295272827, 0.4124942719936371, -0.9542787671089172, -0.5713285207748413, -0.6307117342948914, 0.2740660309791565, -0.02315409481525421, -1.083642601966858, 0.41451722383499146, 1.4406688213348389, 1.0359985828399658, -0.4756380021572113, 1.0672270059585571, -0.21818485856056213, 0.9594791531562805, 0.4148310720920563, 0.5420444011688232, -0.6030412912368774, 0.038353331387043, -0.4364399015903473, -1.0769627094268799, -0.35716310143470764, 0.45393919944763184, -0.022899484261870384, -0.34298646450042725, 0.8725713491439819, 0.5887163281440735, -0.33473604917526245, -0.11728005111217499, 0.0484870970249176, -0.029941577464342117, -0.12433815002441406, 0.514537513256073, 0.7648404836654663, -0.9344305992126465, -0.10680429637432098, -0.21577754616737366, -0.6382730007171631, -0.5047283172607422, -0.9632007479667664, -0.12959404289722443, -0.1603781133890152, 0.03534317389130592, -0.5662806630134583, 0.0025573610328137875, 1.208324909210205, 0.5684955716133118, -1.1113990545272827, -0.5303788781166077, 0.33718571066856384, 0.39204221963882446, -0.1874786764383316, -0.24202409386634827, 0.29845699667930603, 0.15382270514965057, -0.5908881425857544, 0.6875663995742798, 0.8089625239372253, 0.20888912677764893, 0.19554740190505981, 0.15893003344535828, -0.8229469060897827, -0.14913471043109894, 0.1744047850370407, 0.9450569152832031, -0.9398536682128906, -0.7114843130111694, -0.031684599816799164, -0.2709488272666931, -0.05765758827328682, 0.1710207313299179, -0.40463462471961975, 0.5180678963661194, 0.3459147810935974, 0.49933451414108276, 0.056161098182201385, -0.054746367037296295, 0.5409559011459351, -0.9069055318832397, 0.09426004439592361, 0.41343650221824646, 0.4154116213321686, -0.4000868797302246, -0.591019332408905, 0.6713422536849976, 1.0073972940444946, -0.6594868302345276, -0.8743268847465515, -0.19846726953983307, -1.0016006231307983, 0.04189706966280937, 0.6762760877609253, 0.5009526014328003, -0.48065170645713806, -0.41744986176490784, -0.5617401003837585, -0.12546749413013458, -0.136997252702713, 0.7621601819992065, 1.179680585861206, -0.7432093620300293, 0.07975785434246063, -1.0386394262313843, 0.659498393535614, -0.24194589257240295, -0.34575849771499634, -0.4864428639411926, 0.38328033685684204, 0.35236963629722595, 0.44048094749450684, 0.6148126721382141, 0.14084692299365997, 0.8338430523872375, 0.31260553002357483, -0.17026865482330322, 0.2698981463909149, -0.4559200704097748, -0.028933128342032433, -0.057962656021118164, 0.31015971302986145, -1.026215672492981 ]
docketanalyzer/docket-lm
docketanalyzer
2023-11-29T21:14:03Z
0
0
null
[ "region:us" ]
2023-11-29T21:14:03Z
2023-11-29T21:14:03.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
docketanalyzer/docket-lm
[ -0.32276493310928345, -0.22568459808826447, 0.8622260093688965, 0.4346148371696472, -0.5282988548278809, 0.7012964487075806, 0.7915716767311096, 0.07618658244609833, 0.7746025323867798, 0.25632205605506897, -0.7852813601493835, -0.22573843598365784, -0.910447895526886, 0.5715667009353638, -0.39923325181007385, 0.5791246891021729, -0.14494483172893524, -0.1075114756822586, 0.28233760595321655, -0.27689552307128906, -0.5409225225448608, -0.3685525357723236, -1.1902776956558228, 0.061491645872592926, 0.5316582322120667, 0.7435147166252136, 0.7584059238433838, 0.365217000246048, 0.6432579159736633, 0.3932287096977234, -0.23138947784900665, 0.4827052652835846, -0.0417182482779026, 0.0026037455536425114, -0.35244378447532654, -0.5516902804374695, -0.2859657406806946, 0.07584778964519501, 1.096130132675171, 0.966687798500061, -0.28466349840164185, 0.05330834910273552, -0.30636221170425415, 0.3308893144130707, -0.49734336137771606, 0.30540987849235535, -0.022506391629576683, 0.1631879359483719, -0.7041513323783875, -0.5535355806350708, 0.012794867157936096, -0.7361212968826294, 0.17926542460918427, -0.6900809407234192, 0.8269098997116089, 0.18583178520202637, 1.1533750295639038, 0.14819422364234924, -0.46248659491539, -0.8161764144897461, -0.6538988351821899, 0.5711169838905334, -0.32703691720962524, 0.3968023657798767, 0.7028236389160156, -0.048573266714811325, -0.9820327758789062, -0.6745741963386536, -0.46466198563575745, 0.2923962473869324, 0.3540281057357788, -0.34116747975349426, -0.17522095143795013, -0.30589884519577026, 0.15792043507099152, 0.12811486423015594, -0.4841994643211365, -0.5543920397758484, -0.5475161671638489, -0.3960249125957489, 0.6206658482551575, 0.34829503297805786, 0.2429177314043045, -0.1888417750597, -0.3228582441806793, 0.08801653236150742, -0.416085422039032, 0.34025707840919495, 0.6335517168045044, 0.7114019393920898, -0.5811445713043213, 0.5602160692214966, -0.049275852739810944, 0.7439700961112976, 0.11445559561252594, -0.27478092908859253, 0.41460561752319336, -0.1472472995519638, 0.05517183616757393, 0.4226347804069519, 0.3152443766593933, 0.2841314375400543, -0.3273696303367615, 0.20322294533252716, -0.321514368057251, -0.3049625754356384, -0.22332210838794708, -0.29490771889686584, -0.35921812057495117, 0.5492291450500488, -0.3314020335674286, -0.4285549223423004, 1.1431760787963867, -0.4200766980648041, -0.7302225828170776, 0.33156394958496094, 0.4065209925174713, -0.09944772720336914, -0.3714655041694641, -0.05226055532693863, -0.8458789587020874, -0.007907187566161156, 0.7491176128387451, -0.7198970317840576, 0.33717355132102966, 0.472806453704834, 0.7417214512825012, 0.196506068110466, -0.14034530520439148, -0.4294942021369934, 0.2971968650817871, -0.8659992218017578, 0.6320171356201172, -0.20135235786437988, -1.0051978826522827, 0.11150489002466202, 0.8971705436706543, -0.3789636492729187, -1.2094875574111938, 1.0605157613754272, -0.6887932419776917, 0.1601787954568863, -0.6767615079879761, -0.14661189913749695, -0.07118453085422516, -0.005096829030662775, -0.6088159680366516, 0.7567102313041687, 0.5872673392295837, -0.49952754378318787, 0.21429462730884552, -0.26029857993125916, -0.39151397347450256, 0.38824883103370667, -0.07935439050197601, -0.21858914196491241, 0.7138334512710571, -0.6647080183029175, -0.26932835578918457, 0.294277548789978, 0.2368936836719513, -0.3570610284805298, -0.7931922674179077, 0.08478119969367981, -0.05786281079053879, 1.550750970840454, -0.03868825361132622, -0.35861045122146606, -0.6793831586837769, -1.1506239175796509, -0.07070831954479218, 0.6886885762214661, -0.9194990396499634, -0.2783949375152588, -0.046410225331783295, -0.26169320940971375, 0.08994925022125244, 0.7390593886375427, -1.1194051504135132, 0.2832728922367096, -0.05092666298151016, -0.22794727981090546, 0.8271058797836304, 0.15387235581874847, 0.2475893795490265, 0.14913424849510193, 0.42958712577819824, 0.5277255773544312, 0.11115211248397827, 0.6835876703262329, -0.34720370173454285, -0.9694353342056274, 0.6154634952545166, 0.2526637315750122, 0.8121446371078491, -0.4994528889656067, 0.26850923895835876, 0.2702553868293762, -0.3409678637981415, -0.5682371258735657, -0.31028395891189575, 0.0902574211359024, 0.14930565655231476, 0.11142522096633911, -0.5721709132194519, -0.657612681388855, -0.9689139127731323, -0.1359068602323532, -0.43143805861473083, -0.35715723037719727, 0.2100694477558136, 0.579290509223938, -1.19755220413208, 0.4128875732421875, -0.7705627679824829, -0.7038739323616028, -0.010655170306563377, -0.1933813989162445, 0.7540653944015503, 0.4324018359184265, 0.5033971667289734, -0.6397150158882141, -0.5661989450454712, -0.2247016876935959, -1.033374547958374, -0.13280503451824188, 0.24819636344909668, 0.306573748588562, -0.13423314690589905, -0.27449631690979004, -0.48740309476852417, 0.8100391626358032, 0.14789187908172607, -0.5391899943351746, 0.5220767259597778, -0.30203181505203247, 0.17224831879138947, -0.6369153261184692, -0.06916835159063339, -0.6616762280464172, -0.0009071171516552567, -0.36083027720451355, -0.5737438797950745, 0.14772339165210724, 0.07017476111650467, -0.160654678940773, 0.28808435797691345, -0.9092769622802734, -0.0010851130355149508, -0.7442214488983154, 0.37907224893569946, 0.06394762545824051, -0.31450825929641724, -0.017517758533358574, 1.0000388622283936, 0.7784460186958313, -0.38480478525161743, 0.7217440605163574, 0.44400420784950256, 0.19036166369915009, 0.763052225112915, -0.18725106120109558, 0.16478180885314941, -0.524541974067688, -0.12161123752593994, -0.888759970664978, -1.0982944965362549, 0.7320570349693298, -0.6114254593849182, 0.36542901396751404, -0.42778682708740234, 0.25891584157943726, -0.6919256448745728, -0.03885364532470703, 0.48086005449295044, -0.0593632236123085, -0.6863946914672852, 0.5232569575309753, 0.4531753957271576, -0.20192459225654602, -0.66090327501297, -0.5301573872566223, 0.39365869760513306, 0.6154114007949829, -0.1639036387205124, 0.06878529489040375, 0.14941053092479706, -0.5441926717758179, -0.04080270603299141, -0.38691961765289307, -0.45766758918762207, 0.054224301129579544, 0.1305343210697174, -0.005750749260187149, -0.40482014417648315, -0.08680257201194763, -0.35841983556747437, -0.4656124711036682, 0.218764990568161, 0.30119484663009644, -0.04096304252743721, -0.425997793674469, -0.3619818687438965, -0.8881809115409851, 0.6719614267349243, 0.5370281934738159, 0.05281487852334976, 0.7555551528930664, 0.16819283366203308, -0.8014990091323853, -0.13532206416130066, -0.17607100307941437, 0.26968327164649963, -0.5588058233261108, 0.13849838078022003, -0.013484587892889977, -0.06374966353178024, 0.262979120016098, 0.2538624405860901, -0.4300554692745209, 0.9276250600814819, -0.2615272104740143, -0.3592525124549866, 0.7960180044174194, 0.5974742770195007, 0.4958312511444092, 0.16503265500068665, -0.04454152658581734, 0.9007091522216797, -1.196651816368103, -0.6563175320625305, -0.7409547567367554, -0.15945681929588318, -0.43510833382606506, -0.03210576996207237, 0.6254414319992065, 0.2900993227958679, -0.13333888351917267, 0.47563934326171875, -0.5243486166000366, 0.35560378432273865, 1.0119842290878296, 0.35748642683029175, 0.3435698449611664, -0.7570227384567261, -0.2515777051448822, -0.1402427703142166, -0.9998159408569336, -0.2631376385688782, 0.8871030807495117, 0.2275262326002121, 0.8444607853889465, 0.5992544293403625, 0.6784541010856628, 0.13672280311584473, 0.2523827850818634, -0.305902898311615, 0.3920293152332306, 0.43760842084884644, -1.0401136875152588, -0.42758411169052124, 0.021418828517198563, -0.9703338742256165, -0.1422749161720276, -0.03494981303811073, -0.42617130279541016, 0.7681742310523987, 0.0001658156543271616, -0.4076707363128662, 0.7732731699943542, -0.45558348298072815, 0.7562873363494873, -0.44736504554748535, -0.02663903310894966, 0.46990966796875, -0.7070639729499817, 0.4677427411079407, 0.12878763675689697, 0.6205840706825256, -0.015572702512145042, -0.040785931050777435, 0.7104936838150024, -0.9129165410995483, 0.2543865144252777, -0.6348398923873901, 0.22421307861804962, 0.24246945977210999, 0.5160626173019409, 0.5969954133033752, 0.4371248781681061, 0.10119859129190445, -0.23920908570289612, 0.041158027946949005, -0.8241125345230103, -0.21050623059272766, 0.6975153684616089, -0.7186893820762634, -0.6864198446273804, -1.2355334758758545, 0.1443866789340973, 0.2734711170196533, 0.389305055141449, 0.7959296703338623, 0.571408748626709, 0.12895473837852478, 0.6805251836776733, 0.9888585805892944, -0.06885651499032974, 0.9166923761367798, 0.32244807481765747, 0.09175185859203339, -0.21944856643676758, 0.7036824226379395, 0.26627880334854126, -0.24707917869091034, -0.11939718574285507, 0.2091347873210907, -0.11069414764642715, -0.5917617082595825, -0.4999065399169922, 0.37017589807510376, -0.6731787919998169, -0.18303906917572021, -0.6243733167648315, -0.604376494884491, -0.5117594599723816, 0.06927339732646942, -0.7147688269615173, 0.2397902011871338, -0.7753567695617676, -0.10574887692928314, 0.04323397949337959, 0.9792006611824036, -0.5893123149871826, 0.5805228352546692, -1.12185800075531, 0.19345779716968536, -0.07949893921613693, 0.7921055555343628, 0.21395763754844666, -0.7344392538070679, -0.39754199981689453, -0.1159263402223587, -0.3729909360408783, -1.3576762676239014, 0.21404950320720673, -0.24541394412517548, 0.23094038665294647, 0.6145405173301697, 0.13977065682411194, 0.5258244276046753, -0.3432629704475403, 0.7029100656509399, -0.05701710656285286, -0.7069288492202759, 0.793449878692627, -0.5026894211769104, 0.49635371565818787, 0.976600170135498, 0.5333837270736694, -0.7984006404876709, 0.0357406847178936, -1.0411235094070435, -0.6008696556091309, 0.3842643201351166, 0.11928924173116684, -0.036011017858982086, -0.6659557819366455, -0.05401955917477608, -0.16143813729286194, 0.604374349117279, -1.0390697717666626, -0.7858361601829529, 0.25766974687576294, 0.527730405330658, 0.08168598264455795, -0.5653401613235474, 0.20880642533302307, -0.544416606426239, 1.0657771825790405, 0.4510939121246338, 0.3274499475955963, 0.8406059145927429, 0.464924156665802, -0.38231605291366577, 0.09252471476793289, 0.7662693858146667, 0.6666236519813538, -0.5239795446395874, -0.29080286622047424, -0.08827541768550873, -0.9143400192260742, 0.05927466228604317, 0.11168938875198364, -0.013456004671752453, 0.9082111120223999, 0.5793080925941467, 0.2539706230163574, 0.4514279365539551, -0.7264602780342102, 0.8859451413154602, -0.14954200387001038, -0.12472881376743317, -1.0677244663238525, 0.1948617696762085, -0.23984980583190918, 0.5006402730941772, 1.00613272190094, 0.5250045657157898, -0.04763011261820793, -0.8143380284309387, -0.014735713601112366, 0.6939170956611633, -0.7091124653816223, -0.1744982898235321, 0.9448537826538086, 0.38470983505249023, -1.2953050136566162, 1.106776237487793, -0.5381773710250854, -0.5603320002555847, 0.9121299982070923, 0.5229569673538208, 1.1221849918365479, -0.4420417845249176, 0.000867202877998352, 0.2662239074707031, 0.41378432512283325, 0.5423174500465393, 1.0869632959365845, 0.43141311407089233, -0.793106198310852, 0.8826586008071899, -0.2477603256702423, -0.40361151099205017, -0.05347583442926407, -0.42859894037246704, 0.1689220666885376, -0.44061899185180664, -0.10712981224060059, -0.3444186747074127, 0.2854316830635071, -0.7072038650512695, 0.4280763566493988, -0.08385661989450455, 0.8653067350387573, -0.855372428894043, 0.4720763564109802, 0.6354703307151794, -0.3337356448173523, -0.8508188128471375, -0.2619844079017639, -0.11448454856872559, -0.6389464735984802, 0.30214813351631165, -0.4554104208946228, 0.04439898207783699, 0.09623453766107559, -0.649151623249054, -1.1778275966644287, 0.9093631505966187, -0.6396120190620422, -0.2784460186958313, 0.20464059710502625, -0.11514784395694733, 0.2881168723106384, -0.2524645924568176, 0.010661360807716846, 0.4187653660774231, 0.7489398717880249, 0.2844655513763428, -0.7727057337760925, -0.3694886565208435, 0.0015033453237265348, -0.44474807381629944, 0.7582978010177612, -0.6002103090286255, 1.1840782165527344, -0.556354284286499, -0.05965492129325867, 0.4438449442386627, 0.2469089925289154, 0.21076183021068573, 0.6629216074943542, 0.144208163022995, 0.7282263040542603, 1.0701215267181396, -0.40835246443748474, 0.8811809420585632, 0.2643281817436218, 0.47430872917175293, 0.723849892616272, -0.6487724184989929, 0.7513747811317444, 0.31810465455055237, -0.5682924389839172, 0.9228010177612305, 1.290606141090393, -0.15699175000190735, 0.807937502861023, 0.05136483907699585, -1.0816004276275635, 0.3258332312107086, -0.20724768936634064, -0.7530064582824707, 0.3150251805782318, 0.19055883586406708, -0.6920983791351318, -0.577031135559082, -0.2404649555683136, -0.3566280007362366, -0.11552907526493073, -0.7631732225418091, 0.6720565557479858, -0.016969120129942894, -0.5103676915168762, 0.1885751187801361, 0.2877498269081116, 0.17368444800376892, -0.5235736966133118, -0.029394105076789856, -0.22823600471019745, 0.2660655975341797, -0.5670850872993469, -0.5234525799751282, 0.5724430084228516, -0.3243020474910736, -0.5343259572982788, 0.18147476017475128, 0.7635873556137085, -0.16923801600933075, -0.4515409469604492, 0.3247271180152893, 0.6959527134895325, 0.16658547520637512, 0.4250279366970062, -0.23511266708374023, 0.24480585753917694, -0.08044824004173279, -0.06651540100574493, 0.2771476209163666, 0.3449169099330902, 0.22435633838176727, 0.4450142979621887, 0.432856947183609, -0.018087515607476234, -0.10736513137817383, -0.38281959295272827, 0.4124942719936371, -0.9542787671089172, -0.5713285207748413, -0.6307117342948914, 0.2740660309791565, -0.02315409481525421, -1.083642601966858, 0.41451722383499146, 1.4406688213348389, 1.0359985828399658, -0.4756380021572113, 1.0672270059585571, -0.21818485856056213, 0.9594791531562805, 0.4148310720920563, 0.5420444011688232, -0.6030412912368774, 0.038353331387043, -0.4364399015903473, -1.0769627094268799, -0.35716310143470764, 0.45393919944763184, -0.022899484261870384, -0.34298646450042725, 0.8725713491439819, 0.5887163281440735, -0.33473604917526245, -0.11728005111217499, 0.0484870970249176, -0.029941577464342117, -0.12433815002441406, 0.514537513256073, 0.7648404836654663, -0.9344305992126465, -0.10680429637432098, -0.21577754616737366, -0.6382730007171631, -0.5047283172607422, -0.9632007479667664, -0.12959404289722443, -0.1603781133890152, 0.03534317389130592, -0.5662806630134583, 0.0025573610328137875, 1.208324909210205, 0.5684955716133118, -1.1113990545272827, -0.5303788781166077, 0.33718571066856384, 0.39204221963882446, -0.1874786764383316, -0.24202409386634827, 0.29845699667930603, 0.15382270514965057, -0.5908881425857544, 0.6875663995742798, 0.8089625239372253, 0.20888912677764893, 0.19554740190505981, 0.15893003344535828, -0.8229469060897827, -0.14913471043109894, 0.1744047850370407, 0.9450569152832031, -0.9398536682128906, -0.7114843130111694, -0.031684599816799164, -0.2709488272666931, -0.05765758827328682, 0.1710207313299179, -0.40463462471961975, 0.5180678963661194, 0.3459147810935974, 0.49933451414108276, 0.056161098182201385, -0.054746367037296295, 0.5409559011459351, -0.9069055318832397, 0.09426004439592361, 0.41343650221824646, 0.4154116213321686, -0.4000868797302246, -0.591019332408905, 0.6713422536849976, 1.0073972940444946, -0.6594868302345276, -0.8743268847465515, -0.19846726953983307, -1.0016006231307983, 0.04189706966280937, 0.6762760877609253, 0.5009526014328003, -0.48065170645713806, -0.41744986176490784, -0.5617401003837585, -0.12546749413013458, -0.136997252702713, 0.7621601819992065, 1.179680585861206, -0.7432093620300293, 0.07975785434246063, -1.0386394262313843, 0.659498393535614, -0.24194589257240295, -0.34575849771499634, -0.4864428639411926, 0.38328033685684204, 0.35236963629722595, 0.44048094749450684, 0.6148126721382141, 0.14084692299365997, 0.8338430523872375, 0.31260553002357483, -0.17026865482330322, 0.2698981463909149, -0.4559200704097748, -0.028933128342032433, -0.057962656021118164, 0.31015971302986145, -1.026215672492981 ]
toninhodjj/flakespower
toninhodjj
2023-11-29T21:14:26Z
0
0
null
[ "region:us" ]
2023-11-29T21:14:26Z
2023-11-29T21:14:06.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
toninhodjj/flakespower
[ -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 ]
Taoshi/model_v4
Taoshi
2023-11-29T21:58:27Z
0
0
null
[ "region:us" ]
2023-11-29T21:58:27Z
2023-11-29T21:14:37.000Z
null
null
```text --- Copyright (c) 2023 Taoshi Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- ``` # Background ```text The models provided here were created using open source modeling techniques provided in https://github.com/taoshidev/time-series-prediction-subnet (TSPS). They were achieved using the runnable/miner_training.py, and tested against existing models and dummy models in runnable/miner_testing.py. ``` # Build Strategy ```text This section outlines the strategy used to build the models. ``` ## Understanding Dataset Used ```text The dataset used to build the models can be generated using the runnable/generate_historical_data.py. A lookback period between June 2022 and July 2023 on the 5m interval was used to train the model. Through analysis, the reason this dataset was used is because historical data beyond June 2022 provides strongly trending price movement or data movement that is from a period where Bitcoin's market cap was too small to be relevant to where Bitcoin is now. Therefore, using more recent data was used which correlates to the current market cap and macroeconomic conditions where its uncertain we'll continue to get highly trending Bitcoin data. Testing data was used between June 2023 and Nov 2023 to determine performance of the models. This was tested using the runnable/miner_testing.py file with a separately generated test dataset from runnable/generate_historical_data.py. ``` ## Understanding Model Creation ```text As of now, the TSPS infrastructure only provides close, high, low, and volume. It also provides financial indicators such as RSI, MACD, and Bollinger Bands but they were not used for the purposes of training these models. The models were derived using a variety of windows and iterations through the June 2022 to June 2023 dataset. The strategy to derive the model was the following: base_mining_model = BaseMiningModel(len(prep_dataset.T)) \ .set_neurons([[1024, 0]]) \ .set_window_size(100) \ .set_learning_rate(0.0000001) \ .set_batch_size(500) \ .set_model_dir(f'mining_models/model1.h5') base_mining_model.train(prep_dataset, epochs=25) where an LSTM model was created by using a few or no stacked layers. Most of the v4 models are actually not stacked as they performed better not being stacked for the most part. This could very likely change as more feature inputs are added (this is being worked on as part of the open source infra in TSPS). The window size of 100 helped best predict the outcome, derived in mining_objects/base_mining_model.py ``` ## Understanding Training Decisions ```text Training the model used the previous 601 rows of data as an input. This is because 500 rows were used to batch, and we are looking to predict 100 rows into the future (the challenge presented in the Time Series Prediction Subnet). Measures were taken to ensure all data was trained on in the training data. Each set of 601 rows was trained on 25 times, inside another loop which iterated on the entirety of the dataset from 6/22 to 6/23 50 times. This provided the model the ability to get granular with details yet not overfit to any single set of rows at once. Therefore, a multi-layered looping infrastructure was used to derive the models. for x in range(50): for i in range(25): train_model() ``` ## Strategy to Predict ```text The strategy to predict 100 closes of data into the future was to use a 1 step methodology of predicting 1 step at 100 intervals into the future and connect the information by generating a line from the last close to the prediction 100 closes into the future. By doing so, the model could learn to predict a single step rather than all 100 where loss could continue to increase with each misstep. ``` # Model V5 ```text Here's the text spaced out for readability in a README file: Recommendations on how to perform better than V4 and what Model V5 will look like are outlined below: 1. Concentrate on more difficult moves 2. Get more granular data (1m) 3. Get more data sources 4. Use more predicted steps -- Concentrate on more difficult moves The Time Series Prediction Subnet will reward models that are capable of predicting more "difficult" movements in the market more than those that are less difficult. Therefore, taking a strategy to train your model on larger movements or bigger magnitude movements would be a good consideration. Some additional details on how difficulty is calculated will be released soon but it is a combination of the magnitude of the movement with the std dev of the movement in the predicted interval. -- Get more granular data (1m) With these larger magnitude movements, a strategy to get more granular with the data would be recommended. Using 1m data to train rather than 5m would help the models better predict information. -- Get more data sources Beyond using financial market indicators like RSI, MACD, and Bollinger Bands, the TSPS open source infra will gather information for miners to help train. The TSPS infrastructure will be adding data scrapers and using those data scrapers to automatically gather information for you. The following pieces of information will be gathered & accessible through the open source infra: - Bitcoin open interest - Bitcoin OHLCV data - Bitcoin funding rate - DXY OHLCV data - Gold OHLCV data - S&P 500 OHLCV data - Bitcoin dominance - Historical news data (sentiment analysis) Using this information will provide models with information they can use to better predict prices as markets correlate in movement and Bitcoin responds to other markets. -- Use more predicted steps Rather than only predicting a single step at the 100th predicted close in the future, predict more steps. This can be achieved by training multiple models, for example, 10 models each at 10 closes into the future (10, 20, 30, 40, 50, 60, 70, 80, 90, 100), or by using a multi-step model with 10 steps. Both will achieve more granularity when it comes to predictions and therefore can achieve a much greater RMSE score. ```
null
null
null
null
null
null
null
null
null
null
null
null
Taoshi/model_v4
[ -0.2751079797744751, -0.5905515551567078, 0.26963719725608826, -0.1263514757156372, -0.2525545060634613, -0.11464311927556992, -0.030038440600037575, -0.5662425756454468, -0.0854223445057869, 0.45594874024391174, -0.6530066132545471, -0.4012763202190399, -0.39030128717422485, -0.23522643744945526, -0.3256852626800537, 1.0647724866867065, -0.011119888164103031, -0.0013830274110659957, 0.08241105824708939, 0.21826258301734924, -0.6716870665550232, -0.4759969413280487, -0.7042025923728943, -0.41356056928634644, -0.0317348912358284, 0.28436461091041565, 0.490971177816391, 0.6078709959983826, 0.4548609256744385, 0.29302170872688293, -0.23825649917125702, 0.0029395215678960085, -0.3987913429737091, -0.09718839824199677, 0.1146332323551178, -0.4349754750728607, -0.576091468334198, 0.1622631847858429, 0.42062777280807495, 0.3886170983314514, -0.4298478662967682, 0.3995072841644287, -0.008203331381082535, 0.46416690945625305, -0.3029579222202301, 0.23211552202701569, -0.5560564994812012, 0.34711143374443054, -0.13841205835342407, -0.3957199156284332, -0.3492087423801422, -0.2410971075296402, 0.17709757387638092, -0.3849981725215912, 0.3138776421546936, 0.15854468941688538, 0.8647987246513367, -0.07882490754127502, -0.2262832671403885, -0.03980083763599396, -0.6302043199539185, 0.835569441318512, -0.9609286785125732, 0.2699207067489624, 0.28866758942604065, 0.491210013628006, 0.0382765457034111, -0.8065986037254333, -0.09191322326660156, -0.2605685293674469, 0.304909884929657, 0.021395765244960785, 0.031416360288858414, -0.14685530960559845, 0.5946984887123108, 0.41269490122795105, -0.4236505925655365, -0.018474562093615532, -0.727824330329895, -0.14939402043819427, 0.5874330997467041, 0.5468571186065674, -0.1278427690267563, -0.3359379470348358, -0.7158364653587341, -0.038571547716856, -0.42550113797187805, 0.23656433820724487, 0.28383076190948486, 0.6058132648468018, -0.26781317591667175, 0.5095916986465454, -0.22640153765678406, 0.46772125363349915, 0.04097064957022667, -0.35084283351898193, 0.2765147089958191, -0.5369766354560852, -0.5261372923851013, 0.12952476739883423, 0.5393979549407959, 0.3439931571483612, 0.09642736613750458, -0.15603651106357574, -0.385203093290329, -0.308176189661026, 0.2894754409790039, -0.8110846877098083, -0.2620672881603241, 0.4618435204029083, -0.6209048628807068, -0.5923720002174377, -0.06571188569068909, -0.7080146074295044, -0.23315979540348053, -0.3941943645477295, 0.5562376379966736, -0.7423551678657532, -0.28029143810272217, 0.03718604892492294, -0.32259100675582886, 0.08785640448331833, 0.19163361191749573, -0.6873005628585815, 0.43158644437789917, 0.4754217863082886, 1.187301516532898, 0.01381166372448206, -0.2940295934677124, -0.44756871461868286, 0.07828263938426971, -0.4053494930267334, 0.5014210343360901, -0.04410114139318466, -0.44257789850234985, -0.36943984031677246, -0.03888191655278206, 0.007990505546331406, -0.32506072521209717, 0.08438369631767273, -0.42333081364631653, 0.24353134632110596, -0.0513191781938076, -0.38550516963005066, -0.30332469940185547, 0.3472493886947632, -0.6105000972747803, 1.004715085029602, 0.16995547711849213, -0.9056219458580017, 0.2830744683742523, -0.7680075764656067, -0.1683916449546814, -0.04794007167220116, 0.5022846460342407, -0.669364333152771, -0.07391905784606934, 0.11449217051267624, 0.6296358108520508, -0.2962867319583893, 0.23093679547309875, -0.43159836530685425, -0.31084319949150085, 0.17526233196258545, -0.31310659646987915, 0.7470310926437378, 0.3300023674964905, -0.40017956495285034, 0.10421323776245117, -0.684680163860321, 0.18941791355609894, 0.22913780808448792, -0.12258203327655792, -0.04923689737915993, 0.12478409707546234, -0.04618637263774872, 0.30878153443336487, 0.197886660695076, -0.25492775440216064, 0.25274989008903503, -0.45594096183776855, 0.7660514712333679, 1.0018675327301025, 0.17972144484519958, 0.14980106055736542, -0.4889812767505646, 0.6559961438179016, 0.44453656673431396, 0.5791456699371338, -0.19424641132354736, -0.347133994102478, -0.43252745270729065, 0.2691195607185364, 0.45622414350509644, 0.4721093475818634, -0.4389641582965851, 0.21707294881343842, -0.1925584226846695, -0.7066748738288879, -0.09090223163366318, -0.10372493416070938, 0.09434617310762405, 0.6856346130371094, 0.4659108817577362, -0.31732746958732605, -0.8089322447776794, -0.5244992971420288, 0.15185515582561493, 0.10619474202394485, 0.30389922857284546, 0.026941876858472824, 0.6798384785652161, -0.00012555897410493344, 0.7414493560791016, -0.6328534483909607, -0.03264568746089935, -0.31543734669685364, 0.04191923141479492, 0.4724191427230835, 0.43576598167419434, 0.35424569249153137, -0.5484685301780701, -0.4281787872314453, -0.01654699258506298, -0.6116805076599121, 0.5606048703193665, -0.035850271582603455, 0.062468189746141434, 0.3414420187473297, 0.45425525307655334, -0.5199345946311951, 0.5146440863609314, 0.38076499104499817, -0.1974744200706482, 0.7382747530937195, -0.12666438519954681, -0.12846121191978455, -1.3227972984313965, 0.2207062542438507, 0.2690582573413849, -0.18996381759643555, -0.5663942694664001, -0.1810942441225052, -0.16183406114578247, -0.40818390250205994, -0.47180649638175964, 0.31007593870162964, -0.3597937524318695, -0.032480720430612564, 0.07367311418056488, -0.0916249081492424, -0.41771984100341797, 0.5392583608627319, -0.10504214465618134, 0.8038681745529175, 0.7385543584823608, -0.7779688835144043, 0.4121001064777374, -0.20130592584609985, -0.44432327151298523, 0.19072216749191284, -0.7663627862930298, 0.11812025308609009, 0.19551225006580353, -0.03648805990815163, -0.7715775966644287, 0.10721803456544876, 0.11733648926019669, -0.5984432697296143, 0.4482771158218384, -0.14164401590824127, -0.21578435599803925, -0.5556507706642151, -0.4347105324268341, 0.038691047579050064, 0.4279249608516693, -0.23714499175548553, 0.7226408123970032, 0.156467005610466, 0.2260168492794037, -0.7654181122779846, -0.6497228741645813, -0.19980265200138092, -0.5261303186416626, -0.6175209283828735, 0.22154247760772705, -0.12166716903448105, -0.1613338589668274, -0.02286163717508316, -0.14431042969226837, 0.05780477449297905, 0.2034054547548294, 0.46501123905181885, 0.44987601041793823, -0.05901316553354263, 0.1397632658481598, -0.4077409505844116, -0.2960021197795868, 0.01859867572784424, -0.6139236688613892, 0.7344057559967041, -0.19639281928539276, 0.24079829454421997, -0.4450087249279022, -0.02743362821638584, 0.3864530324935913, -0.08069811761379242, 0.8316019177436829, 0.4719921052455902, -0.41471657156944275, -0.16259364783763885, -0.349763423204422, -0.15731281042099, -0.43782317638397217, 0.42837008833885193, -0.4466952383518219, -0.17102652788162231, 0.607856810092926, 0.014320190995931625, 0.09772668778896332, 0.6545311808586121, 0.3986664116382599, -0.043156012892723083, 0.8997729420661926, 0.7497474551200867, -0.25314053893089294, 0.5735611915588379, -0.8569178581237793, 0.039531610906124115, -0.7647035121917725, -0.46059852838516235, -0.25693050026893616, -0.3081269860267639, -0.7502948045730591, -0.17841985821723938, 0.29229575395584106, -0.13707205653190613, -0.42158985137939453, 0.4874228537082672, -0.3543927073478699, 0.0301913283765316, 0.689920961856842, 0.2981858253479004, -0.011366039514541626, 0.12256550043821335, -0.15735626220703125, 0.07141170650720596, -0.7474751472473145, -0.23952552676200867, 1.5263973474502563, 0.6030069589614868, 0.5829956531524658, -0.261460542678833, 0.621207058429718, 0.2198396921157837, 0.02366442047059536, -0.5828635692596436, 0.49387797713279724, 0.07805024087429047, -0.6761594414710999, -0.24364310503005981, -0.4638945758342743, -0.6866756677627563, 0.0014904900453984737, -0.26886922121047974, -0.5899733901023865, 0.14694368839263916, 0.13350045680999756, -0.47364628314971924, 0.6556602716445923, -0.7835979461669922, 0.8197841048240662, -0.19284763932228088, -0.383065789937973, -0.138762965798378, -0.6397226452827454, 0.2594088315963745, -0.03336291015148163, 0.045556459575891495, 0.028816651552915573, -0.04059886932373047, 0.6919839978218079, -0.8299310803413391, 0.7909173369407654, -0.3120158314704895, 0.2811521887779236, 0.3796956539154053, -0.12230467051267624, 0.4758831262588501, -0.253858357667923, -0.3226190209388733, 0.5006977319717407, 0.029301777482032776, -0.3804761469364166, -0.09995246678590775, 0.6467413306236267, -0.9621966481208801, -0.22104084491729736, -0.5353822112083435, -0.6169581413269043, 0.029659729450941086, 0.1734795719385147, 0.4803764224052429, 0.6286705732345581, 0.0040582758374512196, 0.27281343936920166, 0.5869431495666504, 0.1276552379131317, 0.7303019762039185, 0.1590622067451477, -0.049053411930799484, -0.5482386946678162, 0.7662901282310486, 0.4161463975906372, 0.2923775613307953, 0.2969056963920593, 0.3225287199020386, -0.40270140767097473, -0.6762608885765076, -0.058897677809000015, 0.1670050024986267, -0.607168972492218, -0.3831752836704254, -0.3330368101596832, -0.3150984048843384, -0.6213546991348267, 0.12134633213281631, -0.28698357939720154, -0.32615387439727783, -0.39475831389427185, -0.2412710189819336, 0.3564133048057556, 0.6363223791122437, -0.19318585097789764, 0.3625721037387848, -0.5314466953277588, 0.09881195425987244, 0.06594520807266235, 0.440969854593277, 0.15606024861335754, -0.6201728582382202, -0.6083260774612427, 0.10928331315517426, -0.710652232170105, -0.8249251842498779, 0.666954755783081, -0.1885981410741806, 0.39098626375198364, 0.3769937753677368, -0.11168605089187622, 0.94008469581604, -0.22232361137866974, 0.8220735192298889, 0.20297221839427948, -0.8548007011413574, 0.7718315124511719, -0.2334398627281189, 0.11123225837945938, 0.12979738414287567, 0.5017349720001221, -0.3971507251262665, 0.019074872136116028, -1.0407471656799316, -0.7465251088142395, 1.1075739860534668, 0.1094869077205658, -0.3523908853530884, 0.40981876850128174, 0.4927082359790802, -0.045004796236753464, 0.3510308861732483, -0.9876169562339783, -0.18974854052066803, -0.47375237941741943, 0.09495966136455536, -0.41613084077835083, -0.06417036801576614, 0.11053753644227982, -0.24398770928382874, 0.7484526634216309, 0.07761623710393906, 0.4035559892654419, 0.03601459413766861, 0.18651705980300903, -0.363155335187912, -0.07850544154644012, 0.383260041475296, 0.8392928838729858, -0.595459520816803, -0.24405193328857422, 0.48931053280830383, -0.4994553029537201, -0.1730973869562149, 0.20177379250526428, -0.1999867558479309, -0.18427185714244843, 0.3081418573856354, 0.9064050316810608, -0.1503525674343109, -0.37620222568511963, 0.1533953696489334, 0.16512271761894226, -0.20996727049350739, -0.6016378998756409, 0.15374575555324554, 0.04969082027673721, 0.3703440725803375, 0.2153177261352539, 0.23448523879051208, 0.11748620867729187, -0.7314378619194031, -0.07235084474086761, 0.295376718044281, -0.3062753975391388, -0.3316386342048645, 0.7173040509223938, -0.18338872492313385, -0.157997727394104, 0.7300711274147034, 0.11240789294242859, -0.43204742670059204, 0.8747904896736145, 0.38382261991500854, 0.8016771078109741, -0.4700221121311188, -0.013145838864147663, 0.6401817202568054, 0.4979129135608673, -0.33448827266693115, 0.3539411425590515, 0.09205413609743118, -0.2639321982860565, -0.15586617588996887, -0.3060726821422577, -0.25030753016471863, 0.34412825107574463, -0.6159017086029053, 0.6384885907173157, -0.7101070880889893, -0.4102521538734436, -0.08767513185739517, 0.6886480450630188, -0.6959031820297241, 0.6275409460067749, 0.09867348521947861, 1.1414101123809814, -0.9016086459159851, 0.743915855884552, 0.47575539350509644, -0.6430555582046509, -0.9132168292999268, -0.0731862261891365, -0.20842403173446655, -0.7080702781677246, 0.42927852272987366, 0.3563491702079773, 0.1980024129152298, -0.08882314711809158, -0.7676936388015747, -0.867781400680542, 1.5420242547988892, -0.059356071054935455, -0.47078633308410645, -0.17291538417339325, -0.12000574916601181, 0.3721655309200287, -0.21493500471115112, 0.4225430190563202, 0.4521373510360718, 0.21401676535606384, 0.3139232099056244, -0.7101507782936096, 0.00678843492642045, -0.30433303117752075, 0.19889220595359802, 0.48825812339782715, -0.6507344245910645, 1.2612417936325073, -0.4418104588985443, -0.09283851832151413, -0.049727678298950195, 0.694597601890564, 0.18501541018486023, 0.618501603603363, 0.43611279129981995, 0.6262434124946594, 0.7279945611953735, -0.1654273271560669, 1.1850080490112305, -0.4273630380630493, 0.4290747046470642, 0.8920277953147888, 0.2624780237674713, 0.9207110404968262, 0.23625902831554413, -0.3595612347126007, 0.4955998361110687, 1.0160565376281738, -0.20435230433940887, 0.6553274393081665, -0.08116622269153595, 0.12657299637794495, -0.26479968428611755, 0.16168078780174255, -0.6406657695770264, 0.1472170501947403, 0.21175795793533325, -0.3282339572906494, 0.04074825346469879, -0.1587046980857849, -0.15279163420200348, -0.48885422945022583, -0.5658417344093323, 0.3926181495189667, 0.0841909721493721, -0.5730352997779846, 0.4118914306163788, 0.221369668841362, 0.5017120838165283, -0.8884192109107971, 0.21642135083675385, -0.20453037321567535, 0.18171902000904083, -0.2151861935853958, -0.5911999940872192, 0.15472236275672913, -0.230895534157753, -0.11190536618232727, -0.11685800552368164, 0.7045433521270752, -0.04701097309589386, -0.4210284948348999, 0.08799979835748672, 0.13736331462860107, 0.21044927835464478, -0.07689857482910156, -0.7680604457855225, -0.259858638048172, 0.15769387781620026, -0.3358174264431, 0.24012088775634766, 0.47714653611183167, -0.015875637531280518, 0.8859963417053223, 0.6692207455635071, 0.18386058509349823, 0.06502024829387665, -0.2398078590631485, 0.9238079786300659, -1.0150467157363892, -0.5832679867744446, -0.7291643619537354, 0.6370576024055481, -0.031148161739110947, -0.3195267617702484, 0.5783214569091797, 0.7313058376312256, 0.6439290046691895, 0.029822610318660736, 0.7176341414451599, 0.035205721855163574, 0.5021896362304688, -0.6212610006332397, 0.19024555385112762, -0.6460350751876831, 0.18217255175113678, -0.1284017264842987, -0.6985237002372742, 0.24333904683589935, 0.3736351728439331, -0.46874749660491943, 0.40713006258010864, 0.635283887386322, 0.5159745216369629, -0.08237800747156143, 0.2678891122341156, 0.07497114688158035, 0.35982707142829895, 0.25190258026123047, 0.6881034970283508, 0.5669295787811279, -0.7558773756027222, 0.598457932472229, -0.8123151659965515, -0.029922164976596832, -0.3314221203327179, -0.8767582774162292, -0.8371049761772156, -0.4371708035469055, -0.2570996880531311, -0.4899486303329468, -0.007239541504532099, 0.8967176675796509, 0.7535407543182373, -0.7010655403137207, -0.5539456009864807, -0.03194628283381462, -0.1023145318031311, -0.5518100261688232, -0.24345263838768005, 0.3678605556488037, -0.3156083822250366, -0.5850847363471985, 0.15137332677841187, -0.0321209542453289, 0.3288779556751251, -0.36965957283973694, 0.029615351930260658, -0.1809903085231781, -0.07554697245359421, 0.5178853869438171, 0.026643242686986923, -0.1934337615966797, -0.015143964439630508, 0.1329970359802246, 0.10183113068342209, 0.07180451601743698, 0.4690569341182709, -0.6659671068191528, 0.4899553656578064, 0.44904717803001404, -0.04966088756918907, 0.7978286743164062, 0.16163569688796997, 0.3786340355873108, -0.48414450883865356, 0.0469672866165638, 0.07871224731206894, 0.3302692472934723, 0.19803763926029205, -0.5501194596290588, 0.6103808283805847, 0.5389757752418518, -0.5357211828231812, -0.7435564994812012, -0.25864195823669434, -0.9906591176986694, -0.46051520109176636, 0.9323254227638245, 0.05146758258342743, -0.29704394936561584, 0.022575197741389275, 0.04309277608990669, 0.28579095005989075, -0.3890225887298584, 0.6762958765029907, 0.6527432203292847, -0.09687371551990509, -0.04932534694671631, -0.8958407640457153, 0.2297571748495102, 0.05745101347565651, -0.5617141723632812, -0.08818664401769638, 0.22740016877651215, 0.6547027826309204, 0.09236585348844528, 0.6091556549072266, -0.092165507376194, 0.2310212254524231, 0.1683373600244522, 0.08010999858379364, -0.37353384494781494, -0.4252108037471771, -0.3710680902004242, 0.3889126479625702, -0.20450198650360107, -0.44907352328300476 ]
silviachen46/llama-test-model
silviachen46
2023-11-29T21:15:20Z
0
0
null
[ "region:us" ]
2023-11-29T21:15:20Z
2023-11-29T21:15:20.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
silviachen46/llama-test-model
[ -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 ]
Miyuutsu/random_mirrors
Miyuutsu
2023-11-29T22:53:59Z
0
0
null
[ "region:us" ]
2023-11-29T22:53:59Z
2023-11-29T21:15:47.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
Miyuutsu/random_mirrors
[ -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 ]
Yilomomo/heussRVC
Yilomomo
2023-11-29T21:17:53Z
0
0
null
[ "license:openrail", "region:us" ]
2023-11-29T21:17:53Z
2023-11-29T21:16:20.000Z
null
null
--- license: openrail ---
null
null
null
null
null
null
null
null
null
null
null
null
Yilomomo/heussRVC
[ -0.1285337656736374, -0.18616777658462524, 0.6529129147529602, 0.4943626821041107, -0.19319315254688263, 0.23607446253299713, 0.3607197403907776, 0.05056322365999222, 0.5793652534484863, 0.740013837814331, -0.6508102416992188, -0.23783965408802032, -0.7102248668670654, -0.047826047986745834, -0.3894751965999603, 0.8470761775970459, -0.09598258882761002, 0.024005092680454254, 0.04712021350860596, -0.1431782841682434, -0.6121039390563965, -0.04771730303764343, -1.052453875541687, -0.06787501275539398, 0.3002280294895172, 0.5120975971221924, 0.827589750289917, 0.39602935314178467, 0.503056526184082, 1.7515556812286377, -0.08836935460567474, -0.2275443971157074, -0.45892035961151123, 0.42230668663978577, -0.33277368545532227, -0.4213370680809021, -0.26241642236709595, -0.07449343800544739, 0.32380396127700806, 0.7903714179992676, -0.3810412287712097, 0.19328093528747559, -0.22438447177410126, 1.0082242488861084, -0.8202074766159058, 0.22630876302719116, -0.16698357462882996, 0.1405322253704071, 0.042308609932661057, -0.14591936767101288, -0.13263222575187683, -0.6440033912658691, 0.06469469517469406, -0.8995962142944336, 0.10274945944547653, -0.0446111261844635, 0.8789561986923218, 0.21909046173095703, -0.5102371573448181, -0.045977260917425156, -0.6883596181869507, 1.0972506999969482, -0.1755603700876236, 0.7615711688995361, 0.4507812559604645, 0.4528856873512268, -0.5849329829216003, -1.1782180070877075, -0.4441865086555481, -0.1357899159193039, 0.14722831547260284, 0.30556100606918335, -0.34530287981033325, -0.02234390377998352, 0.10801098495721817, 0.5610314011573792, -0.5003756284713745, -0.311959445476532, -0.9579930305480957, -0.1816491037607193, 0.6820484399795532, 0.3193082809448242, 0.8340444564819336, 0.18731512129306793, -0.7347196340560913, 0.12866295874118805, -1.323970079421997, 0.07650751620531082, 0.6465022563934326, 0.23946744203567505, -0.5545987486839294, 0.8594783544540405, -0.2858799695968628, 0.6262494325637817, 0.2728464603424072, -0.11645269393920898, 0.27842509746551514, -0.23030748963356018, -0.27350643277168274, 0.033087633550167084, 0.3459729552268982, 0.8204492330551147, 0.16248637437820435, -0.01998506486415863, -0.22123964130878448, 0.002071782946586609, 0.2684451937675476, -0.793509304523468, -0.47126707434654236, 0.1926695555448532, -0.5589528679847717, -0.09108506888151169, 0.43270206451416016, -1.0976828336715698, -0.4812982380390167, -0.1879846751689911, 0.054681554436683655, -0.5451692938804626, -0.3697948455810547, 0.07273255288600922, -0.7925416231155396, -0.12434177100658417, 0.570950984954834, -0.6230255365371704, 0.43974602222442627, 0.533625602722168, 0.7861635088920593, 0.23303896188735962, -0.2361363023519516, -0.6695019006729126, 0.48848265409469604, -0.8661869764328003, 0.3686073124408722, -0.30737805366516113, -0.8298641443252563, -0.09631048142910004, 0.5393160581588745, 0.20664846897125244, -0.6653255820274353, 0.7074047923088074, -0.5496984720230103, -0.07806544750928879, -0.43082866072654724, -0.24322004616260529, 0.1746043711900711, 0.1111542135477066, -0.6238909959793091, 0.9402235150337219, 0.5551108121871948, -0.5841100215911865, 0.31701257824897766, -0.4869507849216461, -0.6865583062171936, 0.26748132705688477, -0.008751027286052704, -0.04715227335691452, 0.3279530107975006, -0.15983974933624268, -0.002051129937171936, 0.10505765676498413, 0.008299637585878372, -0.21891678869724274, -0.4786301553249359, 0.06349936872720718, 0.15165013074874878, 1.2536835670471191, 0.4083622694015503, -0.37718820571899414, -0.13140106201171875, -1.0526150465011597, 0.02543257176876068, 0.05050146207213402, -0.42306768894195557, -0.25045642256736755, -0.1488218456506729, -0.20381581783294678, 0.43072617053985596, 0.21184739470481873, -0.8131153583526611, 0.22643616795539856, -0.20640240609645844, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.39760568737983704, -0.6625285148620605, 0.6563137769699097, 0.20761863887310028, 0.4959019422531128, 0.354042112827301, -0.3845822513103485, -0.9641586542129517, -0.4421616792678833, -0.1011740192770958, 0.297553151845932, -0.7744957208633423, 0.5847321152687073, 0.01297951489686966, -0.5836704969406128, -0.44652819633483887, -0.15488097071647644, 0.2755330204963684, -0.06606575846672058, 0.03334902226924896, -0.4049777388572693, -0.739441990852356, -1.0127897262573242, -0.13788151741027832, -0.5021387338638306, -0.21892821788787842, 0.31605881452560425, 0.261773943901062, -0.34290048480033875, 0.7610749006271362, -0.6059279441833496, -0.7040641903877258, -0.13973557949066162, -0.09959849715232849, 0.618772029876709, 0.9297670125961304, 0.749138355255127, -0.7224892377853394, -0.8973819017410278, -0.05623067170381546, -0.5420041680335999, -0.02004433423280716, 0.03814995661377907, -0.18260698020458221, -0.10514994710683823, 0.22352534532546997, -0.6100803017616272, 0.8851074576377869, 0.43224993348121643, -0.681546688079834, 0.5210590958595276, -0.44444146752357483, 0.6073804497718811, -0.8642840385437012, -0.29114919900894165, -0.16823579370975494, -0.19761183857917786, -0.709015965461731, 0.1941155642271042, -0.30022352933883667, -0.3302987515926361, -0.7474030256271362, 0.5274897813796997, -0.9497012495994568, -0.18781521916389465, -0.33672797679901123, -0.034230977296829224, 0.2580781579017639, 0.1949051469564438, -0.23560264706611633, 0.8900531530380249, 0.9160484075546265, -0.712130606174469, 0.5487276911735535, 0.39309075474739075, -0.19200125336647034, 0.7131238579750061, -0.3887738585472107, 0.05161985754966736, -0.1234491840004921, 0.14374585449695587, -1.126388669013977, -0.5611584782600403, 0.1367737054824829, -0.712703287601471, 0.17686967551708221, -0.16556859016418457, -0.09428532421588898, -0.6608467102050781, -0.33806395530700684, 0.25910091400146484, 0.4861229360103607, -0.47969967126846313, 0.6188148260116577, 0.5728040933609009, 0.02651885151863098, -0.5307406187057495, -0.7206821441650391, 0.2041812688112259, 0.03964652866125107, -0.5569696426391602, 0.3011690676212311, 0.0065436214208602905, -0.6622445583343506, -0.371124804019928, -0.2635420262813568, -0.6043856739997864, -0.22679755091667175, 0.7826986312866211, 0.11994212120771408, -0.0901225358247757, -0.20310275256633759, -0.31995368003845215, -0.06167535483837128, 0.3048742413520813, -0.07575303316116333, 0.7232834696769714, -0.3362375497817993, -0.17850087583065033, -0.8877339363098145, 0.652754545211792, 0.9970463514328003, 0.09446708112955093, 0.8066442012786865, 0.4632421135902405, -0.3564748466014862, -0.13046596944332123, -0.3535459041595459, -0.15120592713356018, -0.6857743859291077, -0.18067999184131622, -0.5322477221488953, -0.5411433577537537, 0.4053066372871399, 0.10101456940174103, -0.0021041035652160645, 0.5167047381401062, 0.2533605694770813, -0.2880687415599823, 0.7550325393676758, 1.0343408584594727, 0.1391797512769699, 0.36029160022735596, -0.28547143936157227, 0.6341595649719238, -0.8329949975013733, -0.3405216336250305, -0.45480722188949585, -0.2563585638999939, -0.3121439218521118, -0.10750845074653625, 0.5791022181510925, 0.28182169795036316, -0.4463467001914978, 0.12506814301013947, -0.599420964717865, 0.6587362289428711, 0.6273988485336304, 0.5719729065895081, 0.19973021745681763, -0.4619947671890259, 0.199829563498497, 0.048166729509830475, -0.45745593309402466, -0.40091079473495483, 0.7711145281791687, 0.2399625927209854, 0.8364024758338928, 0.20927059650421143, 0.4957774877548218, 0.33375439047813416, 0.25280579924583435, -0.6318978667259216, 0.2009800225496292, -0.22282804548740387, -1.2459611892700195, -0.20642682909965515, -0.16551321744918823, -1.0080583095550537, -0.11792092770338058, -0.18288999795913696, -0.8406620025634766, 0.26657283306121826, -0.19225645065307617, -0.6640644073486328, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.2355591058731079, -0.2817089259624481, 0.11930065602064133, -0.6889920830726624, 0.5254611968994141, 0.36671483516693115, 0.29168403148651123, -0.3796897828578949, -0.31928709149360657, 0.5068994760513306, -0.8812244534492493, 0.44081127643585205, -0.10564985871315002, 0.19428138434886932, 0.5358877778053284, 0.4153592586517334, 0.3823971152305603, 0.2869904041290283, -0.24593782424926758, -0.23415425419807434, 0.22503423690795898, -0.7581346035003662, -0.2775459885597229, 0.9095460772514343, -0.7519426941871643, -0.8586915731430054, -0.6954257488250732, -0.3064495921134949, 0.2886529564857483, 0.027814604341983795, 0.7154771685600281, 0.6456884741783142, -0.18821048736572266, 0.23776991665363312, 0.7208226323127747, -0.014694413170218468, 0.723556637763977, 0.2941119968891144, -0.4056646525859833, -0.6169788837432861, 0.718232274055481, 0.2627045810222626, 0.051626577973365784, 0.028327951207756996, 0.3058736026287079, -0.17546716332435608, -0.15078604221343994, -0.6318324208259583, -0.06395330280065536, -0.7465729713439941, -0.09279504418373108, -0.7541396617889404, -0.2507742643356323, -0.7114591598510742, -0.8068137764930725, -0.7080161571502686, -0.45604395866394043, -0.43011951446533203, -0.23352205753326416, 0.5163110494613647, 1.1627084016799927, -0.26131555438041687, 0.801105260848999, -0.8900953531265259, 0.4193631112575531, 0.49695390462875366, 0.751973032951355, -0.11061014980077744, -0.6746936440467834, -0.07836258411407471, -0.5338754653930664, -0.29485073685646057, -1.0156972408294678, 0.3177463710308075, -0.03688567876815796, 0.4053713381290436, 0.42938894033432007, 0.2519025504589081, 0.49392762780189514, -0.30073118209838867, 1.1130688190460205, 0.7274302244186401, -0.8033810257911682, 0.5195275545120239, -0.7635002136230469, 0.1612233817577362, 0.9363657236099243, 0.5447745323181152, -0.4417075514793396, -0.1511392891407013, -1.0259766578674316, -0.843137264251709, 0.5963036417961121, 0.15439943969249725, 0.016843967139720917, 0.018214236944913864, 0.03168264031410217, 0.29466384649276733, 0.35913029313087463, -0.7847291231155396, -0.8240219354629517, -0.13851124048233032, 0.2580328583717346, 0.3145606517791748, -0.1648542881011963, -0.30038711428642273, -0.611615777015686, 0.8711391687393188, 0.18286491930484772, 0.3546231985092163, 0.1207335889339447, 0.043693479150533676, -0.35506927967071533, 0.14787030220031738, 0.552299976348877, 1.2529058456420898, -0.40983331203460693, 0.36739131808280945, 0.1751261204481125, -0.654007077217102, 0.6494996547698975, -0.30363503098487854, -0.021784650161862373, 0.6203135251998901, 0.17760884761810303, 0.2852839529514313, 0.31559935212135315, -0.36214274168014526, 0.6047803163528442, -0.029422014951705933, -0.17758505046367645, -0.7005698084831238, 0.15866978466510773, 0.029350772500038147, 0.2750795781612396, 0.43920230865478516, 0.24443335831165314, 0.08246771991252899, -1.0602877140045166, 0.5711055994033813, 0.24493888020515442, -0.8676617741584778, -0.3011004328727722, 0.7047959566116333, 0.40753883123397827, -0.4759957790374756, 0.3874906301498413, 0.012702271342277527, -0.6710242033004761, 0.5987740755081177, 0.5510411858558655, 0.7569674253463745, -0.47024255990982056, 0.30880191922187805, 0.6245602369308472, 0.06711341440677643, 0.20550546050071716, 0.6923203468322754, 0.03149377182126045, -0.4473864436149597, 0.23022449016571045, -0.5986734628677368, -0.14689898490905762, 0.1373530775308609, -0.8047428131103516, 0.3515334129333496, -0.9312615394592285, -0.24089953303337097, 0.08751583844423294, 0.11761092394590378, -0.6130945682525635, 0.6674697995185852, -0.008524969220161438, 0.9280493259429932, -0.8549084663391113, 0.9626275300979614, 0.8559582233428955, -0.3183083236217499, -0.7709448337554932, -0.3355676233768463, 0.020139286294579506, -0.6660526394844055, 0.7108278274536133, -0.18973013758659363, -0.41207438707351685, -0.0932394340634346, -0.6229830384254456, -1.0003727674484253, 0.030618250370025635, 0.01741565763950348, -0.4625033140182495, 0.4454795718193054, -0.5157256722450256, 0.3289683163166046, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958451509475708, 0.2296082079410553, -0.635478138923645, -0.4466687738895416, -0.010276127606630325, -0.16682802140712738, 0.45458078384399414, -1.0710972547531128, 0.9677366614341736, -0.46525758504867554, -0.34733206033706665, 0.2706640958786011, 0.7977625131607056, 0.2538500428199768, 0.35241276025772095, 0.6219536662101746, 0.9016808271408081, 0.36450111865997314, -0.3117833435535431, 0.727674663066864, 0.2426338493824005, 0.41525399684906006, 0.7364203929901123, -0.22712205350399017, 0.5403845310211182, 0.8906415104866028, -0.7861620783805847, 0.5381765365600586, 0.7879034280776978, 0.16047382354736328, 0.7758155465126038, 0.5944146513938904, -0.6119526624679565, -0.1185942217707634, -0.14641433954238892, -0.6171560287475586, 0.1979752629995346, 0.05292631685733795, -0.11974728107452393, -0.28460127115249634, -0.13567373156547546, 0.12295068800449371, 0.28364571928977966, -0.5959329009056091, 0.6068668365478516, 0.343415766954422, -0.6328281760215759, 0.210251122713089, -0.25779563188552856, 0.6709499955177307, -0.5978156328201294, 0.027336478233337402, -0.22699348628520966, 0.41810399293899536, -0.4618743658065796, -1.007582664489746, 0.4713838994503021, -0.2920242249965668, -0.405513197183609, -0.26942428946495056, 0.80723637342453, -0.2213391214609146, -0.557286262512207, 0.3748604655265808, 0.13466599583625793, 0.41473662853240967, 0.40145963430404663, -0.5487293004989624, 0.047790005803108215, 0.13760161399841309, -0.2006179392337799, 0.36011889576911926, 0.29737281799316406, 0.2548876702785492, 0.7100130319595337, 0.5052475929260254, 0.2219872623682022, 0.2569439113140106, -0.18668612837791443, 0.8387458324432373, -0.9102796316146851, -0.8167634606361389, -0.9497333765029907, 0.3849894106388092, 0.02572767436504364, -0.8801447153091431, 0.7920306921005249, 0.7652606964111328, 0.5113963484764099, -0.4877890944480896, 0.47552838921546936, -0.3264794945716858, 0.5047137141227722, -0.13870961964130402, 1.001089334487915, -0.7607627511024475, -0.2958725690841675, -0.030553817749023438, -0.9216439723968506, -0.2533751130104065, 0.5375742316246033, 0.15408313274383545, -0.1460806429386139, 0.4385906457901001, 0.44216388463974, 0.022173259407281876, 0.25223156809806824, 0.32860997319221497, 0.06042792648077011, 0.14508457481861115, 0.5510438680648804, 1.0931141376495361, -0.4339441955089569, 0.18694783747196198, -0.4923475682735443, -0.45362505316734314, -0.4153491258621216, -0.954805850982666, -0.6640315055847168, -0.48185449838638306, -0.2973935008049011, -0.5915579199790955, 0.11726463586091995, 0.9300886392593384, 0.9018139839172363, -0.6256728172302246, -0.41243645548820496, 0.2571353018283844, 0.3029339909553528, -0.22954201698303223, -0.14626801013946533, 0.27364903688430786, -0.006407523527741432, -0.7211177349090576, 0.3930944800376892, 0.8079764246940613, 0.3887127637863159, 0.08443982899188995, -0.0721711814403534, -0.44070807099342346, 0.026101619005203247, 0.5373560190200806, 0.5729563236236572, -0.628118097782135, -0.4099644720554352, -0.532831609249115, -0.21386730670928955, 0.15529431402683258, 0.4807755947113037, -0.5166377425193787, 0.3266112804412842, 0.8128960132598877, 0.17017678916454315, 0.7187886238098145, -0.00224931538105011, 0.6678643226623535, -0.8970248699188232, 0.4446259140968323, 0.39533841609954834, 0.5681871175765991, 0.08998027443885803, -0.7339165210723877, 0.9820241928100586, 0.49674344062805176, -0.6334056258201599, -1.0034242868423462, 0.030799731612205505, -1.193114161491394, -0.3788174092769623, 0.9890842437744141, -0.09595753252506256, -0.9597457647323608, -0.3644896149635315, -0.36777186393737793, 0.07989642769098282, -0.3380975127220154, 0.3549821972846985, 0.826819658279419, -0.25380730628967285, -0.2204185426235199, -0.9505583047866821, 0.4752942621707916, 0.31025272607803345, -0.5886632204055786, -0.05114367604255676, 0.329391211271286, 0.4523688554763794, 0.3009701669216156, 0.5239557027816772, 0.10428227484226227, 0.897053062915802, 0.2520041763782501, 0.30491405725479126, -0.04526612162590027, -0.590078592300415, -0.01606651023030281, 0.26214760541915894, 0.044878602027893066, -0.686944305896759 ]
chloe0x0/spliceGPT-medium
chloe0x0
2023-11-29T21:16:58Z
0
0
null
[ "region:us" ]
2023-11-29T21:16:58Z
2023-11-29T21:16:58.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
chloe0x0/spliceGPT-medium
[ -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 ]
chloe0x0/spliceGPT_medium
chloe0x0
2023-11-29T21:19:07Z
0
0
null
[ "transformers", "safetensors", "gpt2", "text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-29T21:19:07Z
2023-11-29T21:18:12.000Z
null
null
Entry not found
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
chloe0x0/spliceGPT_medium
[ -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 ]
Anonimus-93/1
Anonimus-93
2023-11-29T21:20:11Z
0
0
null
[ "region:us" ]
2023-11-29T21:20:11Z
2023-11-29T21:20:10.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
Anonimus-93/1
[ -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 ]
jordandavis/jaxx_brown_marble_side_table
jordandavis
2023-11-29T21:21:22Z
0
0
null
[ "region:us" ]
2023-11-29T21:21:22Z
2023-11-29T21:21:22.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
jordandavis/jaxx_brown_marble_side_table
[ -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 ]
BENBENBENb/finetune_cs_1
BENBENBENb
2023-11-29T21:24:34Z
0
0
null
[ "generated_from_trainer", "base_model:lmsys/vicuna-7b-v1.5", "license:llama2", "region:us" ]
2023-11-29T21:24:34Z
2023-11-29T21:21:57.000Z
null
null
--- license: llama2 base_model: lmsys/vicuna-7b-v1.5 tags: - generated_from_trainer model-index: - name: finetune_cs_1 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. --> # finetune_cs_1 This model is a fine-tuned version of [lmsys/vicuna-7b-v1.5](https://huggingface.co/lmsys/vicuna-7b-v1.5) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 1.6272 ## 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.0001 - train_batch_size: 4 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 5 - num_epochs: 1 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 1.6907 | 1.0 | 150 | 1.6272 | ### Framework versions - Transformers 4.35.2 - Pytorch 2.1.0+cu121 - Datasets 2.15.0 - Tokenizers 0.15.0
null
null
null
null
null
null
null
null
null
null
null
null
BENBENBENb/finetune_cs_1
[ -0.4454368054866791, -0.5998086929321289, 0.2551204562187195, 0.14254595339298248, -0.5589827299118042, -0.6538691520690918, -0.15505729615688324, -0.2156345546245575, 0.1801380217075348, 0.4638844430446625, -0.7619876861572266, -0.6053655743598938, -0.5451824069023132, -0.10243970900774002, -0.19540973007678986, 1.1235697269439697, 0.10732219368219376, 0.5554619431495667, -0.0824524536728859, -0.12111715972423553, -0.6804270148277283, -0.7029631733894348, -1.012890338897705, -0.7043325901031494, 0.49518337845802307, 0.22127366065979004, 0.7086259722709656, 1.0177898406982422, 0.666317880153656, 0.25636354088783264, -0.3348553478717804, 0.026567606255412102, -0.6396650671958923, -0.3896319568157196, -0.05678122863173485, -0.7206212878227234, -0.8457823395729065, -0.22248730063438416, 0.8487651944160461, 0.226511612534523, -0.216570183634758, 0.6019637584686279, 0.13640324771404266, 0.3395578861236572, -0.542439877986908, 0.203995943069458, -0.6300333142280579, 0.20039737224578857, -0.29968252778053284, -0.6099701523780823, -0.304744690656662, -0.13744010031223297, -0.14339375495910645, -0.5849142670631409, 0.5714708566665649, -0.13808652758598328, 1.339361310005188, 0.5516919493675232, -0.1866247057914734, 0.1838424950838089, -0.8291198015213013, 0.4624831974506378, -0.8238105177879333, 0.34459924697875977, 0.3376044034957886, 0.7014057040214539, 0.008476678282022476, -0.7961097359657288, -0.3878631591796875, -0.1154736801981926, 0.14649489521980286, 0.22793157398700714, -0.055230073630809784, 0.12482600659132004, 0.6778484582901001, 0.5748310089111328, -0.4737263023853302, 0.354710191488266, -0.7634748220443726, -0.22254951298236847, 0.6126535534858704, 0.6306363344192505, -0.2393595427274704, -0.17492522299289703, -0.41753602027893066, -0.1696251779794693, -0.37349972128868103, 0.1305309683084488, 0.6042804718017578, 0.4722309410572052, -0.4120609760284424, 0.7044333219528198, -0.3932875394821167, 0.8372394442558289, -0.011131301522254944, -0.12855719029903412, 0.4452486038208008, 0.12927860021591187, -0.6168004274368286, -0.04792323708534241, 0.8775360584259033, 0.7074012160301208, 0.074888214468956, 0.1399042308330536, -0.33605465292930603, -0.02068781666457653, 0.29539528489112854, -0.9084036350250244, -0.30370327830314636, 0.2469479739665985, -0.532429575920105, -0.7321056127548218, 0.1829715073108673, -0.45369604229927063, -0.11031658202409744, -0.555624783039093, 0.6864026784896851, -0.33645159006118774, -0.11765940487384796, 0.2826545834541321, -0.12407474219799042, 0.306589812040329, 0.20961010456085205, -0.5913511514663696, 0.37538111209869385, 0.442426472902298, 0.6457734704017639, 0.19167682528495789, -0.4300709068775177, -0.24092626571655273, -0.07840707898139954, -0.34445399045944214, 0.5892736315727234, 0.15072429180145264, -0.33262142539024353, -0.15856978297233582, 0.38095977902412415, -0.11142809689044952, -0.5932770371437073, 0.980006217956543, -0.2852321267127991, 0.2481657862663269, -0.2649074196815491, -0.6411109566688538, -0.1860971301794052, 0.38615232706069946, -0.8556641936302185, 1.142814040184021, 0.0324932262301445, -0.7599043250083923, 0.5483981966972351, -0.5122462511062622, 0.13007763028144836, 0.1299179196357727, -0.0694911926984787, -0.8588275909423828, 0.09456249326467514, -0.15808621048927307, 0.5986472368240356, -0.33655351400375366, 0.31940707564353943, -0.39518409967422485, -0.6650854349136353, 0.0539691336452961, -0.7288916707038879, 0.8115171194076538, 0.19418379664421082, -0.4295184910297394, 0.3055489957332611, -1.3939907550811768, 0.2734232544898987, 0.398310124874115, -0.4632146954536438, 0.03723113238811493, -0.44068023562431335, 0.3888397216796875, 0.28966960310935974, 0.37351319193840027, -0.4102095067501068, 0.27939170598983765, -0.22859466075897217, 0.0790252685546875, 0.7202615737915039, 0.1150384321808815, -0.10625231266021729, -0.5117474794387817, 0.31848204135894775, 0.1171974241733551, 0.5828838348388672, 0.3628530502319336, -0.34124940633773804, -1.097722053527832, -0.15831933915615082, 0.2953796982765198, 0.356905996799469, -0.41700077056884766, 0.7122536301612854, -0.09869702905416489, -0.9388512372970581, -0.5729637742042542, 0.04007861390709877, 0.4970844089984894, 0.5232512950897217, 0.480620414018631, -0.15964405238628387, -0.5736984014511108, -1.2716854810714722, -0.02164357528090477, 0.11851026862859726, 0.12522810697555542, 0.10683377832174301, 0.5055146217346191, -0.17393863201141357, 0.6534940004348755, -0.5386576056480408, -0.2791060507297516, -0.1371513307094574, -0.2141471952199936, 0.45119214057922363, 0.8006579279899597, 0.7391437292098999, -0.3435378670692444, -0.06522368639707565, -0.12616319954395294, -0.95455002784729, 0.28918659687042236, -0.25083333253860474, -0.40026935935020447, -0.14489884674549103, 0.33964312076568604, -0.4803778827190399, 0.8334034085273743, 0.27387866377830505, -0.4074852764606476, 0.844660758972168, -0.4769550561904907, -0.05059373378753662, -1.2727727890014648, 0.19465644657611847, 0.2262575924396515, -0.23514598608016968, -0.2634998857975006, 0.1642053723335266, 0.15801088511943817, 0.014522762037813663, -0.6294258236885071, 0.6346470713615417, -0.1453954577445984, 0.18648797273635864, -0.30896276235580444, -0.4548299014568329, 0.045986831188201904, 0.7614024877548218, 0.18481266498565674, 0.38975802063941956, 0.6466150879859924, -0.8692643642425537, 0.5552762746810913, 0.2992028594017029, -0.3116380572319031, 0.48360365629196167, -0.9948907494544983, 0.03416293114423752, -0.03866187483072281, -0.07650884240865707, -0.46128058433532715, -0.25299713015556335, 0.6067099571228027, -0.44644635915756226, 0.21100734174251556, -0.3073895573616028, -0.35772642493247986, -0.4144045114517212, -0.04495273157954216, 0.3135603070259094, 0.370150625705719, -0.6325469017028809, 0.2517743706703186, -0.2044060081243515, 0.5355575084686279, -0.5102862119674683, -0.7527905106544495, -0.38627493381500244, -0.3994626998901367, -0.2164517045021057, 0.09460104256868362, -0.0807330459356308, 0.06192103773355484, -0.03843815624713898, -0.04282519966363907, -0.1508888304233551, -0.011769619770348072, 0.41627025604248047, 0.4020746350288391, -0.2177223414182663, 0.02143641747534275, 0.03795255348086357, -0.18078036606311798, 0.27638038992881775, -0.011688997969031334, 0.7713446021080017, -0.2013315111398697, -0.2897617816925049, -0.9484286308288574, -0.139800027012825, 0.5687226057052612, -0.10221352428197861, 1.0643666982650757, 0.8659759163856506, -0.6808652281761169, 0.008748061023652554, -0.4753137528896332, -0.09180375188589096, -0.440125972032547, 0.640839159488678, -0.7040269374847412, -0.05108390748500824, 0.791473388671875, 0.25857019424438477, 0.09157241135835648, 1.0858572721481323, 0.6285289525985718, 0.2123137265443802, 0.97332763671875, 0.36103612184524536, 0.11196859180927277, 0.4582606554031372, -0.9958098530769348, -0.3830387592315674, -0.7662908434867859, -0.6298461556434631, -0.6204902529716492, -0.1679733395576477, -0.7066252827644348, -0.11262079328298569, 0.15773338079452515, 0.21892297267913818, -0.7045393586158752, 0.47245147824287415, -0.6244720816612244, 0.3299309015274048, 0.8262001872062683, 0.7255734801292419, 0.008165235631167889, -0.02018829621374607, -0.18241611123085022, 0.05893462523818016, -1.0653382539749146, -0.5451046228408813, 1.2647285461425781, 0.60051429271698, 0.7839251160621643, -0.16794966161251068, 0.8654442429542542, 0.039325397461652756, 0.15713360905647278, -0.7968456149101257, 0.4586156904697418, 0.2015634924173355, -0.9208139181137085, -0.29725050926208496, -0.4384829103946686, -0.8553892374038696, 0.23319117724895477, -0.5070138573646545, -0.5710750818252563, 0.3869802951812744, 0.39255237579345703, -0.40728527307510376, 0.47692054510116577, -0.44887208938598633, 1.2504242658615112, -0.40425440669059753, -0.6390503644943237, -0.06009632721543312, -0.3528435528278351, 0.2740399241447449, 0.21019336581230164, -0.26400309801101685, 0.02679428458213806, 0.24627098441123962, 1.0079575777053833, -0.7960368394851685, 0.6665664911270142, -0.37711358070373535, 0.2760946750640869, 0.4192177653312683, -0.16366469860076904, 0.5222845673561096, 0.175088569521904, -0.14364813268184662, 0.126055046916008, 0.15079265832901, -0.7412691712379456, -0.4948509931564331, 0.7901416420936584, -1.1881784200668335, -0.14931949973106384, -0.5349254608154297, -0.40387439727783203, 0.043096669018268585, 0.25332310795783997, 0.9120923280715942, 0.9234509468078613, -0.09838978946208954, 0.26356780529022217, 0.47844067215919495, 0.01979106105864048, 0.2298935204744339, 0.16791585087776184, -0.04641463980078697, -0.6279580593109131, 0.9741655588150024, -0.024973714724183083, 0.22740153968334198, -0.0557018481194973, 0.13719740509986877, -0.39233750104904175, -0.5339800119400024, -0.5051141381263733, 0.3670032322406769, -0.8691861033439636, -0.33094194531440735, -0.25337499380111694, -0.4540601372718811, -0.2605442404747009, 0.2318430095911026, -0.7303576469421387, -0.2356228083372116, -0.6174660921096802, -0.2496725171804428, 0.29502013325691223, 0.5236363410949707, 0.11178760230541229, 0.7585136294364929, -0.6672194004058838, 0.099932461977005, 0.046423375606536865, 0.5810374021530151, 0.022533869370818138, -0.976448655128479, -0.6023954749107361, 0.08942284435033798, -0.4879521131515503, -0.8075214624404907, 0.5459849238395691, -0.04460381343960762, 0.8464616537094116, 0.6460306644439697, -0.13670285046100616, 1.0475890636444092, -0.16463004052639008, 0.6763060688972473, 0.3480585217475891, -0.43161559104919434, 0.42298972606658936, -0.2687267065048218, 0.3415278494358063, 0.6275716423988342, 0.5306520462036133, -0.014485503546893597, -0.05601774901151657, -1.3382858037948608, -0.7779096364974976, 0.6930031776428223, 0.29484182596206665, -0.02688124217092991, 0.1277112066745758, 0.5341397523880005, 0.050660647451877594, 0.18977178633213043, -0.9017788767814636, -0.6501039266586304, -0.31911900639533997, -0.0798916444182396, -0.13508425652980804, -0.31355366110801697, -0.20226792991161346, -0.5926865935325623, 1.1625244617462158, -0.004195191897451878, 0.3479691445827484, 0.23161038756370544, 0.04477086290717125, -0.17967340350151062, -0.021238654851913452, 0.5824199914932251, 0.7213121056556702, -0.7337254881858826, -0.20567086338996887, 0.22403274476528168, -0.394606351852417, -0.08975319564342499, 0.2646228075027466, -0.18136154115200043, 0.29249709844589233, 0.32279378175735474, 1.3695709705352783, 0.11561276018619537, -0.1541789323091507, 0.22184136509895325, -0.2778821885585785, -0.36723023653030396, -0.5495321154594421, 0.20340129733085632, -0.271960973739624, 0.27169501781463623, 0.10929831862449646, 0.3732479512691498, 0.17381852865219116, -0.2890084683895111, 0.07110048085451126, 0.202801913022995, -0.6222178339958191, -0.1835240125656128, 0.9606746435165405, -0.01411714218556881, -0.4372909963130951, 0.6174333095550537, -0.03218323364853859, -0.19146227836608887, 0.893683135509491, 0.45576396584510803, 0.944331169128418, -0.15490280091762543, -0.08762501925230026, 0.8954028487205505, 0.2288452833890915, -0.2857895791530609, 0.43021199107170105, 0.19885650277137756, -0.522044837474823, -0.031034065410494804, -0.753823459148407, -0.233468160033226, 0.7519075274467468, -1.4565093517303467, 0.7500892281532288, -0.5123361349105835, -0.5510430932044983, 0.15362873673439026, 0.15925848484039307, -1.2610816955566406, 0.7708411812782288, 0.07061408460140228, 1.1835311651229858, -1.0024223327636719, 0.8466846346855164, 0.6611175537109375, -0.5816404223442078, -1.1511354446411133, -0.38864776492118835, -0.3347909450531006, -0.7966919541358948, 0.36089783906936646, 0.028303153812885284, 0.3967624306678772, 0.09504256397485733, -0.5412022471427917, -0.6505610346794128, 1.1694376468658447, 0.3448408544063568, -0.7982079982757568, 0.051549281924963, 0.15789978206157684, 0.6359904408454895, -0.10643458366394043, 0.6241428852081299, 0.33454787731170654, 0.1392119824886322, 0.10399536788463593, -1.0536850690841675, -0.07819106429815292, -0.36169445514678955, 0.06534732133150101, -0.07247799634933472, -0.8173590898513794, 1.0511562824249268, 0.020985493436455727, 0.4444575905799866, 0.32241272926330566, 0.7068203091621399, 0.43121182918548584, 0.34588125348091125, 0.3416160047054291, 0.7512670755386353, 0.6487371921539307, -0.03366289660334587, 1.2296364307403564, -0.4304804801940918, 0.7672616243362427, 1.358643651008606, 0.36364731192588806, 0.6413689851760864, 0.39173033833503723, -0.12455516308546066, 0.19738370180130005, 1.027654767036438, -0.3007205128669739, 0.3580054044723511, 0.24121791124343872, 0.06466987729072571, -0.5087586641311646, 0.22687314450740814, -0.8080281019210815, 0.3810732662677765, -0.011231713928282261, -0.7167577147483826, -0.1503511667251587, -0.186246857047081, -0.1525673270225525, -0.2475966215133667, -0.6035526394844055, 0.5177729725837708, -0.24529916048049927, -0.3979269564151764, 1.028269648551941, 0.1408652365207672, 0.39244920015335083, -0.6434575319290161, -0.051054079085588455, -0.18578346073627472, 0.4849545359611511, -0.3503361642360687, -0.37773463129997253, 0.08914592862129211, -0.1748236119747162, -0.13552069664001465, 0.3539475202560425, 0.46837523579597473, -0.30637282133102417, -0.9356575608253479, 0.04767901450395584, 0.36940279603004456, 0.43935975432395935, -0.12636908888816833, -0.9006247520446777, 0.123103067278862, -0.10390961915254593, -0.4537942409515381, 0.1625119149684906, 0.26667091250419617, -0.056977272033691406, 0.7067428231239319, 0.44591429829597473, 0.15206082165241241, 0.26618534326553345, 0.3052920699119568, 1.051722526550293, -0.6559035181999207, -0.6669111251831055, -0.706135630607605, 0.591854453086853, -0.19624044001102448, -0.9066522121429443, 0.7044183015823364, 1.1627562046051025, 0.9194629788398743, -0.3381640613079071, 0.6423332691192627, 0.21524086594581604, 0.30090248584747314, -0.7010713815689087, 0.6737654209136963, -0.6206813454627991, 0.09804292768239975, -0.25535741448402405, -0.9755737781524658, 0.03495597466826439, 0.6568478941917419, -0.19084660708904266, 0.07305358350276947, 0.4842662513256073, 0.7407186627388, -0.11032746732234955, -0.16153307259082794, 0.4584754407405853, 0.051960963755846024, 0.16918471455574036, 0.4243345260620117, 0.5003165602684021, -1.0818690061569214, 0.4808361828327179, -0.7801318168640137, -0.14834962785243988, -0.179549440741539, -0.533178448677063, -1.0481078624725342, -0.3805314004421234, -0.500906229019165, -0.7047502994537354, 0.14647123217582703, 1.1052234172821045, 0.7159121632575989, -0.6963706612586975, -0.44200727343559265, -0.02230452373623848, -0.3192274570465088, -0.39636874198913574, -0.2414868324995041, 0.5033761858940125, -0.09252455830574036, -0.8924912214279175, -0.07833068072795868, -0.5935129523277283, 0.300645649433136, -0.24372516572475433, -0.3142377436161041, -0.14275290071964264, -0.31612616777420044, 0.11345888674259186, 0.18491725623607635, -0.5161566138267517, -0.21735961735248566, -0.1631864309310913, -0.09212823957204819, 0.09576525539159775, 0.29402148723602295, -0.6156720519065857, 0.40811634063720703, 0.2016708254814148, 0.13813284039497375, 0.7316891551017761, -0.012769556604325771, 0.28882327675819397, -0.5952405333518982, 0.5067231059074402, 0.21022577583789825, 0.5412187576293945, 0.08142682164907455, -0.5150754451751709, 0.4533748924732208, 0.41538211703300476, -0.47418537735939026, -0.9661737084388733, -0.29098883271217346, -1.2857524156570435, 0.17014169692993164, 1.245161533355713, 0.14705993235111237, -0.5560766458511353, 0.444345623254776, -0.4068047106266022, 0.5839894413948059, -0.11352401971817017, 0.5552991032600403, 0.4543580710887909, 0.042787764221429825, -0.0703747570514679, -0.6617475748062134, 0.49053454399108887, 0.1787610799074173, -0.6774430871009827, -0.3233950734138489, 0.37153851985931396, 0.6358059048652649, -0.06973627209663391, 0.3730819523334503, -0.08987797796726227, 0.48845186829566956, 0.21698394417762756, 0.5386834144592285, -0.6401604413986206, -0.4135018289089203, -0.4317115247249603, 0.0168747678399086, 0.22187186777591705, -0.7020723223686218 ]
xz-huggingface-0/llama2-7b-dpo-lora-20231129-52
xz-huggingface-0
2023-11-29T21:22:44Z
0
0
null
[ "region:us" ]
2023-11-29T21:22:44Z
2023-11-29T21:22:44.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
xz-huggingface-0/llama2-7b-dpo-lora-20231129-52
[ -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 ]
MikkelWK/DanSumT5-largeV_64175
MikkelWK
2023-11-30T01:13:44Z
0
0
null
[ "transformers", "safetensors", "mt5", "text2text-generation", "generated_from_trainer", "base_model:Danish-summarisation/DanSumT5-large", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:13:44Z
2023-11-29T21:23:36.000Z
null
null
--- license: apache-2.0 base_model: Danish-summarisation/DanSumT5-large tags: - generated_from_trainer metrics: - rouge model-index: - name: DanSumT5-largeV_17400 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. --> # DanSumT5-largeV_17400 This model is a fine-tuned version of [Danish-summarisation/DanSumT5-large](https://huggingface.co/Danish-summarisation/DanSumT5-large) on the None dataset. It achieves the following results on the evaluation set: - Loss: 2.0810 - Rouge1: 36.0646 - Rouge2: 12.4066 - Rougel: 22.4673 - Rougelsum: 33.2078 - Gen Len: 123.5882 ## 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: 5e-05 - train_batch_size: 1 - eval_batch_size: 1 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 4 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 18 ### Training results | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:--------:| | No log | 1.0 | 475 | 2.1203 | 34.1656 | 11.1331 | 21.1224 | 31.5873 | 125.4496 | | 2.4202 | 2.0 | 950 | 2.0419 | 34.8716 | 11.7072 | 21.505 | 32.1799 | 125.6176 | | 2.1028 | 3.0 | 1425 | 2.0042 | 35.4223 | 12.013 | 21.9284 | 32.6504 | 123.1345 | | 1.9178 | 4.0 | 1901 | 1.9826 | 35.0313 | 11.7595 | 21.8848 | 32.3896 | 124.3319 | | 1.7904 | 5.0 | 2376 | 1.9778 | 35.5915 | 12.0513 | 21.9645 | 32.7786 | 124.3697 | | 1.6758 | 6.0 | 2851 | 1.9829 | 35.0434 | 11.7049 | 21.7988 | 32.2543 | 123.2269 | | 1.5734 | 7.0 | 3326 | 1.9728 | 35.4344 | 12.0117 | 22.1228 | 32.7301 | 124.0504 | | 1.5131 | 8.0 | 3802 | 1.9914 | 35.9572 | 12.3134 | 22.1358 | 33.316 | 123.5378 | | 1.4325 | 9.0 | 4277 | 2.0006 | 35.6071 | 12.0835 | 22.0644 | 32.9752 | 124.2605 | | 1.3839 | 10.0 | 4752 | 2.0073 | 35.6042 | 12.2947 | 22.4712 | 33.0487 | 122.1975 | | 1.3156 | 11.0 | 5227 | 2.0149 | 35.8126 | 11.9867 | 22.3753 | 33.0969 | 124.5378 | | 1.2942 | 12.0 | 5703 | 2.0355 | 35.4593 | 11.9684 | 22.1591 | 32.8905 | 123.2521 | | 1.2457 | 13.0 | 6178 | 2.0462 | 35.867 | 12.1835 | 22.3972 | 33.2583 | 123.437 | | 1.2118 | 14.0 | 6653 | 2.0495 | 35.8893 | 12.3608 | 22.307 | 33.1317 | 124.1261 | | 1.2014 | 15.0 | 7128 | 2.0594 | 35.6055 | 12.1161 | 22.3591 | 32.9453 | 122.2899 | | 1.181 | 16.0 | 7604 | 2.0745 | 35.8722 | 12.2746 | 22.5422 | 33.1828 | 122.9076 | | 1.1514 | 17.0 | 8079 | 2.0788 | 35.9651 | 12.3413 | 22.6585 | 33.2246 | 123.2017 | | 1.1576 | 17.99 | 8550 | 2.0810 | 36.0646 | 12.4066 | 22.4673 | 33.2078 | 123.5882 | ### 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
MikkelWK/DanSumT5-largeV_64175
[ -0.7990756630897522, -0.3995383679866791, 0.2986924946308136, 0.19939158856868744, -0.19878174364566803, -0.19708840548992157, -0.00038006273098289967, -0.17137423157691956, 0.6469766497612, 0.3620198667049408, -0.6071171760559082, -0.8001413345336914, -0.7037904858589172, -0.07045028358697891, -0.14456558227539062, 0.7759247422218323, 0.06308191269636154, -0.06405948102474213, 0.021589508280158043, -0.29430922865867615, -0.44337141513824463, -0.3029482364654541, -0.7155733108520508, -0.2734001874923706, 0.32378387451171875, 0.38452932238578796, 0.8303650617599487, 0.8899683356285095, 0.5261996388435364, 0.48273757100105286, -0.40681135654449463, 0.06914643943309784, -0.40542474389076233, -0.5361641645431519, 0.09044914692640305, -0.47998738288879395, -0.6053419709205627, -0.16856499016284943, 0.734714925289154, 0.6430869102478027, -0.07123680412769318, 0.44097021222114563, 0.11808972805738449, 0.9646775722503662, -0.47116824984550476, 0.20860479772090912, -0.24187491834163666, 0.030881628394126892, -0.23339229822158813, -0.3974485993385315, 0.06015912443399429, -0.43880054354667664, 0.028388045728206635, -0.599557101726532, 0.46857750415802, 0.06031055375933647, 1.5136216878890991, 0.2797672748565674, -0.4260830283164978, 0.1640785038471222, -0.5003199577331543, 0.7365015149116516, -0.656215488910675, 0.43817803263664246, 0.4843313992023468, 0.24462412297725677, -0.09285882860422134, -0.7204928994178772, -0.6379544734954834, 0.25930142402648926, -0.32451552152633667, 0.4656238257884979, -0.22718842327594757, -0.3044876456260681, 0.6255999207496643, 0.5955525636672974, -0.6833513379096985, -0.06045612320303917, -0.7403413653373718, -0.1249908059835434, 0.8309568762779236, 0.46048423647880554, 0.07011676579713821, -0.6649070382118225, -0.6847419738769531, -0.16626688838005066, -0.3189755976200104, 0.5676237940788269, 0.5841952562332153, 0.16911683976650238, -0.5773399472236633, 0.5356789231300354, -0.15900984406471252, 0.6447536945343018, 0.2233717143535614, -0.1262124925851822, 0.8240624666213989, -0.4462625980377197, -0.4181326925754547, -0.1068764477968216, 0.8923354148864746, 0.8224013447761536, -0.010818103328347206, 0.21210838854312897, -0.1723424792289734, -0.04083755984902382, 0.16011565923690796, -0.9157737493515015, -0.3471217751502991, 0.44297248125076294, -0.5903602242469788, -0.3973460793495178, 0.12761180102825165, -0.9659326672554016, 0.02714124508202076, -0.4155474603176117, 0.3569948077201843, -0.2997931241989136, -0.4964892864227295, 0.08310077339410782, -0.260722279548645, 0.4421588182449341, 0.36588913202285767, -0.9594346284866333, 0.3728715181350708, 0.4358443021774292, 0.9462878108024597, -0.03607472404837608, -0.06663859635591507, 0.026572760194540024, 0.29311010241508484, -0.620652437210083, 0.741913914680481, -0.13747170567512512, -0.48348042368888855, -0.2288583368062973, 0.3928636610507965, -0.24154184758663177, -0.3748064935207367, 0.7971460819244385, -0.22784534096717834, 0.22208699584007263, -0.42260274291038513, -0.3960857093334198, -0.2748689651489258, 0.4935425817966461, -0.8177748322486877, 1.4420206546783447, 0.25972235202789307, -1.2113746404647827, 0.42623046040534973, -0.6929696202278137, 0.10460087656974792, -0.11747123301029205, -0.03395169600844383, -0.9303205609321594, -0.17163100838661194, 0.3723512291908264, 0.49169233441352844, -0.4229711592197418, 0.28077229857444763, -0.09407846629619598, -0.3932555019855499, -0.3261268734931946, -0.4332831799983978, 1.2846479415893555, 0.2086435705423355, -0.5711548328399658, 0.17441579699516296, -1.2455552816390991, 0.17508259415626526, 0.27879273891448975, -0.6110928654670715, 0.009398817084729671, -0.490301251411438, 0.2821279466152191, 0.3519347608089447, 0.3279666304588318, -0.5542621612548828, 0.24986222386360168, -0.3027839958667755, 0.33566349744796753, 0.8647007346153259, 0.27082160115242004, 0.2677711546421051, -0.7320908904075623, 0.5368701815605164, 0.34222784638404846, 0.40541356801986694, 0.14365516602993011, -0.4418117105960846, -0.9213346838951111, -0.6050489544868469, 0.12158297747373581, 0.4795335829257965, -0.41640111804008484, 0.6713142991065979, -0.32945412397384644, -0.8118153214454651, -0.38112643361091614, -0.19247424602508545, 0.2501677870750427, 0.6037939786911011, 0.3834272027015686, -0.14917278289794922, -0.7089637517929077, -1.1373625993728638, 0.00457639480009675, -0.039060913026332855, 0.377614825963974, 0.4770435094833374, 0.9970958828926086, -0.24807056784629822, 1.0203839540481567, -0.6740675568580627, -0.4998684227466583, -0.069759801030159, -0.21130865812301636, 0.9033334851264954, 0.6878527402877808, 0.9626434445381165, -0.7996970415115356, -0.8126293420791626, -0.033640772104263306, -0.7689334154129028, 0.4005145728588104, -0.08006618916988373, -0.14239339530467987, 0.06792440265417099, 0.36542874574661255, -0.7679414749145508, 0.8351156711578369, 0.6125988960266113, -0.5567784309387207, 0.9992003440856934, -0.4425753653049469, 0.2774089276790619, -1.2641475200653076, 0.4690532684326172, -0.020786888897418976, -0.3055543005466461, -0.30961382389068604, -0.19182716310024261, 0.011784926988184452, -0.13199245929718018, -0.3879848122596741, 0.7388908267021179, -0.5561106204986572, 0.07033871859312057, 0.16526958346366882, -0.26014450192451477, -0.12005665153265, 0.8004124760627747, -0.00987741257995367, 0.8737500905990601, 0.9165329337120056, -0.6047509908676147, 0.36882901191711426, 0.3474889397621155, -0.5788508653640747, 0.6615555882453918, -0.6909279227256775, -0.17944543063640594, -0.22481903433799744, 0.16957947611808777, -1.2756249904632568, -0.419172465801239, 0.3062411844730377, -0.5632289052009583, 0.2558997869491577, -0.18023306131362915, -0.26412662863731384, -0.9237110018730164, -0.5373886227607727, 0.20393569767475128, 0.4720531702041626, -0.5111157298088074, 0.5993674993515015, 0.2607451379299164, 0.1743721216917038, -0.7981582283973694, -0.7250640392303467, -0.05672864243388176, -0.21142375469207764, -0.7256798148155212, 0.2586100697517395, -0.06897073239088058, -0.08058411628007889, 0.08125873655080795, -0.14531046152114868, -0.18884652853012085, 0.03807550296187401, 0.4551489055156708, 0.20003990828990936, -0.19396568834781647, -0.2535546123981476, -0.27305686473846436, -0.5077387690544128, 0.051390986889600754, -0.13961972296237946, 0.5692945122718811, -0.18877319991588593, -0.44198164343833923, -0.8617035150527954, -0.02053527906537056, 0.796530544757843, -0.4337960481643677, 1.107357144355774, 0.6905525922775269, -0.4003983736038208, 0.06899043172597885, -0.4898967146873474, -0.12613576650619507, -0.5163198709487915, 0.3187805116176605, -0.6524174809455872, -0.7671138048171997, 0.8025656938552856, -0.18881383538246155, 0.288011372089386, 0.9726241827011108, 0.5977845191955566, -0.14187917113304138, 1.0193560123443604, 0.30799806118011475, -0.06023850664496422, 0.3128741979598999, -1.1391456127166748, 0.025358114391565323, -0.7392985224723816, -0.5640072822570801, -0.6465628147125244, -0.5343248844146729, -0.6226536631584167, -0.2613254189491272, 0.46565964818000793, 0.019467629492282867, -0.7089629769325256, 0.3000732660293579, -0.8183876276016235, 0.3768967092037201, 0.7726916074752808, 0.3004521131515503, 0.050959985703229904, -0.06628583371639252, -0.3828597366809845, -0.12722289562225342, -0.7665969729423523, -0.44226980209350586, 1.3988244533538818, 0.28921520709991455, 0.5484364032745361, 0.25753054022789, 0.9496496319770813, 0.2539599537849426, 0.049424633383750916, -0.5217623710632324, 0.29242008924484253, 0.11899681389331818, -1.0291297435760498, -0.4454624056816101, -0.29253891110420227, -1.1978899240493774, 0.48254498839378357, -0.3113948106765747, -0.9198347926139832, 0.6938722729682922, 0.30884432792663574, -0.47842690348625183, 0.7146304845809937, -0.4943958520889282, 0.8897929787635803, -0.044654086232185364, -0.7011144757270813, -0.06516841799020767, -0.7673149704933167, 0.4065130650997162, 0.01033699605613947, 0.2916593551635742, -0.11475058645009995, 0.1362379491329193, 0.8111268281936646, -0.7988247871398926, 0.5261762738227844, -0.25801897048950195, 0.18047459423542023, 0.49738356471061707, -0.1392032951116562, 0.8418617248535156, 0.11325305700302124, -0.22565914690494537, -0.03517603501677513, 0.1699986755847931, -0.724344789981842, -0.32827723026275635, 0.982426643371582, -1.200198769569397, -0.8134862780570984, -0.6814190149307251, -0.37263023853302, 0.3074202239513397, 0.37334588170051575, 0.5253378748893738, 0.7160414457321167, -0.008638754487037659, 0.38149580359458923, 0.6930790543556213, -0.07893652468919754, 0.7207795977592468, 0.14394579827785492, -0.12759265303611755, -0.9536860585212708, 0.8893559575080872, 0.06938328593969345, 0.2789449989795685, 0.10085918754339218, 0.13737808167934418, -0.5872155427932739, -0.4326017200946808, -0.30946773290634155, 0.259416401386261, -0.4566027522087097, -0.3358684480190277, -0.7117565274238586, -0.1922232061624527, -0.6950171589851379, -0.43055516481399536, -0.5125041007995605, -0.372222363948822, -0.3336496949195862, -0.29698580503463745, 0.6103081703186035, 0.703647255897522, -0.2785046398639679, 0.3685309886932373, -0.6134539246559143, 0.15544864535331726, 0.08479046076536179, 0.2781980633735657, 0.09551791846752167, -0.5861572027206421, -0.22238443791866302, -0.16832688450813293, -0.470682829618454, -0.8424793481826782, 0.7902608513832092, -0.22258800268173218, 0.5317524671554565, 0.690304696559906, -0.08040925115346909, 1.0498472452163696, -0.2563684284687042, 0.8724508285522461, 0.5393384099006653, -0.7589834928512573, 0.3752243220806122, -0.5139977335929871, 0.4202727973461151, 0.6324712038040161, 0.5133054852485657, -0.5979228019714355, -0.1538630872964859, -1.2621504068374634, -0.9196401834487915, 0.936772346496582, 0.3770240843296051, -0.02788403443992138, 0.09622285515069962, 0.254983127117157, -0.41657698154449463, 0.27557647228240967, -0.8704296946525574, -0.930510401725769, -0.1890968680381775, -0.024436654523015022, -0.1672438234090805, -0.27495095133781433, -0.2711634337902069, -0.7215856909751892, 0.8545613288879395, 0.22377006709575653, 0.4601786732673645, 0.3358403146266937, 0.3141128718852997, -0.22162571549415588, 0.09583549201488495, 0.6878365874290466, 0.993651270866394, -0.6005865335464478, 0.10459096729755402, 0.2568509876728058, -0.46078023314476013, 0.1313541680574417, -0.007401189301162958, -0.3416586220264435, 0.22306396067142487, 0.4902542531490326, 0.7252224087715149, 0.0896846204996109, 0.08441544324159622, 0.7527688145637512, 0.12321307510137558, -0.6820700764656067, -0.6815785765647888, -0.11580692231655121, 0.19621361792087555, 0.3243732154369354, 0.3918604552745819, 0.472971647977829, -0.019463244825601578, -0.4578554630279541, 0.18600714206695557, 0.43072274327278137, -0.7466490864753723, -0.1638105809688568, 1.0067826509475708, 0.10273990780115128, -0.14818070828914642, 0.5192245244979858, -0.058673195540905, -0.6882428526878357, 1.0935392379760742, 0.38159114122390747, 0.7071756720542908, -0.41110095381736755, 0.010719271376729012, 1.2845535278320312, 0.4203978478908539, 0.049086324870586395, 0.7186594605445862, 0.13363787531852722, -0.2969893217086792, 0.027337972074747086, -0.7171609401702881, 0.0036670807749032974, 0.4467468857765198, -0.8603368401527405, 0.6880149841308594, -0.5181660056114197, -0.47610530257225037, -0.16286085546016693, 0.3436577618122101, -1.0225409269332886, 0.4737037718296051, -0.1112055554986, 1.3462013006210327, -1.0863524675369263, 0.6833648681640625, 0.6994392275810242, -0.5907448530197144, -1.050473690032959, -0.44007551670074463, -0.08835340291261673, -0.7239281535148621, 0.578215479850769, 0.076974056661129, 0.26779937744140625, 0.17059580981731415, -0.7779985070228577, -1.3165143728256226, 1.5135639905929565, -0.05461619049310684, -0.7313099503517151, 0.28213176131248474, 0.024611258879303932, 0.5071249008178711, 0.13223369419574738, 0.4611234664916992, 0.5080028772354126, 0.733026385307312, 0.26121267676353455, -1.0581986904144287, 0.1728043109178543, -0.37791603803634644, -0.05090213939547539, 0.5580565929412842, -1.1062657833099365, 1.2574208974838257, -0.26528090238571167, 0.14798280596733093, 0.13455155491828918, 0.6779569983482361, 0.41697508096694946, 0.10316267609596252, 0.4888240694999695, 1.2134708166122437, 0.8163102269172668, -0.24009549617767334, 1.2198694944381714, -0.4889954626560211, 0.9192075729370117, 0.8767277002334595, 0.3076012432575226, 0.7897818088531494, 0.5159952044487, -0.6174613237380981, 0.3287053108215332, 0.8986797332763672, -0.23686785995960236, 0.5188043117523193, 0.1541845053434372, -0.3864413797855377, -0.35483187437057495, 0.1752055585384369, -0.8122503161430359, 0.19625310599803925, 0.16295070946216583, -0.5281053781509399, -0.3716953694820404, -0.32239681482315063, 0.07173388451337814, -0.2077488899230957, -0.55318683385849, 0.4843207597732544, -0.18756717443466187, -0.30267924070358276, 0.75978022813797, -0.01688881777226925, 0.4898948669433594, -0.6860418319702148, -0.04186311736702919, -0.05774836614727974, 0.5292713642120361, -0.6610848307609558, -1.0049303770065308, 0.2078608125448227, -0.18848304450511932, -0.22701947391033173, 0.04551523178815842, 0.4241870641708374, -0.18875043094158173, -0.7074231505393982, 0.12525194883346558, 0.28512072563171387, 0.3167777955532074, 0.16620589792728424, -0.9301018714904785, -0.22257883846759796, 0.21723893284797668, -0.6237630844116211, 0.039626192301511765, 0.535840630531311, -0.10136213153600693, 0.5173724889755249, 0.8805856108665466, 0.08259298652410507, 0.19451507925987244, -0.259737104177475, 1.27712082862854, -0.8397923707962036, -0.6647896766662598, -0.8597421646118164, 0.4882107675075531, -0.2365778088569641, -0.7267165780067444, 0.9129072427749634, 1.0954221487045288, 0.5188132524490356, -0.14263659715652466, 0.7508429884910583, -0.2986847460269928, 0.5493174195289612, -0.27618223428726196, 0.7422130107879639, -0.821658730506897, -0.25505757331848145, -0.2451840490102768, -1.0334259271621704, -0.4919731020927429, 0.7261582016944885, -0.5598203539848328, 0.07897531241178513, 0.6447542905807495, 0.9452389478683472, 0.023103101179003716, 0.048473261296749115, 0.22641853988170624, 0.21003933250904083, 0.18452565371990204, 0.6281917691230774, 0.5842283964157104, -0.638057291507721, 0.4851851165294647, -0.5813722610473633, -0.050660308450460434, -0.2791556417942047, -0.7240620851516724, -0.9295910000801086, -0.5187290906906128, -0.43687188625335693, -0.5254952907562256, -0.049801357090473175, 1.093314528465271, 0.803848385810852, -0.8256019949913025, -0.3944281041622162, -0.06370002031326294, -0.06643126904964447, -0.25729984045028687, -0.1447123885154724, 1.2455531358718872, 0.06293155997991562, -0.8492910861968994, -0.19562141597270966, 0.13054963946342468, 0.3083224296569824, -0.17967157065868378, -0.2113659828901291, -0.3875402510166168, -0.11495914310216904, 0.3529142439365387, 0.27053049206733704, -0.6230854392051697, -0.2045307159423828, -0.19900833070278168, -0.2820422649383545, 0.45201489329338074, 0.289576917886734, -0.5609516501426697, 0.38560712337493896, 0.5397391319274902, 0.3868183195590973, 0.9957870244979858, 0.22959226369857788, 0.04536806792020798, -0.5609603524208069, 0.22899597883224487, -0.0023613094817847013, 0.3711441457271576, 0.0890430435538292, -0.3573521077632904, 0.7760748863220215, 0.5874386429786682, -0.6614484786987305, -0.7965104579925537, -0.3512231707572937, -1.2514721155166626, -0.01653870940208435, 1.203198790550232, -0.011365045793354511, -0.6334546804428101, -0.07729815691709518, -0.31963229179382324, 0.07590795308351517, -0.5221303701400757, 0.4375351369380951, 0.7145228385925293, -0.2596288025379181, 0.02787869982421398, -0.885683536529541, 0.598582923412323, 0.0645497664809227, -0.7838547229766846, -0.30249911546707153, 0.37749266624450684, 0.46530866622924805, 0.3177089989185333, 0.7933014631271362, -0.17954806983470917, 0.26493433117866516, 0.2489597499370575, 0.3969138264656067, -0.14929984509944916, -0.1871422380208969, -0.19655632972717285, 0.22461336851119995, -0.09151304513216019, -0.6171181797981262 ]
chenchenchuyi/chen
chenchenchuyi
2023-11-29T21:24:31Z
0
0
null
[ "region:us" ]
2023-11-29T21:24:31Z
2023-11-29T21:24:31.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
chenchenchuyi/chen
[ -0.32276496291160583, -0.22568437457084656, 0.8622260093688965, 0.43461528420448303, -0.5282987952232361, 0.7012965083122253, 0.7915719151496887, 0.07618656009435654, 0.7746026515960693, 0.25632184743881226, -0.7852814793586731, -0.22573848068714142, -0.910447895526886, 0.5715668201446533, -0.3992339074611664, 0.5791248083114624, -0.1449446827173233, -0.10751190036535263, 0.28233766555786133, -0.2768953740596771, -0.5409226417541504, -0.3685527443885803, -1.1902776956558228, 0.06149178743362427, 0.5316579937934875, 0.7435138821601868, 0.7584062218666077, 0.3652169108390808, 0.6432576179504395, 0.393228679895401, -0.2313898503780365, 0.4827054440975189, -0.041718173772096634, 0.0026040791999548674, -0.35244330763816833, -0.5516901016235352, -0.28596583008766174, 0.07584774494171143, 1.096130609512329, 0.966687798500061, -0.2846636176109314, 0.05330831930041313, -0.30636218190193176, 0.33088892698287964, -0.4973430633544922, 0.3054097592830658, -0.022506237030029297, 0.16318824887275696, -0.7041513323783875, -0.5535354614257812, 0.01279478706419468, -0.7361217737197876, 0.17926566302776337, -0.6900811195373535, 0.8269098401069641, 0.18583163619041443, 1.1533753871917725, 0.14819395542144775, -0.46248674392700195, -0.8161761164665222, -0.6538985967636108, 0.5711169838905334, -0.32703694701194763, 0.3968023657798767, 0.7028230428695679, -0.04857286810874939, -0.9820331335067749, -0.6745740175247192, -0.4646618962287903, 0.29239630699157715, 0.3540279269218445, -0.34116750955581665, -0.17522087693214417, -0.3058987557888031, 0.1579206883907318, 0.12811534106731415, -0.4841997027397156, -0.5543916821479797, -0.5475159883499146, -0.39602547883987427, 0.6206659078598022, 0.3482951521873474, 0.24291770160198212, -0.18884208798408508, -0.3228583037853241, 0.08801649510860443, -0.4160855710506439, 0.3402574062347412, 0.6335519552230835, 0.7114018201828003, -0.5811445116996765, 0.560215950012207, -0.04927598312497139, 0.7439703941345215, 0.11445537954568863, -0.2747809886932373, 0.4146057069301605, -0.14724695682525635, 0.05517146736383438, 0.42263442277908325, 0.3152443468570709, 0.28413113951683044, -0.3273696303367615, 0.20322318375110626, -0.32151442766189575, -0.30496200919151306, -0.22332186996936798, -0.2949073910713196, -0.359218031167984, 0.5492290258407593, -0.3314020037651062, -0.42855510115623474, 1.143175721168518, -0.4200769066810608, -0.7302225828170776, 0.3315640687942505, 0.40652042627334595, -0.09944784641265869, -0.3714655041694641, -0.052260737866163254, -0.8458787798881531, -0.007907169871032238, 0.7491172552108765, -0.7198968529701233, 0.3371739387512207, 0.4728066027164459, 0.7417213320732117, 0.1965053677558899, -0.14034511148929596, -0.42949408292770386, 0.2971966862678528, -0.8659998774528503, 0.6320169568061829, -0.2013523131608963, -1.0051978826522827, 0.111504927277565, 0.8971704244613647, -0.37896332144737244, -1.2094875574111938, 1.060516119003296, -0.6887930631637573, 0.16017869114875793, -0.6767615079879761, -0.14661192893981934, -0.07118479907512665, -0.005096250679343939, -0.6088155508041382, 0.7567105889320374, 0.5872672200202942, -0.49952784180641174, 0.21429483592510223, -0.260297954082489, -0.3915141522884369, 0.38824841380119324, -0.07935454696416855, -0.21858945488929749, 0.7138335108757019, -0.6647080183029175, -0.2693280279636383, 0.2942769527435303, 0.23689374327659607, -0.35706114768981934, -0.7931915521621704, 0.08478124439716339, -0.05786275118589401, 1.550750494003296, -0.038688406348228455, -0.35861048102378845, -0.6793834567070007, -1.1506237983703613, -0.07070796936750412, 0.6886888742446899, -0.9194992184638977, -0.2783951759338379, -0.04641016572713852, -0.26169300079345703, 0.08994932472705841, 0.7390592694282532, -1.1194045543670654, 0.2832726836204529, -0.05092668533325195, -0.22794723510742188, 0.8271054029464722, 0.15387219190597534, 0.2475891411304474, 0.14913398027420044, 0.4295869767665863, 0.5277255177497864, 0.11115197837352753, 0.6835878491401672, -0.3472035527229309, -0.9694355130195618, 0.615463376045227, 0.25266388058662415, 0.8121447563171387, -0.49945273995399475, 0.2685096263885498, 0.27025508880615234, -0.3409682810306549, -0.5682369470596313, -0.310283899307251, 0.09025762975215912, 0.14930549263954163, 0.11142514646053314, -0.5721709132194519, -0.6576129198074341, -0.9689143300056458, -0.13590650260448456, -0.43143749237060547, -0.3571571707725525, 0.21006934344768524, 0.579290509223938, -1.1975523233413696, 0.4128875732421875, -0.7705624103546143, -0.7038739323616028, -0.010655182413756847, -0.19338124990463257, 0.7540655136108398, 0.43240195512771606, 0.5033969879150391, -0.6397148966789246, -0.5661991834640503, -0.22470112144947052, -1.0333751440048218, -0.13280491530895233, 0.24819636344909668, 0.30657365918159485, -0.13423334062099457, -0.2744962275028229, -0.4874033033847809, 0.8100389242172241, 0.14789138734340668, -0.5391894578933716, 0.5220767259597778, -0.30203190445899963, 0.17224809527397156, -0.6369153261184692, -0.06916847079992294, -0.6616759300231934, -0.0009073555702343583, -0.3608306050300598, -0.5737439393997192, 0.14772313833236694, 0.07017459720373154, -0.16065454483032227, 0.28808414936065674, -0.9092771410942078, -0.001085519790649414, -0.7442209124565125, 0.3790721297264099, 0.06394770741462708, -0.3145083785057068, -0.017517484724521637, 1.0000386238098145, 0.7784461975097656, -0.38480496406555176, 0.721743643283844, 0.4440043866634369, 0.19036142528057098, 0.7630520462989807, -0.18725112080574036, 0.1647818684577942, -0.5245417356491089, -0.12161120027303696, -0.8887597322463989, -1.0982944965362549, 0.732056736946106, -0.6114252805709839, 0.36542901396751404, -0.4277869164943695, 0.2589159607887268, -0.691926121711731, -0.03885355591773987, 0.4808596670627594, -0.05936317518353462, -0.6863948702812195, 0.5232576727867126, 0.45317572355270386, -0.2019243687391281, -0.6609034538269043, -0.5301569700241089, 0.39365825057029724, 0.6154113411903381, -0.16390368342399597, 0.06878550350666046, 0.14941084384918213, -0.544192910194397, -0.04080275073647499, -0.38691940903663635, -0.45766791701316833, 0.05422428995370865, 0.1305341124534607, -0.005750411655753851, -0.40482014417648315, -0.08680236339569092, -0.3584195673465729, -0.4656123220920563, 0.21876490116119385, 0.3011949360370636, -0.04096335172653198, -0.42599743604660034, -0.3619820475578308, -0.8881809115409851, 0.6719613075256348, 0.5370286703109741, 0.0528147928416729, 0.7555546164512634, 0.1681925505399704, -0.8014987111091614, -0.13532236218452454, -0.17607100307941437, 0.2696833610534668, -0.5588055849075317, 0.1384982168674469, -0.013484776020050049, -0.06374944746494293, 0.26297956705093384, 0.25386232137680054, -0.4300556182861328, 0.927625298500061, -0.2615271210670471, -0.3592524230480194, 0.7960186004638672, 0.597474217414856, 0.4958311915397644, 0.1650322824716568, -0.04454142972826958, 0.9007092714309692, -1.1966516971588135, -0.6563178300857544, -0.7409547567367554, -0.1594570130109787, -0.43510913848876953, -0.03210531920194626, 0.6254413723945618, 0.29009878635406494, -0.13333897292613983, 0.47563934326171875, -0.5243492722511292, 0.35560330748558044, 1.0119842290878296, 0.3574863374233246, 0.3435693383216858, -0.7570229172706604, -0.2515779733657837, -0.14024248719215393, -0.9998156428337097, -0.26313766837120056, 0.8871027827262878, 0.22752594947814941, 0.8444607853889465, 0.5992547273635864, 0.6784542202949524, 0.13672277331352234, 0.25238266587257385, -0.3059031367301941, 0.392029345035553, 0.43760815262794495, -1.0401136875152588, -0.427583783864975, 0.021418536081910133, -0.9703341722488403, -0.14227518439292908, -0.03495001420378685, -0.42617112398147583, 0.7681736946105957, 0.00016554891772102565, -0.4076708257198334, 0.7732730507850647, -0.4555833339691162, 0.756287693977356, -0.4473647475242615, -0.026638835668563843, 0.46990966796875, -0.7070635557174683, 0.46774306893348694, 0.12878817319869995, 0.6205843091011047, -0.01557278074324131, -0.0407860092818737, 0.7104939222335815, -0.9129158854484558, 0.25438588857650757, -0.6348398923873901, 0.2242134064435959, 0.2424696385860443, 0.5160627961158752, 0.5969952940940857, 0.4371245801448822, 0.10119880735874176, -0.23920926451683044, 0.04115844890475273, -0.8241124153137207, -0.21050629019737244, 0.6975154876708984, -0.7186890840530396, -0.6864201426506042, -1.2355337142944336, 0.14438660442829132, 0.27347099781036377, 0.3893051743507385, 0.7959294319152832, 0.5714085698127747, 0.12895448505878448, 0.6805252432823181, 0.9888588190078735, -0.06885642558336258, 0.9166923761367798, 0.3224480450153351, 0.09175139665603638, -0.2194482386112213, 0.7036823630332947, 0.2662789225578308, -0.24707946181297302, -0.11939742416143417, 0.20913493633270264, -0.11069393157958984, -0.5917614698410034, -0.4999059736728668, 0.37017545104026794, -0.6731785535812378, -0.1830390840768814, -0.6243731379508972, -0.6043769121170044, -0.5117589235305786, 0.06927384436130524, -0.7147685885429382, 0.23979052901268005, -0.7753568291664124, -0.10574921220541, 0.04323389381170273, 0.9792006611824036, -0.5893117785453796, 0.5805227756500244, -1.1218583583831787, 0.19345776736736298, -0.07949883490800858, 0.792105495929718, 0.21395795047283173, -0.7344393134117126, -0.3975417912006378, -0.11592645943164825, -0.3729913830757141, -1.3576762676239014, 0.21404974162578583, -0.24541449546813965, 0.23094066977500916, 0.6145402789115906, 0.1397707760334015, 0.5258241891860962, -0.34326255321502686, 0.702910304069519, -0.05701703578233719, -0.706928551197052, 0.7934497594833374, -0.5026895403862, 0.4963536262512207, 0.9765998125076294, 0.5333839654922485, -0.7984002232551575, 0.035741325467824936, -1.0411231517791748, -0.600869357585907, 0.38426369428634644, 0.11928963661193848, -0.03601058945059776, -0.6659560203552246, -0.05401979759335518, -0.1614377349615097, 0.6043742895126343, -1.0390697717666626, -0.7858361601829529, 0.2576697766780853, 0.5277301669120789, 0.08168608695268631, -0.5653401613235474, 0.20880675315856934, -0.5444166660308838, 1.065777063369751, 0.4510936737060547, 0.32744982838630676, 0.8406057357788086, 0.46492424607276917, -0.3823159337043762, 0.0925246998667717, 0.7662690877914429, 0.666623055934906, -0.5239791870117188, -0.29080307483673096, -0.08827537298202515, -0.9143400192260742, 0.05927477031946182, 0.11168937385082245, -0.01345604658126831, 0.908211350440979, 0.5793077349662781, 0.2539709210395813, 0.45142799615859985, -0.7264602780342102, 0.8859451413154602, -0.14954198896884918, -0.12472885847091675, -1.0677239894866943, 0.19486185908317566, -0.23985016345977783, 0.5006402730941772, 1.0061323642730713, 0.5250049829483032, -0.04763023182749748, -0.8143379092216492, -0.014735886827111244, 0.6939173340797424, -0.7091122269630432, -0.17449837923049927, 0.9448534846305847, 0.3847098648548126, -1.2953052520751953, 1.106776475906372, -0.5381773710250854, -0.5603322982788086, 0.9121298789978027, 0.5229565501213074, 1.1221849918365479, -0.4420414865016937, 0.0008673161501064897, 0.2662239670753479, 0.4137842059135437, 0.5423171520233154, 1.0869632959365845, 0.4314132630825043, -0.7931063771247864, 0.8826586604118347, -0.24776038527488708, -0.4036112427711487, -0.05347596853971481, -0.42859897017478943, 0.16892239451408386, -0.4406193792819977, -0.10713036358356476, -0.34441858530044556, 0.28543156385421753, -0.7072038054466248, 0.4280763566493988, -0.08385695517063141, 0.8653068542480469, -0.8553729057312012, 0.47207632660865784, 0.6354700326919556, -0.33373600244522095, -0.8508186340332031, -0.26198428869247437, -0.11448446661233902, -0.6389463543891907, 0.3021479547023773, -0.45541033148765564, 0.04439917206764221, 0.09623453766107559, -0.6491512060165405, -1.1778274774551392, 0.9093639254570007, -0.639611542224884, -0.27844613790512085, 0.20464059710502625, -0.1151479035615921, 0.2881172001361847, -0.25246453285217285, 0.010661701671779156, 0.4187657833099365, 0.7489398717880249, 0.2844657003879547, -0.7727056741714478, -0.3694886267185211, 0.001503586769104004, -0.44474801421165466, 0.7582975625991821, -0.6002105474472046, 1.184078335762024, -0.5563539862632751, -0.05965445190668106, 0.443845272064209, 0.24690935015678406, 0.2107621133327484, 0.6629217863082886, 0.14420802891254425, 0.7282261848449707, 1.0701215267181396, -0.4083523154258728, 0.8811810612678528, 0.2643281817436218, 0.47430863976478577, 0.7238503098487854, -0.6487725973129272, 0.7513749599456787, 0.3181045651435852, -0.5682925581932068, 0.92280113697052, 1.2906064987182617, -0.15699198842048645, 0.8079376220703125, 0.0513649582862854, -1.0816001892089844, 0.3258330225944519, -0.2072475701570511, -0.7530064582824707, 0.3150255084037781, 0.19055870175361633, -0.6920984387397766, -0.5770307779312134, -0.24046511948108673, -0.3566284477710724, -0.11552868038415909, -0.7631729245185852, 0.6720567941665649, -0.016969207674264908, -0.5103678107261658, 0.18857519328594208, 0.28774991631507874, 0.1736842691898346, -0.5235735177993774, -0.029394295066595078, -0.2282361537218094, 0.2660652995109558, -0.5670855045318604, -0.523452877998352, 0.5724433064460754, -0.3243025839328766, -0.5343257784843445, 0.18147483468055725, 0.763587474822998, -0.16923777759075165, -0.45154109597206116, 0.32472723722457886, 0.6959522366523743, 0.16658541560173035, 0.4250280261039734, -0.23511271178722382, 0.2448059618473053, -0.08044798672199249, -0.06651560217142105, 0.27714791893959045, 0.34491676092147827, 0.2243560552597046, 0.44501447677612305, 0.43285685777664185, -0.018087849020957947, -0.10736531019210815, -0.3828200101852417, 0.4124941825866699, -0.9542783498764038, -0.5713285207748413, -0.6307114362716675, 0.2740660309791565, -0.023154374212026596, -1.0836420059204102, 0.41451701521873474, 1.4406689405441284, 1.0359983444213867, -0.4756379723548889, 1.0672271251678467, -0.21818479895591736, 0.9594793319702148, 0.41483086347579956, 0.5420443415641785, -0.6030411720275879, 0.038353580981492996, -0.4364396929740906, -1.076963186264038, -0.3571632504463196, 0.45393913984298706, -0.02289997600018978, -0.34298625588417053, 0.872571587562561, 0.588716447353363, -0.334736168384552, -0.11728043854236603, 0.04848773404955864, -0.029941633343696594, -0.12433803081512451, 0.51453697681427, 0.7648398876190186, -0.9344304800033569, -0.10680444538593292, -0.21577712893486023, -0.638272762298584, -0.5047280788421631, -0.9632009267807007, -0.12959453463554382, -0.16037830710411072, 0.03534352034330368, -0.5662808418273926, 0.0025569975841790438, 1.2083250284194946, 0.5684952735900879, -1.1113994121551514, -0.5303786993026733, 0.337185800075531, 0.3920421600341797, -0.18747909367084503, -0.24202390015125275, 0.2984570860862732, 0.15382248163223267, -0.5908879041671753, 0.6875662207603455, 0.8089626431465149, 0.2088892161846161, 0.19554762542247772, 0.15893003344535828, -0.8229470252990723, -0.14913499355316162, 0.17440450191497803, 0.9450567960739136, -0.9398542642593384, -0.7114843130111694, -0.031684745103120804, -0.27094894647598267, -0.057657282799482346, 0.17102058231830597, -0.4046344757080078, 0.5180681943893433, 0.34591513872146606, 0.49933481216430664, 0.056161053478717804, -0.05474706366658211, 0.5409558415412903, -0.9069051742553711, 0.09425992518663406, 0.41343584656715393, 0.4154116213321686, -0.40008658170700073, -0.5910196900367737, 0.671341598033905, 1.0073970556259155, -0.6594861745834351, -0.8743265271186829, -0.1984674036502838, -1.0016002655029297, 0.041897308081388474, 0.6762760877609253, 0.5009523630142212, -0.48065119981765747, -0.41744938492774963, -0.5617402791976929, -0.12546734511852264, -0.1369970738887787, 0.7621603608131409, 1.1796802282333374, -0.7432090044021606, 0.07975779473781586, -1.0386395454406738, 0.6594985723495483, -0.24194547533988953, -0.3457584083080292, -0.4864429533481598, 0.383279949426651, 0.3523697853088379, 0.44048088788986206, 0.6148120760917664, 0.14084699749946594, 0.8338428735733032, 0.31260523200035095, -0.17026838660240173, 0.2698981761932373, -0.4559198319911957, -0.02893291413784027, -0.0579625740647316, 0.3101593852043152, -1.0262155532836914 ]
MikkelWK/DanSumT5-baseV_76992
MikkelWK
2023-11-30T01:10:40Z
0
0
null
[ "transformers", "safetensors", "mt5", "text2text-generation", "generated_from_trainer", "base_model:Danish-summarisation/DanSumT5-base", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T01:10:40Z
2023-11-29T21:24:40.000Z
null
null
--- license: apache-2.0 base_model: Danish-summarisation/DanSumT5-base tags: - generated_from_trainer metrics: - rouge model-index: - name: DanSumT5-baseV_76992 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. --> # DanSumT5-baseV_76992 This model is a fine-tuned version of [Danish-summarisation/DanSumT5-base](https://huggingface.co/Danish-summarisation/DanSumT5-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 2.0933 - Rouge1: 35.2623 - Rouge2: 12.3928 - Rougel: 22.0648 - Rougelsum: 32.8779 - Gen Len: 126.0464 ## 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: 5e-05 - train_batch_size: 3 - eval_batch_size: 3 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 12 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 11 ### Training results | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:--------:| | No log | 1.0 | 158 | 2.2730 | 34.4493 | 10.622 | 20.8333 | 31.7746 | 126.481 | | No log | 2.0 | 317 | 2.2082 | 35.0683 | 11.7208 | 21.5695 | 32.5233 | 125.962 | | No log | 3.0 | 475 | 2.1706 | 34.5353 | 11.4258 | 21.3463 | 32.2029 | 125.8017 | | 2.4623 | 4.0 | 634 | 2.1445 | 34.8325 | 11.8863 | 21.5588 | 32.5282 | 125.0211 | | 2.4623 | 5.0 | 792 | 2.1246 | 35.3252 | 12.267 | 21.8703 | 33.036 | 125.6624 | | 2.4623 | 6.0 | 951 | 2.1169 | 34.6852 | 11.8634 | 21.675 | 32.3587 | 126.2532 | | 2.2087 | 7.0 | 1109 | 2.1056 | 35.0329 | 11.9343 | 22.0452 | 32.7684 | 125.1013 | | 2.2087 | 8.0 | 1268 | 2.1009 | 35.1984 | 12.2518 | 21.9551 | 32.7163 | 125.7384 | | 2.2087 | 9.0 | 1426 | 2.0939 | 35.603 | 12.6125 | 22.2904 | 33.2536 | 125.8987 | | 2.1134 | 10.0 | 1585 | 2.0927 | 35.3434 | 12.277 | 22.0783 | 33.022 | 125.827 | | 2.1134 | 10.97 | 1738 | 2.0933 | 35.2623 | 12.3928 | 22.0648 | 32.8779 | 126.0464 | ### 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
MikkelWK/DanSumT5-baseV_76992
[ -0.6765264272689819, -0.48425090312957764, 0.17766506969928741, 0.1571587175130844, -0.2452010065317154, -0.2623916268348694, 0.016670191660523415, -0.17150214314460754, 0.5092509984970093, 0.39716365933418274, -0.5986199378967285, -0.7644060850143433, -0.7629222869873047, -0.11088186502456665, -0.1542549580335617, 0.9701932072639465, 0.04380873590707779, 0.09842663258314133, 0.036549489945173264, -0.20217524468898773, -0.4958571791648865, -0.501667857170105, -0.7906888723373413, -0.4400908946990967, 0.2604869604110718, 0.3136104643344879, 0.8292827010154724, 0.8708178997039795, 0.4793838560581207, 0.4940171539783478, -0.4825625419616699, 0.028029609471559525, -0.5573617219924927, -0.4569588303565979, 0.12224980443716049, -0.5591585040092468, -0.6887347102165222, -0.11468131840229034, 0.5779479146003723, 0.6059188842773438, -0.17807738482952118, 0.5492628216743469, 0.10916832834482193, 0.7980881929397583, -0.47370442748069763, 0.18927481770515442, -0.2229611724615097, 0.09988801181316376, -0.14339730143547058, -0.3375083804130554, -0.05641002953052521, -0.24576129019260406, 0.03890099748969078, -0.6607541441917419, 0.5812809467315674, 0.00990554690361023, 1.4684513807296753, 0.32502689957618713, -0.29841887950897217, 0.21438200771808624, -0.5970107913017273, 0.687709391117096, -0.6973657011985779, 0.41174203157424927, 0.5235942602157593, 0.28616201877593994, 0.005765055306255817, -0.764978289604187, -0.5018472075462341, 0.2904174327850342, -0.26068294048309326, 0.38912683725357056, -0.20397897064685822, -0.26516199111938477, 0.6134980320930481, 0.5864368677139282, -0.7235552072525024, -0.015734786167740822, -0.7161974906921387, -0.16642293334007263, 0.7505455017089844, 0.5460107922554016, 0.003088409546762705, -0.5388182401657104, -0.5203694701194763, -0.12171243876218796, -0.24610187113285065, 0.4212570786476135, 0.659938395023346, 0.225754514336586, -0.6379740834236145, 0.45701923966407776, -0.21165063977241516, 0.6730333566665649, 0.28401684761047363, -0.15826351940631866, 0.7813571095466614, -0.2500450313091278, -0.4720340073108673, 0.018993724137544632, 0.79649418592453, 0.7753177285194397, 0.04219777509570122, 0.16943104565143585, -0.21867012977600098, -0.04243144765496254, 0.24847815930843353, -0.9452134966850281, -0.4144029915332794, 0.45986509323120117, -0.6587307453155518, -0.5756969451904297, 0.12341804802417755, -0.817247748374939, 0.11574022471904755, -0.3775690793991089, 0.35869330167770386, -0.3211457133293152, -0.46230295300483704, 0.12659956514835358, -0.27642616629600525, 0.36443614959716797, 0.24267326295375824, -0.9990607500076294, 0.4085846245288849, 0.4060174524784088, 0.8676798939704895, 0.07819144427776337, -0.10949932038784027, 0.020444994792342186, 0.22523967921733856, -0.5146864056587219, 0.7220881581306458, -0.12031370401382446, -0.6253859400749207, -0.27263209223747253, 0.37291035056114197, -0.22127138078212738, -0.443711519241333, 0.8220851421356201, -0.2863920331001282, 0.28750666975975037, -0.3742482364177704, -0.41857630014419556, -0.31454917788505554, 0.47916460037231445, -0.7716860175132751, 1.4575939178466797, 0.22064031660556793, -1.08511483669281, 0.4783659279346466, -0.6428233981132507, 0.07309968769550323, -0.044409699738025665, -0.07104182243347168, -0.8679840564727783, -0.11683919280767441, 0.35449090600013733, 0.44454944133758545, -0.41802698373794556, 0.24564582109451294, -0.1665026843547821, -0.5237911939620972, -0.314534991979599, -0.4924928545951843, 1.155178189277649, 0.14624172449111938, -0.573523759841919, 0.0636715516448021, -1.232021689414978, 0.2490464746952057, 0.4090625047683716, -0.5406599640846252, -0.02973145619034767, -0.46643930673599243, 0.2963372766971588, 0.35829368233680725, 0.34266242384910583, -0.4718693196773529, 0.1907225102186203, -0.32487818598747253, 0.2635413706302643, 0.8351627588272095, 0.26429086923599243, 0.19103187322616577, -0.716904878616333, 0.46723926067352295, 0.3170672059059143, 0.407880574464798, 0.16092431545257568, -0.4879809617996216, -0.9829828143119812, -0.5219079852104187, 0.14494997262954712, 0.4528208374977112, -0.2922977805137634, 0.6391592025756836, -0.2164471447467804, -0.8196165561676025, -0.3471081852912903, -0.10765651613473892, 0.27836817502975464, 0.5938354730606079, 0.42109325528144836, -0.11250222474336624, -0.6930994987487793, -1.1873174905776978, -0.14327038824558258, -0.16400600969791412, 0.3082847595214844, 0.48183122277259827, 0.8485861420631409, -0.22526004910469055, 0.9410445094108582, -0.6365280747413635, -0.39192935824394226, -0.11091840267181396, -0.059327494353055954, 0.7793973088264465, 0.7769590616226196, 0.8843778967857361, -0.7595741748809814, -0.6854165196418762, 0.00010964072134811431, -0.9031668305397034, 0.4805876612663269, -0.1265207827091217, -0.16771583259105682, -0.04643555358052254, 0.24481390416622162, -0.7294849753379822, 0.8305025100708008, 0.4932674169540405, -0.530488133430481, 0.9324277639389038, -0.4828285276889801, 0.23890647292137146, -1.197496771812439, 0.4456736147403717, -0.03728658705949783, -0.32572686672210693, -0.43341702222824097, -0.22678010165691376, 0.013758622109889984, -0.1440812647342682, -0.48450690507888794, 0.6805806159973145, -0.43344539403915405, 0.16797880828380585, 0.10163417458534241, -0.4018407166004181, -0.09603097289800644, 0.8461889028549194, 0.09062768518924713, 0.784716010093689, 0.8891401886940002, -0.6270816922187805, 0.31403377652168274, 0.3794686794281006, -0.433030366897583, 0.6575658917427063, -0.7947036027908325, -0.07180386036634445, -0.15268218517303467, 0.002667856402695179, -1.1048860549926758, -0.32735511660575867, 0.27441856265068054, -0.6268827319145203, 0.2524064779281616, -0.33948957920074463, -0.33959102630615234, -0.735611617565155, -0.37475237250328064, 0.21695391833782196, 0.5740365982055664, -0.49030110239982605, 0.6286308169364929, 0.11465951055288315, 0.25090065598487854, -0.837770402431488, -0.7085199952125549, -0.07380426675081253, -0.23960386216640472, -0.6419415473937988, 0.2958885729312897, 0.03324301168322563, -0.052240125834941864, 0.1703490912914276, -0.28844502568244934, -0.16338856518268585, 0.02658258192241192, 0.4519015848636627, 0.27910593152046204, -0.1688263714313507, -0.24670012295246124, -0.22645044326782227, -0.419108122587204, 0.15930335223674774, -0.13768132030963898, 0.5942497253417969, -0.2015465795993805, -0.361642986536026, -0.9011112451553345, 0.008560090325772762, 0.7074488401412964, -0.2368185818195343, 1.051841139793396, 0.7370702028274536, -0.4742541015148163, -0.004314654041081667, -0.4133268892765045, -0.21284329891204834, -0.5260074734687805, 0.3297702670097351, -0.6449205279350281, -0.5193535089492798, 0.8296827673912048, -0.1011446863412857, 0.20279566943645477, 0.9703673124313354, 0.6153087019920349, -0.16726131737232208, 1.069897174835205, 0.3613528311252594, -0.044969551265239716, 0.1947571337223053, -1.2056015729904175, -0.02934446930885315, -0.7209703922271729, -0.5562415719032288, -0.4618529975414276, -0.48696616291999817, -0.6027653813362122, -0.17045961320400238, 0.3671703338623047, 0.13181783258914948, -0.7629132270812988, 0.2812029719352722, -0.6868098378181458, 0.43508854508399963, 0.7532336711883545, 0.3231145143508911, 0.03766341134905815, -0.029548004269599915, -0.45722752809524536, -0.06867475062608719, -0.8779096603393555, -0.5199992060661316, 1.3410953283309937, 0.28094515204429626, 0.6379687190055847, 0.1171238049864769, 0.8795673251152039, 0.2022949606180191, 0.0904499888420105, -0.4407716691493988, 0.2937098741531372, 0.04060756042599678, -1.1621531248092651, -0.3023136854171753, -0.33189278841018677, -1.0584684610366821, 0.4211483895778656, -0.3029634654521942, -0.8114214539527893, 0.5970209240913391, 0.3287617862224579, -0.4493705928325653, 0.7324877977371216, -0.47594356536865234, 1.0009998083114624, -0.16468548774719238, -0.5721489191055298, -0.04622328653931618, -0.7507744431495667, 0.31677600741386414, 0.044050008058547974, 0.1591939479112625, -0.14677466452121735, 0.09122613072395325, 0.8473849892616272, -0.7252072095870972, 0.6361011266708374, -0.27906933426856995, 0.2985922694206238, 0.44014865159988403, -0.1046862080693245, 0.769325315952301, 0.14469414949417114, -0.13643017411231995, 0.12185592204332352, 0.20718227326869965, -0.7427887916564941, -0.4021557867527008, 0.9254724383354187, -1.2294726371765137, -0.6266999840736389, -0.6523493528366089, -0.4154506027698517, 0.24253956973552704, 0.35789015889167786, 0.6208364963531494, 0.6803963780403137, -0.06180044263601303, 0.2850632965564728, 0.6720592975616455, -0.04530004411935806, 0.6240429878234863, 0.1909116804599762, -0.013974873349070549, -0.8717084527015686, 0.930821418762207, 0.04523833468556404, 0.28894877433776855, -0.05274011939764023, 0.08121614158153534, -0.45163050293922424, -0.3290470540523529, -0.45749029517173767, 0.30214446783065796, -0.6095713973045349, -0.24354690313339233, -0.6069444417953491, -0.20130734145641327, -0.599174439907074, -0.37458929419517517, -0.6017632484436035, -0.3509661853313446, -0.4490227699279785, -0.3405947685241699, 0.5579296946525574, 0.6188324093818665, -0.15149357914924622, 0.3821839392185211, -0.7145074605941772, 0.10765498876571655, 0.026603100821375847, 0.3226703703403473, 0.09321094304323196, -0.6868554353713989, -0.21427562832832336, -0.17250020802021027, -0.38776469230651855, -0.7412400841712952, 0.7758017182350159, -0.15902474522590637, 0.715751051902771, 0.6122086644172668, -0.09790852665901184, 1.0484051704406738, -0.2883133590221405, 0.8962993621826172, 0.49779006838798523, -0.6740535497665405, 0.3819882273674011, -0.3767365515232086, 0.34495002031326294, 0.6379050016403198, 0.5609799027442932, -0.5722315311431885, -0.1402595490217209, -1.3624658584594727, -0.9682486653327942, 0.9299619793891907, 0.3771587610244751, 0.042079806327819824, 0.1683090329170227, 0.34305062890052795, -0.3936482071876526, 0.2854451835155487, -0.8153199553489685, -0.9716777801513672, -0.28590822219848633, -0.047044169157743454, -0.21159109473228455, -0.27425992488861084, -0.23597677052021027, -0.6511296033859253, 0.9369240999221802, 0.20668655633926392, 0.4141523241996765, 0.2990746796131134, 0.15670517086982727, -0.17188961803913116, -0.01712946593761444, 0.6660463213920593, 0.8970276713371277, -0.6160646677017212, -0.014753036201000214, 0.2592160403728485, -0.5209320783615112, 0.15152888000011444, 0.017094630748033524, -0.262709379196167, 0.25221431255340576, 0.5471147894859314, 0.7940446138381958, 0.07231233268976212, -0.0011092000640928745, 0.6410573720932007, -0.018605565652251244, -0.6540228724479675, -0.5860195755958557, -0.07322618365287781, 0.1441773921251297, 0.24369150400161743, 0.3588707447052002, 0.45614108443260193, 0.026220498606562614, -0.3116992115974426, 0.19923758506774902, 0.23939315974712372, -0.6932672262191772, -0.2062796652317047, 1.0621711015701294, 0.08384231477975845, -0.18898341059684753, 0.650462806224823, 0.03546764329075813, -0.5266505479812622, 1.0579344034194946, 0.4173930585384369, 0.7959586977958679, -0.3284701704978943, -0.01371461246162653, 1.1573166847229004, 0.41352543234825134, 0.05917779728770256, 0.7070052623748779, 0.17637333273887634, -0.3303017020225525, -0.016788426786661148, -0.6452760100364685, -0.0583752766251564, 0.4985215961933136, -0.9988570809364319, 0.6527740359306335, -0.48534783720970154, -0.49120330810546875, -0.0966113805770874, 0.1598127782344818, -1.039185881614685, 0.5731671452522278, -0.02447403594851494, 1.234863519668579, -1.079141616821289, 0.6513594388961792, 0.6791666150093079, -0.6004123091697693, -0.9878612160682678, -0.405826210975647, -0.07521241903305054, -0.7553260326385498, 0.660685658454895, 0.03661606088280678, 0.3289075195789337, 0.12635032832622528, -0.6465395092964172, -1.090714454650879, 1.318253517150879, 0.037664756178855896, -0.662458062171936, 0.17133687436580658, 0.08347898721694946, 0.5262433290481567, 0.1576189249753952, 0.48259004950523376, 0.48671144247055054, 0.5375201106071472, 0.12886467576026917, -0.9899117946624756, 0.07036817073822021, -0.4089415967464447, -0.039805661886930466, 0.39389461278915405, -1.0068047046661377, 1.1827510595321655, -0.24410447478294373, 0.29511758685112, 0.07622387260198593, 0.6838134527206421, 0.3725332021713257, 0.05821703001856804, 0.46972641348838806, 1.2379248142242432, 0.7616161704063416, -0.19369234144687653, 1.2094885110855103, -0.5329117774963379, 0.9176557064056396, 0.9382190704345703, 0.2807008624076843, 0.7073501348495483, 0.5143547058105469, -0.5105465054512024, 0.35484424233436584, 0.9950043559074402, -0.18912123143672943, 0.4981335699558258, 0.10663773864507675, -0.32126325368881226, -0.4692457318305969, 0.25865447521209717, -0.7776916027069092, 0.07156591862440109, 0.15254467725753784, -0.5760667324066162, -0.44578617811203003, -0.3616361618041992, -0.019911451265215874, -0.25753721594810486, -0.5107836723327637, 0.5353322625160217, -0.2144925445318222, -0.2116767019033432, 0.9277709722518921, 0.019060537219047546, 0.3582831919193268, -0.6755186319351196, -0.10462245345115662, -0.12369691580533981, 0.47344309091567993, -0.6477715373039246, -0.8053516149520874, 0.12479299306869507, -0.06956906616687775, -0.21203377842903137, 0.06969473510980606, 0.41349950432777405, -0.18138961493968964, -0.7445878386497498, 0.0943673625588417, 0.2592991292476654, 0.3272414207458496, 0.2024664580821991, -0.9835155010223389, -0.21110105514526367, 0.11717221140861511, -0.6726617813110352, 0.09647797048091888, 0.43116042017936707, -0.03918808326125145, 0.5737331509590149, 0.8857553005218506, 0.03711353614926338, 0.18597249686717987, -0.1476183831691742, 1.2670390605926514, -0.7517427206039429, -0.7037426233291626, -0.803964376449585, 0.5224063396453857, -0.19984689354896545, -0.7632161974906921, 0.8586754202842712, 1.152906894683838, 0.6141359806060791, -0.16549386084079742, 0.7787371873855591, -0.20697960257530212, 0.445579469203949, -0.3448575735092163, 0.6666429042816162, -0.7189932465553284, -0.2280857414007187, -0.17536406219005585, -0.8921116590499878, -0.4128175973892212, 0.7067970633506775, -0.47450241446495056, 0.13286899030208588, 0.5916693210601807, 0.8482189178466797, 0.012645116075873375, 0.009479834698140621, 0.26379892230033875, 0.10615725815296173, 0.19344590604305267, 0.5234315991401672, 0.4989638924598694, -0.7493501305580139, 0.5444748401641846, -0.6561918258666992, 0.031103136017918587, -0.22922272980213165, -0.6769430041313171, -1.037961721420288, -0.36752521991729736, -0.45832693576812744, -0.4954606890678406, 0.0019298972329124808, 1.065339207649231, 0.8787416815757751, -0.7920082807540894, -0.374453604221344, -0.07521176338195801, -0.20767638087272644, -0.28133514523506165, -0.07851769775152206, 1.0082571506500244, -0.050465285778045654, -0.8711211085319519, -0.17993469536304474, 0.015816884115338326, 0.33898642659187317, -0.11354677379131317, -0.25578126311302185, -0.3775843381881714, -0.1338023841381073, 0.24187730252742767, 0.14493656158447266, -0.6078155040740967, -0.19295857846736908, -0.15777266025543213, -0.18664152920246124, 0.38206520676612854, 0.26209136843681335, -0.485002338886261, 0.4136546850204468, 0.4225294589996338, 0.45432665944099426, 0.9235451817512512, 0.2713494300842285, 0.1338934749364853, -0.6637025475502014, 0.2923877239227295, 0.05963245779275894, 0.3330892026424408, 0.10590601712465286, -0.45124706625938416, 0.7113993167877197, 0.6508132815361023, -0.5819693207740784, -0.8524940013885498, -0.45185744762420654, -1.1403963565826416, -0.06874190270900726, 1.2571877241134644, -0.02415500208735466, -0.5758194923400879, 0.040922556072473526, -0.2845078408718109, 0.05937241017818451, -0.4297010004520416, 0.3043355345726013, 0.8022518754005432, -0.19513258337974548, 0.09873100370168686, -0.8199819326400757, 0.6182601451873779, 0.08093089610338211, -0.6589826345443726, -0.18553902208805084, 0.29992637038230896, 0.5546205043792725, 0.18387006223201752, 0.6430889368057251, -0.25863340497016907, 0.3393278419971466, 0.2931895852088928, 0.4237377643585205, -0.22619794309139252, -0.17890731990337372, -0.29547053575515747, 0.19112947583198547, 0.015875326469540596, -0.6075011491775513 ]
pavlokyrylenko/gbert-base-germaner
pavlokyrylenko
2023-11-29T21:26:12Z
0
0
null
[ "region:us" ]
2023-11-29T21:26:12Z
2023-11-29T21:26:12.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
pavlokyrylenko/gbert-base-germaner
[ -0.32276496291160583, -0.22568437457084656, 0.8622260093688965, 0.43461528420448303, -0.5282987952232361, 0.7012965083122253, 0.7915719151496887, 0.07618656009435654, 0.7746026515960693, 0.25632184743881226, -0.7852814793586731, -0.22573848068714142, -0.910447895526886, 0.5715668201446533, -0.3992339074611664, 0.5791248083114624, -0.1449446827173233, -0.10751190036535263, 0.28233766555786133, -0.2768953740596771, -0.5409226417541504, -0.3685527443885803, -1.1902776956558228, 0.06149178743362427, 0.5316579937934875, 0.7435138821601868, 0.7584062218666077, 0.3652169108390808, 0.6432576179504395, 0.393228679895401, -0.2313898503780365, 0.4827054440975189, -0.041718173772096634, 0.0026040791999548674, -0.35244330763816833, -0.5516901016235352, -0.28596583008766174, 0.07584774494171143, 1.096130609512329, 0.966687798500061, -0.2846636176109314, 0.05330831930041313, -0.30636218190193176, 0.33088892698287964, -0.4973430633544922, 0.3054097592830658, -0.022506237030029297, 0.16318824887275696, -0.7041513323783875, -0.5535354614257812, 0.01279478706419468, -0.7361217737197876, 0.17926566302776337, -0.6900811195373535, 0.8269098401069641, 0.18583163619041443, 1.1533753871917725, 0.14819395542144775, -0.46248674392700195, -0.8161761164665222, -0.6538985967636108, 0.5711169838905334, -0.32703694701194763, 0.3968023657798767, 0.7028230428695679, -0.04857286810874939, -0.9820331335067749, -0.6745740175247192, -0.4646618962287903, 0.29239630699157715, 0.3540279269218445, -0.34116750955581665, -0.17522087693214417, -0.3058987557888031, 0.1579206883907318, 0.12811534106731415, -0.4841997027397156, -0.5543916821479797, -0.5475159883499146, -0.39602547883987427, 0.6206659078598022, 0.3482951521873474, 0.24291770160198212, -0.18884208798408508, -0.3228583037853241, 0.08801649510860443, -0.4160855710506439, 0.3402574062347412, 0.6335519552230835, 0.7114018201828003, -0.5811445116996765, 0.560215950012207, -0.04927598312497139, 0.7439703941345215, 0.11445537954568863, -0.2747809886932373, 0.4146057069301605, -0.14724695682525635, 0.05517146736383438, 0.42263442277908325, 0.3152443468570709, 0.28413113951683044, -0.3273696303367615, 0.20322318375110626, -0.32151442766189575, -0.30496200919151306, -0.22332186996936798, -0.2949073910713196, -0.359218031167984, 0.5492290258407593, -0.3314020037651062, -0.42855510115623474, 1.143175721168518, -0.4200769066810608, -0.7302225828170776, 0.3315640687942505, 0.40652042627334595, -0.09944784641265869, -0.3714655041694641, -0.052260737866163254, -0.8458787798881531, -0.007907169871032238, 0.7491172552108765, -0.7198968529701233, 0.3371739387512207, 0.4728066027164459, 0.7417213320732117, 0.1965053677558899, -0.14034511148929596, -0.42949408292770386, 0.2971966862678528, -0.8659998774528503, 0.6320169568061829, -0.2013523131608963, -1.0051978826522827, 0.111504927277565, 0.8971704244613647, -0.37896332144737244, -1.2094875574111938, 1.060516119003296, -0.6887930631637573, 0.16017869114875793, -0.6767615079879761, -0.14661192893981934, -0.07118479907512665, -0.005096250679343939, -0.6088155508041382, 0.7567105889320374, 0.5872672200202942, -0.49952784180641174, 0.21429483592510223, -0.260297954082489, -0.3915141522884369, 0.38824841380119324, -0.07935454696416855, -0.21858945488929749, 0.7138335108757019, -0.6647080183029175, -0.2693280279636383, 0.2942769527435303, 0.23689374327659607, -0.35706114768981934, -0.7931915521621704, 0.08478124439716339, -0.05786275118589401, 1.550750494003296, -0.038688406348228455, -0.35861048102378845, -0.6793834567070007, -1.1506237983703613, -0.07070796936750412, 0.6886888742446899, -0.9194992184638977, -0.2783951759338379, -0.04641016572713852, -0.26169300079345703, 0.08994932472705841, 0.7390592694282532, -1.1194045543670654, 0.2832726836204529, -0.05092668533325195, -0.22794723510742188, 0.8271054029464722, 0.15387219190597534, 0.2475891411304474, 0.14913398027420044, 0.4295869767665863, 0.5277255177497864, 0.11115197837352753, 0.6835878491401672, -0.3472035527229309, -0.9694355130195618, 0.615463376045227, 0.25266388058662415, 0.8121447563171387, -0.49945273995399475, 0.2685096263885498, 0.27025508880615234, -0.3409682810306549, -0.5682369470596313, -0.310283899307251, 0.09025762975215912, 0.14930549263954163, 0.11142514646053314, -0.5721709132194519, -0.6576129198074341, -0.9689143300056458, -0.13590650260448456, -0.43143749237060547, -0.3571571707725525, 0.21006934344768524, 0.579290509223938, -1.1975523233413696, 0.4128875732421875, -0.7705624103546143, -0.7038739323616028, -0.010655182413756847, -0.19338124990463257, 0.7540655136108398, 0.43240195512771606, 0.5033969879150391, -0.6397148966789246, -0.5661991834640503, -0.22470112144947052, -1.0333751440048218, -0.13280491530895233, 0.24819636344909668, 0.30657365918159485, -0.13423334062099457, -0.2744962275028229, -0.4874033033847809, 0.8100389242172241, 0.14789138734340668, -0.5391894578933716, 0.5220767259597778, -0.30203190445899963, 0.17224809527397156, -0.6369153261184692, -0.06916847079992294, -0.6616759300231934, -0.0009073555702343583, -0.3608306050300598, -0.5737439393997192, 0.14772313833236694, 0.07017459720373154, -0.16065454483032227, 0.28808414936065674, -0.9092771410942078, -0.001085519790649414, -0.7442209124565125, 0.3790721297264099, 0.06394770741462708, -0.3145083785057068, -0.017517484724521637, 1.0000386238098145, 0.7784461975097656, -0.38480496406555176, 0.721743643283844, 0.4440043866634369, 0.19036142528057098, 0.7630520462989807, -0.18725112080574036, 0.1647818684577942, -0.5245417356491089, -0.12161120027303696, -0.8887597322463989, -1.0982944965362549, 0.732056736946106, -0.6114252805709839, 0.36542901396751404, -0.4277869164943695, 0.2589159607887268, -0.691926121711731, -0.03885355591773987, 0.4808596670627594, -0.05936317518353462, -0.6863948702812195, 0.5232576727867126, 0.45317572355270386, -0.2019243687391281, -0.6609034538269043, -0.5301569700241089, 0.39365825057029724, 0.6154113411903381, -0.16390368342399597, 0.06878550350666046, 0.14941084384918213, -0.544192910194397, -0.04080275073647499, -0.38691940903663635, -0.45766791701316833, 0.05422428995370865, 0.1305341124534607, -0.005750411655753851, -0.40482014417648315, -0.08680236339569092, -0.3584195673465729, -0.4656123220920563, 0.21876490116119385, 0.3011949360370636, -0.04096335172653198, -0.42599743604660034, -0.3619820475578308, -0.8881809115409851, 0.6719613075256348, 0.5370286703109741, 0.0528147928416729, 0.7555546164512634, 0.1681925505399704, -0.8014987111091614, -0.13532236218452454, -0.17607100307941437, 0.2696833610534668, -0.5588055849075317, 0.1384982168674469, -0.013484776020050049, -0.06374944746494293, 0.26297956705093384, 0.25386232137680054, -0.4300556182861328, 0.927625298500061, -0.2615271210670471, -0.3592524230480194, 0.7960186004638672, 0.597474217414856, 0.4958311915397644, 0.1650322824716568, -0.04454142972826958, 0.9007092714309692, -1.1966516971588135, -0.6563178300857544, -0.7409547567367554, -0.1594570130109787, -0.43510913848876953, -0.03210531920194626, 0.6254413723945618, 0.29009878635406494, -0.13333897292613983, 0.47563934326171875, -0.5243492722511292, 0.35560330748558044, 1.0119842290878296, 0.3574863374233246, 0.3435693383216858, -0.7570229172706604, -0.2515779733657837, -0.14024248719215393, -0.9998156428337097, -0.26313766837120056, 0.8871027827262878, 0.22752594947814941, 0.8444607853889465, 0.5992547273635864, 0.6784542202949524, 0.13672277331352234, 0.25238266587257385, -0.3059031367301941, 0.392029345035553, 0.43760815262794495, -1.0401136875152588, -0.427583783864975, 0.021418536081910133, -0.9703341722488403, -0.14227518439292908, -0.03495001420378685, -0.42617112398147583, 0.7681736946105957, 0.00016554891772102565, -0.4076708257198334, 0.7732730507850647, -0.4555833339691162, 0.756287693977356, -0.4473647475242615, -0.026638835668563843, 0.46990966796875, -0.7070635557174683, 0.46774306893348694, 0.12878817319869995, 0.6205843091011047, -0.01557278074324131, -0.0407860092818737, 0.7104939222335815, -0.9129158854484558, 0.25438588857650757, -0.6348398923873901, 0.2242134064435959, 0.2424696385860443, 0.5160627961158752, 0.5969952940940857, 0.4371245801448822, 0.10119880735874176, -0.23920926451683044, 0.04115844890475273, -0.8241124153137207, -0.21050629019737244, 0.6975154876708984, -0.7186890840530396, -0.6864201426506042, -1.2355337142944336, 0.14438660442829132, 0.27347099781036377, 0.3893051743507385, 0.7959294319152832, 0.5714085698127747, 0.12895448505878448, 0.6805252432823181, 0.9888588190078735, -0.06885642558336258, 0.9166923761367798, 0.3224480450153351, 0.09175139665603638, -0.2194482386112213, 0.7036823630332947, 0.2662789225578308, -0.24707946181297302, -0.11939742416143417, 0.20913493633270264, -0.11069393157958984, -0.5917614698410034, -0.4999059736728668, 0.37017545104026794, -0.6731785535812378, -0.1830390840768814, -0.6243731379508972, -0.6043769121170044, -0.5117589235305786, 0.06927384436130524, -0.7147685885429382, 0.23979052901268005, -0.7753568291664124, -0.10574921220541, 0.04323389381170273, 0.9792006611824036, -0.5893117785453796, 0.5805227756500244, -1.1218583583831787, 0.19345776736736298, -0.07949883490800858, 0.792105495929718, 0.21395795047283173, -0.7344393134117126, -0.3975417912006378, -0.11592645943164825, -0.3729913830757141, -1.3576762676239014, 0.21404974162578583, -0.24541449546813965, 0.23094066977500916, 0.6145402789115906, 0.1397707760334015, 0.5258241891860962, -0.34326255321502686, 0.702910304069519, -0.05701703578233719, -0.706928551197052, 0.7934497594833374, -0.5026895403862, 0.4963536262512207, 0.9765998125076294, 0.5333839654922485, -0.7984002232551575, 0.035741325467824936, -1.0411231517791748, -0.600869357585907, 0.38426369428634644, 0.11928963661193848, -0.03601058945059776, -0.6659560203552246, -0.05401979759335518, -0.1614377349615097, 0.6043742895126343, -1.0390697717666626, -0.7858361601829529, 0.2576697766780853, 0.5277301669120789, 0.08168608695268631, -0.5653401613235474, 0.20880675315856934, -0.5444166660308838, 1.065777063369751, 0.4510936737060547, 0.32744982838630676, 0.8406057357788086, 0.46492424607276917, -0.3823159337043762, 0.0925246998667717, 0.7662690877914429, 0.666623055934906, -0.5239791870117188, -0.29080307483673096, -0.08827537298202515, -0.9143400192260742, 0.05927477031946182, 0.11168937385082245, -0.01345604658126831, 0.908211350440979, 0.5793077349662781, 0.2539709210395813, 0.45142799615859985, -0.7264602780342102, 0.8859451413154602, -0.14954198896884918, -0.12472885847091675, -1.0677239894866943, 0.19486185908317566, -0.23985016345977783, 0.5006402730941772, 1.0061323642730713, 0.5250049829483032, -0.04763023182749748, -0.8143379092216492, -0.014735886827111244, 0.6939173340797424, -0.7091122269630432, -0.17449837923049927, 0.9448534846305847, 0.3847098648548126, -1.2953052520751953, 1.106776475906372, -0.5381773710250854, -0.5603322982788086, 0.9121298789978027, 0.5229565501213074, 1.1221849918365479, -0.4420414865016937, 0.0008673161501064897, 0.2662239670753479, 0.4137842059135437, 0.5423171520233154, 1.0869632959365845, 0.4314132630825043, -0.7931063771247864, 0.8826586604118347, -0.24776038527488708, -0.4036112427711487, -0.05347596853971481, -0.42859897017478943, 0.16892239451408386, -0.4406193792819977, -0.10713036358356476, -0.34441858530044556, 0.28543156385421753, -0.7072038054466248, 0.4280763566493988, -0.08385695517063141, 0.8653068542480469, -0.8553729057312012, 0.47207632660865784, 0.6354700326919556, -0.33373600244522095, -0.8508186340332031, -0.26198428869247437, -0.11448446661233902, -0.6389463543891907, 0.3021479547023773, -0.45541033148765564, 0.04439917206764221, 0.09623453766107559, -0.6491512060165405, -1.1778274774551392, 0.9093639254570007, -0.639611542224884, -0.27844613790512085, 0.20464059710502625, -0.1151479035615921, 0.2881172001361847, -0.25246453285217285, 0.010661701671779156, 0.4187657833099365, 0.7489398717880249, 0.2844657003879547, -0.7727056741714478, -0.3694886267185211, 0.001503586769104004, -0.44474801421165466, 0.7582975625991821, -0.6002105474472046, 1.184078335762024, -0.5563539862632751, -0.05965445190668106, 0.443845272064209, 0.24690935015678406, 0.2107621133327484, 0.6629217863082886, 0.14420802891254425, 0.7282261848449707, 1.0701215267181396, -0.4083523154258728, 0.8811810612678528, 0.2643281817436218, 0.47430863976478577, 0.7238503098487854, -0.6487725973129272, 0.7513749599456787, 0.3181045651435852, -0.5682925581932068, 0.92280113697052, 1.2906064987182617, -0.15699198842048645, 0.8079376220703125, 0.0513649582862854, -1.0816001892089844, 0.3258330225944519, -0.2072475701570511, -0.7530064582824707, 0.3150255084037781, 0.19055870175361633, -0.6920984387397766, -0.5770307779312134, -0.24046511948108673, -0.3566284477710724, -0.11552868038415909, -0.7631729245185852, 0.6720567941665649, -0.016969207674264908, -0.5103678107261658, 0.18857519328594208, 0.28774991631507874, 0.1736842691898346, -0.5235735177993774, -0.029394295066595078, -0.2282361537218094, 0.2660652995109558, -0.5670855045318604, -0.523452877998352, 0.5724433064460754, -0.3243025839328766, -0.5343257784843445, 0.18147483468055725, 0.763587474822998, -0.16923777759075165, -0.45154109597206116, 0.32472723722457886, 0.6959522366523743, 0.16658541560173035, 0.4250280261039734, -0.23511271178722382, 0.2448059618473053, -0.08044798672199249, -0.06651560217142105, 0.27714791893959045, 0.34491676092147827, 0.2243560552597046, 0.44501447677612305, 0.43285685777664185, -0.018087849020957947, -0.10736531019210815, -0.3828200101852417, 0.4124941825866699, -0.9542783498764038, -0.5713285207748413, -0.6307114362716675, 0.2740660309791565, -0.023154374212026596, -1.0836420059204102, 0.41451701521873474, 1.4406689405441284, 1.0359983444213867, -0.4756379723548889, 1.0672271251678467, -0.21818479895591736, 0.9594793319702148, 0.41483086347579956, 0.5420443415641785, -0.6030411720275879, 0.038353580981492996, -0.4364396929740906, -1.076963186264038, -0.3571632504463196, 0.45393913984298706, -0.02289997600018978, -0.34298625588417053, 0.872571587562561, 0.588716447353363, -0.334736168384552, -0.11728043854236603, 0.04848773404955864, -0.029941633343696594, -0.12433803081512451, 0.51453697681427, 0.7648398876190186, -0.9344304800033569, -0.10680444538593292, -0.21577712893486023, -0.638272762298584, -0.5047280788421631, -0.9632009267807007, -0.12959453463554382, -0.16037830710411072, 0.03534352034330368, -0.5662808418273926, 0.0025569975841790438, 1.2083250284194946, 0.5684952735900879, -1.1113994121551514, -0.5303786993026733, 0.337185800075531, 0.3920421600341797, -0.18747909367084503, -0.24202390015125275, 0.2984570860862732, 0.15382248163223267, -0.5908879041671753, 0.6875662207603455, 0.8089626431465149, 0.2088892161846161, 0.19554762542247772, 0.15893003344535828, -0.8229470252990723, -0.14913499355316162, 0.17440450191497803, 0.9450567960739136, -0.9398542642593384, -0.7114843130111694, -0.031684745103120804, -0.27094894647598267, -0.057657282799482346, 0.17102058231830597, -0.4046344757080078, 0.5180681943893433, 0.34591513872146606, 0.49933481216430664, 0.056161053478717804, -0.05474706366658211, 0.5409558415412903, -0.9069051742553711, 0.09425992518663406, 0.41343584656715393, 0.4154116213321686, -0.40008658170700073, -0.5910196900367737, 0.671341598033905, 1.0073970556259155, -0.6594861745834351, -0.8743265271186829, -0.1984674036502838, -1.0016002655029297, 0.041897308081388474, 0.6762760877609253, 0.5009523630142212, -0.48065119981765747, -0.41744938492774963, -0.5617402791976929, -0.12546734511852264, -0.1369970738887787, 0.7621603608131409, 1.1796802282333374, -0.7432090044021606, 0.07975779473781586, -1.0386395454406738, 0.6594985723495483, -0.24194547533988953, -0.3457584083080292, -0.4864429533481598, 0.383279949426651, 0.3523697853088379, 0.44048088788986206, 0.6148120760917664, 0.14084699749946594, 0.8338428735733032, 0.31260523200035095, -0.17026838660240173, 0.2698981761932373, -0.4559198319911957, -0.02893291413784027, -0.0579625740647316, 0.3101593852043152, -1.0262155532836914 ]
TahaCakir/enhanced_turkishReviews-generativeAI
TahaCakir
2023-11-29T21:27:11Z
0
0
null
[ "region:us" ]
2023-11-29T21:27:11Z
2023-11-29T21:27:11.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
TahaCakir/enhanced_turkishReviews-generativeAI
[ -0.32276496291160583, -0.22568437457084656, 0.8622260093688965, 0.43461528420448303, -0.5282987952232361, 0.7012965083122253, 0.7915719151496887, 0.07618656009435654, 0.7746026515960693, 0.25632184743881226, -0.7852814793586731, -0.22573848068714142, -0.910447895526886, 0.5715668201446533, -0.3992339074611664, 0.5791248083114624, -0.1449446827173233, -0.10751190036535263, 0.28233766555786133, -0.2768953740596771, -0.5409226417541504, -0.3685527443885803, -1.1902776956558228, 0.06149178743362427, 0.5316579937934875, 0.7435138821601868, 0.7584062218666077, 0.3652169108390808, 0.6432576179504395, 0.393228679895401, -0.2313898503780365, 0.4827054440975189, -0.041718173772096634, 0.0026040791999548674, -0.35244330763816833, -0.5516901016235352, -0.28596583008766174, 0.07584774494171143, 1.096130609512329, 0.966687798500061, -0.2846636176109314, 0.05330831930041313, -0.30636218190193176, 0.33088892698287964, -0.4973430633544922, 0.3054097592830658, -0.022506237030029297, 0.16318824887275696, -0.7041513323783875, -0.5535354614257812, 0.01279478706419468, -0.7361217737197876, 0.17926566302776337, -0.6900811195373535, 0.8269098401069641, 0.18583163619041443, 1.1533753871917725, 0.14819395542144775, -0.46248674392700195, -0.8161761164665222, -0.6538985967636108, 0.5711169838905334, -0.32703694701194763, 0.3968023657798767, 0.7028230428695679, -0.04857286810874939, -0.9820331335067749, -0.6745740175247192, -0.4646618962287903, 0.29239630699157715, 0.3540279269218445, -0.34116750955581665, -0.17522087693214417, -0.3058987557888031, 0.1579206883907318, 0.12811534106731415, -0.4841997027397156, -0.5543916821479797, -0.5475159883499146, -0.39602547883987427, 0.6206659078598022, 0.3482951521873474, 0.24291770160198212, -0.18884208798408508, -0.3228583037853241, 0.08801649510860443, -0.4160855710506439, 0.3402574062347412, 0.6335519552230835, 0.7114018201828003, -0.5811445116996765, 0.560215950012207, -0.04927598312497139, 0.7439703941345215, 0.11445537954568863, -0.2747809886932373, 0.4146057069301605, -0.14724695682525635, 0.05517146736383438, 0.42263442277908325, 0.3152443468570709, 0.28413113951683044, -0.3273696303367615, 0.20322318375110626, -0.32151442766189575, -0.30496200919151306, -0.22332186996936798, -0.2949073910713196, -0.359218031167984, 0.5492290258407593, -0.3314020037651062, -0.42855510115623474, 1.143175721168518, -0.4200769066810608, -0.7302225828170776, 0.3315640687942505, 0.40652042627334595, -0.09944784641265869, -0.3714655041694641, -0.052260737866163254, -0.8458787798881531, -0.007907169871032238, 0.7491172552108765, -0.7198968529701233, 0.3371739387512207, 0.4728066027164459, 0.7417213320732117, 0.1965053677558899, -0.14034511148929596, -0.42949408292770386, 0.2971966862678528, -0.8659998774528503, 0.6320169568061829, -0.2013523131608963, -1.0051978826522827, 0.111504927277565, 0.8971704244613647, -0.37896332144737244, -1.2094875574111938, 1.060516119003296, -0.6887930631637573, 0.16017869114875793, -0.6767615079879761, -0.14661192893981934, -0.07118479907512665, -0.005096250679343939, -0.6088155508041382, 0.7567105889320374, 0.5872672200202942, -0.49952784180641174, 0.21429483592510223, -0.260297954082489, -0.3915141522884369, 0.38824841380119324, -0.07935454696416855, -0.21858945488929749, 0.7138335108757019, -0.6647080183029175, -0.2693280279636383, 0.2942769527435303, 0.23689374327659607, -0.35706114768981934, -0.7931915521621704, 0.08478124439716339, -0.05786275118589401, 1.550750494003296, -0.038688406348228455, -0.35861048102378845, -0.6793834567070007, -1.1506237983703613, -0.07070796936750412, 0.6886888742446899, -0.9194992184638977, -0.2783951759338379, -0.04641016572713852, -0.26169300079345703, 0.08994932472705841, 0.7390592694282532, -1.1194045543670654, 0.2832726836204529, -0.05092668533325195, -0.22794723510742188, 0.8271054029464722, 0.15387219190597534, 0.2475891411304474, 0.14913398027420044, 0.4295869767665863, 0.5277255177497864, 0.11115197837352753, 0.6835878491401672, -0.3472035527229309, -0.9694355130195618, 0.615463376045227, 0.25266388058662415, 0.8121447563171387, -0.49945273995399475, 0.2685096263885498, 0.27025508880615234, -0.3409682810306549, -0.5682369470596313, -0.310283899307251, 0.09025762975215912, 0.14930549263954163, 0.11142514646053314, -0.5721709132194519, -0.6576129198074341, -0.9689143300056458, -0.13590650260448456, -0.43143749237060547, -0.3571571707725525, 0.21006934344768524, 0.579290509223938, -1.1975523233413696, 0.4128875732421875, -0.7705624103546143, -0.7038739323616028, -0.010655182413756847, -0.19338124990463257, 0.7540655136108398, 0.43240195512771606, 0.5033969879150391, -0.6397148966789246, -0.5661991834640503, -0.22470112144947052, -1.0333751440048218, -0.13280491530895233, 0.24819636344909668, 0.30657365918159485, -0.13423334062099457, -0.2744962275028229, -0.4874033033847809, 0.8100389242172241, 0.14789138734340668, -0.5391894578933716, 0.5220767259597778, -0.30203190445899963, 0.17224809527397156, -0.6369153261184692, -0.06916847079992294, -0.6616759300231934, -0.0009073555702343583, -0.3608306050300598, -0.5737439393997192, 0.14772313833236694, 0.07017459720373154, -0.16065454483032227, 0.28808414936065674, -0.9092771410942078, -0.001085519790649414, -0.7442209124565125, 0.3790721297264099, 0.06394770741462708, -0.3145083785057068, -0.017517484724521637, 1.0000386238098145, 0.7784461975097656, -0.38480496406555176, 0.721743643283844, 0.4440043866634369, 0.19036142528057098, 0.7630520462989807, -0.18725112080574036, 0.1647818684577942, -0.5245417356491089, -0.12161120027303696, -0.8887597322463989, -1.0982944965362549, 0.732056736946106, -0.6114252805709839, 0.36542901396751404, -0.4277869164943695, 0.2589159607887268, -0.691926121711731, -0.03885355591773987, 0.4808596670627594, -0.05936317518353462, -0.6863948702812195, 0.5232576727867126, 0.45317572355270386, -0.2019243687391281, -0.6609034538269043, -0.5301569700241089, 0.39365825057029724, 0.6154113411903381, -0.16390368342399597, 0.06878550350666046, 0.14941084384918213, -0.544192910194397, -0.04080275073647499, -0.38691940903663635, -0.45766791701316833, 0.05422428995370865, 0.1305341124534607, -0.005750411655753851, -0.40482014417648315, -0.08680236339569092, -0.3584195673465729, -0.4656123220920563, 0.21876490116119385, 0.3011949360370636, -0.04096335172653198, -0.42599743604660034, -0.3619820475578308, -0.8881809115409851, 0.6719613075256348, 0.5370286703109741, 0.0528147928416729, 0.7555546164512634, 0.1681925505399704, -0.8014987111091614, -0.13532236218452454, -0.17607100307941437, 0.2696833610534668, -0.5588055849075317, 0.1384982168674469, -0.013484776020050049, -0.06374944746494293, 0.26297956705093384, 0.25386232137680054, -0.4300556182861328, 0.927625298500061, -0.2615271210670471, -0.3592524230480194, 0.7960186004638672, 0.597474217414856, 0.4958311915397644, 0.1650322824716568, -0.04454142972826958, 0.9007092714309692, -1.1966516971588135, -0.6563178300857544, -0.7409547567367554, -0.1594570130109787, -0.43510913848876953, -0.03210531920194626, 0.6254413723945618, 0.29009878635406494, -0.13333897292613983, 0.47563934326171875, -0.5243492722511292, 0.35560330748558044, 1.0119842290878296, 0.3574863374233246, 0.3435693383216858, -0.7570229172706604, -0.2515779733657837, -0.14024248719215393, -0.9998156428337097, -0.26313766837120056, 0.8871027827262878, 0.22752594947814941, 0.8444607853889465, 0.5992547273635864, 0.6784542202949524, 0.13672277331352234, 0.25238266587257385, -0.3059031367301941, 0.392029345035553, 0.43760815262794495, -1.0401136875152588, -0.427583783864975, 0.021418536081910133, -0.9703341722488403, -0.14227518439292908, -0.03495001420378685, -0.42617112398147583, 0.7681736946105957, 0.00016554891772102565, -0.4076708257198334, 0.7732730507850647, -0.4555833339691162, 0.756287693977356, -0.4473647475242615, -0.026638835668563843, 0.46990966796875, -0.7070635557174683, 0.46774306893348694, 0.12878817319869995, 0.6205843091011047, -0.01557278074324131, -0.0407860092818737, 0.7104939222335815, -0.9129158854484558, 0.25438588857650757, -0.6348398923873901, 0.2242134064435959, 0.2424696385860443, 0.5160627961158752, 0.5969952940940857, 0.4371245801448822, 0.10119880735874176, -0.23920926451683044, 0.04115844890475273, -0.8241124153137207, -0.21050629019737244, 0.6975154876708984, -0.7186890840530396, -0.6864201426506042, -1.2355337142944336, 0.14438660442829132, 0.27347099781036377, 0.3893051743507385, 0.7959294319152832, 0.5714085698127747, 0.12895448505878448, 0.6805252432823181, 0.9888588190078735, -0.06885642558336258, 0.9166923761367798, 0.3224480450153351, 0.09175139665603638, -0.2194482386112213, 0.7036823630332947, 0.2662789225578308, -0.24707946181297302, -0.11939742416143417, 0.20913493633270264, -0.11069393157958984, -0.5917614698410034, -0.4999059736728668, 0.37017545104026794, -0.6731785535812378, -0.1830390840768814, -0.6243731379508972, -0.6043769121170044, -0.5117589235305786, 0.06927384436130524, -0.7147685885429382, 0.23979052901268005, -0.7753568291664124, -0.10574921220541, 0.04323389381170273, 0.9792006611824036, -0.5893117785453796, 0.5805227756500244, -1.1218583583831787, 0.19345776736736298, -0.07949883490800858, 0.792105495929718, 0.21395795047283173, -0.7344393134117126, -0.3975417912006378, -0.11592645943164825, -0.3729913830757141, -1.3576762676239014, 0.21404974162578583, -0.24541449546813965, 0.23094066977500916, 0.6145402789115906, 0.1397707760334015, 0.5258241891860962, -0.34326255321502686, 0.702910304069519, -0.05701703578233719, -0.706928551197052, 0.7934497594833374, -0.5026895403862, 0.4963536262512207, 0.9765998125076294, 0.5333839654922485, -0.7984002232551575, 0.035741325467824936, -1.0411231517791748, -0.600869357585907, 0.38426369428634644, 0.11928963661193848, -0.03601058945059776, -0.6659560203552246, -0.05401979759335518, -0.1614377349615097, 0.6043742895126343, -1.0390697717666626, -0.7858361601829529, 0.2576697766780853, 0.5277301669120789, 0.08168608695268631, -0.5653401613235474, 0.20880675315856934, -0.5444166660308838, 1.065777063369751, 0.4510936737060547, 0.32744982838630676, 0.8406057357788086, 0.46492424607276917, -0.3823159337043762, 0.0925246998667717, 0.7662690877914429, 0.666623055934906, -0.5239791870117188, -0.29080307483673096, -0.08827537298202515, -0.9143400192260742, 0.05927477031946182, 0.11168937385082245, -0.01345604658126831, 0.908211350440979, 0.5793077349662781, 0.2539709210395813, 0.45142799615859985, -0.7264602780342102, 0.8859451413154602, -0.14954198896884918, -0.12472885847091675, -1.0677239894866943, 0.19486185908317566, -0.23985016345977783, 0.5006402730941772, 1.0061323642730713, 0.5250049829483032, -0.04763023182749748, -0.8143379092216492, -0.014735886827111244, 0.6939173340797424, -0.7091122269630432, -0.17449837923049927, 0.9448534846305847, 0.3847098648548126, -1.2953052520751953, 1.106776475906372, -0.5381773710250854, -0.5603322982788086, 0.9121298789978027, 0.5229565501213074, 1.1221849918365479, -0.4420414865016937, 0.0008673161501064897, 0.2662239670753479, 0.4137842059135437, 0.5423171520233154, 1.0869632959365845, 0.4314132630825043, -0.7931063771247864, 0.8826586604118347, -0.24776038527488708, -0.4036112427711487, -0.05347596853971481, -0.42859897017478943, 0.16892239451408386, -0.4406193792819977, -0.10713036358356476, -0.34441858530044556, 0.28543156385421753, -0.7072038054466248, 0.4280763566493988, -0.08385695517063141, 0.8653068542480469, -0.8553729057312012, 0.47207632660865784, 0.6354700326919556, -0.33373600244522095, -0.8508186340332031, -0.26198428869247437, -0.11448446661233902, -0.6389463543891907, 0.3021479547023773, -0.45541033148765564, 0.04439917206764221, 0.09623453766107559, -0.6491512060165405, -1.1778274774551392, 0.9093639254570007, -0.639611542224884, -0.27844613790512085, 0.20464059710502625, -0.1151479035615921, 0.2881172001361847, -0.25246453285217285, 0.010661701671779156, 0.4187657833099365, 0.7489398717880249, 0.2844657003879547, -0.7727056741714478, -0.3694886267185211, 0.001503586769104004, -0.44474801421165466, 0.7582975625991821, -0.6002105474472046, 1.184078335762024, -0.5563539862632751, -0.05965445190668106, 0.443845272064209, 0.24690935015678406, 0.2107621133327484, 0.6629217863082886, 0.14420802891254425, 0.7282261848449707, 1.0701215267181396, -0.4083523154258728, 0.8811810612678528, 0.2643281817436218, 0.47430863976478577, 0.7238503098487854, -0.6487725973129272, 0.7513749599456787, 0.3181045651435852, -0.5682925581932068, 0.92280113697052, 1.2906064987182617, -0.15699198842048645, 0.8079376220703125, 0.0513649582862854, -1.0816001892089844, 0.3258330225944519, -0.2072475701570511, -0.7530064582824707, 0.3150255084037781, 0.19055870175361633, -0.6920984387397766, -0.5770307779312134, -0.24046511948108673, -0.3566284477710724, -0.11552868038415909, -0.7631729245185852, 0.6720567941665649, -0.016969207674264908, -0.5103678107261658, 0.18857519328594208, 0.28774991631507874, 0.1736842691898346, -0.5235735177993774, -0.029394295066595078, -0.2282361537218094, 0.2660652995109558, -0.5670855045318604, -0.523452877998352, 0.5724433064460754, -0.3243025839328766, -0.5343257784843445, 0.18147483468055725, 0.763587474822998, -0.16923777759075165, -0.45154109597206116, 0.32472723722457886, 0.6959522366523743, 0.16658541560173035, 0.4250280261039734, -0.23511271178722382, 0.2448059618473053, -0.08044798672199249, -0.06651560217142105, 0.27714791893959045, 0.34491676092147827, 0.2243560552597046, 0.44501447677612305, 0.43285685777664185, -0.018087849020957947, -0.10736531019210815, -0.3828200101852417, 0.4124941825866699, -0.9542783498764038, -0.5713285207748413, -0.6307114362716675, 0.2740660309791565, -0.023154374212026596, -1.0836420059204102, 0.41451701521873474, 1.4406689405441284, 1.0359983444213867, -0.4756379723548889, 1.0672271251678467, -0.21818479895591736, 0.9594793319702148, 0.41483086347579956, 0.5420443415641785, -0.6030411720275879, 0.038353580981492996, -0.4364396929740906, -1.076963186264038, -0.3571632504463196, 0.45393913984298706, -0.02289997600018978, -0.34298625588417053, 0.872571587562561, 0.588716447353363, -0.334736168384552, -0.11728043854236603, 0.04848773404955864, -0.029941633343696594, -0.12433803081512451, 0.51453697681427, 0.7648398876190186, -0.9344304800033569, -0.10680444538593292, -0.21577712893486023, -0.638272762298584, -0.5047280788421631, -0.9632009267807007, -0.12959453463554382, -0.16037830710411072, 0.03534352034330368, -0.5662808418273926, 0.0025569975841790438, 1.2083250284194946, 0.5684952735900879, -1.1113994121551514, -0.5303786993026733, 0.337185800075531, 0.3920421600341797, -0.18747909367084503, -0.24202390015125275, 0.2984570860862732, 0.15382248163223267, -0.5908879041671753, 0.6875662207603455, 0.8089626431465149, 0.2088892161846161, 0.19554762542247772, 0.15893003344535828, -0.8229470252990723, -0.14913499355316162, 0.17440450191497803, 0.9450567960739136, -0.9398542642593384, -0.7114843130111694, -0.031684745103120804, -0.27094894647598267, -0.057657282799482346, 0.17102058231830597, -0.4046344757080078, 0.5180681943893433, 0.34591513872146606, 0.49933481216430664, 0.056161053478717804, -0.05474706366658211, 0.5409558415412903, -0.9069051742553711, 0.09425992518663406, 0.41343584656715393, 0.4154116213321686, -0.40008658170700073, -0.5910196900367737, 0.671341598033905, 1.0073970556259155, -0.6594861745834351, -0.8743265271186829, -0.1984674036502838, -1.0016002655029297, 0.041897308081388474, 0.6762760877609253, 0.5009523630142212, -0.48065119981765747, -0.41744938492774963, -0.5617402791976929, -0.12546734511852264, -0.1369970738887787, 0.7621603608131409, 1.1796802282333374, -0.7432090044021606, 0.07975779473781586, -1.0386395454406738, 0.6594985723495483, -0.24194547533988953, -0.3457584083080292, -0.4864429533481598, 0.383279949426651, 0.3523697853088379, 0.44048088788986206, 0.6148120760917664, 0.14084699749946594, 0.8338428735733032, 0.31260523200035095, -0.17026838660240173, 0.2698981761932373, -0.4559198319911957, -0.02893291413784027, -0.0579625740647316, 0.3101593852043152, -1.0262155532836914 ]
mdgossett/sd_1-5_output_30_images_batch_size_32_V2
mdgossett
2023-11-29T21:27:53Z
0
0
null
[ "region:us" ]
2023-11-29T21:27:53Z
2023-11-29T21:27:53.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
mdgossett/sd_1-5_output_30_images_batch_size_32_V2
[ -0.32276472449302673, -0.22568491101264954, 0.862226128578186, 0.43461504578590393, -0.5282993912696838, 0.7012975811958313, 0.7915716171264648, 0.07618598639965057, 0.774603009223938, 0.2563214898109436, -0.7852815389633179, -0.22573868930339813, -0.9104477763175964, 0.5715674161911011, -0.3992331027984619, 0.5791248083114624, -0.1449449211359024, -0.10751152038574219, 0.2823377549648285, -0.27689558267593384, -0.5409231185913086, -0.36855199933052063, -1.1902778148651123, 0.06149216368794441, 0.5316587090492249, 0.7435144186019897, 0.7584060430526733, 0.36521655321121216, 0.6432576179504395, 0.3932289481163025, -0.23138931393623352, 0.4827057719230652, -0.041718486696481705, 0.0026036619674414396, -0.3524436354637146, -0.5516901016235352, -0.2859657406806946, 0.07584746927022934, 1.0961300134658813, 0.9666875600814819, -0.2846640646457672, 0.05330827087163925, -0.306362122297287, 0.33088892698287964, -0.4973427653312683, 0.3054090142250061, -0.02250657044351101, 0.1631881445646286, -0.7041513919830322, -0.5535348653793335, 0.01279477309435606, -0.736121654510498, 0.17926566302776337, -0.6900812387466431, 0.8269098997116089, 0.1858321726322174, 1.1533749103546143, 0.14819420874118805, -0.4624859690666199, -0.8161764144897461, -0.6538988351821899, 0.571116030216217, -0.32703715562820435, 0.3968021869659424, 0.7028237581253052, -0.04857351630926132, -0.9820331335067749, -0.6745737195014954, -0.46466225385665894, 0.2923971116542816, 0.3540284037590027, -0.34116801619529724, -0.17522068321704865, -0.3058989942073822, 0.1579199582338333, 0.12811419367790222, -0.4842001795768738, -0.5543919801712036, -0.5475159883499146, -0.39602524042129517, 0.6206656694412231, 0.348295122385025, 0.24291753768920898, -0.1888420581817627, -0.3228580057621002, 0.08801710605621338, -0.41608577966690063, 0.34025731682777405, 0.6335514783859253, 0.7114027142524719, -0.5811443328857422, 0.560215950012207, -0.049275562167167664, 0.7439709901809692, 0.11445611715316772, -0.27478140592575073, 0.41460585594177246, -0.14724664390087128, 0.055172212421894073, 0.42263492941856384, 0.3152443766593933, 0.2841310203075409, -0.32736948132514954, 0.2032228261232376, -0.3215143084526062, -0.30496200919151306, -0.2233215868473053, -0.2949065566062927, -0.3592175543308258, 0.5492296814918518, -0.33140164613723755, -0.4285547137260437, 1.1431756019592285, -0.42007699608802795, -0.7302225232124329, 0.33156436681747437, 0.40652114152908325, -0.09944787621498108, -0.3714650869369507, -0.05226089432835579, -0.8458786010742188, -0.007907187566161156, 0.7491180896759033, -0.7198967337608337, 0.3371739983558655, 0.472805917263031, 0.7417211532592773, 0.19650587439537048, -0.14034505188465118, -0.4294944405555725, 0.29719647765159607, -0.8659992218017578, 0.6320172548294067, -0.2013520449399948, -1.0051977634429932, 0.11150498688220978, 0.8971702456474304, -0.37896424531936646, -1.209486961364746, 1.0605157613754272, -0.6887930631637573, 0.1601790487766266, -0.6767614483833313, -0.14661118388175964, -0.07118485867977142, -0.00509650120511651, -0.6088155508041382, 0.7567097544670105, 0.5872675180435181, -0.4995277523994446, 0.21429450809955597, -0.2602981626987457, -0.39151421189308167, 0.3882487416267395, -0.07935473322868347, -0.21858878433704376, 0.7138336896896362, -0.6647079586982727, -0.2693282961845398, 0.29427751898765564, 0.23689357936382294, -0.35706043243408203, -0.7931927442550659, 0.08478079736232758, -0.05786224454641342, 1.5507503747940063, -0.03868852183222771, -0.3586110472679138, -0.6793839335441589, -1.1506242752075195, -0.07070792466402054, 0.6886888742446899, -0.9194992184638977, -0.27839452028274536, -0.04640956223011017, -0.2616933286190033, 0.08994937688112259, 0.7390588521957397, -1.119404911994934, 0.28327280282974243, -0.05092683434486389, -0.22794735431671143, 0.827105700969696, 0.15387210249900818, 0.247589111328125, 0.1491345316171646, 0.42958658933639526, 0.5277259349822998, 0.11115141212940216, 0.6835880279541016, -0.3472033143043518, -0.9694353342056274, 0.6154634952545166, 0.25266438722610474, 0.8121454119682312, -0.4994538426399231, 0.2685091495513916, 0.2702551782131195, -0.34096774458885193, -0.5682373046875, -0.3102836310863495, 0.09025774896144867, 0.1493055820465088, 0.11142508685588837, -0.572170615196228, -0.6576129198074341, -0.9689132571220398, -0.13590629398822784, -0.4314376711845398, -0.35715726017951965, 0.21006901562213898, 0.579290509223938, -1.1975524425506592, 0.4128872752189636, -0.7705623507499695, -0.703873872756958, -0.010655522346496582, -0.19338104128837585, 0.7540656328201294, 0.43240195512771606, 0.5033961534500122, -0.6397139430046082, -0.5661987066268921, -0.2247021198272705, -1.033374547958374, -0.1328047662973404, 0.24819669127464294, 0.30657410621643066, -0.13423296809196472, -0.274496853351593, -0.48740309476852417, 0.8100383877754211, 0.1478920876979828, -0.5391899347305298, 0.522077739238739, -0.30203208327293396, 0.17224794626235962, -0.6369155645370483, -0.06916859745979309, -0.6616762280464172, -0.0009068489307537675, -0.36083072423934937, -0.5737441182136536, 0.14772331714630127, 0.07017463445663452, -0.16065455973148346, 0.28808385133743286, -0.9092763662338257, -0.0010847762459889054, -0.7442213296890259, 0.379072368144989, 0.063947394490242, -0.3145086169242859, -0.017516616731882095, 1.0000383853912354, 0.7784454226493835, -0.38480427861213684, 0.7217439413070679, 0.4440048336982727, 0.1903609186410904, 0.7630516290664673, -0.18725158274173737, 0.16478201746940613, -0.5245421528816223, -0.12161135673522949, -0.8887603878974915, -1.0982946157455444, 0.7320579886436462, -0.6114248037338257, 0.36542874574661255, -0.4277862012386322, 0.25891605019569397, -0.6919258236885071, -0.038853175938129425, 0.4808600842952728, -0.05936356633901596, -0.6863948106765747, 0.5232565402984619, 0.45317476987838745, -0.20192475616931915, -0.6609034538269043, -0.5301569700241089, 0.39365944266319275, 0.6154114007949829, -0.1639041006565094, 0.06878459453582764, 0.1494106501340866, -0.544191837310791, -0.04080219939351082, -0.3869187831878662, -0.45766735076904297, 0.054223500192165375, 0.13053393363952637, -0.005750610027462244, -0.4048197865486145, -0.08680235594511032, -0.35842013359069824, -0.4656127095222473, 0.2187642753124237, 0.3011953830718994, -0.040963850915431976, -0.42599764466285706, -0.36198168992996216, -0.8881815075874329, 0.6719615459442139, 0.5370277166366577, 0.05281483381986618, 0.7555550336837769, 0.16819187998771667, -0.8014985918998718, -0.13532184064388275, -0.1760704517364502, 0.2696838974952698, -0.558805525302887, 0.13849827647209167, -0.01348501443862915, -0.06374913454055786, 0.26297885179519653, 0.25386229157447815, -0.4300556778907776, 0.9276250004768372, -0.2615278363227844, -0.359252393245697, 0.7960182428359985, 0.5974736213684082, 0.49583134055137634, 0.1650315672159195, -0.04454109072685242, 0.900709331035614, -1.1966514587402344, -0.6563170552253723, -0.7409548759460449, -0.15945658087730408, -0.43510931730270386, -0.032105475664138794, 0.6254413723945618, 0.2900991141796112, -0.13333895802497864, 0.4756399095058441, -0.5243493318557739, 0.35560303926467896, 1.0119837522506714, 0.3574865162372589, 0.34356987476348877, -0.7570232152938843, -0.2515779137611389, -0.1402430534362793, -0.9998164176940918, -0.2631379961967468, 0.8871029019355774, 0.22752627730369568, 0.8444612622261047, 0.5992544293403625, 0.6784541010856628, 0.13672225177288055, 0.25238269567489624, -0.30590274930000305, 0.39202880859375, 0.4376084804534912, -1.0401136875152588, -0.4275842308998108, 0.021418850868940353, -0.9703336954116821, -0.14227569103240967, -0.03495065122842789, -0.4261716306209564, 0.7681747674942017, 0.00016620903625153005, -0.4076714515686035, 0.7732735276222229, -0.45558348298072815, 0.7562872767448425, -0.4473648965358734, -0.026638949289917946, 0.46991023421287537, -0.7070639729499817, 0.4677428603172302, 0.12878748774528503, 0.6205843687057495, -0.015572416596114635, -0.04078608751296997, 0.7104936838150024, -0.9129167795181274, 0.2543860077857971, -0.6348401308059692, 0.22421343624591827, 0.24247002601623535, 0.516062319278717, 0.5969966650009155, 0.43712449073791504, 0.10119859874248505, -0.23920860886573792, 0.041158080101013184, -0.8241121172904968, -0.21050623059272766, 0.6975144147872925, -0.7186893224716187, -0.6864194869995117, -1.2355340719223022, 0.14438703656196594, 0.2734702229499817, 0.3893046975135803, 0.7959299087524414, 0.5714079737663269, 0.12895467877388, 0.6805251240730286, 0.9888578653335571, -0.0688563659787178, 0.9166921377182007, 0.3224477171897888, 0.09175169467926025, -0.21944889426231384, 0.7036828994750977, 0.26627933979034424, -0.24707916378974915, -0.11939773708581924, 0.20913414657115936, -0.11069433391094208, -0.5917624235153198, -0.4999074935913086, 0.3701757788658142, -0.673178493976593, -0.18303921818733215, -0.6243731379508972, -0.6043766736984253, -0.5117589831352234, 0.06927376985549927, -0.7147682905197144, 0.2397906482219696, -0.775356650352478, -0.10574892908334732, 0.04323378950357437, 0.979200541973114, -0.5893126726150513, 0.5805226564407349, -1.1218578815460205, 0.19345781207084656, -0.07949898391962051, 0.7921060919761658, 0.21395795047283173, -0.7344391942024231, -0.3975420892238617, -0.11592618376016617, -0.37299060821533203, -1.3576759099960327, 0.21404938399791718, -0.24541401863098145, 0.23093946278095245, 0.614541232585907, 0.13977064192295074, 0.5258244276046753, -0.3432639241218567, 0.7029100656509399, -0.05701715499162674, -0.7069289684295654, 0.7934492826461792, -0.5026896595954895, 0.49635353684425354, 0.9766004681587219, 0.5333837270736694, -0.7984007596969604, 0.03574076294898987, -1.0411230325698853, -0.6008694171905518, 0.3842642903327942, 0.11928936094045639, -0.0360109880566597, -0.6659563183784485, -0.05401992052793503, -0.16143807768821716, 0.6043742895126343, -1.0390695333480835, -0.785836398601532, 0.2576695680618286, 0.5277302861213684, 0.08168485760688782, -0.5653408169746399, 0.20880790054798126, -0.5444161295890808, 1.0657775402069092, 0.4510943293571472, 0.3274495601654053, 0.8406059145927429, 0.464924156665802, -0.38231635093688965, 0.09252507239580154, 0.7662690877914429, 0.6666233539581299, -0.5239795446395874, -0.29080280661582947, -0.0882747694849968, -0.9143401384353638, 0.05927532911300659, 0.11168844997882843, -0.013456118293106556, 0.908211350440979, 0.5793083310127258, 0.25397026538848877, 0.4514284133911133, -0.7264610528945923, 0.8859448432922363, -0.14954212307929993, -0.12472859770059586, -1.0677244663238525, 0.19486215710639954, -0.23984944820404053, 0.5006394982337952, 1.0061324834823608, 0.5250046849250793, -0.04763050749897957, -0.814338207244873, -0.014736352488398552, 0.6939171552658081, -0.7091122269630432, -0.17449772357940674, 0.9448534250259399, 0.38471025228500366, -1.2953053712844849, 1.106776237487793, -0.5381779670715332, -0.5603318214416504, 0.9121299982070923, 0.5229569673538208, 1.1221845149993896, -0.44204196333885193, 0.0008676409488543868, 0.2662237286567688, 0.41378432512283325, 0.5423172116279602, 1.0869640111923218, 0.4314139485359192, -0.7931069135665894, 0.8826583623886108, -0.2477608025074005, -0.40361088514328003, -0.05347595363855362, -0.4285983145236969, 0.16892175376415253, -0.440619558095932, -0.1071292906999588, -0.3444186747074127, 0.28543153405189514, -0.7072033882141113, 0.42807674407958984, -0.08385676890611649, 0.8653064966201782, -0.8553722500801086, 0.47207561135292053, 0.635469913482666, -0.33373478055000305, -0.8508189916610718, -0.26198485493659973, -0.11448459327220917, -0.6389464139938354, 0.30214741826057434, -0.4554100036621094, 0.04439941793680191, 0.09623484313488007, -0.6491506695747375, -1.17782723903656, 0.9093629121780396, -0.6396119594573975, -0.2784460186958313, 0.204640194773674, -0.11514665931463242, 0.2881167531013489, -0.2524647116661072, 0.010660974308848381, 0.41876524686813354, 0.748940110206604, 0.28446531295776367, -0.7727051377296448, -0.3694881498813629, 0.001503226114436984, -0.4447476267814636, 0.7582975625991821, -0.6002097129821777, 1.1840778589248657, -0.5563539862632751, -0.05965457111597061, 0.4438451826572418, 0.24690859019756317, 0.21076199412345886, 0.6629216074943542, 0.1442083865404129, 0.7282260060310364, 1.0701215267181396, -0.4083530306816101, 0.8811809420585632, 0.2643284201622009, 0.47430819272994995, 0.7238506078720093, -0.6487723588943481, 0.7513746619224548, 0.3181040287017822, -0.5682929754257202, 0.9228016138076782, 1.2906062602996826, -0.15699146687984467, 0.8079370260238647, 0.05136461183428764, -1.081600308418274, 0.3258340656757355, -0.2072473019361496, -0.7530061602592468, 0.3150259554386139, 0.19055840373039246, -0.6920986175537109, -0.5770313739776611, -0.24046483635902405, -0.35662850737571716, -0.11552877724170685, -0.7631734609603882, 0.6720567941665649, -0.01696975901722908, -0.510367214679718, 0.1885751187801361, 0.28775009512901306, 0.17368391156196594, -0.5235737562179565, -0.029394203796982765, -0.2282356470823288, 0.2660645842552185, -0.5670855045318604, -0.5234520435333252, 0.5724438428878784, -0.32430118322372437, -0.534325897693634, 0.18147531151771545, 0.7635872960090637, -0.16923782229423523, -0.45154109597206116, 0.3247271180152893, 0.6959532499313354, 0.1665852963924408, 0.42502766847610474, -0.23511283099651337, 0.24480564892292023, -0.08044854551553726, -0.06651552766561508, 0.2771471440792084, 0.3449169993400574, 0.22435638308525085, 0.4450135827064514, 0.4328567385673523, -0.01808718405663967, -0.10736556351184845, -0.3828197121620178, 0.4124935269355774, -0.9542787671089172, -0.5713289976119995, -0.6307113170623779, 0.2740667462348938, -0.02315370738506317, -1.0836418867111206, 0.41451725363731384, 1.4406683444976807, 1.035997748374939, -0.47563832998275757, 1.0672277212142944, -0.21818503737449646, 0.9594789743423462, 0.41483134031295776, 0.5420442819595337, -0.6030406355857849, 0.038353223353624344, -0.436441034078598, -1.0769630670547485, -0.3571631908416748, 0.45393887162208557, -0.022900555282831192, -0.3429863750934601, 0.8725719451904297, 0.5887163877487183, -0.33473557233810425, -0.11728024482727051, 0.048487067222595215, -0.02994176745414734, -0.12433888763189316, 0.514537513256073, 0.764840304851532, -0.9344296455383301, -0.10680428892374039, -0.21577732264995575, -0.638273298740387, -0.5047282576560974, -0.9632004499435425, -0.12959404289722443, -0.16037830710411072, 0.03534379601478577, -0.5662809014320374, 0.002557611558586359, 1.2083244323730469, 0.5684957504272461, -1.1113994121551514, -0.5303786993026733, 0.3371853232383728, 0.3920426666736603, -0.1874789297580719, -0.2420240193605423, 0.2984570264816284, 0.15382249653339386, -0.5908880829811096, 0.6875659227371216, 0.8089629411697388, 0.20888873934745789, 0.19554787874221802, 0.15893003344535828, -0.8229473233222961, -0.14913448691368103, 0.17440468072891235, 0.9450570344924927, -0.9398534893989563, -0.7114847898483276, -0.031685054302215576, -0.27094852924346924, -0.05765678361058235, 0.17102031409740448, -0.404634565114975, 0.5180685520172119, 0.34591421484947205, 0.4993346333503723, 0.056160420179367065, -0.05474669486284256, 0.5409551858901978, -0.9069053530693054, 0.09425950795412064, 0.41343602538108826, 0.4154113829135895, -0.4000868797302246, -0.5910201072692871, 0.6713414788246155, 1.007397174835205, -0.6594863533973694, -0.8743259310722351, -0.1984669417142868, -1.0015994310379028, 0.04189736396074295, 0.676275372505188, 0.5009530186653137, -0.4806517958641052, -0.4174495339393616, -0.5617402791976929, -0.12546758353710175, -0.13699689507484436, 0.7621606588363647, 1.1796804666519165, -0.74321049451828, 0.07975785434246063, -1.0386396646499634, 0.6594988703727722, -0.24194622039794922, -0.3457581400871277, -0.48644304275512695, 0.38328009843826294, 0.35236984491348267, 0.4404810070991516, 0.6148125529289246, 0.14084747433662415, 0.8338430523872375, 0.3126063346862793, -0.1702689826488495, 0.26989781856536865, -0.4559202194213867, -0.02893354929983616, -0.057962529361248016, 0.3101598620414734, -1.0262155532836914 ]
Realgon/roberta_sst5_padding70model
Realgon
2023-11-29T22:49:23Z
0
0
null
[ "transformers", "pytorch", "roberta", "text-classification", "generated_from_trainer", "base_model:roberta-base", "license:mit", "endpoints_compatible", "region:us" ]
2023-11-29T22:49:23Z
2023-11-29T21:28:03.000Z
null
null
--- license: mit base_model: roberta-base tags: - generated_from_trainer metrics: - accuracy model-index: - name: roberta_sst5_padding70model 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. --> # roberta_sst5_padding70model This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 3.5077 - Accuracy: 0.5462 ## 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 - num_epochs: 20 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:-----:|:---------------:|:--------:| | 1.3088 | 1.0 | 534 | 1.2556 | 0.4167 | | 1.0332 | 2.0 | 1068 | 1.0037 | 0.5593 | | 0.8699 | 3.0 | 1602 | 1.0976 | 0.5466 | | 0.7538 | 4.0 | 2136 | 1.1056 | 0.5602 | | 0.6132 | 5.0 | 2670 | 1.2243 | 0.5561 | | 0.5149 | 6.0 | 3204 | 1.4017 | 0.5475 | | 0.4092 | 7.0 | 3738 | 1.6807 | 0.5439 | | 0.3229 | 8.0 | 4272 | 1.6478 | 0.5525 | | 0.296 | 9.0 | 4806 | 1.9343 | 0.5516 | | 0.2412 | 10.0 | 5340 | 1.9477 | 0.5389 | | 0.231 | 11.0 | 5874 | 2.4445 | 0.5561 | | 0.2151 | 12.0 | 6408 | 2.6489 | 0.5566 | | 0.1803 | 13.0 | 6942 | 2.9230 | 0.5507 | | 0.1543 | 14.0 | 7476 | 3.0641 | 0.5502 | | 0.1257 | 15.0 | 8010 | 3.1964 | 0.5516 | | 0.1008 | 16.0 | 8544 | 3.2186 | 0.5548 | | 0.0865 | 17.0 | 9078 | 3.3259 | 0.5475 | | 0.065 | 18.0 | 9612 | 3.4088 | 0.5525 | | 0.067 | 19.0 | 10146 | 3.4669 | 0.5443 | | 0.0549 | 20.0 | 10680 | 3.5077 | 0.5462 | ### Framework versions - Transformers 4.32.1 - Pytorch 2.1.1 - Datasets 2.12.0 - Tokenizers 0.13.3
null
transformers
text-classification
null
null
null
null
null
null
null
null
null
Realgon/roberta_sst5_padding70model
[ -0.5998148918151855, -0.6332114934921265, 0.1907922774553299, 0.12541566789150238, -0.21349956095218658, -0.2549964189529419, -0.06181394308805466, -0.15156304836273193, 0.3676675856113434, 0.37269967794418335, -0.8231030106544495, -0.7767866253852844, -0.8057124018669128, -0.20465652644634247, -0.12242497503757477, 1.1186556816101074, 0.13670732080936432, 0.1706104278564453, -0.017429012805223465, -0.1448567658662796, -0.4210433065891266, -0.4266461730003357, -0.7412200570106506, -0.48754456639289856, 0.14772923290729523, 0.41447198390960693, 0.8588011264801025, 0.8119015097618103, 0.5607995390892029, 0.3716593086719513, -0.4962533116340637, 0.05120514705777168, -0.4623349905014038, -0.5508445501327515, 0.21350450813770294, -0.5855289101600647, -0.7047706246376038, 0.04372701048851013, 0.6573214530944824, 0.5491524934768677, -0.15986108779907227, 0.5444811582565308, 0.08387019485235214, 0.8082185387611389, -0.4099721908569336, 0.16738638281822205, -0.2613312005996704, 0.30384373664855957, -0.20758818089962006, -0.40009522438049316, -0.16696995496749878, -0.25596654415130615, 0.20075474679470062, -0.604246199131012, 0.6086204648017883, 0.0030158974695950747, 1.5625061988830566, 0.35520851612091064, -0.37137600779533386, 0.13639208674430847, -0.637718677520752, 0.7842237949371338, -0.6268908977508545, 0.2973147928714752, 0.5905194282531738, 0.2661002576351166, 0.03447914123535156, -0.7953462600708008, -0.6511954069137573, 0.25287261605262756, -0.14503107964992523, 0.27961841225624084, -0.28189438581466675, -0.26701053977012634, 0.599423348903656, 0.6087294220924377, -0.8466330766677856, 0.05336244776844978, -0.6647478342056274, -0.15080484747886658, 0.6252815127372742, 0.39192432165145874, 0.1345680058002472, -0.4882085621356964, -0.6837353706359863, -0.24704194068908691, -0.44658246636390686, 0.3861542344093323, 0.6707137227058411, 0.24706199765205383, -0.7206791639328003, 0.4726496934890747, -0.18745699524879456, 0.7737313508987427, 0.17236919701099396, -0.1875286102294922, 0.887601912021637, -0.1469455361366272, -0.48279300332069397, -0.11914122104644775, 0.7831248044967651, 0.6847870945930481, 0.07121242582798004, 0.12158002704381943, -0.08511760085821152, -0.14677837491035461, 0.3585730195045471, -0.9519425630569458, -0.3599633276462555, 0.44253602623939514, -0.642306923866272, -0.6373052597045898, 0.3100019693374634, -0.752990186214447, 0.1830928921699524, -0.44230079650878906, 0.34185147285461426, -0.43633633852005005, -0.30759623646736145, 0.11708781868219376, -0.2119636982679367, 0.3630902171134949, 0.2166886329650879, -1.0160588026046753, 0.3374179005622864, 0.5385463237762451, 0.9347501993179321, 0.09808741509914398, -0.1449403017759323, 0.00811352115124464, 0.19369810819625854, -0.47304341197013855, 0.8075190782546997, -0.1483001559972763, -0.530396044254303, -0.275320440530777, 0.4296407401561737, -0.26481011509895325, -0.42514026165008545, 0.8900107741355896, -0.3360760509967804, 0.4268110990524292, -0.2141215056180954, -0.47764715552330017, -0.2962419390678406, 0.5276725888252258, -0.7144371867179871, 1.466275691986084, 0.3279702663421631, -1.0012154579162598, 0.5961052775382996, -0.6695809364318848, 0.1317247897386551, -0.07491125911474228, -0.12613439559936523, -1.0956052541732788, -0.19404065608978271, 0.2521629333496094, 0.3883214294910431, -0.38908225297927856, 0.26503193378448486, -0.2022806704044342, -0.4448373019695282, -0.03704645857214928, -0.5473213791847229, 1.1935495138168335, 0.1632818728685379, -0.7191553115844727, 0.22498975694179535, -1.320871353149414, 0.44264519214630127, 0.2655770778656006, -0.4674912691116333, 0.0676921159029007, -0.5130458474159241, 0.34502753615379333, 0.2574065625667572, 0.2662771940231323, -0.5437021851539612, 0.2583600878715515, -0.34118151664733887, 0.47923362255096436, 0.8075286746025085, 0.09513752907514572, 0.3345336616039276, -0.7184774875640869, 0.5375961065292358, 0.3416229486465454, 0.4166204333305359, 0.24714311957359314, -0.5344556570053101, -0.9698508977890015, -0.5185666680335999, 0.2306070476770401, 0.48370587825775146, -0.1736609786748886, 0.888390839099884, -0.21651114523410797, -0.8104767203330994, -0.3716869652271271, -0.15073730051517487, 0.4805889129638672, 0.6489637494087219, 0.44489121437072754, -0.14513659477233887, -0.566580593585968, -1.1540991067886353, 0.0750298872590065, 0.0029193642549216747, 0.2505095601081848, 0.44708451628685, 0.8857664465904236, -0.17294521629810333, 0.9785621762275696, -0.6929799318313599, -0.4952980875968933, -0.15126323699951172, 0.021107759326696396, 0.5817302465438843, 0.9793097376823425, 1.0258833169937134, -0.8171991109848022, -0.495349645614624, -0.12621070444583893, -0.7972148060798645, 0.4532374441623688, -0.07551880180835724, -0.3124900758266449, 0.0589185431599617, 0.10677941888570786, -0.6891158819198608, 0.9365063905715942, 0.6851379871368408, -0.588866114616394, 0.9256379008293152, -0.5789555311203003, 0.21173879504203796, -1.3082101345062256, 0.4263199269771576, 0.03632701188325882, -0.2275342345237732, -0.4213651716709137, -0.1071171835064888, 0.17670640349388123, -0.26474639773368835, -0.3120417296886444, 0.6638064384460449, -0.4488843083381653, 0.017880214378237724, 0.05339265987277031, -0.2709488272666931, 0.06805963814258575, 0.7151839733123779, 0.13806433975696564, 1.0529190301895142, 0.7152241468429565, -0.4716329872608185, 0.2162184864282608, 0.4468722343444824, -0.6093459725379944, 0.6421321034431458, -0.8887043595314026, 0.05576524883508682, 0.04597325995564461, 0.11784723401069641, -1.0525730848312378, -0.3499932289123535, 0.3039330840110779, -0.6473329067230225, 0.23973707854747772, -0.4143722355365753, -0.17740893363952637, -0.7823951244354248, -0.3537755012512207, 0.11674331873655319, 0.5096110105514526, -0.4587356150150299, 0.49380555748939514, 0.10778938978910446, 0.2158355712890625, -0.7280905842781067, -0.9613441824913025, -0.12024369090795517, -0.29966700077056885, -0.734634280204773, 0.5349552035331726, -0.053749315440654755, 0.0039391955360770226, 0.08156122267246246, -0.07843457162380219, -0.36533495783805847, 0.03215056285262108, 0.4830678105354309, 0.37064245343208313, -0.2648412585258484, -0.13765917718410492, -0.22387555241584778, -0.5552398562431335, 0.051996540278196335, -0.09903629124164581, 0.760068953037262, -0.27827611565589905, -0.484726220369339, -0.969268262386322, -0.06357730180025101, 0.6048187017440796, -0.38457751274108887, 1.1204102039337158, 0.7180908918380737, -0.45564892888069153, -0.09064340591430664, -0.4692436754703522, -0.19407105445861816, -0.4883995056152344, 0.3946986198425293, -0.7034569382667542, -0.5263627171516418, 0.9260058999061584, -0.004709593020379543, -0.027063723653554916, 0.8826704025268555, 0.5206700563430786, -0.04891938343644142, 1.0989418029785156, 0.2984824776649475, -0.02902228757739067, 0.33904382586479187, -1.1701562404632568, 0.022648625075817108, -0.9163303375244141, -0.6006196737289429, -0.6766253113746643, -0.4462018609046936, -0.6218010187149048, -0.29174646735191345, 0.3353615701198578, 0.12101554125547409, -0.7780343294143677, 0.18118499219417572, -0.8142777681350708, 0.4190700352191925, 0.9227149486541748, 0.5298133492469788, 0.005826169159263372, -0.010674756951630116, -0.2936493754386902, -0.19753900170326233, -0.8436086773872375, -0.6013051271438599, 1.4366490840911865, 0.2755317687988281, 0.5795112252235413, 0.11476835608482361, 0.8446312546730042, 0.10603892058134079, -0.02430344559252262, -0.4343109428882599, 0.16682551801204681, 0.033130232244729996, -1.1256730556488037, -0.2814691662788391, -0.34232860803604126, -1.007758617401123, 0.3576175570487976, -0.39552053809165955, -0.8178654909133911, 0.5474110245704651, 0.3023952543735504, -0.5555447340011597, 0.6512227058410645, -0.47118622064590454, 1.1523219347000122, -0.18183568120002747, -0.5616515874862671, -0.054067254066467285, -0.720259428024292, 0.26974859833717346, 0.19984333217144012, 0.023201512172818184, -0.047303207218647, 0.2010718286037445, 0.8859637975692749, -0.8369443416595459, 0.6929827332496643, -0.29261553287506104, 0.4090626835823059, 0.3249856233596802, -0.1278136670589447, 0.727996826171875, 0.17572881281375885, -0.2093791961669922, 0.01352317538112402, 0.16063539683818817, -0.7797883749008179, -0.5185112357139587, 0.9150328636169434, -1.3088228702545166, -0.5577030777931213, -0.7873595952987671, -0.5139363408088684, 0.1826542168855667, 0.3229435682296753, 0.5459093451499939, 0.7697882652282715, 0.016524387523531914, 0.45248934626579285, 0.8068540096282959, 0.013649960979819298, 0.4394674301147461, 0.3780757188796997, 0.06189389526844025, -0.7947307825088501, 0.8585699200630188, 0.08090976625680923, 0.2139226645231247, -0.12692180275917053, 0.14273293316364288, -0.4230843484401703, -0.47083836793899536, -0.6553803086280823, 0.21949569880962372, -0.4770643711090088, -0.27975979447364807, -0.5126729011535645, -0.26795393228530884, -0.5698638558387756, -0.40234410762786865, -0.5045123100280762, -0.35159316658973694, -0.6170245409011841, -0.31622371077537537, 0.6500738263130188, 0.6387454271316528, 0.049782563000917435, 0.4705750644207001, -0.6410421133041382, -0.0665324404835701, -0.07039856165647507, 0.29355278611183167, -0.04974915832281113, -0.8608696460723877, -0.16845585405826569, -0.08244208246469498, -0.4793144166469574, -0.6765083074569702, 0.8034794926643372, -0.0714632123708725, 0.6831196546554565, 0.5899206399917603, -0.1017114445567131, 1.2441192865371704, -0.20980937778949738, 0.9353021383285522, 0.41469675302505493, -0.7501378059387207, 0.6560086607933044, -0.3377968966960907, 0.32049500942230225, 0.6987119317054749, 0.5008745789527893, -0.3621574640274048, -0.11406340450048447, -1.4607113599777222, -0.9438241720199585, 0.9433832764625549, 0.3181871473789215, 0.0019638920202851295, 0.15595577657222748, 0.40887370705604553, -0.3774641156196594, 0.1921796351671219, -0.9024454355239868, -0.6983261108398438, -0.17121613025665283, -0.23214185237884521, -0.06972132623195648, -0.24386882781982422, -0.33150115609169006, -0.5659979581832886, 0.9090585112571716, 0.1004486158490181, 0.38006341457366943, 0.24229717254638672, 0.1543569415807724, -0.1327022761106491, 0.027195164933800697, 0.8650887608528137, 0.9747754335403442, -0.5511610507965088, -0.06987644731998444, 0.18080423772335052, -0.478368878364563, 0.05154603719711304, 0.12264294922351837, -0.4212333858013153, 0.08400937914848328, 0.5140544772148132, 0.8980438113212585, 0.2851448655128479, -0.04891388490796089, 0.695338249206543, 0.09162505716085434, -0.5901133418083191, -0.7159845232963562, 0.04261882230639458, 0.008960593491792679, 0.35378435254096985, 0.39569348096847534, 0.5781386494636536, -0.022906139492988586, -0.3801817297935486, 0.19085679948329926, 0.33245161175727844, -0.7257052063941956, -0.11783347278833389, 0.9874261617660522, 0.02678150124847889, -0.2985500991344452, 0.7601156830787659, 0.0535733662545681, -0.5787023901939392, 1.1459627151489258, 0.5164886713027954, 0.6639919281005859, -0.2782442271709442, 0.022188983857631683, 1.064308762550354, 0.25306010246276855, 0.0456538200378418, 0.6658674478530884, 0.18940100073814392, -0.3336867690086365, 0.13336443901062012, -0.6969994306564331, -0.15915313363075256, 0.4167587459087372, -1.211614727973938, 0.48046067357063293, -0.5415970087051392, -0.5691537857055664, -0.10533694177865982, 0.2648616135120392, -1.0656460523605347, 0.6609535217285156, -0.2508869171142578, 1.2302377223968506, -1.0234341621398926, 0.7896707653999329, 0.6565011143684387, -0.770918071269989, -1.1969566345214844, -0.4039134681224823, 0.022385716438293457, -0.9744195938110352, 0.8056398630142212, 0.10444146394729614, 0.2982465326786041, 0.18146388232707977, -0.4715656340122223, -1.0812711715698242, 1.4596530199050903, -0.02941029518842697, -0.6417810916900635, 0.12270454317331314, 0.15236937999725342, 0.5689184665679932, -0.10092054307460785, 0.5792204141616821, 0.4196077585220337, 0.5162408947944641, 0.02957228198647499, -0.9258463978767395, 0.04188300296664238, -0.4249989092350006, 0.0874347910284996, 0.19418790936470032, -0.9639758467674255, 1.2499781847000122, -0.22198067605495453, 0.36514613032341003, 0.20070281624794006, 0.6687458157539368, 0.4639263153076172, 0.09951385855674744, 0.42834532260894775, 1.175531029701233, 0.9100136160850525, -0.4216862618923187, 1.224225640296936, -0.7477371692657471, 0.9561805725097656, 1.0920270681381226, 0.23605284094810486, 0.8540226817131042, 0.4912993609905243, -0.5035820007324219, 0.47726529836654663, 1.0092209577560425, -0.26296257972717285, 0.45200419425964355, 0.14177647233009338, -0.30930522084236145, -0.34264126420021057, 0.37390613555908203, -0.8476059436798096, 0.23609749972820282, 0.11570391058921814, -0.7315689325332642, -0.23529958724975586, -0.15751831233501434, 0.04883046820759773, -0.09095144271850586, -0.2918914556503296, 0.5731074213981628, -0.4222797453403473, -0.26228591799736023, 0.7273209691047668, 0.019630037248134613, 0.5085042715072632, -0.7554935812950134, -0.05197383463382721, -0.11932220309972763, 0.5438507199287415, -0.5785439014434814, -0.9461000561714172, 0.22664108872413635, 0.004129165783524513, -0.3584590256214142, -0.06827352195978165, 0.43844276666641235, -0.17573679983615875, -0.8222968578338623, 0.05051787197589874, 0.23545759916305542, 0.19181287288665771, 0.23963434994220734, -1.0235389471054077, -0.031187232583761215, 0.07546746730804443, -0.8215859532356262, 0.09274885803461075, 0.5152602195739746, 0.017208263278007507, 0.6578525900840759, 0.861175537109375, 0.026881486177444458, 0.22551555931568146, -0.01242073718458414, 1.2860692739486694, -0.674635112285614, -0.759920060634613, -0.6526646614074707, 0.6246702671051025, -0.29753378033638, -1.0227036476135254, 0.7740418910980225, 1.1252882480621338, 0.7969545125961304, -0.16580671072006226, 0.7347055673599243, -0.249811053276062, 0.6049119234085083, -0.5473204255104065, 0.7559599876403809, -0.7206761837005615, -0.13342855870723724, -0.11854781210422516, -0.8171109557151794, -0.381295382976532, 1.0104150772094727, -0.5979105830192566, 0.2219792753458023, 0.5738153457641602, 0.991174042224884, 0.04625215753912926, 0.06183774396777153, 0.1044730693101883, -0.0619395412504673, 0.19163836538791656, 0.457510769367218, 0.40876638889312744, -0.8404711484909058, 0.5122877955436707, -0.7155454158782959, -0.08449555188417435, -0.19295687973499298, -0.6028029322624207, -0.8723814487457275, -0.49959903955459595, -0.4925425350666046, -0.574418306350708, 0.10632848739624023, 1.0679625272750854, 1.0586987733840942, -0.7686798572540283, -0.23792919516563416, -0.15866537392139435, -0.28125491738319397, -0.26916933059692383, -0.23511669039726257, 0.9612587094306946, -0.1423942595720291, -0.9656521081924438, -0.19213040173053741, -0.16504770517349243, 0.49209660291671753, -0.21379899978637695, -0.253022700548172, -0.29726848006248474, -0.3206748962402344, 0.16686074435710907, 0.06176486238837242, -0.6779562830924988, -0.37529855966567993, -0.24315188825130463, -0.2697165608406067, 0.4045693576335907, 0.2007412165403366, -0.4865095019340515, 0.369852751493454, 0.34169670939445496, 0.3571506142616272, 0.996473491191864, 0.1489323228597641, 0.18564023077487946, -0.6449623107910156, 0.4415719211101532, 0.10492431372404099, 0.3457167148590088, 0.054236650466918945, -0.4605426490306854, 0.7651592493057251, 0.5342550873756409, -0.7266849875450134, -0.9150075912475586, -0.3243834674358368, -1.301201343536377, -0.04159979149699211, 1.0701521635055542, -0.2721143662929535, -0.6865553259849548, 0.1971375197172165, -0.30275076627731323, 0.0566091425716877, -0.27502870559692383, 0.5535550117492676, 0.8635053634643555, -0.23217275738716125, -0.05972833186388016, -0.7513601779937744, 0.617229700088501, 0.24317796528339386, -0.7612918019294739, -0.23532290756702423, 0.3104943633079529, 0.6666608452796936, 0.23618732392787933, 0.49757641553878784, -0.2640211582183838, 0.34719324111938477, 0.31541627645492554, 0.3835042119026184, -0.32235267758369446, -0.18706732988357544, -0.3192758560180664, 0.17851310968399048, 0.04597775638103485, -0.5432960391044617 ]
chrisgru/llama2-7b-test
chrisgru
2023-11-29T22:08:04Z
0
0
null
[ "gguf", "region:us" ]
2023-11-29T22:08:04Z
2023-11-29T21:28:42.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
chrisgru/llama2-7b-test
[ -0.32276472449302673, -0.22568491101264954, 0.862226128578186, 0.43461504578590393, -0.5282993912696838, 0.7012975811958313, 0.7915716171264648, 0.07618598639965057, 0.774603009223938, 0.2563214898109436, -0.7852815389633179, -0.22573868930339813, -0.9104477763175964, 0.5715674161911011, -0.3992331027984619, 0.5791248083114624, -0.1449449211359024, -0.10751152038574219, 0.2823377549648285, -0.27689558267593384, -0.5409231185913086, -0.36855199933052063, -1.1902778148651123, 0.06149216368794441, 0.5316587090492249, 0.7435144186019897, 0.7584060430526733, 0.36521655321121216, 0.6432576179504395, 0.3932289481163025, -0.23138931393623352, 0.4827057719230652, -0.041718486696481705, 0.0026036619674414396, -0.3524436354637146, -0.5516901016235352, -0.2859657406806946, 0.07584746927022934, 1.0961300134658813, 0.9666875600814819, -0.2846640646457672, 0.05330827087163925, -0.306362122297287, 0.33088892698287964, -0.4973427653312683, 0.3054090142250061, -0.02250657044351101, 0.1631881445646286, -0.7041513919830322, -0.5535348653793335, 0.01279477309435606, -0.736121654510498, 0.17926566302776337, -0.6900812387466431, 0.8269098997116089, 0.1858321726322174, 1.1533749103546143, 0.14819420874118805, -0.4624859690666199, -0.8161764144897461, -0.6538988351821899, 0.571116030216217, -0.32703715562820435, 0.3968021869659424, 0.7028237581253052, -0.04857351630926132, -0.9820331335067749, -0.6745737195014954, -0.46466225385665894, 0.2923971116542816, 0.3540284037590027, -0.34116801619529724, -0.17522068321704865, -0.3058989942073822, 0.1579199582338333, 0.12811419367790222, -0.4842001795768738, -0.5543919801712036, -0.5475159883499146, -0.39602524042129517, 0.6206656694412231, 0.348295122385025, 0.24291753768920898, -0.1888420581817627, -0.3228580057621002, 0.08801710605621338, -0.41608577966690063, 0.34025731682777405, 0.6335514783859253, 0.7114027142524719, -0.5811443328857422, 0.560215950012207, -0.049275562167167664, 0.7439709901809692, 0.11445611715316772, -0.27478140592575073, 0.41460585594177246, -0.14724664390087128, 0.055172212421894073, 0.42263492941856384, 0.3152443766593933, 0.2841310203075409, -0.32736948132514954, 0.2032228261232376, -0.3215143084526062, -0.30496200919151306, -0.2233215868473053, -0.2949065566062927, -0.3592175543308258, 0.5492296814918518, -0.33140164613723755, -0.4285547137260437, 1.1431756019592285, -0.42007699608802795, -0.7302225232124329, 0.33156436681747437, 0.40652114152908325, -0.09944787621498108, -0.3714650869369507, -0.05226089432835579, -0.8458786010742188, -0.007907187566161156, 0.7491180896759033, -0.7198967337608337, 0.3371739983558655, 0.472805917263031, 0.7417211532592773, 0.19650587439537048, -0.14034505188465118, -0.4294944405555725, 0.29719647765159607, -0.8659992218017578, 0.6320172548294067, -0.2013520449399948, -1.0051977634429932, 0.11150498688220978, 0.8971702456474304, -0.37896424531936646, -1.209486961364746, 1.0605157613754272, -0.6887930631637573, 0.1601790487766266, -0.6767614483833313, -0.14661118388175964, -0.07118485867977142, -0.00509650120511651, -0.6088155508041382, 0.7567097544670105, 0.5872675180435181, -0.4995277523994446, 0.21429450809955597, -0.2602981626987457, -0.39151421189308167, 0.3882487416267395, -0.07935473322868347, -0.21858878433704376, 0.7138336896896362, -0.6647079586982727, -0.2693282961845398, 0.29427751898765564, 0.23689357936382294, -0.35706043243408203, -0.7931927442550659, 0.08478079736232758, -0.05786224454641342, 1.5507503747940063, -0.03868852183222771, -0.3586110472679138, -0.6793839335441589, -1.1506242752075195, -0.07070792466402054, 0.6886888742446899, -0.9194992184638977, -0.27839452028274536, -0.04640956223011017, -0.2616933286190033, 0.08994937688112259, 0.7390588521957397, -1.119404911994934, 0.28327280282974243, -0.05092683434486389, -0.22794735431671143, 0.827105700969696, 0.15387210249900818, 0.247589111328125, 0.1491345316171646, 0.42958658933639526, 0.5277259349822998, 0.11115141212940216, 0.6835880279541016, -0.3472033143043518, -0.9694353342056274, 0.6154634952545166, 0.25266438722610474, 0.8121454119682312, -0.4994538426399231, 0.2685091495513916, 0.2702551782131195, -0.34096774458885193, -0.5682373046875, -0.3102836310863495, 0.09025774896144867, 0.1493055820465088, 0.11142508685588837, -0.572170615196228, -0.6576129198074341, -0.9689132571220398, -0.13590629398822784, -0.4314376711845398, -0.35715726017951965, 0.21006901562213898, 0.579290509223938, -1.1975524425506592, 0.4128872752189636, -0.7705623507499695, -0.703873872756958, -0.010655522346496582, -0.19338104128837585, 0.7540656328201294, 0.43240195512771606, 0.5033961534500122, -0.6397139430046082, -0.5661987066268921, -0.2247021198272705, -1.033374547958374, -0.1328047662973404, 0.24819669127464294, 0.30657410621643066, -0.13423296809196472, -0.274496853351593, -0.48740309476852417, 0.8100383877754211, 0.1478920876979828, -0.5391899347305298, 0.522077739238739, -0.30203208327293396, 0.17224794626235962, -0.6369155645370483, -0.06916859745979309, -0.6616762280464172, -0.0009068489307537675, -0.36083072423934937, -0.5737441182136536, 0.14772331714630127, 0.07017463445663452, -0.16065455973148346, 0.28808385133743286, -0.9092763662338257, -0.0010847762459889054, -0.7442213296890259, 0.379072368144989, 0.063947394490242, -0.3145086169242859, -0.017516616731882095, 1.0000383853912354, 0.7784454226493835, -0.38480427861213684, 0.7217439413070679, 0.4440048336982727, 0.1903609186410904, 0.7630516290664673, -0.18725158274173737, 0.16478201746940613, -0.5245421528816223, -0.12161135673522949, -0.8887603878974915, -1.0982946157455444, 0.7320579886436462, -0.6114248037338257, 0.36542874574661255, -0.4277862012386322, 0.25891605019569397, -0.6919258236885071, -0.038853175938129425, 0.4808600842952728, -0.05936356633901596, -0.6863948106765747, 0.5232565402984619, 0.45317476987838745, -0.20192475616931915, -0.6609034538269043, -0.5301569700241089, 0.39365944266319275, 0.6154114007949829, -0.1639041006565094, 0.06878459453582764, 0.1494106501340866, -0.544191837310791, -0.04080219939351082, -0.3869187831878662, -0.45766735076904297, 0.054223500192165375, 0.13053393363952637, -0.005750610027462244, -0.4048197865486145, -0.08680235594511032, -0.35842013359069824, -0.4656127095222473, 0.2187642753124237, 0.3011953830718994, -0.040963850915431976, -0.42599764466285706, -0.36198168992996216, -0.8881815075874329, 0.6719615459442139, 0.5370277166366577, 0.05281483381986618, 0.7555550336837769, 0.16819187998771667, -0.8014985918998718, -0.13532184064388275, -0.1760704517364502, 0.2696838974952698, -0.558805525302887, 0.13849827647209167, -0.01348501443862915, -0.06374913454055786, 0.26297885179519653, 0.25386229157447815, -0.4300556778907776, 0.9276250004768372, -0.2615278363227844, -0.359252393245697, 0.7960182428359985, 0.5974736213684082, 0.49583134055137634, 0.1650315672159195, -0.04454109072685242, 0.900709331035614, -1.1966514587402344, -0.6563170552253723, -0.7409548759460449, -0.15945658087730408, -0.43510931730270386, -0.032105475664138794, 0.6254413723945618, 0.2900991141796112, -0.13333895802497864, 0.4756399095058441, -0.5243493318557739, 0.35560303926467896, 1.0119837522506714, 0.3574865162372589, 0.34356987476348877, -0.7570232152938843, -0.2515779137611389, -0.1402430534362793, -0.9998164176940918, -0.2631379961967468, 0.8871029019355774, 0.22752627730369568, 0.8444612622261047, 0.5992544293403625, 0.6784541010856628, 0.13672225177288055, 0.25238269567489624, -0.30590274930000305, 0.39202880859375, 0.4376084804534912, -1.0401136875152588, -0.4275842308998108, 0.021418850868940353, -0.9703336954116821, -0.14227569103240967, -0.03495065122842789, -0.4261716306209564, 0.7681747674942017, 0.00016620903625153005, -0.4076714515686035, 0.7732735276222229, -0.45558348298072815, 0.7562872767448425, -0.4473648965358734, -0.026638949289917946, 0.46991023421287537, -0.7070639729499817, 0.4677428603172302, 0.12878748774528503, 0.6205843687057495, -0.015572416596114635, -0.04078608751296997, 0.7104936838150024, -0.9129167795181274, 0.2543860077857971, -0.6348401308059692, 0.22421343624591827, 0.24247002601623535, 0.516062319278717, 0.5969966650009155, 0.43712449073791504, 0.10119859874248505, -0.23920860886573792, 0.041158080101013184, -0.8241121172904968, -0.21050623059272766, 0.6975144147872925, -0.7186893224716187, -0.6864194869995117, -1.2355340719223022, 0.14438703656196594, 0.2734702229499817, 0.3893046975135803, 0.7959299087524414, 0.5714079737663269, 0.12895467877388, 0.6805251240730286, 0.9888578653335571, -0.0688563659787178, 0.9166921377182007, 0.3224477171897888, 0.09175169467926025, -0.21944889426231384, 0.7036828994750977, 0.26627933979034424, -0.24707916378974915, -0.11939773708581924, 0.20913414657115936, -0.11069433391094208, -0.5917624235153198, -0.4999074935913086, 0.3701757788658142, -0.673178493976593, -0.18303921818733215, -0.6243731379508972, -0.6043766736984253, -0.5117589831352234, 0.06927376985549927, -0.7147682905197144, 0.2397906482219696, -0.775356650352478, -0.10574892908334732, 0.04323378950357437, 0.979200541973114, -0.5893126726150513, 0.5805226564407349, -1.1218578815460205, 0.19345781207084656, -0.07949898391962051, 0.7921060919761658, 0.21395795047283173, -0.7344391942024231, -0.3975420892238617, -0.11592618376016617, -0.37299060821533203, -1.3576759099960327, 0.21404938399791718, -0.24541401863098145, 0.23093946278095245, 0.614541232585907, 0.13977064192295074, 0.5258244276046753, -0.3432639241218567, 0.7029100656509399, -0.05701715499162674, -0.7069289684295654, 0.7934492826461792, -0.5026896595954895, 0.49635353684425354, 0.9766004681587219, 0.5333837270736694, -0.7984007596969604, 0.03574076294898987, -1.0411230325698853, -0.6008694171905518, 0.3842642903327942, 0.11928936094045639, -0.0360109880566597, -0.6659563183784485, -0.05401992052793503, -0.16143807768821716, 0.6043742895126343, -1.0390695333480835, -0.785836398601532, 0.2576695680618286, 0.5277302861213684, 0.08168485760688782, -0.5653408169746399, 0.20880790054798126, -0.5444161295890808, 1.0657775402069092, 0.4510943293571472, 0.3274495601654053, 0.8406059145927429, 0.464924156665802, -0.38231635093688965, 0.09252507239580154, 0.7662690877914429, 0.6666233539581299, -0.5239795446395874, -0.29080280661582947, -0.0882747694849968, -0.9143401384353638, 0.05927532911300659, 0.11168844997882843, -0.013456118293106556, 0.908211350440979, 0.5793083310127258, 0.25397026538848877, 0.4514284133911133, -0.7264610528945923, 0.8859448432922363, -0.14954212307929993, -0.12472859770059586, -1.0677244663238525, 0.19486215710639954, -0.23984944820404053, 0.5006394982337952, 1.0061324834823608, 0.5250046849250793, -0.04763050749897957, -0.814338207244873, -0.014736352488398552, 0.6939171552658081, -0.7091122269630432, -0.17449772357940674, 0.9448534250259399, 0.38471025228500366, -1.2953053712844849, 1.106776237487793, -0.5381779670715332, -0.5603318214416504, 0.9121299982070923, 0.5229569673538208, 1.1221845149993896, -0.44204196333885193, 0.0008676409488543868, 0.2662237286567688, 0.41378432512283325, 0.5423172116279602, 1.0869640111923218, 0.4314139485359192, -0.7931069135665894, 0.8826583623886108, -0.2477608025074005, -0.40361088514328003, -0.05347595363855362, -0.4285983145236969, 0.16892175376415253, -0.440619558095932, -0.1071292906999588, -0.3444186747074127, 0.28543153405189514, -0.7072033882141113, 0.42807674407958984, -0.08385676890611649, 0.8653064966201782, -0.8553722500801086, 0.47207561135292053, 0.635469913482666, -0.33373478055000305, -0.8508189916610718, -0.26198485493659973, -0.11448459327220917, -0.6389464139938354, 0.30214741826057434, -0.4554100036621094, 0.04439941793680191, 0.09623484313488007, -0.6491506695747375, -1.17782723903656, 0.9093629121780396, -0.6396119594573975, -0.2784460186958313, 0.204640194773674, -0.11514665931463242, 0.2881167531013489, -0.2524647116661072, 0.010660974308848381, 0.41876524686813354, 0.748940110206604, 0.28446531295776367, -0.7727051377296448, -0.3694881498813629, 0.001503226114436984, -0.4447476267814636, 0.7582975625991821, -0.6002097129821777, 1.1840778589248657, -0.5563539862632751, -0.05965457111597061, 0.4438451826572418, 0.24690859019756317, 0.21076199412345886, 0.6629216074943542, 0.1442083865404129, 0.7282260060310364, 1.0701215267181396, -0.4083530306816101, 0.8811809420585632, 0.2643284201622009, 0.47430819272994995, 0.7238506078720093, -0.6487723588943481, 0.7513746619224548, 0.3181040287017822, -0.5682929754257202, 0.9228016138076782, 1.2906062602996826, -0.15699146687984467, 0.8079370260238647, 0.05136461183428764, -1.081600308418274, 0.3258340656757355, -0.2072473019361496, -0.7530061602592468, 0.3150259554386139, 0.19055840373039246, -0.6920986175537109, -0.5770313739776611, -0.24046483635902405, -0.35662850737571716, -0.11552877724170685, -0.7631734609603882, 0.6720567941665649, -0.01696975901722908, -0.510367214679718, 0.1885751187801361, 0.28775009512901306, 0.17368391156196594, -0.5235737562179565, -0.029394203796982765, -0.2282356470823288, 0.2660645842552185, -0.5670855045318604, -0.5234520435333252, 0.5724438428878784, -0.32430118322372437, -0.534325897693634, 0.18147531151771545, 0.7635872960090637, -0.16923782229423523, -0.45154109597206116, 0.3247271180152893, 0.6959532499313354, 0.1665852963924408, 0.42502766847610474, -0.23511283099651337, 0.24480564892292023, -0.08044854551553726, -0.06651552766561508, 0.2771471440792084, 0.3449169993400574, 0.22435638308525085, 0.4450135827064514, 0.4328567385673523, -0.01808718405663967, -0.10736556351184845, -0.3828197121620178, 0.4124935269355774, -0.9542787671089172, -0.5713289976119995, -0.6307113170623779, 0.2740667462348938, -0.02315370738506317, -1.0836418867111206, 0.41451725363731384, 1.4406683444976807, 1.035997748374939, -0.47563832998275757, 1.0672277212142944, -0.21818503737449646, 0.9594789743423462, 0.41483134031295776, 0.5420442819595337, -0.6030406355857849, 0.038353223353624344, -0.436441034078598, -1.0769630670547485, -0.3571631908416748, 0.45393887162208557, -0.022900555282831192, -0.3429863750934601, 0.8725719451904297, 0.5887163877487183, -0.33473557233810425, -0.11728024482727051, 0.048487067222595215, -0.02994176745414734, -0.12433888763189316, 0.514537513256073, 0.764840304851532, -0.9344296455383301, -0.10680428892374039, -0.21577732264995575, -0.638273298740387, -0.5047282576560974, -0.9632004499435425, -0.12959404289722443, -0.16037830710411072, 0.03534379601478577, -0.5662809014320374, 0.002557611558586359, 1.2083244323730469, 0.5684957504272461, -1.1113994121551514, -0.5303786993026733, 0.3371853232383728, 0.3920426666736603, -0.1874789297580719, -0.2420240193605423, 0.2984570264816284, 0.15382249653339386, -0.5908880829811096, 0.6875659227371216, 0.8089629411697388, 0.20888873934745789, 0.19554787874221802, 0.15893003344535828, -0.8229473233222961, -0.14913448691368103, 0.17440468072891235, 0.9450570344924927, -0.9398534893989563, -0.7114847898483276, -0.031685054302215576, -0.27094852924346924, -0.05765678361058235, 0.17102031409740448, -0.404634565114975, 0.5180685520172119, 0.34591421484947205, 0.4993346333503723, 0.056160420179367065, -0.05474669486284256, 0.5409551858901978, -0.9069053530693054, 0.09425950795412064, 0.41343602538108826, 0.4154113829135895, -0.4000868797302246, -0.5910201072692871, 0.6713414788246155, 1.007397174835205, -0.6594863533973694, -0.8743259310722351, -0.1984669417142868, -1.0015994310379028, 0.04189736396074295, 0.676275372505188, 0.5009530186653137, -0.4806517958641052, -0.4174495339393616, -0.5617402791976929, -0.12546758353710175, -0.13699689507484436, 0.7621606588363647, 1.1796804666519165, -0.74321049451828, 0.07975785434246063, -1.0386396646499634, 0.6594988703727722, -0.24194622039794922, -0.3457581400871277, -0.48644304275512695, 0.38328009843826294, 0.35236984491348267, 0.4404810070991516, 0.6148125529289246, 0.14084747433662415, 0.8338430523872375, 0.3126063346862793, -0.1702689826488495, 0.26989781856536865, -0.4559202194213867, -0.02893354929983616, -0.057962529361248016, 0.3101598620414734, -1.0262155532836914 ]
joelmgallant/corgy_dog_LoRA
joelmgallant
2023-11-29T21:29:06Z
0
0
null
[ "diffusers", "stable-diffusion-xl", "stable-diffusion-xl-diffusers", "text-to-image", "lora", "template:sd-lora", "base_model:stabilityai/stable-diffusion-xl-base-1.0", "license:openrail++", "region:us" ]
2023-11-29T21:29:06Z
2023-11-29T21:29:06.000Z
null
null
--- tags: - stable-diffusion-xl - stable-diffusion-xl-diffusers - text-to-image - diffusers - lora - template:sd-lora base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: a photo of TOK dog license: openrail++ --- # SDXL LoRA DreamBooth - joelmgallant/corgy_dog_LoRA <Gallery /> ## Model description These are joelmgallant/corgy_dog_LoRA LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were trained using [DreamBooth](https://dreambooth.github.io/). LoRA for the text encoder was enabled: False. Special VAE used for training: madebyollin/sdxl-vae-fp16-fix. ## Trigger words You should use a photo of TOK dog to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](joelmgallant/corgy_dog_LoRA/tree/main) them in the Files & versions tab.
null
diffusers
text-to-image
null
null
null
null
null
null
null
null
null
joelmgallant/corgy_dog_LoRA
[ -0.24579180777072906, -0.3817260265350342, 0.4105142056941986, 0.2703210413455963, -0.5406033396720886, 0.03709081560373306, 0.19683662056922913, -0.3206816613674164, 0.5986687541007996, 0.49045464396476746, -0.5801582336425781, -0.6687121391296387, -0.7104421257972717, -0.18536683917045593, -0.326904296875, 1.1094814538955688, -0.2732340395450592, 0.009915003553032875, 0.15780511498451233, -0.23520134389400482, -0.3102934658527374, 0.03414260968565941, -1.0439352989196777, -0.7228267192840576, 0.34459343552589417, 0.04267667233943939, 0.8286014199256897, 0.39182308316230774, 0.24517486989498138, 0.3173157274723053, 0.047153208404779434, -0.5516788959503174, -0.5984987020492554, -0.21292541921138763, 0.0017763710347935557, -0.6966695785522461, -0.7511314749717712, -0.22519497573375702, 0.6385584473609924, 0.10284703224897385, -0.36077919602394104, 0.18207593262195587, -0.2917993366718292, 0.5604311227798462, -0.7137402296066284, 0.16170737147331238, -0.5899244546890259, 0.3133828043937683, -0.101760633289814, -0.00044922440429218113, -0.33955755829811096, -0.31137654185295105, -0.37868732213974, -0.644331693649292, 0.13176031410694122, -0.06931022554636002, 1.1603448390960693, 0.41355055570602417, -0.33150580525398254, -0.3161953091621399, -0.4096885919570923, 0.5284522175788879, -0.5328790545463562, 0.32010990381240845, 0.3231638967990875, 0.296897292137146, -0.08708535134792328, -0.7546238899230957, -0.397537499666214, 0.033443909138441086, 0.34339430928230286, 0.10637156665325165, -0.24711930751800537, -0.11833889782428741, 0.4322962462902069, 0.09688964486122131, -0.3558817505836487, 0.05104098841547966, -0.6297268867492676, -0.20747026801109314, 0.9216366410255432, 0.23606231808662415, 0.3703248202800751, 0.23545730113983154, -0.4740932881832123, -0.4393099546432495, -0.5576240420341492, 0.19395364820957184, 0.3771785795688629, -0.0746120810508728, -0.5855073928833008, 0.6747118830680847, 0.22631333768367767, 0.6185832619667053, 0.46355652809143066, -0.3121945858001709, 0.8591291308403015, -0.02674912102520466, -0.2948031425476074, 0.4360606074333191, 0.7376013994216919, 0.4519428312778473, -0.17064031958580017, 0.1845611035823822, -0.4278709888458252, 0.039536964148283005, 0.20489023625850677, -1.0234955549240112, -0.18636488914489746, 0.291444331407547, -0.8189072608947754, -0.6851535439491272, -0.054751042276620865, -0.334683895111084, -0.35918015241622925, 0.290253221988678, 0.9147018790245056, -0.6121183633804321, -0.5495699048042297, 0.6000397205352783, -0.5491080284118652, 0.4357087314128876, 0.4056543707847595, -0.6665664315223694, 0.3946826457977295, -0.1511683464050293, 0.4329182505607605, 0.08533419668674469, -0.17067541182041168, -0.24253985285758972, 0.3227519989013672, -0.46629995107650757, 0.6444157958030701, -0.08427773416042328, -0.4288525879383087, -0.056597739458084106, 0.3554515540599823, -0.19068363308906555, -0.5814981460571289, 0.783357560634613, -0.7137196063995361, 0.045490458607673645, -0.1469661146402359, -0.4802720248699188, -0.42739540338516235, 0.16590099036693573, -0.7258109450340271, 1.035007357597351, 0.3624129891395569, -1.1698099374771118, 0.3272392153739929, -0.9801017045974731, -0.21751855313777924, 0.12025076150894165, 0.028119096532464027, -0.5303629040718079, 0.10908355563879013, -0.21513409912586212, 0.5371717214584351, 0.255887895822525, -0.09478401392698288, -0.2913703918457031, -0.2914411723613739, 0.13881009817123413, 0.005117823835462332, 1.0311598777770996, 0.2226632535457611, 0.06243295967578888, 0.1840023547410965, -1.4762650728225708, 0.1276497095823288, 0.7322791218757629, -0.5428646802902222, -0.30976220965385437, -0.1334133893251419, 0.29914817214012146, 0.3184557259082794, 0.48304179310798645, -0.678587019443512, -0.10802675783634186, -0.060728345066308975, 0.034043088555336, 0.4783073663711548, 0.003180644940584898, -0.07000526785850525, -0.3033614754676819, 0.5833026170730591, -0.033650100231170654, -0.05630166828632355, 0.3628532290458679, -0.2826687693595886, -0.6807361245155334, -0.23951557278633118, 0.1436685025691986, 0.4151577949523926, -0.6794369220733643, 0.7282819151878357, -0.004821260459721088, -0.7199252247810364, -0.4403441250324249, -0.07502192258834839, -0.0006112371338531375, 0.20127850770950317, -0.05456242710351944, -0.4897383451461792, -0.43386006355285645, -0.8405497074127197, 0.45251837372779846, 0.09872569143772125, 0.08001252263784409, -0.17542192339897156, 0.9024524092674255, -0.1400192677974701, 0.8367756605148315, -0.7024906873703003, -0.07281889021396637, -0.2704262137413025, 0.006501511670649052, 0.4983566701412201, 0.3270943760871887, 0.9893664717674255, -0.4006069600582123, -0.5772219300270081, -0.3211679756641388, -0.8933078050613403, -0.030355054885149002, 0.1516253501176834, -0.10200249403715134, 0.003544579027220607, 0.35404467582702637, -0.8543691635131836, 0.5383316278457642, 0.7699741721153259, -0.6021933555603027, 0.674904465675354, -0.5464661717414856, -0.07200735807418823, -1.4442352056503296, 0.07258214801549911, 0.021137529984116554, -0.6527144908905029, -0.4798453450202942, 0.07397069782018661, 0.23194241523742676, -0.090593121945858, -0.8092529773712158, 0.5689801573753357, -0.318063348531723, 0.034767989069223404, -0.4965989589691162, 0.1143728569149971, -0.013158909045159817, 0.23533765971660614, 0.31263914704322815, 0.47739091515541077, 0.7915169596672058, -0.4447045922279358, 0.4808085262775421, 0.6095697283744812, -0.48621779680252075, 0.6614489555358887, -0.7854107618331909, 0.1449367105960846, -0.1508268117904663, 0.45194414258003235, -0.6711318492889404, -0.21327875554561615, 0.5239453315734863, -0.33022356033325195, 0.43295133113861084, 0.08111488819122314, -0.48158618807792664, -0.4802227318286896, -0.6846592426300049, 0.34626784920692444, 0.7706800699234009, -0.6593106985092163, 0.15778106451034546, 0.21316905319690704, 0.11197218298912048, -0.53966224193573, -0.58722984790802, -0.13048987090587616, -0.24103842675685883, -0.7427019476890564, 0.45673641562461853, -0.3395330011844635, -0.28426897525787354, 0.08155082911252975, 0.0962916761636734, -0.15880119800567627, -0.2636188268661499, 0.36558160185813904, 0.2584386467933655, -0.314535528421402, 0.06134834885597229, 0.1168094351887703, -0.1770986020565033, 0.07797684520483017, 0.17750237882137299, 0.7140241265296936, -0.09768009930849075, -0.10547898709774017, -0.6150845885276794, -0.05902382358908653, 0.4225709140300751, 0.4163590669631958, 1.0322872400283813, 0.9049420356750488, -0.4479174017906189, -0.008556202985346317, -0.23507355153560638, 0.02614220231771469, -0.5034513473510742, 0.6379087567329407, -0.36498549580574036, -0.29932481050491333, 0.5463266372680664, 0.08863929659128189, -0.26461341977119446, 0.7701654434204102, 0.6329591870307922, -0.2263060063123703, 1.0363537073135376, 0.7689040303230286, 0.062331512570381165, 0.47571197152137756, -0.4544511139392853, -0.2489994615316391, -0.842868983745575, -0.11844193190336227, -0.31450915336608887, -0.3571723699569702, -0.04373375326395035, -0.4096564054489136, 0.13801182806491852, 0.18894393742084503, -0.6168609857559204, 0.35313788056373596, -0.2902964651584625, 0.409130722284317, 0.107884481549263, 0.22212868928909302, 0.15481500327587128, 0.12933054566383362, 0.023260077461600304, -0.0007192334160208702, -0.46300289034843445, -0.35260331630706787, 0.9693867564201355, 0.6255983114242554, 1.483712911605835, -0.2077542096376419, 0.7181902527809143, 0.2033841609954834, -0.10192225128412247, -0.5813581943511963, 0.7012855410575867, -0.01321884524077177, -0.7157189249992371, -0.13622792065143585, 0.1705789715051651, -1.1189024448394775, 0.043227195739746094, -0.4606442451477051, -0.7770717144012451, -0.10278134793043137, 0.04620203748345375, -0.22372817993164062, 0.4003673493862152, -0.5069607496261597, 0.6588572263717651, -0.41841650009155273, -0.15739333629608154, -0.3944988548755646, -0.48410049080848694, 0.2976478934288025, -0.19048245251178741, 0.02794000878930092, -0.18024806678295135, -0.27541643381118774, 0.9639939069747925, -0.6685747504234314, 0.9219021201133728, -0.4688318967819214, -0.4797216057777405, 0.23289373517036438, -0.2852623164653778, 0.9763747453689575, -0.2515579164028168, -0.224159836769104, 0.07170118391513824, 0.11167068779468536, -0.3499596118927002, -0.10791873186826706, 0.35515332221984863, -0.9638704657554626, -0.22794699668884277, -0.31508180499076843, -0.536118745803833, 0.13298393785953522, 0.12419303506612778, 0.7755435109138489, 0.03704632818698883, -0.31596314907073975, 0.16405557096004486, 0.8445693254470825, -0.31456178426742554, 0.6209514141082764, 0.6325277090072632, -0.5942047834396362, -0.48458319902420044, 0.829639196395874, 0.1484985500574112, 0.24687059223651886, 0.10537897050380707, 0.04543327912688255, -0.16223691403865814, -0.5826326608657837, -0.5507272481918335, 0.3890116214752197, -0.8891718983650208, -0.17443764209747314, -0.47602424025535583, -0.7242738604545593, -0.1096709668636322, -0.3195624053478241, -0.6871035695075989, -0.47633954882621765, -0.4975624084472656, -0.06228625029325485, 0.6348831653594971, 0.966065526008606, -0.015309175476431847, 0.6390281319618225, -0.5764529705047607, 0.3211219310760498, 0.14194610714912415, 0.42789533734321594, -0.19241052865982056, -0.5997612476348877, -0.3560848534107208, -0.1973188817501068, -0.521068274974823, -1.0159482955932617, 0.520078182220459, 0.08002422004938126, 0.46224361658096313, 0.4435563385486603, 0.13086222112178802, 0.44191157817840576, -0.19915951788425446, 0.7218844890594482, 0.7919466495513916, -0.6474385261535645, 0.6818751096725464, -0.5085196495056152, 0.24370573461055756, 0.29679906368255615, 0.35490426421165466, -0.28253501653671265, -0.11241655051708221, -0.7001367807388306, -0.680854320526123, 0.7148659229278564, 0.22782400250434875, 0.29310739040374756, 0.5031989812850952, 0.3248852491378784, 0.49047207832336426, 0.11737880855798721, -1.2269020080566406, -0.17086118459701538, -0.23519974946975708, -0.5178467035293579, 0.189919114112854, -0.1344287395477295, -0.14882947504520416, -0.35146382451057434, 1.128982663154602, -0.3501531183719635, 0.20081467926502228, -0.05880333110690117, -0.1179627999663353, -0.5528468489646912, 0.09620870649814606, 0.4292542636394501, 0.3876892328262329, -0.6161590814590454, -0.5026546120643616, 0.2841368615627289, -0.7054367065429688, 0.14479880034923553, -0.07446347177028656, -0.373778373003006, -0.055765967816114426, 0.03115089051425457, 1.2047115564346313, -0.03251121565699577, -0.4023245871067047, 0.48949480056762695, -0.32327738404273987, -0.5773048996925354, -0.5784886479377747, 0.3950673043727875, 0.35356149077415466, 0.4076893925666809, 0.12849877774715424, 0.31993454694747925, -0.16800574958324432, -0.165735125541687, -0.3524807393550873, 0.6463878154754639, -0.4651956260204315, -0.45213860273361206, 0.7127783894538879, 0.17455503344535828, -0.24354784190654755, 0.48977765440940857, -0.21977569162845612, 0.05211244896054268, 0.7537436485290527, 1.141339898109436, 0.8052063584327698, -0.09161277860403061, 0.2119443118572235, 0.5305511951446533, 0.016841912642121315, -0.33693554997444153, 0.72480309009552, 0.19083252549171448, -0.9447067379951477, 0.17345494031906128, -0.7018836736679077, -0.09605997800827026, 0.34160807728767395, -0.5547592639923096, 0.9101583361625671, -0.31700146198272705, -0.2659047245979309, -0.18431128561496735, 0.14140242338180542, -0.3597845733165741, 0.4633571207523346, 0.20646989345550537, 1.3578612804412842, -1.025589942932129, 1.2613080739974976, 0.7681030035018921, -0.411859393119812, -0.7242193222045898, -0.06557748466730118, -0.21815600991249084, -1.2730317115783691, 0.5604372024536133, 0.07667867839336395, -0.12362746894359589, 0.07291842252016068, -1.0129501819610596, -0.9381527900695801, 1.4271597862243652, 0.5094340443611145, -0.42468875646591187, 0.04355590045452118, -0.13551634550094604, 0.4430118203163147, -0.56949383020401, -0.13588178157806396, 0.036263804882764816, 0.31565025448799133, 0.41144484281539917, -0.6604918837547302, 0.12085412442684174, -0.4578864872455597, 0.04250580444931984, 0.006972935516387224, -0.9695418477058411, 0.7535895705223083, -0.3430492579936981, 0.04002102091908455, 0.2708289623260498, 0.4248279631137848, 0.46729162335395813, 0.29412201046943665, 0.6726915240287781, 0.9632534980773926, 0.6969490647315979, 0.26525023579597473, 0.8860201239585876, -0.2931751012802124, 0.48080694675445557, 1.1380361318588257, -0.49459367990493774, 1.0008351802825928, 0.5039472579956055, -0.302058607339859, 0.6852521300315857, 0.9229342937469482, -0.34990498423576355, 0.5819206833839417, 0.2028815597295761, -0.1496095210313797, -0.08116783201694489, 0.07972026616334915, -0.8142714500427246, 0.2954787313938141, 0.5686348676681519, -0.6450253129005432, -0.16002008318901062, 0.25397801399230957, -0.11175768077373505, -0.4953579008579254, -0.5178560614585876, 0.4486043155193329, 0.04759807512164116, -0.1980866938829422, 0.8414219617843628, -0.07201849669218063, 0.9577727913856506, -0.9962425231933594, 0.25525522232055664, 0.0884804055094719, 0.44058939814567566, -0.3619323670864105, -0.9781180620193481, 0.29147300124168396, -0.21478767693042755, -0.14293190836906433, 0.040633294731378555, 1.1575311422348022, -0.20805764198303223, -0.7518234252929688, 0.5128583908081055, 0.3012862205505371, 0.30388620495796204, 0.1316344141960144, -0.9131388664245605, 0.33283644914627075, 0.04093184322118759, -0.4403019845485687, 0.4054464101791382, -0.032884083688259125, -0.013130173087120056, 0.7537966370582581, -0.056656427681446075, 0.10848259180784225, 0.09265404939651489, -0.06015221029520035, 0.6993412971496582, -0.7696173787117004, -0.40399169921875, -0.4650316834449768, 0.4875854253768921, 0.03681962937116623, 0.034707412123680115, 0.5391793251037598, 0.738629937171936, 0.5303024649620056, -0.6044995188713074, 0.8989179134368896, -0.5928258895874023, -0.019232776015996933, -0.654277503490448, 1.0026423931121826, -0.8513562083244324, -0.20409689843654633, -0.12393397092819214, -0.7134818434715271, 0.20768961310386658, 0.6675534248352051, 0.31980353593826294, 0.10051281750202179, 0.7528587579727173, 0.9500648975372314, -0.1069008931517601, -0.06148967519402504, 0.5082335472106934, 0.4525454044342041, -0.1724381148815155, 0.5013543963432312, 0.5837349891662598, -0.9840271472930908, 0.534122884273529, -0.12079305201768875, -0.010944018140435219, 0.06490182131528854, -0.9390010237693787, -0.8633241653442383, -0.4967403709888458, -0.8904353380203247, -0.7501986622810364, 0.12032578885555267, 1.148314356803894, 0.9334020614624023, -0.6501708626747131, -0.3690633475780487, 0.12648504972457886, -0.09020758420228958, 0.024601321667432785, -0.14440637826919556, 0.41272324323654175, 0.03321553394198418, -0.5654289722442627, 0.08023854345083237, 0.25087782740592957, 0.5807170271873474, -0.012104562483727932, -0.5382982492446899, -0.06680572032928467, -0.006810520309954882, 0.4206761419773102, 0.25505638122558594, -0.28848135471343994, -0.18829871714115143, -0.5484820008277893, -0.1222420483827591, 0.45830100774765015, 0.12969478964805603, -0.6714233756065369, 0.05415337532758713, 0.5025590658187866, -0.061221636831760406, 0.6345740556716919, -0.3857593834400177, 0.38901275396347046, -0.7755085825920105, 0.3175104856491089, -0.2845552861690521, 0.5429951548576355, 0.219400554895401, -0.1867167055606842, 0.586567223072052, 0.37320980429649353, -0.37907862663269043, -0.4748378396034241, -0.1740865707397461, -1.422934651374817, -0.3381485342979431, 1.0786606073379517, 0.0961427316069603, -0.6119723916053772, 0.10710092633962631, -0.7408439517021179, 0.1278531402349472, -0.33766353130340576, 0.6519358158111572, 0.5931499600410461, -0.1651991456747055, -0.34122520685195923, -0.7005380988121033, 0.16154173016548157, -0.2622532248497009, -0.8379693031311035, -0.4447406828403473, 0.2381199449300766, 0.8874081969261169, 0.32915762066841125, 0.8751654624938965, -0.2641323506832123, 0.27815473079681396, 0.502336323261261, 0.5320785045623779, 0.3538684844970703, 0.312557578086853, -0.2581551969051361, 0.20371876657009125, 0.22646909952163696, -0.4856424033641815 ]
xz-huggingface-0/llama2-7b-dpo-lora-20231129-32
xz-huggingface-0
2023-11-29T21:29:54Z
0
0
null
[ "region:us" ]
2023-11-29T21:29:54Z
2023-11-29T21:29:54.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
xz-huggingface-0/llama2-7b-dpo-lora-20231129-32
[ -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 ]
Jamessjunk/KiryuCrying
Jamessjunk
2023-11-29T21:31:02Z
0
0
null
[ "license:other", "region:us" ]
2023-11-29T21:31:02Z
2023-11-29T21:30:03.000Z
null
null
--- license: other license_name: gffdfd license_link: LICENSE ---
null
null
null
null
null
null
null
null
null
null
null
null
Jamessjunk/KiryuCrying
[ -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 ]
BENBENBENb/finetune_cs_20
BENBENBENb
2023-11-29T22:20:16Z
0
0
null
[ "generated_from_trainer", "base_model:lmsys/vicuna-7b-v1.5", "license:llama2", "region:us" ]
2023-11-29T22:20:16Z
2023-11-29T21:30:45.000Z
null
null
--- license: llama2 base_model: lmsys/vicuna-7b-v1.5 tags: - generated_from_trainer model-index: - name: finetune_cs_20 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. --> # finetune_cs_20 This model is a fine-tuned version of [lmsys/vicuna-7b-v1.5](https://huggingface.co/lmsys/vicuna-7b-v1.5) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 2.9803 ## 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.0001 - train_batch_size: 4 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 5 - num_epochs: 20 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 1.7173 | 1.0 | 150 | 1.6256 | | 1.5959 | 2.0 | 300 | 1.6775 | | 0.5699 | 3.0 | 450 | 1.9236 | | 0.4921 | 4.0 | 600 | 2.1318 | | 0.3044 | 5.0 | 750 | 2.2606 | | 0.2809 | 6.0 | 900 | 2.3494 | | 0.2299 | 7.0 | 1050 | 2.4316 | | 0.2073 | 8.0 | 1200 | 2.4576 | | 0.1851 | 9.0 | 1350 | 2.4981 | | 0.1906 | 10.0 | 1500 | 2.6060 | | 0.1616 | 11.0 | 1650 | 2.6427 | | 0.1529 | 12.0 | 1800 | 2.6856 | | 0.1453 | 13.0 | 1950 | 2.7683 | | 0.1507 | 14.0 | 2100 | 2.7889 | | 0.1607 | 15.0 | 2250 | 2.8477 | | 0.1545 | 16.0 | 2400 | 2.8710 | | 0.1598 | 17.0 | 2550 | 2.8968 | | 0.1593 | 18.0 | 2700 | 2.9389 | | 0.1479 | 19.0 | 2850 | 2.9629 | | 0.1298 | 20.0 | 3000 | 2.9803 | ### Framework versions - Transformers 4.35.2 - Pytorch 2.1.0+cu121 - Datasets 2.15.0 - Tokenizers 0.15.0
null
null
null
null
null
null
null
null
null
null
null
null
BENBENBENb/finetune_cs_20
[ -0.5653572678565979, -0.6075537204742432, 0.20516347885131836, 0.092994324862957, -0.32291650772094727, -0.46077409386634827, -0.05950698256492615, -0.15373669564723969, 0.37818214297294617, 0.4311826527118683, -0.7812670469284058, -0.7220890522003174, -0.6335709691047668, -0.1827242076396942, -0.17550554871559143, 1.0463275909423828, 0.14391937851905823, 0.21048644185066223, -0.0773598775267601, -0.14218290150165558, -0.5398345589637756, -0.5030037760734558, -1.0136308670043945, -0.6001659035682678, 0.374061644077301, 0.3647575378417969, 0.8975968360900879, 0.8298518061637878, 0.5891252160072327, 0.34240585565567017, -0.40203309059143066, 0.10053256154060364, -0.49951106309890747, -0.4866538345813751, 0.1293303370475769, -0.6495016813278198, -0.6685958504676819, -0.11984510719776154, 0.7886726260185242, 0.411958247423172, -0.13640330731868744, 0.6329070329666138, 0.13176093995571136, 0.6105324625968933, -0.46663299202919006, 0.12946169078350067, -0.4231443405151367, 0.25306475162506104, -0.22940897941589355, -0.5045998692512512, -0.10545840114355087, -0.20626166462898254, -0.020165402442216873, -0.6266015768051147, 0.6440955400466919, -0.053206440061330795, 1.5544090270996094, 0.4684218764305115, -0.3211781084537506, 0.23902270197868347, -0.6900312304496765, 0.6565910577774048, -0.7715799808502197, 0.32106849551200867, 0.4824241101741791, 0.43704432249069214, -0.07102827727794647, -0.8921103477478027, -0.5559860467910767, 0.1960640251636505, -0.04668702185153961, 0.24858084321022034, -0.25847548246383667, -0.10742095112800598, 0.6395121812820435, 0.7601989507675171, -0.6656301617622375, 0.2790648639202118, -0.73720782995224, -0.23704630136489868, 0.6646023392677307, 0.6034014821052551, -0.0817849263548851, -0.3766627013683319, -0.4720439910888672, -0.18657119572162628, -0.36939817667007446, 0.34320172667503357, 0.6712093949317932, 0.35434213280677795, -0.5120304822921753, 0.5627925395965576, -0.3523147404193878, 0.8478787541389465, 0.06537685543298721, -0.15539565682411194, 0.6977249383926392, -0.0889255702495575, -0.6418514251708984, -0.026989175006747246, 0.9315981864929199, 0.7411940097808838, -0.006837636698037386, 0.22767595946788788, -0.184493750333786, -0.023452311754226685, 0.29328498244285583, -1.0024492740631104, -0.26088932156562805, 0.41615068912506104, -0.5609402060508728, -0.6910633444786072, 0.2136477828025818, -0.664573609828949, 0.0476883165538311, -0.48469215631484985, 0.5239365100860596, -0.29793766140937805, -0.28643977642059326, 0.14223329722881317, -0.11969689279794693, 0.4111221432685852, 0.12417767196893692, -0.8844701647758484, 0.3457135856151581, 0.5015106201171875, 0.9069262742996216, 0.15302357077598572, -0.2739516794681549, -0.14438867568969727, -0.027984684333205223, -0.4825840890407562, 0.7231760025024414, 0.06480693072080612, -0.36067476868629456, -0.22472330927848816, 0.4523026943206787, -0.20712976157665253, -0.543982207775116, 0.8908438086509705, -0.26737791299819946, 0.332748144865036, -0.2872312068939209, -0.5385228991508484, -0.3134201765060425, 0.4395653009414673, -0.809268057346344, 1.4463855028152466, 0.212668776512146, -0.9984732270240784, 0.5949798822402954, -0.5571452975273132, 0.17954249680042267, -0.029571348801255226, -0.1341412365436554, -1.0340412855148315, -0.07415870577096939, 0.10007675737142563, 0.5096808075904846, -0.3824191391468048, 0.36320120096206665, -0.24815604090690613, -0.6120027899742126, -0.10022933036088943, -0.6445857882499695, 1.0884578227996826, 0.21284478902816772, -0.667208731174469, 0.3536790907382965, -1.354361653327942, 0.32681119441986084, 0.37937861680984497, -0.3643016815185547, 0.040374837815761566, -0.46789732575416565, 0.3352825939655304, 0.2992238402366638, 0.2904433608055115, -0.3666152358055115, 0.3060966730117798, -0.3101363182067871, 0.3466395437717438, 0.7356388568878174, 0.16522115468978882, 0.0803239718079567, -0.5967135429382324, 0.3917303681373596, 0.2860281467437744, 0.5214105844497681, 0.29366323351860046, -0.4220677316188812, -1.0719472169876099, -0.41042041778564453, 0.13660600781440735, 0.4041087031364441, -0.31344351172447205, 0.7216311693191528, -0.1365612894296646, -0.9057673215866089, -0.5360721349716187, -0.045859094709157944, 0.3701231777667999, 0.6305314898490906, 0.44457390904426575, -0.0771828144788742, -0.6121106147766113, -1.3105512857437134, 0.04183407872915268, 0.05147507041692734, 0.15144306421279907, 0.2620511054992676, 0.7550723552703857, -0.2394840121269226, 0.8872065544128418, -0.6678840517997742, -0.4390668570995331, -0.08022137731313705, -0.145804762840271, 0.6968210339546204, 0.7915545105934143, 0.8802202939987183, -0.6440913677215576, -0.3112134039402008, -0.053051307797431946, -0.9253377914428711, 0.32313260436058044, -0.16442634165287018, -0.3428974747657776, -0.037130165845155716, 0.34485384821891785, -0.527270495891571, 0.8973936438560486, 0.5172253847122192, -0.6354485154151917, 0.9980787038803101, -0.481414794921875, 0.11607174575328827, -1.3595364093780518, 0.43679335713386536, 0.06268362700939178, -0.3534577190876007, -0.4163800776004791, 0.051513250917196274, 0.15944930911064148, -0.09124483168125153, -0.5111219882965088, 0.7285974025726318, -0.327671617269516, 0.13375569880008698, -0.12277764827013016, -0.37869399785995483, 0.04044778272509575, 0.7781640887260437, 0.15573129057884216, 0.80312180519104, 0.7848783135414124, -0.6948673725128174, 0.41444021463394165, 0.2460092306137085, -0.5810221433639526, 0.533941924571991, -0.9162759184837341, -0.033353060483932495, 0.006610798183828592, -0.10925686359405518, -0.7750384211540222, -0.31138524413108826, 0.46748700737953186, -0.4952620267868042, 0.15681776404380798, -0.2995970547199249, -0.20385758578777313, -0.660398006439209, -0.2522680163383484, 0.18794552981853485, 0.34807297587394714, -0.49021515250205994, 0.40574201941490173, -0.07866434752941132, 0.3395230770111084, -0.6944363713264465, -0.8276594281196594, -0.24839676916599274, -0.3889618515968323, -0.4856756329536438, 0.32252174615859985, 0.00523456372320652, -0.06738445907831192, 0.026321234181523323, -0.08906644582748413, -0.1738886833190918, 0.014316241256892681, 0.4703185558319092, 0.36509081721305847, -0.2235308140516281, -0.15950392186641693, -0.004134746268391609, -0.3297053277492523, 0.14909857511520386, -0.05289455130696297, 0.8783525228500366, -0.2831304669380188, -0.40219753980636597, -0.9126096367835999, -0.0755077674984932, 0.6385036110877991, -0.21758796274662018, 1.1615731716156006, 0.7735849618911743, -0.6287147998809814, 0.06429742276668549, -0.47760942578315735, -0.11300742626190186, -0.49614787101745605, 0.5777879357337952, -0.7137131690979004, -0.392782598733902, 1.0436618328094482, 0.1912875473499298, 0.21031849086284637, 1.0492122173309326, 0.6415760517120361, 0.17077162861824036, 1.0314288139343262, 0.325125128030777, 0.06352278590202332, 0.404694139957428, -1.1317646503448486, -0.20188751816749573, -0.8284645676612854, -0.6862053275108337, -0.5827164649963379, -0.3447270095348358, -0.7080478072166443, -0.14768220484256744, 0.24541674554347992, 0.16732579469680786, -0.8012104034423828, 0.31504347920417786, -0.7232471108436584, 0.34922346472740173, 0.8637458086013794, 0.5941631197929382, 0.05622553452849388, -0.041429780423641205, -0.3253258466720581, -0.037581995129585266, -0.9816519618034363, -0.48576557636260986, 1.300370454788208, 0.44069698452949524, 0.6140369772911072, -0.0266646146774292, 0.8798266053199768, 0.07405927032232285, 0.10505359619855881, -0.7319825291633606, 0.2858711779117584, 0.12068973481655121, -1.053460955619812, -0.3204846680164337, -0.5029551386833191, -1.0416594743728638, 0.4287673234939575, -0.3714996874332428, -0.759392261505127, 0.6098514199256897, 0.3237731158733368, -0.5507227778434753, 0.6345137357711792, -0.4458233416080475, 1.235705852508545, -0.1901801973581314, -0.6578672528266907, 0.02091129869222641, -0.48776015639305115, 0.3455912172794342, 0.1496894210577011, -0.05726077780127525, 0.014231926761567593, 0.22209294140338898, 1.0497223138809204, -0.8160423636436462, 0.6280468702316284, -0.19972696900367737, 0.2620735466480255, 0.4177454710006714, -0.09684081375598907, 0.5917819142341614, 0.24303075671195984, -0.2010362297296524, 0.017969680950045586, 0.27653154730796814, -0.7898819446563721, -0.5038582682609558, 0.8772644400596619, -1.2267506122589111, -0.4592009484767914, -0.6881159543991089, -0.48534074425697327, 0.21944822371006012, 0.3840547800064087, 0.8108641505241394, 0.885892927646637, -0.01459057442843914, 0.3423561751842499, 0.6384595632553101, -0.005344291217625141, 0.4002339243888855, 0.23162224888801575, -0.1362631916999817, -0.7919485569000244, 0.9055557250976562, -0.029178811237215996, 0.2973955273628235, -0.10247340798377991, 0.15356886386871338, -0.4312571883201599, -0.3511568307876587, -0.46223393082618713, 0.2620273530483246, -0.6543322801589966, -0.34865182638168335, -0.4220465421676636, -0.3738241493701935, -0.4664763808250427, -0.11688471585512161, -0.6662192940711975, -0.24939410388469696, -0.661914050579071, -0.19635847210884094, 0.4471025764942169, 0.4485890865325928, 0.09785263985395432, 0.5291441082954407, -0.5921528339385986, 0.0414438433945179, 0.03972997888922691, 0.3782258629798889, 0.03421732783317566, -0.951890230178833, -0.3524859845638275, -0.031676020473241806, -0.5049102306365967, -0.813503623008728, 0.7865341901779175, -0.06359565258026123, 0.7711003422737122, 0.7715158462524414, -0.12105600535869598, 1.1480708122253418, -0.12342968583106995, 0.7881301641464233, 0.4501657485961914, -0.5916997194290161, 0.5457380414009094, -0.26029542088508606, 0.44917431473731995, 0.6787235140800476, 0.5583451390266418, -0.3781740069389343, -0.12976782023906708, -1.3646095991134644, -0.9051766991615295, 0.816008985042572, 0.3454812467098236, -0.13628537952899933, 0.10312215238809586, 0.47282910346984863, -0.21809464693069458, 0.18393836915493011, -0.8605015873908997, -0.8363282084465027, -0.2867784798145294, -0.19453774392604828, -0.15556339919567108, -0.23267221450805664, -0.21669305860996246, -0.6830111145973206, 0.9255561232566833, 0.0011887329164892435, 0.3905525505542755, 0.34701305627822876, 0.1566869467496872, -0.07258877903223038, -0.020594902336597443, 0.663473904132843, 0.8570323586463928, -0.6835428476333618, 0.027829153463244438, 0.20134802162647247, -0.5238230228424072, -0.00041489192517474294, 0.20734480023384094, -0.3434632122516632, 0.1996280997991562, 0.3899778723716736, 1.2036796808242798, 0.1693243682384491, -0.08526662737131119, 0.4204828143119812, -0.056505706161260605, -0.49478939175605774, -0.6522918939590454, 0.08819936215877533, -0.08850511163473129, 0.3811182975769043, 0.2989122271537781, 0.40676698088645935, 0.11274879425764084, -0.4290943741798401, 0.10692869871854782, 0.32020145654678345, -0.7340071201324463, -0.08298775553703308, 1.02262544631958, -0.1329818218946457, -0.33423227071762085, 0.7040071487426758, 0.005740580148994923, -0.4448404014110565, 1.0568760633468628, 0.4030657708644867, 0.8250646591186523, -0.305976927280426, -0.04012586921453476, 1.068355679512024, 0.31972357630729675, -0.1290203034877777, 0.495233416557312, 0.22389650344848633, -0.39050552248954773, 0.08209037780761719, -0.7624111771583557, -0.17458264529705048, 0.6880031228065491, -1.3187229633331299, 0.6933766603469849, -0.419269859790802, -0.62028568983078, -0.005544326733797789, 0.3277493119239807, -1.2145050764083862, 0.6155068278312683, -0.06849931180477142, 1.222685694694519, -1.0290937423706055, 0.7624232172966003, 0.6661369204521179, -0.6282312870025635, -1.1476157903671265, -0.549996018409729, -0.1984616219997406, -0.8319820165634155, 0.42969056963920593, 0.12037142366170883, 0.3544692397117615, 0.21470773220062256, -0.5668676495552063, -0.9428285360336304, 1.417232632637024, 0.16539306938648224, -0.7664958238601685, 0.0938921570777893, 0.2298405021429062, 0.554558277130127, 0.02205083705484867, 0.625620424747467, 0.4999084174633026, 0.35981810092926025, 0.049609456211328506, -1.033402919769287, 0.06589406728744507, -0.4664618968963623, -0.021822988986968994, 0.17554913461208344, -0.9540907144546509, 1.152239441871643, -0.10016778856515884, 0.37848055362701416, 0.13337041437625885, 0.8009737730026245, 0.4902127683162689, 0.2719864249229431, 0.4243526756763458, 0.9537123441696167, 0.8487313985824585, -0.2101733535528183, 1.1549206972122192, -0.5048161745071411, 0.9094035029411316, 1.120384931564331, 0.4012101888656616, 0.7442970275878906, 0.5232141017913818, -0.3562684655189514, 0.36507248878479004, 1.122288465499878, -0.24639835953712463, 0.3594188690185547, 0.10727038234472275, -0.1574103683233261, -0.47025638818740845, 0.3069309890270233, -0.8229680061340332, 0.24942471086978912, 0.08337030559778214, -0.6581425070762634, -0.21297740936279297, -0.23523302376270294, -0.0032959089148789644, -0.2367183119058609, -0.565622091293335, 0.503497302532196, -0.2636481821537018, -0.32384830713272095, 0.9526860117912292, 0.054011404514312744, 0.5001294016838074, -0.7467840313911438, -0.0009051979286596179, -0.27735745906829834, 0.49990642070770264, -0.5542539954185486, -0.720338761806488, 0.19697979092597961, -0.09902552515268326, -0.22258248925209045, 0.2892146110534668, 0.4623298943042755, -0.19443213939666748, -0.9472708702087402, 0.03898550197482109, 0.25123777985572815, 0.27586016058921814, -0.051907945424318314, -0.8646869659423828, 0.004860572051256895, 0.017353055998682976, -0.7389591932296753, 0.09642153978347778, 0.3755494952201843, -0.09017255157232285, 0.7281908988952637, 0.6618856191635132, 0.04648749902844429, 0.31145045161247253, 0.08668800443410873, 1.2194292545318604, -0.7330020666122437, -0.7660251259803772, -0.7174215316772461, 0.5430858135223389, -0.24242329597473145, -0.9625392556190491, 0.7106560468673706, 1.2045199871063232, 0.7426439523696899, -0.15025030076503754, 0.5903732776641846, -0.06599796563386917, 0.3522954285144806, -0.5979642271995544, 0.7738620638847351, -0.8193581104278564, -0.11003104597330093, -0.19998981058597565, -1.027161955833435, -0.2234588861465454, 0.7278881072998047, -0.406185507774353, 0.05952436849474907, 0.5413925647735596, 0.9422548413276672, -0.03277793899178505, -0.11614248901605606, 0.2773374915122986, -0.0170615091919899, 0.2209470123052597, 0.5037977695465088, 0.44416090846061707, -0.9878963232040405, 0.5008527636528015, -0.8043875694274902, -0.11337229609489441, -0.1657586693763733, -0.5539013743400574, -0.9631805419921875, -0.49567240476608276, -0.4760494828224182, -0.5905495285987854, -0.05682336539030075, 1.109670639038086, 0.7706887722015381, -0.7748429775238037, -0.3458676040172577, -0.06800410151481628, -0.26667943596839905, -0.4816305935382843, -0.26387566328048706, 0.8379172682762146, -0.10333394259214401, -0.968698263168335, -0.1590542048215866, -0.403329461812973, 0.3535221219062805, -0.2828415632247925, -0.2511269748210907, -0.26051005721092224, -0.24687330424785614, 0.20696602761745453, 0.18796402215957642, -0.539394199848175, -0.20116080343723297, -0.162222757935524, -0.1781252771615982, 0.2594704031944275, 0.22203965485095978, -0.5997233390808105, 0.3385242819786072, 0.33476167917251587, 0.16797848045825958, 0.9327558875083923, 0.011844363994896412, 0.09231989830732346, -0.5836794972419739, 0.5096110701560974, 0.10292834043502808, 0.44781041145324707, 0.0640549510717392, -0.4899587631225586, 0.5674853324890137, 0.5091365575790405, -0.6041714549064636, -0.9978089928627014, -0.3230079412460327, -1.3170480728149414, 0.014627516269683838, 1.226694107055664, 0.041077978909015656, -0.614331066608429, 0.25043603777885437, -0.3285587728023529, 0.35194131731987, -0.18288125097751617, 0.5604634284973145, 0.6595607995986938, -0.05298124626278877, -0.09256969392299652, -0.7233310341835022, 0.5404329299926758, 0.14757773280143738, -0.728690505027771, -0.28086790442466736, 0.2761270999908447, 0.6163219213485718, 0.08384108543395996, 0.4843960702419281, -0.18972237408161163, 0.3599012494087219, 0.3384007513523102, 0.4410034120082855, -0.5446491241455078, -0.289505273103714, -0.3410411775112152, 0.06613470613956451, 0.08222532272338867, -0.5942414999008179 ]
LoneStriker/deepseek-llm-67b-chat-4.65bpw-h6-exl2
LoneStriker
2023-11-30T00:09:50Z
0
0
null
[ "transformers", "pytorch", "llama", "text-generation", "license:other", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T00:09:50Z
2023-11-29T21:31:10.000Z
null
null
--- license: other license_name: deepseek license_link: LICENSE --- <p align="center"> <img width="500px" alt="DeepSeek Chat" src="https://github.com/deepseek-ai/DeepSeek-LLM/blob/main/images/logo.png?raw=true"> </p> <p align="center"><a href="https://www.deepseek.com/">[🏠Homepage]</a> | <a href="https://chat.deepseek.com/">[🤖 Chat with DeepSeek LLM]</a> | <a href="https://discord.gg/Tc7c45Zzu5">[Discord]</a> | <a href="https://github.com/deepseek-ai/DeepSeek-LLM/blob/main/images/qr.jpeg">[Wechat(微信)]</a> </p> <hr> ### 1. Introduction of Deepseek LLM Introducing DeepSeek LLM, an advanced language model comprising 67 billion parameters. It has been trained from scratch on a vast dataset of 2 trillion tokens in both English and Chinese. In order to foster research, we have made DeepSeek LLM 7B/67B Base and DeepSeek LLM 7B/67B Chat open source for the research community. ### 2. Model Summary `deepseek-llm-67b-chat` is a 67B parameter model initialized from `deepseek-llm-67b-base` and fine-tuned on extra instruction data. - **Home Page:** [DeepSeek](https://deepseek.com/) - **Repository:** [deepseek-ai/deepseek-LLM](https://github.com/deepseek-ai/deepseek-LLM) - **Chat With DeepSeek LLM:** [DeepSeek-LLM](https://chat.deepseek.com/) ### 3. How to Use Here give some examples of how to use our model. #### Chat Completion ```python import torch from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig model_name = "deepseek-ai/deepseek-llm-67b-chat" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.bfloat16, device_map="auto") model.generation_config = GenerationConfig.from_pretrained(model_name) model.generation_config.pad_token_id = model.generation_config.eos_token_id messages = [ {"role": "user", "content": "Who are you?"} ] input_tensor = tokenizer.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt") outputs = model.generate(input_tensor.to(model.device), max_new_tokens=100) result = tokenizer.decode(outputs[0][input_tensor.shape[1]:], skip_special_tokens=True) print(result) ``` Avoiding the use of the provided function `apply_chat_template`, you can also interact with our model following the sample template. Note that `messages` should be replaced by your input. ``` User: {messages[0]['content']} Assistant: {messages[1]['content']}<|end▁of▁sentence|>User: {messages[2]['content']} Assistant: ``` **Note:** By default (`add_special_tokens=True`), our tokenizer automatically adds a `bos_token` (`<|begin▁of▁sentence|>`) before the input text. Additionally, since the system prompt is not compatible with this version of our models, we DO NOT RECOMMEND including the system prompt in your input. ### 4. License This code repository is licensed under the MIT License. The use of DeepSeek LLM models is subject to the Model License. DeepSeek LLM supports commercial use. See the [LICENSE-MODEL](https://github.com/deepseek-ai/deepseek-LLM/blob/main/LICENSE-MODEL) for more details. ### 5. Contact If you have any questions, please raise an issue or contact us at [service@deepseek.com](mailto:service@deepseek.com).
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
LoneStriker/deepseek-llm-67b-chat-4.65bpw-h6-exl2
[ -0.30180123448371887, -0.8337169289588928, 0.29424533247947693, 0.39080488681793213, -0.40847262740135193, -0.01735132560133934, -0.25715863704681396, -0.4699033796787262, 0.13319836556911469, 0.16286394000053406, -0.6958993077278137, -0.73323655128479, -0.6622213125228882, -0.21413449943065643, -0.12068352848291397, 0.544336199760437, 0.16464096307754517, -0.016975635662674904, 0.19373103976249695, 0.2421373724937439, -0.5506099462509155, -0.5105443000793457, -1.1286336183547974, -0.19564014673233032, 0.018584078177809715, 0.41108250617980957, 0.5041095614433289, 0.2669464647769928, 0.4277355968952179, 0.45322471857070923, -0.28583407402038574, 0.2377263307571411, -0.53072190284729, 0.09474439173936844, 0.27584052085876465, -0.3350469172000885, -0.7656564116477966, 0.08560656011104584, 0.4564586579799652, 0.39472153782844543, 0.04240647703409195, 0.035419762134552, 0.22930170595645905, 0.2709207832813263, -0.4164450764656067, 0.21216914057731628, -0.5908451080322266, 0.035085391253232956, -0.13131265342235565, 0.020412879064679146, -0.3317692279815674, -0.10132815688848495, 0.16021637618541718, -0.49012666940689087, -0.08826229721307755, -0.13601018488407135, 1.1121381521224976, -0.01377657800912857, -0.30089473724365234, -0.08397593349218369, -0.6515569090843201, 0.7075048089027405, -1.2973657846450806, 0.43623965978622437, 0.2924163043498993, 0.25593191385269165, -0.32571664452552795, -0.8570452332496643, -0.6294264197349548, -0.43637168407440186, 0.0323701836168766, 0.12962639331817627, -0.234880268573761, 0.03870014473795891, -0.01758725196123123, 0.39553868770599365, -0.43572258949279785, 0.401368111371994, -0.5844388008117676, -0.37562012672424316, 0.6283749938011169, 0.485085666179657, 0.2658688724040985, -0.2104264199733734, -0.3702682554721832, -0.10842553526163101, -0.44277864694595337, 0.14145119488239288, 0.028649790212512016, 0.19042834639549255, -0.7252441048622131, 0.5008902549743652, -0.35545581579208374, 0.5308116674423218, 0.26085102558135986, 0.016210226342082024, 0.43490147590637207, -0.5214659571647644, -0.4992339313030243, -0.1835653930902481, 1.325352430343628, 0.47447654604911804, -0.10887978971004486, 0.2578790485858917, 0.03810633718967438, -0.23949822783470154, -0.2307058423757553, -0.949920654296875, -0.07505819201469421, 0.38228046894073486, -0.5074777603149414, -0.48272615671157837, -0.1275891214609146, -0.638344407081604, -0.47473397850990295, 0.04650655388832092, 0.2378993034362793, -0.646147608757019, -0.47626692056655884, 0.18056446313858032, 0.05506516993045807, 0.4495680332183838, 0.3618960678577423, -0.7351950407028198, 0.12966862320899963, 0.5470874905586243, 0.8300476670265198, 0.10530966520309448, -0.5360402464866638, -0.1934262216091156, -0.04721403867006302, -0.283845454454422, 0.4048968553543091, -0.3895457684993744, -0.3983490765094757, -0.1559162735939026, 0.009365874342620373, 0.014479957520961761, -0.22491684556007385, 0.452073335647583, -0.33902567625045776, 0.3834317624568939, -0.008301354013383389, -0.7509478330612183, -0.07283978164196014, 0.3657929599285126, -0.2093588262796402, 0.8360977172851562, -0.24919995665550232, -0.7420738339424133, 0.30842864513397217, -0.7310084104537964, -0.28429844975471497, 0.08088916540145874, -0.18467724323272705, -0.32866331934928894, -0.09041638672351837, 0.4179702699184418, 0.883039116859436, -0.20435473322868347, 0.05626598000526428, -0.6354641914367676, -0.4026241898536682, 0.32360559701919556, -0.7108307480812073, 1.018107295036316, 0.3513250946998596, -0.5342694520950317, 0.312062531709671, -0.5934559106826782, -0.12175097316503525, 0.3232010006904602, -0.36676400899887085, -0.026218149811029434, -0.08014610409736633, -0.08837587386369705, 0.2727225422859192, 0.47292181849479675, -0.6332522034645081, 0.2674694061279297, -0.6638890504837036, 0.5277712941169739, 0.8608647584915161, 0.08143763244152069, 0.4871229827404022, -0.06290388107299805, 0.26926833391189575, 0.3126358091831207, 0.4327661097049713, -0.10401526093482971, -0.48745861649513245, -1.2088125944137573, -0.36906203627586365, 0.0728282481431961, 0.60285884141922, -0.37024185061454773, 0.8466736078262329, -0.19490788877010345, -0.7336447834968567, -0.5745932459831238, -0.01763535663485527, 0.08228748291730881, 0.3657902479171753, 0.15072953701019287, -0.12226780503988266, -0.726416289806366, -0.7507839798927307, 0.03038325347006321, -0.19497843086719513, -0.08031412959098816, 0.6178733706474304, 0.4264163076877594, -0.4279971718788147, 0.5482107996940613, -0.44590243697166443, -0.23470033705234528, -0.4342000484466553, -0.12402722239494324, 0.4571252167224884, 0.7093214988708496, 0.4768277406692505, -0.4677245616912842, -0.6385665535926819, -0.17511746287345886, -0.7743405103683472, 0.2607056200504303, -0.23843726515769958, -0.34186598658561707, 0.204829603433609, 0.5647776126861572, -0.8914534449577332, 0.6282530426979065, 0.5104347467422485, -0.7157080769538879, 0.35057541728019714, -0.18215034902095795, 0.2732250392436981, -1.5894676446914673, -0.028802713379263878, -0.16839246451854706, -0.04516113921999931, -0.5557276606559753, -0.1296677589416504, -0.20348946750164032, -0.16012312471866608, -0.7421456575393677, 0.8323612213134766, -0.31625232100486755, 0.2916852533817291, -0.09536068886518478, 0.00505026476457715, 0.03391605615615845, 0.5077919960021973, -0.09503933787345886, 0.6490275263786316, 0.949319064617157, -0.7542920708656311, 0.6606937646865845, 0.2926607131958008, -0.21989332139492035, 0.18697217106819153, -0.8877447843551636, 0.3623832166194916, 0.23926521837711334, 0.2953236699104309, -1.219364881515503, -0.09251042455434799, 0.6398072242736816, -0.7664341926574707, 0.36010104417800903, -0.1814100593328476, -0.3687504529953003, -0.37993863224983215, -0.3400050401687622, 0.10564029216766357, 0.7136984467506409, -0.34944063425064087, 0.5441879034042358, 0.28290846943855286, -0.02582031860947609, -0.5342522263526917, -0.6989516019821167, 0.21696121990680695, -0.24519389867782593, -0.8715274930000305, 0.2162853330373764, -0.12892383337020874, 0.13542421162128448, -0.1297365427017212, 0.11561967432498932, 0.022505879402160645, 0.18699291348457336, 0.4268452525138855, 0.4327622652053833, -0.209400936961174, -0.17489612102508545, -0.13610929250717163, -0.203995943069458, -0.005505525507032871, -0.27881449460983276, 1.031708002090454, -0.3737410306930542, -0.43775832653045654, -0.9543392062187195, 0.27611255645751953, 0.6657510995864868, -0.23676550388336182, 1.02339768409729, 0.7981209754943848, -0.3344487249851227, 0.39337649941444397, -0.7474806904792786, -0.3685969114303589, -0.582913875579834, 0.6738449335098267, -0.48192283511161804, -0.8352586030960083, 0.6999629735946655, 0.22633296251296997, 0.3012807071208954, 0.668402373790741, 0.7812054753303528, -0.24580179154872894, 1.025191307067871, 0.589550256729126, -0.23403097689151764, 0.5257051587104797, -0.5898995399475098, 0.05179890990257263, -0.863253116607666, -0.399097204208374, -0.28135135769844055, -0.3369603753089905, -0.5010228157043457, -0.3154228925704956, -0.0277889184653759, 0.1980859786272049, -0.5248257517814636, 0.3202616274356842, -0.5315825939178467, 0.09739035367965698, 0.6648184061050415, 0.1460907906293869, -0.022005705162882805, -0.044351521879434586, -0.27078378200531006, -0.07266900688409805, -0.6643633246421814, -0.5443812012672424, 0.994571328163147, 0.7476062774658203, 0.8193410038948059, -0.07113044708967209, 0.9762207269668579, -0.1628192514181137, 0.09537599980831146, -0.44485512375831604, 0.7796905636787415, 0.010979164391756058, -0.6869909763336182, -0.42262065410614014, -0.4755226671695709, -0.9233025908470154, 0.016655655577778816, -0.15060622990131378, -0.8845039010047913, 0.3660739064216614, 0.07612372934818268, -0.4604845345020294, 0.4086083769798279, -0.7143312692642212, 1.0165975093841553, -0.3380410075187683, -0.05538858845829964, -0.301015168428421, -0.43398386240005493, 0.2786281108856201, 0.35286927223205566, 0.043741822242736816, -0.3159243166446686, -0.018550164997577667, 0.9366209506988525, -0.484726220369339, 1.2186223268508911, -0.26740512251853943, -0.011075379326939583, 0.2411285787820816, 0.2084888517856598, 0.6210740208625793, 0.1916566789150238, 0.08049085736274719, 0.37314915657043457, -0.21177838742733002, -0.3553166389465332, -0.34066441655158997, 0.8388808369636536, -1.1656074523925781, -0.6911218762397766, -0.21757110953330994, -0.19031618535518646, -0.044507745653390884, 0.35105159878730774, 0.505719006061554, 0.18290221691131592, -0.13141651451587677, 0.31581568717956543, 0.34064751863479614, -0.6080735325813293, 0.4101981818675995, 0.559457004070282, -0.1450839340686798, -0.4465079605579376, 0.7179846167564392, -0.18783879280090332, 0.16008099913597107, 0.2593050003051758, 0.12689676880836487, -0.2717297077178955, -0.5391455292701721, -0.26246047019958496, 0.14151246845722198, -0.6070023775100708, -0.20531781017780304, -0.7654081583023071, -0.5799540281295776, -0.7777804136276245, 0.023244990035891533, -0.6764664649963379, -0.18419957160949707, -0.6201287508010864, -0.1682535856962204, 0.5659126043319702, 0.3541635572910309, -0.13217169046401978, 0.2754366993904114, -0.8418467044830322, 0.24499349296092987, 0.5104181170463562, 0.45890095829963684, 0.050539858639240265, -0.8612504601478577, -0.10600477457046509, 0.4307687282562256, -0.1654430776834488, -0.760986864566803, 0.3130095601081848, 0.19879983365535736, 0.5850877165794373, 0.4356709122657776, 0.018461817875504494, 0.8126596212387085, -0.3610462248325348, 0.8758617639541626, 0.2835266590118408, -0.947621762752533, 0.7198153734207153, -0.17712141573429108, 0.2322494238615036, 0.44125616550445557, 0.056081317365169525, -0.7621022462844849, -0.47350597381591797, -0.6574732065200806, -0.9635601043701172, 0.8258514404296875, 0.3380564749240875, 0.6532337069511414, 0.02316655032336712, 0.30100569128990173, -0.2989126145839691, -0.18213056027889252, -0.7179429531097412, -0.49932020902633667, -0.3604052662849426, -0.31954485177993774, 0.006387016270309687, -0.5192663669586182, 0.14980751276016235, -0.4107321798801422, 0.7510147094726562, 0.32578667998313904, 0.5489530563354492, 0.17384086549282074, 0.059986669570207596, 0.12986421585083008, 0.24897056818008423, 0.7086480855941772, 0.5125054717063904, -0.19293753802776337, -0.05102820321917534, 0.43764951825141907, -0.46648240089416504, 0.07115069776773453, 0.22754065692424774, -0.002293721307069063, -0.18057607114315033, 0.4742436110973358, 1.1892919540405273, 0.07581353187561035, -0.3133571743965149, 0.526266872882843, -0.39007532596588135, -0.3317956030368805, -0.3298146426677704, 0.17168118059635162, 0.477323979139328, 0.5461195111274719, 0.38365083932876587, -0.10723799467086792, -0.02080465480685234, -0.23192425072193146, 0.032921481877565384, 0.49796295166015625, -0.3609538972377777, -0.12105363607406616, 0.8107583522796631, 0.5883139371871948, -0.4508936405181885, 0.8836695551872253, -0.08742513507604599, -0.5354469418525696, 0.6488231420516968, 0.3122484087944031, 1.0682401657104492, -0.03727566450834274, 0.032518982887268066, 0.3192768692970276, 0.31010544300079346, 0.35467344522476196, 0.2307327836751938, 0.1425243765115738, -0.8427748680114746, -0.4470721185207367, -0.544494092464447, -0.10081281512975693, 0.6499302983283997, -0.10236135125160217, 0.37399211525917053, -0.5367565751075745, -0.2566870450973511, -0.026913944631814957, 0.29075005650520325, -0.9878605008125305, 0.044418446719646454, 0.4526286721229553, 1.0269118547439575, -0.6116892695426941, 0.7375419735908508, 0.6355879306793213, -0.38477256894111633, -1.134803056716919, -0.24718748033046722, -0.07009189575910568, -1.008463740348816, 0.663760781288147, 0.16739197075366974, 0.14416871964931488, 0.08343305438756943, -0.6640006303787231, -0.8719830513000488, 1.1492615938186646, 0.33827051520347595, -0.5112848281860352, 0.0022987627889961004, 0.17119967937469482, 0.24829040467739105, -0.2995913624763489, 0.4215432107448578, 0.21933729946613312, 0.4133254289627075, 0.24513962864875793, -1.0073195695877075, 0.24299946427345276, -0.4830140471458435, -0.09451711177825928, -0.25326013565063477, -0.7621825933456421, 0.8316422700881958, -0.1331261694431305, -0.19421754777431488, 0.006240020971745253, 0.9418940544128418, 0.3701670169830322, -0.03149440884590149, 0.46213579177856445, 0.3684179186820984, 0.4056570529937744, 0.018719390034675598, 0.7750014066696167, -0.4509302079677582, 0.45993074774742126, 0.977890133857727, 0.04650425165891647, 0.6299323439598083, 0.30707308650016785, -0.28699028491973877, 0.3524464964866638, 0.891098141670227, -0.17189525067806244, 0.31946325302124023, -0.08414461463689804, -0.056434210389852524, -0.3470665514469147, 0.1923595815896988, -0.6288721561431885, 0.5034374594688416, 0.375673770904541, -0.2855721712112427, -0.10255005955696106, -0.101948581635952, 0.04285086691379547, -0.5655283331871033, 0.03642712160944939, 0.7599819302558899, 0.22250449657440186, -0.2779581844806671, 0.8027640581130981, 0.2094082087278366, 1.0381886959075928, -0.6413933634757996, 0.0067089456133544445, -0.5098835229873657, 0.4182265102863312, -0.0029472713358700275, -0.6284242272377014, 0.028711454942822456, -0.1773952841758728, 0.17407198250293732, 0.07121356576681137, 0.7810950875282288, -0.2780461013317108, -0.6602845191955566, 0.19906915724277496, 0.4050089120864868, 0.281393438577652, 0.039965055882930756, -1.088874101638794, 0.27825114130973816, 0.1641959398984909, -0.6513652801513672, 0.08505219221115112, 0.40751585364341736, 0.40393975377082825, 0.8575431704521179, 0.7026060819625854, 0.014116756618022919, 0.16438814997673035, 0.09676588326692581, 0.9582349061965942, -0.6875479221343994, -0.513664722442627, -1.2744488716125488, 0.6417320370674133, -0.30614903569221497, -0.4623453617095947, 0.9098267555236816, 0.47731029987335205, 0.7093154191970825, 0.04161364957690239, 0.6125144958496094, -0.20719842612743378, 0.2888176441192627, -0.35291385650634766, 0.9417387843132019, -0.5298933982849121, 0.3942014276981354, -0.33259621262550354, -0.5817756652832031, -0.08618476986885071, 0.7494778633117676, -0.20735153555870056, 0.30494141578674316, 0.3222034275531769, 0.8756416440010071, -0.17507696151733398, -0.2997889220714569, 0.3017485439777374, 0.5624852776527405, 0.5785548090934753, 0.7838554978370667, 0.9153735637664795, -0.5415818691253662, 0.6836504340171814, -0.4232838451862335, -0.15633293986320496, -0.38359662890434265, -0.7320089936256409, -1.1949477195739746, -0.4404570758342743, -0.30549517273902893, -0.4650757312774658, -0.18554864823818207, 1.002637505531311, 1.0217208862304688, -0.8417194485664368, -0.21951016783714294, -0.19317474961280823, 0.05539945513010025, -0.011246784590184689, -0.27908462285995483, 0.5211241245269775, -0.3001863956451416, -0.7549120187759399, 0.3451244533061981, 0.028298866003751755, 0.5587435364723206, -0.26709818840026855, -0.26608705520629883, -0.2705298066139221, 0.07754837721586227, 0.28820911049842834, 0.21804551780223846, -0.7318378686904907, -0.10074248909950256, 0.23181529343128204, -0.3749901354312897, -0.0688038244843483, 0.32101210951805115, -0.6226387023925781, 0.1639823019504547, 0.49295926094055176, 0.3919215798377991, 0.7207577228546143, -0.5356676578521729, 0.5823071599006653, -0.6256930232048035, 0.4984762668609619, 0.19062432646751404, 0.39878109097480774, 0.2883971631526947, -0.5245460271835327, 0.14789345860481262, 0.1181972473859787, -0.3245032727718353, -0.7824261784553528, -0.002664899220690131, -0.7226192951202393, -0.27018219232559204, 1.1552571058273315, -0.1846839338541031, -0.006576604675501585, 0.021273735910654068, -0.4398772716522217, 0.4452499449253082, -0.4905071258544922, 0.647908091545105, 0.45724016427993774, 0.03863508626818657, -0.4436761140823364, -0.16602444648742676, 0.5161339044570923, 0.39826342463493347, -0.6348245143890381, 0.05514547601342201, 0.1323796957731247, 0.4743235111236572, -0.06245984882116318, 0.957800030708313, 0.19627320766448975, 0.16667768359184265, -0.11369538307189941, 0.18975481390953064, -0.33254629373550415, 0.09197565913200378, -0.16532163321971893, -0.19925980269908905, -0.03722955659031868, -0.5836541652679443 ]
jordandavis/domes_black_marble_table_lamp
jordandavis
2023-11-29T21:31:36Z
0
0
null
[ "region:us" ]
2023-11-29T21:31:36Z
2023-11-29T21:31:36.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
jordandavis/domes_black_marble_table_lamp
[ -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 ]
mari7944/mamont
mari7944
2023-11-29T21:33:41Z
0
0
null
[ "license:openrail", "region:us" ]
2023-11-29T21:33:41Z
2023-11-29T21:32:11.000Z
null
null
--- license: openrail ---
null
null
null
null
null
null
null
null
null
null
null
null
mari7944/mamont
[ -0.1285337656736374, -0.18616777658462524, 0.6529129147529602, 0.4943626821041107, -0.19319315254688263, 0.23607446253299713, 0.3607197403907776, 0.05056322365999222, 0.5793652534484863, 0.740013837814331, -0.6508102416992188, -0.23783965408802032, -0.7102248668670654, -0.047826047986745834, -0.3894751965999603, 0.8470761775970459, -0.09598258882761002, 0.024005092680454254, 0.04712021350860596, -0.1431782841682434, -0.6121039390563965, -0.04771730303764343, -1.052453875541687, -0.06787501275539398, 0.3002280294895172, 0.5120975971221924, 0.827589750289917, 0.39602935314178467, 0.503056526184082, 1.7515556812286377, -0.08836935460567474, -0.2275443971157074, -0.45892035961151123, 0.42230668663978577, -0.33277368545532227, -0.4213370680809021, -0.26241642236709595, -0.07449343800544739, 0.32380396127700806, 0.7903714179992676, -0.3810412287712097, 0.19328093528747559, -0.22438447177410126, 1.0082242488861084, -0.8202074766159058, 0.22630876302719116, -0.16698357462882996, 0.1405322253704071, 0.042308609932661057, -0.14591936767101288, -0.13263222575187683, -0.6440033912658691, 0.06469469517469406, -0.8995962142944336, 0.10274945944547653, -0.0446111261844635, 0.8789561986923218, 0.21909046173095703, -0.5102371573448181, -0.045977260917425156, -0.6883596181869507, 1.0972506999969482, -0.1755603700876236, 0.7615711688995361, 0.4507812559604645, 0.4528856873512268, -0.5849329829216003, -1.1782180070877075, -0.4441865086555481, -0.1357899159193039, 0.14722831547260284, 0.30556100606918335, -0.34530287981033325, -0.02234390377998352, 0.10801098495721817, 0.5610314011573792, -0.5003756284713745, -0.311959445476532, -0.9579930305480957, -0.1816491037607193, 0.6820484399795532, 0.3193082809448242, 0.8340444564819336, 0.18731512129306793, -0.7347196340560913, 0.12866295874118805, -1.323970079421997, 0.07650751620531082, 0.6465022563934326, 0.23946744203567505, -0.5545987486839294, 0.8594783544540405, -0.2858799695968628, 0.6262494325637817, 0.2728464603424072, -0.11645269393920898, 0.27842509746551514, -0.23030748963356018, -0.27350643277168274, 0.033087633550167084, 0.3459729552268982, 0.8204492330551147, 0.16248637437820435, -0.01998506486415863, -0.22123964130878448, 0.002071782946586609, 0.2684451937675476, -0.793509304523468, -0.47126707434654236, 0.1926695555448532, -0.5589528679847717, -0.09108506888151169, 0.43270206451416016, -1.0976828336715698, -0.4812982380390167, -0.1879846751689911, 0.054681554436683655, -0.5451692938804626, -0.3697948455810547, 0.07273255288600922, -0.7925416231155396, -0.12434177100658417, 0.570950984954834, -0.6230255365371704, 0.43974602222442627, 0.533625602722168, 0.7861635088920593, 0.23303896188735962, -0.2361363023519516, -0.6695019006729126, 0.48848265409469604, -0.8661869764328003, 0.3686073124408722, -0.30737805366516113, -0.8298641443252563, -0.09631048142910004, 0.5393160581588745, 0.20664846897125244, -0.6653255820274353, 0.7074047923088074, -0.5496984720230103, -0.07806544750928879, -0.43082866072654724, -0.24322004616260529, 0.1746043711900711, 0.1111542135477066, -0.6238909959793091, 0.9402235150337219, 0.5551108121871948, -0.5841100215911865, 0.31701257824897766, -0.4869507849216461, -0.6865583062171936, 0.26748132705688477, -0.008751027286052704, -0.04715227335691452, 0.3279530107975006, -0.15983974933624268, -0.002051129937171936, 0.10505765676498413, 0.008299637585878372, -0.21891678869724274, -0.4786301553249359, 0.06349936872720718, 0.15165013074874878, 1.2536835670471191, 0.4083622694015503, -0.37718820571899414, -0.13140106201171875, -1.0526150465011597, 0.02543257176876068, 0.05050146207213402, -0.42306768894195557, -0.25045642256736755, -0.1488218456506729, -0.20381581783294678, 0.43072617053985596, 0.21184739470481873, -0.8131153583526611, 0.22643616795539856, -0.20640240609645844, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.39760568737983704, -0.6625285148620605, 0.6563137769699097, 0.20761863887310028, 0.4959019422531128, 0.354042112827301, -0.3845822513103485, -0.9641586542129517, -0.4421616792678833, -0.1011740192770958, 0.297553151845932, -0.7744957208633423, 0.5847321152687073, 0.01297951489686966, -0.5836704969406128, -0.44652819633483887, -0.15488097071647644, 0.2755330204963684, -0.06606575846672058, 0.03334902226924896, -0.4049777388572693, -0.739441990852356, -1.0127897262573242, -0.13788151741027832, -0.5021387338638306, -0.21892821788787842, 0.31605881452560425, 0.261773943901062, -0.34290048480033875, 0.7610749006271362, -0.6059279441833496, -0.7040641903877258, -0.13973557949066162, -0.09959849715232849, 0.618772029876709, 0.9297670125961304, 0.749138355255127, -0.7224892377853394, -0.8973819017410278, -0.05623067170381546, -0.5420041680335999, -0.02004433423280716, 0.03814995661377907, -0.18260698020458221, -0.10514994710683823, 0.22352534532546997, -0.6100803017616272, 0.8851074576377869, 0.43224993348121643, -0.681546688079834, 0.5210590958595276, -0.44444146752357483, 0.6073804497718811, -0.8642840385437012, -0.29114919900894165, -0.16823579370975494, -0.19761183857917786, -0.709015965461731, 0.1941155642271042, -0.30022352933883667, -0.3302987515926361, -0.7474030256271362, 0.5274897813796997, -0.9497012495994568, -0.18781521916389465, -0.33672797679901123, -0.034230977296829224, 0.2580781579017639, 0.1949051469564438, -0.23560264706611633, 0.8900531530380249, 0.9160484075546265, -0.712130606174469, 0.5487276911735535, 0.39309075474739075, -0.19200125336647034, 0.7131238579750061, -0.3887738585472107, 0.05161985754966736, -0.1234491840004921, 0.14374585449695587, -1.126388669013977, -0.5611584782600403, 0.1367737054824829, -0.712703287601471, 0.17686967551708221, -0.16556859016418457, -0.09428532421588898, -0.6608467102050781, -0.33806395530700684, 0.25910091400146484, 0.4861229360103607, -0.47969967126846313, 0.6188148260116577, 0.5728040933609009, 0.02651885151863098, -0.5307406187057495, -0.7206821441650391, 0.2041812688112259, 0.03964652866125107, -0.5569696426391602, 0.3011690676212311, 0.0065436214208602905, -0.6622445583343506, -0.371124804019928, -0.2635420262813568, -0.6043856739997864, -0.22679755091667175, 0.7826986312866211, 0.11994212120771408, -0.0901225358247757, -0.20310275256633759, -0.31995368003845215, -0.06167535483837128, 0.3048742413520813, -0.07575303316116333, 0.7232834696769714, -0.3362375497817993, -0.17850087583065033, -0.8877339363098145, 0.652754545211792, 0.9970463514328003, 0.09446708112955093, 0.8066442012786865, 0.4632421135902405, -0.3564748466014862, -0.13046596944332123, -0.3535459041595459, -0.15120592713356018, -0.6857743859291077, -0.18067999184131622, -0.5322477221488953, -0.5411433577537537, 0.4053066372871399, 0.10101456940174103, -0.0021041035652160645, 0.5167047381401062, 0.2533605694770813, -0.2880687415599823, 0.7550325393676758, 1.0343408584594727, 0.1391797512769699, 0.36029160022735596, -0.28547143936157227, 0.6341595649719238, -0.8329949975013733, -0.3405216336250305, -0.45480722188949585, -0.2563585638999939, -0.3121439218521118, -0.10750845074653625, 0.5791022181510925, 0.28182169795036316, -0.4463467001914978, 0.12506814301013947, -0.599420964717865, 0.6587362289428711, 0.6273988485336304, 0.5719729065895081, 0.19973021745681763, -0.4619947671890259, 0.199829563498497, 0.048166729509830475, -0.45745593309402466, -0.40091079473495483, 0.7711145281791687, 0.2399625927209854, 0.8364024758338928, 0.20927059650421143, 0.4957774877548218, 0.33375439047813416, 0.25280579924583435, -0.6318978667259216, 0.2009800225496292, -0.22282804548740387, -1.2459611892700195, -0.20642682909965515, -0.16551321744918823, -1.0080583095550537, -0.11792092770338058, -0.18288999795913696, -0.8406620025634766, 0.26657283306121826, -0.19225645065307617, -0.6640644073486328, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.2355591058731079, -0.2817089259624481, 0.11930065602064133, -0.6889920830726624, 0.5254611968994141, 0.36671483516693115, 0.29168403148651123, -0.3796897828578949, -0.31928709149360657, 0.5068994760513306, -0.8812244534492493, 0.44081127643585205, -0.10564985871315002, 0.19428138434886932, 0.5358877778053284, 0.4153592586517334, 0.3823971152305603, 0.2869904041290283, -0.24593782424926758, -0.23415425419807434, 0.22503423690795898, -0.7581346035003662, -0.2775459885597229, 0.9095460772514343, -0.7519426941871643, -0.8586915731430054, -0.6954257488250732, -0.3064495921134949, 0.2886529564857483, 0.027814604341983795, 0.7154771685600281, 0.6456884741783142, -0.18821048736572266, 0.23776991665363312, 0.7208226323127747, -0.014694413170218468, 0.723556637763977, 0.2941119968891144, -0.4056646525859833, -0.6169788837432861, 0.718232274055481, 0.2627045810222626, 0.051626577973365784, 0.028327951207756996, 0.3058736026287079, -0.17546716332435608, -0.15078604221343994, -0.6318324208259583, -0.06395330280065536, -0.7465729713439941, -0.09279504418373108, -0.7541396617889404, -0.2507742643356323, -0.7114591598510742, -0.8068137764930725, -0.7080161571502686, -0.45604395866394043, -0.43011951446533203, -0.23352205753326416, 0.5163110494613647, 1.1627084016799927, -0.26131555438041687, 0.801105260848999, -0.8900953531265259, 0.4193631112575531, 0.49695390462875366, 0.751973032951355, -0.11061014980077744, -0.6746936440467834, -0.07836258411407471, -0.5338754653930664, -0.29485073685646057, -1.0156972408294678, 0.3177463710308075, -0.03688567876815796, 0.4053713381290436, 0.42938894033432007, 0.2519025504589081, 0.49392762780189514, -0.30073118209838867, 1.1130688190460205, 0.7274302244186401, -0.8033810257911682, 0.5195275545120239, -0.7635002136230469, 0.1612233817577362, 0.9363657236099243, 0.5447745323181152, -0.4417075514793396, -0.1511392891407013, -1.0259766578674316, -0.843137264251709, 0.5963036417961121, 0.15439943969249725, 0.016843967139720917, 0.018214236944913864, 0.03168264031410217, 0.29466384649276733, 0.35913029313087463, -0.7847291231155396, -0.8240219354629517, -0.13851124048233032, 0.2580328583717346, 0.3145606517791748, -0.1648542881011963, -0.30038711428642273, -0.611615777015686, 0.8711391687393188, 0.18286491930484772, 0.3546231985092163, 0.1207335889339447, 0.043693479150533676, -0.35506927967071533, 0.14787030220031738, 0.552299976348877, 1.2529058456420898, -0.40983331203460693, 0.36739131808280945, 0.1751261204481125, -0.654007077217102, 0.6494996547698975, -0.30363503098487854, -0.021784650161862373, 0.6203135251998901, 0.17760884761810303, 0.2852839529514313, 0.31559935212135315, -0.36214274168014526, 0.6047803163528442, -0.029422014951705933, -0.17758505046367645, -0.7005698084831238, 0.15866978466510773, 0.029350772500038147, 0.2750795781612396, 0.43920230865478516, 0.24443335831165314, 0.08246771991252899, -1.0602877140045166, 0.5711055994033813, 0.24493888020515442, -0.8676617741584778, -0.3011004328727722, 0.7047959566116333, 0.40753883123397827, -0.4759957790374756, 0.3874906301498413, 0.012702271342277527, -0.6710242033004761, 0.5987740755081177, 0.5510411858558655, 0.7569674253463745, -0.47024255990982056, 0.30880191922187805, 0.6245602369308472, 0.06711341440677643, 0.20550546050071716, 0.6923203468322754, 0.03149377182126045, -0.4473864436149597, 0.23022449016571045, -0.5986734628677368, -0.14689898490905762, 0.1373530775308609, -0.8047428131103516, 0.3515334129333496, -0.9312615394592285, -0.24089953303337097, 0.08751583844423294, 0.11761092394590378, -0.6130945682525635, 0.6674697995185852, -0.008524969220161438, 0.9280493259429932, -0.8549084663391113, 0.9626275300979614, 0.8559582233428955, -0.3183083236217499, -0.7709448337554932, -0.3355676233768463, 0.020139286294579506, -0.6660526394844055, 0.7108278274536133, -0.18973013758659363, -0.41207438707351685, -0.0932394340634346, -0.6229830384254456, -1.0003727674484253, 0.030618250370025635, 0.01741565763950348, -0.4625033140182495, 0.4454795718193054, -0.5157256722450256, 0.3289683163166046, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958451509475708, 0.2296082079410553, -0.635478138923645, -0.4466687738895416, -0.010276127606630325, -0.16682802140712738, 0.45458078384399414, -1.0710972547531128, 0.9677366614341736, -0.46525758504867554, -0.34733206033706665, 0.2706640958786011, 0.7977625131607056, 0.2538500428199768, 0.35241276025772095, 0.6219536662101746, 0.9016808271408081, 0.36450111865997314, -0.3117833435535431, 0.727674663066864, 0.2426338493824005, 0.41525399684906006, 0.7364203929901123, -0.22712205350399017, 0.5403845310211182, 0.8906415104866028, -0.7861620783805847, 0.5381765365600586, 0.7879034280776978, 0.16047382354736328, 0.7758155465126038, 0.5944146513938904, -0.6119526624679565, -0.1185942217707634, -0.14641433954238892, -0.6171560287475586, 0.1979752629995346, 0.05292631685733795, -0.11974728107452393, -0.28460127115249634, -0.13567373156547546, 0.12295068800449371, 0.28364571928977966, -0.5959329009056091, 0.6068668365478516, 0.343415766954422, -0.6328281760215759, 0.210251122713089, -0.25779563188552856, 0.6709499955177307, -0.5978156328201294, 0.027336478233337402, -0.22699348628520966, 0.41810399293899536, -0.4618743658065796, -1.007582664489746, 0.4713838994503021, -0.2920242249965668, -0.405513197183609, -0.26942428946495056, 0.80723637342453, -0.2213391214609146, -0.557286262512207, 0.3748604655265808, 0.13466599583625793, 0.41473662853240967, 0.40145963430404663, -0.5487293004989624, 0.047790005803108215, 0.13760161399841309, -0.2006179392337799, 0.36011889576911926, 0.29737281799316406, 0.2548876702785492, 0.7100130319595337, 0.5052475929260254, 0.2219872623682022, 0.2569439113140106, -0.18668612837791443, 0.8387458324432373, -0.9102796316146851, -0.8167634606361389, -0.9497333765029907, 0.3849894106388092, 0.02572767436504364, -0.8801447153091431, 0.7920306921005249, 0.7652606964111328, 0.5113963484764099, -0.4877890944480896, 0.47552838921546936, -0.3264794945716858, 0.5047137141227722, -0.13870961964130402, 1.001089334487915, -0.7607627511024475, -0.2958725690841675, -0.030553817749023438, -0.9216439723968506, -0.2533751130104065, 0.5375742316246033, 0.15408313274383545, -0.1460806429386139, 0.4385906457901001, 0.44216388463974, 0.022173259407281876, 0.25223156809806824, 0.32860997319221497, 0.06042792648077011, 0.14508457481861115, 0.5510438680648804, 1.0931141376495361, -0.4339441955089569, 0.18694783747196198, -0.4923475682735443, -0.45362505316734314, -0.4153491258621216, -0.954805850982666, -0.6640315055847168, -0.48185449838638306, -0.2973935008049011, -0.5915579199790955, 0.11726463586091995, 0.9300886392593384, 0.9018139839172363, -0.6256728172302246, -0.41243645548820496, 0.2571353018283844, 0.3029339909553528, -0.22954201698303223, -0.14626801013946533, 0.27364903688430786, -0.006407523527741432, -0.7211177349090576, 0.3930944800376892, 0.8079764246940613, 0.3887127637863159, 0.08443982899188995, -0.0721711814403534, -0.44070807099342346, 0.026101619005203247, 0.5373560190200806, 0.5729563236236572, -0.628118097782135, -0.4099644720554352, -0.532831609249115, -0.21386730670928955, 0.15529431402683258, 0.4807755947113037, -0.5166377425193787, 0.3266112804412842, 0.8128960132598877, 0.17017678916454315, 0.7187886238098145, -0.00224931538105011, 0.6678643226623535, -0.8970248699188232, 0.4446259140968323, 0.39533841609954834, 0.5681871175765991, 0.08998027443885803, -0.7339165210723877, 0.9820241928100586, 0.49674344062805176, -0.6334056258201599, -1.0034242868423462, 0.030799731612205505, -1.193114161491394, -0.3788174092769623, 0.9890842437744141, -0.09595753252506256, -0.9597457647323608, -0.3644896149635315, -0.36777186393737793, 0.07989642769098282, -0.3380975127220154, 0.3549821972846985, 0.826819658279419, -0.25380730628967285, -0.2204185426235199, -0.9505583047866821, 0.4752942621707916, 0.31025272607803345, -0.5886632204055786, -0.05114367604255676, 0.329391211271286, 0.4523688554763794, 0.3009701669216156, 0.5239557027816772, 0.10428227484226227, 0.897053062915802, 0.2520041763782501, 0.30491405725479126, -0.04526612162590027, -0.590078592300415, -0.01606651023030281, 0.26214760541915894, 0.044878602027893066, -0.686944305896759 ]
bawaa2722/PII_Hornet_NER
bawaa2722
2023-11-29T21:35:52Z
0
0
null
[ "license:mit", "region:us" ]
2023-11-29T21:35:52Z
2023-11-29T21:35:52.000Z
null
null
--- license: mit ---
null
null
null
null
null
null
null
null
null
null
null
null
bawaa2722/PII_Hornet_NER
[ -0.1285337656736374, -0.18616777658462524, 0.6529129147529602, 0.4943626821041107, -0.19319315254688263, 0.23607446253299713, 0.3607197403907776, 0.05056322365999222, 0.5793652534484863, 0.740013837814331, -0.6508102416992188, -0.23783965408802032, -0.7102248668670654, -0.047826047986745834, -0.3894751965999603, 0.8470761775970459, -0.09598258882761002, 0.024005092680454254, 0.04712021350860596, -0.1431782841682434, -0.6121039390563965, -0.04771730303764343, -1.052453875541687, -0.06787501275539398, 0.3002280294895172, 0.5120975971221924, 0.827589750289917, 0.39602935314178467, 0.503056526184082, 1.7515556812286377, -0.08836935460567474, -0.2275443971157074, -0.45892035961151123, 0.42230668663978577, -0.33277368545532227, -0.4213370680809021, -0.26241642236709595, -0.07449343800544739, 0.32380396127700806, 0.7903714179992676, -0.3810412287712097, 0.19328093528747559, -0.22438447177410126, 1.0082242488861084, -0.8202074766159058, 0.22630876302719116, -0.16698357462882996, 0.1405322253704071, 0.042308609932661057, -0.14591936767101288, -0.13263222575187683, -0.6440033912658691, 0.06469469517469406, -0.8995962142944336, 0.10274945944547653, -0.0446111261844635, 0.8789561986923218, 0.21909046173095703, -0.5102371573448181, -0.045977260917425156, -0.6883596181869507, 1.0972506999969482, -0.1755603700876236, 0.7615711688995361, 0.4507812559604645, 0.4528856873512268, -0.5849329829216003, -1.1782180070877075, -0.4441865086555481, -0.1357899159193039, 0.14722831547260284, 0.30556100606918335, -0.34530287981033325, -0.02234390377998352, 0.10801098495721817, 0.5610314011573792, -0.5003756284713745, -0.311959445476532, -0.9579930305480957, -0.1816491037607193, 0.6820484399795532, 0.3193082809448242, 0.8340444564819336, 0.18731512129306793, -0.7347196340560913, 0.12866295874118805, -1.323970079421997, 0.07650751620531082, 0.6465022563934326, 0.23946744203567505, -0.5545987486839294, 0.8594783544540405, -0.2858799695968628, 0.6262494325637817, 0.2728464603424072, -0.11645269393920898, 0.27842509746551514, -0.23030748963356018, -0.27350643277168274, 0.033087633550167084, 0.3459729552268982, 0.8204492330551147, 0.16248637437820435, -0.01998506486415863, -0.22123964130878448, 0.002071782946586609, 0.2684451937675476, -0.793509304523468, -0.47126707434654236, 0.1926695555448532, -0.5589528679847717, -0.09108506888151169, 0.43270206451416016, -1.0976828336715698, -0.4812982380390167, -0.1879846751689911, 0.054681554436683655, -0.5451692938804626, -0.3697948455810547, 0.07273255288600922, -0.7925416231155396, -0.12434177100658417, 0.570950984954834, -0.6230255365371704, 0.43974602222442627, 0.533625602722168, 0.7861635088920593, 0.23303896188735962, -0.2361363023519516, -0.6695019006729126, 0.48848265409469604, -0.8661869764328003, 0.3686073124408722, -0.30737805366516113, -0.8298641443252563, -0.09631048142910004, 0.5393160581588745, 0.20664846897125244, -0.6653255820274353, 0.7074047923088074, -0.5496984720230103, -0.07806544750928879, -0.43082866072654724, -0.24322004616260529, 0.1746043711900711, 0.1111542135477066, -0.6238909959793091, 0.9402235150337219, 0.5551108121871948, -0.5841100215911865, 0.31701257824897766, -0.4869507849216461, -0.6865583062171936, 0.26748132705688477, -0.008751027286052704, -0.04715227335691452, 0.3279530107975006, -0.15983974933624268, -0.002051129937171936, 0.10505765676498413, 0.008299637585878372, -0.21891678869724274, -0.4786301553249359, 0.06349936872720718, 0.15165013074874878, 1.2536835670471191, 0.4083622694015503, -0.37718820571899414, -0.13140106201171875, -1.0526150465011597, 0.02543257176876068, 0.05050146207213402, -0.42306768894195557, -0.25045642256736755, -0.1488218456506729, -0.20381581783294678, 0.43072617053985596, 0.21184739470481873, -0.8131153583526611, 0.22643616795539856, -0.20640240609645844, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.39760568737983704, -0.6625285148620605, 0.6563137769699097, 0.20761863887310028, 0.4959019422531128, 0.354042112827301, -0.3845822513103485, -0.9641586542129517, -0.4421616792678833, -0.1011740192770958, 0.297553151845932, -0.7744957208633423, 0.5847321152687073, 0.01297951489686966, -0.5836704969406128, -0.44652819633483887, -0.15488097071647644, 0.2755330204963684, -0.06606575846672058, 0.03334902226924896, -0.4049777388572693, -0.739441990852356, -1.0127897262573242, -0.13788151741027832, -0.5021387338638306, -0.21892821788787842, 0.31605881452560425, 0.261773943901062, -0.34290048480033875, 0.7610749006271362, -0.6059279441833496, -0.7040641903877258, -0.13973557949066162, -0.09959849715232849, 0.618772029876709, 0.9297670125961304, 0.749138355255127, -0.7224892377853394, -0.8973819017410278, -0.05623067170381546, -0.5420041680335999, -0.02004433423280716, 0.03814995661377907, -0.18260698020458221, -0.10514994710683823, 0.22352534532546997, -0.6100803017616272, 0.8851074576377869, 0.43224993348121643, -0.681546688079834, 0.5210590958595276, -0.44444146752357483, 0.6073804497718811, -0.8642840385437012, -0.29114919900894165, -0.16823579370975494, -0.19761183857917786, -0.709015965461731, 0.1941155642271042, -0.30022352933883667, -0.3302987515926361, -0.7474030256271362, 0.5274897813796997, -0.9497012495994568, -0.18781521916389465, -0.33672797679901123, -0.034230977296829224, 0.2580781579017639, 0.1949051469564438, -0.23560264706611633, 0.8900531530380249, 0.9160484075546265, -0.712130606174469, 0.5487276911735535, 0.39309075474739075, -0.19200125336647034, 0.7131238579750061, -0.3887738585472107, 0.05161985754966736, -0.1234491840004921, 0.14374585449695587, -1.126388669013977, -0.5611584782600403, 0.1367737054824829, -0.712703287601471, 0.17686967551708221, -0.16556859016418457, -0.09428532421588898, -0.6608467102050781, -0.33806395530700684, 0.25910091400146484, 0.4861229360103607, -0.47969967126846313, 0.6188148260116577, 0.5728040933609009, 0.02651885151863098, -0.5307406187057495, -0.7206821441650391, 0.2041812688112259, 0.03964652866125107, -0.5569696426391602, 0.3011690676212311, 0.0065436214208602905, -0.6622445583343506, -0.371124804019928, -0.2635420262813568, -0.6043856739997864, -0.22679755091667175, 0.7826986312866211, 0.11994212120771408, -0.0901225358247757, -0.20310275256633759, -0.31995368003845215, -0.06167535483837128, 0.3048742413520813, -0.07575303316116333, 0.7232834696769714, -0.3362375497817993, -0.17850087583065033, -0.8877339363098145, 0.652754545211792, 0.9970463514328003, 0.09446708112955093, 0.8066442012786865, 0.4632421135902405, -0.3564748466014862, -0.13046596944332123, -0.3535459041595459, -0.15120592713356018, -0.6857743859291077, -0.18067999184131622, -0.5322477221488953, -0.5411433577537537, 0.4053066372871399, 0.10101456940174103, -0.0021041035652160645, 0.5167047381401062, 0.2533605694770813, -0.2880687415599823, 0.7550325393676758, 1.0343408584594727, 0.1391797512769699, 0.36029160022735596, -0.28547143936157227, 0.6341595649719238, -0.8329949975013733, -0.3405216336250305, -0.45480722188949585, -0.2563585638999939, -0.3121439218521118, -0.10750845074653625, 0.5791022181510925, 0.28182169795036316, -0.4463467001914978, 0.12506814301013947, -0.599420964717865, 0.6587362289428711, 0.6273988485336304, 0.5719729065895081, 0.19973021745681763, -0.4619947671890259, 0.199829563498497, 0.048166729509830475, -0.45745593309402466, -0.40091079473495483, 0.7711145281791687, 0.2399625927209854, 0.8364024758338928, 0.20927059650421143, 0.4957774877548218, 0.33375439047813416, 0.25280579924583435, -0.6318978667259216, 0.2009800225496292, -0.22282804548740387, -1.2459611892700195, -0.20642682909965515, -0.16551321744918823, -1.0080583095550537, -0.11792092770338058, -0.18288999795913696, -0.8406620025634766, 0.26657283306121826, -0.19225645065307617, -0.6640644073486328, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.2355591058731079, -0.2817089259624481, 0.11930065602064133, -0.6889920830726624, 0.5254611968994141, 0.36671483516693115, 0.29168403148651123, -0.3796897828578949, -0.31928709149360657, 0.5068994760513306, -0.8812244534492493, 0.44081127643585205, -0.10564985871315002, 0.19428138434886932, 0.5358877778053284, 0.4153592586517334, 0.3823971152305603, 0.2869904041290283, -0.24593782424926758, -0.23415425419807434, 0.22503423690795898, -0.7581346035003662, -0.2775459885597229, 0.9095460772514343, -0.7519426941871643, -0.8586915731430054, -0.6954257488250732, -0.3064495921134949, 0.2886529564857483, 0.027814604341983795, 0.7154771685600281, 0.6456884741783142, -0.18821048736572266, 0.23776991665363312, 0.7208226323127747, -0.014694413170218468, 0.723556637763977, 0.2941119968891144, -0.4056646525859833, -0.6169788837432861, 0.718232274055481, 0.2627045810222626, 0.051626577973365784, 0.028327951207756996, 0.3058736026287079, -0.17546716332435608, -0.15078604221343994, -0.6318324208259583, -0.06395330280065536, -0.7465729713439941, -0.09279504418373108, -0.7541396617889404, -0.2507742643356323, -0.7114591598510742, -0.8068137764930725, -0.7080161571502686, -0.45604395866394043, -0.43011951446533203, -0.23352205753326416, 0.5163110494613647, 1.1627084016799927, -0.26131555438041687, 0.801105260848999, -0.8900953531265259, 0.4193631112575531, 0.49695390462875366, 0.751973032951355, -0.11061014980077744, -0.6746936440467834, -0.07836258411407471, -0.5338754653930664, -0.29485073685646057, -1.0156972408294678, 0.3177463710308075, -0.03688567876815796, 0.4053713381290436, 0.42938894033432007, 0.2519025504589081, 0.49392762780189514, -0.30073118209838867, 1.1130688190460205, 0.7274302244186401, -0.8033810257911682, 0.5195275545120239, -0.7635002136230469, 0.1612233817577362, 0.9363657236099243, 0.5447745323181152, -0.4417075514793396, -0.1511392891407013, -1.0259766578674316, -0.843137264251709, 0.5963036417961121, 0.15439943969249725, 0.016843967139720917, 0.018214236944913864, 0.03168264031410217, 0.29466384649276733, 0.35913029313087463, -0.7847291231155396, -0.8240219354629517, -0.13851124048233032, 0.2580328583717346, 0.3145606517791748, -0.1648542881011963, -0.30038711428642273, -0.611615777015686, 0.8711391687393188, 0.18286491930484772, 0.3546231985092163, 0.1207335889339447, 0.043693479150533676, -0.35506927967071533, 0.14787030220031738, 0.552299976348877, 1.2529058456420898, -0.40983331203460693, 0.36739131808280945, 0.1751261204481125, -0.654007077217102, 0.6494996547698975, -0.30363503098487854, -0.021784650161862373, 0.6203135251998901, 0.17760884761810303, 0.2852839529514313, 0.31559935212135315, -0.36214274168014526, 0.6047803163528442, -0.029422014951705933, -0.17758505046367645, -0.7005698084831238, 0.15866978466510773, 0.029350772500038147, 0.2750795781612396, 0.43920230865478516, 0.24443335831165314, 0.08246771991252899, -1.0602877140045166, 0.5711055994033813, 0.24493888020515442, -0.8676617741584778, -0.3011004328727722, 0.7047959566116333, 0.40753883123397827, -0.4759957790374756, 0.3874906301498413, 0.012702271342277527, -0.6710242033004761, 0.5987740755081177, 0.5510411858558655, 0.7569674253463745, -0.47024255990982056, 0.30880191922187805, 0.6245602369308472, 0.06711341440677643, 0.20550546050071716, 0.6923203468322754, 0.03149377182126045, -0.4473864436149597, 0.23022449016571045, -0.5986734628677368, -0.14689898490905762, 0.1373530775308609, -0.8047428131103516, 0.3515334129333496, -0.9312615394592285, -0.24089953303337097, 0.08751583844423294, 0.11761092394590378, -0.6130945682525635, 0.6674697995185852, -0.008524969220161438, 0.9280493259429932, -0.8549084663391113, 0.9626275300979614, 0.8559582233428955, -0.3183083236217499, -0.7709448337554932, -0.3355676233768463, 0.020139286294579506, -0.6660526394844055, 0.7108278274536133, -0.18973013758659363, -0.41207438707351685, -0.0932394340634346, -0.6229830384254456, -1.0003727674484253, 0.030618250370025635, 0.01741565763950348, -0.4625033140182495, 0.4454795718193054, -0.5157256722450256, 0.3289683163166046, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958451509475708, 0.2296082079410553, -0.635478138923645, -0.4466687738895416, -0.010276127606630325, -0.16682802140712738, 0.45458078384399414, -1.0710972547531128, 0.9677366614341736, -0.46525758504867554, -0.34733206033706665, 0.2706640958786011, 0.7977625131607056, 0.2538500428199768, 0.35241276025772095, 0.6219536662101746, 0.9016808271408081, 0.36450111865997314, -0.3117833435535431, 0.727674663066864, 0.2426338493824005, 0.41525399684906006, 0.7364203929901123, -0.22712205350399017, 0.5403845310211182, 0.8906415104866028, -0.7861620783805847, 0.5381765365600586, 0.7879034280776978, 0.16047382354736328, 0.7758155465126038, 0.5944146513938904, -0.6119526624679565, -0.1185942217707634, -0.14641433954238892, -0.6171560287475586, 0.1979752629995346, 0.05292631685733795, -0.11974728107452393, -0.28460127115249634, -0.13567373156547546, 0.12295068800449371, 0.28364571928977966, -0.5959329009056091, 0.6068668365478516, 0.343415766954422, -0.6328281760215759, 0.210251122713089, -0.25779563188552856, 0.6709499955177307, -0.5978156328201294, 0.027336478233337402, -0.22699348628520966, 0.41810399293899536, -0.4618743658065796, -1.007582664489746, 0.4713838994503021, -0.2920242249965668, -0.405513197183609, -0.26942428946495056, 0.80723637342453, -0.2213391214609146, -0.557286262512207, 0.3748604655265808, 0.13466599583625793, 0.41473662853240967, 0.40145963430404663, -0.5487293004989624, 0.047790005803108215, 0.13760161399841309, -0.2006179392337799, 0.36011889576911926, 0.29737281799316406, 0.2548876702785492, 0.7100130319595337, 0.5052475929260254, 0.2219872623682022, 0.2569439113140106, -0.18668612837791443, 0.8387458324432373, -0.9102796316146851, -0.8167634606361389, -0.9497333765029907, 0.3849894106388092, 0.02572767436504364, -0.8801447153091431, 0.7920306921005249, 0.7652606964111328, 0.5113963484764099, -0.4877890944480896, 0.47552838921546936, -0.3264794945716858, 0.5047137141227722, -0.13870961964130402, 1.001089334487915, -0.7607627511024475, -0.2958725690841675, -0.030553817749023438, -0.9216439723968506, -0.2533751130104065, 0.5375742316246033, 0.15408313274383545, -0.1460806429386139, 0.4385906457901001, 0.44216388463974, 0.022173259407281876, 0.25223156809806824, 0.32860997319221497, 0.06042792648077011, 0.14508457481861115, 0.5510438680648804, 1.0931141376495361, -0.4339441955089569, 0.18694783747196198, -0.4923475682735443, -0.45362505316734314, -0.4153491258621216, -0.954805850982666, -0.6640315055847168, -0.48185449838638306, -0.2973935008049011, -0.5915579199790955, 0.11726463586091995, 0.9300886392593384, 0.9018139839172363, -0.6256728172302246, -0.41243645548820496, 0.2571353018283844, 0.3029339909553528, -0.22954201698303223, -0.14626801013946533, 0.27364903688430786, -0.006407523527741432, -0.7211177349090576, 0.3930944800376892, 0.8079764246940613, 0.3887127637863159, 0.08443982899188995, -0.0721711814403534, -0.44070807099342346, 0.026101619005203247, 0.5373560190200806, 0.5729563236236572, -0.628118097782135, -0.4099644720554352, -0.532831609249115, -0.21386730670928955, 0.15529431402683258, 0.4807755947113037, -0.5166377425193787, 0.3266112804412842, 0.8128960132598877, 0.17017678916454315, 0.7187886238098145, -0.00224931538105011, 0.6678643226623535, -0.8970248699188232, 0.4446259140968323, 0.39533841609954834, 0.5681871175765991, 0.08998027443885803, -0.7339165210723877, 0.9820241928100586, 0.49674344062805176, -0.6334056258201599, -1.0034242868423462, 0.030799731612205505, -1.193114161491394, -0.3788174092769623, 0.9890842437744141, -0.09595753252506256, -0.9597457647323608, -0.3644896149635315, -0.36777186393737793, 0.07989642769098282, -0.3380975127220154, 0.3549821972846985, 0.826819658279419, -0.25380730628967285, -0.2204185426235199, -0.9505583047866821, 0.4752942621707916, 0.31025272607803345, -0.5886632204055786, -0.05114367604255676, 0.329391211271286, 0.4523688554763794, 0.3009701669216156, 0.5239557027816772, 0.10428227484226227, 0.897053062915802, 0.2520041763782501, 0.30491405725479126, -0.04526612162590027, -0.590078592300415, -0.01606651023030281, 0.26214760541915894, 0.044878602027893066, -0.686944305896759 ]
ErnestBeckham/gpt-2-medqa
ErnestBeckham
2023-11-29T21:37:04Z
0
0
null
[ "transformers", "safetensors", "gpt2", "text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-29T21:37:04Z
2023-11-29T21:36:14.000Z
null
null
Entry not found
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
ErnestBeckham/gpt-2-medqa
[ -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 ]
MarekW/ShindenSkins
MarekW
2023-11-29T22:08:45Z
0
0
null
[ "license:unknown", "region:us" ]
2023-11-29T22:08:45Z
2023-11-29T21:36:59.000Z
null
null
--- license: unknown ---
null
null
null
null
null
null
null
null
null
null
null
null
MarekW/ShindenSkins
[ -0.1285337656736374, -0.18616777658462524, 0.6529129147529602, 0.4943626821041107, -0.19319315254688263, 0.23607446253299713, 0.3607197403907776, 0.05056322365999222, 0.5793652534484863, 0.740013837814331, -0.6508102416992188, -0.23783965408802032, -0.7102248668670654, -0.047826047986745834, -0.3894751965999603, 0.8470761775970459, -0.09598258882761002, 0.024005092680454254, 0.04712021350860596, -0.1431782841682434, -0.6121039390563965, -0.04771730303764343, -1.052453875541687, -0.06787501275539398, 0.3002280294895172, 0.5120975971221924, 0.827589750289917, 0.39602935314178467, 0.503056526184082, 1.7515556812286377, -0.08836935460567474, -0.2275443971157074, -0.45892035961151123, 0.42230668663978577, -0.33277368545532227, -0.4213370680809021, -0.26241642236709595, -0.07449343800544739, 0.32380396127700806, 0.7903714179992676, -0.3810412287712097, 0.19328093528747559, -0.22438447177410126, 1.0082242488861084, -0.8202074766159058, 0.22630876302719116, -0.16698357462882996, 0.1405322253704071, 0.042308609932661057, -0.14591936767101288, -0.13263222575187683, -0.6440033912658691, 0.06469469517469406, -0.8995962142944336, 0.10274945944547653, -0.0446111261844635, 0.8789561986923218, 0.21909046173095703, -0.5102371573448181, -0.045977260917425156, -0.6883596181869507, 1.0972506999969482, -0.1755603700876236, 0.7615711688995361, 0.4507812559604645, 0.4528856873512268, -0.5849329829216003, -1.1782180070877075, -0.4441865086555481, -0.1357899159193039, 0.14722831547260284, 0.30556100606918335, -0.34530287981033325, -0.02234390377998352, 0.10801098495721817, 0.5610314011573792, -0.5003756284713745, -0.311959445476532, -0.9579930305480957, -0.1816491037607193, 0.6820484399795532, 0.3193082809448242, 0.8340444564819336, 0.18731512129306793, -0.7347196340560913, 0.12866295874118805, -1.323970079421997, 0.07650751620531082, 0.6465022563934326, 0.23946744203567505, -0.5545987486839294, 0.8594783544540405, -0.2858799695968628, 0.6262494325637817, 0.2728464603424072, -0.11645269393920898, 0.27842509746551514, -0.23030748963356018, -0.27350643277168274, 0.033087633550167084, 0.3459729552268982, 0.8204492330551147, 0.16248637437820435, -0.01998506486415863, -0.22123964130878448, 0.002071782946586609, 0.2684451937675476, -0.793509304523468, -0.47126707434654236, 0.1926695555448532, -0.5589528679847717, -0.09108506888151169, 0.43270206451416016, -1.0976828336715698, -0.4812982380390167, -0.1879846751689911, 0.054681554436683655, -0.5451692938804626, -0.3697948455810547, 0.07273255288600922, -0.7925416231155396, -0.12434177100658417, 0.570950984954834, -0.6230255365371704, 0.43974602222442627, 0.533625602722168, 0.7861635088920593, 0.23303896188735962, -0.2361363023519516, -0.6695019006729126, 0.48848265409469604, -0.8661869764328003, 0.3686073124408722, -0.30737805366516113, -0.8298641443252563, -0.09631048142910004, 0.5393160581588745, 0.20664846897125244, -0.6653255820274353, 0.7074047923088074, -0.5496984720230103, -0.07806544750928879, -0.43082866072654724, -0.24322004616260529, 0.1746043711900711, 0.1111542135477066, -0.6238909959793091, 0.9402235150337219, 0.5551108121871948, -0.5841100215911865, 0.31701257824897766, -0.4869507849216461, -0.6865583062171936, 0.26748132705688477, -0.008751027286052704, -0.04715227335691452, 0.3279530107975006, -0.15983974933624268, -0.002051129937171936, 0.10505765676498413, 0.008299637585878372, -0.21891678869724274, -0.4786301553249359, 0.06349936872720718, 0.15165013074874878, 1.2536835670471191, 0.4083622694015503, -0.37718820571899414, -0.13140106201171875, -1.0526150465011597, 0.02543257176876068, 0.05050146207213402, -0.42306768894195557, -0.25045642256736755, -0.1488218456506729, -0.20381581783294678, 0.43072617053985596, 0.21184739470481873, -0.8131153583526611, 0.22643616795539856, -0.20640240609645844, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.39760568737983704, -0.6625285148620605, 0.6563137769699097, 0.20761863887310028, 0.4959019422531128, 0.354042112827301, -0.3845822513103485, -0.9641586542129517, -0.4421616792678833, -0.1011740192770958, 0.297553151845932, -0.7744957208633423, 0.5847321152687073, 0.01297951489686966, -0.5836704969406128, -0.44652819633483887, -0.15488097071647644, 0.2755330204963684, -0.06606575846672058, 0.03334902226924896, -0.4049777388572693, -0.739441990852356, -1.0127897262573242, -0.13788151741027832, -0.5021387338638306, -0.21892821788787842, 0.31605881452560425, 0.261773943901062, -0.34290048480033875, 0.7610749006271362, -0.6059279441833496, -0.7040641903877258, -0.13973557949066162, -0.09959849715232849, 0.618772029876709, 0.9297670125961304, 0.749138355255127, -0.7224892377853394, -0.8973819017410278, -0.05623067170381546, -0.5420041680335999, -0.02004433423280716, 0.03814995661377907, -0.18260698020458221, -0.10514994710683823, 0.22352534532546997, -0.6100803017616272, 0.8851074576377869, 0.43224993348121643, -0.681546688079834, 0.5210590958595276, -0.44444146752357483, 0.6073804497718811, -0.8642840385437012, -0.29114919900894165, -0.16823579370975494, -0.19761183857917786, -0.709015965461731, 0.1941155642271042, -0.30022352933883667, -0.3302987515926361, -0.7474030256271362, 0.5274897813796997, -0.9497012495994568, -0.18781521916389465, -0.33672797679901123, -0.034230977296829224, 0.2580781579017639, 0.1949051469564438, -0.23560264706611633, 0.8900531530380249, 0.9160484075546265, -0.712130606174469, 0.5487276911735535, 0.39309075474739075, -0.19200125336647034, 0.7131238579750061, -0.3887738585472107, 0.05161985754966736, -0.1234491840004921, 0.14374585449695587, -1.126388669013977, -0.5611584782600403, 0.1367737054824829, -0.712703287601471, 0.17686967551708221, -0.16556859016418457, -0.09428532421588898, -0.6608467102050781, -0.33806395530700684, 0.25910091400146484, 0.4861229360103607, -0.47969967126846313, 0.6188148260116577, 0.5728040933609009, 0.02651885151863098, -0.5307406187057495, -0.7206821441650391, 0.2041812688112259, 0.03964652866125107, -0.5569696426391602, 0.3011690676212311, 0.0065436214208602905, -0.6622445583343506, -0.371124804019928, -0.2635420262813568, -0.6043856739997864, -0.22679755091667175, 0.7826986312866211, 0.11994212120771408, -0.0901225358247757, -0.20310275256633759, -0.31995368003845215, -0.06167535483837128, 0.3048742413520813, -0.07575303316116333, 0.7232834696769714, -0.3362375497817993, -0.17850087583065033, -0.8877339363098145, 0.652754545211792, 0.9970463514328003, 0.09446708112955093, 0.8066442012786865, 0.4632421135902405, -0.3564748466014862, -0.13046596944332123, -0.3535459041595459, -0.15120592713356018, -0.6857743859291077, -0.18067999184131622, -0.5322477221488953, -0.5411433577537537, 0.4053066372871399, 0.10101456940174103, -0.0021041035652160645, 0.5167047381401062, 0.2533605694770813, -0.2880687415599823, 0.7550325393676758, 1.0343408584594727, 0.1391797512769699, 0.36029160022735596, -0.28547143936157227, 0.6341595649719238, -0.8329949975013733, -0.3405216336250305, -0.45480722188949585, -0.2563585638999939, -0.3121439218521118, -0.10750845074653625, 0.5791022181510925, 0.28182169795036316, -0.4463467001914978, 0.12506814301013947, -0.599420964717865, 0.6587362289428711, 0.6273988485336304, 0.5719729065895081, 0.19973021745681763, -0.4619947671890259, 0.199829563498497, 0.048166729509830475, -0.45745593309402466, -0.40091079473495483, 0.7711145281791687, 0.2399625927209854, 0.8364024758338928, 0.20927059650421143, 0.4957774877548218, 0.33375439047813416, 0.25280579924583435, -0.6318978667259216, 0.2009800225496292, -0.22282804548740387, -1.2459611892700195, -0.20642682909965515, -0.16551321744918823, -1.0080583095550537, -0.11792092770338058, -0.18288999795913696, -0.8406620025634766, 0.26657283306121826, -0.19225645065307617, -0.6640644073486328, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.2355591058731079, -0.2817089259624481, 0.11930065602064133, -0.6889920830726624, 0.5254611968994141, 0.36671483516693115, 0.29168403148651123, -0.3796897828578949, -0.31928709149360657, 0.5068994760513306, -0.8812244534492493, 0.44081127643585205, -0.10564985871315002, 0.19428138434886932, 0.5358877778053284, 0.4153592586517334, 0.3823971152305603, 0.2869904041290283, -0.24593782424926758, -0.23415425419807434, 0.22503423690795898, -0.7581346035003662, -0.2775459885597229, 0.9095460772514343, -0.7519426941871643, -0.8586915731430054, -0.6954257488250732, -0.3064495921134949, 0.2886529564857483, 0.027814604341983795, 0.7154771685600281, 0.6456884741783142, -0.18821048736572266, 0.23776991665363312, 0.7208226323127747, -0.014694413170218468, 0.723556637763977, 0.2941119968891144, -0.4056646525859833, -0.6169788837432861, 0.718232274055481, 0.2627045810222626, 0.051626577973365784, 0.028327951207756996, 0.3058736026287079, -0.17546716332435608, -0.15078604221343994, -0.6318324208259583, -0.06395330280065536, -0.7465729713439941, -0.09279504418373108, -0.7541396617889404, -0.2507742643356323, -0.7114591598510742, -0.8068137764930725, -0.7080161571502686, -0.45604395866394043, -0.43011951446533203, -0.23352205753326416, 0.5163110494613647, 1.1627084016799927, -0.26131555438041687, 0.801105260848999, -0.8900953531265259, 0.4193631112575531, 0.49695390462875366, 0.751973032951355, -0.11061014980077744, -0.6746936440467834, -0.07836258411407471, -0.5338754653930664, -0.29485073685646057, -1.0156972408294678, 0.3177463710308075, -0.03688567876815796, 0.4053713381290436, 0.42938894033432007, 0.2519025504589081, 0.49392762780189514, -0.30073118209838867, 1.1130688190460205, 0.7274302244186401, -0.8033810257911682, 0.5195275545120239, -0.7635002136230469, 0.1612233817577362, 0.9363657236099243, 0.5447745323181152, -0.4417075514793396, -0.1511392891407013, -1.0259766578674316, -0.843137264251709, 0.5963036417961121, 0.15439943969249725, 0.016843967139720917, 0.018214236944913864, 0.03168264031410217, 0.29466384649276733, 0.35913029313087463, -0.7847291231155396, -0.8240219354629517, -0.13851124048233032, 0.2580328583717346, 0.3145606517791748, -0.1648542881011963, -0.30038711428642273, -0.611615777015686, 0.8711391687393188, 0.18286491930484772, 0.3546231985092163, 0.1207335889339447, 0.043693479150533676, -0.35506927967071533, 0.14787030220031738, 0.552299976348877, 1.2529058456420898, -0.40983331203460693, 0.36739131808280945, 0.1751261204481125, -0.654007077217102, 0.6494996547698975, -0.30363503098487854, -0.021784650161862373, 0.6203135251998901, 0.17760884761810303, 0.2852839529514313, 0.31559935212135315, -0.36214274168014526, 0.6047803163528442, -0.029422014951705933, -0.17758505046367645, -0.7005698084831238, 0.15866978466510773, 0.029350772500038147, 0.2750795781612396, 0.43920230865478516, 0.24443335831165314, 0.08246771991252899, -1.0602877140045166, 0.5711055994033813, 0.24493888020515442, -0.8676617741584778, -0.3011004328727722, 0.7047959566116333, 0.40753883123397827, -0.4759957790374756, 0.3874906301498413, 0.012702271342277527, -0.6710242033004761, 0.5987740755081177, 0.5510411858558655, 0.7569674253463745, -0.47024255990982056, 0.30880191922187805, 0.6245602369308472, 0.06711341440677643, 0.20550546050071716, 0.6923203468322754, 0.03149377182126045, -0.4473864436149597, 0.23022449016571045, -0.5986734628677368, -0.14689898490905762, 0.1373530775308609, -0.8047428131103516, 0.3515334129333496, -0.9312615394592285, -0.24089953303337097, 0.08751583844423294, 0.11761092394590378, -0.6130945682525635, 0.6674697995185852, -0.008524969220161438, 0.9280493259429932, -0.8549084663391113, 0.9626275300979614, 0.8559582233428955, -0.3183083236217499, -0.7709448337554932, -0.3355676233768463, 0.020139286294579506, -0.6660526394844055, 0.7108278274536133, -0.18973013758659363, -0.41207438707351685, -0.0932394340634346, -0.6229830384254456, -1.0003727674484253, 0.030618250370025635, 0.01741565763950348, -0.4625033140182495, 0.4454795718193054, -0.5157256722450256, 0.3289683163166046, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958451509475708, 0.2296082079410553, -0.635478138923645, -0.4466687738895416, -0.010276127606630325, -0.16682802140712738, 0.45458078384399414, -1.0710972547531128, 0.9677366614341736, -0.46525758504867554, -0.34733206033706665, 0.2706640958786011, 0.7977625131607056, 0.2538500428199768, 0.35241276025772095, 0.6219536662101746, 0.9016808271408081, 0.36450111865997314, -0.3117833435535431, 0.727674663066864, 0.2426338493824005, 0.41525399684906006, 0.7364203929901123, -0.22712205350399017, 0.5403845310211182, 0.8906415104866028, -0.7861620783805847, 0.5381765365600586, 0.7879034280776978, 0.16047382354736328, 0.7758155465126038, 0.5944146513938904, -0.6119526624679565, -0.1185942217707634, -0.14641433954238892, -0.6171560287475586, 0.1979752629995346, 0.05292631685733795, -0.11974728107452393, -0.28460127115249634, -0.13567373156547546, 0.12295068800449371, 0.28364571928977966, -0.5959329009056091, 0.6068668365478516, 0.343415766954422, -0.6328281760215759, 0.210251122713089, -0.25779563188552856, 0.6709499955177307, -0.5978156328201294, 0.027336478233337402, -0.22699348628520966, 0.41810399293899536, -0.4618743658065796, -1.007582664489746, 0.4713838994503021, -0.2920242249965668, -0.405513197183609, -0.26942428946495056, 0.80723637342453, -0.2213391214609146, -0.557286262512207, 0.3748604655265808, 0.13466599583625793, 0.41473662853240967, 0.40145963430404663, -0.5487293004989624, 0.047790005803108215, 0.13760161399841309, -0.2006179392337799, 0.36011889576911926, 0.29737281799316406, 0.2548876702785492, 0.7100130319595337, 0.5052475929260254, 0.2219872623682022, 0.2569439113140106, -0.18668612837791443, 0.8387458324432373, -0.9102796316146851, -0.8167634606361389, -0.9497333765029907, 0.3849894106388092, 0.02572767436504364, -0.8801447153091431, 0.7920306921005249, 0.7652606964111328, 0.5113963484764099, -0.4877890944480896, 0.47552838921546936, -0.3264794945716858, 0.5047137141227722, -0.13870961964130402, 1.001089334487915, -0.7607627511024475, -0.2958725690841675, -0.030553817749023438, -0.9216439723968506, -0.2533751130104065, 0.5375742316246033, 0.15408313274383545, -0.1460806429386139, 0.4385906457901001, 0.44216388463974, 0.022173259407281876, 0.25223156809806824, 0.32860997319221497, 0.06042792648077011, 0.14508457481861115, 0.5510438680648804, 1.0931141376495361, -0.4339441955089569, 0.18694783747196198, -0.4923475682735443, -0.45362505316734314, -0.4153491258621216, -0.954805850982666, -0.6640315055847168, -0.48185449838638306, -0.2973935008049011, -0.5915579199790955, 0.11726463586091995, 0.9300886392593384, 0.9018139839172363, -0.6256728172302246, -0.41243645548820496, 0.2571353018283844, 0.3029339909553528, -0.22954201698303223, -0.14626801013946533, 0.27364903688430786, -0.006407523527741432, -0.7211177349090576, 0.3930944800376892, 0.8079764246940613, 0.3887127637863159, 0.08443982899188995, -0.0721711814403534, -0.44070807099342346, 0.026101619005203247, 0.5373560190200806, 0.5729563236236572, -0.628118097782135, -0.4099644720554352, -0.532831609249115, -0.21386730670928955, 0.15529431402683258, 0.4807755947113037, -0.5166377425193787, 0.3266112804412842, 0.8128960132598877, 0.17017678916454315, 0.7187886238098145, -0.00224931538105011, 0.6678643226623535, -0.8970248699188232, 0.4446259140968323, 0.39533841609954834, 0.5681871175765991, 0.08998027443885803, -0.7339165210723877, 0.9820241928100586, 0.49674344062805176, -0.6334056258201599, -1.0034242868423462, 0.030799731612205505, -1.193114161491394, -0.3788174092769623, 0.9890842437744141, -0.09595753252506256, -0.9597457647323608, -0.3644896149635315, -0.36777186393737793, 0.07989642769098282, -0.3380975127220154, 0.3549821972846985, 0.826819658279419, -0.25380730628967285, -0.2204185426235199, -0.9505583047866821, 0.4752942621707916, 0.31025272607803345, -0.5886632204055786, -0.05114367604255676, 0.329391211271286, 0.4523688554763794, 0.3009701669216156, 0.5239557027816772, 0.10428227484226227, 0.897053062915802, 0.2520041763782501, 0.30491405725479126, -0.04526612162590027, -0.590078592300415, -0.01606651023030281, 0.26214760541915894, 0.044878602027893066, -0.686944305896759 ]
LoneStriker/deepseek-coder-33b-instruct-3.0bpw-h6-exl2
LoneStriker
2023-11-29T21:39:12Z
0
0
null
[ "region:us" ]
2023-11-29T21:39:12Z
2023-11-29T21:39:12.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
LoneStriker/deepseek-coder-33b-instruct-3.0bpw-h6-exl2
[ -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 ]
LoneStriker/deepseek-coder-33b-instruct-4.0bpw-h6-exl2
LoneStriker
2023-11-29T21:39:45Z
0
0
null
[ "region:us" ]
2023-11-29T21:39:45Z
2023-11-29T21:39:45.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
LoneStriker/deepseek-coder-33b-instruct-4.0bpw-h6-exl2
[ -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 ]
RainAgent/SDXL_SSMDebiasEXP
RainAgent
2023-11-29T21:54:57Z
0
0
null
[ "region:us" ]
2023-11-29T21:54:57Z
2023-11-29T21:41:21.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
RainAgent/SDXL_SSMDebiasEXP
[ -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 ]
abdulmatinomotoso/distilroberta-topic-classification_2
abdulmatinomotoso
2023-11-29T22:05:25Z
0
0
null
[ "transformers", "safetensors", "roberta", "text-classification", "endpoints_compatible", "region:us" ]
2023-11-29T22:05:25Z
2023-11-29T21:41:52.000Z
null
null
Entry not found
null
transformers
text-classification
null
null
null
null
null
null
null
null
null
abdulmatinomotoso/distilroberta-topic-classification_2
[ -0.32276451587677, -0.2256847620010376, 0.8622261881828308, 0.43461543321609497, -0.5282991528511047, 0.7012973427772522, 0.7915714979171753, 0.07618623226881027, 0.7746027708053589, 0.25632160902023315, -0.7852810025215149, -0.22573824226856232, -0.9104477763175964, 0.5715674161911011, -0.39923298358917236, 0.5791246294975281, -0.14494478702545166, -0.10751162469387054, 0.2823375463485718, -0.27689504623413086, -0.5409226417541504, -0.36855217814445496, -1.1902778148651123, 0.0614919476211071, 0.5316580533981323, 0.7435138821601868, 0.7584062814712524, 0.3652171492576599, 0.643257737159729, 0.39322903752326965, -0.2313890904188156, 0.4827059805393219, -0.04171820729970932, 0.002604129258543253, -0.35244321823120117, -0.5516899228096008, -0.28596583008766174, 0.07584737241268158, 1.0961304903030396, 0.9666876792907715, -0.28466421365737915, 0.053308140486478806, -0.3063622713088989, 0.3308888375759125, -0.497342973947525, 0.30540943145751953, -0.02250605821609497, 0.1631878912448883, -0.7041512131690979, -0.5535345673561096, 0.01279537845402956, -0.736121654510498, 0.17926578223705292, -0.6900812983512878, 0.8269097208976746, 0.1858319342136383, 1.1533749103546143, 0.14819423854351044, -0.4624859690666199, -0.8161762356758118, -0.6538985967636108, 0.5711163282394409, -0.32703739404678345, 0.3968028128147125, 0.7028230428695679, -0.04857318103313446, -0.9820328950881958, -0.6745742559432983, -0.46466225385665894, 0.2923964560031891, 0.3540283441543579, -0.34116822481155396, -0.17522068321704865, -0.30589866638183594, 0.15792052447795868, 0.12811461091041565, -0.4841996729373932, -0.5543917417526245, -0.5475160479545593, -0.3960256278514862, 0.6206657290458679, 0.348295122385025, 0.24291762709617615, -0.1888420432806015, -0.3228580057621002, 0.08801667392253876, -0.4160856604576111, 0.3402569591999054, 0.6335517168045044, 0.711402177810669, -0.5811442136764526, 0.5602158904075623, -0.049276240170001984, 0.7439705729484558, 0.11445556581020355, -0.2747812867164612, 0.41460561752319336, -0.14724718034267426, 0.05517173931002617, 0.4226348400115967, 0.31524428725242615, 0.28413131833076477, -0.32736948132514954, 0.20322267711162567, -0.3215149939060211, -0.3049620985984802, -0.2233220338821411, -0.2949073910713196, -0.35921770334243774, 0.5492292642593384, -0.33140167593955994, -0.42855483293533325, 1.143175482749939, -0.4200770854949951, -0.730222225189209, 0.3315635323524475, 0.4065209925174713, -0.09944743663072586, -0.37146490812301636, -0.052260708063840866, -0.8458784818649292, -0.007907038554549217, 0.749117910861969, -0.7198971509933472, 0.33717358112335205, 0.4728063941001892, 0.7417219877243042, 0.19650566577911377, -0.14034457504749298, -0.42949429154396057, 0.29719650745391846, -0.865999698638916, 0.6320174932479858, -0.20135216414928436, -1.005197525024414, 0.11150495707988739, 0.8971704244613647, -0.37896445393562317, -1.2094874382019043, 1.0605157613754272, -0.6887927055358887, 0.16017870604991913, -0.676761269569397, -0.14661197364330292, -0.0711849182844162, -0.0050960807129740715, -0.6088153123855591, 0.7567099928855896, 0.5872677564620972, -0.4995272755622864, 0.21429505944252014, -0.26029813289642334, -0.39151445031166077, 0.3882487118244171, -0.07935473322868347, -0.21858933568000793, 0.7138336300849915, -0.6647080183029175, -0.26932796835899353, 0.29427722096443176, 0.2368941307067871, -0.35706037282943726, -0.7931922078132629, 0.08478070050477982, -0.05786238983273506, 1.550750494003296, -0.03868793696165085, -0.35861116647720337, -0.6793835163116455, -1.15062415599823, -0.07070788741111755, 0.6886883974075317, -0.9194990396499634, -0.27839431166648865, -0.04641001671552658, -0.2616933286190033, 0.08994898945093155, 0.7390589118003845, -1.119404673576355, 0.2832733392715454, -0.05092693492770195, -0.22794704139232635, 0.8271058797836304, 0.1538720428943634, 0.24758848547935486, 0.14913441240787506, 0.42958712577819824, 0.5277255773544312, 0.11115171760320663, 0.6835880279541016, -0.34720364212989807, -0.9694353938102722, 0.6154635548591614, 0.25266414880752563, 0.8121450543403625, -0.49945321679115295, 0.2685087323188782, 0.2702549993991852, -0.3409675359725952, -0.5682372450828552, -0.3102835416793823, 0.09025780856609344, 0.14930586516857147, 0.11142538487911224, -0.5721710324287415, -0.6576127409934998, -0.968913733959198, -0.13590586185455322, -0.4314371645450592, -0.35715746879577637, 0.21006865799427032, 0.5792904496192932, -1.1975529193878174, 0.4128877520561218, -0.770562469959259, -0.7038747072219849, -0.01065595168620348, -0.19338136911392212, 0.7540655136108398, 0.4324018061161041, 0.5033968091011047, -0.639714241027832, -0.5661988258361816, -0.22470185160636902, -1.0333740711212158, -0.13280506432056427, 0.2481967955827713, 0.30657458305358887, -0.1342327892780304, -0.27449649572372437, -0.487403005361557, 0.8100382089614868, 0.1478915959596634, -0.5391896367073059, 0.5220773220062256, -0.30203190445899963, 0.1722484678030014, -0.6369155049324036, -0.06916853785514832, -0.6616759896278381, -0.000907302659470588, -0.3608301877975464, -0.5737439393997192, 0.14772272109985352, 0.07017524540424347, -0.16065461933612823, 0.2880833148956299, -0.9092758297920227, -0.0010853201383724809, -0.7442213892936707, 0.37907201051712036, 0.06394802033901215, -0.3145090639591217, -0.017517035827040672, 1.000038743019104, 0.7784460186958313, -0.38480430841445923, 0.7217440605163574, 0.44400423765182495, 0.1903611123561859, 0.7630521059036255, -0.1872522085905075, 0.1647818684577942, -0.5245417356491089, -0.12161095440387726, -0.8887600898742676, -1.098294973373413, 0.732058048248291, -0.6114241480827332, 0.36542922258377075, -0.42778629064559937, 0.25891610980033875, -0.6919256448745728, -0.038853276520967484, 0.48086005449295044, -0.05936384201049805, -0.6863948106765747, 0.5232569575309753, 0.45317453145980835, -0.2019239366054535, -0.6609032154083252, -0.5301567316055298, 0.39365914463996887, 0.6154118776321411, -0.1639040857553482, 0.0687849372625351, 0.14941048622131348, -0.5441921353340149, -0.04080260545015335, -0.38691839575767517, -0.45766711235046387, 0.05422394722700119, 0.1305338442325592, -0.0057508936151862144, -0.40482011437416077, -0.08680286258459091, -0.35842037200927734, -0.46561264991760254, 0.2187645435333252, 0.3011949360370636, -0.04096360132098198, -0.42599764466285706, -0.3619817793369293, -0.8881813287734985, 0.6719616651535034, 0.5370280146598816, 0.05281525105237961, 0.7555548548698425, 0.16819243133068085, -0.801498532295227, -0.13532188534736633, -0.17607036232948303, 0.26968368887901306, -0.558805525302887, 0.13849817216396332, -0.013484937138855457, -0.0637490376830101, 0.2629788815975189, 0.253862202167511, -0.4300558567047119, 0.9276251792907715, -0.26152732968330383, -0.35925278067588806, 0.7960179448127747, 0.5974738597869873, 0.4958310127258301, 0.1650315225124359, -0.04454142972826958, 0.9007094502449036, -1.1966516971588135, -0.6563171744346619, -0.7409549951553345, -0.15945647656917572, -0.4351089596748352, -0.032105814665555954, 0.62544184923172, 0.2900990843772888, -0.1333390176296234, 0.47563982009887695, -0.5243493914604187, 0.35560327768325806, 1.011983871459961, 0.3574863076210022, 0.3435697555541992, -0.7570235133171082, -0.2515781819820404, -0.1402428299188614, -0.999815821647644, -0.2631373703479767, 0.8871027827262878, 0.22752627730369568, 0.8444614410400391, 0.5992540717124939, 0.678453803062439, 0.13672283291816711, 0.25238293409347534, -0.3059031069278717, 0.3920288681983948, 0.4376083016395569, -1.040114164352417, -0.42758387327194214, 0.021418606862425804, -0.970333456993103, -0.14227518439292908, -0.03495027497410774, -0.42617136240005493, 0.7681740522384644, 0.00016577690257690847, -0.4076712727546692, 0.7732731699943542, -0.45558348298072815, 0.7562876343727112, -0.4473649859428406, -0.026638519018888474, 0.4699099659919739, -0.7070640921592712, 0.467742919921875, 0.12878772616386414, 0.6205844879150391, -0.01557247806340456, -0.04078585281968117, 0.7104936838150024, -0.9129158854484558, 0.2543860971927643, -0.6348398327827454, 0.22421333193778992, 0.24246978759765625, 0.5160616636276245, 0.5969958305358887, 0.4371243119239807, 0.10119904577732086, -0.23920838534832, 0.04115844517946243, -0.8241122961044312, -0.210506409406662, 0.6975145936012268, -0.718689501285553, -0.6864198446273804, -1.2355339527130127, 0.1443866491317749, 0.2734706401824951, 0.38930460810661316, 0.7959297895431519, 0.5714084506034851, 0.1289549171924591, 0.6805254220962524, 0.9888581037521362, -0.06885603815317154, 0.9166924357414246, 0.3224477469921112, 0.09175149351358414, -0.21944887936115265, 0.7036829590797424, 0.2662792205810547, -0.24707908928394318, -0.119397833943367, 0.2091342955827713, -0.11069412529468536, -0.5917622447013855, -0.49990707635879517, 0.3701757490634918, -0.6731785535812378, -0.18303945660591125, -0.6243736147880554, -0.6043767929077148, -0.5117595791816711, 0.0692739486694336, -0.7147685885429382, 0.2397911250591278, -0.775356650352478, -0.1057489663362503, 0.043233972042798996, 0.9792007207870483, -0.5893129110336304, 0.5805230140686035, -1.1218578815460205, 0.1934581696987152, -0.07949928939342499, 0.7921059131622314, 0.21395833790302277, -0.7344390153884888, -0.39754194021224976, -0.11592624336481094, -0.37299132347106934, -1.3576757907867432, 0.21404945850372314, -0.24541369080543518, 0.23093979060649872, 0.6145413517951965, 0.13977043330669403, 0.5258245468139648, -0.34326356649398804, 0.7029098868370056, -0.0570172481238842, -0.7069291472434998, 0.7934495210647583, -0.502689778804779, 0.49635300040245056, 0.9765998125076294, 0.5333842039108276, -0.7984009981155396, 0.035740651190280914, -1.0411227941513062, -0.6008695960044861, 0.38426369428634644, 0.11928921937942505, -0.03601086884737015, -0.6659562587738037, -0.05401970073580742, -0.16143816709518433, 0.6043745875358582, -1.0390695333480835, -0.7858359813690186, 0.25766968727111816, 0.5277302861213684, 0.08168511837720871, -0.5653400421142578, 0.20880739390850067, -0.5444163084030151, 1.0657774209976196, 0.45109400153160095, 0.32744941115379333, 0.8406062126159668, 0.4649241864681244, -0.38231605291366577, 0.0925246924161911, 0.7662694454193115, 0.6666231155395508, -0.5239798426628113, -0.2908029854297638, -0.08827532827854156, -0.9143398404121399, 0.059275247156620026, 0.11168861389160156, -0.013456158339977264, 0.9082110524177551, 0.5793082118034363, 0.25397002696990967, 0.4514278769493103, -0.7264608144760132, 0.885944664478302, -0.1495421677827835, -0.12472832202911377, -1.0677239894866943, 0.1948619931936264, -0.2398495376110077, 0.5006401538848877, 1.0061330795288086, 0.5250046253204346, -0.04763075336813927, -0.814338207244873, -0.014735907316207886, 0.6939173340797424, -0.7091120481491089, -0.174498051404953, 0.9448539614677429, 0.38471004366874695, -1.2953048944473267, 1.106776237487793, -0.5381779670715332, -0.5603324174880981, 0.9121305346488953, 0.5229573845863342, 1.1221847534179688, -0.44204163551330566, 0.0008676115539856255, 0.266223669052124, 0.4137842059135437, 0.5423170328140259, 1.086963415145874, 0.431413471698761, -0.793106734752655, 0.8826578855514526, -0.24776074290275574, -0.4036114811897278, -0.053475938737392426, -0.42859864234924316, 0.16892194747924805, -0.4406192898750305, -0.10712958872318268, -0.3444186747074127, 0.28543153405189514, -0.7072038650512695, 0.4280766546726227, -0.08385680615901947, 0.8653062582015991, -0.855373203754425, 0.47207632660865784, 0.635469377040863, -0.33373549580574036, -0.8508192896842957, -0.26198485493659973, -0.114484503865242, -0.6389464139938354, 0.30214783549308777, -0.4554101526737213, 0.04439942166209221, 0.09623496234416962, -0.6491507291793823, -1.1778274774551392, 0.9093635678291321, -0.6396113038063049, -0.27844658493995667, 0.20464058220386505, -0.11514723300933838, 0.2881167232990265, -0.2524649500846863, 0.010661345906555653, 0.41876572370529175, 0.748940110206604, 0.28446584939956665, -0.7727058529853821, -0.36948856711387634, 0.001504215644672513, -0.4447477459907532, 0.758297324180603, -0.6002101302146912, 1.1840779781341553, -0.5563540458679199, -0.05965424329042435, 0.4438449442386627, 0.2469087392091751, 0.21076230704784393, 0.6629219651222229, 0.14420780539512634, 0.7282264828681946, 1.07012140750885, -0.4083528518676758, 0.8811812400817871, 0.2643283009529114, 0.4743081033229828, 0.723850429058075, -0.6487718820571899, 0.7513746023178101, 0.3181040287017822, -0.5682928562164307, 0.9228016138076782, 1.2906066179275513, -0.15699191391468048, 0.8079367876052856, 0.0513644702732563, -1.0815999507904053, 0.32583388686180115, -0.2072480171918869, -0.753006637096405, 0.3150256276130676, 0.19055822491645813, -0.6920982599258423, -0.5770317316055298, -0.24046453833580017, -0.3566284477710724, -0.11552884429693222, -0.7631732821464539, 0.6720560789108276, -0.01696920208632946, -0.5103672742843628, 0.18857505917549133, 0.2877500653266907, 0.1736842840909958, -0.5235735177993774, -0.029394108802080154, -0.22823627293109894, 0.26606470346450806, -0.5670855641365051, -0.5234519243240356, 0.5724436640739441, -0.32430195808410645, -0.5343257188796997, 0.1814749836921692, 0.7635867595672607, -0.16923797130584717, -0.4515410363674164, 0.32472726702690125, 0.6959527134895325, 0.1665850430727005, 0.4250275492668152, -0.23511278629302979, 0.24480605125427246, -0.08044841140508652, -0.06651531904935837, 0.27714774012565613, 0.34491676092147827, 0.2243562936782837, 0.4450136125087738, 0.43285655975341797, -0.018087103962898254, -0.10736574977636337, -0.38281959295272827, 0.4124935567378998, -0.9542784690856934, -0.5713284611701965, -0.6307111978530884, 0.2740665376186371, -0.023153740912675858, -1.083641767501831, 0.41451701521873474, 1.4406687021255493, 1.0359981060028076, -0.4756380021572113, 1.0672270059585571, -0.21818485856056213, 0.9594788551330566, 0.4148313105106354, 0.5420439839363098, -0.6030405163764954, 0.03835345059633255, -0.4364401698112488, -1.0769630670547485, -0.3571632206439972, 0.45393887162208557, -0.022900383919477463, -0.3429865539073944, 0.8725717663764954, 0.5887163877487183, -0.3347356915473938, -0.11728046089410782, 0.048487141728401184, -0.02994171343743801, -0.12433811277151108, 0.5145376324653625, 0.764839768409729, -0.934429943561554, -0.1068042665719986, -0.2157769650220871, -0.6382726430892944, -0.5047281384468079, -0.9632006883621216, -0.1295943707227707, -0.16037845611572266, 0.03534301370382309, -0.5662810206413269, 0.002557039260864258, 1.2083251476287842, 0.5684956312179565, -1.1113998889923096, -0.5303782224655151, 0.33718544244766235, 0.3920426368713379, -0.1874788999557495, -0.24202410876750946, 0.2984570860862732, 0.1538219451904297, -0.5908880233764648, 0.6875661611557007, 0.8089627027511597, 0.20888909697532654, 0.19554796814918518, 0.1589302122592926, -0.8229473233222961, -0.14913436770439148, 0.17440474033355713, 0.9450567960739136, -0.9398533701896667, -0.7114845514297485, -0.031684987246990204, -0.270948588848114, -0.05765692517161369, 0.17102062702178955, -0.4046350419521332, 0.5180684328079224, 0.3459141254425049, 0.49933451414108276, 0.05616062134504318, -0.05474681407213211, 0.540955662727356, -0.9069053530693054, 0.09425944089889526, 0.41343602538108826, 0.4154109060764313, -0.4000871181488037, -0.5910198092460632, 0.6713412404060364, 1.0073975324630737, -0.6594867706298828, -0.8743261098861694, -0.19846689701080322, -1.0016000270843506, 0.041897404938936234, 0.6762751340866089, 0.5009523630142212, -0.4806516170501709, -0.41744956374168396, -0.5617398023605347, -0.12546773254871368, -0.13699738681316376, 0.7621608376502991, 1.1796799898147583, -0.7432101964950562, 0.07975827157497406, -1.0386394262313843, 0.6594992876052856, -0.24194613099098206, -0.34575843811035156, -0.486443430185318, 0.38328033685684204, 0.35237008333206177, 0.4404810965061188, 0.6148122549057007, 0.1408473551273346, 0.8338427543640137, 0.3126058280467987, -0.17026938498020172, 0.269897997379303, -0.4559200704097748, -0.02893316186964512, -0.057962387800216675, 0.3101596236228943, -1.0262155532836914 ]
galatolo/cerbero-7b-openchat
galatolo
2023-11-29T22:27:25Z
0
0
null
[ "transformers", "pytorch", "mistral", "text-generation", "it", "en", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-29T22:27:25Z
2023-11-29T21:50:49.000Z
null
null
--- license: apache-2.0 language: - it - en pipeline_tag: text-generation ---
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
galatolo/cerbero-7b-openchat
[ -0.1285332441329956, -0.18616808950901031, 0.6529132127761841, 0.49436241388320923, -0.19319361448287964, 0.23607464134693146, 0.3607200086116791, 0.0505637601017952, 0.579365611076355, 0.7400144338607788, -0.6508100032806396, -0.23784014582633972, -0.710224986076355, -0.047825563699007034, -0.3894757628440857, 0.8470752239227295, -0.09598265588283539, 0.02400532364845276, 0.047119781374931335, -0.14317786693572998, -0.6121037006378174, -0.04771764576435089, -1.0524532794952393, -0.06787441670894623, 0.30022701621055603, 0.5120978355407715, 0.827591061592102, 0.3960287272930145, 0.5030561685562134, 1.751555323600769, -0.0883689820766449, -0.22754396498203278, -0.45892006158828735, 0.42230695486068726, -0.33277276158332825, -0.42133814096450806, -0.262416809797287, -0.07449325919151306, 0.32380411028862, 0.790371298789978, -0.38104110956192017, 0.19328096508979797, -0.2243843674659729, 1.0082242488861084, -0.8202077150344849, 0.22630922496318817, -0.1669827699661255, 0.14053189754486084, 0.04230893775820732, -0.14591924846172333, -0.1326322704553604, -0.6440044641494751, 0.06469469517469406, -0.8995957970619202, 0.10274865478277206, -0.04461073875427246, 0.8789555430412292, 0.21909040212631226, -0.5102370977401733, -0.04597809910774231, -0.6883589029312134, 1.0972504615783691, -0.17556039988994598, 0.7615712285041809, 0.45078060030937195, 0.4528847932815552, -0.5849326252937317, -1.1782175302505493, -0.44418615102767944, -0.1357896327972412, 0.1472274661064148, 0.305560439825058, -0.3453028202056885, -0.02234385907649994, 0.1080109104514122, 0.5610314607620239, -0.5003756284713745, -0.3119603395462036, -0.957992672920227, -0.18164893984794617, 0.6820484399795532, 0.31930801272392273, 0.8340443968772888, 0.18731550872325897, -0.7347203493118286, 0.1286630779504776, -1.3239707946777344, 0.07650741934776306, 0.6465023159980774, 0.2394678294658661, -0.5545986294746399, 0.8594784736633301, -0.28588002920150757, 0.6262495517730713, 0.27284619212150574, -0.11645267903804779, 0.27842584252357483, -0.23030716180801392, -0.27350613474845886, 0.03308755159378052, 0.3459728956222534, 0.82044917345047, 0.1624862402677536, -0.01998467743396759, -0.22124028205871582, 0.002071782946586609, 0.26844522356987, -0.7935100793838501, -0.47126686573028564, 0.1926691234111786, -0.558953046798706, -0.09108536690473557, 0.43270155787467957, -1.0976841449737549, -0.48129794001579285, -0.1879846751689911, 0.05468164384365082, -0.5451681613922119, -0.3697941303253174, 0.0727330893278122, -0.7925409078598022, -0.12434211373329163, 0.5709505677223206, -0.6230249404907227, 0.4397459626197815, 0.5336248278617859, 0.7861632704734802, 0.23303936421871185, -0.2361363172531128, -0.6695013642311096, 0.48848259449005127, -0.8661869764328003, 0.3686071038246155, -0.30737870931625366, -0.8298643231391907, -0.09631019085645676, 0.5393155217170715, 0.20664897561073303, -0.6653249263763428, 0.7074039578437805, -0.5496981143951416, -0.07806509733200073, -0.4308288097381592, -0.24322006106376648, 0.17460417747497559, 0.11115420609712601, -0.6238906979560852, 0.9402238130569458, 0.5551108121871948, -0.5841093063354492, 0.3170124292373657, -0.4869508743286133, -0.6865583062171936, 0.26748237013816833, -0.008751504123210907, -0.04715302586555481, 0.3279528021812439, -0.15983936190605164, -0.0020516440272331238, 0.1050572395324707, 0.008300580084323883, -0.21891626715660095, -0.47863075137138367, 0.06349924206733704, 0.1516505926847458, 1.2536828517913818, 0.40836217999458313, -0.37718814611434937, -0.1314014345407486, -1.0526151657104492, 0.02543240785598755, 0.050501544028520584, -0.4230678081512451, -0.2504562437534332, -0.1488223820924759, -0.2038159817457199, 0.43072640895843506, 0.21184727549552917, -0.8131153583526611, 0.22643552720546722, -0.20640267431735992, 0.36449748277664185, 0.8222087621688843, 0.27031004428863525, 0.39760544896125793, -0.6625281572341919, 0.6563138961791992, 0.2076186239719391, 0.49590182304382324, 0.35404151678085327, -0.38458219170570374, -0.9641580581665039, -0.44216078519821167, -0.10117387771606445, 0.2975529730319977, -0.7744960784912109, 0.5847320556640625, 0.01297922432422638, -0.5836697816848755, -0.44652843475341797, -0.1548806130886078, 0.2755325138568878, -0.06606636941432953, 0.033349163830280304, -0.4049782156944275, -0.7394411563873291, -1.0127896070480347, -0.13788127899169922, -0.5021383762359619, -0.2189280390739441, 0.31605881452560425, 0.261773943901062, -0.34290093183517456, 0.7610751390457153, -0.605928361415863, -0.7040645480155945, -0.13973557949066162, -0.09959842264652252, 0.6187720894813538, 0.9297671318054199, 0.7491389513015747, -0.7224894165992737, -0.8973816633224487, -0.05623120069503784, -0.5420038104057312, -0.020043935626745224, 0.03815029561519623, -0.18260672688484192, -0.10514969378709793, 0.22352546453475952, -0.6100802421569824, 0.8851072788238525, 0.4322489798069, -0.6815468072891235, 0.5210589170455933, -0.4444415867328644, 0.6073803305625916, -0.864283561706543, -0.29114875197410583, -0.16823551058769226, -0.19761192798614502, -0.7090163826942444, 0.1941152662038803, -0.3002232313156128, -0.33029910922050476, -0.7474021911621094, 0.5274896621704102, -0.9497010111808777, -0.18781554698944092, -0.33672842383384705, -0.034230656921863556, 0.25807857513427734, 0.19490578770637512, -0.23560211062431335, 0.8900526762008667, 0.9160482883453369, -0.7121304273605347, 0.548728346824646, 0.3930913805961609, -0.1920013427734375, 0.713123619556427, -0.38877415657043457, 0.05162008851766586, -0.12344929575920105, 0.14374639093875885, -1.1263890266418457, -0.5611578226089478, 0.13677360117435455, -0.712703287601471, 0.1768694967031479, -0.16556847095489502, -0.09428523480892181, -0.6608468890190125, -0.3380647301673889, 0.2591003477573395, 0.48612284660339355, -0.47969940304756165, 0.6188151240348816, 0.5728038549423218, 0.026518121361732483, -0.5307412147521973, -0.7206830978393555, 0.2041819989681244, 0.03964648395776749, -0.556969404220581, 0.3011683225631714, 0.006543692201375961, -0.6622447967529297, -0.37112492322921753, -0.26354214549064636, -0.6043855547904968, -0.22679784893989563, 0.7826982736587524, 0.11994253844022751, -0.09012241661548615, -0.203103169798851, -0.3199535012245178, -0.06167476251721382, 0.3048744797706604, -0.0757523775100708, 0.7232832908630371, -0.3362368047237396, -0.17850007116794586, -0.8877336978912354, 0.6527544260025024, 0.9970458149909973, 0.09446771442890167, 0.8066437840461731, 0.46324294805526733, -0.3564743995666504, -0.1304657757282257, -0.3535460829734802, -0.15120628476142883, -0.6857748627662659, -0.18067973852157593, -0.5322473049163818, -0.5411434173583984, 0.40530622005462646, 0.10101351886987686, -0.0021041035652160645, 0.5167044401168823, 0.25336095690727234, -0.2880684435367584, 0.7550322413444519, 1.0343408584594727, 0.13917939364910126, 0.36029133200645447, -0.2854717969894409, 0.6341599225997925, -0.8329949378967285, -0.34052103757858276, -0.45480698347091675, -0.25635820627212524, -0.3121442496776581, -0.10750839114189148, 0.5791013836860657, 0.28182119131088257, -0.44634705781936646, 0.125067800283432, -0.5994207262992859, 0.6587359309196472, 0.6273983716964722, 0.571972668170929, 0.1997300237417221, -0.4619944095611572, 0.1998290866613388, 0.0481669157743454, -0.45745575428009033, -0.4009109139442444, 0.7711144089698792, 0.23996292054653168, 0.8364014625549316, 0.20926988124847412, 0.4957771301269531, 0.3337545692920685, 0.2528060972690582, -0.6318973302841187, 0.2009807825088501, -0.222828209400177, -1.2459604740142822, -0.20642682909965515, -0.1655128002166748, -1.0080578327178955, -0.11792027205228806, -0.18288995325565338, -0.8406615257263184, 0.2665732502937317, -0.19225671887397766, -0.664064347743988, 0.520614743232727, -0.5103871822357178, 0.6934710741043091, -0.23555885255336761, -0.28170883655548096, 0.11930041015148163, -0.6889917850494385, 0.5254608392715454, 0.3667146861553192, 0.2916845977306366, -0.37968963384628296, -0.31928786635398865, 0.5068990588188171, -0.8812234401702881, 0.4408110976219177, -0.1056506484746933, 0.19428148865699768, 0.5358877182006836, 0.4153590202331543, 0.3823971748352051, 0.2869910001754761, -0.24593782424926758, -0.23415422439575195, 0.2250344306230545, -0.7581349611282349, -0.27754586935043335, 0.9095456600189209, -0.7519432306289673, -0.8586916923522949, -0.6954255104064941, -0.3064503073692322, 0.28865259885787964, 0.027814306318759918, 0.7154767513275146, 0.6456884145736694, -0.18821004033088684, 0.2377707064151764, 0.7208218574523926, -0.014694605953991413, 0.7235561609268188, 0.29411110281944275, -0.4056652784347534, -0.6169788241386414, 0.7182321548461914, 0.2627044916152954, 0.05162740871310234, 0.02832757867872715, 0.3058738708496094, -0.17546658217906952, -0.15078620612621307, -0.6318319439888, -0.06395316123962402, -0.7465730905532837, -0.09279496967792511, -0.7541399598121643, -0.2507745623588562, -0.7114585638046265, -0.8068137168884277, -0.708016037940979, -0.4560436010360718, -0.4301195442676544, -0.23352210223674774, 0.5163105726242065, 1.1627087593078613, -0.26131516695022583, 0.8011054396629333, -0.8900954723358154, 0.41936278343200684, 0.4969547390937805, 0.7519729137420654, -0.11060979217290878, -0.674692690372467, -0.078362375497818, -0.533875048160553, -0.2948507070541382, -1.0156965255737305, 0.317746639251709, -0.036885812878608704, 0.40537187457084656, 0.42938902974128723, 0.2519031763076782, 0.4939272403717041, -0.3007314205169678, 1.1130684614181519, 0.7274303436279297, -0.8033813238143921, 0.5195287466049194, -0.7634996771812439, 0.16122254729270935, 0.9363656044006348, 0.5447751879692078, -0.4417074918746948, -0.15113966166973114, -1.0259766578674316, -0.8431367874145508, 0.5963039398193359, 0.15439946949481964, 0.016844402998685837, 0.018214737996459007, 0.03168320655822754, 0.29466331005096436, 0.3591306507587433, -0.7847285270690918, -0.8240230679512024, -0.13851112127304077, 0.25803321599960327, 0.31456008553504944, -0.16485440731048584, -0.3003876805305481, -0.611615777015686, 0.8711382150650024, 0.1828642338514328, 0.3546236753463745, 0.120733842253685, 0.04369288682937622, -0.35506945848464966, 0.14787031710147858, 0.5523000955581665, 1.2529062032699585, -0.40983325242996216, 0.3673909604549408, 0.1751268059015274, -0.6540066003799438, 0.6494990587234497, -0.30363476276397705, -0.02178480103611946, 0.6203134655952454, 0.17760895192623138, 0.2852846086025238, 0.3155994713306427, -0.36214226484298706, 0.6047802567481995, -0.029422208666801453, -0.1775851547718048, -0.7005689740180969, 0.15866947174072266, 0.029350265860557556, 0.2750806510448456, 0.43920308351516724, 0.24443379044532776, 0.08246834576129913, -1.0602872371673584, 0.5711053013801575, 0.24493862688541412, -0.8676613569259644, -0.30110085010528564, 0.7047959566116333, 0.40753960609436035, -0.47599583864212036, 0.3874901533126831, 0.012702956795692444, -0.671023964881897, 0.5987740755081177, 0.5510408878326416, 0.7569669485092163, -0.47024261951446533, 0.30880260467529297, 0.6245608329772949, 0.06711337715387344, 0.2055053412914276, 0.692320704460144, 0.031493909657001495, -0.44738703966140747, 0.23022475838661194, -0.598673403263092, -0.14689934253692627, 0.13735279440879822, -0.8047422766685486, 0.3515334725379944, -0.9312612414360046, -0.24089881777763367, 0.08751530200242996, 0.1176118552684784, -0.6130950450897217, 0.6674694418907166, -0.00852571427822113, 0.9280483722686768, -0.8549090623855591, 0.9626288414001465, 0.8559576272964478, -0.3183082938194275, -0.7709445953369141, -0.3355676233768463, 0.02013958990573883, -0.6660529971122742, 0.7108279466629028, -0.18972992897033691, -0.4120737612247467, -0.09323928505182266, -0.6229831576347351, -1.0003738403320312, 0.03061974048614502, 0.017416425049304962, -0.46250277757644653, 0.4454800486564636, -0.5157254338264465, 0.328967809677124, -0.1916976273059845, 0.30509495735168457, 0.7719472646713257, 0.7958441972732544, 0.22960859537124634, -0.6354777812957764, -0.4466683268547058, -0.010276056826114655, -0.16682760417461395, 0.45458099246025085, -1.0710971355438232, 0.9677362442016602, -0.4652576744556427, -0.3473319411277771, 0.2706640064716339, 0.7977619171142578, 0.25385090708732605, 0.3524121642112732, 0.6219534873962402, 0.9016802310943604, 0.36450016498565674, -0.3117823302745819, 0.7276740074157715, 0.2426333725452423, 0.415254682302475, 0.736419677734375, -0.22712236642837524, 0.5403841733932495, 0.8906410932540894, -0.7861624360084534, 0.5381762981414795, 0.7879020571708679, 0.16047365963459015, 0.7758151888847351, 0.5944142937660217, -0.6119518280029297, -0.11859352886676788, -0.14641450345516205, -0.6171557903289795, 0.19797515869140625, 0.052926674485206604, -0.11974717676639557, -0.2846010625362396, -0.13567417860031128, 0.1229504942893982, 0.28364574909210205, -0.5959330797195435, 0.6068664193153381, 0.34341561794281006, -0.6328274011611938, 0.21025092899799347, -0.25779497623443604, 0.670950174331665, -0.597815215587616, 0.027336105704307556, -0.22699394822120667, 0.4181036949157715, -0.4618741273880005, -1.0075825452804565, 0.4713834226131439, -0.2920244038105011, -0.4055126905441284, -0.26942411065101624, 0.8072371482849121, -0.2213388979434967, -0.557286262512207, 0.37486085295677185, 0.1346656084060669, 0.41473573446273804, 0.4014604091644287, -0.5487300157546997, 0.04779013991355896, 0.13760186731815338, -0.20061828196048737, 0.3601186275482178, 0.2973727285861969, 0.25488772988319397, 0.7100133895874023, 0.5052476525306702, 0.22198691964149475, 0.25694340467453003, -0.18668611347675323, 0.8387454748153687, -0.9102789163589478, -0.8167629241943359, -0.949733316898346, 0.3849899470806122, 0.025726914405822754, -0.8801440000534058, 0.7920300960540771, 0.765261173248291, 0.5113962888717651, -0.48778921365737915, 0.4755285084247589, -0.3264790177345276, 0.5047135353088379, -0.13870929181575775, 1.001088261604309, -0.7607626914978027, -0.29587239027023315, -0.03055320680141449, -0.9216433763504028, -0.25337570905685425, 0.5375737547874451, 0.15408270061016083, -0.14608034491539001, 0.4385913610458374, 0.44216373562812805, 0.022173698991537094, 0.25223103165626526, 0.3286103904247284, 0.06042790040373802, 0.14508432149887085, 0.5510439872741699, 1.093113660812378, -0.4339441955089569, 0.1869480013847351, -0.4923481345176697, -0.4536248743534088, -0.4153488278388977, -0.9548047780990601, -0.664030909538269, -0.4818541407585144, -0.297393798828125, -0.5915572643280029, 0.11726401746273041, 0.9300879836082458, 0.9018136262893677, -0.6256725788116455, -0.41243690252304077, 0.257135272026062, 0.30293378233909607, -0.22954154014587402, -0.14626729488372803, 0.2736496329307556, -0.006407958455383778, -0.7211177349090576, 0.39309415221214294, 0.8079769015312195, 0.38871222734451294, 0.08443982154130936, -0.07217179238796234, -0.4407082200050354, 0.02610137313604355, 0.537355899810791, 0.5729556679725647, -0.6281190514564514, -0.409964382648468, -0.532832145690918, -0.21386724710464478, 0.15529413521289825, 0.48077592253685, -0.5166382193565369, 0.326610803604126, 0.8128957152366638, 0.17017687857151031, 0.7187883853912354, -0.0022489726543426514, 0.667864203453064, -0.8970252275466919, 0.44462719559669495, 0.39533862471580505, 0.5681866407394409, 0.08998003602027893, -0.7339168787002563, 0.9820241928100586, 0.49674326181411743, -0.633406400680542, -1.0034250020980835, 0.030798934400081635, -1.193114161491394, -0.3788178563117981, 0.989084005355835, -0.09595745801925659, -0.9597457051277161, -0.3644893169403076, -0.3677721321582794, 0.07989601045846939, -0.3380975127220154, 0.3549816906452179, 0.8268191814422607, -0.25380656123161316, -0.22041907906532288, -0.9505572319030762, 0.4752950668334961, 0.3102521002292633, -0.5886631011962891, -0.05114413797855377, 0.3293907940387726, 0.4523681104183197, 0.3009702265262604, 0.5239559412002563, 0.10428187251091003, 0.8970534801483154, 0.2520040273666382, 0.3049145042896271, -0.04526638984680176, -0.5900781154632568, -0.01606675796210766, 0.26214757561683655, 0.04487842321395874, -0.6869444251060486 ]
Hazza1/Makarov
Hazza1
2023-11-29T21:53:58Z
0
0
null
[ "region:us" ]
2023-11-29T21:53:58Z
2023-11-29T21:52:46.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
Hazza1/Makarov
[ -0.32276451587677, -0.2256847620010376, 0.8622261881828308, 0.43461543321609497, -0.5282991528511047, 0.7012973427772522, 0.7915714979171753, 0.07618623226881027, 0.7746027708053589, 0.25632160902023315, -0.7852810025215149, -0.22573824226856232, -0.9104477763175964, 0.5715674161911011, -0.39923298358917236, 0.5791246294975281, -0.14494478702545166, -0.10751162469387054, 0.2823375463485718, -0.27689504623413086, -0.5409226417541504, -0.36855217814445496, -1.1902778148651123, 0.0614919476211071, 0.5316580533981323, 0.7435138821601868, 0.7584062814712524, 0.3652171492576599, 0.643257737159729, 0.39322903752326965, -0.2313890904188156, 0.4827059805393219, -0.04171820729970932, 0.002604129258543253, -0.35244321823120117, -0.5516899228096008, -0.28596583008766174, 0.07584737241268158, 1.0961304903030396, 0.9666876792907715, -0.28466421365737915, 0.053308140486478806, -0.3063622713088989, 0.3308888375759125, -0.497342973947525, 0.30540943145751953, -0.02250605821609497, 0.1631878912448883, -0.7041512131690979, -0.5535345673561096, 0.01279537845402956, -0.736121654510498, 0.17926578223705292, -0.6900812983512878, 0.8269097208976746, 0.1858319342136383, 1.1533749103546143, 0.14819423854351044, -0.4624859690666199, -0.8161762356758118, -0.6538985967636108, 0.5711163282394409, -0.32703739404678345, 0.3968028128147125, 0.7028230428695679, -0.04857318103313446, -0.9820328950881958, -0.6745742559432983, -0.46466225385665894, 0.2923964560031891, 0.3540283441543579, -0.34116822481155396, -0.17522068321704865, -0.30589866638183594, 0.15792052447795868, 0.12811461091041565, -0.4841996729373932, -0.5543917417526245, -0.5475160479545593, -0.3960256278514862, 0.6206657290458679, 0.348295122385025, 0.24291762709617615, -0.1888420432806015, -0.3228580057621002, 0.08801667392253876, -0.4160856604576111, 0.3402569591999054, 0.6335517168045044, 0.711402177810669, -0.5811442136764526, 0.5602158904075623, -0.049276240170001984, 0.7439705729484558, 0.11445556581020355, -0.2747812867164612, 0.41460561752319336, -0.14724718034267426, 0.05517173931002617, 0.4226348400115967, 0.31524428725242615, 0.28413131833076477, -0.32736948132514954, 0.20322267711162567, -0.3215149939060211, -0.3049620985984802, -0.2233220338821411, -0.2949073910713196, -0.35921770334243774, 0.5492292642593384, -0.33140167593955994, -0.42855483293533325, 1.143175482749939, -0.4200770854949951, -0.730222225189209, 0.3315635323524475, 0.4065209925174713, -0.09944743663072586, -0.37146490812301636, -0.052260708063840866, -0.8458784818649292, -0.007907038554549217, 0.749117910861969, -0.7198971509933472, 0.33717358112335205, 0.4728063941001892, 0.7417219877243042, 0.19650566577911377, -0.14034457504749298, -0.42949429154396057, 0.29719650745391846, -0.865999698638916, 0.6320174932479858, -0.20135216414928436, -1.005197525024414, 0.11150495707988739, 0.8971704244613647, -0.37896445393562317, -1.2094874382019043, 1.0605157613754272, -0.6887927055358887, 0.16017870604991913, -0.676761269569397, -0.14661197364330292, -0.0711849182844162, -0.0050960807129740715, -0.6088153123855591, 0.7567099928855896, 0.5872677564620972, -0.4995272755622864, 0.21429505944252014, -0.26029813289642334, -0.39151445031166077, 0.3882487118244171, -0.07935473322868347, -0.21858933568000793, 0.7138336300849915, -0.6647080183029175, -0.26932796835899353, 0.29427722096443176, 0.2368941307067871, -0.35706037282943726, -0.7931922078132629, 0.08478070050477982, -0.05786238983273506, 1.550750494003296, -0.03868793696165085, -0.35861116647720337, -0.6793835163116455, -1.15062415599823, -0.07070788741111755, 0.6886883974075317, -0.9194990396499634, -0.27839431166648865, -0.04641001671552658, -0.2616933286190033, 0.08994898945093155, 0.7390589118003845, -1.119404673576355, 0.2832733392715454, -0.05092693492770195, -0.22794704139232635, 0.8271058797836304, 0.1538720428943634, 0.24758848547935486, 0.14913441240787506, 0.42958712577819824, 0.5277255773544312, 0.11115171760320663, 0.6835880279541016, -0.34720364212989807, -0.9694353938102722, 0.6154635548591614, 0.25266414880752563, 0.8121450543403625, -0.49945321679115295, 0.2685087323188782, 0.2702549993991852, -0.3409675359725952, -0.5682372450828552, -0.3102835416793823, 0.09025780856609344, 0.14930586516857147, 0.11142538487911224, -0.5721710324287415, -0.6576127409934998, -0.968913733959198, -0.13590586185455322, -0.4314371645450592, -0.35715746879577637, 0.21006865799427032, 0.5792904496192932, -1.1975529193878174, 0.4128877520561218, -0.770562469959259, -0.7038747072219849, -0.01065595168620348, -0.19338136911392212, 0.7540655136108398, 0.4324018061161041, 0.5033968091011047, -0.639714241027832, -0.5661988258361816, -0.22470185160636902, -1.0333740711212158, -0.13280506432056427, 0.2481967955827713, 0.30657458305358887, -0.1342327892780304, -0.27449649572372437, -0.487403005361557, 0.8100382089614868, 0.1478915959596634, -0.5391896367073059, 0.5220773220062256, -0.30203190445899963, 0.1722484678030014, -0.6369155049324036, -0.06916853785514832, -0.6616759896278381, -0.000907302659470588, -0.3608301877975464, -0.5737439393997192, 0.14772272109985352, 0.07017524540424347, -0.16065461933612823, 0.2880833148956299, -0.9092758297920227, -0.0010853201383724809, -0.7442213892936707, 0.37907201051712036, 0.06394802033901215, -0.3145090639591217, -0.017517035827040672, 1.000038743019104, 0.7784460186958313, -0.38480430841445923, 0.7217440605163574, 0.44400423765182495, 0.1903611123561859, 0.7630521059036255, -0.1872522085905075, 0.1647818684577942, -0.5245417356491089, -0.12161095440387726, -0.8887600898742676, -1.098294973373413, 0.732058048248291, -0.6114241480827332, 0.36542922258377075, -0.42778629064559937, 0.25891610980033875, -0.6919256448745728, -0.038853276520967484, 0.48086005449295044, -0.05936384201049805, -0.6863948106765747, 0.5232569575309753, 0.45317453145980835, -0.2019239366054535, -0.6609032154083252, -0.5301567316055298, 0.39365914463996887, 0.6154118776321411, -0.1639040857553482, 0.0687849372625351, 0.14941048622131348, -0.5441921353340149, -0.04080260545015335, -0.38691839575767517, -0.45766711235046387, 0.05422394722700119, 0.1305338442325592, -0.0057508936151862144, -0.40482011437416077, -0.08680286258459091, -0.35842037200927734, -0.46561264991760254, 0.2187645435333252, 0.3011949360370636, -0.04096360132098198, -0.42599764466285706, -0.3619817793369293, -0.8881813287734985, 0.6719616651535034, 0.5370280146598816, 0.05281525105237961, 0.7555548548698425, 0.16819243133068085, -0.801498532295227, -0.13532188534736633, -0.17607036232948303, 0.26968368887901306, -0.558805525302887, 0.13849817216396332, -0.013484937138855457, -0.0637490376830101, 0.2629788815975189, 0.253862202167511, -0.4300558567047119, 0.9276251792907715, -0.26152732968330383, -0.35925278067588806, 0.7960179448127747, 0.5974738597869873, 0.4958310127258301, 0.1650315225124359, -0.04454142972826958, 0.9007094502449036, -1.1966516971588135, -0.6563171744346619, -0.7409549951553345, -0.15945647656917572, -0.4351089596748352, -0.032105814665555954, 0.62544184923172, 0.2900990843772888, -0.1333390176296234, 0.47563982009887695, -0.5243493914604187, 0.35560327768325806, 1.011983871459961, 0.3574863076210022, 0.3435697555541992, -0.7570235133171082, -0.2515781819820404, -0.1402428299188614, -0.999815821647644, -0.2631373703479767, 0.8871027827262878, 0.22752627730369568, 0.8444614410400391, 0.5992540717124939, 0.678453803062439, 0.13672283291816711, 0.25238293409347534, -0.3059031069278717, 0.3920288681983948, 0.4376083016395569, -1.040114164352417, -0.42758387327194214, 0.021418606862425804, -0.970333456993103, -0.14227518439292908, -0.03495027497410774, -0.42617136240005493, 0.7681740522384644, 0.00016577690257690847, -0.4076712727546692, 0.7732731699943542, -0.45558348298072815, 0.7562876343727112, -0.4473649859428406, -0.026638519018888474, 0.4699099659919739, -0.7070640921592712, 0.467742919921875, 0.12878772616386414, 0.6205844879150391, -0.01557247806340456, -0.04078585281968117, 0.7104936838150024, -0.9129158854484558, 0.2543860971927643, -0.6348398327827454, 0.22421333193778992, 0.24246978759765625, 0.5160616636276245, 0.5969958305358887, 0.4371243119239807, 0.10119904577732086, -0.23920838534832, 0.04115844517946243, -0.8241122961044312, -0.210506409406662, 0.6975145936012268, -0.718689501285553, -0.6864198446273804, -1.2355339527130127, 0.1443866491317749, 0.2734706401824951, 0.38930460810661316, 0.7959297895431519, 0.5714084506034851, 0.1289549171924591, 0.6805254220962524, 0.9888581037521362, -0.06885603815317154, 0.9166924357414246, 0.3224477469921112, 0.09175149351358414, -0.21944887936115265, 0.7036829590797424, 0.2662792205810547, -0.24707908928394318, -0.119397833943367, 0.2091342955827713, -0.11069412529468536, -0.5917622447013855, -0.49990707635879517, 0.3701757490634918, -0.6731785535812378, -0.18303945660591125, -0.6243736147880554, -0.6043767929077148, -0.5117595791816711, 0.0692739486694336, -0.7147685885429382, 0.2397911250591278, -0.775356650352478, -0.1057489663362503, 0.043233972042798996, 0.9792007207870483, -0.5893129110336304, 0.5805230140686035, -1.1218578815460205, 0.1934581696987152, -0.07949928939342499, 0.7921059131622314, 0.21395833790302277, -0.7344390153884888, -0.39754194021224976, -0.11592624336481094, -0.37299132347106934, -1.3576757907867432, 0.21404945850372314, -0.24541369080543518, 0.23093979060649872, 0.6145413517951965, 0.13977043330669403, 0.5258245468139648, -0.34326356649398804, 0.7029098868370056, -0.0570172481238842, -0.7069291472434998, 0.7934495210647583, -0.502689778804779, 0.49635300040245056, 0.9765998125076294, 0.5333842039108276, -0.7984009981155396, 0.035740651190280914, -1.0411227941513062, -0.6008695960044861, 0.38426369428634644, 0.11928921937942505, -0.03601086884737015, -0.6659562587738037, -0.05401970073580742, -0.16143816709518433, 0.6043745875358582, -1.0390695333480835, -0.7858359813690186, 0.25766968727111816, 0.5277302861213684, 0.08168511837720871, -0.5653400421142578, 0.20880739390850067, -0.5444163084030151, 1.0657774209976196, 0.45109400153160095, 0.32744941115379333, 0.8406062126159668, 0.4649241864681244, -0.38231605291366577, 0.0925246924161911, 0.7662694454193115, 0.6666231155395508, -0.5239798426628113, -0.2908029854297638, -0.08827532827854156, -0.9143398404121399, 0.059275247156620026, 0.11168861389160156, -0.013456158339977264, 0.9082110524177551, 0.5793082118034363, 0.25397002696990967, 0.4514278769493103, -0.7264608144760132, 0.885944664478302, -0.1495421677827835, -0.12472832202911377, -1.0677239894866943, 0.1948619931936264, -0.2398495376110077, 0.5006401538848877, 1.0061330795288086, 0.5250046253204346, -0.04763075336813927, -0.814338207244873, -0.014735907316207886, 0.6939173340797424, -0.7091120481491089, -0.174498051404953, 0.9448539614677429, 0.38471004366874695, -1.2953048944473267, 1.106776237487793, -0.5381779670715332, -0.5603324174880981, 0.9121305346488953, 0.5229573845863342, 1.1221847534179688, -0.44204163551330566, 0.0008676115539856255, 0.266223669052124, 0.4137842059135437, 0.5423170328140259, 1.086963415145874, 0.431413471698761, -0.793106734752655, 0.8826578855514526, -0.24776074290275574, -0.4036114811897278, -0.053475938737392426, -0.42859864234924316, 0.16892194747924805, -0.4406192898750305, -0.10712958872318268, -0.3444186747074127, 0.28543153405189514, -0.7072038650512695, 0.4280766546726227, -0.08385680615901947, 0.8653062582015991, -0.855373203754425, 0.47207632660865784, 0.635469377040863, -0.33373549580574036, -0.8508192896842957, -0.26198485493659973, -0.114484503865242, -0.6389464139938354, 0.30214783549308777, -0.4554101526737213, 0.04439942166209221, 0.09623496234416962, -0.6491507291793823, -1.1778274774551392, 0.9093635678291321, -0.6396113038063049, -0.27844658493995667, 0.20464058220386505, -0.11514723300933838, 0.2881167232990265, -0.2524649500846863, 0.010661345906555653, 0.41876572370529175, 0.748940110206604, 0.28446584939956665, -0.7727058529853821, -0.36948856711387634, 0.001504215644672513, -0.4447477459907532, 0.758297324180603, -0.6002101302146912, 1.1840779781341553, -0.5563540458679199, -0.05965424329042435, 0.4438449442386627, 0.2469087392091751, 0.21076230704784393, 0.6629219651222229, 0.14420780539512634, 0.7282264828681946, 1.07012140750885, -0.4083528518676758, 0.8811812400817871, 0.2643283009529114, 0.4743081033229828, 0.723850429058075, -0.6487718820571899, 0.7513746023178101, 0.3181040287017822, -0.5682928562164307, 0.9228016138076782, 1.2906066179275513, -0.15699191391468048, 0.8079367876052856, 0.0513644702732563, -1.0815999507904053, 0.32583388686180115, -0.2072480171918869, -0.753006637096405, 0.3150256276130676, 0.19055822491645813, -0.6920982599258423, -0.5770317316055298, -0.24046453833580017, -0.3566284477710724, -0.11552884429693222, -0.7631732821464539, 0.6720560789108276, -0.01696920208632946, -0.5103672742843628, 0.18857505917549133, 0.2877500653266907, 0.1736842840909958, -0.5235735177993774, -0.029394108802080154, -0.22823627293109894, 0.26606470346450806, -0.5670855641365051, -0.5234519243240356, 0.5724436640739441, -0.32430195808410645, -0.5343257188796997, 0.1814749836921692, 0.7635867595672607, -0.16923797130584717, -0.4515410363674164, 0.32472726702690125, 0.6959527134895325, 0.1665850430727005, 0.4250275492668152, -0.23511278629302979, 0.24480605125427246, -0.08044841140508652, -0.06651531904935837, 0.27714774012565613, 0.34491676092147827, 0.2243562936782837, 0.4450136125087738, 0.43285655975341797, -0.018087103962898254, -0.10736574977636337, -0.38281959295272827, 0.4124935567378998, -0.9542784690856934, -0.5713284611701965, -0.6307111978530884, 0.2740665376186371, -0.023153740912675858, -1.083641767501831, 0.41451701521873474, 1.4406687021255493, 1.0359981060028076, -0.4756380021572113, 1.0672270059585571, -0.21818485856056213, 0.9594788551330566, 0.4148313105106354, 0.5420439839363098, -0.6030405163764954, 0.03835345059633255, -0.4364401698112488, -1.0769630670547485, -0.3571632206439972, 0.45393887162208557, -0.022900383919477463, -0.3429865539073944, 0.8725717663764954, 0.5887163877487183, -0.3347356915473938, -0.11728046089410782, 0.048487141728401184, -0.02994171343743801, -0.12433811277151108, 0.5145376324653625, 0.764839768409729, -0.934429943561554, -0.1068042665719986, -0.2157769650220871, -0.6382726430892944, -0.5047281384468079, -0.9632006883621216, -0.1295943707227707, -0.16037845611572266, 0.03534301370382309, -0.5662810206413269, 0.002557039260864258, 1.2083251476287842, 0.5684956312179565, -1.1113998889923096, -0.5303782224655151, 0.33718544244766235, 0.3920426368713379, -0.1874788999557495, -0.24202410876750946, 0.2984570860862732, 0.1538219451904297, -0.5908880233764648, 0.6875661611557007, 0.8089627027511597, 0.20888909697532654, 0.19554796814918518, 0.1589302122592926, -0.8229473233222961, -0.14913436770439148, 0.17440474033355713, 0.9450567960739136, -0.9398533701896667, -0.7114845514297485, -0.031684987246990204, -0.270948588848114, -0.05765692517161369, 0.17102062702178955, -0.4046350419521332, 0.5180684328079224, 0.3459141254425049, 0.49933451414108276, 0.05616062134504318, -0.05474681407213211, 0.540955662727356, -0.9069053530693054, 0.09425944089889526, 0.41343602538108826, 0.4154109060764313, -0.4000871181488037, -0.5910198092460632, 0.6713412404060364, 1.0073975324630737, -0.6594867706298828, -0.8743261098861694, -0.19846689701080322, -1.0016000270843506, 0.041897404938936234, 0.6762751340866089, 0.5009523630142212, -0.4806516170501709, -0.41744956374168396, -0.5617398023605347, -0.12546773254871368, -0.13699738681316376, 0.7621608376502991, 1.1796799898147583, -0.7432101964950562, 0.07975827157497406, -1.0386394262313843, 0.6594992876052856, -0.24194613099098206, -0.34575843811035156, -0.486443430185318, 0.38328033685684204, 0.35237008333206177, 0.4404810965061188, 0.6148122549057007, 0.1408473551273346, 0.8338427543640137, 0.3126058280467987, -0.17026938498020172, 0.269897997379303, -0.4559200704097748, -0.02893316186964512, -0.057962387800216675, 0.3101596236228943, -1.0262155532836914 ]
michaelfeil/ct2fast-phi-1_5
michaelfeil
2023-11-29T22:22:50Z
0
0
null
[ "transformers", "phi", "text-generation", "ctranslate2", "int8", "float16", "custom_code", "en", "arxiv:2309.05463", "license:other", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2023-11-29T22:22:50Z
2023-11-29T21:55:30.000Z
null
null
--- tags: - ctranslate2 - int8 - float16 license: other license_name: microsoft-research-license license_link: https://huggingface.co/microsoft/phi-1_5/resolve/main/Research%20License.docx language: - en pipeline_tag: text-generation --- # # Fast-Inference with Ctranslate2 Speedup inference while reducing memory by 2x-4x using int8 inference in C++ on CPU or GPU. quantized version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) ```bash pip install hf-hub-ctranslate2>=2.12.0 ctranslate2>=3.17.1 ``` ```python # from transformers import AutoTokenizer model_name = "michaelfeil/ct2fast-phi-1_5" from hf_hub_ctranslate2 import GeneratorCT2fromHfHub model = GeneratorCT2fromHfHub( # load in int8 on CUDA model_name_or_path=model_name, device="cuda", compute_type="int8_float16", # tokenizer=AutoTokenizer.from_pretrained("{ORG}/{NAME}") ) outputs = model.generate( text=["def fibonnaci(", "User: How are you doing? Bot:"], max_length=64, include_prompt_in_result=False ) print(outputs) ``` Checkpoint compatible to [ctranslate2>=3.22.0](https://github.com/OpenNMT/CTranslate2) and [hf-hub-ctranslate2>=2.12.0](https://github.com/michaelfeil/hf-hub-ctranslate2) - `compute_type=int8_float16` for `device="cuda"` - `compute_type=int8` for `device="cpu"` Converted on 2023-11-29 using ``` TransformersConverter( "microsoft/phi-1_5", activation_scales=None, copy_files=['vocab.json', 'tokenizer.json', 'generation_config.json', 'README.md', 'special_tokens_map.json', 'merges.txt', 'Research License.docx', 'tokenizer_config.json', 'added_tokens.json', '.gitattributes'], load_as_float16=True, revision=None, low_cpu_mem_usage=True, trust_remote_code=True, ).convert( output_dir=str(tmp_dir), vmap = None, quantization="int8_float16", force = True, ) ``` # Licence and other remarks: This is just a quantized version. Licence conditions are intended to be idential to original huggingface repo. # Original description ## Model Summary The language model phi-1.5 is a Transformer with **1.3 billion** parameters. It was trained using the same data sources as [phi-1](https://huggingface.co/microsoft/phi-1), augmented with a new data source that consists of various NLP synthetic texts. When assessed against benchmarks testing common sense, language understanding, and logical reasoning, phi-1.5 demonstrates a nearly state-of-the-art performance among models with less than 10 billion parameters. We **did not** fine-tune phi-1.5 either for **instruction following or through reinforcement learning from human feedback**. The intention behind crafting this open-source model is to provide the research community with a non-restricted small model to explore vital safety challenges, such as reducing toxicity, understanding societal biases, enhancing controllability, and more. For a safer model release, we exclude generic web-crawl data sources such as common-crawl from the training. This strategy prevents direct exposure to potentially harmful online content, enhancing the model's safety without RLHF. However, the model is still vulnerable to generating harmful content. We hope the model can help the research community to further study the safety of language models. phi-1.5 can write poems, draft emails, create stories, summarize texts, write Python code (such as downloading a Hugging Face transformer model), etc. ## Intended Uses Given the nature of the training data, phi-1.5 is best suited for prompts using the QA format, the chat format, and the code format. Note that phi-1.5, being a base model, often produces irrelevant text following the main answer. In the following example, we've truncated the answer for illustrative purposes only. #### QA format: ```markdown Write a detailed analogy between mathematics and a lighthouse. Answer: Mathematics is like a lighthouse, guiding us through the vast ocean of numbers and calculations. Just as a lighthouse illuminates the darkness, mathematics provides us with a clear path to navigate through complex problems. It helps us make sense of the world around us, just like a lighthouse helps ships find their way home. ``` where the model generates the text after "Answer:". #### Chat format: ```markdown Alice: I don't know why, I'm struggling to maintain focus while studying. Any suggestions? Bob: Have you tried using a timer? It can help you stay on track and avoid distractions. Alice: That's a good idea. I'll give it a try. Charlie: Another thing that can help is to break up your study sessions into smaller chunks. It's easier to concentrate on one thing at a time. Alice: That makes sense. I'll try that too. Bob: And don't forget to take breaks! It's important to give your brain a rest so you can come back to your studies with a fresh perspective. Alice: Thanks for the advice, guys. I feel more motivated now. Charlie: No problem, Alice. We're all in this together. Bob: Yeah, and remember that it's okay to ask for help if you need it. We're here to support each other. ``` where the model generates the text after the first "Bob:". #### Code format: ```python def print_prime(n): """ Print all primes between 1 and n """ primes = [] for num in range(2, n+1): is_prime = True for i in range(2, int(math.sqrt(num))+1): if num % i == 0: is_prime = False break if is_prime: primes.append(num) print(primes) ``` where the model generates the text after the comments. **Notes** * phi-1.5 is intended for research purposes. The model-generated text/code should be treated as a starting point rather than a definitive solution for potential use cases. Users should be cautious when employing these models in their applications. * Direct adoption for production tasks is out of the scope of this research project. As a result, phi-1.5 has not been tested to ensure that it performs adequately for any production-level application. Please refer to the limitation sections of this document for more details. ## Limitations of phi-1.5 * Generate Inaccurate Code and Facts: The model often produces incorrect code snippets and statements. Users should treat these outputs as suggestions or starting points, not as definitive or accurate solutions. * Limited Scope for code: If the model generates Python scripts that utilize uncommon packages or scripts in other languages, we strongly recommend users manually verify all API uses. * Unreliable Responses to Instruction: The model has not undergone instruction fine-tuning. As a result, it may struggle or fail to adhere to intricate or nuanced instructions provided by users. * Language Limitations: The model is primarily designed to understand standard English. Informal English, slang, or any other language outside of English might pose challenges to its comprehension, leading to potential misinterpretations or errors in response. * Potential Societal Biases: Regardless of the safe data used for its training, the model is not entirely free from societal biases. There's a possibility it may generate content that mirrors these societal biases, particularly if prompted or instructed to do so. We urge users to be aware of this and to exercise caution and critical thinking when interpreting model outputs. * Toxicity: Despite that the model is trained with carefully selected data, the model can still produce harmful content if explicitly prompted or instructed to do so. We chose to release the model for research purposes only -- We hope to help the open-source community develop the most effective ways to reduce the toxicity of a model directly after pretraining. ## Training ### Model * Architecture: a Transformer-based model with next-word prediction objective * Dataset size: 30B tokens * Training tokens: 150B tokens * Precision: fp16 * GPUs: 32xA100-40G * Training time: 8 days ### Software * [PyTorch](https://github.com/pytorch/pytorch) * [DeepSpeed](https://github.com/microsoft/DeepSpeed) * [flash-attention](https://github.com/HazyResearch/flash-attention) ### License The model is licensed under the [Research License](https://huggingface.co/microsoft/phi-1_5/resolve/main/Research%20License.docx). ### Sample Code ```python import torch from transformers import AutoModelForCausalLM, AutoTokenizer torch.set_default_device("cuda") model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5", trust_remote_code=True) tokenizer = AutoTokenizer.from_pretrained("microsoft/phi-1_5", trust_remote_code=True) inputs = tokenizer('''```python def print_prime(n): """ Print all primes between 1 and n """''', return_tensors="pt", return_attention_mask=False) outputs = model.generate(**inputs, max_length=200) text = tokenizer.batch_decode(outputs)[0] print(text) ``` If you need to use the model in a lower precision (e.g., FP16), please wrap the model's forward pass with `torch.autocast()`, as follows: ```python with torch.autocast(model.device.type, dtype=torch.float16, enabled=True): outputs = model.generate(**inputs, max_length=200) ``` **Remark.** In the generation function, our model currently does not support beam search (`num_beams` > 1). Furthermore, in the forward pass of the model, we currently do not support outputting hidden states or attention values, or using custom input embeddings (instead of the model's). ### Citation You can find the paper at https://arxiv.org/abs/2309.05463 ```bib @article{textbooks2, title={Textbooks Are All You Need II: \textbf{phi-1.5} technical report}, author={Li, Yuanzhi and Bubeck, S{\'e}bastien and Eldan, Ronen and Del Giorno, Allie and Gunasekar, Suriya and Lee, Yin Tat}, journal={arXiv preprint arXiv:2309.05463}, year={2023} } ```
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
michaelfeil/ct2fast-phi-1_5
[ -0.279779314994812, -0.7350596785545349, 0.24452561140060425, 0.37473273277282715, -0.25483131408691406, -0.44752684235572815, -0.14371691644191742, -0.4719654321670532, -0.16862748563289642, 0.37250420451164246, -0.5021073818206787, -0.3688620328903198, -0.4810788035392761, -0.06283386796712875, -0.18162928521633148, 0.932037889957428, 0.1828351467847824, 0.040566153824329376, 0.07263269275426865, 0.017103152349591255, -0.07724788039922714, -0.4236850440502167, -0.7214230298995972, -0.3647748827934265, 0.37799566984176636, 0.3490680158138275, 0.710565447807312, 0.6237487196922302, 0.6056716442108154, 0.27001747488975525, -0.09146659821271896, -0.2018565684556961, -0.5615527629852295, -0.09239287674427032, -0.1417963057756424, -0.45187515020370483, -0.6600009799003601, 0.14380773901939392, 0.3432634174823761, 0.5390272736549377, -0.08302327245473862, 0.35632380843162537, 0.040041446685791016, 0.6003685593605042, -0.743374764919281, 0.4355598986148834, -0.30268755555152893, 0.12910866737365723, -0.2248973548412323, -0.002178250113502145, -0.49658963084220886, -0.3257006108760834, 0.4156213104724884, -0.831548273563385, 0.08049140125513077, 0.09491537511348724, 0.8597857356071472, 0.21482861042022705, -0.3511175513267517, -0.0636993944644928, -0.5222766399383545, 0.812818169593811, -0.8932999968528748, 0.34612205624580383, 0.44197872281074524, 0.21443967521190643, 0.10197698324918747, -0.9048371911048889, -0.5425528287887573, -0.23093686997890472, 0.060519974678754807, 0.1732378602027893, -0.24253946542739868, 0.24184244871139526, 0.5017962455749512, 0.568255603313446, -0.7167953848838806, -0.09277062863111496, -0.6411806344985962, -0.27836325764656067, 0.6348680853843689, 0.11400202661752701, 0.25016218423843384, -0.27653953433036804, -0.27347153425216675, -0.3420425355434418, -0.5572667121887207, 0.17729373276233673, 0.23530471324920654, 0.18660472333431244, -0.3217443525791168, 0.5424794554710388, -0.04694672301411629, 0.3550114631652832, 0.12406214326620102, -0.10058832168579102, 0.2822282612323761, -0.11511233448982239, -0.3246244490146637, -0.04373280331492424, 0.8529446125030518, 0.34526270627975464, 0.36237940192222595, -0.07119794934988022, -0.033008065074682236, 0.2423245906829834, 0.09121491760015488, -0.9189427495002747, -0.5825730562210083, 0.33266115188598633, -0.4756532907485962, -0.34870266914367676, 0.06824281066656113, -0.6599666476249695, -0.1297902762889862, -0.06006935238838196, 0.4626115560531616, -0.6735914945602417, -0.4124453663825989, 0.3383403420448303, -0.09284412860870361, 0.2434912770986557, 0.17690350115299225, -0.9292061924934387, 0.34943971037864685, 0.5218691229820251, 0.7989529967308044, -0.13574689626693726, -0.3243533670902252, -0.3817290663719177, -0.09799794852733612, -0.1667366772890091, 0.4344266653060913, -0.06088295578956604, -0.3963453471660614, -0.19904965162277222, 0.09965788573026657, -0.11779586970806122, -0.5165994167327881, 0.490144819021225, -0.45259925723075867, 0.48579221963882446, -0.2329561710357666, -0.5717145800590515, -0.3352360427379608, 0.00593369547277689, -0.7360485196113586, 0.9778016805648804, 0.33300596475601196, -0.893843948841095, -0.06305576115846634, -0.6845401525497437, -0.3133958876132965, -0.061231546103954315, 0.11367195844650269, -0.5464391112327576, 0.039918843656778336, 0.048014070838689804, 0.14101789891719818, -0.3224928379058838, 0.2745813727378845, -0.41613271832466125, -0.29054656624794006, 0.18527723848819733, -0.4246004521846771, 1.2553941011428833, 0.41001737117767334, -0.622405469417572, 0.02019822970032692, -0.6274826526641846, 0.07126133888959885, 0.18525542318820953, -0.291810005903244, -0.08185479044914246, -0.2706499397754669, 0.32441744208335876, 0.3182392418384552, 0.1606980711221695, -0.4671529531478882, 0.26306018233299255, -0.656527578830719, 0.40699201822280884, 0.6497759819030762, -0.03772294148802757, 0.5663823485374451, -0.5545326471328735, 0.5854541659355164, 0.21379362046718597, 0.26664650440216064, -0.25734007358551025, -0.6700723767280579, -0.7933517694473267, -0.03072473406791687, 0.2815413177013397, 0.6543405055999756, -0.579911470413208, 0.39202332496643066, -0.22544600069522858, -0.6200976371765137, -0.4666149318218231, -0.07000985741615295, 0.5005019307136536, 0.637293815612793, 0.4361741840839386, -0.24227841198444366, -0.47707313299179077, -0.6504030823707581, -0.09325538575649261, -0.19176310300827026, -0.10851509124040604, 0.1285472810268402, 0.6607967019081116, -0.08597356826066971, 0.823564887046814, -0.6002781391143799, -0.1894100308418274, -0.1682240068912506, 0.010950758121907711, 0.10344285517930984, 0.7839073538780212, 0.52445387840271, -0.700105607509613, -0.41304972767829895, -0.321115642786026, -0.7494799494743347, 0.057919684797525406, -0.1108887642621994, -0.1330513060092926, 0.07547982037067413, 0.17329779267311096, -0.7234755158424377, 0.4959513545036316, 0.35488054156303406, -0.43191850185394287, 0.6392219662666321, -0.11596619337797165, -0.16740836203098297, -0.9310593605041504, 0.3407421112060547, 0.18000628054141998, 0.03495805338025093, -0.6433690786361694, 0.2067338228225708, 0.15132075548171997, -0.25826534628868103, -0.669209361076355, 0.804400622844696, -0.20870596170425415, 0.24902434647083282, -0.054789282381534576, 0.057944584637880325, 0.12042959034442902, 0.6389137506484985, 0.04209718108177185, 0.7681728601455688, 0.733364999294281, -0.7262066602706909, 0.08906684815883636, 0.23323866724967957, -0.1883769929409027, 0.14048434793949127, -0.8533990383148193, 0.03357391059398651, 0.0669337809085846, 0.18018074333667755, -0.7843915224075317, -0.0930437296628952, 0.523511528968811, -0.4649871289730072, 0.19538624584674835, 0.040278028696775436, -0.4015387296676636, -0.3784705698490143, -0.42659053206443787, 0.5332762598991394, 0.5658376216888428, -0.3434971570968628, 0.6232507824897766, 0.35053399205207825, 0.028651854023337364, -0.4024975597858429, -0.9306361675262451, -0.36073607206344604, -0.31987690925598145, -0.8176827430725098, 0.4408072531223297, -0.22563683986663818, -0.41109567880630493, -0.15866747498512268, -0.12881743907928467, -0.09185056388378143, 0.09211698919534683, 0.2890286445617676, 0.32224810123443604, -0.2458399087190628, 0.13935571908950806, -0.01822195015847683, -0.35866475105285645, 0.16321027278900146, -0.43460631370544434, 0.42936280369758606, -0.34057334065437317, -0.1531788557767868, -0.6022758483886719, 0.1366017758846283, 0.7234418988227844, -0.3351030945777893, 0.6710627675056458, 0.5482998490333557, -0.4774426221847534, 0.053577374666929245, -0.47377967834472656, -0.49596527218818665, -0.5002954006195068, 0.23449715971946716, -0.2044612318277359, -0.5976580381393433, 0.5248371362686157, -0.007990934886038303, 0.2132221907377243, 0.5830934047698975, 0.41884464025497437, 0.04942985624074936, 0.8854659199714661, 0.6184889674186707, -0.07531474530696869, 0.5003258585929871, -0.6801717877388, 0.23031897842884064, -0.7838601469993591, -0.10638465732336044, -0.32517480850219727, -0.1188538521528244, -0.490189790725708, -0.3311537206172943, 0.4170667231082916, 0.1832219362258911, -0.4843173623085022, 0.35805168747901917, -0.5887802243232727, 0.12211021780967712, 0.646838366985321, 0.28849437832832336, 0.1865140050649643, -0.021490925922989845, -0.07938942313194275, -0.24257603287696838, -0.8109421133995056, -0.36589863896369934, 1.2033360004425049, 0.49772006273269653, 0.6809931993484497, 0.10845785588026047, 0.5161877870559692, 0.03143950179219246, 0.36868816614151, -0.6341623663902283, 0.4446447491645813, -0.00385580537840724, -0.770022451877594, -0.2769899070262909, -0.4859677851200104, -0.867156445980072, 0.2620128393173218, -0.13782846927642822, -0.8023862242698669, 0.17729152739048004, 0.19364987313747406, -0.6012915968894958, 0.29916369915008545, -0.6821841597557068, 1.087876558303833, -0.2260562926530838, -0.5630748271942139, -0.18696822226047516, -0.6010111570358276, 0.5771403312683105, 0.12614227831363678, 0.11796599626541138, -0.07803766429424286, 0.1169266626238823, 0.7643594145774841, -0.5533137917518616, 0.7596482038497925, -0.11919548362493515, -0.03937464579939842, 0.4776020646095276, 0.11224439740180969, 0.3159879744052887, 0.09784290194511414, -0.3264850378036499, 0.27480146288871765, 0.19049102067947388, -0.4402025640010834, -0.4107430875301361, 0.5905811190605164, -0.8413159251213074, -0.3547477722167969, -0.5448090434074402, -0.6614628434181213, 0.13268417119979858, 0.2621149718761444, 0.7003552317619324, 0.4551353454589844, 0.10108307003974915, 0.11225508153438568, 0.8580308556556702, -0.3085593581199646, 0.4299747943878174, 0.41410118341445923, -0.3870367705821991, -0.437749445438385, 0.7599641680717468, 0.2386089563369751, 0.19224561750888824, 0.2486559897661209, 0.35319405794143677, -0.43251124024391174, -0.27028027176856995, -0.2668086886405945, 0.3273712396621704, -0.6205160617828369, -0.17779138684272766, -0.6242179274559021, -0.18128633499145508, -0.623997688293457, -0.01770644076168537, -0.43385931849479675, -0.6484336853027344, -0.41479411721229553, -0.04337821155786514, 0.3792194724082947, 0.25000083446502686, -0.12071318179368973, 0.4364844858646393, -0.6738607883453369, 0.249923974275589, 0.17906850576400757, 0.34717220067977905, 0.10924766212701797, -0.6435101628303528, -0.1379021555185318, 0.1504693478345871, -0.6047646999359131, -0.9439478516578674, 0.36528825759887695, 0.1201573833823204, 0.3194971978664398, 0.5908864736557007, 0.3465043306350708, 0.5495324730873108, -0.07679719477891922, 0.8280981183052063, 0.17392635345458984, -0.9712960124015808, 0.5215129852294922, -0.3857259452342987, 0.5025909543037415, 0.516960084438324, 0.3653407394886017, -0.29252615571022034, -0.2740388512611389, -0.8268147706985474, -0.8479113578796387, 0.5911991000175476, 0.4285593032836914, -0.05358201265335083, 0.011155019514262676, 0.4227595627307892, -0.14021162688732147, 0.1328970491886139, -0.9697213768959045, -0.45089665055274963, -0.3262988328933716, -0.1116970032453537, 0.14192554354667664, -0.1087462455034256, 0.03769560530781746, -0.5410014390945435, 0.8666859865188599, -0.02382524125277996, 0.25727206468582153, 0.2572398781776428, -0.2334592193365097, -0.230586975812912, 0.07416777312755585, 0.4760758578777313, 0.6917698979377747, -0.18645642697811127, 0.07155907154083252, 0.17387811839580536, -0.6774609088897705, -0.07430779933929443, 0.36102911829948425, -0.32298940420150757, -0.06651688367128372, 0.19463178515434265, 0.5519548654556274, 0.4361277222633362, -0.6499068140983582, 0.4331786036491394, -0.04608839005231857, -0.10889127105474472, -0.4200868308544159, 0.2056461125612259, 0.17648692429065704, 0.1286143809556961, 0.38565850257873535, 0.09321834146976471, 0.11449309438467026, -0.4784887731075287, 0.24679678678512573, 0.16769711673259735, -0.1659790575504303, -0.29459989070892334, 0.9637231826782227, 0.18410266935825348, -0.4068344831466675, 0.8799551129341125, -0.3070082366466522, -0.42595455050468445, 0.7004641890525818, 0.4557251036167145, 0.7967404127120972, -0.24290212988853455, 0.059858810156583786, 0.6003206968307495, 0.3381107449531555, -0.1324218362569809, 0.4391734302043915, 0.011706968769431114, -0.5054094791412354, -0.1882862001657486, -0.5082693696022034, -0.2734247148036957, 0.18827085196971893, -0.7171210050582886, 0.2409629374742508, -0.5561056137084961, -0.3361273407936096, -0.0888131707906723, 0.2687959372997284, -0.6291110515594482, 0.0787404328584671, 0.1210828348994255, 1.1622954607009888, -0.7386758923530579, 0.9708814024925232, 0.4775939881801605, -0.6788641214370728, -0.9902234077453613, -0.16207362711429596, 0.0815822035074234, -0.33526715636253357, 0.34531235694885254, 0.3440168499946594, 0.144929438829422, 0.201003760099411, -0.5310263633728027, -0.7695543766021729, 1.1991263628005981, 0.49153023958206177, -0.5328750014305115, -0.2939717173576355, 0.14968283474445343, 0.5139577984809875, -0.1169084832072258, 0.41055217385292053, 0.3627512753009796, 0.5376604199409485, -0.2169134020805359, -0.9458130598068237, 0.12321365624666214, -0.4513182044029236, -0.05629122629761696, -0.14996470510959625, -0.613897442817688, 1.1920139789581299, -0.3597760796546936, -0.26172110438346863, 0.1799057126045227, 0.7635387778282166, 0.4497480094432831, 0.42949023842811584, 0.32643452286720276, 0.6672033071517944, 0.8090895414352417, -0.12357425689697266, 0.9929166436195374, -0.7716881036758423, 0.6391109824180603, 0.9751079082489014, 0.013112355023622513, 0.6777637004852295, 0.4332294762134552, -0.24969762563705444, 0.4155496656894684, 0.5824030041694641, -0.12393846362829208, 0.3919354975223541, 0.17209923267364502, -0.202042818069458, -0.13129854202270508, 0.10231071710586548, -0.6202132701873779, 0.16163457930088043, 0.26314112544059753, -0.38960421085357666, -0.257893830537796, 0.14387445151805878, 0.1349037140607834, -0.15824933350086212, -0.11692961305379868, 0.3129512369632721, 0.2854992151260376, -0.6700002551078796, 0.6723188757896423, 0.08537830412387848, 0.7540860772132874, -0.723138689994812, 0.013602656312286854, -0.13431251049041748, 0.4256066083908081, -0.21942858397960663, -0.4158248007297516, 0.20650005340576172, -0.27897748351097107, -0.14215046167373657, -0.20769762992858887, 0.5656693577766418, -0.3421679139137268, -0.47573643922805786, 0.2836359441280365, 0.4186740219593048, 0.13878534734249115, -0.3315412104129791, -0.8357044458389282, 0.16258269548416138, -0.09151577204465866, -0.4350653290748596, 0.29389891028404236, 0.1931256353855133, 0.12702617049217224, 0.8171170949935913, 0.6228939890861511, -0.0892273560166359, 0.15881328284740448, -0.2739691436290741, 0.825461208820343, -0.496670126914978, -0.5844692587852478, -0.6215831637382507, 0.5994760394096375, 0.07459988445043564, -0.6628175377845764, 0.8451564311981201, 0.7420889735221863, 0.8842388987541199, -0.13243262469768524, 0.6139388680458069, -0.13891413807868958, 0.14839622378349304, -0.2577659785747528, 0.8411097526550293, -0.3411242663860321, 0.3152271509170532, -0.23589418828487396, -0.7572658061981201, -0.12378162145614624, 0.8174393773078918, -0.4715692102909088, 0.057365741580724716, 0.7570945620536804, 0.788298487663269, -0.23476582765579224, 0.16344411671161652, 0.0804874449968338, 0.19961749017238617, 0.29434674978256226, 0.7117581963539124, 0.3950813114643097, -0.8088287115097046, 0.6799014806747437, -0.8122484683990479, -0.2557176351547241, -0.10196155309677124, -0.5942566394805908, -0.8028314113616943, -0.6300639510154724, -0.44695228338241577, -0.6128951907157898, -0.02036474458873272, 0.9429301619529724, 0.7911458015441895, -0.7326415181159973, -0.2730531394481659, -0.23450800776481628, 0.01338198035955429, -0.3352462351322174, -0.3166896104812622, 0.4512028396129608, -0.19961489737033844, -0.6483289003372192, 0.0887240618467331, 0.08082892000675201, 0.09619878232479095, -0.4038306176662445, -0.24347111582756042, -0.18076832592487335, -0.04252939671278, 0.4523530602455139, 0.4027335047721863, -0.6353684067726135, -0.10606081783771515, 0.18579232692718506, -0.32001811265945435, 0.03918685391545296, 0.7040433883666992, -0.7480287551879883, 0.36902961134910583, 0.528428316116333, 0.3678763210773468, 0.5853177905082703, -0.12180744111537933, 0.39387810230255127, -0.16799376904964447, 0.2212264984846115, 0.40414977073669434, 0.41456472873687744, 0.15052662789821625, -0.5008302927017212, 0.49203217029571533, 0.36403942108154297, -0.4879183769226074, -0.678718626499176, 0.1398155242204666, -1.0133633613586426, -0.27724388241767883, 0.9984757900238037, -0.3206850588321686, -0.3766416907310486, -0.10453350841999054, -0.16749082505702972, 0.34337061643600464, -0.36133965849876404, 0.9637870192527771, 0.49226927757263184, -0.11240255832672119, -0.28033703565597534, -0.5597441792488098, 0.5068896412849426, 0.49874821305274963, -0.6677760481834412, 0.02256988361477852, 0.32642021775245667, 0.4546714127063751, 0.2315601110458374, 0.7935783267021179, -0.1581375151872635, 0.6175901889801025, 0.15124455094337463, 0.00961853563785553, -0.1753498762845993, -0.13514147698879242, -0.4416080415248871, 0.170905202627182, -0.1649637222290039, -0.08429460227489471 ]
vrvenkatesh/distilgpt2-finetuned-slangQA
vrvenkatesh
2023-11-29T22:10:26Z
0
0
null
[ "transformers", "tensorboard", "safetensors", "gpt2", "text-generation", "generated_from_trainer", "base_model:distilgpt2", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-29T22:10:26Z
2023-11-29T21:58:51.000Z
null
null
--- license: apache-2.0 base_model: distilgpt2 tags: - generated_from_trainer model-index: - name: distilgpt2-finetuned-slangQA 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. --> # distilgpt2-finetuned-slangQA This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset. It achieves the following results on the evaluation set: - Loss: 6.2463 ## 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: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3.0 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 6.5869 | 1.0 | 1005 | 6.4652 | | 6.2888 | 2.0 | 2010 | 6.2894 | | 6.206 | 3.0 | 3015 | 6.2463 | ### 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
vrvenkatesh/distilgpt2-finetuned-slangQA
[ -0.42876583337783813, -0.7161692976951599, 0.14947053790092468, 0.18579651415348053, -0.4383108615875244, -0.43221810460090637, -0.05862176790833473, -0.1105065569281578, -0.07761314511299133, 0.20629386603832245, -0.7668721079826355, -0.47077733278274536, -0.8584551811218262, -0.15707798302173615, -0.3440202474594116, 1.5062016248703003, 0.11021354794502258, 0.46268317103385925, 0.040807876735925674, 0.036061275750398636, -0.5806653499603271, -0.6082431674003601, -0.9218115210533142, -0.9039899706840515, 0.35889512300491333, 0.34260284900665283, 0.8524981737136841, 0.8438737988471985, 0.49974724650382996, 0.16981211304664612, -0.42327332496643066, -0.19119420647621155, -0.8816977143287659, -0.49721577763557434, -0.10369905829429626, -0.3972838521003723, -0.7154356241226196, 0.08445770293474197, 0.5888883471488953, 0.4017207622528076, -0.32375702261924744, 0.5994117259979248, 0.3424485921859741, 0.5750373601913452, -0.4530829191207886, 0.43842244148254395, -0.6696950793266296, 0.28513726592063904, -0.24450092017650604, -0.26366347074508667, -0.25970572233200073, -0.031380847096443176, -0.015887470915913582, -0.5752792358398438, 0.4319123923778534, -0.0768527090549469, 1.256431221961975, 0.6267693042755127, -0.4502915143966675, 0.0970921590924263, -0.926479697227478, 0.5304296612739563, -0.7348046898841858, 0.2610742151737213, 0.37136971950531006, 0.6422611474990845, 0.035411667078733444, -1.0549414157867432, -0.547124445438385, -0.028389915823936462, -0.07540330290794373, 0.29811301827430725, -0.22891414165496826, 0.09212905913591385, 0.7138012647628784, 0.6151831150054932, -0.6604849100112915, 0.22453564405441284, -0.6872343420982361, -0.23470406234264374, 0.6339025497436523, 0.4157707691192627, -0.25439292192459106, -0.11832837760448456, -0.6848617792129517, -0.08991017937660217, -0.33680933713912964, 0.09719358384609222, 0.5053083896636963, 0.18735985457897186, -0.4044780433177948, 0.6469851732254028, -0.280129075050354, 0.724984347820282, 0.23985737562179565, -0.19788196682929993, 0.4738205075263977, 0.014277254231274128, -0.5130789875984192, -0.032211676239967346, 0.8000038266181946, 0.7567570209503174, 0.31705519556999207, 0.14489741623401642, -0.39695021510124207, -0.19732406735420227, 0.18392392992973328, -1.052964448928833, -0.6341850757598877, 0.019467182457447052, -0.5440433025360107, -0.6081892251968384, 0.037377096712589264, -0.6490538120269775, 0.024778924882411957, -0.5371124744415283, 0.6117415428161621, -0.4279007315635681, -0.3158387243747711, 0.19165997207164764, -0.2709570527076721, 0.37965717911720276, 0.19144821166992188, -0.8930860161781311, 0.518893301486969, 0.5368337035179138, 0.7126323580741882, 0.2249322533607483, -0.2882353961467743, -0.2462949901819229, -0.07720183581113815, -0.24769876897335052, 0.4866936504840851, -0.0009434688254259527, -0.3339730203151703, -0.23247087001800537, 0.1731303632259369, -0.05205158144235611, -0.45063385367393494, 1.0264418125152588, -0.32373538613319397, 0.26426345109939575, -0.14037403464317322, -0.7053489089012146, -0.33959704637527466, 0.39625319838523865, -0.6913478374481201, 1.430692434310913, 0.2935155928134918, -0.8462642431259155, 0.55448317527771, -0.5965012311935425, -0.09462499618530273, 0.061102647334337234, -0.036358967423439026, -0.8002926707267761, 0.05183262750506401, -0.09587571024894714, 0.5269460082054138, -0.38141024112701416, 0.42554324865341187, -0.36491677165031433, -0.5982299447059631, -0.13594704866409302, -0.746380627155304, 0.829806387424469, 0.3027956485748291, -0.5091690421104431, -0.001654540654271841, -1.2264947891235352, 0.3383835554122925, 0.4527246952056885, -0.46635332703590393, 0.07370121777057648, -0.44921645522117615, 0.6313067078590393, 0.39363497495651245, 0.40045562386512756, -0.45581603050231934, 0.22631311416625977, -0.2691768407821655, 0.5774991512298584, 0.6221634745597839, 0.07044029980897903, -0.06693640351295471, -0.42419472336769104, 0.16361625492572784, 0.18204143643379211, 0.5843889117240906, 0.4707075357437134, -0.5913544297218323, -0.910185694694519, -0.10696560144424438, 0.40238845348358154, 0.5075631141662598, -0.5201225876808167, 0.6758697628974915, -0.06653884798288345, -0.8874326944351196, -0.1811738908290863, 0.10682807117700577, 0.5152332186698914, 0.7584315538406372, 0.49210456013679504, -0.03789415955543518, -0.4070114195346832, -1.2398490905761719, 0.06885611265897751, -0.08735822886228561, 0.10781919211149216, 0.09697515517473221, 0.7480790019035339, -0.10250480473041534, 0.8463650345802307, -0.677324652671814, -0.20850713551044464, -0.2527669668197632, 0.04842549189925194, 0.46580228209495544, 0.7442748546600342, 0.8648145794868469, -0.5210200548171997, -0.3451116681098938, -0.25734829902648926, -0.7106782793998718, 0.1484120935201645, -0.09030196070671082, -0.26833489537239075, -0.22308853268623352, 0.181215301156044, -0.5142325758934021, 0.699149489402771, 0.3336934745311737, -0.36452147364616394, 0.7351698279380798, -0.4261910319328308, -0.212449848651886, -1.2152533531188965, 0.20539183914661407, 0.22859884798526764, -0.19052085280418396, -0.44934070110321045, -0.04455362632870674, 0.07968099415302277, -0.18314403295516968, -0.5280604362487793, 0.6531782746315002, -0.1111351028084755, 0.1628398448228836, -0.25959229469299316, -0.32272815704345703, 0.19550128281116486, 0.8458498120307922, 0.1296917349100113, 0.6452282071113586, 0.7398839592933655, -0.6264000535011292, 0.5140312314033508, 0.5361282825469971, -0.2269904762506485, 0.5439283847808838, -1.1271699666976929, 0.16159379482269287, -0.09445852041244507, -0.0019105917308479548, -0.8922616839408875, -0.25384798645973206, 0.47991639375686646, -0.46272560954093933, 0.4208797812461853, -0.4314190149307251, -0.4546658396720886, -0.44898682832717896, -0.1243148222565651, 0.3200836181640625, 0.6918693780899048, -0.6199862957000732, 0.1368297040462494, -0.046472884714603424, 0.32374322414398193, -0.4630473256111145, -0.8222535848617554, -0.2846306562423706, -0.3842052221298218, -0.31915736198425293, 0.1571449339389801, 0.08747754991054535, 0.08665797859430313, -0.10573733597993851, -0.1266157329082489, -0.43755531311035156, -0.012190483510494232, 0.39900442957878113, 0.2697589099407196, -0.05674004554748535, -0.06466260552406311, 0.050625644624233246, -0.33018624782562256, 0.20831210911273956, -0.22606775164604187, 0.6257696151733398, -0.04444960504770279, -0.27447620034217834, -0.9321033954620361, -0.08906690776348114, 0.48704636096954346, -0.13544680178165436, 0.7298489212989807, 0.8990098834037781, -0.5911027789115906, -0.02638847753405571, -0.4198964238166809, -0.1722017526626587, -0.4499789774417877, 0.6940014362335205, -0.5183612704277039, -0.3026380240917206, 0.5536773204803467, -0.03734578192234039, 0.006063699722290039, 1.1183935403823853, 0.6046724319458008, 0.09500312805175781, 1.0678133964538574, 0.29741135239601135, -0.04507751390337944, 0.2130880504846573, -0.8948549628257751, -0.12236084043979645, -0.7553121447563171, -0.5740549564361572, -0.49482715129852295, -0.44962355494499207, -0.7810305953025818, -0.06427356600761414, 0.3147963583469391, 0.4180983006954193, -0.8733400106430054, 0.34413519501686096, -0.6644454002380371, 0.42125076055526733, 0.8417443633079529, 0.39038124680519104, 0.008887790143489838, 0.12788839638233185, -0.18520960211753845, -0.07703369855880737, -0.9556949138641357, -0.5055185556411743, 1.3189254999160767, 0.6181504130363464, 0.7909832000732422, -0.10689535737037659, 0.6848247051239014, 0.12278907746076584, -0.025483526289463043, -0.7950794696807861, 0.31884780526161194, -0.05864951014518738, -0.9372561573982239, -0.20886817574501038, -0.33960846066474915, -0.6170163750648499, -0.027868129312992096, -0.33156368136405945, -0.5618419051170349, 0.10962165147066116, 0.2976627051830292, -0.4351857900619507, 0.4650455713272095, -0.5529816746711731, 1.2095121145248413, -0.38274383544921875, -0.5292007923126221, -0.04019579291343689, -0.5583808422088623, 0.26985999941825867, 0.11294487118721008, -0.42119380831718445, -0.04054494947195053, 0.2956346571445465, 0.898642897605896, -0.766069233417511, 0.6770594716072083, -0.5481860041618347, 0.32472580671310425, 0.4892658591270447, -0.18949860334396362, 0.6743946671485901, 0.44072768092155457, -0.15991567075252533, 0.4594259560108185, 0.13240982592105865, -0.6008844375610352, -0.530473530292511, 0.7961381673812866, -1.1947085857391357, -0.12770092487335205, -0.6469369530677795, -0.3814103603363037, -0.0438397042453289, 0.19703757762908936, 0.7549005150794983, 0.7304704189300537, -0.09140598028898239, 0.1274135410785675, 0.44818276166915894, 0.046196192502975464, 0.3054126799106598, 0.27312758564949036, 0.04141570255160332, -0.5364779829978943, 0.8150414228439331, -0.023457543924450874, 0.2179730236530304, -0.08732425421476364, 0.1523125022649765, -0.7486065030097961, -0.6835782527923584, -0.6885868310928345, 0.14860215783119202, -0.7766255140304565, -0.29941046237945557, -0.23210187256336212, -0.6171505451202393, -0.2744181752204895, 0.3111219108104706, -0.5085083246231079, -0.5151174068450928, -0.5850258469581604, -0.29410478472709656, 0.5655595660209656, 0.7569661140441895, -0.02416216768324375, 0.7287813425064087, -0.5653059482574463, -0.017087606713175774, 0.23129920661449432, 0.6526615619659424, -0.04107962176203728, -0.9824033975601196, -0.2742016911506653, 0.13100476562976837, -0.6035646200180054, -0.6939347982406616, 0.3756355941295624, 0.2913375198841095, 0.5719401836395264, 0.6497111320495605, -0.10295989364385605, 1.0333346128463745, -0.4845375716686249, 0.8722491264343262, 0.33943992853164673, -0.5670745968818665, 0.44214561581611633, -0.29865145683288574, 0.14131967723369598, 0.7337520718574524, 0.5217656493186951, -0.06465950608253479, 0.07114584743976593, -1.0949764251708984, -0.8026938438415527, 0.8715112805366516, 0.5494598150253296, 0.09628601372241974, 0.10005876421928406, 0.7137336134910583, 0.043961092829704285, 0.18639644980430603, -0.9297052025794983, -0.7317149639129639, -0.5077097415924072, -0.027160607278347015, -0.0926794782280922, -0.585792064666748, -0.21180927753448486, -0.6980355978012085, 1.1340641975402832, 0.07537870854139328, 0.29048362374305725, 0.08526498079299927, 0.2582044303417206, 0.0815795361995697, 0.00019029169925488532, 0.548134446144104, 0.6288047432899475, -0.5881111025810242, -0.10802579671144485, 0.15509426593780518, -0.4859059154987335, 0.06873835623264313, 0.34623953700065613, -0.21753071248531342, 0.2226099818944931, 0.2544132173061371, 1.1938570737838745, 0.0721893459558487, -0.10627784579992294, 0.4406457543373108, -0.0998707041144371, -0.589114785194397, -0.6149855256080627, 0.14118731021881104, -0.25094637274742126, 0.28406116366386414, 0.19854770600795746, 0.35560011863708496, 0.29905715584754944, -0.10235799849033356, 0.2826050817966461, 0.17314700782299042, -0.6047086119651794, -0.2695923149585724, 1.1057333946228027, 0.10785242915153503, -0.1893499344587326, 0.8302343487739563, -0.4054679572582245, -0.18107205629348755, 0.7909390330314636, 0.563230037689209, 0.893237829208374, -0.01503913663327694, 0.024433670565485954, 0.9208657145500183, 0.15663403272628784, -0.2823404371738434, 0.4625934958457947, 0.21042747795581818, -0.43123146891593933, -0.2103261500597, -0.8402231335639954, -0.07537700980901718, 0.8301814198493958, -1.262477159500122, 0.609288215637207, -0.6212179660797119, -0.5277221202850342, 0.22452141344547272, 0.15925021469593048, -1.0298315286636353, 0.5881336331367493, 0.13147321343421936, 1.2359075546264648, -1.0112619400024414, 0.9850732684135437, 0.6718466281890869, -0.5561553239822388, -1.1899809837341309, -0.18432284891605377, -0.016614295542240143, -0.9642505645751953, 0.7668435573577881, 0.06455977261066437, 0.33774644136428833, 0.2793549597263336, -0.4460367262363434, -0.8483073711395264, 1.254847526550293, 0.37911033630371094, -0.9115483164787292, 0.024469029158353806, 0.39977699518203735, 0.659659206867218, 0.03821509703993797, 0.7351518273353577, 0.453035444021225, 0.3603057563304901, 0.40574726462364197, -1.2371047735214233, -0.1857982873916626, -0.35327208042144775, 0.22350944578647614, 0.10189995914697647, -0.7863442897796631, 1.0945026874542236, 0.07537948340177536, 0.24143148958683014, 0.20859554409980774, 0.44424721598625183, 0.0917622372508049, 0.41099798679351807, 0.3487985134124756, 0.997417151927948, 0.5144738554954529, -0.3136835992336273, 1.0032566785812378, -0.6575846076011658, 1.0026260614395142, 1.4006162881851196, -0.024502931162714958, 0.4700387120246887, 0.3436644375324249, -0.3247262239456177, 0.1372954249382019, 1.0371280908584595, -0.4125991761684418, 0.6169479489326477, 0.2560814917087555, 0.023083297535777092, -0.3232882022857666, 0.20041581988334656, -0.7115483283996582, 0.5565692186355591, -0.05754610896110535, -0.5626572370529175, -0.5606235861778259, -0.26720836758613586, -0.01345096342265606, -0.208684504032135, -0.4789022207260132, 0.707730233669281, -0.3165855407714844, -0.25344589352607727, 1.131827473640442, 0.22491931915283203, 0.35610121488571167, -0.5992782115936279, -0.19277577102184296, -0.21375606954097748, 0.4079153835773468, -0.33574140071868896, -0.6467764377593994, 0.377236932516098, 0.04342765361070633, -0.24180378019809723, 0.1086798682808876, 0.45593300461769104, -0.30346909165382385, -0.9155082702636719, 0.16513295471668243, 0.43248963356018066, 0.3793369233608246, -0.10540826618671417, -1.1536412239074707, -0.24915190041065216, -0.01890004426240921, -0.3656619191169739, 0.2045845091342926, 0.37247467041015625, 0.0033854125067591667, 0.5043495893478394, 0.45163336396217346, -0.08665203303098679, 0.01737348921597004, 0.2209816426038742, 1.0905472040176392, -0.4580172300338745, -0.4512818157672882, -0.9519124031066895, 0.5701497793197632, -0.21966254711151123, -0.8712874054908752, 0.6975135803222656, 1.2243837118148804, 0.9861441254615784, -0.2853221893310547, 0.6747335195541382, -0.02346540428698063, 0.3489907383918762, -0.5917128920555115, 0.7759231328964233, -0.5524725317955017, -0.08200998604297638, -0.16029678285121918, -0.9193663001060486, 0.03345562517642975, 0.666302502155304, -0.2526552975177765, 0.16318880021572113, 0.41654083132743835, 0.7442267537117004, -0.1960349977016449, -0.09479225426912308, 0.2940371036529541, 0.0818973258137703, 0.09785190224647522, 0.5745322704315186, 0.5084341168403625, -0.9805088639259338, 0.49943864345550537, -0.7059904336929321, -0.2201053649187088, -0.026624111458659172, -0.6895901560783386, -1.0287728309631348, -0.3868753910064697, -0.5267201662063599, -0.4315553307533264, 0.08591189235448837, 0.9513002634048462, 0.8773215413093567, -0.7594718337059021, -0.2050771564245224, -0.13506074249744415, -0.4416614770889282, -0.33982062339782715, -0.269819974899292, 0.4436972141265869, -0.10311974585056305, -0.8808832764625549, -0.08746180683374405, -0.22132262587547302, 0.33188262581825256, -0.17667335271835327, -0.2569468021392822, -0.20435011386871338, -0.38847672939300537, 0.295862078666687, -0.05434797331690788, -0.5057779550552368, -0.3127806484699249, -0.27909591794013977, 0.06837242841720581, 0.17333121597766876, 0.28248894214630127, -0.46575111150741577, 0.2825164496898651, 0.17541815340518951, 0.18403680622577667, 0.7715203762054443, 0.0699419230222702, 0.12931986153125763, -0.9066195487976074, 0.5865606069564819, 0.21212291717529297, 0.3914467990398407, 0.023315105587244034, -0.4566148817539215, 0.5981237292289734, 0.4509062170982361, -0.6204296350479126, -0.7033991813659668, -0.0701332688331604, -1.1443220376968384, 0.1484726369380951, 1.3440639972686768, -0.023860616609454155, -0.2546633183956146, 0.22557014226913452, -0.31662482023239136, 0.4878820776939392, -0.2895375192165375, 0.6734907627105713, 0.6308159828186035, -0.11299767345190048, 0.10139039903879166, -0.8243950009346008, 0.6704472303390503, 0.14686639606952667, -0.5450509786605835, -0.20117305219173431, 0.5131468772888184, 0.7169557213783264, -0.12415508925914764, 0.41521087288856506, -0.12115564197301865, 0.21153219044208527, 0.13885462284088135, 0.21822161972522736, -0.6376317143440247, -0.31080761551856995, -0.4425550699234009, 0.022715413942933083, 0.21301421523094177, -0.6225115656852722 ]
ishitap/bert-base-uncased-finetuned-swag
ishitap
2023-11-29T22:19:29Z
0
0
null
[ "transformers", "tensorboard", "safetensors", "bert", "multiple-choice", "endpoints_compatible", "region:us" ]
2023-11-29T22:19:29Z
2023-11-29T22:00:54.000Z
null
null
Entry not found
null
transformers
multiple-choice
null
null
null
null
null
null
null
null
null
ishitap/bert-base-uncased-finetuned-swag
[ -0.3227651119232178, -0.22568456828594208, 0.8622261881828308, 0.43461447954177856, -0.5282989740371704, 0.7012965083122253, 0.7915719747543335, 0.0761861652135849, 0.7746025323867798, 0.25632235407829285, -0.7852817177772522, -0.22573819756507874, -0.9104477763175964, 0.5715669393539429, -0.39923295378685, 0.5791240334510803, -0.14494486153125763, -0.10751186311244965, 0.2823379635810852, -0.27689534425735474, -0.5409222841262817, -0.3685528635978699, -1.1902779340744019, 0.06149144098162651, 0.5316579937934875, 0.7435142993927002, 0.7584061026573181, 0.365217387676239, 0.643257737159729, 0.39322930574417114, -0.23138955235481262, 0.4827052056789398, -0.04171820357441902, 0.0026043057441711426, -0.3524433374404907, -0.5516901016235352, -0.2859658896923065, 0.0758475735783577, 1.09613037109375, 0.9666879773139954, -0.28466367721557617, 0.053308069705963135, -0.30636194348335266, 0.3308888077735901, -0.4973432421684265, 0.30541014671325684, -0.022506142035126686, 0.16318786144256592, -0.7041513919830322, -0.553535521030426, 0.012794725596904755, -0.7361211776733398, 0.1792658567428589, -0.690081000328064, 0.8269098401069641, 0.1858319789171219, 1.1533749103546143, 0.14819422364234924, -0.46248704195022583, -0.8161762356758118, -0.6538987159729004, 0.5711171627044678, -0.32703709602355957, 0.39680251479148865, 0.702823281288147, -0.048573337495326996, -0.9820329546928406, -0.6745744943618774, -0.46466198563575745, 0.2923961579799652, 0.35402777791023254, -0.34116750955581665, -0.17522063851356506, -0.3058988153934479, 0.1579202115535736, 0.12811532616615295, -0.4841991364955902, -0.5543915629386902, -0.5475162863731384, -0.39602530002593994, 0.6206656694412231, 0.3482949137687683, 0.24291741847991943, -0.18884167075157166, -0.3228583037853241, 0.08801612257957458, -0.4160848557949066, 0.3402569890022278, 0.6335514187812805, 0.7114018201828003, -0.5811439752578735, 0.5602155923843384, -0.049276046454906464, 0.743970513343811, 0.11445537954568863, -0.27478140592575073, 0.4146055281162262, -0.14724686741828918, 0.05517130345106125, 0.42263469099998474, 0.31524425745010376, 0.28413110971450806, -0.32736971974372864, 0.20322327315807343, -0.32151466608047485, -0.30496254563331604, -0.22332186996936798, -0.2949075698852539, -0.35921794176101685, 0.549228847026825, -0.33140209317207336, -0.4285549223423004, 1.1431758403778076, -0.4200766980648041, -0.7302228212356567, 0.3315640091896057, 0.40652021765708923, -0.09944786131381989, -0.3714657127857208, -0.05226101726293564, -0.8458784818649292, -0.007907086983323097, 0.7491174936294556, -0.7198967933654785, 0.33717384934425354, 0.4728066027164459, 0.7417219877243042, 0.1965058445930481, -0.14034488797187805, -0.4294944703578949, 0.29719680547714233, -0.8659995198249817, 0.6320172548294067, -0.2013525515794754, -1.0051977634429932, 0.11150509119033813, 0.8971704244613647, -0.3789637088775635, -1.2094879150390625, 1.0605156421661377, -0.6887935400009155, 0.16017857193946838, -0.6767615079879761, -0.14661213755607605, -0.07118458300828934, -0.005096346139907837, -0.6088160276412964, 0.7567101716995239, 0.587267279624939, -0.4995274543762207, 0.21429482102394104, -0.26029834151268005, -0.39151373505592346, 0.38824862241744995, -0.07935447990894318, -0.21858911216259003, 0.713833212852478, -0.6647083163261414, -0.26932811737060547, 0.2942773699760437, 0.23689332604408264, -0.35706108808517456, -0.79319167137146, 0.08478114753961563, -0.05786280706524849, 1.5507503747940063, -0.038688190281391144, -0.3586105406284332, -0.6793836355209351, -1.1506239175796509, -0.0707082748413086, 0.6886882185935974, -0.9194992780685425, -0.27839502692222595, -0.04641008749604225, -0.2616933286190033, 0.08994899690151215, 0.7390592098236084, -1.1194051504135132, 0.2832726538181305, -0.05092669650912285, -0.22794707119464874, 0.8271061182022095, 0.1538725048303604, 0.24758973717689514, 0.14913439750671387, 0.4295872747898102, 0.5277255773544312, 0.11115165054798126, 0.6835873126983643, -0.34720394015312195, -0.9694350361824036, 0.6154635548591614, 0.25266382098197937, 0.8121447563171387, -0.4994528889656067, 0.2685094177722931, 0.2702551782131195, -0.34096747636795044, -0.5682372450828552, -0.3102836608886719, 0.09025730192661285, 0.14930585026741028, 0.11142484843730927, -0.5721707344055176, -0.6576123237609863, -0.9689141511917114, -0.13590677082538605, -0.43143749237060547, -0.35715746879577637, 0.21006879210472107, 0.5792902708053589, -1.1975520849227905, 0.4128875136375427, -0.770563006401062, -0.7038742303848267, -0.010655438527464867, -0.19338111579418182, 0.7540656924247742, 0.4324015974998474, 0.5033963918685913, -0.6397148966789246, -0.5661991834640503, -0.22470131516456604, -1.033374547958374, -0.13280482590198517, 0.24819593131542206, 0.30657368898391724, -0.1342330276966095, -0.2744958996772766, -0.487403005361557, 0.810038685798645, 0.14789143204689026, -0.5391894578933716, 0.522076427936554, -0.30203184485435486, 0.1722482144832611, -0.6369155049324036, -0.06916841119527817, -0.661676287651062, -0.0009073078399524093, -0.360830694437027, -0.5737439393997192, 0.14772304892539978, 0.07017489522695541, -0.16065458953380585, 0.28808408975601196, -0.9092772603034973, -0.0010855093132704496, -0.7442210912704468, 0.3790721297264099, 0.06394751369953156, -0.31450796127319336, -0.01751742884516716, 1.000038743019104, 0.778445839881897, -0.38480472564697266, 0.721744179725647, 0.4440041184425354, 0.19036146998405457, 0.763052225112915, -0.18725082278251648, 0.16478247940540314, -0.524541974067688, -0.12161102145910263, -0.888759970664978, -1.0982946157455444, 0.7320570945739746, -0.6114249229431152, 0.3654288649559021, -0.42778730392456055, 0.25891631841659546, -0.6919255256652832, -0.03885392099618912, 0.4808598458766937, -0.05936310440301895, -0.6863943338394165, 0.5232576131820679, 0.45317554473876953, -0.20192453265190125, -0.6609035730361938, -0.5301569104194641, 0.39365819096565247, 0.615411639213562, -0.16390368342399597, 0.06878544390201569, 0.14941087365150452, -0.5441931486129761, -0.040802616626024246, -0.3869195580482483, -0.45766758918762207, 0.05422430485486984, 0.13053461909294128, -0.0057506137527525425, -0.4048202633857727, -0.08680291473865509, -0.35842007398605347, -0.4656125009059906, 0.21876510977745056, 0.30119481682777405, -0.04096285253763199, -0.4259978234767914, -0.3619818687438965, -0.8881809115409851, 0.6719611883163452, 0.5370283722877502, 0.05281493812799454, 0.7555554509162903, 0.16819210350513458, -0.8014988899230957, -0.13532207906246185, -0.17607103288173676, 0.26968345046043396, -0.5588057041168213, 0.13849851489067078, -0.013484681025147438, -0.06374924629926682, 0.2629794478416443, 0.2538621127605438, -0.43005552887916565, 0.9276250600814819, -0.2615273594856262, -0.3592519760131836, 0.796018123626709, 0.5974738597869873, 0.4958310127258301, 0.16503235697746277, -0.044541794806718826, 0.900709331035614, -1.1966516971588135, -0.6563178300857544, -0.7409547567367554, -0.15945681929588318, -0.4351081848144531, -0.03210577368736267, 0.6254414319992065, 0.29009929299354553, -0.1333390176296234, 0.4756389558315277, -0.52434903383255, 0.3556036353111267, 1.0119842290878296, 0.35748666524887085, 0.3435700535774231, -0.7570226192474365, -0.2515777349472046, -0.14024269580841064, -0.9998156428337097, -0.2631377577781677, 0.8871029615402222, 0.22752591967582703, 0.8444603085517883, 0.5992541313171387, 0.6784543991088867, 0.13672283291816711, 0.2523830235004425, -0.30590343475341797, 0.3920295834541321, 0.43760842084884644, -1.0401136875152588, -0.42758384346961975, 0.02141881361603737, -0.9703340530395508, -0.1422753632068634, -0.034949976950883865, -0.42617136240005493, 0.7681739926338196, 0.00016602873802185059, -0.40767115354537964, 0.7732731103897095, -0.4555831551551819, 0.7562875151634216, -0.4473648965358734, -0.02663896605372429, 0.46990966796875, -0.7070639729499817, 0.46774283051490784, 0.1287880539894104, 0.6205843091011047, -0.015572470612823963, -0.04078610986471176, 0.7104939222335815, -0.9129160642623901, 0.2543862760066986, -0.6348397731781006, 0.22421273589134216, 0.24246945977210999, 0.5160625576972961, 0.5969955325126648, 0.43712449073791504, 0.10119888931512833, -0.23920902609825134, 0.041157763451337814, -0.8241122961044312, -0.21050627529621124, 0.6975154280662537, -0.7186890840530396, -0.6864198446273804, -1.2355339527130127, 0.1443869173526764, 0.27347102761268616, 0.3893052041530609, 0.7959295511245728, 0.5714091062545776, 0.1289544403553009, 0.6805251240730286, 0.9888589978218079, -0.06885665655136108, 0.9166924357414246, 0.32244783639907837, 0.09175195544958115, -0.2194482386112213, 0.7036819458007812, 0.26627877354621887, -0.24707937240600586, -0.11939720809459686, 0.20913438498973846, -0.11069388687610626, -0.5917614698410034, -0.4999062418937683, 0.37017592787742615, -0.6731789112091064, -0.1830390989780426, -0.6243732571601868, -0.6043770909309387, -0.5117589235305786, 0.06927366554737091, -0.7147690057754517, 0.239790678024292, -0.7753564119338989, -0.10574889183044434, 0.04323374107480049, 0.9792009592056274, -0.5893118977546692, 0.580522358417511, -1.1218583583831787, 0.19345825910568237, -0.07949863374233246, 0.7921055555343628, 0.21395787596702576, -0.7344390153884888, -0.3975418210029602, -0.11592616885900497, -0.3729909062385559, -1.3576765060424805, 0.2140493094921112, -0.24541416764259338, 0.23094062507152557, 0.614540696144104, 0.13977067172527313, 0.5258246660232544, -0.34326305985450745, 0.7029101848602295, -0.05701718479394913, -0.7069287300109863, 0.7934494614601135, -0.5026894807815552, 0.49635380506515503, 0.9766000509262085, 0.5333839058876038, -0.7984007596969604, 0.03574109822511673, -1.0411232709884644, -0.600869357585907, 0.38426417112350464, 0.11928939819335938, -0.03601091355085373, -0.6659561991691589, -0.05401942878961563, -0.16143818199634552, 0.6043739914894104, -1.039069414138794, -0.7858358025550842, 0.25766998529434204, 0.5277299284934998, 0.0816861018538475, -0.5653401017189026, 0.20880670845508575, -0.5444160103797913, 1.0657771825790405, 0.45109397172927856, 0.3274499773979187, 0.8406059145927429, 0.46492403745651245, -0.3823159635066986, 0.09252475202083588, 0.7662688493728638, 0.6666239500045776, -0.5239797830581665, -0.29080265760421753, -0.08827564865350723, -0.914340615272522, 0.05927473306655884, 0.1116890162229538, -0.013455850072205067, 0.9082109332084656, 0.5793082118034363, 0.2539709508419037, 0.4514278769493103, -0.7264603972434998, 0.8859453201293945, -0.1495417207479477, -0.12472860515117645, -1.0677242279052734, 0.1948619782924652, -0.23984965682029724, 0.5006406903266907, 1.0061330795288086, 0.5250049233436584, -0.04763048142194748, -0.8143383264541626, -0.014736081473529339, 0.6939170360565186, -0.7091118097305298, -0.17449787259101868, 0.9448543787002563, 0.38471001386642456, -1.2953053712844849, 1.1067765951156616, -0.5381767749786377, -0.5603328347206116, 0.9121301770210266, 0.5229567885398865, 1.1221845149993896, -0.44204139709472656, 0.000867500901222229, 0.26622360944747925, 0.4137842655181885, 0.5423166155815125, 1.0869626998901367, 0.431412935256958, -0.7931063175201416, 0.8826578855514526, -0.24776017665863037, -0.40361160039901733, -0.05347602441906929, -0.42859911918640137, 0.16892187297344208, -0.44061899185180664, -0.10712988674640656, -0.3444189429283142, 0.28543180227279663, -0.7072039842605591, 0.4280763268470764, -0.0838562399148941, 0.8653066754341125, -0.8553726077079773, 0.472076416015625, 0.6354703903198242, -0.3337356746196747, -0.8508189916610718, -0.2619841694831848, -0.11448469012975693, -0.6389466524124146, 0.30214810371398926, -0.45541080832481384, 0.04439874365925789, 0.09623479843139648, -0.6491518616676331, -1.1778273582458496, 0.9093633890151978, -0.6396117806434631, -0.2784459590911865, 0.2046404778957367, -0.11514757573604584, 0.28811711072921753, -0.2524644434452057, 0.01066126674413681, 0.41876620054244995, 0.7489399909973145, 0.28446564078330994, -0.7727051973342896, -0.36948835849761963, 0.0015032381052151322, -0.44474801421165466, 0.7582976222038269, -0.6002103090286255, 1.1840779781341553, -0.5563539266586304, -0.05965430662035942, 0.44384461641311646, 0.24690942466259003, 0.21076221764087677, 0.6629217267036438, 0.14420822262763977, 0.7282263040542603, 1.0701215267181396, -0.40835222601890564, 0.8811811208724976, 0.2643280625343323, 0.474308580160141, 0.7238500714302063, -0.6487720608711243, 0.7513750791549683, 0.3181045651435852, -0.5682926774024963, 0.9228013753890991, 1.2906062602996826, -0.15699176490306854, 0.8079376220703125, 0.05136488750576973, -1.0816004276275635, 0.325833261013031, -0.2072473019361496, -0.7530065774917603, 0.315025269985199, 0.19055871665477753, -0.6920985579490662, -0.5770307779312134, -0.24046507477760315, -0.356627881526947, -0.11552916467189789, -0.7631731033325195, 0.6720566749572754, -0.01696912571787834, -0.5103678703308105, 0.18857558071613312, 0.28774985671043396, 0.1736840307712555, -0.5235733985900879, -0.02939441427588463, -0.22823651134967804, 0.2660655379295349, -0.5670849680900574, -0.5234527587890625, 0.5724428296089172, -0.3243022859096527, -0.5343252420425415, 0.18147432804107666, 0.763587474822998, -0.1692381203174591, -0.45154088735580444, 0.3247270882129669, 0.6959522366523743, 0.16658520698547363, 0.42502790689468384, -0.23511259257793427, 0.24480628967285156, -0.08044808357954025, -0.06651577353477478, 0.2771475613117218, 0.3449169099330902, 0.22435656189918518, 0.4450140595436096, 0.43285638093948364, -0.018087470903992653, -0.10736515372991562, -0.3828198313713074, 0.4124942719936371, -0.9542781710624695, -0.5713284611701965, -0.6307116150856018, 0.2740662097930908, -0.023154687136411667, -1.0836423635482788, 0.4145166277885437, 1.4406685829162598, 1.0359987020492554, -0.4756380021572113, 1.067226767539978, -0.2181846648454666, 0.9594791531562805, 0.41483086347579956, 0.5420442819595337, -0.6030413508415222, 0.03835379332304001, -0.4364398121833801, -1.0769634246826172, -0.3571632504463196, 0.4539392590522766, -0.022899305447936058, -0.3429872393608093, 0.872571587562561, 0.5887162089347839, -0.3347361087799072, -0.11728058010339737, 0.04848716780543327, -0.029941093176603317, -0.12433828413486481, 0.5145374536514282, 0.7648398876190186, -0.9344305992126465, -0.1068039983510971, -0.2157774716615677, -0.6382728815078735, -0.5047279596328735, -0.963200569152832, -0.12959404289722443, -0.16037824749946594, 0.03534337505698204, -0.5662806630134583, 0.002557390835136175, 1.2083251476287842, 0.568494975566864, -1.1113992929458618, -0.5303791761398315, 0.3371856212615967, 0.39204221963882446, -0.1874791830778122, -0.2420239895582199, 0.29845696687698364, 0.15382222831249237, -0.5908879637718201, 0.6875666379928589, 0.8089628219604492, 0.2088889181613922, 0.19554784893989563, 0.15893004834651947, -0.8229470252990723, -0.14913466572761536, 0.1744043231010437, 0.9450569152832031, -0.9398533701896667, -0.7114845514297485, -0.031684864312410355, -0.2709485590457916, -0.057657331228256226, 0.1710207611322403, -0.4046350419521332, 0.5180681347846985, 0.34591513872146606, 0.49933481216430664, 0.05616159364581108, -0.054746322333812714, 0.5409558415412903, -0.9069053530693054, 0.09426002204418182, 0.4134361147880554, 0.4154113233089447, -0.4000867009162903, -0.591019332408905, 0.6713420748710632, 1.0073970556259155, -0.6594866514205933, -0.8743268251419067, -0.19846712052822113, -1.0016001462936401, 0.04189659282565117, 0.6762762069702148, 0.5009526014328003, -0.4806513786315918, -0.4174501895904541, -0.5617402195930481, -0.12546715140342712, -0.13699699938297272, 0.7621604204177856, 1.179680585861206, -0.7432092428207397, 0.07975757122039795, -1.0386394262313843, 0.6594986319541931, -0.24194583296775818, -0.3457581400871277, -0.48644304275512695, 0.3832801580429077, 0.3523696959018707, 0.44048094749450684, 0.6148122549057007, 0.14084705710411072, 0.833842396736145, 0.3126051425933838, -0.17026925086975098, 0.26989832520484924, -0.4559200406074524, -0.028932536020874977, -0.05796242877840996, 0.3101595640182495, -1.0262157917022705 ]
rthatha/sd-v1-2_monza-finetuned-model
rthatha
2023-11-29T22:02:40Z
0
0
null
[ "region:us" ]
2023-11-29T22:02:40Z
2023-11-29T22:02:40.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
rthatha/sd-v1-2_monza-finetuned-model
[ -0.3227651119232178, -0.22568456828594208, 0.8622261881828308, 0.43461447954177856, -0.5282989740371704, 0.7012965083122253, 0.7915719747543335, 0.0761861652135849, 0.7746025323867798, 0.25632235407829285, -0.7852817177772522, -0.22573819756507874, -0.9104477763175964, 0.5715669393539429, -0.39923295378685, 0.5791240334510803, -0.14494486153125763, -0.10751186311244965, 0.2823379635810852, -0.27689534425735474, -0.5409222841262817, -0.3685528635978699, -1.1902779340744019, 0.06149144098162651, 0.5316579937934875, 0.7435142993927002, 0.7584061026573181, 0.365217387676239, 0.643257737159729, 0.39322930574417114, -0.23138955235481262, 0.4827052056789398, -0.04171820357441902, 0.0026043057441711426, -0.3524433374404907, -0.5516901016235352, -0.2859658896923065, 0.0758475735783577, 1.09613037109375, 0.9666879773139954, -0.28466367721557617, 0.053308069705963135, -0.30636194348335266, 0.3308888077735901, -0.4973432421684265, 0.30541014671325684, -0.022506142035126686, 0.16318786144256592, -0.7041513919830322, -0.553535521030426, 0.012794725596904755, -0.7361211776733398, 0.1792658567428589, -0.690081000328064, 0.8269098401069641, 0.1858319789171219, 1.1533749103546143, 0.14819422364234924, -0.46248704195022583, -0.8161762356758118, -0.6538987159729004, 0.5711171627044678, -0.32703709602355957, 0.39680251479148865, 0.702823281288147, -0.048573337495326996, -0.9820329546928406, -0.6745744943618774, -0.46466198563575745, 0.2923961579799652, 0.35402777791023254, -0.34116750955581665, -0.17522063851356506, -0.3058988153934479, 0.1579202115535736, 0.12811532616615295, -0.4841991364955902, -0.5543915629386902, -0.5475162863731384, -0.39602530002593994, 0.6206656694412231, 0.3482949137687683, 0.24291741847991943, -0.18884167075157166, -0.3228583037853241, 0.08801612257957458, -0.4160848557949066, 0.3402569890022278, 0.6335514187812805, 0.7114018201828003, -0.5811439752578735, 0.5602155923843384, -0.049276046454906464, 0.743970513343811, 0.11445537954568863, -0.27478140592575073, 0.4146055281162262, -0.14724686741828918, 0.05517130345106125, 0.42263469099998474, 0.31524425745010376, 0.28413110971450806, -0.32736971974372864, 0.20322327315807343, -0.32151466608047485, -0.30496254563331604, -0.22332186996936798, -0.2949075698852539, -0.35921794176101685, 0.549228847026825, -0.33140209317207336, -0.4285549223423004, 1.1431758403778076, -0.4200766980648041, -0.7302228212356567, 0.3315640091896057, 0.40652021765708923, -0.09944786131381989, -0.3714657127857208, -0.05226101726293564, -0.8458784818649292, -0.007907086983323097, 0.7491174936294556, -0.7198967933654785, 0.33717384934425354, 0.4728066027164459, 0.7417219877243042, 0.1965058445930481, -0.14034488797187805, -0.4294944703578949, 0.29719680547714233, -0.8659995198249817, 0.6320172548294067, -0.2013525515794754, -1.0051977634429932, 0.11150509119033813, 0.8971704244613647, -0.3789637088775635, -1.2094879150390625, 1.0605156421661377, -0.6887935400009155, 0.16017857193946838, -0.6767615079879761, -0.14661213755607605, -0.07118458300828934, -0.005096346139907837, -0.6088160276412964, 0.7567101716995239, 0.587267279624939, -0.4995274543762207, 0.21429482102394104, -0.26029834151268005, -0.39151373505592346, 0.38824862241744995, -0.07935447990894318, -0.21858911216259003, 0.713833212852478, -0.6647083163261414, -0.26932811737060547, 0.2942773699760437, 0.23689332604408264, -0.35706108808517456, -0.79319167137146, 0.08478114753961563, -0.05786280706524849, 1.5507503747940063, -0.038688190281391144, -0.3586105406284332, -0.6793836355209351, -1.1506239175796509, -0.0707082748413086, 0.6886882185935974, -0.9194992780685425, -0.27839502692222595, -0.04641008749604225, -0.2616933286190033, 0.08994899690151215, 0.7390592098236084, -1.1194051504135132, 0.2832726538181305, -0.05092669650912285, -0.22794707119464874, 0.8271061182022095, 0.1538725048303604, 0.24758973717689514, 0.14913439750671387, 0.4295872747898102, 0.5277255773544312, 0.11115165054798126, 0.6835873126983643, -0.34720394015312195, -0.9694350361824036, 0.6154635548591614, 0.25266382098197937, 0.8121447563171387, -0.4994528889656067, 0.2685094177722931, 0.2702551782131195, -0.34096747636795044, -0.5682372450828552, -0.3102836608886719, 0.09025730192661285, 0.14930585026741028, 0.11142484843730927, -0.5721707344055176, -0.6576123237609863, -0.9689141511917114, -0.13590677082538605, -0.43143749237060547, -0.35715746879577637, 0.21006879210472107, 0.5792902708053589, -1.1975520849227905, 0.4128875136375427, -0.770563006401062, -0.7038742303848267, -0.010655438527464867, -0.19338111579418182, 0.7540656924247742, 0.4324015974998474, 0.5033963918685913, -0.6397148966789246, -0.5661991834640503, -0.22470131516456604, -1.033374547958374, -0.13280482590198517, 0.24819593131542206, 0.30657368898391724, -0.1342330276966095, -0.2744958996772766, -0.487403005361557, 0.810038685798645, 0.14789143204689026, -0.5391894578933716, 0.522076427936554, -0.30203184485435486, 0.1722482144832611, -0.6369155049324036, -0.06916841119527817, -0.661676287651062, -0.0009073078399524093, -0.360830694437027, -0.5737439393997192, 0.14772304892539978, 0.07017489522695541, -0.16065458953380585, 0.28808408975601196, -0.9092772603034973, -0.0010855093132704496, -0.7442210912704468, 0.3790721297264099, 0.06394751369953156, -0.31450796127319336, -0.01751742884516716, 1.000038743019104, 0.778445839881897, -0.38480472564697266, 0.721744179725647, 0.4440041184425354, 0.19036146998405457, 0.763052225112915, -0.18725082278251648, 0.16478247940540314, -0.524541974067688, -0.12161102145910263, -0.888759970664978, -1.0982946157455444, 0.7320570945739746, -0.6114249229431152, 0.3654288649559021, -0.42778730392456055, 0.25891631841659546, -0.6919255256652832, -0.03885392099618912, 0.4808598458766937, -0.05936310440301895, -0.6863943338394165, 0.5232576131820679, 0.45317554473876953, -0.20192453265190125, -0.6609035730361938, -0.5301569104194641, 0.39365819096565247, 0.615411639213562, -0.16390368342399597, 0.06878544390201569, 0.14941087365150452, -0.5441931486129761, -0.040802616626024246, -0.3869195580482483, -0.45766758918762207, 0.05422430485486984, 0.13053461909294128, -0.0057506137527525425, -0.4048202633857727, -0.08680291473865509, -0.35842007398605347, -0.4656125009059906, 0.21876510977745056, 0.30119481682777405, -0.04096285253763199, -0.4259978234767914, -0.3619818687438965, -0.8881809115409851, 0.6719611883163452, 0.5370283722877502, 0.05281493812799454, 0.7555554509162903, 0.16819210350513458, -0.8014988899230957, -0.13532207906246185, -0.17607103288173676, 0.26968345046043396, -0.5588057041168213, 0.13849851489067078, -0.013484681025147438, -0.06374924629926682, 0.2629794478416443, 0.2538621127605438, -0.43005552887916565, 0.9276250600814819, -0.2615273594856262, -0.3592519760131836, 0.796018123626709, 0.5974738597869873, 0.4958310127258301, 0.16503235697746277, -0.044541794806718826, 0.900709331035614, -1.1966516971588135, -0.6563178300857544, -0.7409547567367554, -0.15945681929588318, -0.4351081848144531, -0.03210577368736267, 0.6254414319992065, 0.29009929299354553, -0.1333390176296234, 0.4756389558315277, -0.52434903383255, 0.3556036353111267, 1.0119842290878296, 0.35748666524887085, 0.3435700535774231, -0.7570226192474365, -0.2515777349472046, -0.14024269580841064, -0.9998156428337097, -0.2631377577781677, 0.8871029615402222, 0.22752591967582703, 0.8444603085517883, 0.5992541313171387, 0.6784543991088867, 0.13672283291816711, 0.2523830235004425, -0.30590343475341797, 0.3920295834541321, 0.43760842084884644, -1.0401136875152588, -0.42758384346961975, 0.02141881361603737, -0.9703340530395508, -0.1422753632068634, -0.034949976950883865, -0.42617136240005493, 0.7681739926338196, 0.00016602873802185059, -0.40767115354537964, 0.7732731103897095, -0.4555831551551819, 0.7562875151634216, -0.4473648965358734, -0.02663896605372429, 0.46990966796875, -0.7070639729499817, 0.46774283051490784, 0.1287880539894104, 0.6205843091011047, -0.015572470612823963, -0.04078610986471176, 0.7104939222335815, -0.9129160642623901, 0.2543862760066986, -0.6348397731781006, 0.22421273589134216, 0.24246945977210999, 0.5160625576972961, 0.5969955325126648, 0.43712449073791504, 0.10119888931512833, -0.23920902609825134, 0.041157763451337814, -0.8241122961044312, -0.21050627529621124, 0.6975154280662537, -0.7186890840530396, -0.6864198446273804, -1.2355339527130127, 0.1443869173526764, 0.27347102761268616, 0.3893052041530609, 0.7959295511245728, 0.5714091062545776, 0.1289544403553009, 0.6805251240730286, 0.9888589978218079, -0.06885665655136108, 0.9166924357414246, 0.32244783639907837, 0.09175195544958115, -0.2194482386112213, 0.7036819458007812, 0.26627877354621887, -0.24707937240600586, -0.11939720809459686, 0.20913438498973846, -0.11069388687610626, -0.5917614698410034, -0.4999062418937683, 0.37017592787742615, -0.6731789112091064, -0.1830390989780426, -0.6243732571601868, -0.6043770909309387, -0.5117589235305786, 0.06927366554737091, -0.7147690057754517, 0.239790678024292, -0.7753564119338989, -0.10574889183044434, 0.04323374107480049, 0.9792009592056274, -0.5893118977546692, 0.580522358417511, -1.1218583583831787, 0.19345825910568237, -0.07949863374233246, 0.7921055555343628, 0.21395787596702576, -0.7344390153884888, -0.3975418210029602, -0.11592616885900497, -0.3729909062385559, -1.3576765060424805, 0.2140493094921112, -0.24541416764259338, 0.23094062507152557, 0.614540696144104, 0.13977067172527313, 0.5258246660232544, -0.34326305985450745, 0.7029101848602295, -0.05701718479394913, -0.7069287300109863, 0.7934494614601135, -0.5026894807815552, 0.49635380506515503, 0.9766000509262085, 0.5333839058876038, -0.7984007596969604, 0.03574109822511673, -1.0411232709884644, -0.600869357585907, 0.38426417112350464, 0.11928939819335938, -0.03601091355085373, -0.6659561991691589, -0.05401942878961563, -0.16143818199634552, 0.6043739914894104, -1.039069414138794, -0.7858358025550842, 0.25766998529434204, 0.5277299284934998, 0.0816861018538475, -0.5653401017189026, 0.20880670845508575, -0.5444160103797913, 1.0657771825790405, 0.45109397172927856, 0.3274499773979187, 0.8406059145927429, 0.46492403745651245, -0.3823159635066986, 0.09252475202083588, 0.7662688493728638, 0.6666239500045776, -0.5239797830581665, -0.29080265760421753, -0.08827564865350723, -0.914340615272522, 0.05927473306655884, 0.1116890162229538, -0.013455850072205067, 0.9082109332084656, 0.5793082118034363, 0.2539709508419037, 0.4514278769493103, -0.7264603972434998, 0.8859453201293945, -0.1495417207479477, -0.12472860515117645, -1.0677242279052734, 0.1948619782924652, -0.23984965682029724, 0.5006406903266907, 1.0061330795288086, 0.5250049233436584, -0.04763048142194748, -0.8143383264541626, -0.014736081473529339, 0.6939170360565186, -0.7091118097305298, -0.17449787259101868, 0.9448543787002563, 0.38471001386642456, -1.2953053712844849, 1.1067765951156616, -0.5381767749786377, -0.5603328347206116, 0.9121301770210266, 0.5229567885398865, 1.1221845149993896, -0.44204139709472656, 0.000867500901222229, 0.26622360944747925, 0.4137842655181885, 0.5423166155815125, 1.0869626998901367, 0.431412935256958, -0.7931063175201416, 0.8826578855514526, -0.24776017665863037, -0.40361160039901733, -0.05347602441906929, -0.42859911918640137, 0.16892187297344208, -0.44061899185180664, -0.10712988674640656, -0.3444189429283142, 0.28543180227279663, -0.7072039842605591, 0.4280763268470764, -0.0838562399148941, 0.8653066754341125, -0.8553726077079773, 0.472076416015625, 0.6354703903198242, -0.3337356746196747, -0.8508189916610718, -0.2619841694831848, -0.11448469012975693, -0.6389466524124146, 0.30214810371398926, -0.45541080832481384, 0.04439874365925789, 0.09623479843139648, -0.6491518616676331, -1.1778273582458496, 0.9093633890151978, -0.6396117806434631, -0.2784459590911865, 0.2046404778957367, -0.11514757573604584, 0.28811711072921753, -0.2524644434452057, 0.01066126674413681, 0.41876620054244995, 0.7489399909973145, 0.28446564078330994, -0.7727051973342896, -0.36948835849761963, 0.0015032381052151322, -0.44474801421165466, 0.7582976222038269, -0.6002103090286255, 1.1840779781341553, -0.5563539266586304, -0.05965430662035942, 0.44384461641311646, 0.24690942466259003, 0.21076221764087677, 0.6629217267036438, 0.14420822262763977, 0.7282263040542603, 1.0701215267181396, -0.40835222601890564, 0.8811811208724976, 0.2643280625343323, 0.474308580160141, 0.7238500714302063, -0.6487720608711243, 0.7513750791549683, 0.3181045651435852, -0.5682926774024963, 0.9228013753890991, 1.2906062602996826, -0.15699176490306854, 0.8079376220703125, 0.05136488750576973, -1.0816004276275635, 0.325833261013031, -0.2072473019361496, -0.7530065774917603, 0.315025269985199, 0.19055871665477753, -0.6920985579490662, -0.5770307779312134, -0.24046507477760315, -0.356627881526947, -0.11552916467189789, -0.7631731033325195, 0.6720566749572754, -0.01696912571787834, -0.5103678703308105, 0.18857558071613312, 0.28774985671043396, 0.1736840307712555, -0.5235733985900879, -0.02939441427588463, -0.22823651134967804, 0.2660655379295349, -0.5670849680900574, -0.5234527587890625, 0.5724428296089172, -0.3243022859096527, -0.5343252420425415, 0.18147432804107666, 0.763587474822998, -0.1692381203174591, -0.45154088735580444, 0.3247270882129669, 0.6959522366523743, 0.16658520698547363, 0.42502790689468384, -0.23511259257793427, 0.24480628967285156, -0.08044808357954025, -0.06651577353477478, 0.2771475613117218, 0.3449169099330902, 0.22435656189918518, 0.4450140595436096, 0.43285638093948364, -0.018087470903992653, -0.10736515372991562, -0.3828198313713074, 0.4124942719936371, -0.9542781710624695, -0.5713284611701965, -0.6307116150856018, 0.2740662097930908, -0.023154687136411667, -1.0836423635482788, 0.4145166277885437, 1.4406685829162598, 1.0359987020492554, -0.4756380021572113, 1.067226767539978, -0.2181846648454666, 0.9594791531562805, 0.41483086347579956, 0.5420442819595337, -0.6030413508415222, 0.03835379332304001, -0.4364398121833801, -1.0769634246826172, -0.3571632504463196, 0.4539392590522766, -0.022899305447936058, -0.3429872393608093, 0.872571587562561, 0.5887162089347839, -0.3347361087799072, -0.11728058010339737, 0.04848716780543327, -0.029941093176603317, -0.12433828413486481, 0.5145374536514282, 0.7648398876190186, -0.9344305992126465, -0.1068039983510971, -0.2157774716615677, -0.6382728815078735, -0.5047279596328735, -0.963200569152832, -0.12959404289722443, -0.16037824749946594, 0.03534337505698204, -0.5662806630134583, 0.002557390835136175, 1.2083251476287842, 0.568494975566864, -1.1113992929458618, -0.5303791761398315, 0.3371856212615967, 0.39204221963882446, -0.1874791830778122, -0.2420239895582199, 0.29845696687698364, 0.15382222831249237, -0.5908879637718201, 0.6875666379928589, 0.8089628219604492, 0.2088889181613922, 0.19554784893989563, 0.15893004834651947, -0.8229470252990723, -0.14913466572761536, 0.1744043231010437, 0.9450569152832031, -0.9398533701896667, -0.7114845514297485, -0.031684864312410355, -0.2709485590457916, -0.057657331228256226, 0.1710207611322403, -0.4046350419521332, 0.5180681347846985, 0.34591513872146606, 0.49933481216430664, 0.05616159364581108, -0.054746322333812714, 0.5409558415412903, -0.9069053530693054, 0.09426002204418182, 0.4134361147880554, 0.4154113233089447, -0.4000867009162903, -0.591019332408905, 0.6713420748710632, 1.0073970556259155, -0.6594866514205933, -0.8743268251419067, -0.19846712052822113, -1.0016001462936401, 0.04189659282565117, 0.6762762069702148, 0.5009526014328003, -0.4806513786315918, -0.4174501895904541, -0.5617402195930481, -0.12546715140342712, -0.13699699938297272, 0.7621604204177856, 1.179680585861206, -0.7432092428207397, 0.07975757122039795, -1.0386394262313843, 0.6594986319541931, -0.24194583296775818, -0.3457581400871277, -0.48644304275512695, 0.3832801580429077, 0.3523696959018707, 0.44048094749450684, 0.6148122549057007, 0.14084705710411072, 0.833842396736145, 0.3126051425933838, -0.17026925086975098, 0.26989832520484924, -0.4559200406074524, -0.028932536020874977, -0.05796242877840996, 0.3101595640182495, -1.0262157917022705 ]
jordandavis/edie_rectangular_rattan_coffee_table
jordandavis
2023-11-29T22:02:54Z
0
0
null
[ "region:us" ]
2023-11-29T22:02:54Z
2023-11-29T22:02:54.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
jordandavis/edie_rectangular_rattan_coffee_table
[ -0.3227651119232178, -0.22568456828594208, 0.8622261881828308, 0.43461447954177856, -0.5282989740371704, 0.7012965083122253, 0.7915719747543335, 0.0761861652135849, 0.7746025323867798, 0.25632235407829285, -0.7852817177772522, -0.22573819756507874, -0.9104477763175964, 0.5715669393539429, -0.39923295378685, 0.5791240334510803, -0.14494486153125763, -0.10751186311244965, 0.2823379635810852, -0.27689534425735474, -0.5409222841262817, -0.3685528635978699, -1.1902779340744019, 0.06149144098162651, 0.5316579937934875, 0.7435142993927002, 0.7584061026573181, 0.365217387676239, 0.643257737159729, 0.39322930574417114, -0.23138955235481262, 0.4827052056789398, -0.04171820357441902, 0.0026043057441711426, -0.3524433374404907, -0.5516901016235352, -0.2859658896923065, 0.0758475735783577, 1.09613037109375, 0.9666879773139954, -0.28466367721557617, 0.053308069705963135, -0.30636194348335266, 0.3308888077735901, -0.4973432421684265, 0.30541014671325684, -0.022506142035126686, 0.16318786144256592, -0.7041513919830322, -0.553535521030426, 0.012794725596904755, -0.7361211776733398, 0.1792658567428589, -0.690081000328064, 0.8269098401069641, 0.1858319789171219, 1.1533749103546143, 0.14819422364234924, -0.46248704195022583, -0.8161762356758118, -0.6538987159729004, 0.5711171627044678, -0.32703709602355957, 0.39680251479148865, 0.702823281288147, -0.048573337495326996, -0.9820329546928406, -0.6745744943618774, -0.46466198563575745, 0.2923961579799652, 0.35402777791023254, -0.34116750955581665, -0.17522063851356506, -0.3058988153934479, 0.1579202115535736, 0.12811532616615295, -0.4841991364955902, -0.5543915629386902, -0.5475162863731384, -0.39602530002593994, 0.6206656694412231, 0.3482949137687683, 0.24291741847991943, -0.18884167075157166, -0.3228583037853241, 0.08801612257957458, -0.4160848557949066, 0.3402569890022278, 0.6335514187812805, 0.7114018201828003, -0.5811439752578735, 0.5602155923843384, -0.049276046454906464, 0.743970513343811, 0.11445537954568863, -0.27478140592575073, 0.4146055281162262, -0.14724686741828918, 0.05517130345106125, 0.42263469099998474, 0.31524425745010376, 0.28413110971450806, -0.32736971974372864, 0.20322327315807343, -0.32151466608047485, -0.30496254563331604, -0.22332186996936798, -0.2949075698852539, -0.35921794176101685, 0.549228847026825, -0.33140209317207336, -0.4285549223423004, 1.1431758403778076, -0.4200766980648041, -0.7302228212356567, 0.3315640091896057, 0.40652021765708923, -0.09944786131381989, -0.3714657127857208, -0.05226101726293564, -0.8458784818649292, -0.007907086983323097, 0.7491174936294556, -0.7198967933654785, 0.33717384934425354, 0.4728066027164459, 0.7417219877243042, 0.1965058445930481, -0.14034488797187805, -0.4294944703578949, 0.29719680547714233, -0.8659995198249817, 0.6320172548294067, -0.2013525515794754, -1.0051977634429932, 0.11150509119033813, 0.8971704244613647, -0.3789637088775635, -1.2094879150390625, 1.0605156421661377, -0.6887935400009155, 0.16017857193946838, -0.6767615079879761, -0.14661213755607605, -0.07118458300828934, -0.005096346139907837, -0.6088160276412964, 0.7567101716995239, 0.587267279624939, -0.4995274543762207, 0.21429482102394104, -0.26029834151268005, -0.39151373505592346, 0.38824862241744995, -0.07935447990894318, -0.21858911216259003, 0.713833212852478, -0.6647083163261414, -0.26932811737060547, 0.2942773699760437, 0.23689332604408264, -0.35706108808517456, -0.79319167137146, 0.08478114753961563, -0.05786280706524849, 1.5507503747940063, -0.038688190281391144, -0.3586105406284332, -0.6793836355209351, -1.1506239175796509, -0.0707082748413086, 0.6886882185935974, -0.9194992780685425, -0.27839502692222595, -0.04641008749604225, -0.2616933286190033, 0.08994899690151215, 0.7390592098236084, -1.1194051504135132, 0.2832726538181305, -0.05092669650912285, -0.22794707119464874, 0.8271061182022095, 0.1538725048303604, 0.24758973717689514, 0.14913439750671387, 0.4295872747898102, 0.5277255773544312, 0.11115165054798126, 0.6835873126983643, -0.34720394015312195, -0.9694350361824036, 0.6154635548591614, 0.25266382098197937, 0.8121447563171387, -0.4994528889656067, 0.2685094177722931, 0.2702551782131195, -0.34096747636795044, -0.5682372450828552, -0.3102836608886719, 0.09025730192661285, 0.14930585026741028, 0.11142484843730927, -0.5721707344055176, -0.6576123237609863, -0.9689141511917114, -0.13590677082538605, -0.43143749237060547, -0.35715746879577637, 0.21006879210472107, 0.5792902708053589, -1.1975520849227905, 0.4128875136375427, -0.770563006401062, -0.7038742303848267, -0.010655438527464867, -0.19338111579418182, 0.7540656924247742, 0.4324015974998474, 0.5033963918685913, -0.6397148966789246, -0.5661991834640503, -0.22470131516456604, -1.033374547958374, -0.13280482590198517, 0.24819593131542206, 0.30657368898391724, -0.1342330276966095, -0.2744958996772766, -0.487403005361557, 0.810038685798645, 0.14789143204689026, -0.5391894578933716, 0.522076427936554, -0.30203184485435486, 0.1722482144832611, -0.6369155049324036, -0.06916841119527817, -0.661676287651062, -0.0009073078399524093, -0.360830694437027, -0.5737439393997192, 0.14772304892539978, 0.07017489522695541, -0.16065458953380585, 0.28808408975601196, -0.9092772603034973, -0.0010855093132704496, -0.7442210912704468, 0.3790721297264099, 0.06394751369953156, -0.31450796127319336, -0.01751742884516716, 1.000038743019104, 0.778445839881897, -0.38480472564697266, 0.721744179725647, 0.4440041184425354, 0.19036146998405457, 0.763052225112915, -0.18725082278251648, 0.16478247940540314, -0.524541974067688, -0.12161102145910263, -0.888759970664978, -1.0982946157455444, 0.7320570945739746, -0.6114249229431152, 0.3654288649559021, -0.42778730392456055, 0.25891631841659546, -0.6919255256652832, -0.03885392099618912, 0.4808598458766937, -0.05936310440301895, -0.6863943338394165, 0.5232576131820679, 0.45317554473876953, -0.20192453265190125, -0.6609035730361938, -0.5301569104194641, 0.39365819096565247, 0.615411639213562, -0.16390368342399597, 0.06878544390201569, 0.14941087365150452, -0.5441931486129761, -0.040802616626024246, -0.3869195580482483, -0.45766758918762207, 0.05422430485486984, 0.13053461909294128, -0.0057506137527525425, -0.4048202633857727, -0.08680291473865509, -0.35842007398605347, -0.4656125009059906, 0.21876510977745056, 0.30119481682777405, -0.04096285253763199, -0.4259978234767914, -0.3619818687438965, -0.8881809115409851, 0.6719611883163452, 0.5370283722877502, 0.05281493812799454, 0.7555554509162903, 0.16819210350513458, -0.8014988899230957, -0.13532207906246185, -0.17607103288173676, 0.26968345046043396, -0.5588057041168213, 0.13849851489067078, -0.013484681025147438, -0.06374924629926682, 0.2629794478416443, 0.2538621127605438, -0.43005552887916565, 0.9276250600814819, -0.2615273594856262, -0.3592519760131836, 0.796018123626709, 0.5974738597869873, 0.4958310127258301, 0.16503235697746277, -0.044541794806718826, 0.900709331035614, -1.1966516971588135, -0.6563178300857544, -0.7409547567367554, -0.15945681929588318, -0.4351081848144531, -0.03210577368736267, 0.6254414319992065, 0.29009929299354553, -0.1333390176296234, 0.4756389558315277, -0.52434903383255, 0.3556036353111267, 1.0119842290878296, 0.35748666524887085, 0.3435700535774231, -0.7570226192474365, -0.2515777349472046, -0.14024269580841064, -0.9998156428337097, -0.2631377577781677, 0.8871029615402222, 0.22752591967582703, 0.8444603085517883, 0.5992541313171387, 0.6784543991088867, 0.13672283291816711, 0.2523830235004425, -0.30590343475341797, 0.3920295834541321, 0.43760842084884644, -1.0401136875152588, -0.42758384346961975, 0.02141881361603737, -0.9703340530395508, -0.1422753632068634, -0.034949976950883865, -0.42617136240005493, 0.7681739926338196, 0.00016602873802185059, -0.40767115354537964, 0.7732731103897095, -0.4555831551551819, 0.7562875151634216, -0.4473648965358734, -0.02663896605372429, 0.46990966796875, -0.7070639729499817, 0.46774283051490784, 0.1287880539894104, 0.6205843091011047, -0.015572470612823963, -0.04078610986471176, 0.7104939222335815, -0.9129160642623901, 0.2543862760066986, -0.6348397731781006, 0.22421273589134216, 0.24246945977210999, 0.5160625576972961, 0.5969955325126648, 0.43712449073791504, 0.10119888931512833, -0.23920902609825134, 0.041157763451337814, -0.8241122961044312, -0.21050627529621124, 0.6975154280662537, -0.7186890840530396, -0.6864198446273804, -1.2355339527130127, 0.1443869173526764, 0.27347102761268616, 0.3893052041530609, 0.7959295511245728, 0.5714091062545776, 0.1289544403553009, 0.6805251240730286, 0.9888589978218079, -0.06885665655136108, 0.9166924357414246, 0.32244783639907837, 0.09175195544958115, -0.2194482386112213, 0.7036819458007812, 0.26627877354621887, -0.24707937240600586, -0.11939720809459686, 0.20913438498973846, -0.11069388687610626, -0.5917614698410034, -0.4999062418937683, 0.37017592787742615, -0.6731789112091064, -0.1830390989780426, -0.6243732571601868, -0.6043770909309387, -0.5117589235305786, 0.06927366554737091, -0.7147690057754517, 0.239790678024292, -0.7753564119338989, -0.10574889183044434, 0.04323374107480049, 0.9792009592056274, -0.5893118977546692, 0.580522358417511, -1.1218583583831787, 0.19345825910568237, -0.07949863374233246, 0.7921055555343628, 0.21395787596702576, -0.7344390153884888, -0.3975418210029602, -0.11592616885900497, -0.3729909062385559, -1.3576765060424805, 0.2140493094921112, -0.24541416764259338, 0.23094062507152557, 0.614540696144104, 0.13977067172527313, 0.5258246660232544, -0.34326305985450745, 0.7029101848602295, -0.05701718479394913, -0.7069287300109863, 0.7934494614601135, -0.5026894807815552, 0.49635380506515503, 0.9766000509262085, 0.5333839058876038, -0.7984007596969604, 0.03574109822511673, -1.0411232709884644, -0.600869357585907, 0.38426417112350464, 0.11928939819335938, -0.03601091355085373, -0.6659561991691589, -0.05401942878961563, -0.16143818199634552, 0.6043739914894104, -1.039069414138794, -0.7858358025550842, 0.25766998529434204, 0.5277299284934998, 0.0816861018538475, -0.5653401017189026, 0.20880670845508575, -0.5444160103797913, 1.0657771825790405, 0.45109397172927856, 0.3274499773979187, 0.8406059145927429, 0.46492403745651245, -0.3823159635066986, 0.09252475202083588, 0.7662688493728638, 0.6666239500045776, -0.5239797830581665, -0.29080265760421753, -0.08827564865350723, -0.914340615272522, 0.05927473306655884, 0.1116890162229538, -0.013455850072205067, 0.9082109332084656, 0.5793082118034363, 0.2539709508419037, 0.4514278769493103, -0.7264603972434998, 0.8859453201293945, -0.1495417207479477, -0.12472860515117645, -1.0677242279052734, 0.1948619782924652, -0.23984965682029724, 0.5006406903266907, 1.0061330795288086, 0.5250049233436584, -0.04763048142194748, -0.8143383264541626, -0.014736081473529339, 0.6939170360565186, -0.7091118097305298, -0.17449787259101868, 0.9448543787002563, 0.38471001386642456, -1.2953053712844849, 1.1067765951156616, -0.5381767749786377, -0.5603328347206116, 0.9121301770210266, 0.5229567885398865, 1.1221845149993896, -0.44204139709472656, 0.000867500901222229, 0.26622360944747925, 0.4137842655181885, 0.5423166155815125, 1.0869626998901367, 0.431412935256958, -0.7931063175201416, 0.8826578855514526, -0.24776017665863037, -0.40361160039901733, -0.05347602441906929, -0.42859911918640137, 0.16892187297344208, -0.44061899185180664, -0.10712988674640656, -0.3444189429283142, 0.28543180227279663, -0.7072039842605591, 0.4280763268470764, -0.0838562399148941, 0.8653066754341125, -0.8553726077079773, 0.472076416015625, 0.6354703903198242, -0.3337356746196747, -0.8508189916610718, -0.2619841694831848, -0.11448469012975693, -0.6389466524124146, 0.30214810371398926, -0.45541080832481384, 0.04439874365925789, 0.09623479843139648, -0.6491518616676331, -1.1778273582458496, 0.9093633890151978, -0.6396117806434631, -0.2784459590911865, 0.2046404778957367, -0.11514757573604584, 0.28811711072921753, -0.2524644434452057, 0.01066126674413681, 0.41876620054244995, 0.7489399909973145, 0.28446564078330994, -0.7727051973342896, -0.36948835849761963, 0.0015032381052151322, -0.44474801421165466, 0.7582976222038269, -0.6002103090286255, 1.1840779781341553, -0.5563539266586304, -0.05965430662035942, 0.44384461641311646, 0.24690942466259003, 0.21076221764087677, 0.6629217267036438, 0.14420822262763977, 0.7282263040542603, 1.0701215267181396, -0.40835222601890564, 0.8811811208724976, 0.2643280625343323, 0.474308580160141, 0.7238500714302063, -0.6487720608711243, 0.7513750791549683, 0.3181045651435852, -0.5682926774024963, 0.9228013753890991, 1.2906062602996826, -0.15699176490306854, 0.8079376220703125, 0.05136488750576973, -1.0816004276275635, 0.325833261013031, -0.2072473019361496, -0.7530065774917603, 0.315025269985199, 0.19055871665477753, -0.6920985579490662, -0.5770307779312134, -0.24046507477760315, -0.356627881526947, -0.11552916467189789, -0.7631731033325195, 0.6720566749572754, -0.01696912571787834, -0.5103678703308105, 0.18857558071613312, 0.28774985671043396, 0.1736840307712555, -0.5235733985900879, -0.02939441427588463, -0.22823651134967804, 0.2660655379295349, -0.5670849680900574, -0.5234527587890625, 0.5724428296089172, -0.3243022859096527, -0.5343252420425415, 0.18147432804107666, 0.763587474822998, -0.1692381203174591, -0.45154088735580444, 0.3247270882129669, 0.6959522366523743, 0.16658520698547363, 0.42502790689468384, -0.23511259257793427, 0.24480628967285156, -0.08044808357954025, -0.06651577353477478, 0.2771475613117218, 0.3449169099330902, 0.22435656189918518, 0.4450140595436096, 0.43285638093948364, -0.018087470903992653, -0.10736515372991562, -0.3828198313713074, 0.4124942719936371, -0.9542781710624695, -0.5713284611701965, -0.6307116150856018, 0.2740662097930908, -0.023154687136411667, -1.0836423635482788, 0.4145166277885437, 1.4406685829162598, 1.0359987020492554, -0.4756380021572113, 1.067226767539978, -0.2181846648454666, 0.9594791531562805, 0.41483086347579956, 0.5420442819595337, -0.6030413508415222, 0.03835379332304001, -0.4364398121833801, -1.0769634246826172, -0.3571632504463196, 0.4539392590522766, -0.022899305447936058, -0.3429872393608093, 0.872571587562561, 0.5887162089347839, -0.3347361087799072, -0.11728058010339737, 0.04848716780543327, -0.029941093176603317, -0.12433828413486481, 0.5145374536514282, 0.7648398876190186, -0.9344305992126465, -0.1068039983510971, -0.2157774716615677, -0.6382728815078735, -0.5047279596328735, -0.963200569152832, -0.12959404289722443, -0.16037824749946594, 0.03534337505698204, -0.5662806630134583, 0.002557390835136175, 1.2083251476287842, 0.568494975566864, -1.1113992929458618, -0.5303791761398315, 0.3371856212615967, 0.39204221963882446, -0.1874791830778122, -0.2420239895582199, 0.29845696687698364, 0.15382222831249237, -0.5908879637718201, 0.6875666379928589, 0.8089628219604492, 0.2088889181613922, 0.19554784893989563, 0.15893004834651947, -0.8229470252990723, -0.14913466572761536, 0.1744043231010437, 0.9450569152832031, -0.9398533701896667, -0.7114845514297485, -0.031684864312410355, -0.2709485590457916, -0.057657331228256226, 0.1710207611322403, -0.4046350419521332, 0.5180681347846985, 0.34591513872146606, 0.49933481216430664, 0.05616159364581108, -0.054746322333812714, 0.5409558415412903, -0.9069053530693054, 0.09426002204418182, 0.4134361147880554, 0.4154113233089447, -0.4000867009162903, -0.591019332408905, 0.6713420748710632, 1.0073970556259155, -0.6594866514205933, -0.8743268251419067, -0.19846712052822113, -1.0016001462936401, 0.04189659282565117, 0.6762762069702148, 0.5009526014328003, -0.4806513786315918, -0.4174501895904541, -0.5617402195930481, -0.12546715140342712, -0.13699699938297272, 0.7621604204177856, 1.179680585861206, -0.7432092428207397, 0.07975757122039795, -1.0386394262313843, 0.6594986319541931, -0.24194583296775818, -0.3457581400871277, -0.48644304275512695, 0.3832801580429077, 0.3523696959018707, 0.44048094749450684, 0.6148122549057007, 0.14084705710411072, 0.833842396736145, 0.3126051425933838, -0.17026925086975098, 0.26989832520484924, -0.4559200406074524, -0.028932536020874977, -0.05796242877840996, 0.3101595640182495, -1.0262157917022705 ]
alforhad/unt_faqs_model
alforhad
2023-11-30T01:16:54Z
0
0
null
[ "transformers", "pytorch", "distilbert", "question-answering", "endpoints_compatible", "region:us" ]
2023-11-30T01:16:54Z
2023-11-29T22:06:06.000Z
null
null
--- license: apache-2.0 base_model: distilbert-base-uncased tags: - generated_from_trainer model-index: - name: unt_faqs_model 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. --> # unt_faqs_model This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 6.1017 ## 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 - num_epochs: 100 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | No log | 1.0 | 12 | 5.4252 | | No log | 2.0 | 24 | 4.4929 | | No log | 3.0 | 36 | 3.8593 | | No log | 4.0 | 48 | 3.1898 | | No log | 5.0 | 60 | 3.2708 | | No log | 6.0 | 72 | 3.2766 | | No log | 7.0 | 84 | 3.6022 | | No log | 8.0 | 96 | 3.8336 | | No log | 9.0 | 108 | 4.0215 | | No log | 10.0 | 120 | 4.1909 | | No log | 11.0 | 132 | 4.4297 | | No log | 12.0 | 144 | 4.3085 | | No log | 13.0 | 156 | 4.4102 | | No log | 14.0 | 168 | 4.4956 | | No log | 15.0 | 180 | 4.8586 | | No log | 16.0 | 192 | 4.8999 | | No log | 17.0 | 204 | 4.6935 | | No log | 18.0 | 216 | 4.5933 | | No log | 19.0 | 228 | 4.5490 | | No log | 20.0 | 240 | 4.7068 | | No log | 21.0 | 252 | 4.7150 | | No log | 22.0 | 264 | 4.9225 | | No log | 23.0 | 276 | 4.7852 | | No log | 24.0 | 288 | 4.8968 | | No log | 25.0 | 300 | 4.9657 | | No log | 26.0 | 312 | 5.0764 | | No log | 27.0 | 324 | 5.0940 | | No log | 28.0 | 336 | 5.1408 | | No log | 29.0 | 348 | 5.3001 | | No log | 30.0 | 360 | 5.1304 | | No log | 31.0 | 372 | 5.4316 | | No log | 32.0 | 384 | 5.3884 | | No log | 33.0 | 396 | 5.4434 | | No log | 34.0 | 408 | 5.3642 | | No log | 35.0 | 420 | 5.5924 | | No log | 36.0 | 432 | 5.2098 | | No log | 37.0 | 444 | 5.3167 | | No log | 38.0 | 456 | 5.2808 | | No log | 39.0 | 468 | 5.3687 | | No log | 40.0 | 480 | 5.4625 | | No log | 41.0 | 492 | 5.4122 | | 0.6438 | 42.0 | 504 | 5.4850 | | 0.6438 | 43.0 | 516 | 5.4797 | | 0.6438 | 44.0 | 528 | 5.8061 | | 0.6438 | 45.0 | 540 | 5.8501 | | 0.6438 | 46.0 | 552 | 5.6079 | | 0.6438 | 47.0 | 564 | 5.6625 | | 0.6438 | 48.0 | 576 | 5.7005 | | 0.6438 | 49.0 | 588 | 5.6703 | | 0.6438 | 50.0 | 600 | 5.5704 | | 0.6438 | 51.0 | 612 | 5.7556 | | 0.6438 | 52.0 | 624 | 5.6541 | | 0.6438 | 53.0 | 636 | 5.7571 | | 0.6438 | 54.0 | 648 | 5.8092 | | 0.6438 | 55.0 | 660 | 5.8529 | | 0.6438 | 56.0 | 672 | 5.7974 | | 0.6438 | 57.0 | 684 | 6.0617 | | 0.6438 | 58.0 | 696 | 5.8630 | | 0.6438 | 59.0 | 708 | 5.8652 | | 0.6438 | 60.0 | 720 | 5.9569 | | 0.6438 | 61.0 | 732 | 6.0163 | | 0.6438 | 62.0 | 744 | 5.8635 | | 0.6438 | 63.0 | 756 | 6.1112 | | 0.6438 | 64.0 | 768 | 5.9750 | | 0.6438 | 65.0 | 780 | 5.7267 | | 0.6438 | 66.0 | 792 | 5.9968 | | 0.6438 | 67.0 | 804 | 5.9974 | | 0.6438 | 68.0 | 816 | 5.9145 | | 0.6438 | 69.0 | 828 | 5.8521 | | 0.6438 | 70.0 | 840 | 5.9012 | | 0.6438 | 71.0 | 852 | 5.9272 | | 0.6438 | 72.0 | 864 | 5.9137 | | 0.6438 | 73.0 | 876 | 5.9371 | | 0.6438 | 74.0 | 888 | 5.9811 | | 0.6438 | 75.0 | 900 | 6.0054 | | 0.6438 | 76.0 | 912 | 6.0101 | | 0.6438 | 77.0 | 924 | 6.0301 | | 0.6438 | 78.0 | 936 | 5.9783 | | 0.6438 | 79.0 | 948 | 5.9784 | | 0.6438 | 80.0 | 960 | 6.0630 | | 0.6438 | 81.0 | 972 | 6.1151 | | 0.6438 | 82.0 | 984 | 6.0869 | | 0.6438 | 83.0 | 996 | 6.0823 | | 0.0228 | 84.0 | 1008 | 6.0805 | | 0.0228 | 85.0 | 1020 | 6.0722 | | 0.0228 | 86.0 | 1032 | 6.0623 | | 0.0228 | 87.0 | 1044 | 6.0561 | | 0.0228 | 88.0 | 1056 | 6.0367 | | 0.0228 | 89.0 | 1068 | 6.0342 | | 0.0228 | 90.0 | 1080 | 6.0461 | | 0.0228 | 91.0 | 1092 | 6.0646 | | 0.0228 | 92.0 | 1104 | 6.0780 | | 0.0228 | 93.0 | 1116 | 6.0926 | | 0.0228 | 94.0 | 1128 | 6.0963 | | 0.0228 | 95.0 | 1140 | 6.1009 | | 0.0228 | 96.0 | 1152 | 6.1044 | | 0.0228 | 97.0 | 1164 | 6.1015 | | 0.0228 | 98.0 | 1176 | 6.1014 | | 0.0228 | 99.0 | 1188 | 6.1021 | | 0.0228 | 100.0 | 1200 | 6.1017 | ### Framework versions - Transformers 4.32.1 - Pytorch 2.1.1+cpu - Datasets 2.12.0 - Tokenizers 0.13.2
null
transformers
question-answering
null
null
null
null
null
null
null
null
null
alforhad/unt_faqs_model
[ -0.6427363753318787, -0.5842873454093933, 0.1469835489988327, 0.13649924099445343, -0.04441888630390167, 0.15916702151298523, 0.11353703588247299, 0.06722072511911392, 0.844058632850647, 0.38517996668815613, -0.7086201906204224, -0.7851043939590454, -0.7822399735450745, -0.17625181376934052, 0.18844705820083618, 0.5778834223747253, 0.12555164098739624, -0.19958971440792084, 0.008770144544541836, -0.2217138409614563, -0.24124014377593994, 0.046954356133937836, -0.7717684507369995, -0.16944697499275208, 0.13636747002601624, 0.6393761038780212, 0.9409965872764587, 0.8238012790679932, 0.49868112802505493, 0.522682785987854, -0.4033359885215759, 0.11669909954071045, -0.21242345869541168, -0.6760548949241638, 0.15586963295936584, -0.549616813659668, -0.3076480031013489, -0.0340430848300457, 0.39654770493507385, 0.8562734127044678, -0.11362675577402115, 0.5189424157142639, 0.024651266634464264, 1.1878300905227661, -0.4597271978855133, 0.2433708906173706, -0.29637420177459717, -0.01976027712225914, -0.20702403783798218, -0.36575400829315186, 0.196424663066864, -0.7081434726715088, 0.15796791017055511, -0.5830259919166565, 0.3736242651939392, -0.006380940787494183, 1.5539710521697998, 0.3201938271522522, -0.38538476824760437, -0.10703914612531662, -0.29088735580444336, 0.686364471912384, -0.7131505012512207, 0.40594208240509033, 0.6324495077133179, 0.030572110787034035, -0.16086414456367493, -0.7675116062164307, -0.7574288249015808, 0.3429234027862549, -0.486064612865448, 0.30402427911758423, -0.1715211570262909, -0.5220478773117065, 0.49515804648399353, 0.6957114934921265, -0.7603205442428589, -0.307996928691864, -0.6647527813911438, -0.1282174289226532, 0.7129755616188049, 0.2762014865875244, 0.31604722142219543, -0.8180415630340576, -0.7577300667762756, -0.18140234053134918, -0.3234398663043976, 0.8905062079429626, 0.5705434083938599, 0.028554871678352356, -0.3524743318557739, 0.5184165835380554, -0.1277080774307251, 0.5183738470077515, 0.32387933135032654, -0.2123219221830368, 1.0041046142578125, -0.48014727234840393, -0.4098826050758362, -0.10807804763317108, 0.7267152667045593, 0.770770788192749, -0.2739887833595276, 0.16584482789039612, 0.08820885419845581, 0.06526967883110046, -0.002791700651869178, -0.7683369517326355, -0.5188277363777161, 0.7816183567047119, -0.553086519241333, -0.24953337013721466, 0.15388888120651245, -0.9357225894927979, 0.10852519422769547, -0.30787214636802673, 0.24154335260391235, -0.22618646919727325, -0.4805023968219757, 0.20182538032531738, -0.3433273434638977, 0.24126291275024414, 0.2946312725543976, -1.2071022987365723, 0.2601003646850586, 0.2952136695384979, 1.0698192119598389, 0.1055440902709961, -0.05142133682966232, 0.1809324473142624, 0.4582382142543793, -0.5251906514167786, 0.7812037467956543, -0.0664580762386322, -0.4812929332256317, -0.40313032269477844, 0.5096960067749023, -0.3804716169834137, -0.29651349782943726, 0.6640494465827942, -0.26200833916664124, 0.2450500875711441, -0.5034353137016296, -0.26894211769104004, -0.14607161283493042, 0.35587337613105774, -0.7579899430274963, 1.5704950094223022, 0.3758893609046936, -1.2124017477035522, 0.5741177201271057, -0.6179707646369934, 0.043544404208660126, -0.17962583899497986, 0.12868572771549225, -1.0179182291030884, -0.25929078459739685, 0.404013067483902, 0.1769624948501587, -0.3436841368675232, 0.11827436834573746, 0.03927779197692871, -0.13598327338695526, -0.3531995117664337, -0.2134649008512497, 1.566746711730957, 0.41296303272247314, -0.5982392430305481, 0.0330742709338665, -1.258705496788025, 0.2344084531068802, 0.3104065954685211, -0.7060685157775879, -0.1546446979045868, -0.27068111300468445, -0.011289720423519611, 0.0924539864063263, 0.5477293729782104, -0.7146008014678955, 0.31567445397377014, -0.3478394150733948, 0.6007034778594971, 0.689656674861908, 0.16108492016792297, 0.4791434705257416, -0.7050192356109619, 0.35963448882102966, 0.44207990169525146, 0.3510814607143402, 0.12271628528833389, -0.33628010749816895, -0.8895587921142578, -0.6143556833267212, -0.08250924199819565, 0.726637601852417, -0.2921068072319031, 0.6802493333816528, -0.061537351459264755, -0.7422320246696472, -0.389471173286438, -0.05215393006801605, 0.1060781478881836, 0.7052859663963318, 0.3240514397621155, -0.13749733567237854, -0.7157518863677979, -1.0021663904190063, -0.09108616411685944, 0.0429488830268383, 0.3750540316104889, 0.7479695081710815, 1.1521084308624268, -0.28537917137145996, 1.307505488395691, -0.8808351159095764, -0.8022416234016418, -0.018046727403998375, -0.22000792622566223, 0.9412244558334351, 0.572723925113678, 0.9827754497528076, -0.8561267852783203, -0.9601745009422302, 0.09095631539821625, -0.7947580814361572, 0.2792704105377197, -0.16124756634235382, 0.029829135164618492, -0.10756435245275497, 0.21670080721378326, -0.6101348996162415, 1.0267729759216309, 0.6584476232528687, -0.6340155005455017, 0.7936177849769592, -0.7212076187133789, 0.6507836580276489, -1.2065672874450684, 0.37870481610298157, -0.1193283274769783, -0.12415013462305069, -0.2989080548286438, -0.3470414876937866, 0.03174976259469986, -0.21369585394859314, -0.2653333842754364, 0.6469614505767822, -0.8972163200378418, 0.09016290307044983, 0.22090429067611694, -0.10008436441421509, 0.041827086359262466, 0.7235927581787109, -0.07134730368852615, 1.2475649118423462, 0.9811461567878723, -0.5964874029159546, 0.30918511748313904, 0.32927611470222473, -0.6734418869018555, 0.7077699303627014, -0.7381604909896851, -0.06927932798862457, -0.2677018642425537, 0.01328206155449152, -1.552554965019226, -0.3885386884212494, 0.16098466515541077, -0.6437682509422302, 0.20190784335136414, -0.12222087383270264, -0.1456492692232132, -1.2735868692398071, -0.629753053188324, -0.16525804996490479, 0.13810381293296814, -0.4209247827529907, 0.5893810987472534, 0.46227219700813293, 0.10243400186300278, -0.8542393445968628, -0.8372872471809387, 0.007984902709722519, -0.09318530559539795, -0.8473341464996338, 0.4789808988571167, -0.06822680681943893, -0.14498396217823029, 0.08679448813199997, -0.1413230299949646, -0.35329753160476685, 0.16130036115646362, 0.38100287318229675, 0.05076845362782478, -0.20550647377967834, -0.3607848286628723, -0.23880712687969208, -0.4315771460533142, -0.10543330758810043, -0.04557541385293007, 0.5043618083000183, -0.18745659291744232, -0.515163242816925, -0.798871636390686, -0.00537626538425684, 0.6675108671188354, -0.5389716029167175, 1.2437493801116943, 0.5479896664619446, -0.2689134478569031, 0.13217832148075104, -0.39188575744628906, -0.0661010593175888, -0.5032756924629211, 0.15941321849822998, -0.711201012134552, -0.7555912733078003, 0.8604325652122498, -0.32415950298309326, 0.2531368136405945, 0.7325502634048462, 0.545516848564148, -0.2764967978000641, 0.9377362728118896, 0.25219354033470154, -0.0791313573718071, 0.28821370005607605, -1.1287614107131958, 0.09999162703752518, -0.7438409328460693, -0.7152853012084961, -0.7011866569519043, -0.441159188747406, -0.29209306836128235, -0.2858296036720276, 0.5352075099945068, 0.28875312209129333, -0.6503074169158936, 0.4501112699508667, -1.0222020149230957, 0.46524953842163086, 0.9677067995071411, 0.4913352131843567, 0.12900350987911224, -0.13384558260440826, -0.4058802127838135, -0.24205772578716278, -0.5272195935249329, -0.623859703540802, 1.3342808485031128, 0.2135925590991974, 0.5268612504005432, 0.5222885012626648, 0.8832153677940369, 0.2651810348033905, -0.10173320025205612, -0.4377383589744568, 0.04196430742740631, 0.09776488691568375, -1.0366278886795044, -0.39349234104156494, -0.12830303609371185, -1.2766913175582886, 0.541461706161499, -0.328103631734848, -1.2038198709487915, 0.6733010411262512, 0.2760498821735382, -0.5254979133605957, 0.6863795518875122, -0.7581371068954468, 0.8879855871200562, -0.2525467276573181, -0.7128953337669373, 0.051237769424915314, -0.7838176488876343, 0.3534613847732544, 0.161859929561615, 0.39444148540496826, -0.2554680407047272, 0.026041965931653976, 0.610212504863739, -0.9650088548660278, 0.3406607210636139, -0.16111882030963898, 0.33261269330978394, 0.5628618597984314, -0.24345512688159943, 0.6831987500190735, 0.19622528553009033, -0.2938882112503052, -0.15501466393470764, 0.24892309308052063, -0.6167068481445312, -0.1880401074886322, 1.1555330753326416, -1.166236400604248, -0.9807966351509094, -0.6952404975891113, -0.4635990262031555, 0.31589940190315247, 0.504907488822937, 0.4334292709827423, 0.45252591371536255, 0.12324769794940948, 0.3867183327674866, 0.7704231142997742, -0.12417283654212952, 0.7965258955955505, 0.20842105150222778, -0.07830224186182022, -1.0553139448165894, 0.7870378494262695, 0.18976573646068573, 0.2848379611968994, 0.17307943105697632, 0.3108617961406708, -0.6966010928153992, -0.3198825418949127, -0.4330855906009674, 0.12286768853664398, -0.14952388405799866, -0.2737042009830475, -0.8418446183204651, 0.05648409202694893, -0.9812531471252441, -0.5599861145019531, -0.4702470004558563, -0.2637956738471985, -0.5150294899940491, -0.3071601390838623, 0.7946843504905701, 0.7801946401596069, -0.2618996500968933, 0.5048719644546509, -0.6008724570274353, 0.2736971974372864, 0.13221751153469086, 0.14664167165756226, -0.05718684569001198, -0.343950480222702, -0.09509968757629395, -0.004301402252167463, -0.4958975613117218, -1.0308283567428589, 0.9611712694168091, -0.11730391532182693, 0.5763855576515198, 0.5965678095817566, -0.06485528498888016, 1.2241003513336182, -0.05547008663415909, 0.882930338382721, 0.6139042377471924, -0.861158549785614, 0.8200414776802063, -0.38037532567977905, 0.3854645788669586, 0.8442406058311462, 0.5158406496047974, -0.4382946193218231, -0.17755213379859924, -1.0961391925811768, -1.0220935344696045, 0.884469211101532, 0.38056984543800354, -0.0688750371336937, 0.0590362474322319, 0.14673645794391632, -0.5982958674430847, 0.3236650824546814, -1.0108988285064697, -1.1637476682662964, -0.22756683826446533, 0.03201527148485184, -0.04387379810214043, -0.13350926339626312, -0.16777823865413666, -0.7358375787734985, 0.5508943796157837, 0.33859461545944214, 0.1818530261516571, 0.5011324286460876, 0.08193621039390564, -0.18796956539154053, 0.2106810212135315, 0.7324090003967285, 0.9711767435073853, -0.7258881330490112, 0.08154451847076416, 0.018180551007390022, -0.5334130525588989, 0.25283950567245483, -0.1528579145669937, -0.5267634987831116, 0.08678528666496277, 0.23312577605247498, 0.5127374529838562, 0.014553670771420002, 0.3185698688030243, 0.6904472708702087, 0.24312454462051392, -0.7014812231063843, -0.6064380407333374, -0.21786603331565857, 0.3863936960697174, 0.4549456536769867, 0.6775641441345215, 0.4928327202796936, 0.021320441737771034, -0.7921594977378845, 0.28151407837867737, 0.5691787600517273, -0.6129955649375916, 0.14324446022510529, 1.226665735244751, 0.18497884273529053, -0.35109731554985046, 0.36179113388061523, 0.044797517359256744, -0.8191879987716675, 1.181984305381775, 0.4425703287124634, 0.431054025888443, -0.3442663550376892, 0.10609379410743713, 1.3293702602386475, 0.4397176206111908, 0.2174016386270523, 0.7487375736236572, 0.13866201043128967, -0.27169957756996155, 0.40213242173194885, -0.6658878922462463, -0.010236712172627449, 0.29466497898101807, -0.7579319477081299, 0.4455031752586365, -0.5631016492843628, -0.7568097710609436, -0.31928983330726624, 0.5320210456848145, -0.8846144080162048, 0.47665172815322876, -0.3383108675479889, 1.2500625848770142, -1.106572151184082, 0.7355151772499084, 0.7169466614723206, -0.9057048559188843, -1.2870923280715942, -0.6049139499664307, -0.04427248239517212, -0.7165464162826538, 0.7719359993934631, -0.02363516204059124, 0.14874881505966187, 0.23785632848739624, -0.5772495269775391, -1.3815944194793701, 1.662447452545166, -0.2074027806520462, -0.7487964630126953, 0.3452422022819519, -0.00857538916170597, 0.3342648148536682, 0.17346516251564026, 0.6077978610992432, 0.6230598092079163, 0.6977898478507996, 0.2566661536693573, -1.0091371536254883, -0.054035842418670654, -0.3650740683078766, -0.06535370647907257, 0.4775133728981018, -1.1168662309646606, 1.4287601709365845, -0.5319027304649353, 0.09138353914022446, 0.08718589693307877, 0.6533271074295044, 0.3763430118560791, 0.2406896948814392, 0.4229702353477478, 1.3613109588623047, 1.0244909524917603, -0.4482629597187042, 1.04449462890625, -0.39198359847068787, 1.0787509679794312, 0.8530329465866089, 0.3182552754878998, 0.8785511255264282, 0.6663674712181091, -0.8786965012550354, 0.4959074854850769, 0.9950821995735168, -0.1501469612121582, 0.7272821664810181, 0.11712192744016647, -0.4662783741950989, -0.016933582723140717, 0.11733423173427582, -0.8165798187255859, 0.06788523495197296, 0.20371636748313904, -0.6129183173179626, -0.30890393257141113, -0.3138105571269989, 0.039833392947912216, 0.11220578104257584, -0.5173788666725159, 0.45593610405921936, -0.242068812251091, -0.25538361072540283, 0.4820246398448944, -0.19736091792583466, 0.7852922081947327, -0.6658875346183777, 0.09945138543844223, -0.13125084340572357, 0.7411254644393921, -0.8473570346832275, -1.270461082458496, 0.23859412968158722, -0.32033780217170715, -0.49633732438087463, -0.08672501891851425, 0.24382804334163666, -0.2176177203655243, -0.7395049929618835, 0.05318804830312729, 0.12424402683973312, 0.22563043236732483, 0.29871389269828796, -1.0714056491851807, -0.30628231167793274, 0.4742647707462311, -0.7857038974761963, -0.04893869161605835, 0.5652559995651245, 0.03902919217944145, 0.5095314979553223, 1.0423669815063477, 0.2216634750366211, 0.27026569843292236, -0.3488588035106659, 1.2613154649734497, -0.7793511152267456, -0.5424563884735107, -0.7952226400375366, 0.4041930139064789, -0.34278568625450134, -0.7769544720649719, 0.9949265718460083, 1.0958434343338013, 0.4999924302101135, -0.3464580476284027, 0.651758074760437, -0.624376654624939, 0.7939695715904236, -0.26801827549934387, 0.8106700778007507, -0.9603781700134277, -0.19579562544822693, -0.20410789549350739, -0.7786461710929871, -0.5516856908798218, 1.0686577558517456, -0.683234691619873, -0.013722150586545467, 0.6794150471687317, 1.1730356216430664, 0.20457977056503296, -0.08633719384670258, 0.03992921859025955, -0.03992101550102234, 0.02814391441643238, 0.7617965340614319, 0.4885970950126648, -0.7622292637825012, 0.43030163645744324, -0.8002296686172485, 0.021854683756828308, -0.27041083574295044, -0.8737032413482666, -0.7499940395355225, -0.40934011340141296, -0.7137995362281799, -0.3945602774620056, -0.2966408133506775, 0.9988584518432617, 0.8308835029602051, -0.86149662733078, -0.46216896176338196, -0.20575210452079773, 0.12013135850429535, 0.006910291034728289, -0.15897102653980255, 1.361991286277771, 0.1606520265340805, -0.9266444444656372, -0.12227548658847809, 0.44902169704437256, 0.38759174942970276, 0.03182337433099747, -0.06863822788000107, -0.4907218813896179, -0.15832772850990295, 0.43655312061309814, 0.41316959261894226, -0.7929188013076782, -0.19090542197227478, -0.08296212553977966, -0.46187782287597656, 0.6177176833152771, 0.16767248511314392, -0.5301016569137573, 0.4504775404930115, 0.5507842302322388, 0.36960965394973755, 0.8363782167434692, 0.3022642433643341, -0.04776560887694359, -0.39185890555381775, 0.20583181083202362, -0.264877051115036, 0.31727489829063416, 0.06174261495471001, -0.6137229204177856, 0.8240926265716553, 0.602725088596344, -0.7157131433486938, -0.6049993634223938, -0.4051389992237091, -1.3856444358825684, -0.045777689665555954, 1.0629496574401855, -0.17538832128047943, -0.8140279054641724, -0.05533672496676445, -0.48635855317115784, -0.015429063700139523, -0.6243482828140259, 0.26800408959388733, 0.6881027221679688, -0.3213570713996887, -0.1459273099899292, -0.8595159649848938, 0.5542051196098328, -0.005155643448233604, -0.8718741536140442, -0.3871558606624603, 0.4090883731842041, 0.5511345863342285, 0.45015749335289, 0.9356023669242859, -0.12067078799009323, 0.08515810966491699, 0.5074944496154785, 0.24738216400146484, -0.005934678018093109, 0.12509167194366455, 0.17363841831684113, 0.38794952630996704, 0.029269710183143616, -0.7614405155181885 ]
TheBloke/Iambe-20B-DARE-GPTQ
TheBloke
2023-11-29T23:13:28Z
0
0
null
[ "transformers", "safetensors", "llama", "text-generation", "base_model:athirdpath/Iambe-20b-DARE", "license:cc-by-nc-4.0", "autotrain_compatible", "text-generation-inference", "4-bit", "region:us" ]
2023-11-29T23:13:28Z
2023-11-29T22:06:26.000Z
null
null
--- base_model: athirdpath/Iambe-20b-DARE inference: false license: cc-by-nc-4.0 model_creator: LadyBabyloin model_name: Iambe 20B Dare model_type: llama prompt_template: 'Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: {prompt} ### Response: ' 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 --> # Iambe 20B Dare - GPTQ - Model creator: [LadyBabyloin](https://huggingface.co/athirdpath) - Original model: [Iambe 20B Dare](https://huggingface.co/athirdpath/Iambe-20b-DARE) <!-- description start --> # Description This repo contains GPTQ model files for [LadyBabyloin's Iambe 20B Dare](https://huggingface.co/athirdpath/Iambe-20b-DARE). 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/Iambe-20B-DARE-AWQ) * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Iambe-20B-DARE-GPTQ) * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Iambe-20B-DARE-GGUF) * [LadyBabyloin's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/athirdpath/Iambe-20b-DARE) <!-- repositories-available end --> <!-- prompt-template start --> ## Prompt template: Alpaca ``` Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: {prompt} ### Response: ``` <!-- prompt-template end --> <!-- licensing start --> ## Licensing The creator of the source model has listed its license as `cc-by-nc-4.0`, and this quantization has therefore used that same license. As this model is based on Llama 2, it is also subject to the Meta Llama 2 license terms, and the license files for that are additionally included. It should therefore be considered as being claimed to be licensed under both licenses. I contacted Hugging Face for clarification on dual licensing but they do not yet have an official position. Should this change, or should Meta provide any feedback on this situation, I will update this section accordingly. In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [LadyBabyloin's Iambe 20B Dare](https://huggingface.co/athirdpath/Iambe-20b-DARE). <!-- licensing 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/Iambe-20B-DARE-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 10.52 GB | Yes | 4-bit, with Act Order. No group size, to lower VRAM requirements. | | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/Iambe-20B-DARE-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 10.89 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/Iambe-20B-DARE-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 12.04 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. | | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/Iambe-20B-DARE-GPTQ/tree/gptq-3bit-128g-actorder_True) | 3 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 8.41 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. | | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/Iambe-20B-DARE-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 20.35 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. | | [gptq-3bit-32g-actorder_True](https://huggingface.co/TheBloke/Iambe-20B-DARE-GPTQ/tree/gptq-3bit-32g-actorder_True) | 3 | 32 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 9.51 GB | No | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. | | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/Iambe-20B-DARE-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 20.80 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher 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/Iambe-20B-DARE-GPTQ` in the "Download model" box. To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/Iambe-20B-DARE-GPTQ:gptq-4bit-128g-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 `Iambe-20B-DARE-GPTQ`: ```shell mkdir Iambe-20B-DARE-GPTQ huggingface-cli download TheBloke/Iambe-20B-DARE-GPTQ --local-dir Iambe-20B-DARE-GPTQ --local-dir-use-symlinks False ``` To download from a different branch, add the `--revision` parameter: ```shell mkdir Iambe-20B-DARE-GPTQ huggingface-cli download TheBloke/Iambe-20B-DARE-GPTQ --revision gptq-4bit-128g-actorder_True --local-dir Iambe-20B-DARE-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 Iambe-20B-DARE-GPTQ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Iambe-20B-DARE-GPTQ --local-dir Iambe-20B-DARE-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-128g-actorder_True https://huggingface.co/TheBloke/Iambe-20B-DARE-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/Iambe-20B-DARE-GPTQ`. - To download from a specific branch, enter for example `TheBloke/Iambe-20B-DARE-GPTQ:gptq-4bit-128g-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: `Iambe-20B-DARE-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/Iambe-20B-DARE-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'''Below is an instruction that describes a task. Write a response that appropriately completes the request. ### 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/Iambe-20B-DARE-GPTQ" # To use a different branch, change revision # For example: revision="gptq-4bit-128g-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'''Below is an instruction that describes a task. Write a response that appropriately completes the request. ### 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: LadyBabyloin's Iambe 20B Dare <p align="center"><img src="https://i.ibb.co/pbpJHpk/iambe-sml.png"/><font size="6"> <b>Iambe-20b-DARE</b> </font></p> ## Description and Role Named after a charming daughter of Echo and Pan in Greek myth, Iambe-20b-DARE is a [DARE](https://github.com/yule-BUAA/MergeLM) merge building on my recent experiments. Iambe is intended to have the best realistically possible understanding of anatomy and of a scene's state for a 20b merge, while remaining personable and authentic in "voice". ## Prompting and Context Iambe-20b-DARE uses Alpaca formatting, and has an effective context size of 4096 tokens. This model is uncensored, and the output/deployment of this model is the responsibility of the user. ## Method and Hypothesis Based on my extended vanilla model [BigLlama](https://huggingface.co/athirdpath/BigLlama-20b), this adds elements of: - [NeverSleep/Noromaid-20b-v0.1.1](https://huggingface.co/NeverSleep/Noromaid-20b-v0.1.1) - Addded to adapt the excellent writing and "soul" that come from the datasets backing this model. - [athirdpath/Eileithyia-20b](https://huggingface.co/athirdpath/Eileithyia-20b) - Added at low weight and density to capture anatomical data and its relation to fiction without the model's other... quirks. - [athirdpath/CleverGirl-20b-Blended](https://huggingface.co/athirdpath/CleverGirl-20b-Blended) - Added to capture CleverGirl's problem-solving abilities. <p align="center"><font size="7"> <b>Examples</b></font> <p align="center"><font size="3"> <i>(q5_k_m GGUF quant, Ooba textgen, Midnight Enigma preset for KISS reasons)</i></font> <p align="center"><font size="5"> Reasoning and Recall - STEM</font><img src="https://i.ibb.co/YDkRD43/base.png"/> <p align="center"><font size="5"> Reasoning and Recall - Social Science</font><img src="https://i.ibb.co/L0kc3pb/Screenshot-2023-11-29-024037.png"/> <p align="center"><font size="5"> Ethics and Prompt Interpretation</font><img src="https://i.ibb.co/b5vH6jD/Screenshot-2023-11-29-040408.png"/> <p align="center"><font size="5">Role-Playing, Complex Card</font> <p align="center"><font size="3">SillyTavern, Roleplay instruct preset, just Min_P 0.1 and Temp 1.2</font><img src="https://i.ibb.co/NrKNn2j/Screenshot-2023-11-29-051923.png"/> <p align="center"><font size="6"><b><a href="https://i.ibb.co/m5G0ZVp/Screenshot-2023-11-29-004705.png">!!NSFW!! - Erotica Writing Example - !!NSFW!!</font></a></b></p> ## Testing and Conclusions VERY Impressed so far, concrete data coming eventually. Does still have some confusion (at q5_k_m), but has instantly become my daily driver. ## Recipe merge_method: dare_ties - base_model: athirdpath/BigLlama-20b - model: NeverSleep/Noromaid-20b-v0.1.1 weight: 0.41 / density: 0.50 - model: athirdpath/Eileithyia-20b weight: 0.18 / density: 0.30 - model: athirdpath/CleverGirl-20b-Blended weight: 0.41 / density: 0.50 int8_mask: true dtype: bfloat16 ## Gratitude Thanks to brucethemoose for the recipe. Thanks to Undi95 and IkariDev at NeverSleep for Noromaid, as well as lots of inspiration. Thanks to Sao10K for [half of](https://huggingface.co/Sao10K/Mythical-Destroyer-V2-L2-13B) CleverGirl. ## Geneology Credits - Models and LoRAs, 3 levels deep - athirdpath/BigLlama-20b - TheBloke/Llama-2-13B-fp16 - iamshnoo/alpaca-2-13b-english - NeverSleep/Noromaid-20b-v0.1.1 - Aesir Private RP dataset - HuggingFaceH4/no_robots - athirdpath/CleverGirl-20b-Blended - athirdpath/Orca-2-13b-Alpaca-Uncensored - microsoft/Orca-2-13b - athirdpath/Orca-2-13b-Alpaca-Uncensored-LORA - Sao10K/Mythical-Destroyer-V2-L2-13B - TheBloke/Llama-2-13B-fp16 - Gryphe/MythoMax-L2-13b - totally-not-an-llm/PuddleJumper-13b - jondurbin/airoboros-l2-13b-2.1 - rombodawg/LosslessMegaCoder-llama2-13b-mini - The-Face-Of-Goonery/Chronos-Beluga-v2-13bfp16 - athirdpath/Eileithyia-20b - athirdpath/Harmonia-20B - Undi95/Emerhyst-20B - Undi95/Emerald-13B - Undi95/Amethyst-13B - Undi95/MXLewd-L2-20B - Undi95/MLewd-L2-13B-v2-3 - Undi95/ReMM-v2.1-L2-13B - Xwin-LM/Xwin-LM-13B-V0.1 - Undi95/Lewd-Sydney-20B - Free_Sydney_V2_13b_HF - Undi95/Xwin-MLewd-13B-V0.2 - lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT - athirdpath/Nethena-20b-Glued - NeverSleep/Nethena-20B - athirdpath/Nethena-20b-Glue-LORA - tavtav/Rose-20B - CalderaAI/13B-Thorns-l2 - NeverSleep/Noromaid-13b-v0.1.0 - Undi95/PsyMedRP-v1-20B - jondurbin/airoboros-l2-13b-3.0 - ehartford/Samantha-1.11-13b - Xwin-LM/Xwin-LM-13B-V0.1 - chaoyi-wu/MedLLaMA_13B - migtissera/Synthia-13B-v1.2 - NeverSleep/Noromaid-20b-v0.1.1 - Aesir Private RP dataset - HuggingFaceH4/no_robots - Undi95/U-Amethyst-20B - Xwin-LM/Xwin-LM-13B-V0.1 - The-Face-Of-Goonery/Huginn-13b-FP16 - zattio770/120-Days-of-LORA-v2-13B - lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT - Undi95/Unholy-v1-12L-13B - athirdpath/Eileithyia-20b-LORA Thanks again to everyone involved.
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
TheBloke/Iambe-20B-DARE-GPTQ
[ -0.617641031742096, -0.6964560151100159, 0.3276815116405487, 0.14442656934261322, -0.3546021282672882, -0.2989441454410553, 0.07827314734458923, -0.48552271723747253, -0.07325021922588348, 0.5227019786834717, -0.61224365234375, -0.5690356492996216, -0.3541626036167145, -0.19235843420028687, -0.14423690736293793, 1.0552273988723755, 0.19882947206497192, -0.11653424799442291, -0.27781111001968384, -0.34594008326530457, -0.3497973382472992, -0.5120913982391357, -0.727240264415741, -0.15400409698486328, 0.20314638316631317, 0.12460357695817947, 0.7844460606575012, 0.6746323704719543, 0.22882436215877533, 0.2542681396007538, -0.047648608684539795, -0.018499085679650307, -0.39553341269493103, -0.1926196962594986, 0.11703532934188843, -0.20828011631965637, -0.6333892345428467, 0.17381632328033447, 0.4286610782146454, 0.029967524111270905, -0.40988340973854065, 0.2693834602832794, 0.14174629747867584, 0.6336345076560974, -0.4963557720184326, 0.13439956307411194, -0.32122066617012024, 0.007724601775407791, -0.14294065535068512, 0.21941423416137695, -0.17449049651622772, -0.43397897481918335, -0.04681893065571785, -0.7498709559440613, 0.1751098930835724, 0.01756308786571026, 1.1219732761383057, 0.25571271777153015, -0.6583132743835449, 0.0978182926774025, -0.5295138955116272, 0.7510733604431152, -0.9644810557365417, 0.33594030141830444, 0.40544068813323975, 0.38118821382522583, 0.009006137028336525, -0.9092423319816589, -0.5488963723182678, -0.05938710644841194, -0.04181831330060959, 0.23593328893184662, -0.3875754773616791, 0.14457255601882935, 0.4841803312301636, 0.7031076550483704, -0.8752481341362, -0.11258164793252945, -0.32931551337242126, -0.15979154407978058, 0.7105652689933777, 0.19575437903404236, 0.33806902170181274, -0.1724802404642105, -0.549059271812439, -0.3268526494503021, -0.7652680277824402, 0.13221295177936554, 0.30756643414497375, 0.016212450340390205, -0.5809113383293152, 0.4641386568546295, -0.07711383700370789, 0.6150868535041809, 0.015061463229358196, -0.07499165087938309, 0.2906509041786194, -0.5608436465263367, -0.5288124680519104, -0.418783962726593, 1.1529250144958496, 0.47053107619285583, -0.07598735392093658, 0.26434141397476196, -0.14816038310527802, 0.01196957379579544, 0.17398503422737122, -1.0456829071044922, -0.5541539788246155, 0.5249455571174622, -0.41462254524230957, -0.25551706552505493, 0.14917980134487152, -0.633916974067688, -0.1580880731344223, -0.16643066704273224, 0.5440607070922852, -0.6526175141334534, -0.3021150827407837, 0.0877227634191513, -0.3596167266368866, 0.6196424961090088, 0.30254653096199036, -0.5322933197021484, 0.5225380659103394, 0.5511497855186462, 0.5677233934402466, 0.09706045687198639, -0.028955858200788498, -0.2718389630317688, 0.049624692648649216, -0.07850789278745651, 0.2985508143901825, -0.2662484347820282, -0.40591952204704285, -0.3695748448371887, 0.2886407971382141, 0.08657876402139664, -0.4130858778953552, 0.5792787671089172, -0.36148378252983093, 0.4861553907394409, -0.4655158519744873, -0.4679606854915619, -0.3966136574745178, 0.07120197266340256, -0.6114259362220764, 1.261681318283081, 0.2991732954978943, -0.8190029859542847, 0.2284191995859146, -0.5299078226089478, -0.08429168164730072, 0.032894473522901535, -0.0830584168434143, -0.5735667943954468, -0.17624717950820923, 0.25368234515190125, 0.2968919277191162, -0.44214507937431335, 0.1461612731218338, -0.35640403628349304, -0.325714647769928, 0.14840500056743622, -0.36398059129714966, 1.339046597480774, 0.21687977015972137, -0.3695654571056366, 0.09111814200878143, -0.6605324745178223, 0.1578769087791443, 0.5155940651893616, -0.2172297239303589, -0.13295221328735352, -0.2734903395175934, 0.04661625996232033, 0.20220007002353668, 0.18020470440387726, -0.3679078221321106, 0.4230648875236511, -0.12675707042217255, 0.694208025932312, 0.6992859840393066, 0.20354418456554413, 0.18045181035995483, -0.4763866364955902, 0.590045690536499, 0.13500283658504486, 0.6358596086502075, 0.07770878821611404, -0.7313215732574463, -0.6426519155502319, -0.40557241439819336, 0.33145737648010254, 0.7087673544883728, -0.820746123790741, 0.2701640725135803, -0.06136077269911766, -0.6567406058311462, -0.5766351222991943, -0.20727916061878204, 0.5359763503074646, 0.3361920416355133, 0.4983178973197937, -0.33157792687416077, -0.39247462153434753, -0.955487847328186, -0.06622078269720078, -0.2811278700828552, -0.1675322949886322, 0.6309105157852173, 0.5480304956436157, -0.1059054583311081, 0.5751661658287048, -0.6061117649078369, -0.1196303442120552, 0.20183923840522766, -0.10291752964258194, 0.25467732548713684, 0.5602244138717651, 0.9144855737686157, -0.8019059896469116, -0.4190783202648163, -0.2236480712890625, -0.5557812452316284, -0.038490861654281616, 0.10298344492912292, -0.32507818937301636, 0.3357265293598175, 0.028441844508051872, -0.8021225929260254, 0.49069541692733765, 0.5260459780693054, -0.5280867218971252, 0.7327058911323547, -0.19411629438400269, 0.24264071881771088, -1.0256373882293701, -0.015061863698065281, 0.26577433943748474, -0.3934028744697571, -0.27932897210121155, 0.30024561285972595, 0.08863814920186996, 0.1178523600101471, -0.5531517267227173, 0.5260248184204102, -0.5261630415916443, 0.05621831491589546, 0.1145109161734581, -0.0545484758913517, 0.21042631566524506, 0.5659099817276001, -0.2795579135417938, 0.8768089413642883, 0.5742620229721069, -0.632003903388977, 0.5771855711936951, 0.3218187093734741, 0.09248081594705582, 0.475271612405777, -0.8615078926086426, 0.3018832802772522, 0.1057392805814743, 0.20334875583648682, -1.0390018224716187, -0.15535302460193634, 0.6186737418174744, -0.5970383882522583, 0.39532142877578735, -0.529678463935852, -0.3933297395706177, -0.4881868362426758, -0.607880175113678, 0.32318684458732605, 0.870576798915863, -0.45411238074302673, 0.3927561640739441, 0.5083728432655334, 0.1139572411775589, -0.6132643222808838, -0.7674868106842041, -0.18611368536949158, -0.31056922674179077, -0.6130498051643372, 0.4354143738746643, -0.2088521420955658, -0.11571371555328369, 0.16967302560806274, 0.00466406624764204, -0.16685505211353302, -0.128477081656456, 0.4700154960155487, 0.4216896891593933, -0.3177429139614105, -0.14705386757850647, 0.13188442587852478, -0.0019123074598610401, 0.041288457810878754, -0.4545876979827881, 0.3218805193901062, -0.3323914706707001, -0.06549356132745743, -0.2928822338581085, 0.13912680745124817, 0.476760596036911, -0.15420672297477722, 0.7191499471664429, 0.8236933350563049, -0.3742237687110901, -0.021000269800424576, -0.4057505428791046, -0.17328323423862457, -0.4775983393192291, -0.032163068652153015, -0.3446318805217743, -0.8201687932014465, 0.41756781935691833, 0.4401639401912689, 0.10048182308673859, 0.8168943524360657, 0.4415160119533539, 0.004433489870280027, 0.8333310484886169, 0.47515785694122314, -0.0010705533204600215, 0.3999899923801422, -0.42496660351753235, -0.257857084274292, -0.8386468291282654, -0.14657430350780487, -0.40640580654144287, -0.17224568128585815, -0.831153929233551, -0.5414587259292603, 0.36769789457321167, 0.03075660951435566, -0.7286772131919861, 0.5720195174217224, -0.8350849747657776, 0.24697992205619812, 0.7314663529396057, 0.32284432649612427, 0.20235003530979156, -0.1086869165301323, -0.21303026378154755, -0.07855436950922012, -0.5636252760887146, -0.3649108111858368, 1.07306969165802, 0.2566811442375183, 0.4813767969608307, 0.2779759466648102, 0.43641021847724915, 0.23406018316745758, 0.19106073677539825, -0.4898172616958618, 0.6678977608680725, -0.07696091383695602, -0.6527702808380127, -0.23721089959144592, -0.6340517401695251, -0.7525904178619385, 0.2675018608570099, -0.14885029196739197, -0.660362184047699, 0.2933726906776428, 0.11312234401702881, -0.30374079942703247, 0.35341352224349976, -0.6557455658912659, 1.0566030740737915, -0.07015983015298843, -0.40481576323509216, 0.05986982583999634, -0.7616046071052551, 0.5429954528808594, 0.23144757747650146, 0.024667436257004738, -0.11379849165678024, -0.26356473565101624, 0.7392297983169556, -0.7613846063613892, 0.7039546370506287, -0.3811519145965576, -0.03342249616980553, 0.6547371745109558, -0.051748353987932205, 0.5124669671058655, 0.16199690103530884, 0.022002801299095154, 0.3395151197910309, 0.4585896134376526, -0.4636852741241455, -0.2718591094017029, 0.6007850170135498, -0.8919055461883545, -0.4691503345966339, -0.46215710043907166, -0.3136439323425293, -0.005326787009835243, 0.06761147081851959, 0.4773271083831787, 0.3344106376171112, -0.1589595079421997, 0.12810027599334717, 0.729784369468689, -0.34055089950561523, 0.37924864888191223, 0.4002250134944916, -0.3046291768550873, -0.660506546497345, 0.8198285698890686, 0.13362587988376617, 0.18585556745529175, 0.15326610207557678, 0.09968865662813187, -0.3951410949230194, -0.47856324911117554, -0.6184768676757812, 0.3701235353946686, -0.4956681728363037, -0.2770969867706299, -0.6621593236923218, -0.27168455719947815, -0.4874211847782135, 0.36303088068962097, -0.3268264830112457, -0.6348287463188171, -0.4138760268688202, -0.04011615365743637, 0.7328134775161743, 0.5203655362129211, -0.07156213372945786, 0.2587027847766876, -0.8827968835830688, 0.2913385331630707, 0.3367101550102234, 0.2798938751220703, -0.17120100557804108, -0.7543999552726746, 0.031457845121622086, 0.16479580104351044, -0.5865693092346191, -1.0000923871994019, 0.4447881877422333, 0.0353509783744812, 0.4707956910133362, 0.33312034606933594, 0.2605867385864258, 0.5858777761459351, -0.23354719579219818, 0.9773421287536621, 0.0033062344882637262, -0.8651782870292664, 0.4787136912345886, -0.5446558594703674, 0.0983150526881218, 0.3481570780277252, 0.6073771715164185, -0.29288843274116516, -0.181887686252594, -0.8346582651138306, -0.835563600063324, 0.4831501245498657, 0.28958672285079956, -0.03634179010987282, 0.2704356908798218, 0.4997580349445343, 0.04957091435790062, 0.24840092658996582, -0.8298518657684326, -0.5612018704414368, -0.1887788623571396, -0.021900460124015808, 0.16530346870422363, -0.2650495171546936, -0.3666705787181854, -0.571158230304718, 1.0059186220169067, -0.07651348412036896, 0.6231370568275452, 0.16508591175079346, 0.1995420604944229, -0.00004831819751416333, 0.12679803371429443, 0.38146623969078064, 0.5936354398727417, -0.2561362385749817, -0.059229496866464615, 0.057572443038225174, -0.7208350300788879, 0.0783471018075943, 0.34942659735679626, -0.18845577538013458, -0.22881385684013367, -0.03452005609869957, 0.8368098139762878, -0.20782405138015747, -0.3197108209133148, 0.5444468259811401, -0.22969426214694977, -0.3447839915752411, -0.31989672780036926, 0.31183427572250366, 0.22408798336982727, 0.4126652479171753, 0.1573452353477478, -0.24116624891757965, 0.2878205180168152, -0.4294109344482422, 0.22657185792922974, 0.49054577946662903, -0.40371569991111755, -0.25618669390678406, 0.9264816045761108, -0.1107587069272995, 0.03218378126621246, 0.7206993103027344, -0.39356598258018494, -0.3495311439037323, 0.7950634956359863, 0.40143656730651855, 0.7948793172836304, -0.26260906457901, 0.1730012148618698, 0.5001757740974426, 0.4055320918560028, 0.09639175236225128, 0.5742955803871155, 0.04952824115753174, -0.4983423054218292, -0.2914934754371643, -0.4669542610645294, -0.4283132255077362, 0.27416449785232544, -0.7506487369537354, 0.28852877020835876, -0.5229434370994568, -0.40234464406967163, -0.10351277887821198, 0.21383704245090485, -0.5796750783920288, 0.34669914841651917, 0.02889300137758255, 0.8259323835372925, -0.7432711720466614, 0.8485357761383057, 0.7184619307518005, -0.45000872015953064, -0.8732481598854065, -0.17533017694950104, 0.22146056592464447, -0.6317272782325745, -0.0479523241519928, -0.06739108264446259, 0.3493097424507141, 0.06272175163030624, -0.8748648762702942, -0.7047370672225952, 1.3953777551651, 0.3204208016395569, -0.44600623846054077, 0.021313779056072235, -0.03386346995830536, 0.3284132480621338, -0.09908484667539597, 0.4531504809856415, 0.4833703935146332, 0.4539708197116852, 0.2900199890136719, -0.8169655203819275, 0.5113550424575806, -0.31807857751846313, -0.000996215851046145, 0.27221083641052246, -0.9188734292984009, 1.087545394897461, -0.13471005856990814, -0.2054741084575653, 0.06458014249801636, 0.54095458984375, 0.4779616892337799, 0.1662648767232895, 0.37568408250808716, 0.8111867904663086, 0.7437532544136047, -0.4087432622909546, 1.2433934211730957, -0.16490477323532104, 0.5295308828353882, 0.9721589088439941, 0.08963211625814438, 0.6523692011833191, 0.22971151769161224, -0.7004911303520203, 0.3749116063117981, 0.9722238183021545, -0.21426792442798615, 0.23309166729450226, 0.08541461825370789, -0.2579801380634308, -0.18190167844295502, 0.14108581840991974, -0.6865254640579224, 0.019453253597021103, 0.34580010175704956, -0.2868756353855133, 0.17789326608181, -0.148113414645195, 0.13107360899448395, -0.558942437171936, -0.09108167141675949, 0.5816342830657959, 0.3508802354335785, -0.26050522923469543, 0.8487711548805237, 0.015124456025660038, 0.5788937211036682, -0.44032832980155945, -0.16313804686069489, -0.1581813097000122, 0.05848151817917824, -0.1799459308385849, -0.8845753073692322, 0.14751176536083221, -0.256526380777359, -0.03608321771025658, 0.06134650483727455, 0.723755419254303, -0.22093980014324188, -0.2480345517396927, 0.2631000280380249, 0.4206617474555969, 0.30441826581954956, -0.3637743294239044, -1.0506830215454102, 0.22139307856559753, 0.029718199744820595, -0.5663388967514038, 0.40420567989349365, 0.5138081908226013, 0.06860426813364029, 0.6437951326370239, 0.5623457431793213, -0.23254144191741943, 0.021677784621715546, -0.27213335037231445, 0.9636383652687073, -0.7995895147323608, -0.34778788685798645, -0.8222408294677734, 0.6461593508720398, 0.018589356914162636, -0.31927424669265747, 0.8187972903251648, 0.647350013256073, 0.7830103039741516, -0.07297199964523315, 0.705440104007721, -0.20724588632583618, 0.1628478765487671, -0.4124734103679657, 0.6622565388679504, -0.7539353966712952, 0.1629074364900589, -0.28493547439575195, -0.8784012794494629, -0.09258293360471725, 0.36953219771385193, -0.1506626009941101, 0.35662636160850525, 0.3470463156700134, 0.7341665625572205, -0.13477139174938202, 0.10898135602474213, 0.282642662525177, 0.4277741014957428, 0.14672522246837616, 0.8569396734237671, 0.6929802894592285, -0.813965916633606, 0.5586456060409546, -0.37436312437057495, -0.26920923590660095, -0.11955477297306061, -0.8835077881813049, -0.6415985822677612, -0.5073083639144897, -0.6120399236679077, -0.7348490357398987, 0.08194540441036224, 0.7702419757843018, 0.7569586038589478, -0.6627259850502014, -0.151749849319458, 0.07285673916339874, -0.0502285398542881, -0.31330153346061707, -0.3073398470878601, 0.3088611960411072, 0.356507271528244, -0.6341264247894287, 0.13787834346294403, 0.0979117602109909, 0.4029345214366913, -0.09616947174072266, -0.21854424476623535, -0.16010181605815887, 0.17182570695877075, 0.5198320150375366, 0.4425772428512573, -0.5256966948509216, -0.13194604218006134, -0.09913147985935211, -0.2923629879951477, 0.2750275135040283, 0.2776828706264496, -0.7549735903739929, 0.03458157554268837, 0.48122894763946533, 0.18101052939891815, 0.8215354681015015, 0.030298147350549698, 0.2617517113685608, -0.48143038153648376, 0.13166271150112152, 0.1883837729692459, 0.33395037055015564, 0.10538674145936966, -0.44544097781181335, 0.7389097809791565, 0.46117982268333435, -0.6669273376464844, -0.7146872282028198, -0.031727250665426254, -1.2386287450790405, -0.25960463285446167, 1.1057603359222412, -0.1466180831193924, -0.418570876121521, 0.1524868905544281, -0.4092865586280823, 0.35786765813827515, -0.4357517957687378, 0.13650277256965637, 0.48888230323791504, -0.16131499409675598, -0.45012667775154114, -0.8882708549499512, 0.5201883316040039, 0.14000153541564941, -0.7262645363807678, -0.06256892532110214, 0.6753005981445312, 0.48115143179893494, -0.14869023859500885, 0.7794731259346008, -0.3766580820083618, 0.24740111827850342, 0.045382510870695114, 0.27467069029808044, -0.19248001277446747, -0.037850599735975266, -0.4232203960418701, 0.09792345017194748, -0.18458405137062073, -0.3032865822315216 ]
codegood/results
codegood
2023-11-30T01:26:41Z
0
0
null
[ "tensorboard", "generated_from_trainer", "base_model:amazon/MistralLite", "license:apache-2.0", "region:us" ]
2023-11-30T01:26:41Z
2023-11-29T22:07:56.000Z
null
null
--- license: apache-2.0 base_model: amazon/MistralLite tags: - generated_from_trainer model-index: - name: results 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. --> # results This model is a fine-tuned version of [amazon/MistralLite](https://huggingface.co/amazon/MistralLite) on the None dataset. It achieves the following results on the evaluation set: - Loss: 2.0155 ## 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: 2 - eval_batch_size: 2 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: cosine - lr_scheduler_warmup_ratio: 0.05 - training_steps: 600 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 3.2156 | 0.04 | 100 | 2.4828 | | 2.5508 | 0.07 | 200 | 2.1809 | | 2.4316 | 0.11 | 300 | 2.1147 | | 2.3422 | 0.15 | 400 | 2.0451 | | 2.3694 | 0.18 | 500 | 2.0248 | | 2.3402 | 0.22 | 600 | 2.0155 | ### Framework versions - Transformers 4.35.2 - Pytorch 2.0.0 - Datasets 2.11.0 - Tokenizers 0.15.0
null
null
null
null
null
null
null
null
null
null
null
null
codegood/results
[ -0.3431118130683899, -0.6071654558181763, 0.020195359364151955, 0.2594943344593048, -0.3458539545536041, -0.6021125316619873, 0.04392363503575325, -0.22719526290893555, 0.029153931885957718, 0.4588518440723419, -0.8297556042671204, -0.7340802550315857, -0.609142005443573, -0.16311854124069214, -0.5055695176124573, 1.442288875579834, 0.060817163437604904, 0.39083540439605713, 0.05108765512704849, -0.1368657350540161, -0.3935670554637909, -0.5958504676818848, -0.9401257634162903, -0.7576671838760376, 0.2151016891002655, 0.3155980110168457, 0.9122788906097412, 0.8656351566314697, 0.5553871393203735, 0.18775470554828644, -0.33813565969467163, -0.27925315499305725, -0.7906741499900818, -0.4635694921016693, 0.021861907094717026, -0.5983602404594421, -0.6433871984481812, -0.0862937867641449, 0.6384655833244324, 0.3579804003238678, -0.38133421540260315, 0.7183810472488403, 0.24687741696834564, 0.5516559481620789, -0.626166045665741, 0.09571564942598343, -0.5043891668319702, 0.5283249020576477, -0.133123517036438, -0.559309184551239, -0.28022512793540955, -0.009580597281455994, 0.14386959373950958, -0.7303544878959656, 0.7896850109100342, 0.11444854736328125, 1.3073368072509766, 0.5777626633644104, -0.4200204014778137, 0.18345989286899567, -0.9649228453636169, 0.7299900650978088, -0.7040674686431885, 0.4556380808353424, 0.4520626962184906, 0.41631975769996643, 0.09367085248231888, -0.8161380290985107, -0.413651704788208, 0.11274956911802292, 0.00042332184966653585, 0.20611603558063507, -0.2823854088783264, 0.07246826589107513, 0.5425048470497131, 0.6746633648872375, -0.6818235516548157, 0.12872862815856934, -0.46939194202423096, -0.28888988494873047, 0.6622241735458374, 0.5766106843948364, -0.373312383890152, -0.23069672286510468, -0.6565847396850586, -0.2670305669307709, -0.3557770848274231, 0.2672017216682434, 0.46772003173828125, 0.1703992336988449, -0.5432139039039612, 0.5466426014900208, -0.34563738107681274, 0.7968763709068298, 0.07913544774055481, -0.321092426776886, 0.5734544396400452, 0.022157510742545128, -0.5891266465187073, -0.0418960303068161, 0.8195554614067078, 0.6799020767211914, -0.03134294971823692, 0.21845455467700958, -0.453316330909729, -0.3975989520549774, 0.2660463750362396, -1.1339123249053955, -0.4384806156158447, 0.16434301435947418, -0.8553915023803711, -0.7423732876777649, 0.0112593499943614, -0.5789387822151184, -0.008615282364189625, -0.3460994362831116, 0.7596333622932434, -0.39567041397094727, -0.20490415394306183, 0.1937466561794281, -0.3332746624946594, 0.30897942185401917, 0.37665122747421265, -0.7177734971046448, 0.5136055946350098, 0.3771108388900757, 0.7507244944572449, 0.2220556139945984, -0.28007957339286804, -0.17617222666740417, 0.013833492994308472, -0.46457135677337646, 0.5747570991516113, 0.025102267041802406, -0.6462307572364807, -0.14638963341712952, 0.20449119806289673, -0.04896591231226921, -0.5242772698402405, 1.061042308807373, -0.34720003604888916, 0.38036471605300903, -0.10760387033224106, -0.640293538570404, -0.4453784227371216, 0.35832902789115906, -0.7405053973197937, 1.4737205505371094, 0.17746858298778534, -0.9163296222686768, 0.5970422029495239, -0.46274498105049133, 0.028762822970747948, -0.05228535085916519, -0.12571290135383606, -0.8871970176696777, 0.03612064570188522, 0.00988406129181385, 0.5145758390426636, -0.5007544755935669, 0.20727714896202087, -0.28823322057724, -0.6562085747718811, 0.049499932676553726, -0.9730094075202942, 0.8373653888702393, 0.02345150150358677, -0.6590276956558228, 0.12901242077350616, -1.3049472570419312, 0.25097745656967163, 0.4102645516395569, -0.492965430021286, 0.11513139307498932, -0.3971148729324341, 0.7393210530281067, 0.2489982396364212, 0.36555808782577515, -0.43736568093299866, 0.060231875628232956, -0.26200538873672485, 0.1670856922864914, 0.7800636887550354, 0.27858784794807434, -0.013295687735080719, -0.5665329694747925, 0.41046515107154846, 0.14189498126506805, 0.6778334379196167, 0.26894181966781616, -0.4981965124607086, -1.0438177585601807, -0.15701067447662354, 0.24922440946102142, 0.35462427139282227, -0.3863818049430847, 0.7106390595436096, -0.11018092185258865, -0.9893848896026611, -0.3522961139678955, 0.10529422760009766, 0.5452709197998047, 0.8467942476272583, 0.5513903498649597, -0.14399436116218567, -0.2975778579711914, -1.3630212545394897, 0.09116756916046143, -0.0038404432125389576, 0.18229563534259796, 0.31657224893569946, 0.7398263812065125, -0.15448421239852905, 0.9566571116447449, -0.673480212688446, -0.4024454355239868, 0.038275547325611115, 0.14342044293880463, 0.584048867225647, 0.750053346157074, 0.7822404503822327, -0.593965470790863, -0.2581464648246765, -0.09304817020893097, -0.782136857509613, 0.220491424202919, -0.18084950745105743, -0.2692939341068268, -0.05168525129556656, 0.11754069477319717, -0.4889400005340576, 0.9865119457244873, 0.5207242965698242, -0.4085942208766937, 0.927443265914917, -0.4374881982803345, 0.026842590421438217, -1.2115830183029175, 0.3415113091468811, 0.20028583705425262, -0.14455237984657288, -0.29791611433029175, -0.20036253333091736, 0.1322418749332428, -0.30636632442474365, -0.4505697786808014, 0.7160134315490723, -0.052400682121515274, 0.08185836672782898, -0.2402758002281189, -0.4977083206176758, 0.13761919736862183, 0.8557425737380981, 0.2859787046909332, 0.6792367696762085, 0.6930921673774719, -0.7026141881942749, 0.3359113931655884, 0.45625123381614685, -0.2757820188999176, 0.5474268794059753, -1.0748270750045776, -0.07925783097743988, 0.052262261509895325, 0.20447573065757751, -0.6889878511428833, -0.14791099727153778, 0.4032498598098755, -0.5102391839027405, 0.15269620716571808, -0.3176332414150238, -0.34887921810150146, -0.3200390934944153, -0.2991192936897278, 0.3778812289237976, 0.4839947819709778, -0.6760124564170837, 0.380794495344162, -0.2844540774822235, 0.4422933757305145, -0.741920530796051, -0.7876441478729248, -0.3347376883029938, -0.29178863763809204, -0.2512008547782898, 0.35269537568092346, -0.010450747795403004, 0.22865353524684906, 0.11876437813043594, -0.17602010071277618, -0.25070512294769287, -0.0016999620711430907, 0.5834543108940125, 0.22803598642349243, -0.19725964963436127, -0.01612124592065811, 0.10581463575363159, -0.3818745017051697, 0.14129063487052917, -0.052494633942842484, 0.7012987732887268, 0.005416057072579861, -0.4179580509662628, -1.1546790599822998, -0.1556825190782547, 0.43291768431663513, -0.21421822905540466, 1.0126757621765137, 0.7577521800994873, -0.606870710849762, -0.3439943492412567, -0.4908480942249298, -0.13673634827136993, -0.4577431082725525, 0.5872786045074463, -0.46420982480049133, -0.29022106528282166, 0.7563489079475403, 0.07531179487705231, 0.11422593891620636, 1.1240284442901611, 0.4706185758113861, 0.17157906293869019, 1.059253215789795, 0.4109974503517151, -0.07967595756053925, 0.34846580028533936, -1.086696982383728, -0.2148560732603073, -0.8053678870201111, -0.48614510893821716, -0.6412917375564575, -0.3343147039413452, -0.5495732426643372, -0.12977264821529388, 0.4145015776157379, 0.45201826095581055, -0.8487377762794495, 0.28931185603141785, -0.617895245552063, 0.21937447786331177, 0.7754273414611816, 0.3429333567619324, 0.13882403075695038, 0.1299060732126236, -0.1498178392648697, -0.0675772875547409, -0.9821570515632629, -0.45399677753448486, 1.4662834405899048, 0.5010366439819336, 0.8127501010894775, -0.13657571375370026, 0.902123749256134, 0.18608422577381134, 0.26470303535461426, -0.7291327118873596, 0.2950908839702606, 0.2750442624092102, -1.0534639358520508, -0.2292647510766983, -0.49213144183158875, -0.8755829334259033, 0.38966354727745056, -0.5248591899871826, -0.584566593170166, 0.37804874777793884, 0.2833322286605835, -0.4709620773792267, 0.47570598125457764, -0.3641411066055298, 1.2290996313095093, -0.3770189583301544, -0.4020981788635254, -0.16959406435489655, -0.36636942625045776, 0.1653866469860077, 0.005881194490939379, -0.20013394951820374, 0.12407848238945007, 0.07440286874771118, 1.0853723287582397, -0.7027803063392639, 0.7334643006324768, -0.31702497601509094, 0.20605337619781494, 0.34168168902397156, -0.13019400835037231, 0.4752404987812042, 0.31915992498397827, -0.2550937235355377, 0.4667416214942932, 0.09034017473459244, -0.5992450714111328, -0.5219411253929138, 0.6570712327957153, -1.2768760919570923, -0.16465553641319275, -0.6834208369255066, -0.40016743540763855, 0.09741979092359543, 0.3374427556991577, 0.844770073890686, 0.8948204517364502, -0.27373746037483215, 0.31001728773117065, 0.5088599324226379, -0.11918286234140396, 0.4197844862937927, 0.48045557737350464, -0.2071067988872528, -0.8839240670204163, 0.8751649856567383, -0.022141551598906517, 0.12449242174625397, 0.007552482653409243, 0.06180129945278168, -0.42962056398391724, -0.5076550841331482, -0.6788102984428406, 0.24593554437160492, -0.6985862851142883, -0.43807893991470337, -0.30245092511177063, -0.5131842494010925, -0.2417726218700409, -0.021296832710504532, -0.5125722885131836, -0.31181445717811584, -0.6469244956970215, -0.20773202180862427, 0.43853360414505005, 0.6355199813842773, 0.12274204194545746, 0.8015220165252686, -0.8151191473007202, -0.1709020435810089, 0.009839805774390697, 0.40622636675834656, 0.2616051733493805, -1.007753610610962, -0.5026082992553711, -0.014124616980552673, -0.7508589029312134, -0.8039982318878174, 0.5307422876358032, 0.21467523276805878, 0.5581511855125427, 0.9004509449005127, -0.14178623259067535, 1.130981683731079, -0.3224494755268097, 0.9532512426376343, 0.3814176023006439, -0.6705644130706787, 0.5088356137275696, -0.3243512809276581, 0.13304607570171356, 0.6070521473884583, 0.5764188170433044, -0.2753834128379822, 0.029393741860985756, -1.438369870185852, -0.7832896709442139, 1.0066155195236206, 0.5285326242446899, 0.006137221585959196, 0.24608075618743896, 0.4358218014240265, 0.0024919090792536736, 0.3348640203475952, -0.962371826171875, -0.7405390739440918, -0.24830682575702667, -0.0348840057849884, -0.20582212507724762, -0.269760400056839, -0.3614257872104645, -0.5911386013031006, 1.1671854257583618, 0.06888724118471146, 0.31638315320014954, 0.24319803714752197, 0.28978976607322693, -0.281028687953949, -0.10645761340856552, 0.47088485956192017, 0.6720457077026367, -0.6345168352127075, -0.2278137505054474, 0.14923971891403198, -0.37903347611427307, -0.030371028929948807, 0.3689318001270294, -0.19357368350028992, 0.21101243793964386, 0.646290123462677, 1.1327147483825684, 0.23151634633541107, -0.2941741943359375, 0.6061884164810181, -0.1774420142173767, -0.4303213953971863, -0.6600571274757385, 0.13670173287391663, -0.24519960582256317, 0.24215134978294373, 0.49860021471977234, 0.5022498965263367, 0.30986523628234863, -0.06758926063776016, 0.17995746433734894, 0.21482791006565094, -0.5162074565887451, -0.2241072803735733, 0.9574087858200073, 0.06270230561494827, -0.3729200065135956, 0.7938969135284424, -0.11223442852497101, -0.23682011663913727, 0.8990622758865356, 0.6159747838973999, 0.9356873631477356, -0.29219213128089905, 0.09932278096675873, 0.8239719271659851, 0.2326030284166336, -0.17042125761508942, 0.4018351435661316, -0.05354200676083565, -0.5309715270996094, -0.005402600858360529, -0.8869481682777405, -0.22012515366077423, 0.6485581994056702, -1.3311963081359863, 0.5325159430503845, -0.5754278898239136, -0.561861515045166, 0.08014118671417236, 0.16039533913135529, -1.0956690311431885, 0.7603552341461182, -0.12587876617908478, 1.2160521745681763, -1.0768963098526, 0.6365818381309509, 0.6206355690956116, -0.5957134366035461, -1.1413276195526123, -0.18103422224521637, -0.1617719680070877, -0.8916922211647034, 0.6615725755691528, 0.15158195793628693, 0.2860192060470581, 0.212907075881958, -0.5188376903533936, -1.0063886642456055, 1.3545717000961304, 0.30304497480392456, -0.6040722131729126, 0.14313089847564697, 0.23568105697631836, 0.6992709636688232, 0.04336322844028473, 0.7184489369392395, 0.19580209255218506, 0.10890404134988785, 0.1635056883096695, -1.1403924226760864, -0.23576512932777405, -0.35464632511138916, 0.19068752229213715, 0.21731096506118774, -0.7628101706504822, 1.078331470489502, 0.1765369027853012, 0.27100616693496704, 0.15372490882873535, 0.6116052865982056, 0.2704734802246094, 0.4388916492462158, 0.41865670680999756, 1.2692128419876099, 0.5315138101577759, -0.052262451499700546, 1.2095084190368652, -0.6378073692321777, 0.9981290698051453, 1.155277967453003, 0.22242838144302368, 0.777625560760498, 0.1900392323732376, -0.29886627197265625, 0.3744959235191345, 1.07899010181427, -0.19891512393951416, 0.4174582064151764, -0.018368029966950417, -0.0823902115225792, -0.29238054156303406, 0.00893496535718441, -0.800321102142334, 0.27548861503601074, 0.02562919445335865, -0.6928077340126038, -0.4160401523113251, -0.2688997685909271, -0.06952063739299774, -0.4553815722465515, -0.46951594948768616, 0.5220627784729004, -0.24459955096244812, -0.13760176301002502, 1.0888726711273193, 0.22899317741394043, 0.4117692708969116, -0.6253960132598877, -0.2628072500228882, -0.13853773474693298, 0.3608885109424591, -0.5554994344711304, -0.4642137289047241, 0.012093243189156055, 0.013474248349666595, -0.2517849802970886, 0.1629629284143448, 0.3563726842403412, -0.19985555112361908, -0.9121798872947693, 0.19506949186325073, 0.32089701294898987, 0.22910559177398682, -0.04116879776120186, -1.1628038883209229, -0.12306105345487595, -0.0041433037258684635, -0.5565454959869385, 0.07423059642314911, 0.4109915792942047, 0.0251174196600914, 0.7268628478050232, 0.6526473164558411, -0.07202721387147903, 0.16136384010314941, 0.16952496767044067, 1.0269006490707397, -0.64365154504776, -0.6998560428619385, -0.5882202982902527, 0.5588083863258362, -0.2591196596622467, -1.1422479152679443, 0.8554615378379822, 1.293837308883667, 0.9036051034927368, -0.1662052571773529, 0.5170992016792297, 0.1132654920220375, 0.3070179224014282, -0.4610460698604584, 0.6532720327377319, -0.7860492467880249, -0.18674781918525696, -0.26258236169815063, -1.1101551055908203, 0.04753059148788452, 0.7116528749465942, -0.2521180808544159, 0.18350164592266083, 0.5623811483383179, 0.8316654562950134, -0.09478046745061874, 0.10468664020299911, 0.20406432449817657, -0.04337330535054207, 0.17127004265785217, 0.354606032371521, 0.42853277921676636, -1.1171513795852661, 0.44000402092933655, -0.8253194689750671, -0.30136772990226746, -0.1391691416501999, -0.5314063429832458, -0.8828567862510681, -0.4238797724246979, -0.4890884459018707, -0.44628462195396423, -0.1388159692287445, 0.962646484375, 0.9320620894432068, -0.6932309865951538, -0.40606915950775146, -0.04879046604037285, -0.4439287483692169, -0.3859737515449524, -0.2930881381034851, 0.6325085759162903, -0.0804612785577774, -0.7671427726745605, -0.04369160905480385, -0.2588031589984894, 0.25700050592422485, -0.22323261201381683, -0.32962703704833984, -0.05051947385072708, -0.3019700348377228, 0.1238643079996109, -0.0468626469373703, -0.46850860118865967, -0.15831714868545532, -0.3034883439540863, 0.06929706782102585, 0.056730374693870544, 0.25285330414772034, -0.5416422486305237, 0.361305832862854, 0.2176789939403534, 0.41913455724716187, 0.8654532432556152, 0.21500274538993835, 0.03451506048440933, -0.7341439723968506, 0.44998490810394287, 0.2875038683414459, 0.37498795986175537, 0.03166349232196808, -0.504899799823761, 0.5520005226135254, 0.4423828423023224, -0.6879377365112305, -0.7915267944335938, -0.24313144385814667, -1.0524173974990845, 0.12058893591165543, 1.1049275398254395, 0.1439877450466156, -0.46620267629623413, 0.3858567178249359, -0.2673354744911194, 0.28288641571998596, -0.4096459150314331, 0.5850520133972168, 0.6404011845588684, -0.23242312669754028, 0.07435058057308197, -0.7155996561050415, 0.5830216407775879, 0.4502355754375458, -0.5688260793685913, -0.2981550395488739, 0.546492338180542, 0.6315882205963135, 0.13484106957912445, 0.5700384974479675, -0.10557667911052704, 0.3767662048339844, 0.22788943350315094, 0.4986051917076111, -0.28415873646736145, -0.2890631854534149, -0.6345036029815674, 0.15211422741413116, 0.2253936529159546, -0.5766288042068481 ]
gasmartin/qa-squad-roberta-based
gasmartin
2023-11-29T22:09:02Z
0
0
null
[ "license:mit", "region:us", "has_space" ]
2023-11-29T22:09:02Z
2023-11-29T22:09:02.000Z
null
null
--- license: mit ---
null
null
null
null
null
null
null
null
null
null
null
null
gasmartin/qa-squad-roberta-based
[ -0.12853312492370605, -0.18616832792758942, 0.6529129147529602, 0.494362473487854, -0.19319364428520203, 0.23607414960861206, 0.36071962118148804, 0.05056367814540863, 0.5793655514717102, 0.7400145530700684, -0.6508100032806396, -0.237839937210083, -0.7102250456809998, -0.0478254035115242, -0.38947558403015137, 0.8470756411552429, -0.09598258137702942, 0.024005316197872162, 0.04711996763944626, -0.143177792429924, -0.6121035814285278, -0.04771776497364044, -1.0524537563323975, -0.0678744986653328, 0.3002273440361023, 0.5120978355407715, 0.8275911808013916, 0.3960288166999817, 0.5030562877655029, 1.7515559196472168, -0.08836908638477325, -0.22754430770874023, -0.45892030000686646, 0.42230698466300964, -0.33277273178100586, -0.4213380217552185, -0.2624168395996094, -0.07449324429035187, 0.3238038122653961, 0.7903711795806885, -0.38104113936424255, 0.1932806819677353, -0.22438430786132812, 1.008224606513977, -0.8202075362205505, 0.22630886733531952, -0.16698291897773743, 0.14053207635879517, 0.04230891540646553, -0.14591901004314423, -0.13263240456581116, -0.6440044641494751, 0.06469421088695526, -0.8995958566665649, 0.10274877399206161, -0.0446108877658844, 0.8789556622505188, 0.21909065544605255, -0.5102369785308838, -0.0459781251847744, -0.688359260559082, 1.0972504615783691, -0.17556050419807434, 0.7615715861320496, 0.4507806599140167, 0.4528850317001343, -0.5849330425262451, -1.1782180070877075, -0.4441864490509033, -0.13578961789608002, 0.1472271978855133, 0.3055606186389923, -0.345302551984787, -0.02234382927417755, 0.10801086574792862, 0.5610315799713135, -0.5003756284713745, -0.3119599521160126, -0.9579925537109375, -0.18164925277233124, 0.6820485591888428, 0.31930822134017944, 0.834044337272644, 0.18731555342674255, -0.7347202897071838, 0.12866339087486267, -1.3239703178405762, 0.07650735229253769, 0.6465017795562744, 0.23946766555309296, -0.5545984506607056, 0.8594787120819092, -0.28588011860847473, 0.6262496709823608, 0.2728462517261505, -0.11645291745662689, 0.2784253656864166, -0.23030737042427063, -0.27350616455078125, 0.03308769688010216, 0.34597262740135193, 0.8204491138458252, 0.16248616576194763, -0.019984446465969086, -0.2212403118610382, 0.002071678638458252, 0.26844537258148193, -0.7935101985931396, -0.4712667167186737, 0.19266918301582336, -0.5589531064033508, -0.09108541160821915, 0.4327017068862915, -1.097684383392334, -0.48129802942276, -0.18798431754112244, 0.054681744426488876, -0.545168399810791, -0.36979448795318604, 0.07273268699645996, -0.7925410270690918, -0.1243419498205185, 0.5709507465362549, -0.6230250597000122, 0.4397459030151367, 0.5336247086524963, 0.7861634492874146, 0.2330392599105835, -0.23613613843917847, -0.669501543045044, 0.48848292231559753, -0.8661871552467346, 0.3686068654060364, -0.30737870931625366, -0.8298645615577698, -0.09631041437387466, 0.5393155217170715, 0.2066487967967987, -0.6653250455856323, 0.707403838634491, -0.5496978759765625, -0.07806499302387238, -0.430828720331192, -0.24321989715099335, 0.17460443079471588, 0.1111539900302887, -0.6238910555839539, 0.9402234554290771, 0.5551111102104187, -0.5841096043586731, 0.3170127272605896, -0.48695108294487, -0.6865583062171936, 0.2674822509288788, -0.008751489222049713, -0.047153256833553314, 0.32795268297195435, -0.15983982384204865, -0.0020513981580734253, 0.1050572544336319, 0.008300669491291046, -0.2189161777496338, -0.4786309003829956, 0.06349924951791763, 0.1516505777835846, 1.2536834478378296, 0.4083619713783264, -0.3771880567073822, -0.13140125572681427, -1.0526151657104492, 0.025432467460632324, 0.05050147697329521, -0.42306801676750183, -0.25045591592788696, -0.1488223671913147, -0.20381605625152588, 0.4307265281677246, 0.21184729039669037, -0.8131153583526611, 0.22643566131591797, -0.2064022570848465, 0.36449727416038513, 0.8222087621688843, 0.27031025290489197, 0.397605299949646, -0.6625284552574158, 0.6563136577606201, 0.20761841535568237, 0.4959019124507904, 0.35404184460639954, -0.38458240032196045, -0.9641578793525696, -0.4421611428260803, -0.10117411613464355, 0.2975529730319977, -0.7744959592819214, 0.5847318172454834, 0.012979254126548767, -0.5836699604988098, -0.44652828574180603, -0.15488070249557495, 0.27553242444992065, -0.06606650352478027, 0.03334925323724747, -0.4049777686595917, -0.7394415140151978, -1.0127897262573242, -0.13788120448589325, -0.5021383762359619, -0.21892860531806946, 0.3160586953163147, 0.2617740035057068, -0.3429010510444641, 0.7610750198364258, -0.6059281826019287, -0.7040646076202393, -0.13973583281040192, -0.0995984822511673, 0.6187721490859985, 0.9297672510147095, 0.7491390109062195, -0.7224891185760498, -0.8973816633224487, -0.05623122304677963, -0.5420039296150208, -0.020044147968292236, 0.03814997524023056, -0.18260645866394043, -0.10514996200799942, 0.22352564334869385, -0.6100801229476929, 0.885107696056366, 0.4322492778301239, -0.681546688079834, 0.5210592746734619, -0.44444164633750916, 0.6073802709579468, -0.8642836213111877, -0.29114866256713867, -0.16823576390743256, -0.19761182367801666, -0.7090163230895996, 0.19411560893058777, -0.3002234101295471, -0.33029913902282715, -0.747402548789978, 0.5274897813796997, -0.9497007131576538, -0.18781539797782898, -0.33672836422920227, -0.03423093259334564, 0.25807851552963257, 0.19490587711334229, -0.2356022596359253, 0.8900529146194458, 0.9160482883453369, -0.7121303677558899, 0.5487281084060669, 0.3930915594100952, -0.1920013129711151, 0.713123619556427, -0.3887738585472107, 0.05162017047405243, -0.12344907224178314, 0.14374610781669617, -1.1263887882232666, -0.561157763004303, 0.13677364587783813, -0.7127031087875366, 0.17686989903450012, -0.1655684858560562, -0.09428537636995316, -0.6608467698097229, -0.33806461095809937, 0.25910064578056335, 0.486122727394104, -0.4796993136405945, 0.6188151836395264, 0.5728030800819397, 0.026518642902374268, -0.5307408571243286, -0.7206829786300659, 0.20418158173561096, 0.03964638710021973, -0.556969165802002, 0.30116868019104004, 0.006543345749378204, -0.6622450351715088, -0.371124804019928, -0.2635417878627777, -0.6043856739997864, -0.22679764032363892, 0.7826980352401733, 0.11994259804487228, -0.09012238681316376, -0.20310327410697937, -0.319953590631485, -0.06167484074831009, 0.30487459897994995, -0.07575265318155289, 0.723283588886261, -0.3362366557121277, -0.17849993705749512, -0.8877338171005249, 0.6527548432350159, 0.9970458745956421, 0.09446808695793152, 0.8066443800926208, 0.46324288845062256, -0.3564744293689728, -0.1304655820131302, -0.35354578495025635, -0.1512066125869751, -0.6857743859291077, -0.1806795299053192, -0.5322475433349609, -0.5411434173583984, 0.40530604124069214, 0.10101369023323059, -0.0021037310361862183, 0.5167043805122375, 0.25336065888404846, -0.2880685329437256, 0.7550323009490967, 1.0343410968780518, 0.13917939364910126, 0.36029160022735596, -0.28547173738479614, 0.6341598033905029, -0.8329949378967285, -0.3405208885669708, -0.45480674505233765, -0.25635847449302673, -0.31214386224746704, -0.1075083464384079, 0.5791016817092896, 0.2818213999271393, -0.4463472366333008, 0.1250678300857544, -0.5994205474853516, 0.6587358713150024, 0.6273982524871826, 0.5719728469848633, 0.19972997903823853, -0.4619945287704468, 0.19982922077178955, 0.048167191445827484, -0.4574557840824127, -0.40091097354888916, 0.7711143493652344, 0.23996293544769287, 0.836401641368866, 0.20927029848098755, 0.49577757716178894, 0.33375445008277893, 0.25280600786209106, -0.6318974494934082, 0.20098082721233368, -0.222828209400177, -1.2459609508514404, -0.2064271867275238, -0.16551271080970764, -1.0080580711364746, -0.11792003363370895, -0.18289019167423248, -0.8406615257263184, 0.2665729522705078, -0.19225722551345825, -0.6640640497207642, 0.5206145644187927, -0.5103868842124939, 0.6934711933135986, -0.2355588972568512, -0.28170880675315857, 0.11930029094219208, -0.6889918446540833, 0.525460958480835, 0.36671462655067444, 0.29168498516082764, -0.37968915700912476, -0.3192875385284424, 0.5068994760513306, -0.8812235593795776, 0.4408112168312073, -0.10565031319856644, 0.19428160786628723, 0.5358874797821045, 0.4153591990470886, 0.38239699602127075, 0.2869909405708313, -0.24593812227249146, -0.2341541349887848, 0.22503438591957092, -0.758135199546814, -0.27754533290863037, 0.9095455408096313, -0.7519429326057434, -0.858691930770874, -0.6954250335693359, -0.3064504563808441, 0.2886529564857483, 0.027814507484436035, 0.7154765725135803, 0.6456883549690247, -0.1882101595401764, 0.23777075111865997, 0.7208217978477478, -0.014694598503410816, 0.7235566973686218, 0.2941110134124756, -0.40566521883010864, -0.6169788241386414, 0.718232274055481, 0.2627047002315521, 0.051627255976200104, 0.028327591717243195, 0.3058737516403198, -0.17546668648719788, -0.1507863700389862, -0.6318319439888, -0.06395319849252701, -0.7465732097625732, -0.09279494732618332, -0.75413978099823, -0.2507745921611786, -0.7114585041999817, -0.8068138957023621, -0.7080160975456238, -0.45604366064071655, -0.4301193654537201, -0.23352226614952087, 0.5163106322288513, 1.1627086400985718, -0.2613149881362915, 0.8011052012443542, -0.890095591545105, 0.4193629026412964, 0.4969545006752014, 0.7519727945327759, -0.1106097400188446, -0.6746927499771118, -0.07836246490478516, -0.5338752269744873, -0.2948507070541382, -1.0156970024108887, 0.31774666905403137, -0.036885567009449005, 0.40537163615226746, 0.42938879132270813, 0.251903235912323, 0.49392712116241455, -0.3007313013076782, 1.113068699836731, 0.7274302244186401, -0.8033814430236816, 0.5195285677909851, -0.7634997963905334, 0.16122260689735413, 0.9363653659820557, 0.5447750091552734, -0.44170767068862915, -0.15113967657089233, -1.0259768962860107, -0.8431369662284851, 0.5963037610054016, 0.15439969301223755, 0.016844119876623154, 0.018214629963040352, 0.03168289363384247, 0.2946633994579315, 0.3591306507587433, -0.7847293019294739, -0.8240227103233337, -0.1385113149881363, 0.25803330540657043, 0.31456005573272705, -0.16485434770584106, -0.30038803815841675, -0.611615777015686, 0.8711380958557129, 0.1828639805316925, 0.3546234369277954, 0.12073386460542679, 0.04369296133518219, -0.35506945848464966, 0.14787042140960693, 0.5523001551628113, 1.2529062032699585, -0.40983325242996216, 0.3673911392688751, 0.175126850605011, -0.6540066599845886, 0.6494991779327393, -0.3036348819732666, -0.02178473398089409, 0.6203134655952454, 0.177609384059906, 0.2852841317653656, 0.31559956073760986, -0.3621421158313751, 0.6047800779342651, -0.029421992599964142, -0.17758533358573914, -0.7005688548088074, 0.15866954624652863, 0.029350444674491882, 0.27508050203323364, 0.43920275568962097, 0.24443358182907104, 0.08246811479330063, -1.0602878332138062, 0.5711052417755127, 0.24493858218193054, -0.8676614165306091, -0.30110064148902893, 0.7047964334487915, 0.4075393080711365, -0.4759962558746338, 0.38749033212661743, 0.012703120708465576, -0.6710237860679626, 0.5987740755081177, 0.5510411262512207, 0.7569667100906372, -0.4702425003051758, 0.30880260467529297, 0.6245604157447815, 0.06711337715387344, 0.20550553500652313, 0.692320704460144, 0.03149375319480896, -0.44738686084747314, 0.2302248477935791, -0.5986737012863159, -0.14689889550209045, 0.13735276460647583, -0.8047424554824829, 0.3515334725379944, -0.9312612414360046, -0.2408987134695053, 0.08751537650823593, 0.11761178076267242, -0.6130951642990112, 0.6674695014953613, -0.008525878190994263, 0.9280480146408081, -0.8549087047576904, 0.9626288414001465, 0.8559577465057373, -0.31830838322639465, -0.7709444761276245, -0.3355677127838135, 0.0201397892087698, -0.6660529375076294, 0.7108278870582581, -0.18973004817962646, -0.41207355260849, -0.09323929995298386, -0.6229829788208008, -1.0003736019134521, 0.030620336532592773, 0.01741631329059601, -0.4625030755996704, 0.44547998905181885, -0.5157254934310913, 0.3289676904678345, -0.19169777631759644, 0.30509522557258606, 0.7719471454620361, 0.795844554901123, 0.22960852086544037, -0.6354779005050659, -0.44666826725006104, -0.010276172310113907, -0.1668277382850647, 0.4545811712741852, -1.0710972547531128, 0.9677363634109497, -0.46525734663009644, -0.34733206033706665, 0.2706637978553772, 0.7977621555328369, 0.2538513243198395, 0.3524121940135956, 0.6219537258148193, 0.9016804695129395, 0.36450037360191345, -0.311782568693161, 0.7276743650436401, 0.24263344705104828, 0.4152543842792511, 0.7364196181297302, -0.22712214291095734, 0.5403839349746704, 0.8906412720680237, -0.7861623764038086, 0.5381761789321899, 0.7879025936126709, 0.1604737788438797, 0.7758152484893799, 0.594414472579956, -0.6119517087936401, -0.11859357357025146, -0.14641457796096802, -0.6171560287475586, 0.1979750692844391, 0.05292673408985138, -0.11974706500768661, -0.2846013605594635, -0.1356741189956665, 0.12295061349868774, 0.2836456298828125, -0.5959330201148987, 0.6068665981292725, 0.3434157967567444, -0.6328272819519043, 0.21025098860263824, -0.2577952742576599, 0.6709500551223755, -0.5978153944015503, 0.027335941791534424, -0.22699369490146637, 0.4181038439273834, -0.4618743062019348, -1.007582664489746, 0.4713830351829529, -0.2920244634151459, -0.40551286935806274, -0.26942458748817444, 0.807236909866333, -0.22133910655975342, -0.5572863221168518, 0.37486082315444946, 0.13466580212116241, 0.4147360920906067, 0.40146028995513916, -0.5487301349639893, 0.047789961099624634, 0.13760186731815338, -0.20061811804771423, 0.36011889576911926, 0.2973729372024536, 0.2548877000808716, 0.7100131511688232, 0.5052474141120911, 0.22198715806007385, 0.25694364309310913, -0.18668606877326965, 0.8387458324432373, -0.9102792143821716, -0.8167632818222046, -0.9497334957122803, 0.3849893808364868, 0.02572730928659439, -0.8801440000534058, 0.792029857635498, 0.7652609348297119, 0.511396050453186, -0.4877893626689911, 0.4755282700061798, -0.32647931575775146, 0.5047132968902588, -0.13870945572853088, 1.0010883808135986, -0.7607623338699341, -0.29587242007255554, -0.03055347502231598, -0.9216439127922058, -0.25337570905685425, 0.5375738739967346, 0.15408287942409515, -0.14608033001422882, 0.43859124183654785, 0.4421636760234833, 0.022173773497343063, 0.2522313892841339, 0.328610360622406, 0.06042812019586563, 0.14508448541164398, 0.5510440468788147, 1.093113660812378, -0.43394404649734497, 0.1869477927684784, -0.49234819412231445, -0.4536249041557312, -0.4153490662574768, -0.9548052549362183, -0.6640312671661377, -0.48185425996780396, -0.2973933517932892, -0.5915574431419373, 0.1172642707824707, 0.9300880432128906, 0.9018133878707886, -0.6256730556488037, -0.4124367833137512, 0.2571355104446411, 0.302933931350708, -0.2295418232679367, -0.14626741409301758, 0.27364957332611084, -0.00640803761780262, -0.7211177349090576, 0.39309436082839966, 0.807976484298706, 0.38871246576309204, 0.08443988114595413, -0.07217191159725189, -0.44070857763290405, 0.026101328432559967, 0.5373558402061462, 0.5729556083679199, -0.6281189918518066, -0.4099644720554352, -0.5328326225280762, -0.21386702358722687, 0.15529415011405945, 0.48077598214149475, -0.5166379809379578, 0.32661116123199463, 0.8128955364227295, 0.17017701268196106, 0.718788206577301, -0.00224892795085907, 0.6678644418716431, -0.8970253467559814, 0.4446272850036621, 0.3953390121459961, 0.5681867599487305, 0.08997989445924759, -0.7339171171188354, 0.9820241928100586, 0.49674326181411743, -0.6334060430526733, -1.003424882888794, 0.03079916536808014, -1.193113923072815, -0.37881752848625183, 0.9890838861465454, -0.09595751017332077, -0.9597455263137817, -0.36448946595191956, -0.36777207255363464, 0.07989589124917984, -0.33809763193130493, 0.3549816608428955, 0.8268191814422607, -0.2538069188594818, -0.2204192876815796, -0.9505571126937866, 0.47529518604278564, 0.3102523684501648, -0.5886627435684204, -0.051143936812877655, 0.3293907940387726, 0.4523683786392212, 0.3009701073169708, 0.5239563584327698, 0.10428206622600555, 0.8970533609390259, 0.25200408697128296, 0.30491459369659424, -0.04526650160551071, -0.5900781750679016, -0.016066541895270348, 0.26214781403541565, 0.04487845301628113, -0.6869443655014038 ]
vrvenkatesh/opt-350m-finetuned-slangQA
vrvenkatesh
2023-11-29T23:13:01Z
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-29T23:13:01Z
2023-11-29T22:14:40.000Z
null
null
--- license: other base_model: facebook/opt-350m tags: - generated_from_trainer model-index: - name: opt-350m-finetuned-slangQA 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. --> # opt-350m-finetuned-slangQA This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the None dataset. It achieves the following results on the evaluation set: - Loss: 3.0236 ## 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: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3.0 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 3.2105 | 1.0 | 1020 | 3.1122 | | 2.7784 | 2.0 | 2040 | 3.0349 | | 2.5066 | 3.0 | 3060 | 3.0236 | ### 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
vrvenkatesh/opt-350m-finetuned-slangQA
[ -0.5945982933044434, -0.7839198112487793, 0.16013289988040924, 0.10498762130737305, -0.3245420753955841, -0.4073435962200165, -0.14344550669193268, -0.14851944148540497, 0.2822794020175934, 0.4590001404285431, -0.9818540811538696, -0.6474862098693848, -0.4112100899219513, -0.09605095535516739, -0.34531813859939575, 1.2608091831207275, 0.08845199644565582, 0.4303244352340698, -0.0012821429409086704, -0.021654270589351654, -0.46721771359443665, -0.5567628741264343, -1.0964484214782715, -0.5694477558135986, 0.33491256833076477, 0.4678100645542145, 1.0283045768737793, 0.9865504503250122, 0.6277937889099121, 0.19493141770362854, -0.32999610900878906, -0.02842574194073677, -0.9573851823806763, -0.8733976483345032, -0.09187564998865128, -0.3681211769580841, -0.825615406036377, 0.05733306333422661, 0.8491847515106201, 0.5962076783180237, -0.19403158128261566, 0.5915284156799316, 0.0025675923097878695, 0.5121216773986816, -0.45671725273132324, 0.10551782697439194, -0.6279450058937073, 0.31222498416900635, -0.22552074491977692, -0.359624981880188, -0.3414928913116455, -0.0766456201672554, -0.08823247998952866, -0.6212371587753296, 0.5771814584732056, 0.11864770948886871, 1.4323477745056152, 0.3680347800254822, -0.4286746084690094, 0.29665860533714294, -0.793720543384552, 0.589694082736969, -0.8178046941757202, 0.4209616184234619, 0.376423716545105, 0.5937116742134094, 0.05777639523148537, -0.6500857472419739, -0.3752119839191437, -0.06951241195201874, 0.15344205498695374, 0.28547200560569763, -0.0635489821434021, 0.18780197203159332, 0.6040851473808289, 0.6722003221511841, -0.5803255438804626, 0.16661076247692108, -0.7797420024871826, -0.35883617401123047, 0.8201928734779358, 0.4540279507637024, -0.22349205613136292, -0.2666553258895874, -0.6001401543617249, -0.09834396094083786, -0.34455063939094543, 0.2381194829940796, 0.6960955858230591, 0.42778655886650085, -0.4543650448322296, 0.7326412796974182, -0.5486665964126587, 0.9285885691642761, 0.180644690990448, 0.0036002385895699263, 0.6588067412376404, -0.014712079428136349, -0.4894086420536041, -0.16872085630893707, 0.8799165487289429, 0.7407711148262024, 0.33843928575515747, 0.06583744287490845, -0.40366363525390625, -0.011005925945937634, 0.3146364092826843, -0.8763853311538696, -0.24310846626758575, 0.026584435254335403, -0.7082639932632446, -0.5251197814941406, 0.15453359484672546, -0.5089138746261597, 0.23481681942939758, -0.4800387918949127, 0.6512260437011719, -0.5096198320388794, -0.17041566967964172, 0.3699699640274048, -0.06489945948123932, 0.4563726782798767, 0.07350979745388031, -0.6580545902252197, 0.48059260845184326, 0.4042973220348358, 0.6923601031303406, 0.08156079053878784, -0.1980181485414505, -0.2816287577152252, 0.06100725755095482, -0.5012865662574768, 0.5086755156517029, -0.08333063125610352, -0.3666399419307709, 0.033352721482515335, 0.29963231086730957, -0.16080808639526367, -0.4900827705860138, 1.1551481485366821, -0.37391579151153564, 0.11207307875156403, -0.15321746468544006, -0.7460283041000366, -0.34752562642097473, 0.28748950362205505, -0.8461976647377014, 1.302812099456787, 0.15975958108901978, -0.5891560912132263, 0.6503808498382568, -0.5981844067573547, -0.21338844299316406, 0.14781635999679565, -0.03061208873987198, -0.6985743641853333, 0.0958138108253479, 0.043119125068187714, 0.6791569590568542, -0.20277829468250275, 0.2918907403945923, -0.6837508678436279, -0.637374997138977, -0.05931003391742706, -0.5910406708717346, 0.7379834055900574, 0.21101807057857513, -0.24039575457572937, 0.26518622040748596, -1.3937338590621948, 0.3672482967376709, 0.35488295555114746, -0.5379107594490051, 0.3070787489414215, -0.3474683463573456, 0.6216080188751221, 0.40927159786224365, 0.3625447154045105, -0.607510507106781, -0.05545385181903839, -0.4785671532154083, 0.36375123262405396, 0.7291597723960876, 0.1323714703321457, 0.03927990049123764, -0.6393228769302368, 0.3508646786212921, 0.09170690178871155, 0.6704515218734741, 0.33339351415634155, -0.3963368237018585, -0.9894260168075562, -0.14469653367996216, 0.145110622048378, 0.3359344005584717, -0.4339536726474762, 0.6458083987236023, -0.2207867056131363, -0.8673660755157471, -0.313787579536438, 0.2412593811750412, 0.4410637617111206, 0.5803661942481995, 0.48283591866493225, -0.15476755797863007, -0.3704994320869446, -1.3910272121429443, -0.15731674432754517, 0.1470959633588791, 0.31197217106819153, 0.4007190763950348, 0.5921862721443176, -0.27742213010787964, 0.9499773979187012, -0.6209675669670105, -0.2680531442165375, -0.17123746871948242, -0.1605549454689026, 0.5417059063911438, 0.7893673181533813, 0.8068561553955078, -0.6104925274848938, -0.26629140973091125, -0.1640838086605072, -0.5894529223442078, 0.23404750227928162, -0.2122737467288971, -0.47455742955207825, -0.10919637978076935, 0.3311118185520172, -0.5063402652740479, 0.6592719554901123, 0.26282626390457153, -0.33136186003685, 0.6559126377105713, -0.2116677463054657, -0.24022895097732544, -1.204148769378662, 0.15604521334171295, 0.3891149163246155, -0.38694044947624207, -0.23065721988677979, -0.1534382700920105, 0.18442955613136292, -0.27365216612815857, -0.6019399762153625, 0.6700941324234009, -0.13555695116519928, 0.05427922308444977, -0.09638461470603943, -0.33975210785865784, -0.07348828762769699, 0.8506619334220886, 0.07551466673612595, 0.4478317201137543, 0.6571314930915833, -0.6956436038017273, 0.4186381995677948, 0.4420163631439209, -0.2778168022632599, 0.5538195967674255, -0.8857676982879639, 0.00363720185123384, -0.009759861044585705, -0.1155238226056099, -0.926249086856842, -0.5561258792877197, 0.39885711669921875, -0.5220819115638733, 0.22010311484336853, -0.018463395535945892, -0.34612128138542175, -0.6028419733047485, -0.22815951704978943, 0.2730027735233307, 0.4469008147716522, -0.5835716128349304, 0.264034241437912, -0.08345647901296616, 0.516680896282196, -0.4261748194694519, -0.7267736792564392, -0.32449617981910706, -0.19708503782749176, -0.504493236541748, 0.32472389936447144, -0.09631994366645813, 0.3254259526729584, 0.10474174469709396, -0.17943443357944489, -0.3006150722503662, -0.16188664734363556, 0.37854498624801636, 0.31818804144859314, -0.16264787316322327, -0.05074196681380272, 0.07082730531692505, -0.19149371981620789, 0.24182109534740448, 0.0162421315908432, 0.5506559610366821, -0.19106195867061615, -0.28340110182762146, -0.9412824511528015, -0.06960567831993103, 0.4391176700592041, -0.08221766352653503, 0.9461538195610046, 0.7605168223381042, -0.7079136371612549, -0.23229335248470306, -0.6653019785881042, -0.08768760412931442, -0.48120713233947754, 0.6941994428634644, -0.5268787145614624, -0.41883009672164917, 0.7460823059082031, -0.11118057370185852, 0.05586379021406174, 1.1319595575332642, 0.528155505657196, 0.22984376549720764, 1.2172852754592896, 0.46626463532447815, -0.055528249591588974, 0.45900967717170715, -0.8542637825012207, -0.266248881816864, -0.6656473278999329, -0.354417085647583, -0.31664738059043884, -0.3200039267539978, -0.5655297636985779, -0.061363574117422104, 0.1814231127500534, 0.15727682411670685, -0.8579646944999695, 0.3586447834968567, -0.44660526514053345, 0.398103803396225, 0.7391629219055176, 0.6032600998878479, -0.1254834085702896, 0.04331998527050018, -0.28998395800590515, 0.07296089082956314, -1.039162278175354, -0.4886217415332794, 1.3519659042358398, 0.49418479204177856, 0.6950325965881348, -0.2822037935256958, 0.766124427318573, 0.11254190653562546, 0.19297483563423157, -0.823392927646637, 0.6249293088912964, 0.09433284401893616, -1.1347366571426392, -0.16468963027000427, -0.5649166107177734, -0.6157101392745972, -0.016943249851465225, -0.5044917464256287, -0.4623807668685913, 0.20060108602046967, 0.33065474033355713, -0.5262970328330994, 0.3142646551132202, -0.6122692227363586, 1.3437975645065308, -0.3823452889919281, -0.503354549407959, -0.07534046471118927, -0.4924682676792145, 0.23515191674232483, 0.024219462648034096, -0.096725694835186, -0.07870959490537643, 0.19349873065948486, 1.0583000183105469, -0.6777495741844177, 0.737357497215271, -0.3112899363040924, 0.4095532298088074, 0.3664380609989166, -0.3154071569442749, 0.4327796995639801, 0.2310112714767456, -0.19137054681777954, 0.2932085692882538, -0.03146057575941086, -0.6545441150665283, -0.20705462992191315, 0.775632381439209, -1.225009560585022, -0.07471881061792374, -0.4291746914386749, -0.5508855581283569, -0.23696188628673553, 0.4003893733024597, 0.7629770040512085, 0.719452440738678, -0.22905848920345306, 0.364317387342453, 0.2823788821697235, -0.10614165663719177, 0.3389371931552887, 0.33603671193122864, -0.06013716757297516, -0.7755751013755798, 0.9064115881919861, 0.0937509834766388, 0.37536823749542236, -0.04239264503121376, 0.010377730242908001, -0.4346920847892761, -0.4339481294155121, -0.489020437002182, 0.4116423428058624, -0.8603065013885498, -0.4017738401889801, -0.2008141279220581, -0.5766863226890564, -0.33693063259124756, -0.1836995631456375, -0.6551433801651001, -0.23539623618125916, -0.6398184895515442, -0.4144941568374634, 0.3313041627407074, 0.5500564575195312, 0.018922623246908188, 0.8783907890319824, -0.5336625576019287, 0.11174836754798889, -0.02026582695543766, 0.7360587120056152, -0.014194867573678493, -0.8433762192726135, -0.5266191959381104, 0.17418846487998962, -0.5140321850776672, -0.8485101461410522, 0.5147985219955444, 0.25926846265792847, 0.6866428852081299, 0.8755035996437073, -0.11263559013605118, 1.1149814128875732, -0.40447428822517395, 0.6512495279312134, 0.29929494857788086, -0.7335279583930969, 0.33382484316825867, -0.5166683197021484, 0.1818424016237259, 0.6729304790496826, 0.5516921281814575, -0.0021127730142325163, 0.00872037373483181, -1.173231601715088, -0.8246475458145142, 1.0555919408798218, 0.2971135973930359, 0.16247019171714783, 0.011652440764009953, 0.7448919415473938, -0.1575758010149002, 0.2348516434431076, -1.0972124338150024, -0.5562611222267151, -0.3123711943626404, -0.18851850926876068, -0.23993057012557983, -0.44948118925094604, -0.10808668285608292, -0.640381395816803, 1.21330988407135, -0.046291857957839966, 0.2415512502193451, 0.10953277349472046, 0.19128935039043427, -0.37445342540740967, -0.19467000663280487, 0.38606491684913635, 0.7529485821723938, -0.6578820943832397, -0.36482664942741394, 0.2218242585659027, -0.2652735114097595, -0.19052207469940186, 0.27614542841911316, -0.18151141703128815, 0.11213337630033493, 0.2904236912727356, 1.1482559442520142, 0.3205513656139374, -0.24909311532974243, 0.4569881558418274, 0.08792812377214432, -0.527713418006897, -0.5245198011398315, 0.16170428693294525, -0.18969516456127167, 0.1885262280702591, 0.2904830276966095, 0.3745773434638977, 0.27894577383995056, -0.12109749019145966, 0.16615170240402222, 0.45268771052360535, -0.6080479621887207, -0.19040542840957642, 1.0268789529800415, 0.05340684950351715, -0.26413121819496155, 0.5335444808006287, -0.2765543758869171, -0.19299103319644928, 0.9436088800430298, 0.5712178945541382, 0.8676509261131287, -0.1831144392490387, 0.14539718627929688, 0.8794307708740234, 0.3708508312702179, -0.1683064103126526, 0.6790084838867188, 0.26535847783088684, -0.5922571420669556, -0.29052647948265076, -0.8750988245010376, -0.16902269423007965, 0.7116649150848389, -1.3317910432815552, 0.6610369682312012, -0.5974222421646118, -0.6442700028419495, 0.39392906427383423, 0.07591839879751205, -1.1311626434326172, 0.7911275625228882, 0.06346244364976883, 1.2313231229782104, -1.0680427551269531, 0.5714734792709351, 0.9077489376068115, -0.44566163420677185, -1.1967947483062744, -0.3144088089466095, -0.17837899923324585, -0.9523218274116516, 0.5523428916931152, 0.3122384250164032, 0.28834637999534607, 0.33025017380714417, -0.7530071139335632, -0.9936137199401855, 1.0199480056762695, 0.4079686105251312, -0.7241053581237793, 0.16851723194122314, 0.3555772006511688, 0.53786301612854, -0.11768677830696106, 0.45928338170051575, 0.11224638670682907, 0.0923817828297615, 0.3453200161457062, -1.0370010137557983, -0.1118856817483902, -0.33040329813957214, 0.2379894256591797, 0.05901816859841347, -0.9393789172172546, 1.131075143814087, 0.08929836004972458, 0.23521322011947632, 0.16033948957920074, 0.6046995520591736, -0.03262430056929588, 0.39885151386260986, 0.4060554504394531, 0.9314622282981873, 0.3968767821788788, -0.052374161779880524, 1.0892248153686523, -0.6764609813690186, 0.9554661512374878, 1.0963472127914429, 0.03670578449964523, 0.6257093548774719, 0.21421657502651215, -0.19058719277381897, 0.063188336789608, 1.1624397039413452, -0.3097100555896759, 0.392569899559021, 0.14424404501914978, 0.17403927445411682, -0.6232635974884033, 0.1381644308567047, -0.5492038726806641, 0.3898255228996277, 0.049028683453798294, -0.6108495593070984, -0.3267875015735626, -0.11388164758682251, -0.014526139944791794, -0.30409687757492065, -0.7186753749847412, 0.5781010985374451, -0.2942267656326294, -0.3252122104167938, 0.9950310587882996, 0.24549347162246704, 0.34664836525917053, -0.6224052906036377, 0.012260112911462784, -0.04034772515296936, 0.568847119808197, -0.4297761917114258, -0.4155534505844116, 0.2666371762752533, -0.1513155996799469, -0.21573299169540405, 0.13824856281280518, 0.5694053173065186, -0.20009370148181915, -1.0546821355819702, 0.22818055748939514, 0.3889579772949219, 0.23031280934810638, -0.08826790004968643, -1.085438847541809, -0.09191755205392838, -0.05305545777082443, -0.4867185354232788, -0.06964660435914993, 0.20690767467021942, -0.018004249781370163, 0.5969951152801514, 0.7223721146583557, -0.007651733234524727, 0.21527747809886932, 0.0836048498749733, 1.1521141529083252, -0.6634512543678284, -0.7171750664710999, -0.8206007480621338, 0.352279394865036, -0.279642254114151, -0.814267635345459, 0.9333680868148804, 1.2065832614898682, 1.1674227714538574, -0.31869637966156006, 0.49689197540283203, 0.15619605779647827, 0.478616863489151, -0.4396345019340515, 0.5986340045928955, -0.757893443107605, -0.2774828374385834, -0.4122031033039093, -1.0013848543167114, -0.011556539684534073, 0.7682849168777466, -0.41062653064727783, 0.34471771121025085, 0.3657146394252777, 0.7391250729560852, -0.14038750529289246, 0.05748989060521126, 0.2513437271118164, 0.08728225529193878, 0.037078045308589935, 0.5495110154151917, 0.4282345473766327, -0.7905750274658203, 0.4858609437942505, -0.6947675943374634, -0.27787142992019653, -0.18184994161128998, -0.5957293510437012, -1.1087498664855957, -0.2605496346950531, -0.5580390691757202, -0.3743055760860443, -0.007087609730660915, 0.9140255451202393, 0.9753692150115967, -0.6920322179794312, -0.4093901515007019, -0.12633301317691803, -0.468974769115448, -0.3775474429130554, -0.2968783974647522, 0.41754570603370667, -0.17444686591625214, -0.7711441516876221, -0.07249128073453903, -0.23390504717826843, 0.1442468762397766, -0.07711207121610641, -0.16797737777233124, -0.36736828088760376, -0.07789159566164017, 0.23112422227859497, 0.035474348813295364, -0.4470266103744507, -0.27232471108436584, -0.11751233786344528, 0.11069156974554062, 0.060927342623472214, 0.0999983698129654, -0.525623083114624, 0.41954246163368225, 0.16231922805309296, 0.35329994559288025, 0.6798226237297058, 0.20114590227603912, 0.18218886852264404, -0.8180007934570312, 0.3715652525424957, 0.22095565497875214, 0.46435368061065674, 0.08881130069494247, -0.4901544451713562, 0.5366030335426331, 0.49472182989120483, -0.5530107617378235, -0.8807398080825806, -0.14696364104747772, -1.3074328899383545, 0.1980009824037552, 1.3693478107452393, 0.2196345180273056, -0.4503493010997772, 0.41623780131340027, -0.3333979845046997, 0.44171348214149475, -0.2901654839515686, 0.45216503739356995, 0.7343617081642151, -0.05504073202610016, 0.15345865488052368, -0.8556646108627319, 0.5550296306610107, 0.44237250089645386, -0.6021714210510254, -0.43994656205177307, 0.6318404674530029, 0.5294739007949829, -0.042288027703762054, 0.47104233503341675, -0.03225152939558029, 0.36934325098991394, -0.003989672753959894, 0.2542552947998047, -0.4643741250038147, -0.2712380588054657, -0.30903568863868713, 0.12229391187429428, -0.08546310663223267, -0.6749119758605957 ]
TheOriginalMarcelo/my_awesome_model
TheOriginalMarcelo
2023-11-29T22:53:37Z
0
0
null
[ "transformers", "tensorboard", "safetensors", "distilbert", "text-classification", "generated_from_trainer", "dataset:imdb", "base_model:distilbert-base-uncased", "license:apache-2.0", "model-index", "endpoints_compatible", "region:us" ]
2023-11-29T22:53:37Z
2023-11-29T22:14:44.000Z
null
null
--- license: apache-2.0 base_model: distilbert-base-uncased tags: - generated_from_trainer datasets: - imdb metrics: - accuracy model-index: - name: my_awesome_model results: - task: name: Text Classification type: text-classification dataset: name: imdb type: imdb config: plain_text split: test args: plain_text metrics: - name: Accuracy type: accuracy value: 0.92688 --- <!-- 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. --> # my_awesome_model This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset. It achieves the following results on the evaluation set: - Loss: 0.1955 - Accuracy: 0.9269 ## 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: 32 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 1 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | 0.2164 | 1.0 | 1563 | 0.1955 | 0.9269 | ### Framework versions - Transformers 4.36.0.dev0 - Pytorch 2.1.0+cu118 - Datasets 2.15.0 - Tokenizers 0.15.0
null
transformers
text-classification
null
null
null
null
null
null
null
null
null
TheOriginalMarcelo/my_awesome_model
[ -0.5633876323699951, -0.6533572673797607, 0.17041581869125366, 0.043105628341436386, -0.39161431789398193, -0.2296881526708603, 0.028582895174622536, -0.1507512480020523, 0.20598258078098297, 0.3128507435321808, -0.6889104843139648, -0.6193509101867676, -0.845546305179596, -0.15303829312324524, -0.4317682087421417, 1.438075065612793, 0.16078898310661316, 0.5274849534034729, -0.04968727380037308, -0.06131991744041443, -0.4029277563095093, -0.8769075870513916, -0.5366954207420349, -0.6214292049407959, 0.2330687791109085, 0.3036845326423645, 1.021883487701416, 1.0869799852371216, 0.8234679102897644, 0.18029789626598358, -0.47064828872680664, -0.07823412865400314, -0.693314790725708, -0.5044977068901062, -0.31303641200065613, -0.3340098559856415, -0.766706645488739, -0.010489490814507008, 0.6879853010177612, 0.39848437905311584, -0.32868993282318115, 0.5470632314682007, 0.016972778365015984, 0.4758656620979309, -0.5531982183456421, 0.391204297542572, -0.6326875686645508, 0.2686883509159088, -0.20509842038154602, -0.26972633600234985, -0.20961323380470276, -0.024368729442358017, -0.05371510609984398, -0.4630143344402313, 0.5695380568504333, 0.1459612399339676, 1.3431495428085327, 0.3992560803890228, -0.30048003792762756, 0.013502262532711029, -0.8952998518943787, 0.49156683683395386, -0.8286378979682922, 0.1378430277109146, 0.4095114469528198, 0.48398709297180176, -0.0009837165707722306, -0.7116275429725647, -0.6401118636131287, -0.31951889395713806, -0.014361098408699036, 0.048153601586818695, -0.2078617364168167, 0.1621536761522293, 0.9877074956893921, 0.737307071685791, -0.3917166292667389, 0.3105333149433136, -0.5916282534599304, -0.28017672896385193, 0.5623416900634766, 0.5311732888221741, -0.2871899902820587, -0.21196874976158142, -0.4158000349998474, -0.3244972229003906, -0.3311472535133362, 0.22316543757915497, 0.703974723815918, 0.1202063038945198, -0.2597687244415283, 0.7907464504241943, -0.34124189615249634, 0.6915932893753052, 0.29427099227905273, -0.11370424926280975, 0.4870816171169281, 0.02917112223803997, -0.2983846366405487, 0.04838935658335686, 0.7610654830932617, 0.7661252617835999, 0.36113694310188293, 0.11542468518018723, -0.31998440623283386, -0.03566068038344383, 0.32590481638908386, -1.072328805923462, -0.4433213472366333, 0.15762721002101898, -0.4412904679775238, -0.5459682941436768, 0.22943070530891418, -0.40880104899406433, -0.010226321406662464, -0.4879705011844635, 0.6677666306495667, -0.5724723935127258, -0.22707661986351013, 0.0075771622359752655, -0.08497802168130875, 0.2871379554271698, 0.17819523811340332, -1.0119236707687378, 0.33119285106658936, 0.3963615298271179, 0.6404773592948914, 0.1911095678806305, -0.40816497802734375, -0.287792444229126, 0.041017625480890274, -0.2515566051006317, 0.44313541054725647, -0.03826233372092247, -0.3751277029514313, -0.2744804620742798, 0.1936032921075821, 0.007434854283928871, -0.5693851113319397, 0.976258397102356, -0.33481934666633606, 0.09666243940591812, -0.10071929544210434, -0.6353845000267029, -0.2585884630680084, 0.4641980826854706, -0.7833709716796875, 1.1433284282684326, 0.2424812763929367, -0.782328188419342, 0.5970920920372009, -0.5235382318496704, -0.042163074016571045, -0.13462737202644348, -0.11964044719934464, -0.8118770718574524, 0.1863395869731903, 0.18394824862480164, 0.5857928395271301, -0.35963675379753113, 0.5500677824020386, -0.4963756501674652, -0.7430888414382935, 0.08278142660856247, -0.6194499135017395, 0.7698419094085693, 0.25732365250587463, -0.49462082982063293, -0.07673388719558716, -1.2732115983963013, 0.24281200766563416, 0.2993038594722748, -0.4225163757801056, 0.14664752781391144, -0.5145279169082642, 0.32817748188972473, 0.34132322669029236, 0.28266099095344543, -0.4969135522842407, 0.106883704662323, -0.21501733362674713, 0.19621923565864563, 0.6671671271324158, 0.018493127077817917, 0.010148930363357067, -0.42924216389656067, 0.30930402874946594, 0.38073015213012695, 0.4276438355445862, -0.0005725238006561995, -0.29953324794769287, -0.9191743731498718, -0.30813610553741455, 0.33762043714523315, 0.42038944363594055, -0.17553062736988068, 0.87603360414505, -0.12733261287212372, -0.758869469165802, -0.30715620517730713, 0.036108825355768204, 0.5414571166038513, 0.7751103043556213, 0.4586338996887207, -0.34834733605384827, -0.5251370668411255, -1.3145694732666016, 0.06309547275304794, -0.12265999615192413, 0.17526423931121826, 0.023042727261781693, 0.6647154092788696, -0.2451518177986145, 0.9109780192375183, -0.4534192383289337, -0.24109578132629395, -0.11342279613018036, -0.07972820848226547, 0.75539231300354, 0.8345942497253418, 0.7778590321540833, -0.40491077303886414, -0.32252126932144165, -0.29416903853416443, -0.9681413769721985, 0.40803438425064087, 0.022690942510962486, -0.33351024985313416, -0.2837025821208954, 0.2760840654373169, -0.5947239398956299, 0.70039302110672, 0.19614863395690918, -0.2697569727897644, 0.7733906507492065, -0.5362942218780518, 0.06549523770809174, -1.1890721321105957, 0.2056417614221573, 0.28717032074928284, -0.08195096999406815, -0.24225784838199615, 0.0344037264585495, 0.21608160436153412, -0.17319455742835999, -0.44462278485298157, 0.4529111385345459, -0.22565019130706787, 0.2363787740468979, -0.15917979180812836, -0.5507755279541016, 0.1223592534661293, 0.8688898682594299, 0.047547295689582825, 0.34187522530555725, 0.757450520992279, -0.553645670413971, 0.5468437671661377, 0.5201245546340942, -0.487319678068161, 0.7006862759590149, -0.9530452489852905, 0.07344386726617813, -0.2456471174955368, 0.018109623342752457, -0.7703817486763, -0.3358505964279175, 0.33651065826416016, -0.31483861804008484, 0.4894390404224396, -0.40899768471717834, -0.44923269748687744, -0.46978530287742615, -0.09531763195991516, 0.060617633163928986, 0.5348348617553711, -0.6528158187866211, 0.2113889753818512, 0.027662822976708412, 0.24723143875598907, -0.7768079042434692, -0.7908040285110474, -0.1816018670797348, -0.34994396567344666, -0.35910487174987793, 0.33945393562316895, -0.10192763060331345, -0.07751424610614777, -0.01968972757458687, -0.14575834572315216, -0.36116355657577515, -0.15009884536266327, 0.5387626886367798, 0.5506542921066284, -0.14174148440361023, -0.18756406009197235, 0.09765420854091644, -0.26217007637023926, 0.2208957076072693, 0.15311415493488312, 0.4732610881328583, -0.24923864006996155, -0.3348098397254944, -0.8585689663887024, 0.015324710868299007, 0.7446230053901672, -0.07941794395446777, 0.9640562534332275, 0.7406177520751953, -0.5864378213882446, 0.15574118494987488, -0.6009520888328552, -0.20237503945827484, -0.4254215657711029, 0.7446495890617371, -0.5709612965583801, -0.21241450309753418, 0.6545696258544922, 0.16439060866832733, 0.07068166881799698, 1.024448037147522, 0.5799459218978882, -0.09540262818336487, 1.2892277240753174, 0.30184048414230347, -0.03036823868751526, 0.37092339992523193, -1.0310206413269043, -0.09216945618391037, -0.7296032309532166, -0.48645225167274475, -0.41811883449554443, -0.33891046047210693, -0.5096685886383057, -0.007353678345680237, 0.2742774486541748, 0.49957653880119324, -0.7563515305519104, 0.48508524894714355, -0.568589985370636, 0.5266081690788269, 0.7824112176895142, 0.4346930980682373, 0.19722980260849, 0.2041933834552765, -0.24530957639217377, -0.12732316553592682, -0.750063955783844, -0.6042059659957886, 1.3555023670196533, 0.5460466146469116, 1.0953205823898315, -0.16144698858261108, 0.7174926400184631, 0.27042531967163086, 0.12725535035133362, -0.5194441080093384, 0.3689427375793457, 0.12963111698627472, -1.124043583869934, -0.1344350427389145, -0.2938714623451233, -0.3651033341884613, 0.19490131735801697, -0.4947096109390259, -0.6370836496353149, 0.26459383964538574, 0.4325196444988251, -0.45172953605651855, 0.43561041355133057, -0.7088015675544739, 1.1347593069076538, -0.4851219654083252, -0.5200206637382507, -0.25238820910453796, -0.5483697652816772, 0.20737802982330322, 0.010941087268292904, -0.29331475496292114, -0.16928231716156006, 0.43908700346946716, 0.7277644872665405, -0.7362540364265442, 0.516083300113678, -0.4348214566707611, 0.5252817869186401, 0.4413256347179413, -0.07953204959630966, 0.8427213430404663, 0.34376993775367737, -0.3436063826084137, 0.4993756115436554, 0.020282801240682602, -0.4304439127445221, -0.4687456488609314, 0.880704402923584, -1.1879405975341797, -0.26033809781074524, -0.6936573386192322, -0.5312607288360596, -0.04499012604355812, 0.12189770489931107, 0.7972283363342285, 0.9528581500053406, -0.1657402515411377, 0.26025092601776123, 0.5012281537055969, 0.13390222191810608, 0.3146947920322418, 0.37614747881889343, 0.022723427042365074, -0.5517076253890991, 0.7821469902992249, 0.10805029422044754, 0.2014748454093933, 0.06377100199460983, -0.022253507748246193, -0.64476478099823, -0.7496020197868347, -0.7309125661849976, 0.22132878005504608, -0.9531581997871399, -0.2057764083147049, -0.5378302335739136, -0.5616496205329895, -0.28878137469291687, 0.158424973487854, -0.48969167470932007, -0.5248448252677917, -0.5715954303741455, -0.46717369556427, 0.45355522632598877, 0.5488986968994141, -0.04899632930755615, 0.6577032208442688, -0.602451503276825, 0.006674386095255613, 0.11151710897684097, 0.4539988934993744, -0.053813185542821884, -1.0864126682281494, -0.5858943462371826, 0.12587417662143707, -0.5688857436180115, -0.5794914364814758, 0.46844035387039185, 0.2858489453792572, 0.8540872931480408, 0.48699885606765747, -0.11443938314914703, 1.0380284786224365, -0.3612329661846161, 0.6041901111602783, 0.395806223154068, -0.5941656231880188, 0.41069281101226807, -0.1911933422088623, 0.21326331794261932, 0.7732597589492798, 0.6998352408409119, 0.0548270009458065, -0.02573106251657009, -1.2116413116455078, -0.7830493450164795, 1.061288595199585, 0.39743033051490784, 0.12214519083499908, 0.14670442044734955, 0.44891172647476196, 0.04921744018793106, 0.36789947748184204, -0.8817976117134094, -0.6545741558074951, -0.43018436431884766, -0.025335272774100304, -0.2014971673488617, -0.37375280261039734, -0.16086377203464508, -0.6755011677742004, 1.1109548807144165, 0.0700068548321724, 0.20702427625656128, 0.05165105685591698, -0.10789324343204498, -0.11215043812990189, -0.06122950091958046, 0.3541564643383026, 0.8194926381111145, -0.9742947816848755, -0.14700478315353394, 0.22732488811016083, -0.4754978120326996, 0.09419573098421097, 0.3295931816101074, 0.11303923279047012, 0.2100072205066681, 0.24401934444904327, 1.2008349895477295, -0.02104572393000126, -0.34767842292785645, 0.4460188150405884, -0.10836020857095718, -0.1874481439590454, -0.5306465029716492, 0.27197545766830444, -0.23959361016750336, 0.22513659298419952, 0.39476582407951355, 0.4968288540840149, 0.11306111514568329, -0.34724438190460205, 0.22696025669574738, 0.18813791871070862, -0.6130573749542236, -0.2444981038570404, 1.0244367122650146, -0.032873108983039856, -0.3038285970687866, 0.8886067271232605, -0.2151816189289093, -0.1252857893705368, 0.9041785001754761, 0.4820156693458557, 0.8291133642196655, 0.013550340197980404, -0.10348860919475555, 1.0078777074813843, 0.14841274917125702, -0.18547292053699493, 0.2450791448354721, 0.12452103942632675, -0.5250144600868225, -0.18648770451545715, -0.9461199641227722, -0.40619760751724243, 0.53904128074646, -1.198282241821289, 0.6692715883255005, -0.7304790616035461, -0.4712197184562683, 0.3467714786529541, -0.05751983821392059, -1.0794947147369385, 0.6671434640884399, 0.12599828839302063, 1.0824824571609497, -0.9289327263832092, 0.9960076808929443, 0.610948920249939, -0.6337153911590576, -1.036015510559082, -0.39199015498161316, -0.20799385011196136, -0.9305825233459473, 0.6768938302993774, 0.2259606420993805, 0.36965325474739075, 0.3246661424636841, -0.49081170558929443, -0.9217156767845154, 1.1342864036560059, 0.602685809135437, -0.9299639463424683, -0.11819581687450409, 0.25323501229286194, 0.7003850340843201, -0.25318998098373413, 0.9795955419540405, 0.4185865819454193, 0.06632990390062332, 0.28318437933921814, -1.009521245956421, -0.29376184940338135, -0.46900248527526855, 0.09965264797210693, 0.032183848321437836, -0.5650736093521118, 1.1470401287078857, -0.24467146396636963, 0.35970306396484375, 0.21224786341190338, 0.5071293115615845, 0.3173060715198517, 0.23981676995754242, 0.46192365884780884, 0.9804876446723938, 0.4743199348449707, -0.1825670599937439, 1.1284401416778564, -0.6292451024055481, 0.8582701683044434, 1.2195825576782227, 0.05164659768342972, 0.3959566056728363, 0.35069364309310913, -0.3255229592323303, 0.4197598397731781, 0.8639919757843018, -0.3861751854419708, 0.6016873121261597, 0.20467467606067657, 0.06884796917438507, -0.33214128017425537, 0.14319218695163727, -0.7683767080307007, 0.37154215574264526, 0.14445629715919495, -0.7417618036270142, -0.3906297981739044, -0.1426151841878891, -0.09910839796066284, -0.20200946927070618, -0.4356473982334137, 0.4448868930339813, -0.28648126125335693, -0.4527095556259155, 1.041463851928711, 0.07650351524353027, 0.47450050711631775, -0.7364878058433533, -0.20901183784008026, -0.11877443641424179, 0.4937545955181122, -0.40134599804878235, -0.6645771861076355, 0.20211131870746613, 0.005685931071639061, -0.47785690426826477, 0.16411419212818146, 0.2654653787612915, -0.31828397512435913, -0.8832626938819885, 0.005572902038693428, 0.2292507439851761, 0.37620529532432556, -0.1959446370601654, -1.1194117069244385, -0.03802771493792534, 0.00911375880241394, -0.2982157766819, 0.15994957089424133, 0.1686692237854004, -0.004694171715527773, 0.4687888026237488, 0.6631110906600952, -0.11429060995578766, 0.11242504417896271, 0.05909183248877525, 0.9717141389846802, -0.7157018780708313, -0.6423517465591431, -0.9263222813606262, 0.7213862538337708, -0.3069753050804138, -0.8923060894012451, 0.7329622507095337, 1.0988974571228027, 0.9475626349449158, -0.3696472644805908, 0.5475810170173645, -0.17035116255283356, 0.4828357398509979, -0.4060685932636261, 0.6576571464538574, -0.45925793051719666, 0.037971384823322296, -0.4756089746952057, -1.2125508785247803, 0.06814993172883987, 0.718193531036377, -0.21616221964359283, 0.057462047785520554, 0.49808046221733093, 0.9646148681640625, -0.25681960582733154, -0.024670030921697617, 0.38505643606185913, 0.09729151427745819, 0.27728432416915894, 0.4068641662597656, 0.7145201563835144, -0.9215976595878601, 0.5000733733177185, -0.9105707406997681, -0.3474992513656616, -0.25356289744377136, -0.7688896059989929, -0.9533647298812866, -0.3697112202644348, -0.5095366835594177, -0.6009170413017273, 0.031336504966020584, 1.157692551612854, 0.9504633545875549, -0.9054558277130127, -0.3402947783470154, 0.017438171431422234, -0.45313915610313416, -0.31134408712387085, -0.22270262241363525, 0.4376741051673889, 0.12055351585149765, -0.989804744720459, 0.032662294805049896, -0.20386356115341187, 0.27657854557037354, -0.25770604610443115, -0.23143182694911957, -0.21046963334083557, -0.4490525424480438, 0.1607065051794052, 0.10833940654993057, -0.40543192625045776, -0.2092239409685135, -0.14699195325374603, -0.10303156822919846, 0.2026013433933258, 0.27491500973701477, -0.5847580432891846, 0.6568638682365417, 0.17644654214382172, 0.18329262733459473, 0.9404800534248352, 0.04962240159511566, 0.29507750272750854, -0.5999462604522705, 0.4810545742511749, 0.3446691334247589, 0.5794005393981934, 0.22342637181282043, -0.5132114887237549, 0.5794775485992432, 0.38791173696517944, -0.6176024079322815, -0.9814725518226624, -0.294201135635376, -1.1436125040054321, 0.36488789319992065, 1.0326753854751587, 0.013069878332316875, -0.2860200107097626, 0.29820558428764343, -0.41798847913742065, 0.33214765787124634, -0.3400939106941223, 0.6302433013916016, 0.6953049302101135, -0.14890266954898834, 0.18101617693901062, -0.4448857307434082, 0.33641743659973145, 0.2752973139286041, -0.4584135115146637, -0.3649504482746124, 0.501194417476654, 0.6001126170158386, 0.12820005416870117, 0.24295000731945038, -0.25612252950668335, 0.2781056761741638, 0.14681242406368256, 0.4007260799407959, -0.6031711101531982, -0.35385602712631226, -0.4262998104095459, 0.013260219246149063, 0.2286422997713089, -0.4671695828437805 ]
abdulmatinomotoso/distilroberta-topic-classification_3
abdulmatinomotoso
2023-11-29T22:37:59Z
0
0
null
[ "transformers", "safetensors", "roberta", "text-classification", "endpoints_compatible", "region:us" ]
2023-11-29T22:37:59Z
2023-11-29T22:14:51.000Z
null
null
Entry not found
null
transformers
text-classification
null
null
null
null
null
null
null
null
null
abdulmatinomotoso/distilroberta-topic-classification_3
[ -0.3227651119232178, -0.22568456828594208, 0.8622261881828308, 0.43461447954177856, -0.5282989740371704, 0.7012965083122253, 0.7915719747543335, 0.0761861652135849, 0.7746025323867798, 0.25632235407829285, -0.7852817177772522, -0.22573819756507874, -0.9104477763175964, 0.5715669393539429, -0.39923295378685, 0.5791240334510803, -0.14494486153125763, -0.10751186311244965, 0.2823379635810852, -0.27689534425735474, -0.5409222841262817, -0.3685528635978699, -1.1902779340744019, 0.06149144098162651, 0.5316579937934875, 0.7435142993927002, 0.7584061026573181, 0.365217387676239, 0.643257737159729, 0.39322930574417114, -0.23138955235481262, 0.4827052056789398, -0.04171820357441902, 0.0026043057441711426, -0.3524433374404907, -0.5516901016235352, -0.2859658896923065, 0.0758475735783577, 1.09613037109375, 0.9666879773139954, -0.28466367721557617, 0.053308069705963135, -0.30636194348335266, 0.3308888077735901, -0.4973432421684265, 0.30541014671325684, -0.022506142035126686, 0.16318786144256592, -0.7041513919830322, -0.553535521030426, 0.012794725596904755, -0.7361211776733398, 0.1792658567428589, -0.690081000328064, 0.8269098401069641, 0.1858319789171219, 1.1533749103546143, 0.14819422364234924, -0.46248704195022583, -0.8161762356758118, -0.6538987159729004, 0.5711171627044678, -0.32703709602355957, 0.39680251479148865, 0.702823281288147, -0.048573337495326996, -0.9820329546928406, -0.6745744943618774, -0.46466198563575745, 0.2923961579799652, 0.35402777791023254, -0.34116750955581665, -0.17522063851356506, -0.3058988153934479, 0.1579202115535736, 0.12811532616615295, -0.4841991364955902, -0.5543915629386902, -0.5475162863731384, -0.39602530002593994, 0.6206656694412231, 0.3482949137687683, 0.24291741847991943, -0.18884167075157166, -0.3228583037853241, 0.08801612257957458, -0.4160848557949066, 0.3402569890022278, 0.6335514187812805, 0.7114018201828003, -0.5811439752578735, 0.5602155923843384, -0.049276046454906464, 0.743970513343811, 0.11445537954568863, -0.27478140592575073, 0.4146055281162262, -0.14724686741828918, 0.05517130345106125, 0.42263469099998474, 0.31524425745010376, 0.28413110971450806, -0.32736971974372864, 0.20322327315807343, -0.32151466608047485, -0.30496254563331604, -0.22332186996936798, -0.2949075698852539, -0.35921794176101685, 0.549228847026825, -0.33140209317207336, -0.4285549223423004, 1.1431758403778076, -0.4200766980648041, -0.7302228212356567, 0.3315640091896057, 0.40652021765708923, -0.09944786131381989, -0.3714657127857208, -0.05226101726293564, -0.8458784818649292, -0.007907086983323097, 0.7491174936294556, -0.7198967933654785, 0.33717384934425354, 0.4728066027164459, 0.7417219877243042, 0.1965058445930481, -0.14034488797187805, -0.4294944703578949, 0.29719680547714233, -0.8659995198249817, 0.6320172548294067, -0.2013525515794754, -1.0051977634429932, 0.11150509119033813, 0.8971704244613647, -0.3789637088775635, -1.2094879150390625, 1.0605156421661377, -0.6887935400009155, 0.16017857193946838, -0.6767615079879761, -0.14661213755607605, -0.07118458300828934, -0.005096346139907837, -0.6088160276412964, 0.7567101716995239, 0.587267279624939, -0.4995274543762207, 0.21429482102394104, -0.26029834151268005, -0.39151373505592346, 0.38824862241744995, -0.07935447990894318, -0.21858911216259003, 0.713833212852478, -0.6647083163261414, -0.26932811737060547, 0.2942773699760437, 0.23689332604408264, -0.35706108808517456, -0.79319167137146, 0.08478114753961563, -0.05786280706524849, 1.5507503747940063, -0.038688190281391144, -0.3586105406284332, -0.6793836355209351, -1.1506239175796509, -0.0707082748413086, 0.6886882185935974, -0.9194992780685425, -0.27839502692222595, -0.04641008749604225, -0.2616933286190033, 0.08994899690151215, 0.7390592098236084, -1.1194051504135132, 0.2832726538181305, -0.05092669650912285, -0.22794707119464874, 0.8271061182022095, 0.1538725048303604, 0.24758973717689514, 0.14913439750671387, 0.4295872747898102, 0.5277255773544312, 0.11115165054798126, 0.6835873126983643, -0.34720394015312195, -0.9694350361824036, 0.6154635548591614, 0.25266382098197937, 0.8121447563171387, -0.4994528889656067, 0.2685094177722931, 0.2702551782131195, -0.34096747636795044, -0.5682372450828552, -0.3102836608886719, 0.09025730192661285, 0.14930585026741028, 0.11142484843730927, -0.5721707344055176, -0.6576123237609863, -0.9689141511917114, -0.13590677082538605, -0.43143749237060547, -0.35715746879577637, 0.21006879210472107, 0.5792902708053589, -1.1975520849227905, 0.4128875136375427, -0.770563006401062, -0.7038742303848267, -0.010655438527464867, -0.19338111579418182, 0.7540656924247742, 0.4324015974998474, 0.5033963918685913, -0.6397148966789246, -0.5661991834640503, -0.22470131516456604, -1.033374547958374, -0.13280482590198517, 0.24819593131542206, 0.30657368898391724, -0.1342330276966095, -0.2744958996772766, -0.487403005361557, 0.810038685798645, 0.14789143204689026, -0.5391894578933716, 0.522076427936554, -0.30203184485435486, 0.1722482144832611, -0.6369155049324036, -0.06916841119527817, -0.661676287651062, -0.0009073078399524093, -0.360830694437027, -0.5737439393997192, 0.14772304892539978, 0.07017489522695541, -0.16065458953380585, 0.28808408975601196, -0.9092772603034973, -0.0010855093132704496, -0.7442210912704468, 0.3790721297264099, 0.06394751369953156, -0.31450796127319336, -0.01751742884516716, 1.000038743019104, 0.778445839881897, -0.38480472564697266, 0.721744179725647, 0.4440041184425354, 0.19036146998405457, 0.763052225112915, -0.18725082278251648, 0.16478247940540314, -0.524541974067688, -0.12161102145910263, -0.888759970664978, -1.0982946157455444, 0.7320570945739746, -0.6114249229431152, 0.3654288649559021, -0.42778730392456055, 0.25891631841659546, -0.6919255256652832, -0.03885392099618912, 0.4808598458766937, -0.05936310440301895, -0.6863943338394165, 0.5232576131820679, 0.45317554473876953, -0.20192453265190125, -0.6609035730361938, -0.5301569104194641, 0.39365819096565247, 0.615411639213562, -0.16390368342399597, 0.06878544390201569, 0.14941087365150452, -0.5441931486129761, -0.040802616626024246, -0.3869195580482483, -0.45766758918762207, 0.05422430485486984, 0.13053461909294128, -0.0057506137527525425, -0.4048202633857727, -0.08680291473865509, -0.35842007398605347, -0.4656125009059906, 0.21876510977745056, 0.30119481682777405, -0.04096285253763199, -0.4259978234767914, -0.3619818687438965, -0.8881809115409851, 0.6719611883163452, 0.5370283722877502, 0.05281493812799454, 0.7555554509162903, 0.16819210350513458, -0.8014988899230957, -0.13532207906246185, -0.17607103288173676, 0.26968345046043396, -0.5588057041168213, 0.13849851489067078, -0.013484681025147438, -0.06374924629926682, 0.2629794478416443, 0.2538621127605438, -0.43005552887916565, 0.9276250600814819, -0.2615273594856262, -0.3592519760131836, 0.796018123626709, 0.5974738597869873, 0.4958310127258301, 0.16503235697746277, -0.044541794806718826, 0.900709331035614, -1.1966516971588135, -0.6563178300857544, -0.7409547567367554, -0.15945681929588318, -0.4351081848144531, -0.03210577368736267, 0.6254414319992065, 0.29009929299354553, -0.1333390176296234, 0.4756389558315277, -0.52434903383255, 0.3556036353111267, 1.0119842290878296, 0.35748666524887085, 0.3435700535774231, -0.7570226192474365, -0.2515777349472046, -0.14024269580841064, -0.9998156428337097, -0.2631377577781677, 0.8871029615402222, 0.22752591967582703, 0.8444603085517883, 0.5992541313171387, 0.6784543991088867, 0.13672283291816711, 0.2523830235004425, -0.30590343475341797, 0.3920295834541321, 0.43760842084884644, -1.0401136875152588, -0.42758384346961975, 0.02141881361603737, -0.9703340530395508, -0.1422753632068634, -0.034949976950883865, -0.42617136240005493, 0.7681739926338196, 0.00016602873802185059, -0.40767115354537964, 0.7732731103897095, -0.4555831551551819, 0.7562875151634216, -0.4473648965358734, -0.02663896605372429, 0.46990966796875, -0.7070639729499817, 0.46774283051490784, 0.1287880539894104, 0.6205843091011047, -0.015572470612823963, -0.04078610986471176, 0.7104939222335815, -0.9129160642623901, 0.2543862760066986, -0.6348397731781006, 0.22421273589134216, 0.24246945977210999, 0.5160625576972961, 0.5969955325126648, 0.43712449073791504, 0.10119888931512833, -0.23920902609825134, 0.041157763451337814, -0.8241122961044312, -0.21050627529621124, 0.6975154280662537, -0.7186890840530396, -0.6864198446273804, -1.2355339527130127, 0.1443869173526764, 0.27347102761268616, 0.3893052041530609, 0.7959295511245728, 0.5714091062545776, 0.1289544403553009, 0.6805251240730286, 0.9888589978218079, -0.06885665655136108, 0.9166924357414246, 0.32244783639907837, 0.09175195544958115, -0.2194482386112213, 0.7036819458007812, 0.26627877354621887, -0.24707937240600586, -0.11939720809459686, 0.20913438498973846, -0.11069388687610626, -0.5917614698410034, -0.4999062418937683, 0.37017592787742615, -0.6731789112091064, -0.1830390989780426, -0.6243732571601868, -0.6043770909309387, -0.5117589235305786, 0.06927366554737091, -0.7147690057754517, 0.239790678024292, -0.7753564119338989, -0.10574889183044434, 0.04323374107480049, 0.9792009592056274, -0.5893118977546692, 0.580522358417511, -1.1218583583831787, 0.19345825910568237, -0.07949863374233246, 0.7921055555343628, 0.21395787596702576, -0.7344390153884888, -0.3975418210029602, -0.11592616885900497, -0.3729909062385559, -1.3576765060424805, 0.2140493094921112, -0.24541416764259338, 0.23094062507152557, 0.614540696144104, 0.13977067172527313, 0.5258246660232544, -0.34326305985450745, 0.7029101848602295, -0.05701718479394913, -0.7069287300109863, 0.7934494614601135, -0.5026894807815552, 0.49635380506515503, 0.9766000509262085, 0.5333839058876038, -0.7984007596969604, 0.03574109822511673, -1.0411232709884644, -0.600869357585907, 0.38426417112350464, 0.11928939819335938, -0.03601091355085373, -0.6659561991691589, -0.05401942878961563, -0.16143818199634552, 0.6043739914894104, -1.039069414138794, -0.7858358025550842, 0.25766998529434204, 0.5277299284934998, 0.0816861018538475, -0.5653401017189026, 0.20880670845508575, -0.5444160103797913, 1.0657771825790405, 0.45109397172927856, 0.3274499773979187, 0.8406059145927429, 0.46492403745651245, -0.3823159635066986, 0.09252475202083588, 0.7662688493728638, 0.6666239500045776, -0.5239797830581665, -0.29080265760421753, -0.08827564865350723, -0.914340615272522, 0.05927473306655884, 0.1116890162229538, -0.013455850072205067, 0.9082109332084656, 0.5793082118034363, 0.2539709508419037, 0.4514278769493103, -0.7264603972434998, 0.8859453201293945, -0.1495417207479477, -0.12472860515117645, -1.0677242279052734, 0.1948619782924652, -0.23984965682029724, 0.5006406903266907, 1.0061330795288086, 0.5250049233436584, -0.04763048142194748, -0.8143383264541626, -0.014736081473529339, 0.6939170360565186, -0.7091118097305298, -0.17449787259101868, 0.9448543787002563, 0.38471001386642456, -1.2953053712844849, 1.1067765951156616, -0.5381767749786377, -0.5603328347206116, 0.9121301770210266, 0.5229567885398865, 1.1221845149993896, -0.44204139709472656, 0.000867500901222229, 0.26622360944747925, 0.4137842655181885, 0.5423166155815125, 1.0869626998901367, 0.431412935256958, -0.7931063175201416, 0.8826578855514526, -0.24776017665863037, -0.40361160039901733, -0.05347602441906929, -0.42859911918640137, 0.16892187297344208, -0.44061899185180664, -0.10712988674640656, -0.3444189429283142, 0.28543180227279663, -0.7072039842605591, 0.4280763268470764, -0.0838562399148941, 0.8653066754341125, -0.8553726077079773, 0.472076416015625, 0.6354703903198242, -0.3337356746196747, -0.8508189916610718, -0.2619841694831848, -0.11448469012975693, -0.6389466524124146, 0.30214810371398926, -0.45541080832481384, 0.04439874365925789, 0.09623479843139648, -0.6491518616676331, -1.1778273582458496, 0.9093633890151978, -0.6396117806434631, -0.2784459590911865, 0.2046404778957367, -0.11514757573604584, 0.28811711072921753, -0.2524644434452057, 0.01066126674413681, 0.41876620054244995, 0.7489399909973145, 0.28446564078330994, -0.7727051973342896, -0.36948835849761963, 0.0015032381052151322, -0.44474801421165466, 0.7582976222038269, -0.6002103090286255, 1.1840779781341553, -0.5563539266586304, -0.05965430662035942, 0.44384461641311646, 0.24690942466259003, 0.21076221764087677, 0.6629217267036438, 0.14420822262763977, 0.7282263040542603, 1.0701215267181396, -0.40835222601890564, 0.8811811208724976, 0.2643280625343323, 0.474308580160141, 0.7238500714302063, -0.6487720608711243, 0.7513750791549683, 0.3181045651435852, -0.5682926774024963, 0.9228013753890991, 1.2906062602996826, -0.15699176490306854, 0.8079376220703125, 0.05136488750576973, -1.0816004276275635, 0.325833261013031, -0.2072473019361496, -0.7530065774917603, 0.315025269985199, 0.19055871665477753, -0.6920985579490662, -0.5770307779312134, -0.24046507477760315, -0.356627881526947, -0.11552916467189789, -0.7631731033325195, 0.6720566749572754, -0.01696912571787834, -0.5103678703308105, 0.18857558071613312, 0.28774985671043396, 0.1736840307712555, -0.5235733985900879, -0.02939441427588463, -0.22823651134967804, 0.2660655379295349, -0.5670849680900574, -0.5234527587890625, 0.5724428296089172, -0.3243022859096527, -0.5343252420425415, 0.18147432804107666, 0.763587474822998, -0.1692381203174591, -0.45154088735580444, 0.3247270882129669, 0.6959522366523743, 0.16658520698547363, 0.42502790689468384, -0.23511259257793427, 0.24480628967285156, -0.08044808357954025, -0.06651577353477478, 0.2771475613117218, 0.3449169099330902, 0.22435656189918518, 0.4450140595436096, 0.43285638093948364, -0.018087470903992653, -0.10736515372991562, -0.3828198313713074, 0.4124942719936371, -0.9542781710624695, -0.5713284611701965, -0.6307116150856018, 0.2740662097930908, -0.023154687136411667, -1.0836423635482788, 0.4145166277885437, 1.4406685829162598, 1.0359987020492554, -0.4756380021572113, 1.067226767539978, -0.2181846648454666, 0.9594791531562805, 0.41483086347579956, 0.5420442819595337, -0.6030413508415222, 0.03835379332304001, -0.4364398121833801, -1.0769634246826172, -0.3571632504463196, 0.4539392590522766, -0.022899305447936058, -0.3429872393608093, 0.872571587562561, 0.5887162089347839, -0.3347361087799072, -0.11728058010339737, 0.04848716780543327, -0.029941093176603317, -0.12433828413486481, 0.5145374536514282, 0.7648398876190186, -0.9344305992126465, -0.1068039983510971, -0.2157774716615677, -0.6382728815078735, -0.5047279596328735, -0.963200569152832, -0.12959404289722443, -0.16037824749946594, 0.03534337505698204, -0.5662806630134583, 0.002557390835136175, 1.2083251476287842, 0.568494975566864, -1.1113992929458618, -0.5303791761398315, 0.3371856212615967, 0.39204221963882446, -0.1874791830778122, -0.2420239895582199, 0.29845696687698364, 0.15382222831249237, -0.5908879637718201, 0.6875666379928589, 0.8089628219604492, 0.2088889181613922, 0.19554784893989563, 0.15893004834651947, -0.8229470252990723, -0.14913466572761536, 0.1744043231010437, 0.9450569152832031, -0.9398533701896667, -0.7114845514297485, -0.031684864312410355, -0.2709485590457916, -0.057657331228256226, 0.1710207611322403, -0.4046350419521332, 0.5180681347846985, 0.34591513872146606, 0.49933481216430664, 0.05616159364581108, -0.054746322333812714, 0.5409558415412903, -0.9069053530693054, 0.09426002204418182, 0.4134361147880554, 0.4154113233089447, -0.4000867009162903, -0.591019332408905, 0.6713420748710632, 1.0073970556259155, -0.6594866514205933, -0.8743268251419067, -0.19846712052822113, -1.0016001462936401, 0.04189659282565117, 0.6762762069702148, 0.5009526014328003, -0.4806513786315918, -0.4174501895904541, -0.5617402195930481, -0.12546715140342712, -0.13699699938297272, 0.7621604204177856, 1.179680585861206, -0.7432092428207397, 0.07975757122039795, -1.0386394262313843, 0.6594986319541931, -0.24194583296775818, -0.3457581400871277, -0.48644304275512695, 0.3832801580429077, 0.3523696959018707, 0.44048094749450684, 0.6148122549057007, 0.14084705710411072, 0.833842396736145, 0.3126051425933838, -0.17026925086975098, 0.26989832520484924, -0.4559200406074524, -0.028932536020874977, -0.05796242877840996, 0.3101595640182495, -1.0262157917022705 ]
neopolita/ppo-LunarLander-v2
neopolita
2023-11-29T22:16:56Z
0
0
null
[ "stable-baselines3", "LunarLander-v2", "deep-reinforcement-learning", "reinforcement-learning", "model-index", "region:us" ]
2023-11-29T22:16:56Z
2023-11-29T22:16:40.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: 255.42 +/- 23.29 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
neopolita/ppo-LunarLander-v2
[ -0.003174568060785532, -0.3944118022918701, 0.24817675352096558, 0.3390538692474365, -0.08787596970796585, 0.04007981717586517, 0.500053346157074, -0.17607858777046204, 0.28882235288619995, 0.944482684135437, -0.6269252300262451, -0.5120340585708618, -0.49809592962265015, -0.2793836295604706, 0.0252899918705225, 1.0136586427688599, 0.023112252354621887, 0.40892264246940613, 0.1386980563402176, -0.10262700170278549, -0.26649209856987, -0.31764084100723267, -0.755871593952179, -1.038171648979187, 0.17401005327701569, 0.7295845746994019, 0.7878358960151672, 0.3518314063549042, 0.4080553948879242, 0.4241284430027008, -0.2565317451953888, -0.46802520751953125, -0.6001635789871216, -0.01817905157804489, -0.008867084980010986, -0.6449010968208313, -0.921062171459198, 0.2057305872440338, 0.5754239559173584, 0.0589129738509655, -0.2887880206108093, 0.07139746099710464, -0.41093263030052185, 0.4521753191947937, -0.546332597732544, 0.22948120534420013, -0.2231198251247406, 0.025530416518449783, 0.10683853924274445, 0.1565943956375122, -0.37693294882774353, -0.1430526077747345, 0.3003498315811157, -1.3173909187316895, -0.07753206044435501, -0.31276851892471313, 1.3483052253723145, 0.13703122735023499, -0.5517976880073547, 0.017517603933811188, -0.27603790163993835, 0.49461308121681213, -0.3945584297180176, 0.15046550333499908, 0.7138820886611938, 0.5252881050109863, 0.046070247888565063, -1.0038533210754395, -0.23759275674819946, -0.4736567437648773, 0.01523653045296669, 0.45954999327659607, 0.22529064118862152, 0.24316559731960297, 0.21777109801769257, 0.15615729987621307, -0.3494648337364197, 0.35060083866119385, -0.6693627238273621, -0.347473680973053, 0.5159996151924133, 0.26507532596588135, 0.07717087864875793, -0.11395570635795593, -0.5129185318946838, -0.17198708653450012, -0.4560185968875885, 0.33486098051071167, 0.4413287937641144, 0.18635676801204681, -0.8559199571609497, 0.955848217010498, -0.27705079317092896, 0.45781123638153076, 0.44065362215042114, -0.0050958204083144665, 0.7072572112083435, 0.13607743382453918, -0.11501381546258926, -0.37772136926651, 0.5707581639289856, 0.9803069829940796, 0.058967430144548416, 0.08157632499933243, -0.48959803581237793, -0.27280011773109436, 0.17500153183937073, -0.8056451082229614, -0.3621843457221985, 0.4901411235332489, -0.2878113389015198, -0.707949161529541, 0.5091604590415955, -0.6075330972671509, -0.3646393120288849, -0.009854651987552643, 0.39474937319755554, -0.6851578950881958, -0.5995980501174927, 0.06310398131608963, -0.471628338098526, 0.7274184226989746, 0.14277711510658264, -0.9192012548446655, 0.4489609897136688, 0.7046194672584534, 0.9586554169654846, 0.5988171696662903, -0.696664571762085, -0.7145678997039795, 0.19625772535800934, -0.4578719437122345, 0.8017794489860535, 0.25110119581222534, -0.48991382122039795, 0.31650394201278687, 0.005473067052662373, 0.21779796481132507, -0.5181884765625, 0.2635849118232727, -0.4786156117916107, 0.3005567789077759, 0.09562505781650543, -0.4483986496925354, -0.011168956756591797, 0.47253137826919556, -0.6643787026405334, 1.4272199869155884, 0.8773053884506226, -0.5788246393203735, 0.37772539258003235, -0.6702629327774048, -0.07678302377462387, 0.5288565754890442, 0.25537294149398804, -0.73623126745224, -0.02876776084303856, -0.450947642326355, 0.18882431089878082, 0.06975984573364258, 0.04428373649716377, -0.3818115293979645, -0.3896373212337494, 0.07974676787853241, 0.8237634301185608, 0.9259670376777649, 0.22681587934494019, -0.03459329530596733, 0.20930911600589752, -0.6340572834014893, -0.14432120323181152, 0.09158974885940552, -0.2943792939186096, -0.16041386127471924, -0.24908848106861115, 0.5458359718322754, 0.24823631346225739, 0.4940808415412903, -0.4990652799606323, 0.5195001363754272, -0.5711296796798706, 0.20405395328998566, 0.7233210802078247, -0.13230080902576447, 0.8145878911018372, -0.6950756311416626, 0.34144192934036255, -0.180089071393013, 0.2778710126876831, 0.20218731462955475, -0.3674355745315552, -0.6635491251945496, -0.5271111130714417, -0.03030829131603241, 0.8428333401679993, -1.257916808128357, 0.7128486037254333, 0.22649456560611725, -0.7960973381996155, -0.21329014003276825, -0.15584081411361694, 0.5294377207756042, 0.2740260064601898, 0.047896020114421844, -0.09303104877471924, -0.6167051196098328, -0.8814235925674438, 0.2518063187599182, -0.7028961181640625, -0.2456148862838745, 0.0008078946266323328, 0.6915600895881653, -0.3518820106983185, 0.8539711833000183, -0.38099753856658936, -0.36769118905067444, -0.332233726978302, 0.20092003047466278, 0.28840094804763794, 0.7774408459663391, 0.9834882616996765, -0.5969611406326294, -0.532812237739563, -0.27635788917541504, -0.917962372303009, -0.43959784507751465, 0.1585109680891037, -0.16394878923892975, 0.01187343243509531, 0.3474315106868744, -0.7988158464431763, 0.09472136199474335, 0.6177327036857605, -1.0402880907058716, 0.747863233089447, -0.3820481598377228, -0.0012261791853234172, -1.3344147205352783, 0.18922066688537598, 0.23553140461444855, -0.3525935709476471, -0.8058781027793884, 0.34441524744033813, 0.16095085442066193, -0.06216355785727501, -0.7403785586357117, 0.9359175562858582, -0.5492801070213318, 0.023836160078644753, -0.469051718711853, -0.13367527723312378, -0.15247821807861328, -0.06173166260123253, 0.026963112875819206, 0.6339141726493835, 1.1503962278366089, -0.44160351157188416, 0.6258529424667358, 0.6227514147758484, 0.11007919907569885, 0.7759446501731873, -0.6185926198959351, 0.12891042232513428, -0.26791343092918396, 0.26974955201148987, -0.6555594205856323, -0.639431893825531, 0.6154816746711731, -0.5181156992912292, 0.32434597611427307, -0.46617767214775085, -0.34571966528892517, -0.4889843761920929, -0.6142016649246216, 0.19538997113704681, 0.6389634609222412, -0.3022672235965729, 0.7725770473480225, 0.7109768390655518, 0.11774792522192001, -0.5701057314872742, -0.4459506571292877, -0.1952177733182907, -0.2855236232280731, -0.426488995552063, 0.4657692611217499, 0.13689398765563965, -0.49947279691696167, -0.22642925381660461, 0.03665003925561905, -0.21675632894039154, 0.08969961106777191, 0.4850636422634125, 0.41433843970298767, -0.024600453674793243, -0.29393240809440613, -0.415232390165329, -0.7210545539855957, -0.1506158411502838, -0.15403851866722107, 0.6859995722770691, -0.2758665382862091, 0.3827287256717682, -0.8579570055007935, -0.0508740060031414, 0.7599409222602844, 0.2559136152267456, 0.8512976169586182, 0.44027218222618103, -0.5530580878257751, -0.10330875217914581, -0.3480058014392853, -0.1676822304725647, -0.5552971363067627, 0.4603829085826874, -0.5762252807617188, -0.5813549160957336, 0.7347471714019775, 0.0006008101045154035, -0.38332444429397583, 0.60682213306427, 0.5866422057151794, -0.08286481350660324, 0.6756364107131958, 0.9990918636322021, -0.11054269224405289, 0.7348448038101196, -0.716689944267273, -0.6743513941764832, -0.7787708640098572, -0.6148523688316345, -0.3893333971500397, 0.24433065950870514, -0.41415539383888245, -0.26049289107322693, 0.13561026751995087, 0.46746888756752014, -0.7750684022903442, 0.898063063621521, -0.4363853335380554, 0.61716228723526, 0.5901503562927246, 0.15669403970241547, -0.28121915459632874, -0.5537846684455872, -0.04772629216313362, 0.23064441978931427, -0.33747249841690063, -0.5533572435379028, 0.9903864860534668, 0.576923668384552, 0.7618489265441895, 0.07236645370721817, 0.6506863832473755, 0.09321366995573044, 0.6501604318618774, -0.56032794713974, 0.49054479598999023, -0.17873182892799377, -0.9174628853797913, -0.11903943866491318, -0.3223181962966919, -0.7680528163909912, 0.18850789964199066, -0.44281914830207825, -0.9662920832633972, -0.1706530749797821, 0.09285271167755127, -0.2863261103630066, 0.07658864557743073, -0.5386236906051636, 1.0358905792236328, -0.3528122007846832, -0.35383740067481995, 0.15401098132133484, -0.6959523558616638, 0.2688587009906769, 0.19590328633785248, -0.05250406637787819, -0.3614824116230011, -0.2641508877277374, 0.7271786332130432, -0.4787102937698364, 0.6350096464157104, -0.8359532952308655, 0.18932926654815674, 0.2413710206747055, 0.1295701563358307, 0.3986489474773407, 0.46410518884658813, -0.17003414034843445, 0.018863031640648842, 0.08464130014181137, -0.7592049241065979, -0.04694574698805809, 0.4532923698425293, -1.4314298629760742, -0.06743789464235306, -0.8401554822921753, -0.33747148513793945, 0.13080275058746338, 0.29153329133987427, 0.5737448930740356, 0.13643182814121246, -0.4068533182144165, 0.0032784692011773586, 0.08611110597848892, 0.12861397862434387, 0.22029440104961395, 0.8911676406860352, -0.5194851160049438, -0.8883170485496521, 0.4339725077152252, 0.02497757039964199, -0.010684406384825706, 0.3212459981441498, 0.08240395784378052, -0.3274644613265991, -0.6108919382095337, -0.14304755628108978, 0.44960179924964905, -0.3650086224079132, -0.1953890025615692, -0.16482581198215485, -0.33016282320022583, -0.37219247221946716, -0.4234234094619751, -0.6699663400650024, -0.29690825939178467, -0.48045244812965393, -0.3269677460193634, 0.37204161286354065, 0.7254650592803955, -0.43865975737571716, 1.2578284740447998, -0.5073457956314087, 0.48508742451667786, 0.145697683095932, 0.6001918911933899, -0.8521221280097961, -0.49072885513305664, -0.38643714785575867, -0.2535146474838257, -0.45818597078323364, -0.9704362750053406, 0.47489503026008606, -0.2352907657623291, 0.7805485725402832, 0.4090414345264435, -0.1571316123008728, 0.36985519528388977, -0.1682261824607849, 0.8070887923240662, 0.48460206389427185, -1.0402858257293701, 0.41139087080955505, -0.7436755895614624, 0.13356150686740875, 0.9075554013252258, 0.21202538907527924, -0.2616637349128723, -0.376573383808136, -0.8738847970962524, -1.0030864477157593, 1.2109458446502686, 0.4670144319534302, -0.08707880228757858, 0.321175217628479, 0.8026530146598816, -0.0794019103050232, 0.09914267808198929, -0.9481368660926819, -0.2857770025730133, -0.38312485814094543, -0.18399176001548767, -0.2866991460323334, -0.1735132485628128, -0.20410579442977905, 0.05986851826310158, 0.9263725876808167, -0.1568778157234192, 0.2936308979988098, 0.0900816097855568, -0.12358938157558441, -0.44160565733909607, -0.5418354868888855, 0.4069109857082367, 0.33500587940216064, -0.9220851063728333, -0.22714760899543762, 0.05357537791132927, -0.5911896824836731, 0.3725023567676544, 0.6308920979499817, -0.2775813937187195, -0.25999000668525696, 0.4113686680793762, 0.7333860397338867, 0.16202771663665771, -0.2867155373096466, 0.6728515625, 0.11923880875110626, -0.5055486559867859, -0.7787787914276123, 0.042262084782123566, -0.08932098746299744, 0.5413572788238525, 0.29316940903663635, 0.14980272948741913, -0.13323017954826355, -0.5365012288093567, 0.4396556615829468, 0.2573329508304596, -0.7266345620155334, -0.5233771800994873, 0.88765549659729, 0.3678075671195984, -0.817835807800293, 0.6505230665206909, -0.10533125698566437, -0.577203631401062, 0.9722779393196106, 0.46046459674835205, 0.9455460906028748, -0.3732151687145233, 0.4791906476020813, 0.49312126636505127, 0.19295407831668854, -0.36465883255004883, 0.58258056640625, 0.2926883399486542, -1.0713599920272827, -0.23176629841327667, -0.1717129796743393, -0.7609756588935852, 0.2249113768339157, -0.6458234786987305, 0.6031213998794556, -0.6386194229125977, -0.5061347484588623, 0.042309120297431946, 0.3012714087963104, -0.4274411201477051, -0.07510026544332504, 0.3709658086299896, 1.3697553873062134, -0.8853736519813538, 1.0329546928405762, 1.0402092933654785, -0.5413711667060852, -0.5552840828895569, -0.02667194791138172, 0.40337851643562317, -0.8428961038589478, 0.5893216729164124, 0.46772074699401855, 0.05618222430348396, 0.14074522256851196, -0.7909997701644897, -0.7101593017578125, 1.4655710458755493, 0.20039328932762146, -0.044515129178762436, 0.23685413599014282, -0.22035272419452667, 0.68277907371521, -0.5895914435386658, 0.540084958076477, 0.34351640939712524, 0.5202646255493164, 0.19291414320468903, -0.9592000246047974, -0.36532899737358093, -0.489613801240921, -0.12480109184980392, -0.04534181207418442, -1.0998317003250122, 1.1836841106414795, 0.04216669872403145, 0.35617536306381226, 0.9256120324134827, 0.49949151277542114, 0.811825156211853, 0.2800002694129944, 0.5328222513198853, 0.617946982383728, 0.282722532749176, -0.27672702074050903, 0.8932912945747375, -0.32547450065612793, 0.9445873498916626, 0.7339560389518738, -0.8603780269622803, 0.5656893849372864, 0.29526767134666443, 0.10408594459295273, 0.5192128419876099, 0.667106032371521, -0.2030343860387802, 0.8232896327972412, 0.20013800263404846, -0.1259540617465973, -0.09169743210077286, 0.44903817772865295, -0.28081783652305603, 0.48456519842147827, 0.19385211169719696, 0.005394795443862677, -0.08891263604164124, -0.01952117495238781, 0.0406377874314785, -0.048249416053295135, -0.46086055040359497, 1.0113564729690552, -0.17409314215183258, -0.6947929859161377, 0.4642961919307709, 0.35179761052131653, 0.6320571303367615, -0.9002098441123962, -0.03265026956796646, -0.1496737003326416, 0.6623166799545288, 0.008816496469080448, -1.0413331985473633, -0.03396882861852646, -0.20601259171962738, 0.11496584862470627, -0.2557695209980011, 0.7532460689544678, -0.20890235900878906, -0.2944023609161377, 0.83365797996521, 0.3669440746307373, 0.0365760400891304, 0.2295265793800354, -1.0281623601913452, -0.18773774802684784, -0.5086348652839661, -0.5504080653190613, 0.2335958331823349, 0.30466917157173157, 0.34929028153419495, 0.7698636651039124, 0.46853935718536377, -0.016598278656601906, -0.3610694408416748, -0.1059475839138031, 0.9988622069358826, -0.6986804008483887, -0.7598839998245239, -0.4899968206882477, 1.132322072982788, -0.3288932144641876, -0.8723833560943604, 0.4982704520225525, 1.010055422782898, 0.5681877732276917, -0.3147886395454407, 0.5641943216323853, -0.20840266346931458, 0.31968191266059875, -0.47262877225875854, 0.8053597807884216, -0.27341100573539734, -0.12907594442367554, -0.13540254533290863, -0.7455851435661316, -0.5047630667686462, 1.0031607151031494, -0.01985338144004345, -0.0664786547422409, 0.287158727645874, 0.779474139213562, 0.03803832828998566, -0.33254969120025635, 0.2281234711408615, 0.5973688960075378, 0.08333680778741837, 0.4118002951145172, 1.02642822265625, -0.6791490912437439, 0.16112515330314636, -0.5694535374641418, -0.74876868724823, -0.27614349126815796, -0.6667290329933167, -1.1003810167312622, -0.4563504457473755, -0.2708130478858948, -1.0201045274734497, 0.23045404255390167, 0.907500147819519, 1.0698959827423096, -0.6993325352668762, -0.7384966611862183, -0.2359858751296997, -0.111954465508461, -0.15700575709342957, -0.18453004956245422, 0.10826532542705536, -0.06069178134202957, -0.6925711631774902, 0.272074818611145, -0.034096866846084595, 0.4100959897041321, 0.013009773567318916, -0.6421957015991211, -0.190318763256073, -0.3432687520980835, 0.27308183908462524, 0.535541832447052, -0.3140682578086853, -0.41962185502052307, -0.13220156729221344, -0.25672483444213867, 0.03835410252213478, 0.5284051895141602, -0.6874651312828064, 0.06887897104024887, 0.42997458577156067, -0.38869959115982056, 0.9309588670730591, 0.1684284508228302, 0.6130455732345581, -0.5741499662399292, 0.6846085786819458, 0.27089038491249084, 0.4428464472293854, 0.21968558430671692, -0.22245612740516663, 0.7041802406311035, 0.38918936252593994, -0.7272169589996338, -0.7018139362335205, 0.16944412887096405, -1.2256089448928833, -0.23360291123390198, 1.2105642557144165, 0.011365272104740143, -0.19783581793308258, -0.06944949924945831, -0.5957003235816956, 0.2538851797580719, -0.4896385073661804, 0.5350063443183899, 0.5198147296905518, -0.06057032197713852, -0.3899320662021637, -0.39946672320365906, 0.4834701418876648, -0.15481455624103546, -0.6488029956817627, -0.42465469241142273, 0.5073673129081726, 0.46548762917518616, 0.31697598099708557, 0.9796197414398193, -0.15105649828910828, 0.4525797963142395, 0.4754864573478699, 0.3134268522262573, -0.2292533963918686, -0.34711721539497375, -0.49319905042648315, 0.12329376488924026, 0.11709603667259216, -0.14438174664974213 ]
imspidey/LoAQUAinked
imspidey
2023-11-29T22:18:11Z
0
0
null
[ "region:us" ]
2023-11-29T22:18:11Z
2023-11-29T22:18:10.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
imspidey/LoAQUAinked
[ -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 ]
ramij01/NicoSattler
ramij01
2023-11-29T22:23:51Z
0
0
null
[ "region:us" ]
2023-11-29T22:23:51Z
2023-11-29T22:19:00.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
ramij01/NicoSattler
[ -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/deepseek-llm-67b-chat-5.0bpw-h6-exl2
LoneStriker
2023-11-30T00:10:25Z
0
0
null
[ "transformers", "pytorch", "llama", "text-generation", "license:other", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-30T00:10:25Z
2023-11-29T22:19:12.000Z
null
null
--- license: other license_name: deepseek license_link: LICENSE --- <p align="center"> <img width="500px" alt="DeepSeek Chat" src="https://github.com/deepseek-ai/DeepSeek-LLM/blob/main/images/logo.png?raw=true"> </p> <p align="center"><a href="https://www.deepseek.com/">[🏠Homepage]</a> | <a href="https://chat.deepseek.com/">[🤖 Chat with DeepSeek LLM]</a> | <a href="https://discord.gg/Tc7c45Zzu5">[Discord]</a> | <a href="https://github.com/deepseek-ai/DeepSeek-LLM/blob/main/images/qr.jpeg">[Wechat(微信)]</a> </p> <hr> ### 1. Introduction of Deepseek LLM Introducing DeepSeek LLM, an advanced language model comprising 67 billion parameters. It has been trained from scratch on a vast dataset of 2 trillion tokens in both English and Chinese. In order to foster research, we have made DeepSeek LLM 7B/67B Base and DeepSeek LLM 7B/67B Chat open source for the research community. ### 2. Model Summary `deepseek-llm-67b-chat` is a 67B parameter model initialized from `deepseek-llm-67b-base` and fine-tuned on extra instruction data. - **Home Page:** [DeepSeek](https://deepseek.com/) - **Repository:** [deepseek-ai/deepseek-LLM](https://github.com/deepseek-ai/deepseek-LLM) - **Chat With DeepSeek LLM:** [DeepSeek-LLM](https://chat.deepseek.com/) ### 3. How to Use Here give some examples of how to use our model. #### Chat Completion ```python import torch from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig model_name = "deepseek-ai/deepseek-llm-67b-chat" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.bfloat16, device_map="auto") model.generation_config = GenerationConfig.from_pretrained(model_name) model.generation_config.pad_token_id = model.generation_config.eos_token_id messages = [ {"role": "user", "content": "Who are you?"} ] input_tensor = tokenizer.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt") outputs = model.generate(input_tensor.to(model.device), max_new_tokens=100) result = tokenizer.decode(outputs[0][input_tensor.shape[1]:], skip_special_tokens=True) print(result) ``` Avoiding the use of the provided function `apply_chat_template`, you can also interact with our model following the sample template. Note that `messages` should be replaced by your input. ``` User: {messages[0]['content']} Assistant: {messages[1]['content']}<|end▁of▁sentence|>User: {messages[2]['content']} Assistant: ``` **Note:** By default (`add_special_tokens=True`), our tokenizer automatically adds a `bos_token` (`<|begin▁of▁sentence|>`) before the input text. Additionally, since the system prompt is not compatible with this version of our models, we DO NOT RECOMMEND including the system prompt in your input. ### 4. License This code repository is licensed under the MIT License. The use of DeepSeek LLM models is subject to the Model License. DeepSeek LLM supports commercial use. See the [LICENSE-MODEL](https://github.com/deepseek-ai/deepseek-LLM/blob/main/LICENSE-MODEL) for more details. ### 5. Contact If you have any questions, please raise an issue or contact us at [service@deepseek.com](mailto:service@deepseek.com).
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
LoneStriker/deepseek-llm-67b-chat-5.0bpw-h6-exl2
[ -0.30180123448371887, -0.8337169289588928, 0.29424533247947693, 0.39080488681793213, -0.40847262740135193, -0.01735132560133934, -0.25715863704681396, -0.4699033796787262, 0.13319836556911469, 0.16286394000053406, -0.6958993077278137, -0.73323655128479, -0.6622213125228882, -0.21413449943065643, -0.12068352848291397, 0.544336199760437, 0.16464096307754517, -0.016975635662674904, 0.19373103976249695, 0.2421373724937439, -0.5506099462509155, -0.5105443000793457, -1.1286336183547974, -0.19564014673233032, 0.018584078177809715, 0.41108250617980957, 0.5041095614433289, 0.2669464647769928, 0.4277355968952179, 0.45322471857070923, -0.28583407402038574, 0.2377263307571411, -0.53072190284729, 0.09474439173936844, 0.27584052085876465, -0.3350469172000885, -0.7656564116477966, 0.08560656011104584, 0.4564586579799652, 0.39472153782844543, 0.04240647703409195, 0.035419762134552, 0.22930170595645905, 0.2709207832813263, -0.4164450764656067, 0.21216914057731628, -0.5908451080322266, 0.035085391253232956, -0.13131265342235565, 0.020412879064679146, -0.3317692279815674, -0.10132815688848495, 0.16021637618541718, -0.49012666940689087, -0.08826229721307755, -0.13601018488407135, 1.1121381521224976, -0.01377657800912857, -0.30089473724365234, -0.08397593349218369, -0.6515569090843201, 0.7075048089027405, -1.2973657846450806, 0.43623965978622437, 0.2924163043498993, 0.25593191385269165, -0.32571664452552795, -0.8570452332496643, -0.6294264197349548, -0.43637168407440186, 0.0323701836168766, 0.12962639331817627, -0.234880268573761, 0.03870014473795891, -0.01758725196123123, 0.39553868770599365, -0.43572258949279785, 0.401368111371994, -0.5844388008117676, -0.37562012672424316, 0.6283749938011169, 0.485085666179657, 0.2658688724040985, -0.2104264199733734, -0.3702682554721832, -0.10842553526163101, -0.44277864694595337, 0.14145119488239288, 0.028649790212512016, 0.19042834639549255, -0.7252441048622131, 0.5008902549743652, -0.35545581579208374, 0.5308116674423218, 0.26085102558135986, 0.016210226342082024, 0.43490147590637207, -0.5214659571647644, -0.4992339313030243, -0.1835653930902481, 1.325352430343628, 0.47447654604911804, -0.10887978971004486, 0.2578790485858917, 0.03810633718967438, -0.23949822783470154, -0.2307058423757553, -0.949920654296875, -0.07505819201469421, 0.38228046894073486, -0.5074777603149414, -0.48272615671157837, -0.1275891214609146, -0.638344407081604, -0.47473397850990295, 0.04650655388832092, 0.2378993034362793, -0.646147608757019, -0.47626692056655884, 0.18056446313858032, 0.05506516993045807, 0.4495680332183838, 0.3618960678577423, -0.7351950407028198, 0.12966862320899963, 0.5470874905586243, 0.8300476670265198, 0.10530966520309448, -0.5360402464866638, -0.1934262216091156, -0.04721403867006302, -0.283845454454422, 0.4048968553543091, -0.3895457684993744, -0.3983490765094757, -0.1559162735939026, 0.009365874342620373, 0.014479957520961761, -0.22491684556007385, 0.452073335647583, -0.33902567625045776, 0.3834317624568939, -0.008301354013383389, -0.7509478330612183, -0.07283978164196014, 0.3657929599285126, -0.2093588262796402, 0.8360977172851562, -0.24919995665550232, -0.7420738339424133, 0.30842864513397217, -0.7310084104537964, -0.28429844975471497, 0.08088916540145874, -0.18467724323272705, -0.32866331934928894, -0.09041638672351837, 0.4179702699184418, 0.883039116859436, -0.20435473322868347, 0.05626598000526428, -0.6354641914367676, -0.4026241898536682, 0.32360559701919556, -0.7108307480812073, 1.018107295036316, 0.3513250946998596, -0.5342694520950317, 0.312062531709671, -0.5934559106826782, -0.12175097316503525, 0.3232010006904602, -0.36676400899887085, -0.026218149811029434, -0.08014610409736633, -0.08837587386369705, 0.2727225422859192, 0.47292181849479675, -0.6332522034645081, 0.2674694061279297, -0.6638890504837036, 0.5277712941169739, 0.8608647584915161, 0.08143763244152069, 0.4871229827404022, -0.06290388107299805, 0.26926833391189575, 0.3126358091831207, 0.4327661097049713, -0.10401526093482971, -0.48745861649513245, -1.2088125944137573, -0.36906203627586365, 0.0728282481431961, 0.60285884141922, -0.37024185061454773, 0.8466736078262329, -0.19490788877010345, -0.7336447834968567, -0.5745932459831238, -0.01763535663485527, 0.08228748291730881, 0.3657902479171753, 0.15072953701019287, -0.12226780503988266, -0.726416289806366, -0.7507839798927307, 0.03038325347006321, -0.19497843086719513, -0.08031412959098816, 0.6178733706474304, 0.4264163076877594, -0.4279971718788147, 0.5482107996940613, -0.44590243697166443, -0.23470033705234528, -0.4342000484466553, -0.12402722239494324, 0.4571252167224884, 0.7093214988708496, 0.4768277406692505, -0.4677245616912842, -0.6385665535926819, -0.17511746287345886, -0.7743405103683472, 0.2607056200504303, -0.23843726515769958, -0.34186598658561707, 0.204829603433609, 0.5647776126861572, -0.8914534449577332, 0.6282530426979065, 0.5104347467422485, -0.7157080769538879, 0.35057541728019714, -0.18215034902095795, 0.2732250392436981, -1.5894676446914673, -0.028802713379263878, -0.16839246451854706, -0.04516113921999931, -0.5557276606559753, -0.1296677589416504, -0.20348946750164032, -0.16012312471866608, -0.7421456575393677, 0.8323612213134766, -0.31625232100486755, 0.2916852533817291, -0.09536068886518478, 0.00505026476457715, 0.03391605615615845, 0.5077919960021973, -0.09503933787345886, 0.6490275263786316, 0.949319064617157, -0.7542920708656311, 0.6606937646865845, 0.2926607131958008, -0.21989332139492035, 0.18697217106819153, -0.8877447843551636, 0.3623832166194916, 0.23926521837711334, 0.2953236699104309, -1.219364881515503, -0.09251042455434799, 0.6398072242736816, -0.7664341926574707, 0.36010104417800903, -0.1814100593328476, -0.3687504529953003, -0.37993863224983215, -0.3400050401687622, 0.10564029216766357, 0.7136984467506409, -0.34944063425064087, 0.5441879034042358, 0.28290846943855286, -0.02582031860947609, -0.5342522263526917, -0.6989516019821167, 0.21696121990680695, -0.24519389867782593, -0.8715274930000305, 0.2162853330373764, -0.12892383337020874, 0.13542421162128448, -0.1297365427017212, 0.11561967432498932, 0.022505879402160645, 0.18699291348457336, 0.4268452525138855, 0.4327622652053833, -0.209400936961174, -0.17489612102508545, -0.13610929250717163, -0.203995943069458, -0.005505525507032871, -0.27881449460983276, 1.031708002090454, -0.3737410306930542, -0.43775832653045654, -0.9543392062187195, 0.27611255645751953, 0.6657510995864868, -0.23676550388336182, 1.02339768409729, 0.7981209754943848, -0.3344487249851227, 0.39337649941444397, -0.7474806904792786, -0.3685969114303589, -0.582913875579834, 0.6738449335098267, -0.48192283511161804, -0.8352586030960083, 0.6999629735946655, 0.22633296251296997, 0.3012807071208954, 0.668402373790741, 0.7812054753303528, -0.24580179154872894, 1.025191307067871, 0.589550256729126, -0.23403097689151764, 0.5257051587104797, -0.5898995399475098, 0.05179890990257263, -0.863253116607666, -0.399097204208374, -0.28135135769844055, -0.3369603753089905, -0.5010228157043457, -0.3154228925704956, -0.0277889184653759, 0.1980859786272049, -0.5248257517814636, 0.3202616274356842, -0.5315825939178467, 0.09739035367965698, 0.6648184061050415, 0.1460907906293869, -0.022005705162882805, -0.044351521879434586, -0.27078378200531006, -0.07266900688409805, -0.6643633246421814, -0.5443812012672424, 0.994571328163147, 0.7476062774658203, 0.8193410038948059, -0.07113044708967209, 0.9762207269668579, -0.1628192514181137, 0.09537599980831146, -0.44485512375831604, 0.7796905636787415, 0.010979164391756058, -0.6869909763336182, -0.42262065410614014, -0.4755226671695709, -0.9233025908470154, 0.016655655577778816, -0.15060622990131378, -0.8845039010047913, 0.3660739064216614, 0.07612372934818268, -0.4604845345020294, 0.4086083769798279, -0.7143312692642212, 1.0165975093841553, -0.3380410075187683, -0.05538858845829964, -0.301015168428421, -0.43398386240005493, 0.2786281108856201, 0.35286927223205566, 0.043741822242736816, -0.3159243166446686, -0.018550164997577667, 0.9366209506988525, -0.484726220369339, 1.2186223268508911, -0.26740512251853943, -0.011075379326939583, 0.2411285787820816, 0.2084888517856598, 0.6210740208625793, 0.1916566789150238, 0.08049085736274719, 0.37314915657043457, -0.21177838742733002, -0.3553166389465332, -0.34066441655158997, 0.8388808369636536, -1.1656074523925781, -0.6911218762397766, -0.21757110953330994, -0.19031618535518646, -0.044507745653390884, 0.35105159878730774, 0.505719006061554, 0.18290221691131592, -0.13141651451587677, 0.31581568717956543, 0.34064751863479614, -0.6080735325813293, 0.4101981818675995, 0.559457004070282, -0.1450839340686798, -0.4465079605579376, 0.7179846167564392, -0.18783879280090332, 0.16008099913597107, 0.2593050003051758, 0.12689676880836487, -0.2717297077178955, -0.5391455292701721, -0.26246047019958496, 0.14151246845722198, -0.6070023775100708, -0.20531781017780304, -0.7654081583023071, -0.5799540281295776, -0.7777804136276245, 0.023244990035891533, -0.6764664649963379, -0.18419957160949707, -0.6201287508010864, -0.1682535856962204, 0.5659126043319702, 0.3541635572910309, -0.13217169046401978, 0.2754366993904114, -0.8418467044830322, 0.24499349296092987, 0.5104181170463562, 0.45890095829963684, 0.050539858639240265, -0.8612504601478577, -0.10600477457046509, 0.4307687282562256, -0.1654430776834488, -0.760986864566803, 0.3130095601081848, 0.19879983365535736, 0.5850877165794373, 0.4356709122657776, 0.018461817875504494, 0.8126596212387085, -0.3610462248325348, 0.8758617639541626, 0.2835266590118408, -0.947621762752533, 0.7198153734207153, -0.17712141573429108, 0.2322494238615036, 0.44125616550445557, 0.056081317365169525, -0.7621022462844849, -0.47350597381591797, -0.6574732065200806, -0.9635601043701172, 0.8258514404296875, 0.3380564749240875, 0.6532337069511414, 0.02316655032336712, 0.30100569128990173, -0.2989126145839691, -0.18213056027889252, -0.7179429531097412, -0.49932020902633667, -0.3604052662849426, -0.31954485177993774, 0.006387016270309687, -0.5192663669586182, 0.14980751276016235, -0.4107321798801422, 0.7510147094726562, 0.32578667998313904, 0.5489530563354492, 0.17384086549282074, 0.059986669570207596, 0.12986421585083008, 0.24897056818008423, 0.7086480855941772, 0.5125054717063904, -0.19293753802776337, -0.05102820321917534, 0.43764951825141907, -0.46648240089416504, 0.07115069776773453, 0.22754065692424774, -0.002293721307069063, -0.18057607114315033, 0.4742436110973358, 1.1892919540405273, 0.07581353187561035, -0.3133571743965149, 0.526266872882843, -0.39007532596588135, -0.3317956030368805, -0.3298146426677704, 0.17168118059635162, 0.477323979139328, 0.5461195111274719, 0.38365083932876587, -0.10723799467086792, -0.02080465480685234, -0.23192425072193146, 0.032921481877565384, 0.49796295166015625, -0.3609538972377777, -0.12105363607406616, 0.8107583522796631, 0.5883139371871948, -0.4508936405181885, 0.8836695551872253, -0.08742513507604599, -0.5354469418525696, 0.6488231420516968, 0.3122484087944031, 1.0682401657104492, -0.03727566450834274, 0.032518982887268066, 0.3192768692970276, 0.31010544300079346, 0.35467344522476196, 0.2307327836751938, 0.1425243765115738, -0.8427748680114746, -0.4470721185207367, -0.544494092464447, -0.10081281512975693, 0.6499302983283997, -0.10236135125160217, 0.37399211525917053, -0.5367565751075745, -0.2566870450973511, -0.026913944631814957, 0.29075005650520325, -0.9878605008125305, 0.044418446719646454, 0.4526286721229553, 1.0269118547439575, -0.6116892695426941, 0.7375419735908508, 0.6355879306793213, -0.38477256894111633, -1.134803056716919, -0.24718748033046722, -0.07009189575910568, -1.008463740348816, 0.663760781288147, 0.16739197075366974, 0.14416871964931488, 0.08343305438756943, -0.6640006303787231, -0.8719830513000488, 1.1492615938186646, 0.33827051520347595, -0.5112848281860352, 0.0022987627889961004, 0.17119967937469482, 0.24829040467739105, -0.2995913624763489, 0.4215432107448578, 0.21933729946613312, 0.4133254289627075, 0.24513962864875793, -1.0073195695877075, 0.24299946427345276, -0.4830140471458435, -0.09451711177825928, -0.25326013565063477, -0.7621825933456421, 0.8316422700881958, -0.1331261694431305, -0.19421754777431488, 0.006240020971745253, 0.9418940544128418, 0.3701670169830322, -0.03149440884590149, 0.46213579177856445, 0.3684179186820984, 0.4056570529937744, 0.018719390034675598, 0.7750014066696167, -0.4509302079677582, 0.45993074774742126, 0.977890133857727, 0.04650425165891647, 0.6299323439598083, 0.30707308650016785, -0.28699028491973877, 0.3524464964866638, 0.891098141670227, -0.17189525067806244, 0.31946325302124023, -0.08414461463689804, -0.056434210389852524, -0.3470665514469147, 0.1923595815896988, -0.6288721561431885, 0.5034374594688416, 0.375673770904541, -0.2855721712112427, -0.10255005955696106, -0.101948581635952, 0.04285086691379547, -0.5655283331871033, 0.03642712160944939, 0.7599819302558899, 0.22250449657440186, -0.2779581844806671, 0.8027640581130981, 0.2094082087278366, 1.0381886959075928, -0.6413933634757996, 0.0067089456133544445, -0.5098835229873657, 0.4182265102863312, -0.0029472713358700275, -0.6284242272377014, 0.028711454942822456, -0.1773952841758728, 0.17407198250293732, 0.07121356576681137, 0.7810950875282288, -0.2780461013317108, -0.6602845191955566, 0.19906915724277496, 0.4050089120864868, 0.281393438577652, 0.039965055882930756, -1.088874101638794, 0.27825114130973816, 0.1641959398984909, -0.6513652801513672, 0.08505219221115112, 0.40751585364341736, 0.40393975377082825, 0.8575431704521179, 0.7026060819625854, 0.014116756618022919, 0.16438814997673035, 0.09676588326692581, 0.9582349061965942, -0.6875479221343994, -0.513664722442627, -1.2744488716125488, 0.6417320370674133, -0.30614903569221497, -0.4623453617095947, 0.9098267555236816, 0.47731029987335205, 0.7093154191970825, 0.04161364957690239, 0.6125144958496094, -0.20719842612743378, 0.2888176441192627, -0.35291385650634766, 0.9417387843132019, -0.5298933982849121, 0.3942014276981354, -0.33259621262550354, -0.5817756652832031, -0.08618476986885071, 0.7494778633117676, -0.20735153555870056, 0.30494141578674316, 0.3222034275531769, 0.8756416440010071, -0.17507696151733398, -0.2997889220714569, 0.3017485439777374, 0.5624852776527405, 0.5785548090934753, 0.7838554978370667, 0.9153735637664795, -0.5415818691253662, 0.6836504340171814, -0.4232838451862335, -0.15633293986320496, -0.38359662890434265, -0.7320089936256409, -1.1949477195739746, -0.4404570758342743, -0.30549517273902893, -0.4650757312774658, -0.18554864823818207, 1.002637505531311, 1.0217208862304688, -0.8417194485664368, -0.21951016783714294, -0.19317474961280823, 0.05539945513010025, -0.011246784590184689, -0.27908462285995483, 0.5211241245269775, -0.3001863956451416, -0.7549120187759399, 0.3451244533061981, 0.028298866003751755, 0.5587435364723206, -0.26709818840026855, -0.26608705520629883, -0.2705298066139221, 0.07754837721586227, 0.28820911049842834, 0.21804551780223846, -0.7318378686904907, -0.10074248909950256, 0.23181529343128204, -0.3749901354312897, -0.0688038244843483, 0.32101210951805115, -0.6226387023925781, 0.1639823019504547, 0.49295926094055176, 0.3919215798377991, 0.7207577228546143, -0.5356676578521729, 0.5823071599006653, -0.6256930232048035, 0.4984762668609619, 0.19062432646751404, 0.39878109097480774, 0.2883971631526947, -0.5245460271835327, 0.14789345860481262, 0.1181972473859787, -0.3245032727718353, -0.7824261784553528, -0.002664899220690131, -0.7226192951202393, -0.27018219232559204, 1.1552571058273315, -0.1846839338541031, -0.006576604675501585, 0.021273735910654068, -0.4398772716522217, 0.4452499449253082, -0.4905071258544922, 0.647908091545105, 0.45724016427993774, 0.03863508626818657, -0.4436761140823364, -0.16602444648742676, 0.5161339044570923, 0.39826342463493347, -0.6348245143890381, 0.05514547601342201, 0.1323796957731247, 0.4743235111236572, -0.06245984882116318, 0.957800030708313, 0.19627320766448975, 0.16667768359184265, -0.11369538307189941, 0.18975481390953064, -0.33254629373550415, 0.09197565913200378, -0.16532163321971893, -0.19925980269908905, -0.03722955659031868, -0.5836541652679443 ]
michaelfeil/ct2fast-phi-1
michaelfeil
2023-11-29T22:22:54Z
0
0
null
[ "region:us" ]
2023-11-29T22:22:54Z
2023-11-29T22:22:54.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
michaelfeil/ct2fast-phi-1
[ -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 ]
joyfine/vicuna-7b-fine-tuning_twitter_20_64
joyfine
2023-11-29T22:29:07Z
0
0
null
[ "transformers", "safetensors", "llama", "text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-29T22:29:07Z
2023-11-29T22:23:06.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_64
[ -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 ]
Wayne235f/DialoGPT-small-joshua
Wayne235f
2023-11-29T23:40:24Z
0
0
null
[ "transformers", "safetensors", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-29T23:40:24Z
2023-11-29T22:24:16.000Z
null
null
--- tags: - conversational --- #DialoGPT model
null
transformers
conversational
null
null
null
null
null
null
null
null
null
Wayne235f/DialoGPT-small-joshua
[ -0.21096383035182953, -0.48654142022132874, 0.44325345754623413, -0.18307456374168396, -0.41794735193252563, 0.18724510073661804, 0.6936572790145874, -0.05413421243429184, -0.1257432997226715, 1.1950750350952148, -0.46460747718811035, -0.09533106535673141, -0.3202034831047058, -0.09790758043527603, -0.3788128197193146, 0.5803921818733215, 0.5025417804718018, 0.4083797335624695, 0.023401329293847084, 0.10976090282201767, -0.6728008389472961, -0.5293688178062439, -0.9675064086914062, -0.9060024619102478, 0.20436643064022064, 0.37363120913505554, 0.668172299861908, -0.2702626883983612, 0.12791624665260315, 0.35897064208984375, -0.08697140216827393, -0.06542167067527771, -0.443219393491745, 0.002207609359174967, 0.06060849875211716, -0.6648858785629272, -1.0146644115447998, 0.23957005143165588, 0.16366250813007355, 0.4889082610607147, -0.2524506449699402, 0.15019360184669495, -0.22212311625480652, 0.16901656985282898, 0.18998901546001434, 0.34275051951408386, -0.47120973467826843, -0.05195224657654762, 0.1791304498910904, -0.4132199287414551, -0.5696740746498108, -0.2809191644191742, 0.775807797908783, -0.7373229265213013, 0.11630211770534515, 0.331991583108902, 0.835749626159668, -0.08016818761825562, -0.8782536387443542, -0.0878429263830185, -0.2860858142375946, 0.6350712776184082, -0.9667304158210754, 0.6878892183303833, 0.5534209609031677, 0.31103387475013733, -0.4559638798236847, -0.5585843920707703, -0.2658931016921997, -0.07582385838031769, 0.2322876900434494, -0.14480960369110107, -0.20775733888149261, 0.33617982268333435, 0.4009540379047394, 0.3700835406780243, -0.4967052936553955, -0.5111120939254761, -0.8138236403465271, -0.36704084277153015, 0.12326072156429291, 0.2911469042301178, 0.634246826171875, -0.3919920325279236, -0.4556480348110199, 0.5831449627876282, -0.5648654103279114, -0.2405337393283844, 0.15599453449249268, 0.44139036536216736, -0.5191596746444702, 0.8417772054672241, 0.0020394453313201666, 0.6429546475410461, 0.3007665276527405, -0.09750925004482269, 0.016754576936364174, -0.10703172534704208, -0.5557594895362854, -0.0164374727755785, 0.2866877019405365, 0.5237728953361511, 0.27830031514167786, 0.2794516384601593, -0.051200903952121735, -0.4288187623023987, 0.426392525434494, -1.061980128288269, -0.5449022650718689, 0.27420932054519653, -0.5619405508041382, -0.4718998968601227, -0.3106830418109894, -0.5851752161979675, -0.5398441553115845, -0.478442907333374, 0.682257354259491, -0.5249780416488647, -0.4324476420879364, 0.27919644117355347, -0.11374777555465698, 0.19229981303215027, 0.7382767796516418, -0.923359215259552, 0.1384388655424118, 0.5265018343925476, 0.9858722686767578, 0.8423238396644592, 0.37753957509994507, 0.1586608737707138, -0.13698618113994598, -0.44131019711494446, 0.7381964921951294, -0.6566461324691772, -1.0686017274856567, -0.23471656441688538, 0.12633657455444336, -0.4269372522830963, -0.41303354501724243, 0.25941938161849976, -0.8216400742530823, 0.9929342269897461, -0.6302192807197571, -0.9328187704086304, -0.5360499024391174, 0.4327286183834076, -0.6250466704368591, 0.8682017922401428, 0.30150672793388367, -0.44176289439201355, 0.143869549036026, -1.0982165336608887, 0.14985303580760956, 0.6212103962898254, -0.11474943161010742, 0.15436570346355438, 0.3272116482257843, -0.1418183296918869, 0.21140706539154053, -0.2994679808616638, 0.14501559734344482, -0.3816258907318115, -0.1024433970451355, 0.4184315800666809, -0.42969250679016113, 1.2612587213516235, 0.42227840423583984, 0.3810751736164093, 0.031134188175201416, -0.6522316336631775, 0.08359192311763763, 0.14809711277484894, -0.4191904664039612, 0.06873103231191635, -0.49782490730285645, 0.09463321417570114, 0.11902246624231339, 0.2627522051334381, -0.49821600317955017, 0.8160834312438965, 0.1479564905166626, 0.5715200304985046, 0.5926312208175659, 0.23753142356872559, 0.40312832593917847, -0.5337550640106201, 0.6948671936988831, -0.2010744959115982, 0.23318514227867126, -0.1802608221769333, -0.4772873520851135, -1.2928355932235718, -0.2881799638271332, 0.36469775438308716, 0.6723717451095581, -0.8019965887069702, 0.5174527168273926, 0.20014233887195587, -0.5465463399887085, 0.0811963826417923, -0.28977012634277344, -0.069464772939682, 0.8325830698013306, -0.16123148798942566, -0.3311104476451874, -0.32201966643333435, -0.9311885833740234, 0.3386366367340088, -0.8092061877250671, -0.22810903191566467, 0.17630769312381744, 0.5237337350845337, -0.5360484719276428, 0.5815945267677307, -0.5757302641868591, 0.008652275428175926, -0.6868191957473755, 0.3635120391845703, 0.5777052640914917, 0.6493318676948547, 0.6869444847106934, -0.8213366270065308, -0.3359311521053314, -0.30782681703567505, -0.5187930464744568, -0.5935754179954529, 0.14159826934337616, -0.3490395247936249, 0.003953554667532444, 0.45423969626426697, -0.8492670059204102, 0.7199610471725464, 0.5141022205352783, -0.8430916666984558, 0.7796505689620972, 0.19927296042442322, 0.46554654836654663, -1.1176817417144775, 0.05461829528212547, -0.19723831117153168, -0.9912518858909607, -0.5877810120582581, 0.07537386566400528, -0.37242788076400757, -0.8789420127868652, -0.5231918692588806, 0.46986278891563416, -0.29132917523384094, 0.267256498336792, -0.6025472283363342, -0.6026071906089783, 0.1925927847623825, 0.39768457412719727, 0.14563682675361633, 1.0311455726623535, 0.4824731647968292, -0.481590211391449, 0.608313262462616, 0.7416610717773438, 0.08231867104768753, 0.7105672955513, -1.1298350095748901, 0.0028558948542922735, 0.06505129486322403, 0.2565613389015198, -1.207415223121643, -0.7939848303794861, 0.38192442059516907, -0.6072081327438354, 0.034437160938978195, -0.6612815856933594, -0.6742614507675171, -0.32880720496177673, -0.0094776451587677, 0.5068917274475098, 0.7256942987442017, -0.1771751493215561, 0.9617609977722168, 0.49929913878440857, -0.3230019211769104, 0.5450212359428406, -0.30875831842422485, -0.018361566588282585, -0.1506517082452774, -0.5784948468208313, -0.35730403661727905, -0.24469436705112457, -0.0018591316184028983, -0.6917716860771179, -0.3626239597797394, -0.7255439162254333, -0.3417985439300537, 0.3984021544456482, 0.6483399271965027, -0.10975276678800583, 0.4265279769897461, -0.4713371694087982, -0.17637446522712708, -0.38782957196235657, 0.19083547592163086, 1.3275015354156494, -0.42661914229393005, -0.12909792363643646, -0.9702407717704773, 0.24157370626926422, 0.9168445467948914, 0.3778781294822693, 0.38300561904907227, 0.006670551840215921, -0.49689850211143494, 0.09063827991485596, -0.6632563471794128, -0.33204761147499084, -0.5535246133804321, 0.11516045033931732, -0.39402684569358826, -0.8335022926330566, 0.4317806661128998, 0.06266248971223831, 0.1998475044965744, 0.12053865939378738, 0.45102113485336304, -0.11731015890836716, 0.8399249911308289, 0.8900564908981323, 0.05259889364242554, 0.6951356530189514, -0.10727976262569427, 0.479838103055954, -0.6551224589347839, 0.00041472699376754463, -0.1644711047410965, 0.5446009039878845, -0.4256194531917572, -0.8449023962020874, 0.3139064610004425, 0.21794000267982483, -0.521425187587738, 0.9053425192832947, -0.2307746857404709, 0.4728650152683258, 0.6745573878288269, 0.3964097499847412, 0.32627183198928833, -0.32472988963127136, 0.2890056073665619, -0.26778361201286316, -0.7683005928993225, -1.1416548490524292, 1.152877926826477, 0.7590035200119019, 0.6846326589584351, 0.3343102037906647, 0.35031673312187195, 0.34850868582725525, 0.09466592222452164, -0.7228836417198181, 0.8524637222290039, 0.3543584644794464, -1.2251595258712769, -0.15145976841449738, -0.14618265628814697, -0.47133222222328186, 0.6095662117004395, 0.005885894875973463, -1.2405534982681274, 0.03821934014558792, 0.5308194756507874, -0.8539189100265503, 0.23323766887187958, -0.7932810187339783, 0.962712824344635, -0.02415025234222412, 0.3596837818622589, -0.11981109529733658, -0.054744161665439606, 0.390728622674942, 0.32192572951316833, -0.47260257601737976, -0.8182825446128845, 0.1701595038175583, 0.3693619668483734, -0.534610390663147, 0.8738311529159546, 0.30129146575927734, 0.07721136510372162, 0.29120880365371704, 0.565353512763977, -0.0107487877830863, 0.4098878800868988, 0.042825840413570404, -0.026417391374707222, 0.2779931128025055, -0.6544087529182434, -0.045940421521663666, 0.3006892204284668, -0.19163481891155243, -0.43043383955955505, -0.4740878641605377, -0.5265465378761292, -0.06210264936089516, 0.31137996912002563, 0.4978225529193878, 1.2358038425445557, -0.23157167434692383, -0.09949921816587448, 0.8888923525810242, -0.1769195944070816, 0.4279244840145111, 0.4611784517765045, -0.8293264508247375, 0.048712197691202164, 0.7053962349891663, -0.04796509072184563, 0.7018319368362427, 0.017932608723640442, -0.11938701570034027, -0.04473773390054703, -0.11246903985738754, -0.1400206983089447, 0.30252939462661743, -0.343886137008667, 0.03641467168927193, -0.7396149039268494, -0.4428746998310089, -0.6366621851921082, 0.05530736222863197, -0.5186366438865662, -0.5256883502006531, -0.6639575958251953, -0.0673748254776001, 0.04085072502493858, 0.6852716207504272, 0.0072947959415614605, 1.1052792072296143, -0.8172413110733032, 0.23249460756778717, 0.7905070185661316, 0.23495662212371826, -0.3079962134361267, -0.8443047404289246, 0.5454618334770203, -0.04104442149400711, -0.7908496260643005, -0.6808303594589233, 0.6642847061157227, -0.09608235210180283, 0.22725370526313782, 0.6272984743118286, -0.3961300551891327, 0.5622105002403259, -0.5372483134269714, 1.049906611442566, 0.45685237646102905, -0.8965440988540649, 0.2015606015920639, -1.1383533477783203, 0.8014373779296875, 0.8222014307975769, 0.08166761696338654, -1.0865366458892822, -0.06132864952087402, -1.1076937913894653, -0.45843836665153503, 0.38100665807724, 0.3750859200954437, 0.3281693458557129, 0.4361376166343689, -0.12173012644052505, 0.19849738478660583, 0.9388710856437683, -1.3201878070831299, -0.05728654935956001, -0.07034026831388474, 0.160039022564888, 0.6369487047195435, -0.4696195721626282, -0.17337919771671295, -0.29970401525497437, 0.7531164884567261, 0.011016990058124065, 0.8139706254005432, 0.10186181217432022, 0.10270374268293381, 0.057847727090120316, 0.013591191731393337, 0.656088650226593, 0.9802361130714417, -0.7132465243339539, -0.009884067811071873, -0.09483553469181061, -0.17209284007549286, -0.3171953558921814, 0.001277576549910009, -0.13327232003211975, 0.18547359108924866, 0.7395790219306946, 0.7114889025688171, 0.2414272576570511, -0.5828375220298767, 0.4511391818523407, -0.11333775520324707, 0.07064848393201828, -1.1077536344528198, 0.34352073073387146, -0.06605374068021774, 0.3840896785259247, 0.33804231882095337, 0.22916841506958008, 0.5544127225875854, -0.8315833210945129, 0.16868434846401215, 0.2933383584022522, -0.9551177024841309, -0.7900608777999878, 0.7266680002212524, 1.023993730545044, -0.7580417990684509, 0.7163324356079102, -0.000022716820240020752, -1.0982857942581177, 0.5669044256210327, 0.08344490081071854, 0.8028101325035095, -0.20187677443027496, 0.48214012384414673, 0.24477383494377136, -0.014895588159561157, 0.006089746952056885, 0.6514958143234253, -0.19251684844493866, -0.9108625054359436, 0.5082853436470032, -0.20101597905158997, -0.348976194858551, 0.3243745267391205, -0.25172320008277893, 0.3366625905036926, -0.8079303503036499, -0.5719061493873596, 0.17456607520580292, -0.00724885705858469, -0.636926531791687, 0.28074267506599426, 0.4592575430870056, 1.4918428659439087, -0.8832024335861206, 0.7177108526229858, 0.26683536171913147, -0.34111931920051575, -0.587884247303009, 0.06781018525362015, 0.3725907802581787, -0.7847048044204712, 0.617608368396759, 0.6038151383399963, 0.24100704491138458, -0.10469569265842438, -1.0837898254394531, -0.7376511693000793, 0.7242990732192993, 0.12061064690351486, -0.7143983244895935, -0.2549201250076294, -0.3334197998046875, 0.3543909192085266, -0.846831202507019, 0.30650267004966736, 0.4623629152774811, 0.16534768044948578, 0.4055476784706116, -1.433639645576477, -0.5941381454467773, -0.2732028365135193, 0.0686468705534935, 0.1980847269296646, -0.8696969747543335, 0.8760704398155212, -0.07559110224246979, -0.2330058515071869, 0.6418163180351257, 0.16198299825191498, 0.2168290764093399, 0.002191175241023302, 0.8182107210159302, 0.3936310410499573, 0.4400455057621002, -0.1414276361465454, 0.8320638537406921, 0.13153581321239471, 0.5881901383399963, 1.3721600770950317, -0.22336289286613464, 0.43543264269828796, 0.5905974507331848, -0.08962596207857132, 0.4635961353778839, 0.8780126571655273, 0.0597989559173584, 0.45172592997550964, -0.12082451581954956, -0.545382559299469, -0.7891411185264587, -0.6145806908607483, -0.2820552885532379, 0.4448409378528595, 0.13677294552326202, -0.313345342874527, -0.2948952317237854, -0.6773701310157776, 0.35178467631340027, -0.16777093708515167, -0.38085541129112244, 0.44110411405563354, 0.1410648375749588, -0.11106429249048233, -0.034957412630319595, -0.20187433063983917, 0.4015290439128876, -0.5830167531967163, -0.3672735393047333, 0.2748786509037018, -0.2972091734409332, 0.13456398248672485, -0.26220187544822693, -0.2063387930393219, -0.48437175154685974, -0.0703468769788742, -0.11691852658987045, 0.6823288798332214, -0.5534427762031555, -0.9824398159980774, -0.22175155580043793, 0.17702747881412506, 0.09986503422260284, 0.06856481730937958, -0.9586871862411499, 0.08440433442592621, 0.32483214139938354, -0.4621392786502838, -0.4512297809123993, -0.005911729298532009, 0.3190763592720032, 0.9629074931144714, 0.45378202199935913, -0.11684171855449677, 0.03438693657517433, 0.08570323139429092, 0.8347716331481934, -0.6472827196121216, -0.46407556533813477, -0.47690820693969727, 0.7890310287475586, -0.6796935796737671, -0.9115738868713379, 0.33189329504966736, 0.4898800551891327, 0.20872405171394348, -0.09782375395298004, 0.6832059025764465, -0.3677043914794922, 0.9641400575637817, -0.18472321331501007, 0.4053533375263214, -0.47298163175582886, 0.06866279244422913, -0.12789444625377655, -0.6882727742195129, -0.07371331751346588, 0.6175198554992676, -0.10634998977184296, -0.27368780970573425, 0.31842127442359924, 0.7783203125, -0.3897366523742676, 0.35702094435691833, 0.6788682341575623, 0.02014264091849327, 0.3663654923439026, 0.46199512481689453, 0.7154428362846375, -0.698037326335907, -0.3199838101863861, 0.22643272578716278, -0.46543005108833313, -0.4412264823913574, -0.8871534466743469, -1.4996179342269897, -0.43382543325424194, -0.2801288664340973, -0.1979891061782837, -0.29242822527885437, 1.4633448123931885, 1.3423336744308472, -0.5953107476234436, -0.4106612205505371, 0.00452442467212677, -0.037530567497015, 0.7189207077026367, -0.22490577399730682, -0.3993958532810211, -0.09898485243320465, -0.6483691930770874, 0.2207833081483841, 0.25790661573410034, 1.0405887365341187, -0.1551792472600937, 0.3731851279735565, -0.2672792375087738, 0.7457523345947266, 0.5366302728652954, 0.2976284921169281, -0.6869949698448181, -0.6617648005485535, -0.25654658675193787, -0.20253422856330872, -0.04454158619046211, 0.7413896918296814, -0.18617211282253265, 0.5464436411857605, 0.5347256064414978, -0.040839437395334244, 0.243227019906044, 0.3839450180530548, 1.4905859231948853, -0.26762619614601135, 0.712041974067688, 0.25631245970726013, 0.6500265002250671, 0.32019075751304626, -0.2527407705783844, 0.8245452642440796, 0.2593996524810791, -0.9961245656013489, -0.8661916851997375, 0.5215074419975281, -1.3729573488235474, -0.11839727312326431, 0.6690962910652161, 0.17916132509708405, -0.1529897302389145, -0.23558343946933746, -0.7293418645858765, -0.2443181723356247, -1.126572847366333, 0.5049284100532532, 0.8255777359008789, -0.3409177362918854, -0.47615209221839905, -1.0381286144256592, 0.3377210199832916, 0.08602079004049301, -0.6285799145698547, -0.010036468505859375, 0.722905158996582, 0.4950870871543884, 0.3454652428627014, 1.105138897895813, -0.09346550703048706, 0.5607835650444031, 0.19815422594547272, 0.41911953687667847, 0.22673308849334717, -0.24577906727790833, 0.03797313943505287, -0.0673752874135971, 0.12711463868618011, -0.38808074593544006 ]
galatolo/cerbero-7b-openchat-gguf
galatolo
2023-11-29T22:29:01Z
0
0
null
[ "text-generation", "it", "en", "license:apache-2.0", "region:us" ]
2023-11-29T22:29:01Z
2023-11-29T22:28:39.000Z
null
null
--- license: apache-2.0 language: - it - en pipeline_tag: text-generation ---
null
null
text-generation
null
null
null
null
null
null
null
null
null
galatolo/cerbero-7b-openchat-gguf
[ -0.1285337656736374, -0.18616777658462524, 0.6529129147529602, 0.4943626821041107, -0.19319315254688263, 0.23607446253299713, 0.3607197403907776, 0.05056322365999222, 0.5793652534484863, 0.740013837814331, -0.6508102416992188, -0.23783965408802032, -0.7102248668670654, -0.047826047986745834, -0.3894751965999603, 0.8470761775970459, -0.09598258882761002, 0.024005092680454254, 0.04712021350860596, -0.1431782841682434, -0.6121039390563965, -0.04771730303764343, -1.052453875541687, -0.06787501275539398, 0.3002280294895172, 0.5120975971221924, 0.827589750289917, 0.39602935314178467, 0.503056526184082, 1.7515556812286377, -0.08836935460567474, -0.2275443971157074, -0.45892035961151123, 0.42230668663978577, -0.33277368545532227, -0.4213370680809021, -0.26241642236709595, -0.07449343800544739, 0.32380396127700806, 0.7903714179992676, -0.3810412287712097, 0.19328093528747559, -0.22438447177410126, 1.0082242488861084, -0.8202074766159058, 0.22630876302719116, -0.16698357462882996, 0.1405322253704071, 0.042308609932661057, -0.14591936767101288, -0.13263222575187683, -0.6440033912658691, 0.06469469517469406, -0.8995962142944336, 0.10274945944547653, -0.0446111261844635, 0.8789561986923218, 0.21909046173095703, -0.5102371573448181, -0.045977260917425156, -0.6883596181869507, 1.0972506999969482, -0.1755603700876236, 0.7615711688995361, 0.4507812559604645, 0.4528856873512268, -0.5849329829216003, -1.1782180070877075, -0.4441865086555481, -0.1357899159193039, 0.14722831547260284, 0.30556100606918335, -0.34530287981033325, -0.02234390377998352, 0.10801098495721817, 0.5610314011573792, -0.5003756284713745, -0.311959445476532, -0.9579930305480957, -0.1816491037607193, 0.6820484399795532, 0.3193082809448242, 0.8340444564819336, 0.18731512129306793, -0.7347196340560913, 0.12866295874118805, -1.323970079421997, 0.07650751620531082, 0.6465022563934326, 0.23946744203567505, -0.5545987486839294, 0.8594783544540405, -0.2858799695968628, 0.6262494325637817, 0.2728464603424072, -0.11645269393920898, 0.27842509746551514, -0.23030748963356018, -0.27350643277168274, 0.033087633550167084, 0.3459729552268982, 0.8204492330551147, 0.16248637437820435, -0.01998506486415863, -0.22123964130878448, 0.002071782946586609, 0.2684451937675476, -0.793509304523468, -0.47126707434654236, 0.1926695555448532, -0.5589528679847717, -0.09108506888151169, 0.43270206451416016, -1.0976828336715698, -0.4812982380390167, -0.1879846751689911, 0.054681554436683655, -0.5451692938804626, -0.3697948455810547, 0.07273255288600922, -0.7925416231155396, -0.12434177100658417, 0.570950984954834, -0.6230255365371704, 0.43974602222442627, 0.533625602722168, 0.7861635088920593, 0.23303896188735962, -0.2361363023519516, -0.6695019006729126, 0.48848265409469604, -0.8661869764328003, 0.3686073124408722, -0.30737805366516113, -0.8298641443252563, -0.09631048142910004, 0.5393160581588745, 0.20664846897125244, -0.6653255820274353, 0.7074047923088074, -0.5496984720230103, -0.07806544750928879, -0.43082866072654724, -0.24322004616260529, 0.1746043711900711, 0.1111542135477066, -0.6238909959793091, 0.9402235150337219, 0.5551108121871948, -0.5841100215911865, 0.31701257824897766, -0.4869507849216461, -0.6865583062171936, 0.26748132705688477, -0.008751027286052704, -0.04715227335691452, 0.3279530107975006, -0.15983974933624268, -0.002051129937171936, 0.10505765676498413, 0.008299637585878372, -0.21891678869724274, -0.4786301553249359, 0.06349936872720718, 0.15165013074874878, 1.2536835670471191, 0.4083622694015503, -0.37718820571899414, -0.13140106201171875, -1.0526150465011597, 0.02543257176876068, 0.05050146207213402, -0.42306768894195557, -0.25045642256736755, -0.1488218456506729, -0.20381581783294678, 0.43072617053985596, 0.21184739470481873, -0.8131153583526611, 0.22643616795539856, -0.20640240609645844, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.39760568737983704, -0.6625285148620605, 0.6563137769699097, 0.20761863887310028, 0.4959019422531128, 0.354042112827301, -0.3845822513103485, -0.9641586542129517, -0.4421616792678833, -0.1011740192770958, 0.297553151845932, -0.7744957208633423, 0.5847321152687073, 0.01297951489686966, -0.5836704969406128, -0.44652819633483887, -0.15488097071647644, 0.2755330204963684, -0.06606575846672058, 0.03334902226924896, -0.4049777388572693, -0.739441990852356, -1.0127897262573242, -0.13788151741027832, -0.5021387338638306, -0.21892821788787842, 0.31605881452560425, 0.261773943901062, -0.34290048480033875, 0.7610749006271362, -0.6059279441833496, -0.7040641903877258, -0.13973557949066162, -0.09959849715232849, 0.618772029876709, 0.9297670125961304, 0.749138355255127, -0.7224892377853394, -0.8973819017410278, -0.05623067170381546, -0.5420041680335999, -0.02004433423280716, 0.03814995661377907, -0.18260698020458221, -0.10514994710683823, 0.22352534532546997, -0.6100803017616272, 0.8851074576377869, 0.43224993348121643, -0.681546688079834, 0.5210590958595276, -0.44444146752357483, 0.6073804497718811, -0.8642840385437012, -0.29114919900894165, -0.16823579370975494, -0.19761183857917786, -0.709015965461731, 0.1941155642271042, -0.30022352933883667, -0.3302987515926361, -0.7474030256271362, 0.5274897813796997, -0.9497012495994568, -0.18781521916389465, -0.33672797679901123, -0.034230977296829224, 0.2580781579017639, 0.1949051469564438, -0.23560264706611633, 0.8900531530380249, 0.9160484075546265, -0.712130606174469, 0.5487276911735535, 0.39309075474739075, -0.19200125336647034, 0.7131238579750061, -0.3887738585472107, 0.05161985754966736, -0.1234491840004921, 0.14374585449695587, -1.126388669013977, -0.5611584782600403, 0.1367737054824829, -0.712703287601471, 0.17686967551708221, -0.16556859016418457, -0.09428532421588898, -0.6608467102050781, -0.33806395530700684, 0.25910091400146484, 0.4861229360103607, -0.47969967126846313, 0.6188148260116577, 0.5728040933609009, 0.02651885151863098, -0.5307406187057495, -0.7206821441650391, 0.2041812688112259, 0.03964652866125107, -0.5569696426391602, 0.3011690676212311, 0.0065436214208602905, -0.6622445583343506, -0.371124804019928, -0.2635420262813568, -0.6043856739997864, -0.22679755091667175, 0.7826986312866211, 0.11994212120771408, -0.0901225358247757, -0.20310275256633759, -0.31995368003845215, -0.06167535483837128, 0.3048742413520813, -0.07575303316116333, 0.7232834696769714, -0.3362375497817993, -0.17850087583065033, -0.8877339363098145, 0.652754545211792, 0.9970463514328003, 0.09446708112955093, 0.8066442012786865, 0.4632421135902405, -0.3564748466014862, -0.13046596944332123, -0.3535459041595459, -0.15120592713356018, -0.6857743859291077, -0.18067999184131622, -0.5322477221488953, -0.5411433577537537, 0.4053066372871399, 0.10101456940174103, -0.0021041035652160645, 0.5167047381401062, 0.2533605694770813, -0.2880687415599823, 0.7550325393676758, 1.0343408584594727, 0.1391797512769699, 0.36029160022735596, -0.28547143936157227, 0.6341595649719238, -0.8329949975013733, -0.3405216336250305, -0.45480722188949585, -0.2563585638999939, -0.3121439218521118, -0.10750845074653625, 0.5791022181510925, 0.28182169795036316, -0.4463467001914978, 0.12506814301013947, -0.599420964717865, 0.6587362289428711, 0.6273988485336304, 0.5719729065895081, 0.19973021745681763, -0.4619947671890259, 0.199829563498497, 0.048166729509830475, -0.45745593309402466, -0.40091079473495483, 0.7711145281791687, 0.2399625927209854, 0.8364024758338928, 0.20927059650421143, 0.4957774877548218, 0.33375439047813416, 0.25280579924583435, -0.6318978667259216, 0.2009800225496292, -0.22282804548740387, -1.2459611892700195, -0.20642682909965515, -0.16551321744918823, -1.0080583095550537, -0.11792092770338058, -0.18288999795913696, -0.8406620025634766, 0.26657283306121826, -0.19225645065307617, -0.6640644073486328, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.2355591058731079, -0.2817089259624481, 0.11930065602064133, -0.6889920830726624, 0.5254611968994141, 0.36671483516693115, 0.29168403148651123, -0.3796897828578949, -0.31928709149360657, 0.5068994760513306, -0.8812244534492493, 0.44081127643585205, -0.10564985871315002, 0.19428138434886932, 0.5358877778053284, 0.4153592586517334, 0.3823971152305603, 0.2869904041290283, -0.24593782424926758, -0.23415425419807434, 0.22503423690795898, -0.7581346035003662, -0.2775459885597229, 0.9095460772514343, -0.7519426941871643, -0.8586915731430054, -0.6954257488250732, -0.3064495921134949, 0.2886529564857483, 0.027814604341983795, 0.7154771685600281, 0.6456884741783142, -0.18821048736572266, 0.23776991665363312, 0.7208226323127747, -0.014694413170218468, 0.723556637763977, 0.2941119968891144, -0.4056646525859833, -0.6169788837432861, 0.718232274055481, 0.2627045810222626, 0.051626577973365784, 0.028327951207756996, 0.3058736026287079, -0.17546716332435608, -0.15078604221343994, -0.6318324208259583, -0.06395330280065536, -0.7465729713439941, -0.09279504418373108, -0.7541396617889404, -0.2507742643356323, -0.7114591598510742, -0.8068137764930725, -0.7080161571502686, -0.45604395866394043, -0.43011951446533203, -0.23352205753326416, 0.5163110494613647, 1.1627084016799927, -0.26131555438041687, 0.801105260848999, -0.8900953531265259, 0.4193631112575531, 0.49695390462875366, 0.751973032951355, -0.11061014980077744, -0.6746936440467834, -0.07836258411407471, -0.5338754653930664, -0.29485073685646057, -1.0156972408294678, 0.3177463710308075, -0.03688567876815796, 0.4053713381290436, 0.42938894033432007, 0.2519025504589081, 0.49392762780189514, -0.30073118209838867, 1.1130688190460205, 0.7274302244186401, -0.8033810257911682, 0.5195275545120239, -0.7635002136230469, 0.1612233817577362, 0.9363657236099243, 0.5447745323181152, -0.4417075514793396, -0.1511392891407013, -1.0259766578674316, -0.843137264251709, 0.5963036417961121, 0.15439943969249725, 0.016843967139720917, 0.018214236944913864, 0.03168264031410217, 0.29466384649276733, 0.35913029313087463, -0.7847291231155396, -0.8240219354629517, -0.13851124048233032, 0.2580328583717346, 0.3145606517791748, -0.1648542881011963, -0.30038711428642273, -0.611615777015686, 0.8711391687393188, 0.18286491930484772, 0.3546231985092163, 0.1207335889339447, 0.043693479150533676, -0.35506927967071533, 0.14787030220031738, 0.552299976348877, 1.2529058456420898, -0.40983331203460693, 0.36739131808280945, 0.1751261204481125, -0.654007077217102, 0.6494996547698975, -0.30363503098487854, -0.021784650161862373, 0.6203135251998901, 0.17760884761810303, 0.2852839529514313, 0.31559935212135315, -0.36214274168014526, 0.6047803163528442, -0.029422014951705933, -0.17758505046367645, -0.7005698084831238, 0.15866978466510773, 0.029350772500038147, 0.2750795781612396, 0.43920230865478516, 0.24443335831165314, 0.08246771991252899, -1.0602877140045166, 0.5711055994033813, 0.24493888020515442, -0.8676617741584778, -0.3011004328727722, 0.7047959566116333, 0.40753883123397827, -0.4759957790374756, 0.3874906301498413, 0.012702271342277527, -0.6710242033004761, 0.5987740755081177, 0.5510411858558655, 0.7569674253463745, -0.47024255990982056, 0.30880191922187805, 0.6245602369308472, 0.06711341440677643, 0.20550546050071716, 0.6923203468322754, 0.03149377182126045, -0.4473864436149597, 0.23022449016571045, -0.5986734628677368, -0.14689898490905762, 0.1373530775308609, -0.8047428131103516, 0.3515334129333496, -0.9312615394592285, -0.24089953303337097, 0.08751583844423294, 0.11761092394590378, -0.6130945682525635, 0.6674697995185852, -0.008524969220161438, 0.9280493259429932, -0.8549084663391113, 0.9626275300979614, 0.8559582233428955, -0.3183083236217499, -0.7709448337554932, -0.3355676233768463, 0.020139286294579506, -0.6660526394844055, 0.7108278274536133, -0.18973013758659363, -0.41207438707351685, -0.0932394340634346, -0.6229830384254456, -1.0003727674484253, 0.030618250370025635, 0.01741565763950348, -0.4625033140182495, 0.4454795718193054, -0.5157256722450256, 0.3289683163166046, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958451509475708, 0.2296082079410553, -0.635478138923645, -0.4466687738895416, -0.010276127606630325, -0.16682802140712738, 0.45458078384399414, -1.0710972547531128, 0.9677366614341736, -0.46525758504867554, -0.34733206033706665, 0.2706640958786011, 0.7977625131607056, 0.2538500428199768, 0.35241276025772095, 0.6219536662101746, 0.9016808271408081, 0.36450111865997314, -0.3117833435535431, 0.727674663066864, 0.2426338493824005, 0.41525399684906006, 0.7364203929901123, -0.22712205350399017, 0.5403845310211182, 0.8906415104866028, -0.7861620783805847, 0.5381765365600586, 0.7879034280776978, 0.16047382354736328, 0.7758155465126038, 0.5944146513938904, -0.6119526624679565, -0.1185942217707634, -0.14641433954238892, -0.6171560287475586, 0.1979752629995346, 0.05292631685733795, -0.11974728107452393, -0.28460127115249634, -0.13567373156547546, 0.12295068800449371, 0.28364571928977966, -0.5959329009056091, 0.6068668365478516, 0.343415766954422, -0.6328281760215759, 0.210251122713089, -0.25779563188552856, 0.6709499955177307, -0.5978156328201294, 0.027336478233337402, -0.22699348628520966, 0.41810399293899536, -0.4618743658065796, -1.007582664489746, 0.4713838994503021, -0.2920242249965668, -0.405513197183609, -0.26942428946495056, 0.80723637342453, -0.2213391214609146, -0.557286262512207, 0.3748604655265808, 0.13466599583625793, 0.41473662853240967, 0.40145963430404663, -0.5487293004989624, 0.047790005803108215, 0.13760161399841309, -0.2006179392337799, 0.36011889576911926, 0.29737281799316406, 0.2548876702785492, 0.7100130319595337, 0.5052475929260254, 0.2219872623682022, 0.2569439113140106, -0.18668612837791443, 0.8387458324432373, -0.9102796316146851, -0.8167634606361389, -0.9497333765029907, 0.3849894106388092, 0.02572767436504364, -0.8801447153091431, 0.7920306921005249, 0.7652606964111328, 0.5113963484764099, -0.4877890944480896, 0.47552838921546936, -0.3264794945716858, 0.5047137141227722, -0.13870961964130402, 1.001089334487915, -0.7607627511024475, -0.2958725690841675, -0.030553817749023438, -0.9216439723968506, -0.2533751130104065, 0.5375742316246033, 0.15408313274383545, -0.1460806429386139, 0.4385906457901001, 0.44216388463974, 0.022173259407281876, 0.25223156809806824, 0.32860997319221497, 0.06042792648077011, 0.14508457481861115, 0.5510438680648804, 1.0931141376495361, -0.4339441955089569, 0.18694783747196198, -0.4923475682735443, -0.45362505316734314, -0.4153491258621216, -0.954805850982666, -0.6640315055847168, -0.48185449838638306, -0.2973935008049011, -0.5915579199790955, 0.11726463586091995, 0.9300886392593384, 0.9018139839172363, -0.6256728172302246, -0.41243645548820496, 0.2571353018283844, 0.3029339909553528, -0.22954201698303223, -0.14626801013946533, 0.27364903688430786, -0.006407523527741432, -0.7211177349090576, 0.3930944800376892, 0.8079764246940613, 0.3887127637863159, 0.08443982899188995, -0.0721711814403534, -0.44070807099342346, 0.026101619005203247, 0.5373560190200806, 0.5729563236236572, -0.628118097782135, -0.4099644720554352, -0.532831609249115, -0.21386730670928955, 0.15529431402683258, 0.4807755947113037, -0.5166377425193787, 0.3266112804412842, 0.8128960132598877, 0.17017678916454315, 0.7187886238098145, -0.00224931538105011, 0.6678643226623535, -0.8970248699188232, 0.4446259140968323, 0.39533841609954834, 0.5681871175765991, 0.08998027443885803, -0.7339165210723877, 0.9820241928100586, 0.49674344062805176, -0.6334056258201599, -1.0034242868423462, 0.030799731612205505, -1.193114161491394, -0.3788174092769623, 0.9890842437744141, -0.09595753252506256, -0.9597457647323608, -0.3644896149635315, -0.36777186393737793, 0.07989642769098282, -0.3380975127220154, 0.3549821972846985, 0.826819658279419, -0.25380730628967285, -0.2204185426235199, -0.9505583047866821, 0.4752942621707916, 0.31025272607803345, -0.5886632204055786, -0.05114367604255676, 0.329391211271286, 0.4523688554763794, 0.3009701669216156, 0.5239557027816772, 0.10428227484226227, 0.897053062915802, 0.2520041763782501, 0.30491405725479126, -0.04526612162590027, -0.590078592300415, -0.01606651023030281, 0.26214760541915894, 0.044878602027893066, -0.686944305896759 ]
stoddur/alexander1
stoddur
2023-11-29T22:28:49Z
0
0
null
[ "region:us" ]
2023-11-29T22:28:49Z
2023-11-29T22:28:43.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
stoddur/alexander1
[ -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 ]
HazimiYusri/test
HazimiYusri
2023-11-29T22:28:57Z
0
0
null
[ "region:us" ]
2023-11-29T22:28:57Z
2023-11-29T22:28:57.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
HazimiYusri/test
[ -0.3227645754814148, -0.22568444907665253, 0.862226128578186, 0.43461522459983826, -0.5282993912696838, 0.7012966871261597, 0.7915722131729126, 0.07618582993745804, 0.7746022939682007, 0.25632214546203613, -0.7852814793586731, -0.22573833167552948, -0.910447895526886, 0.5715672373771667, -0.3992331624031067, 0.5791245698928833, -0.1449446976184845, -0.1075112372636795, 0.28233736753463745, -0.2768954634666443, -0.5409220457077026, -0.36855220794677734, -1.1902778148651123, 0.06149139255285263, 0.5316583514213562, 0.7435137629508972, 0.7584061622619629, 0.36521726846694946, 0.6432579159736633, 0.39322903752326965, -0.23138943314552307, 0.48270517587661743, -0.04171789810061455, 0.0026038475334644318, -0.3524434566497803, -0.5516902208328247, -0.2859655022621155, 0.0758473351597786, 1.096130609512329, 0.9666875600814819, -0.284663587808609, 0.053308356553316116, -0.3063618540763855, 0.3308893144130707, -0.49734315276145935, 0.3054102063179016, -0.022505735978484154, 0.1631879061460495, -0.7041512727737427, -0.5535351037979126, 0.012794959358870983, -0.7361214756965637, 0.17926569283008575, -0.6900812983512878, 0.8269095420837402, 0.18583129346370697, 1.1533753871917725, 0.14819450676441193, -0.4624865651130676, -0.8161762356758118, -0.6538987159729004, 0.5711164474487305, -0.3270365297794342, 0.396802693605423, 0.7028233408927917, -0.04857334867119789, -0.9820325970649719, -0.674574077129364, -0.46466198563575745, 0.2923964560031891, 0.35402804613113403, -0.34116750955581665, -0.17522089183330536, -0.30589932203292847, 0.15792031586170197, 0.1281152367591858, -0.4841998219490051, -0.5543918609619141, -0.547515869140625, -0.39602500200271606, 0.6206661462783813, 0.34829509258270264, 0.24291753768920898, -0.18884196877479553, -0.32285863161087036, 0.08801600337028503, -0.4160849452018738, 0.340257465839386, 0.6335514187812805, 0.7114017605781555, -0.5811448097229004, 0.5602158308029175, -0.049275875091552734, 0.7439703941345215, 0.11445562541484833, -0.2747814357280731, 0.4146061837673187, -0.1472468227148056, 0.05517153814435005, 0.4226346015930176, 0.31524425745010376, 0.2841314375400543, -0.3273700773715973, 0.2032228261232376, -0.3215141296386719, -0.3049622178077698, -0.22332195937633514, -0.2949070632457733, -0.3592177927494049, 0.5492290258407593, -0.33140188455581665, -0.4285549223423004, 1.1431763172149658, -0.4200769066810608, -0.730222761631012, 0.3315637409687042, 0.4065209925174713, -0.09944778680801392, -0.37146514654159546, -0.05226052924990654, -0.8458784222602844, -0.007907425984740257, 0.7491175532341003, -0.7198966145515442, 0.3371736407279968, 0.47280675172805786, 0.7417217493057251, 0.19650566577911377, -0.14034491777420044, -0.4294944405555725, 0.2971968948841095, -0.8659992218017578, 0.6320170164108276, -0.20135216414928436, -1.005197525024414, 0.11150506883859634, 0.8971701860427856, -0.3789637088775635, -1.2094871997833252, 1.0605154037475586, -0.6887933611869812, 0.16017846763134003, -0.6767613291740417, -0.1466122418642044, -0.07118482142686844, -0.005096348933875561, -0.6088162660598755, 0.7567098736763, 0.587267279624939, -0.49952754378318787, 0.21429499983787537, -0.2602979242801666, -0.39151397347450256, 0.38824886083602905, -0.07935471832752228, -0.21858927607536316, 0.7138331532478333, -0.6647078394889832, -0.26932841539382935, 0.29427728056907654, 0.2368939220905304, -0.3570604920387268, -0.7931917905807495, 0.08478114753961563, -0.05786249041557312, 1.550750970840454, -0.03868817165493965, -0.35861068964004517, -0.6793839335441589, -1.1506240367889404, -0.07070828974246979, 0.6886889338493347, -0.9194992184638977, -0.27839499711990356, -0.04640987142920494, -0.26169317960739136, 0.0899491086602211, 0.7390590906143188, -1.1194047927856445, 0.28327304124832153, -0.05092664435505867, -0.22794730961322784, 0.8271056413650513, 0.15387216210365295, 0.24758943915367126, 0.14913387596607208, 0.429586797952652, 0.527725338935852, 0.1111517995595932, 0.6835877299308777, -0.34720370173454285, -0.9694345593452454, 0.615463137626648, 0.2526640295982361, 0.8121448755264282, -0.49945321679115295, 0.26850929856300354, 0.2702551782131195, -0.34096813201904297, -0.5682370662689209, -0.3102836608886719, 0.09025751799345016, 0.14930583536624908, 0.11142520606517792, -0.5721712708473206, -0.6576124429702759, -0.968913733959198, -0.13590674102306366, -0.4314374327659607, -0.3571571707725525, 0.2100691795349121, 0.5792900919914246, -1.1975520849227905, 0.41288748383522034, -0.7705629467964172, -0.703873872756958, -0.010655269026756287, -0.19338096678256989, 0.7540655136108398, 0.43240174651145935, 0.5033966898918152, -0.6397145986557007, -0.5661988854408264, -0.2247021496295929, -1.033374547958374, -0.13280513882637024, 0.24819615483283997, 0.3065737187862396, -0.13423356413841248, -0.2744964063167572, -0.48740309476852417, 0.8100383877754211, 0.14789177477359772, -0.5391894578933716, 0.5220768451690674, -0.3020314574241638, 0.17224812507629395, -0.6369152069091797, -0.06916873157024384, -0.6616763472557068, -0.0009067922946996987, -0.3608303964138031, -0.5737437009811401, 0.14772316813468933, 0.07017450034618378, -0.1606544405221939, 0.28808432817459106, -0.9092766046524048, -0.0010852277046069503, -0.7442209720611572, 0.379071980714798, 0.0639481171965599, -0.3145080506801605, -0.01751760207116604, 1.0000383853912354, 0.7784460783004761, -0.384804904460907, 0.721744179725647, 0.4440041482448578, 0.19036158919334412, 0.7630517482757568, -0.18725088238716125, 0.1647823452949524, -0.5245419144630432, -0.12161095440387726, -0.8887597918510437, -1.0982946157455444, 0.7320572137832642, -0.6114254593849182, 0.36542895436286926, -0.4277864992618561, 0.25891584157943726, -0.6919255256652832, -0.03885382413864136, 0.4808598458766937, -0.05936359241604805, -0.6863945126533508, 0.5232571363449097, 0.4531751275062561, -0.20192444324493408, -0.6609035730361938, -0.530157208442688, 0.39365825057029724, 0.6154118776321411, -0.1639038622379303, 0.06878538429737091, 0.14941060543060303, -0.5441928505897522, -0.04080244526267052, -0.3869194984436035, -0.45766764879226685, 0.05422378331422806, 0.13053429126739502, -0.005750883370637894, -0.40482011437416077, -0.08680237829685211, -0.3584200143814087, -0.46561211347579956, 0.21876513957977295, 0.301194965839386, -0.04096318036317825, -0.4259975552558899, -0.3619821071624756, -0.8881813287734985, 0.67196124792099, 0.5370282530784607, 0.05281507968902588, 0.7555553317070007, 0.16819250583648682, -0.8014988899230957, -0.13532201945781708, -0.17607073485851288, 0.269683301448822, -0.5588055849075317, 0.138498455286026, -0.01348465122282505, -0.06374923884868622, 0.26297876238822937, 0.2538624703884125, -0.4300553798675537, 0.9276247024536133, -0.26152732968330383, -0.3592524826526642, 0.7960183024406433, 0.5974739789962769, 0.49583086371421814, 0.16503216326236725, -0.04454178363084793, 0.9007089734077454, -1.196651816368103, -0.6563178896903992, -0.7409552335739136, -0.15945680439472198, -0.43510860204696655, -0.03210578113794327, 0.6254407167434692, 0.2900993227958679, -0.13333921134471893, 0.4756394326686859, -0.5243488550186157, 0.3556031286716461, 1.01198410987854, 0.3574865460395813, 0.3435700535774231, -0.7570223808288574, -0.2515776753425598, -0.1402425467967987, -0.9998155832290649, -0.26313820481300354, 0.8871030807495117, 0.2275262326002121, 0.8444609642028809, 0.5992541313171387, 0.6784543991088867, 0.13672304153442383, 0.25238269567489624, -0.30590304732322693, 0.3920293152332306, 0.43760815262794495, -1.0401138067245483, -0.4275839328765869, 0.0214188601821661, -0.9703340530395508, -0.14227528870105743, -0.03495040535926819, -0.4261713922023773, 0.7681745290756226, 0.00016594976477790624, -0.4076710343360901, 0.7732731103897095, -0.45558375120162964, 0.7562870979309082, -0.44736528396606445, -0.026639267802238464, 0.4699099659919739, -0.7070640325546265, 0.4677427411079407, 0.1287880390882492, 0.6205844879150391, -0.015572601929306984, -0.040786005556583405, 0.7104938626289368, -0.9129161834716797, 0.2543862462043762, -0.6348398327827454, 0.22421321272850037, 0.24246945977210999, 0.5160623788833618, 0.59699547290802, 0.437124639749527, 0.1011991947889328, -0.23920896649360657, 0.041157420724630356, -0.8241125345230103, -0.21050648391246796, 0.6975151300430298, -0.7186897993087769, -0.6864197254180908, -1.2355334758758545, 0.14438670873641968, 0.27347058057785034, 0.38930511474609375, 0.7959297299385071, 0.5714089870452881, 0.12895478308200836, 0.680525004863739, 0.9888584017753601, -0.068855881690979, 0.9166921377182007, 0.32244792580604553, 0.0917518213391304, -0.2194482386112213, 0.7036823034286499, 0.2662787437438965, -0.24707940220832825, -0.11939682066440582, 0.20913496613502502, -0.11069432646036148, -0.5917618870735168, -0.4999066889286041, 0.37017613649368286, -0.6731785535812378, -0.18303897976875305, -0.6243732571601868, -0.6043766140937805, -0.5117596387863159, 0.0692736953496933, -0.7147682905197144, 0.2397906482219696, -0.7753569483757019, -0.10574913024902344, 0.043233711272478104, 0.9792007207870483, -0.5893123149871826, 0.5805226564407349, -1.1218585968017578, 0.19345813989639282, -0.07949826121330261, 0.7921057939529419, 0.21395805478096008, -0.7344390153884888, -0.3975416421890259, -0.1159263625741005, -0.3729914724826813, -1.35767662525177, 0.21404924988746643, -0.24541404843330383, 0.23094037175178528, 0.6145409345626831, 0.13977065682411194, 0.5258246660232544, -0.3432632088661194, 0.7029105424880981, -0.057016897946596146, -0.7069287300109863, 0.793449342250824, -0.5026893615722656, 0.4963534474372864, 0.9766004681587219, 0.5333843231201172, -0.7984005212783813, 0.03574119880795479, -1.041123390197754, -0.6008694767951965, 0.38426417112350464, 0.11928887665271759, -0.03601084277033806, -0.6659558415412903, -0.05401992052793503, -0.1614379584789276, 0.6043739318847656, -1.0390703678131104, -0.785835862159729, 0.2576696276664734, 0.527729868888855, 0.08168591558933258, -0.5653403401374817, 0.20880666375160217, -0.5444164872169495, 1.0657771825790405, 0.45109400153160095, 0.32744961977005005, 0.8406060934066772, 0.46492356061935425, -0.3823162913322449, 0.09252472966909409, 0.7662692070007324, 0.6666234731674194, -0.5239790678024292, -0.29080289602279663, -0.08827563375234604, -0.9143408536911011, 0.05927441269159317, 0.11168937385082245, -0.013455910608172417, 0.9082111120223999, 0.5793083310127258, 0.2539709508419037, 0.45142778754234314, -0.7264600992202759, 0.885944664478302, -0.14954188466072083, -0.12472902238368988, -1.0677241086959839, 0.19486196339130402, -0.2398494929075241, 0.5006404519081116, 1.0061324834823608, 0.5250047445297241, -0.047630392014980316, -0.8143378496170044, -0.014735954813659191, 0.6939166188240051, -0.7091118693351746, -0.17449785768985748, 0.9448537826538086, 0.3847099542617798, -1.2953052520751953, 1.106776475906372, -0.5381768941879272, -0.5603322386741638, 0.9121300578117371, 0.522956907749176, 1.1221849918365479, -0.44204169511795044, 0.0008672721451148391, 0.2662241756916046, 0.41378408670425415, 0.5423169732093811, 1.0869628190994263, 0.43141287565231323, -0.7931064367294312, 0.8826581239700317, -0.2477606236934662, -0.4036114811897278, -0.053475748747587204, -0.42859888076782227, 0.16892199218273163, -0.44061917066574097, -0.10712995380163193, -0.3444187641143799, 0.2854321300983429, -0.7072039842605591, 0.4280765950679779, -0.08385641872882843, 0.8653067350387573, -0.8553730249404907, 0.4720759391784668, 0.6354705095291138, -0.33373570442199707, -0.8508192300796509, -0.261984258890152, -0.11448438465595245, -0.6389466524124146, 0.30214792490005493, -0.4554103910923004, 0.044398654252290726, 0.09623479843139648, -0.6491518616676331, -1.1778275966644287, 0.9093631505966187, -0.6396121978759766, -0.27844658493995667, 0.2046404331922531, -0.11514732986688614, 0.2881167531013489, -0.2524643540382385, 0.010661333799362183, 0.4187655448913574, 0.7489400506019592, 0.2844657897949219, -0.7727051973342896, -0.36948877573013306, 0.0015033393865451217, -0.4447481036186218, 0.7582972645759583, -0.6002101898193359, 1.1840780973434448, -0.5563538074493408, -0.059654414653778076, 0.44384485483169556, 0.24690893292427063, 0.2107619345188141, 0.6629217863082886, 0.14420802891254425, 0.7282264828681946, 1.0701212882995605, -0.4083526134490967, 0.8811811208724976, 0.2643282115459442, 0.4743083119392395, 0.7238506078720093, -0.648772120475769, 0.7513749003410339, 0.31810441613197327, -0.5682927370071411, 0.9228013157844543, 1.290606141090393, -0.15699167549610138, 0.8079376220703125, 0.051365017890930176, -1.0815998315811157, 0.32583367824554443, -0.2072475254535675, -0.7530068755149841, 0.31502529978752136, 0.19055864214897156, -0.6920989155769348, -0.5770307779312134, -0.2404649704694748, -0.3566282093524933, -0.11552874743938446, -0.763173520565033, 0.6720567941665649, -0.016969304531812668, -0.5103675127029419, 0.18857522308826447, 0.2877498269081116, 0.1736842691898346, -0.5235735177993774, -0.02939426340162754, -0.22823600471019745, 0.2660653293132782, -0.5670852661132812, -0.5234525799751282, 0.5724433064460754, -0.3243016004562378, -0.5343254804611206, 0.18147453665733337, 0.7635871767997742, -0.16923788189888, -0.4515410363674164, 0.3247268795967102, 0.6959525942802429, 0.16658522188663483, 0.42502832412719727, -0.23511278629302979, 0.24480609595775604, -0.08044828474521637, -0.06651537120342255, 0.27714747190475464, 0.34491658210754395, 0.22435598075389862, 0.44501423835754395, 0.43285685777664185, -0.01808720827102661, -0.10736510902643204, -0.38281938433647156, 0.4124941825866699, -0.9542787671089172, -0.5713288187980652, -0.6307114362716675, 0.2740662693977356, -0.02315433882176876, -1.083642840385437, 0.41451650857925415, 1.440669298171997, 1.0359983444213867, -0.4756380617618561, 1.0672262907028198, -0.21818473935127258, 0.9594791531562805, 0.41483068466186523, 0.5420443415641785, -0.6030417084693909, 0.0383533276617527, -0.4364400804042816, -1.076963186264038, -0.35716328024864197, 0.453939288854599, -0.022899746894836426, -0.3429866135120392, 0.8725713491439819, 0.5887161493301392, -0.33473533391952515, -0.11728028953075409, 0.04848707094788551, -0.029941609129309654, -0.12433843314647675, 0.5145375728607178, 0.7648401260375977, -0.9344304203987122, -0.10680433362722397, -0.2157776802778244, -0.6382728815078735, -0.5047279596328735, -0.9632007479667664, -0.12959368526935577, -0.16037821769714355, 0.035343416035175323, -0.5662803053855896, 0.0025571375153958797, 1.2083247900009155, 0.568495512008667, -1.1113991737365723, -0.5303786993026733, 0.33718568086624146, 0.39204248785972595, -0.18747875094413757, -0.24202406406402588, 0.29845738410949707, 0.15382243692874908, -0.5908881425857544, 0.6875660419464111, 0.8089627027511597, 0.20888884365558624, 0.19554798305034637, 0.15892985463142395, -0.8229472041130066, -0.14913491904735565, 0.1744045466184616, 0.9450566172599792, -0.9398533701896667, -0.7114841341972351, -0.03168441727757454, -0.2709486484527588, -0.057657390832901, 0.17102079093456268, -0.40463489294052124, 0.5180680751800537, 0.34591537714004517, 0.4993346333503723, 0.05616118758916855, -0.05474606901407242, 0.5409552454948425, -0.9069052934646606, 0.09425973892211914, 0.4134364724159241, 0.41541165113449097, -0.4000864624977112, -0.5910196304321289, 0.6713418960571289, 1.0073972940444946, -0.6594864726066589, -0.8743264079093933, -0.1984672099351883, -1.0016005039215088, 0.04189702495932579, 0.6762756109237671, 0.500952959060669, -0.48065194487571716, -0.41744962334632874, -0.5617401599884033, -0.125467449426651, -0.13699711859226227, 0.7621601223945618, 1.1796804666519165, -0.7432093024253845, 0.0797571912407875, -1.0386395454406738, 0.6594980955123901, -0.2419460266828537, -0.34575822949409485, -0.4864429533481598, 0.3832801580429077, 0.3523697257041931, 0.44048112630844116, 0.6148126125335693, 0.14084668457508087, 0.8338428735733032, 0.3126054108142853, -0.17026874423027039, 0.2698979377746582, -0.4559198319911957, -0.028932686895132065, -0.057962626218795776, 0.3101597726345062, -1.0262157917022705 ]
dhsalazar11/ppo-LunarLander-v2
dhsalazar11
2023-11-29T22:30:18Z
0
0
null
[ "stable-baselines3", "LunarLander-v2", "deep-reinforcement-learning", "reinforcement-learning", "model-index", "region:us" ]
2023-11-29T22:30:18Z
2023-11-29T22:29:49.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: 247.58 +/- 55.54 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
dhsalazar11/ppo-LunarLander-v2
[ -0.0031745992600917816, -0.39441218972206116, 0.2481766939163208, 0.33905401825904846, -0.08787565678358078, 0.04007988050580025, 0.5000531077384949, -0.17607852816581726, 0.2888224720954895, 0.9444824457168579, -0.6269251704216003, -0.5120339393615723, -0.4980957806110382, -0.27938348054885864, 0.02528999373316765, 1.0136584043502808, 0.02311222068965435, 0.408922404050827, 0.13869763910770416, -0.10262702405452728, -0.26649191975593567, -0.31764063239097595, -0.7558714747428894, -1.038171648979187, 0.17400985956192017, 0.7295845746994019, 0.7878361344337463, 0.3518314063549042, 0.4080553352832794, 0.42412859201431274, -0.2565317451953888, -0.4680250287055969, -0.600163459777832, -0.018179001286625862, -0.008866988122463226, -0.6449010968208313, -0.9210617542266846, 0.2057303786277771, 0.5754238367080688, 0.05891283601522446, -0.28878793120384216, 0.07139752060174942, -0.4109323024749756, 0.45217546820640564, -0.5463327765464783, 0.22948117554187775, -0.2231195718050003, 0.025530418381094933, 0.10683860629796982, 0.15659448504447937, -0.3769329786300659, -0.14305265247821808, 0.3003495931625366, -1.317391276359558, -0.07753219455480576, -0.31276848912239075, 1.348305344581604, 0.13703158497810364, -0.5517972707748413, 0.017517557367682457, -0.27603772282600403, 0.4946131110191345, -0.39455854892730713, 0.1504652351140976, 0.7138819694519043, 0.5252879858016968, 0.04607049375772476, -1.0038533210754395, -0.23759302496910095, -0.47365641593933105, 0.015236474573612213, 0.459550142288208, 0.22529040277004242, 0.2431652992963791, 0.2177710086107254, 0.15615695714950562, -0.349465012550354, 0.3506008982658386, -0.6693626642227173, -0.3474735617637634, 0.5159997344017029, 0.265075147151947, 0.07717105001211166, -0.11395591497421265, -0.5129187107086182, -0.17198696732521057, -0.45601847767829895, 0.33486098051071167, 0.4413287341594696, 0.18635664880275726, -0.8559201955795288, 0.9558484554290771, -0.2770507335662842, 0.4578113257884979, 0.44065356254577637, -0.0050955419428646564, 0.7072571516036987, 0.13607731461524963, -0.11501405388116837, -0.3777215778827667, 0.5707582235336304, 0.9803073406219482, 0.058967601507902145, 0.08157654106616974, -0.48959773778915405, -0.27279990911483765, 0.17500126361846924, -0.8056450486183167, -0.3621844947338104, 0.49014145135879517, -0.2878115177154541, -0.7079489827156067, 0.5091603398323059, -0.60753333568573, -0.36463943123817444, -0.009854615665972233, 0.3947494626045227, -0.6851578950881958, -0.5995981097221375, 0.06310424953699112, -0.4716283977031708, 0.7274183034896851, 0.14277717471122742, -0.9192011952400208, 0.44896113872528076, 0.7046195268630981, 0.9586557745933533, 0.5988171100616455, -0.6966641545295715, -0.7145677804946899, 0.19625775516033173, -0.4578720033168793, 0.801779568195343, 0.2511013150215149, -0.48991382122039795, 0.31650403141975403, 0.005472878459841013, 0.21779781579971313, -0.5181884765625, 0.2635846734046936, -0.47861558198928833, 0.3005569279193878, 0.09562507271766663, -0.44839853048324585, -0.011169089004397392, 0.47253137826919556, -0.664378821849823, 1.427220106124878, 0.8773053288459778, -0.5788248181343079, 0.3777252435684204, -0.6702629327774048, -0.07678308337926865, 0.5288569331169128, 0.2553727924823761, -0.73623126745224, -0.028767762705683708, -0.450947642326355, 0.18882422149181366, 0.0697600319981575, 0.04428354278206825, -0.3818114101886749, -0.38963741064071655, 0.07974660396575928, 0.8237636089324951, 0.9259670376777649, 0.22681599855422974, -0.03459324315190315, 0.20930925011634827, -0.6340569853782654, -0.14432094991207123, 0.09158987551927567, -0.2943792939186096, -0.16041409969329834, -0.24908818304538727, 0.5458364486694336, 0.24823644757270813, 0.49408063292503357, -0.49906545877456665, 0.5195001363754272, -0.5711297392845154, 0.2040543258190155, 0.7233208417892456, -0.13230086863040924, 0.8145877718925476, -0.6950755715370178, 0.34144169092178345, -0.18008917570114136, 0.2778707444667816, 0.2021871656179428, -0.3674358129501343, -0.6635490655899048, -0.527111291885376, -0.030308125540614128, 0.8428335189819336, -1.2579169273376465, 0.7128486037254333, 0.2264946848154068, -0.7960970401763916, -0.21329011023044586, -0.15584073960781097, 0.5294376611709595, 0.27402588725090027, 0.04789590835571289, -0.09303118288516998, -0.6167048215866089, -0.8814236521720886, 0.2518065273761749, -0.7028961181640625, -0.2456151843070984, 0.0008080497500486672, 0.691559910774231, -0.3518816828727722, 0.8539717197418213, -0.38099774718284607, -0.3676912784576416, -0.3322337567806244, 0.20091979205608368, 0.28840091824531555, 0.777441143989563, 0.9834882616996765, -0.5969613790512085, -0.5328124761581421, -0.2763577997684479, -0.9179625511169434, -0.4395979642868042, 0.15851086378097534, -0.16394838690757751, 0.011873641051352024, 0.34743160009384155, -0.7988160252571106, 0.09472153335809708, 0.6177328824996948, -1.0402880907058716, 0.7478631734848022, -0.3820481598377228, -0.0012261347146704793, -1.3344147205352783, 0.18922071158885956, 0.23553156852722168, -0.35259369015693665, -0.8058779239654541, 0.34441521763801575, 0.16095079481601715, -0.06216345727443695, -0.7403786778450012, 0.9359176754951477, -0.5492798686027527, 0.023836446925997734, -0.469051718711853, -0.13367502391338348, -0.15247803926467896, -0.06173178553581238, 0.026963066309690475, 0.6339142918586731, 1.1503959894180298, -0.4416033923625946, 0.6258529424667358, 0.6227514743804932, 0.110078826546669, 0.7759443521499634, -0.6185928583145142, 0.12891022861003876, -0.2679136097431183, 0.26974979043006897, -0.6555599570274353, -0.639431893825531, 0.6154819130897522, -0.5181159377098083, 0.3243456780910492, -0.466177374124527, -0.3457197844982147, -0.48898449540138245, -0.6142017245292664, 0.19539007544517517, 0.638963520526886, -0.30226704478263855, 0.7725768089294434, 0.7109767198562622, 0.11774777621030807, -0.570105791091919, -0.4459506869316101, -0.19521798193454742, -0.2855238616466522, -0.4264892637729645, 0.46576932072639465, 0.13689392805099487, -0.49947288632392883, -0.22642919421195984, 0.036650050431489944, -0.21675615012645721, 0.0896996483206749, 0.4850636422634125, 0.41433826088905334, -0.02460041269659996, -0.2939324378967285, -0.4152325987815857, -0.7210543155670166, -0.15061575174331665, -0.1540384292602539, 0.6859996914863586, -0.27586641907691956, 0.3827287256717682, -0.8579570651054382, -0.050873879343271255, 0.7599406838417053, 0.25591376423835754, 0.8512972593307495, 0.44027215242385864, -0.553058385848999, -0.103308767080307, -0.34800562262535095, -0.16768209636211395, -0.5552971363067627, 0.4603830873966217, -0.5762251615524292, -0.5813550353050232, 0.7347471117973328, 0.0006009018397890031, -0.3833245038986206, 0.60682213306427, 0.5866426825523376, -0.08286512643098831, 0.675636351108551, 0.9990917444229126, -0.11054274439811707, 0.734844446182251, -0.7166898250579834, -0.6743514537811279, -0.7787708044052124, -0.6148524284362793, -0.38933348655700684, 0.2443304806947708, -0.4141552448272705, -0.26049357652664185, 0.13561008870601654, 0.46746909618377686, -0.7750682234764099, 0.8980628252029419, -0.4363853931427002, 0.61716228723526, 0.5901504158973694, 0.15669411420822144, -0.28121909499168396, -0.5537845492362976, -0.047726571559906006, 0.2306441366672516, -0.33747270703315735, -0.5533571839332581, 0.9903861284255981, 0.576923668384552, 0.761849045753479, 0.07236634939908981, 0.6506860852241516, 0.0932140052318573, 0.6501604318618774, -0.5603280663490295, 0.4905445873737335, -0.1787317395210266, -0.9174628853797913, -0.11903965473175049, -0.32231777906417847, -0.7680529356002808, 0.18850800395011902, -0.4428190290927887, -0.9662924408912659, -0.17065320909023285, 0.09285278618335724, -0.28632619976997375, 0.07658873498439789, -0.5386235117912292, 1.0358905792236328, -0.352812260389328, -0.3538375198841095, 0.15401093661785126, -0.6959525346755981, 0.2688587009906769, 0.19590350985527039, -0.052503835409879684, -0.36148250102996826, -0.264151006937027, 0.7271788716316223, -0.47870996594429016, 0.6350098848342896, -0.8359531164169312, 0.18932926654815674, 0.24137134850025177, 0.12957032024860382, 0.39864876866340637, 0.4641055762767792, -0.1700340211391449, 0.01886313036084175, 0.08464120328426361, -0.7592049241065979, -0.04694559797644615, 0.45329245924949646, -1.4314296245574951, -0.06743777543306351, -0.8401555418968201, -0.3374713659286499, 0.13080276548862457, 0.2915332317352295, 0.5737448930740356, 0.1364315301179886, -0.4068533182144165, 0.003278664080426097, 0.08611086010932922, 0.12861385941505432, 0.22029468417167664, 0.891167402267456, -0.5194849371910095, -0.8883170485496521, 0.4339725077152252, 0.02497713640332222, -0.010684450156986713, 0.3212462067604065, 0.08240417391061783, -0.32746437191963196, -0.6108916997909546, -0.14304764568805695, 0.4496016204357147, -0.36500850319862366, -0.19538916647434235, -0.16482588648796082, -0.33016276359558105, -0.3721923828125, -0.42342329025268555, -0.6699663400650024, -0.29690834879875183, -0.4804523289203644, -0.32696765661239624, 0.3720414936542511, 0.725464940071106, -0.43865999579429626, 1.257828712463379, -0.5073457360267639, 0.4850873351097107, 0.1456974297761917, 0.6001916527748108, -0.8521220684051514, -0.4907284677028656, -0.38643717765808105, -0.2535148561000824, -0.45818594098091125, -0.9704359769821167, 0.47489500045776367, -0.23529085516929626, 0.7805484533309937, 0.40904122591018677, -0.157131627202034, 0.369855135679245, -0.16822636127471924, 0.8070887327194214, 0.48460233211517334, -1.0402858257293701, 0.4113907516002655, -0.7436754703521729, 0.13356167078018188, 0.9075552225112915, 0.2120254784822464, -0.26166418194770813, -0.37657326459884644, -0.8738845586776733, -1.0030869245529175, 1.2109454870224, 0.46701449155807495, -0.08707864582538605, 0.3211752772331238, 0.8026527762413025, -0.07940187305212021, 0.09914277493953705, -0.9481366872787476, -0.2857770025730133, -0.3831249475479126, -0.18399186432361603, -0.2866992652416229, -0.1735129952430725, -0.20410586893558502, 0.05986875295639038, 0.926372230052948, -0.15687809884548187, 0.29363080859184265, 0.09008169919252396, -0.12358924001455307, -0.441605806350708, -0.5418355464935303, 0.4069110155105591, 0.3350057303905487, -0.9220850467681885, -0.22714777290821075, 0.05357519909739494, -0.5911895632743835, 0.37250208854675293, 0.6308920383453369, -0.27758142352104187, -0.25998997688293457, 0.411368727684021, 0.7333856821060181, 0.16202780604362488, -0.2867158055305481, 0.6728515028953552, 0.11923899501562119, -0.5055487155914307, -0.7787785530090332, 0.042261965572834015, -0.08932066708803177, 0.5413572192192078, 0.2931695878505707, 0.14980299770832062, -0.13323022425174713, -0.536500871181488, 0.43965601921081543, 0.25733304023742676, -0.7266346216201782, -0.5233771800994873, 0.8876557350158691, 0.367807537317276, -0.8178356885910034, 0.6505230665206909, -0.10533104091882706, -0.577203631401062, 0.9722782373428345, 0.4604647755622864, 0.9455458521842957, -0.37321507930755615, 0.4791907072067261, 0.4931214153766632, 0.19295407831668854, -0.3646586239337921, 0.58258056640625, 0.2926882803440094, -1.0713599920272827, -0.2317666858434677, -0.1717129349708557, -0.7609756588935852, 0.22491146624088287, -0.6458234190940857, 0.6031213998794556, -0.6386195421218872, -0.5061346292495728, 0.04230904579162598, 0.3012712895870209, -0.42744123935699463, -0.07510016858577728, 0.3709660768508911, 1.369755506515503, -0.8853739500045776, 1.0329545736312866, 1.040209412574768, -0.5413709878921509, -0.5552839040756226, -0.026671787723898888, 0.40337881445884705, -0.8428964614868164, 0.5893217921257019, 0.4677206873893738, 0.05618244409561157, 0.14074520766735077, -0.7909995913505554, -0.7101594805717468, 1.4655708074569702, 0.20039279758930206, -0.044515080749988556, 0.23685409128665924, -0.22035275399684906, 0.6827790141105652, -0.5895915031433105, 0.540084958076477, 0.343516081571579, 0.5202646255493164, 0.19291414320468903, -0.9592000246047974, -0.36532893776893616, -0.4896138608455658, -0.12480119615793228, -0.04534202814102173, -1.0998321771621704, 1.1836841106414795, 0.04216660559177399, 0.3561753034591675, 0.9256123304367065, 0.4994913637638092, 0.8118252158164978, 0.2800005078315735, 0.5328221917152405, 0.6179471015930176, 0.2827222943305969, -0.27672699093818665, 0.893291175365448, -0.32547441124916077, 0.9445877075195312, 0.7339560389518738, -0.8603782057762146, 0.5656896829605103, 0.2952677309513092, 0.10408583283424377, 0.5192127823829651, 0.6671061515808105, -0.20303429663181305, 0.8232896327972412, 0.2001384198665619, -0.12595409154891968, -0.09169735014438629, 0.4490383565425873, -0.2808178663253784, 0.48456525802612305, 0.19385217130184174, 0.005395156797021627, -0.08891275525093079, -0.019521180540323257, 0.040637873113155365, -0.04824917018413544, -0.46086031198501587, 1.0113564729690552, -0.17409327626228333, -0.6947929263114929, 0.46429598331451416, 0.35179761052131653, 0.6320573091506958, -0.9002096056938171, -0.03265036642551422, -0.1496736705303192, 0.6623167395591736, 0.008816287852823734, -1.0413334369659424, -0.033968955278396606, -0.20601266622543335, 0.11496596783399582, -0.2557693421840668, 0.7532461285591125, -0.2089022397994995, -0.2944023311138153, 0.8336578607559204, 0.3669443726539612, 0.03657602146267891, 0.22952651977539062, -1.0281622409820557, -0.18773746490478516, -0.5086347460746765, -0.5504081845283508, 0.2335958033800125, 0.3046690821647644, 0.34929004311561584, 0.7698635458946228, 0.46853941679000854, -0.01659834012389183, -0.3610697090625763, -0.10594764351844788, 0.9988622665405273, -0.6986804008483887, -0.7598840594291687, -0.4899970293045044, 1.1323223114013672, -0.3288933336734772, -0.872383177280426, 0.49827060103416443, 1.0100558996200562, 0.568187952041626, -0.31478869915008545, 0.5641946196556091, -0.20840315520763397, 0.31968191266059875, -0.47262874245643616, 0.8053598999977112, -0.2734110355377197, -0.1290760189294815, -0.13540241122245789, -0.7455852031707764, -0.5047631859779358, 1.0031609535217285, -0.01985304243862629, -0.06647881120443344, 0.2871585786342621, 0.7794739007949829, 0.038038332015275955, -0.3325499892234802, 0.22812321782112122, 0.5973688960075378, 0.08333684504032135, 0.4118003845214844, 1.0264283418655396, -0.6791488528251648, 0.16112513840198517, -0.5694534182548523, -0.7487688064575195, -0.2761436700820923, -0.6667291522026062, -1.1003810167312622, -0.4563503563404083, -0.2708131670951843, -1.0201048851013184, 0.23045410215854645, 0.9075000286102295, 1.0698961019515991, -0.6993326544761658, -0.7384966611862183, -0.23598571121692657, -0.11195443570613861, -0.1570059210062027, -0.18453004956245422, 0.10826528817415237, -0.06069169193506241, -0.692571222782135, 0.2720746695995331, -0.03409681096673012, 0.4100956320762634, 0.013010060414671898, -0.6421957015991211, -0.19031879305839539, -0.3432689309120178, 0.2730819880962372, 0.5355421304702759, -0.31406837701797485, -0.4196220934391022, -0.13220150768756866, -0.25672465562820435, 0.03835426643490791, 0.5284053087234497, -0.6874656081199646, 0.06887894868850708, 0.4299745261669159, -0.38869938254356384, 0.9309588074684143, 0.16842883825302124, 0.6130453944206238, -0.5741502046585083, 0.6846085786819458, 0.2708905339241028, 0.4428461492061615, 0.21968552470207214, -0.22245603799819946, 0.7041803002357483, 0.38918939232826233, -0.7272169589996338, -0.701813817024231, 0.1694439947605133, -1.2256091833114624, -0.23360304534435272, 1.210564374923706, 0.011365343816578388, -0.19783556461334229, -0.06944932788610458, -0.5957003831863403, 0.25388509035110474, -0.48963844776153564, 0.5350064635276794, 0.5198148488998413, -0.06057080999016762, -0.3899320065975189, -0.39946693181991577, 0.4834701418876648, -0.15481437742710114, -0.6488029956817627, -0.4246547520160675, 0.5073672533035278, 0.46548783779144287, 0.3169761598110199, 0.9796196818351746, -0.15105657279491425, 0.4525797665119171, 0.47548651695251465, 0.3134264647960663, -0.22925344109535217, -0.3471171259880066, -0.4931989014148712, 0.12329389899969101, 0.11709572374820709, -0.14438194036483765 ]
Nachuwu/wav2vec2-fleur-mms-batch6-epoch16-finetunning-2
Nachuwu
2023-11-30T01:11:08Z
0
0
null
[ "transformers", "tensorboard", "safetensors", "wav2vec2", "automatic-speech-recognition", "generated_from_trainer", "dataset:audiofolder", "base_model:Nachuwu/wav2vec2-fleur-mms-batch6-epoch16-finetunning", "license:cc-by-nc-4.0", "model-index", "endpoints_compatible", "region:us" ]
2023-11-30T01:11:08Z
2023-11-29T22:30:12.000Z
null
null
--- license: cc-by-nc-4.0 base_model: Nachuwu/wav2vec2-fleur-mms-batch6-epoch16-finetunning tags: - generated_from_trainer datasets: - audiofolder metrics: - wer model-index: - name: wav2vec2-fleur-mms-batch6-epoch16-finetunning-2 results: - task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: audiofolder type: audiofolder config: default split: test args: default metrics: - name: Wer type: wer value: 0.5148173673328739 --- <!-- 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. --> # wav2vec2-fleur-mms-batch6-epoch16-finetunning-2 This model is a fine-tuned version of [Nachuwu/wav2vec2-fleur-mms-batch6-epoch16-finetunning](https://huggingface.co/Nachuwu/wav2vec2-fleur-mms-batch6-epoch16-finetunning) on the audiofolder dataset. It achieves the following results on the evaluation set: - Loss: 0.7540 - Wer: 0.5148 ## 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.001 - train_batch_size: 6 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 100 - num_epochs: 14 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:----:|:---------------:|:------:| | 0.7213 | 0.42 | 100 | 0.8689 | 0.5824 | | 0.8363 | 0.84 | 200 | 0.9158 | 0.6085 | | 0.8347 | 1.27 | 300 | 0.9091 | 0.5362 | | 0.874 | 1.69 | 400 | 0.8487 | 0.5307 | | 0.7452 | 2.11 | 500 | 0.8507 | 0.5472 | | 0.791 | 2.53 | 600 | 0.8075 | 0.5410 | | 0.7681 | 2.95 | 700 | 0.8389 | 0.5575 | | 0.7645 | 3.38 | 800 | 0.8122 | 0.5610 | | 0.739 | 3.8 | 900 | 0.8625 | 0.5569 | | 0.7989 | 4.22 | 1000 | 0.8166 | 0.5624 | | 0.7618 | 4.64 | 1100 | 0.8646 | 0.5796 | | 0.7689 | 5.06 | 1200 | 0.8462 | 0.5445 | | 0.738 | 5.49 | 1300 | 0.8014 | 0.5431 | | 0.6966 | 5.91 | 1400 | 0.7993 | 0.5217 | | 0.7275 | 6.33 | 1500 | 0.8049 | 0.5252 | | 0.7304 | 6.75 | 1600 | 0.7870 | 0.5231 | | 0.7225 | 7.17 | 1700 | 0.8037 | 0.5472 | | 0.7148 | 7.59 | 1800 | 0.7913 | 0.5389 | | 0.7225 | 8.02 | 1900 | 0.7908 | 0.5183 | | 0.7123 | 8.44 | 2000 | 0.7894 | 0.5245 | | 0.692 | 8.86 | 2100 | 0.7693 | 0.5224 | | 0.7855 | 9.28 | 2200 | 0.7614 | 0.5252 | | 0.6421 | 9.7 | 2300 | 0.7870 | 0.5169 | | 0.6831 | 10.13 | 2400 | 0.7820 | 0.5121 | | 0.7293 | 10.55 | 2500 | 0.7640 | 0.5245 | | 0.6625 | 10.97 | 2600 | 0.7912 | 0.5575 | | 0.6612 | 11.39 | 2700 | 0.7578 | 0.5203 | | 0.6873 | 11.81 | 2800 | 0.7579 | 0.5231 | | 0.7113 | 12.24 | 2900 | 0.7595 | 0.5258 | | 0.7393 | 12.66 | 3000 | 0.7532 | 0.5148 | | 0.7297 | 13.08 | 3100 | 0.7532 | 0.5183 | | 0.6303 | 13.5 | 3200 | 0.7514 | 0.5162 | | 0.6444 | 13.92 | 3300 | 0.7540 | 0.5148 | ### Framework versions - Transformers 4.36.0.dev0 - Pytorch 2.1.0+cu118 - Datasets 2.15.0 - Tokenizers 0.15.0
null
transformers
automatic-speech-recognition
null
null
null
null
null
null
null
null
null
Nachuwu/wav2vec2-fleur-mms-batch6-epoch16-finetunning-2
[ -0.7562912702560425, -0.6524043083190918, 0.11143053323030472, 0.08733811974525452, -0.0327286496758461, -0.14151336252689362, -0.002582996618002653, -0.09352815896272659, 0.5370345115661621, 0.40917813777923584, -0.8253470659255981, -0.6715549826622009, -0.7518115043640137, -0.2883812487125397, 0.000008529660590284038, 0.8820832967758179, 0.10352546721696854, -0.16378434002399445, -0.10612810403108597, -0.20891821384429932, -0.5124427080154419, -0.16050943732261658, -0.9038329720497131, -0.4393405318260193, 0.13354578614234924, 0.5713101029396057, 0.8958340287208557, 0.8173128962516785, 0.5314996242523193, 0.4346649944782257, -0.40308046340942383, 0.11345964670181274, -0.3692921996116638, -0.5296181440353394, 0.17633305490016937, -0.5951009392738342, -0.5027235150337219, 0.07062246650457382, 0.5568878650665283, 0.5082918405532837, -0.13315418362617493, 0.580786943435669, 0.15985168516635895, 0.8805683255195618, -0.3888357877731323, 0.24031801521778107, -0.3031482696533203, 0.1325017511844635, -0.17180638015270233, -0.3942457139492035, 0.09345859289169312, -0.33183324337005615, 0.2016114890575409, -0.7026539444923401, 0.4771444499492645, 0.004748602397739887, 1.6008414030075073, 0.2892671525478363, -0.38119953870773315, 0.06653690338134766, -0.6125246286392212, 0.8269016742706299, -0.6600252389907837, 0.44372668862342834, 0.6092430353164673, 0.21263907849788666, -0.07018512487411499, -0.9356668591499329, -0.7644638419151306, 0.46643921732902527, -0.17310471832752228, 0.3840823471546173, -0.21089830994606018, -0.3921400308609009, 0.571194052696228, 0.704120934009552, -0.6628018617630005, 0.0012190744746476412, -0.7111168503761292, -0.30707597732543945, 0.7159479856491089, 0.3518357574939728, 0.20631413161754608, -0.5649817585945129, -0.6610843539237976, -0.3064292073249817, -0.3727390468120575, 0.6777296662330627, 0.6185782551765442, 0.08713686466217041, -0.6216984391212463, 0.43952298164367676, -0.09496907144784927, 0.5926132202148438, 0.19336622953414917, -0.2602587342262268, 0.903940737247467, -0.3646370470523834, -0.3745374381542206, -0.05254804715514183, 0.834261953830719, 0.7289323806762695, -0.10885018110275269, 0.20587405562400818, -0.07876264303922653, -0.08283904939889908, 0.1255703568458557, -0.9367288947105408, -0.33537548780441284, 0.6076423525810242, -0.6441537737846375, -0.46615299582481384, 0.09671375155448914, -0.8101263046264648, 0.11383649706840515, -0.5257313251495361, 0.4148469865322113, -0.27294430136680603, -0.5145968794822693, 0.06687573343515396, -0.2825777530670166, 0.4643748104572296, 0.27200424671173096, -1.194759488105774, 0.28319308161735535, 0.5074320435523987, 1.042887568473816, 0.14876224100589752, -0.15462319552898407, 0.021981919184327126, 0.19452838599681854, -0.539794921875, 0.8100264072418213, -0.047804851084947586, -0.5764036178588867, -0.3250753581523895, 0.4427393674850464, -0.2795056700706482, -0.3969406187534332, 0.8601503372192383, -0.3541789650917053, 0.31939783692359924, -0.42539182305336, -0.4112739861011505, -0.26599276065826416, 0.36482149362564087, -0.7018497586250305, 1.5531646013259888, 0.20863686501979828, -1.0926235914230347, 0.6153606176376343, -0.6364718675613403, 0.06274574249982834, -0.11773477494716644, -0.05678953602910042, -1.003708839416504, -0.2868020236492157, 0.37140536308288574, 0.33276209235191345, -0.4544607698917389, 0.20054671168327332, -0.06808069348335266, -0.4519753158092499, -0.2420305758714676, -0.44172900915145874, 1.223549246788025, 0.27648746967315674, -0.7399598956108093, 0.1798713058233261, -1.2315175533294678, 0.24876318871974945, 0.2834329605102539, -0.5638445019721985, 0.01876991242170334, -0.30642935633659363, 0.2797565460205078, 0.29526621103286743, 0.32419583201408386, -0.6219196915626526, 0.21845193207263947, -0.4296102523803711, 0.6373690962791443, 0.7624039649963379, 0.18534952402114868, 0.4052339196205139, -0.6823909878730774, 0.31927433609962463, 0.411831259727478, 0.35774195194244385, 0.09380663931369781, -0.5631945729255676, -1.0456916093826294, -0.49269652366638184, 0.10330253839492798, 0.604157030582428, -0.2222161442041397, 0.7052913904190063, -0.14050500094890594, -0.7332966327667236, -0.5964553952217102, -0.1104462519288063, 0.16467314958572388, 0.6980237364768982, 0.41199398040771484, -0.09705257415771484, -0.6290869116783142, -1.183213710784912, 0.060850489884614944, 0.016907496377825737, 0.1828392744064331, 0.5088528990745544, 0.9092568159103394, -0.3223448395729065, 1.1050047874450684, -0.6272727847099304, -0.685468316078186, -0.12101893126964569, -0.05784313753247261, 0.7338277697563171, 0.7427341938018799, 0.9133109450340271, -0.8935753107070923, -0.5253433585166931, -0.00015353586059063673, -0.7613053917884827, 0.35250210762023926, -0.15315867960453033, -0.12573206424713135, -0.0719505026936531, 0.2611503601074219, -0.5309231281280518, 0.869516909122467, 0.675618588924408, -0.538788914680481, 0.9121693968772888, -0.5706961750984192, 0.44012829661369324, -1.2647910118103027, 0.3223724961280823, 0.005656397435814142, -0.2172308713197708, -0.3856610357761383, -0.19301553070545197, 0.030791662633419037, -0.2637943625450134, -0.3488371670246124, 0.7063700556755066, -0.5337983965873718, 0.13881824910640717, -0.06046353653073311, -0.11429497599601746, 0.08130882680416107, 0.7815726399421692, 0.06899622827768326, 1.0677534341812134, 1.029046893119812, -0.6913450956344604, 0.29193419218063354, 0.4283749461174011, -0.6677831411361694, 0.6402485966682434, -0.8639888763427734, 0.05903733894228935, -0.08648083359003067, -0.053783681243658066, -1.190714955329895, -0.3038915991783142, 0.29101336002349854, -0.5842354893684387, 0.32291141152381897, -0.19258390367031097, -0.25162583589553833, -0.978253960609436, -0.40629035234451294, -0.010278238914906979, 0.428708016872406, -0.5278818011283875, 0.5569108724594116, 0.2672698497772217, 0.2101466953754425, -0.6510764956474304, -0.9316415190696716, -0.05893111601471901, -0.2041347771883011, -0.8917093276977539, 0.4944724440574646, -0.09361366182565689, 0.009358977898955345, 0.025258567184209824, -0.20540793240070343, -0.1745259016752243, 0.09868234395980835, 0.47521233558654785, 0.2941608130931854, -0.280977725982666, -0.28521376848220825, -0.10061874985694885, -0.49118486046791077, -0.008484076708555222, -0.18376776576042175, 0.5926671028137207, -0.2898619771003723, -0.4163571298122406, -0.9169410467147827, -0.0775432363152504, 0.6853957772254944, -0.4793202579021454, 1.1140309572219849, 0.7362986207008362, -0.3512246012687683, 0.09415449947118759, -0.533187210559845, -0.207346573472023, -0.5212291479110718, 0.3760574758052826, -0.7161402106285095, -0.7096720337867737, 0.8617781400680542, -0.13988235592842102, 0.28276827931404114, 0.8036949634552002, 0.5959184765815735, -0.1018095314502716, 1.0731858015060425, 0.29940736293792725, -0.09527049213647842, 0.26968926191329956, -1.1906760931015015, 0.07945773750543594, -0.9476116895675659, -0.7532408237457275, -0.5971555113792419, -0.5325296521186829, -0.5278456807136536, -0.2759948968887329, 0.38932421803474426, 0.23897132277488708, -0.6221156120300293, 0.26321256160736084, -0.8676865696907043, 0.31745171546936035, 0.9367222785949707, 0.3777458369731903, -0.032320767641067505, 0.02875218540430069, -0.32100602984428406, -0.23386244475841522, -0.7195101976394653, -0.6148728728294373, 1.2805055379867554, 0.36418217420578003, 0.4243279993534088, 0.1597549170255661, 0.8803478479385376, 0.16346700489521027, -0.1934325248003006, -0.6143657565116882, 0.1577398031949997, 0.13580146431922913, -0.9904553294181824, -0.29779696464538574, -0.19845958054065704, -1.0877246856689453, 0.43183380365371704, -0.3884231448173523, -1.0195415019989014, 0.7540530562400818, 0.26127099990844727, -0.5276721119880676, 0.6812369227409363, -0.5555545091629028, 1.1030939817428589, -0.12735515832901, -0.6349268555641174, -0.03362780436873436, -0.7336127758026123, 0.2924449145793915, 0.11622588336467743, 0.23240523040294647, -0.1850900650024414, 0.11663498729467392, 0.9404841661453247, -0.8700261116027832, 0.40881049633026123, -0.21177515387535095, 0.26159220933914185, 0.6110965013504028, -0.21724073588848114, 0.6971471905708313, 0.18736161291599274, -0.24685810506343842, 0.011469557881355286, 0.12856028974056244, -0.6515648365020752, -0.420629620552063, 1.1111000776290894, -1.3020672798156738, -0.7401655912399292, -0.5227735638618469, -0.5269581079483032, 0.28699958324432373, 0.3178984522819519, 0.6106281280517578, 0.7763146758079529, 0.11086851358413696, 0.3327626585960388, 0.7593868970870972, 0.008351055905222893, 0.6678966283798218, 0.3116579055786133, 0.023351134732365608, -0.8719082474708557, 0.9042559862136841, 0.10641780495643616, 0.3017481863498688, 0.021787000820040703, 0.30808451771736145, -0.5754802227020264, -0.36100828647613525, -0.48986363410949707, 0.14222607016563416, -0.38817301392555237, -0.22211427986621857, -0.7346135973930359, -0.17125535011291504, -0.7763232588768005, -0.3795642852783203, -0.5888431072235107, -0.27364251017570496, -0.5485435128211975, -0.26724112033843994, 0.7226457595825195, 0.535679280757904, -0.145093634724617, 0.4629039168357849, -0.6541158556938171, 0.15923239290714264, 0.08572814613580704, 0.15002475678920746, 0.04104727506637573, -0.6724224090576172, -0.25335830450057983, 0.04549780115485191, -0.5301218032836914, -0.7630641460418701, 0.7519034743309021, -0.009222108870744705, 0.6016156673431396, 0.6452521085739136, -0.17360860109329224, 1.1472073793411255, -0.17118385434150696, 0.9474757313728333, 0.4628233015537262, -0.781825065612793, 0.7208045125007629, -0.2996841073036194, 0.39593198895454407, 0.7705870866775513, 0.45918771624565125, -0.5191022157669067, -0.21395942568778992, -1.230057716369629, -1.069048523902893, 0.9996803998947144, 0.42459893226623535, 0.03463020548224449, 0.2002076953649521, 0.32093891501426697, -0.4745408892631531, 0.27675268054008484, -0.8794112801551819, -1.0435301065444946, -0.3365463316440582, 0.03022582270205021, -0.062011830508708954, -0.19350875914096832, -0.1163455992937088, -0.6244851350784302, 0.8316400051116943, 0.25081968307495117, 0.3484015166759491, 0.46234896779060364, 0.27987566590309143, -0.14167505502700806, 0.14211513102054596, 0.6344700455665588, 0.8189139366149902, -0.5890041589736938, -0.02348567359149456, 0.1040896475315094, -0.5667330622673035, 0.19824831187725067, -0.06834034621715546, -0.48908761143684387, 0.05044279247522354, 0.40016627311706543, 0.9984977841377258, 0.1631864309310913, 0.1312762349843979, 0.6439869403839111, 0.21636363863945007, -0.7137803435325623, -0.5220813155174255, -0.01620616763830185, 0.21555688977241516, 0.43463844060897827, 0.4116043746471405, 0.5486108064651489, 0.07696608453989029, -0.589551568031311, 0.2369193434715271, 0.3253513276576996, -0.6994527578353882, -0.06773435324430466, 1.246948003768921, 0.0703515037894249, -0.2871561646461487, 0.6721180081367493, 0.03772890567779541, -0.6573439836502075, 1.0962615013122559, 0.4996165633201599, 0.6768154501914978, -0.2892267405986786, 0.04253285005688667, 1.2490825653076172, 0.3585380017757416, -0.03564649447798729, 0.5866619944572449, 0.05298168212175369, -0.34627264738082886, 0.2062975913286209, -0.7063482403755188, 0.006875617895275354, 0.4214107394218445, -1.0129516124725342, 0.666202962398529, -0.47671180963516235, -0.5585480332374573, -0.13194702565670013, 0.4000394642353058, -1.0074479579925537, 0.5764181017875671, -0.13611195981502533, 1.2653294801712036, -0.9848849177360535, 0.7101568579673767, 0.6585519313812256, -0.7629790902137756, -1.3719184398651123, -0.5421193838119507, 0.019678642973303795, -0.7608571648597717, 0.681321918964386, 0.12210166454315186, 0.2938801944255829, 0.3331465721130371, -0.5166478157043457, -1.1677310466766357, 1.501117467880249, -0.1273459941148758, -0.8085464835166931, 0.23669695854187012, 0.06433241814374924, 0.43573641777038574, -0.06488043069839478, 0.5283234119415283, 0.6638563275337219, 0.6425623893737793, 0.28640487790107727, -0.9270403981208801, 0.00971253588795662, -0.4567979872226715, -0.03160642832517624, 0.38842859864234924, -0.9534032940864563, 1.2221863269805908, -0.4652603268623352, 0.13824930787086487, 0.08583894371986389, 0.7881225943565369, 0.41961175203323364, 0.2588827610015869, 0.4357740879058838, 1.174950361251831, 0.9426844716072083, -0.4029848277568817, 1.2530784606933594, -0.4153221845626831, 0.933824896812439, 1.0037426948547363, 0.2825338542461395, 0.8219217658042908, 0.525560200214386, -0.5615893602371216, 0.438478022813797, 1.0719441175460815, -0.3202148675918579, 0.6250648498535156, 0.0027066960465162992, -0.30668705701828003, -0.2535598874092102, 0.20395396649837494, -0.8078901767730713, 0.16316837072372437, 0.12158001959323883, -0.5270427465438843, -0.1746426373720169, -0.13739332556724548, 0.011788400821387768, -0.1109650582075119, -0.48626285791397095, 0.5380549430847168, -0.22816109657287598, -0.2714269459247589, 0.6358802318572998, 0.004935070406645536, 0.6968432664871216, -0.6895930171012878, 0.0766679123044014, -0.04804043471813202, 0.4466116726398468, -0.7348527312278748, -1.0304263830184937, 0.1808844953775406, -0.23979417979717255, -0.3932880461215973, 0.05281857028603554, 0.44111883640289307, -0.27030330896377563, -0.721634030342102, 0.07938224077224731, 0.15903477370738983, 0.2068127542734146, 0.19585870206356049, -1.0428102016448975, -0.21902652084827423, 0.20959249138832092, -0.7747039794921875, 0.01668398641049862, 0.48834091424942017, 0.030913589522242546, 0.4699978828430176, 0.9161437153816223, 0.11360420286655426, 0.22888880968093872, -0.030941192060709, 1.176225185394287, -0.6764719486236572, -0.7207240462303162, -0.7360692024230957, 0.5237193703651428, -0.27633509039878845, -0.8184736967086792, 0.942406177520752, 1.1165236234664917, 0.6061890721321106, -0.15186385810375214, 0.6512342095375061, -0.35214686393737793, 0.5700423717498779, -0.3678923547267914, 0.748285174369812, -0.9016355276107788, -0.07585068792104721, -0.22144854068756104, -0.9210689663887024, -0.25515374541282654, 0.8631619215011597, -0.5949267745018005, 0.04979518800973892, 0.5535932779312134, 1.0837674140930176, 0.050865866243839264, 0.041548460721969604, 0.09929224848747253, -0.03629335016012192, 0.20502476394176483, 0.5499860644340515, 0.5078105926513672, -0.9860930442810059, 0.5041906833648682, -0.7992445826530457, -0.05172089487314224, -0.14144369959831238, -0.6338987350463867, -0.8157860636711121, -0.5444048643112183, -0.743748128414154, -0.5268052816390991, -0.20819665491580963, 1.0107027292251587, 0.9435237646102905, -0.7627080082893372, -0.29016122221946716, -0.1578691601753235, -0.04164065793156624, -0.28188297152519226, -0.2276497483253479, 1.0576143264770508, -0.020727403461933136, -0.9959513545036316, -0.06503450870513916, 0.08160406351089478, 0.5188970565795898, -0.03825071081519127, -0.22142371535301208, -0.3174405097961426, -0.1431540995836258, 0.36619284749031067, 0.1965256780385971, -0.6512832641601562, -0.21505500376224518, -0.13557887077331543, -0.22328317165374756, 0.4801245927810669, 0.3634234666824341, -0.5448470115661621, 0.46664291620254517, 0.3726239502429962, 0.2662601172924042, 0.9084045886993408, 0.062476810067892075, 0.09545427560806274, -0.5088183879852295, 0.41469353437423706, -0.094016894698143, 0.34445735812187195, 0.11591948568820953, -0.4642539322376251, 0.6655902862548828, 0.546558678150177, -0.760500431060791, -0.7603023648262024, -0.36330103874206543, -1.3327839374542236, 0.047649867832660675, 1.1463326215744019, -0.024687502533197403, -0.6405644416809082, 0.006296252366155386, -0.47307413816452026, 0.1632731407880783, -0.4415411055088043, 0.3478619456291199, 0.6751284003257751, -0.10414522141218185, -0.06000358983874321, -0.8924868702888489, 0.5587242841720581, 0.04697512462735176, -0.7610642313957214, -0.3530089259147644, 0.3262519836425781, 0.5655413269996643, 0.26073381304740906, 0.6525752544403076, -0.26038873195648193, 0.3091464936733246, 0.37963026762008667, 0.25180044770240784, -0.2261105328798294, -0.0720762386918068, -0.11244697868824005, 0.1982608586549759, 0.01900537684559822, -0.6611247658729553 ]
TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF
TheBloke
2023-11-29T22:34:20Z
0
3
null
[ "transformers", "gguf", "mistral", "instruct", "finetune", "chatml", "gpt4", "synthetic data", "distillation", "dpo", "rlhf", "en", "dataset:mlabonne/chatml_dpo_pairs", "base_model:mlabonne/NeuralHermes-2.5-Mistral-7B", "license:apache-2.0", "text-generation-inference", "region:us" ]
2023-11-29T22:34:20Z
2023-11-29T22:30:14.000Z
null
null
--- base_model: mlabonne/NeuralHermes-2.5-Mistral-7B datasets: - mlabonne/chatml_dpo_pairs inference: false language: - en license: apache-2.0 model_creator: Maxime Labonne model_name: NeuralHermes 2.5 Mistral 7B model_type: mistral prompt_template: '<|im_start|>system {system_message}<|im_end|> <|im_start|>user {prompt}<|im_end|> <|im_start|>assistant ' quantized_by: TheBloke tags: - mistral - instruct - finetune - chatml - gpt4 - synthetic data - distillation - dpo - rlhf --- <!-- 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 --> # NeuralHermes 2.5 Mistral 7B - GGUF - Model creator: [Maxime Labonne](https://huggingface.co/mlabonne) - Original model: [NeuralHermes 2.5 Mistral 7B](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B) <!-- description start --> ## Description This repo contains GGUF format model files for [Maxime Labonne's NeuralHermes 2.5 Mistral 7B](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B). These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/). <!-- description end --> <!-- README_GGUF.md-about-gguf start --> ### About GGUF GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp. Here is an incomplete list of clients and libraries that are known to support GGUF: * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option. * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration. * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling. * [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel. * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration. Linux available, in beta as of 27/11/2023. * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection. * [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration. * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server. * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use. * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server. Note, as of time of writing (November 27th 2023), ctransformers has not been updated in a long time and does not support many recent models. <!-- README_GGUF.md-about-gguf end --> <!-- repositories-available start --> ## Repositories available * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ) * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GPTQ) * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF) * [Maxime Labonne's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B) <!-- repositories-available end --> <!-- prompt-template start --> ## Prompt template: ChatML ``` <|im_start|>system {system_message}<|im_end|> <|im_start|>user {prompt}<|im_end|> <|im_start|>assistant ``` <!-- prompt-template end --> <!-- compatibility_gguf start --> ## Compatibility These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwards, as of commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) They are also compatible with many third party UIs and libraries - please see the list at the top of this README. ## Explanation of quantisation methods <details> <summary>Click to see details</summary> The new methods available are: * GGML_TYPE_Q2_K - "type-1" 2-bit quantization in super-blocks containing 16 blocks, each block having 16 weight. Block scales and mins are quantized with 4 bits. This ends up effectively using 2.5625 bits per weight (bpw) * GGML_TYPE_Q3_K - "type-0" 3-bit quantization in super-blocks containing 16 blocks, each block having 16 weights. Scales are quantized with 6 bits. This end up using 3.4375 bpw. * GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw. * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw * GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw Refer to the Provided Files table below to see what files use which methods, and how. </details> <!-- compatibility_gguf end --> <!-- README_GGUF.md-provided-files start --> ## Provided files | Name | Quant method | Bits | Size | Max RAM required | Use case | | ---- | ---- | ---- | ---- | ---- | ----- | | [neuralhermes-2.5-mistral-7b.Q2_K.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q2_K.gguf) | Q2_K | 2 | 3.08 GB| 5.58 GB | smallest, significant quality loss - not recommended for most purposes | | [neuralhermes-2.5-mistral-7b.Q3_K_S.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q3_K_S.gguf) | Q3_K_S | 3 | 3.16 GB| 5.66 GB | very small, high quality loss | | [neuralhermes-2.5-mistral-7b.Q3_K_M.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q3_K_M.gguf) | Q3_K_M | 3 | 3.52 GB| 6.02 GB | very small, high quality loss | | [neuralhermes-2.5-mistral-7b.Q3_K_L.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q3_K_L.gguf) | Q3_K_L | 3 | 3.82 GB| 6.32 GB | small, substantial quality loss | | [neuralhermes-2.5-mistral-7b.Q4_0.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q4_0.gguf) | Q4_0 | 4 | 4.11 GB| 6.61 GB | legacy; small, very high quality loss - prefer using Q3_K_M | | [neuralhermes-2.5-mistral-7b.Q4_K_S.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q4_K_S.gguf) | Q4_K_S | 4 | 4.14 GB| 6.64 GB | small, greater quality loss | | [neuralhermes-2.5-mistral-7b.Q4_K_M.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q4_K_M.gguf) | Q4_K_M | 4 | 4.37 GB| 6.87 GB | medium, balanced quality - recommended | | [neuralhermes-2.5-mistral-7b.Q5_0.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q5_0.gguf) | Q5_0 | 5 | 5.00 GB| 7.50 GB | legacy; medium, balanced quality - prefer using Q4_K_M | | [neuralhermes-2.5-mistral-7b.Q5_K_S.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q5_K_S.gguf) | Q5_K_S | 5 | 5.00 GB| 7.50 GB | large, low quality loss - recommended | | [neuralhermes-2.5-mistral-7b.Q5_K_M.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q5_K_M.gguf) | Q5_K_M | 5 | 5.13 GB| 7.63 GB | large, very low quality loss - recommended | | [neuralhermes-2.5-mistral-7b.Q6_K.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q6_K.gguf) | Q6_K | 6 | 5.94 GB| 8.44 GB | very large, extremely low quality loss | | [neuralhermes-2.5-mistral-7b.Q8_0.gguf](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF/blob/main/neuralhermes-2.5-mistral-7b.Q8_0.gguf) | Q8_0 | 8 | 7.70 GB| 10.20 GB | very large, extremely low quality loss - not recommended | **Note**: the above RAM figures assume no GPU offloading. If layers are offloaded to the GPU, this will reduce RAM usage and use VRAM instead. <!-- README_GGUF.md-provided-files end --> <!-- README_GGUF.md-how-to-download start --> ## How to download GGUF files **Note for manual downloaders:** You almost never want to clone the entire repo! Multiple different quantisation formats are provided, and most users only want to pick and download a single file. The following clients/libraries will automatically download models for you, providing a list of available models to choose from: * LM Studio * LoLLMS Web UI * Faraday.dev ### In `text-generation-webui` Under Download Model, you can enter the model repo: TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF and below it, a specific filename to download, such as: neuralhermes-2.5-mistral-7b.Q4_K_M.gguf. Then click Download. ### On the command line, including multiple files at once I recommend using the `huggingface-hub` Python library: ```shell pip3 install huggingface-hub ``` Then you can download any individual model file to the current directory, at high speed, with a command like this: ```shell huggingface-cli download TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF neuralhermes-2.5-mistral-7b.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False ``` <details> <summary>More advanced huggingface-cli download usage (click to read)</summary> You can also download multiple files at once with a pattern: ```shell huggingface-cli download TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf' ``` 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 HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF neuralhermes-2.5-mistral-7b.Q4_K_M.gguf --local-dir . --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> <!-- README_GGUF.md-how-to-download end --> <!-- README_GGUF.md-how-to-run start --> ## Example `llama.cpp` command Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later. ```shell ./main -ngl 35 -m neuralhermes-2.5-mistral-7b.Q4_K_M.gguf --color -c 32768 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant" ``` Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration. Change `-c 32768` to the desired sequence length. For extended sequence models - eg 8K, 16K, 32K - the necessary RoPE scaling parameters are read from the GGUF file and set by llama.cpp automatically. Note that longer sequence lengths require much more resources, so you may need to reduce this value. If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins` For other parameters and how to use them, please refer to [the llama.cpp documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md) ## How to run in `text-generation-webui` Further instructions can be found in the text-generation-webui documentation, here: [text-generation-webui/docs/04 ‐ Model Tab.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/04%20%E2%80%90%20Model%20Tab.md#llamacpp). ## How to run from Python code You can use GGUF models from Python using the [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) or [ctransformers](https://github.com/marella/ctransformers) libraries. Note that at the time of writing (Nov 27th 2023), ctransformers has not been updated for some time and is not compatible with some recent models. Therefore I recommend you use llama-cpp-python. ### How to load this model in Python code, using llama-cpp-python For full documentation, please see: [llama-cpp-python docs](https://abetlen.github.io/llama-cpp-python/). #### First install the package Run one of the following commands, according to your system: ```shell # Base ctransformers with no GPU acceleration pip install llama-cpp-python # With NVidia CUDA acceleration CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python # Or with OpenBLAS acceleration CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python # Or with CLBLast acceleration CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python # Or with AMD ROCm GPU acceleration (Linux only) CMAKE_ARGS="-DLLAMA_HIPBLAS=on" pip install llama-cpp-python # Or with Metal GPU acceleration for macOS systems only CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python # In windows, to set the variables CMAKE_ARGS in PowerShell, follow this format; eg for NVidia CUDA: $env:CMAKE_ARGS = "-DLLAMA_OPENBLAS=on" pip install llama-cpp-python ``` #### Simple llama-cpp-python example code ```python from llama_cpp import Llama # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system. llm = Llama( model_path="./neuralhermes-2.5-mistral-7b.Q4_K_M.gguf", # Download the model file first n_ctx=32768, # The max sequence length to use - note that longer sequence lengths require much more resources n_threads=8, # The number of CPU threads to use, tailor to your system and the resulting performance n_gpu_layers=35 # The number of layers to offload to GPU, if you have GPU acceleration available ) # Simple inference example output = llm( "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant", # Prompt max_tokens=512, # Generate up to 512 tokens stop=["</s>"], # Example stop token - not necessarily correct for this specific model! Please check before using. echo=True # Whether to echo the prompt ) # Chat Completion API llm = Llama(model_path="./neuralhermes-2.5-mistral-7b.Q4_K_M.gguf", chat_format="llama-2") # Set chat_format according to the model you are using llm.create_chat_completion( messages = [ {"role": "system", "content": "You are a story writing assistant."}, { "role": "user", "content": "Write a story about llamas." } ] ) ``` ## How to use with LangChain Here are guides on using llama-cpp-python and ctransformers with LangChain: * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp) * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers) <!-- README_GGUF.md-how-to-run 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 start --> # Original model card: Maxime Labonne's NeuralHermes 2.5 Mistral 7B <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 <!-- original-model-card end -->
null
transformers
null
null
null
null
null
null
null
null
null
null
TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF
[ -0.63868248462677, -0.7706748843193054, 0.3704647719860077, 0.4118185043334961, -0.314496248960495, -0.2480953186750412, -0.17398151755332947, -0.6107398867607117, 0.4865516722202301, 0.10871926695108414, -0.7204769849777222, -0.6226090788841248, -0.47672566771507263, -0.01893516071140766, -0.12726247310638428, 1.03676176071167, 0.15053988993167877, -0.02860931120812893, -0.08692452311515808, -0.1781410425901413, -0.194981187582016, -0.40643712878227234, -0.8378502726554871, -0.5361591577529907, 0.5839965343475342, 0.1003190129995346, 0.7130576968193054, 0.43227043747901917, 0.36843734979629517, 0.35712963342666626, -0.3637430965900421, 0.015544283203780651, -0.28028997778892517, -0.24087275564670563, 0.13573692739009857, -0.20627497136592865, -0.8722376227378845, -0.01278308779001236, 0.4331651031970978, 0.13457748293876648, -0.3692956864833832, 0.2760462462902069, 0.12586760520935059, 0.7339538931846619, -0.3905905485153198, 0.09181565046310425, -0.1697567254304886, 0.191140815615654, -0.05004570260643959, -0.022608943283557892, -0.05900394544005394, -0.3465805947780609, 0.03862248361110687, -0.9592909812927246, 0.06204059720039368, -0.06450413912534714, 1.1130703687667847, 0.13680075109004974, -0.2852160334587097, 0.07414059340953827, -0.272118479013443, 0.8110660910606384, -1.0651381015777588, 0.203201025724411, 0.3407634198665619, 0.36747410893440247, -0.21293066442012787, -1.0201499462127686, -0.4955426752567291, 0.01106699462980032, -0.09964811056852341, 0.32207030057907104, -0.6246678233146667, 0.3216244578361511, 0.3378731608390808, 0.6407716274261475, -0.7889880537986755, -0.024188540875911713, -0.30637452006340027, -0.20653340220451355, 0.6254968643188477, 0.11209393292665482, 0.5203651189804077, -0.28316977620124817, -0.3137815296649933, -0.18406662344932556, -0.6047389507293701, -0.11143963783979416, 0.42645010352134705, -0.25087323784828186, -0.754006028175354, 0.3576751947402954, -0.14118202030658722, 0.6711567640304565, 0.12654328346252441, -0.3026816248893738, 0.1801479309797287, -0.4129248559474945, -0.5014370679855347, -0.3201848864555359, 1.1474508047103882, 0.5063196420669556, -0.022016968578100204, 0.14456474781036377, 0.16290856897830963, -0.022068357095122337, -0.06323952972888947, -1.0034352540969849, -0.47285547852516174, 0.47301897406578064, -0.7405633926391602, -0.31986233592033386, -0.25850698351860046, -0.8819525837898254, -0.23579926788806915, -0.09088863432407379, 0.46060043573379517, -0.6334891319274902, -0.35222679376602173, 0.1399156004190445, -0.3863697946071625, 0.26561546325683594, 0.5245847105979919, -0.8830236792564392, 0.3258460462093353, 0.3921439051628113, 0.8878861665725708, 0.06560856848955154, -0.07748838514089584, -0.047743406146764755, -0.10769860446453094, -0.2624361515045166, 0.4659317135810852, -0.1105678454041481, -0.3828696608543396, -0.38251250982284546, 0.09942080825567245, 0.1016835868358612, -0.388104110956192, 0.5492852926254272, -0.12539075314998627, 0.4765200912952423, -0.3487463593482971, -0.4436757266521454, -0.4476764500141144, 0.07175809890031815, -0.5389835238456726, 0.9667614698410034, 0.21933089196681976, -0.9043924808502197, 0.04347888380289078, -0.7058168053627014, -0.036462944000959396, -0.06354673206806183, -0.06162466108798981, -0.4031723737716675, 0.021801654249429703, 0.20387773215770721, 0.3829078674316406, -0.4650822579860687, 0.09988952428102493, -0.31224924325942993, -0.3550782799720764, 0.19574615359306335, -0.5099083185195923, 1.1960012912750244, 0.3075452148914337, -0.5556821823120117, 0.1796230673789978, -0.8735665678977966, 0.10516976565122604, 0.4011192321777344, -0.2682749927043915, 0.08489883691072464, -0.08884637802839279, 0.0018477378180250525, 0.17319053411483765, 0.2887668013572693, -0.406832218170166, 0.19953680038452148, -0.11315637826919556, 0.7720136046409607, 0.700767993927002, 0.08284002542495728, 0.26051706075668335, -0.4111953675746918, 0.4946901202201843, 0.05764949321746826, 0.60886549949646, -0.027743425220251083, -0.8221099376678467, -0.7534744739532471, -0.5039099454879761, 0.18419693410396576, 0.5976116061210632, -0.6889051198959351, 0.6087927222251892, 0.011181599460542202, -0.7677450180053711, -0.5627087950706482, 0.03795924410223961, 0.45335716009140015, 0.394874632358551, 0.554671049118042, -0.23439687490463257, -0.4926460087299347, -0.9397578239440918, 0.15720777213573456, -0.28435850143432617, -0.12189947068691254, 0.5702149868011475, 0.3533408045768738, -0.22559557855129242, 0.47637656331062317, -0.6650345921516418, -0.3116646707057953, 0.1388729065656662, -0.014306078664958477, 0.1742049753665924, 0.6460062265396118, 0.9104325175285339, -0.5032399892807007, -0.3361251652240753, 0.08932309597730637, -0.8396362066268921, 0.03391338884830475, 0.02473258227109909, -0.19510482251644135, 0.34994399547576904, 0.3148172199726105, -0.8085646033287048, 0.5075432062149048, 0.8463670015335083, -0.4470079839229584, 0.6554026007652283, -0.3735136091709137, 0.2095552235841751, -1.2056286334991455, 0.20512272417545319, 0.23669327795505524, -0.25277164578437805, -0.4865656793117523, 0.09944820404052734, -0.031620606780052185, 0.1662013828754425, -0.5267272591590881, 0.6396788358688354, -0.5105471611022949, 0.16695740818977356, 0.03193969279527664, -0.05051261559128761, 0.04972153902053833, 0.7835010886192322, -0.14104099571704865, 0.7525660395622253, 0.7481663823127747, -0.3665124475955963, 0.5581188201904297, 0.26446962356567383, 0.0009836473036557436, 0.51810222864151, -1.0171746015548706, 0.18273033201694489, 0.04793477803468704, 0.377619206905365, -1.045665979385376, -0.17765870690345764, 0.6963703036308289, -0.8372541666030884, 0.35751086473464966, -0.25073644518852234, -0.3137427866458893, -0.39833715558052063, -0.5545841455459595, 0.3359917998313904, 0.8291696310043335, -0.6332043409347534, 0.46873897314071655, 0.34513697028160095, 0.004713870584964752, -0.6256272792816162, -0.8449661135673523, 0.19846151769161224, -0.3167251646518707, -0.6111428737640381, 0.47178584337234497, -0.22613517940044403, -0.005778396502137184, 0.1624039113521576, 0.0020508067682385445, 0.030289942398667336, 0.002509308746084571, 0.36321356892585754, 0.23906615376472473, -0.311196893453598, -0.3661954700946808, 0.0967375636100769, -0.09111449122428894, 0.061425115913152695, -0.4404817223548889, 0.4214421808719635, -0.3381550908088684, -0.1418577879667282, -0.61850905418396, 0.24828964471817017, 0.4468007981777191, 0.044820498675107956, 0.5840699076652527, 0.9180365800857544, -0.5084318518638611, 0.04121759161353111, -0.531021237373352, -0.151474729180336, -0.5645443797111511, 0.040676288306713104, -0.11016238480806351, -0.9594456553459167, 0.682842493057251, 0.300861656665802, 0.00665360689163208, 0.6467852592468262, 0.38366028666496277, -0.07443592697381973, 1.0780580043792725, 0.46890008449554443, -0.026319967582821846, 0.5554683804512024, -0.5755991339683533, 0.018330836668610573, -0.7987037897109985, -0.3156810402870178, -0.2906489670276642, -0.5033270716667175, -0.6512400507926941, -0.44882968068122864, 0.2975722551345825, 0.27142277359962463, -0.21889503300189972, 0.44267410039901733, -0.8566842675209045, 0.29640477895736694, 0.5840405225753784, 0.2631436884403229, 0.030688680708408356, 0.1333320289850235, -0.20387345552444458, -0.15782468020915985, -0.6432297825813293, -0.28643476963043213, 0.9407175183296204, 0.42296335101127625, 0.6498767137527466, 0.24917222559452057, 0.49478477239608765, 0.09345166385173798, 0.1978423148393631, -0.5950385332107544, 0.7976253628730774, -0.048527296632528305, -0.6474466919898987, -0.16251829266548157, -0.5488891005516052, -0.8714607357978821, 0.1345091164112091, -0.2835513651371002, -0.8805927634239197, 0.36420971155166626, 0.1091243326663971, -0.41915538907051086, 0.5419865250587463, -0.6969823241233826, 0.8604175448417664, 0.039633724838495255, -0.35775184631347656, -0.17979909479618073, -0.652868926525116, 0.5325251817703247, 0.2938702702522278, -0.17228026688098907, -0.11254004389047623, -0.18257322907447815, 0.8139823079109192, -0.571718692779541, 0.7292260527610779, -0.22039847075939178, -0.15403640270233154, 0.5990149974822998, -0.15375009179115295, 0.19577443599700928, 0.24252267181873322, 0.2389971911907196, 0.5597265958786011, 0.16426023840904236, -0.392184853553772, -0.4693448841571808, 0.838633120059967, -0.8370845913887024, -0.4960436522960663, -0.5576786398887634, -0.3567109704017639, 0.16940665245056152, 0.04314595088362694, 0.5296437740325928, 0.47189462184906006, -0.0768161416053772, 0.18861740827560425, 0.6562111973762512, -0.4485388398170471, 0.6287517547607422, 0.1645655483007431, -0.24408504366874695, -1.0190577507019043, 1.0049264430999756, -0.04023130238056183, 0.14732973277568817, 0.15083704888820648, 0.06532572954893112, -0.2075158655643463, -0.5410767197608948, -0.6019378304481506, 0.33765915036201477, -0.4220650792121887, -0.46884885430336, -0.5814809799194336, -0.4173584282398224, -0.35749292373657227, -0.01791028119623661, -0.19324591755867004, -0.5895774364471436, -0.6414044499397278, 0.03222380205988884, 0.8175100088119507, 0.4962206184864044, -0.43189871311187744, 0.322407603263855, -0.7741978168487549, 0.4153529107570648, 0.4292498826980591, 0.4053834080696106, 0.14474226534366608, -0.4912600815296173, -0.08409126102924347, 0.0766896903514862, -0.5642878413200378, -0.8725460767745972, 0.4724259674549103, 0.10874563455581665, 0.5080356597900391, 0.5502194166183472, -0.32158589363098145, 0.8643912076950073, -0.3399962782859802, 1.0542534589767456, 0.5589356422424316, -0.8783124685287476, 0.484677255153656, -0.5335063934326172, 0.17876054346561432, 0.24547438323497772, 0.4477854371070862, -0.5088843107223511, -0.11298558861017227, -0.8131442070007324, -0.7746375799179077, 0.6494448781013489, 0.3759995400905609, -0.02429535612463951, 0.013019977137446404, 0.4356563687324524, -0.1013578549027443, 0.04209889471530914, -0.5856258869171143, -0.7666756510734558, -0.3116237223148346, -0.1931789517402649, -0.10352998226881027, -0.271127313375473, -0.23067712783813477, -0.6915028095245361, 0.7471157908439636, -0.26241981983184814, 0.8400276303291321, 0.41501331329345703, 0.20480524003505707, -0.05203793942928314, 0.06127556413412094, 0.7913808226585388, 0.5037959814071655, -0.26853588223457336, 0.025322426110506058, 0.19358159601688385, -0.8135308623313904, 0.13795451819896698, 0.38949182629585266, -0.2493363916873932, 0.03661780059337616, 0.08021212369203568, 0.9183109402656555, 0.11932201683521271, -0.2901025712490082, 0.3675827980041504, -0.356546014547348, -0.5029286742210388, -0.18951673805713654, 0.22178171575069427, 0.5203889608383179, 0.31605806946754456, 0.32126668095588684, 0.07572175562381744, 0.24847400188446045, -0.3312157094478607, 0.13316336274147034, 0.4503440260887146, -0.40762707591056824, -0.4642624258995056, 0.8868095874786377, 0.008424791507422924, -0.12169986218214035, 0.33846622705459595, -0.40788835287094116, -0.3399991989135742, 0.6826826333999634, 0.4938470721244812, 0.943591296672821, -0.16942253708839417, 0.35196852684020996, 0.58610600233078, 0.21678726375102997, -0.03957207500934601, 0.5506526827812195, 0.00940591562539339, -0.2879454493522644, -0.3945062458515167, -0.5302647948265076, -0.4157032072544098, 0.3558034896850586, -0.5040024518966675, 0.17301757633686066, -0.7765864729881287, -0.5107537508010864, -0.00721882376819849, 0.24265019595623016, -0.4479376971721649, 0.21744590997695923, 0.2365981936454773, 1.0190318822860718, -0.5557659268379211, 0.7822597622871399, 0.7564594745635986, -0.31970706582069397, -0.7524614930152893, -0.33928704261779785, 0.1961248517036438, -0.6620189547538757, 0.09499730914831161, -0.10863259434700012, 0.14224651455879211, 0.19014760851860046, -0.8437648415565491, -0.7517618536949158, 1.4630839824676514, 0.5036967396736145, -0.3017774522304535, 0.05969240888953209, -0.16630838811397552, 0.45746561884880066, -0.029511380940675735, 0.4701994061470032, 0.4764460623264313, 0.4428866505622864, 0.10612351447343826, -0.8552769422531128, 0.33819466829299927, -0.563526451587677, 0.009759827516973019, 0.15326230227947235, -0.9594021439552307, 0.8709068298339844, -0.15842558443546295, -0.2155037671327591, 0.31424984335899353, 0.8110798001289368, 0.5734062790870667, 0.17336708307266235, 0.24586088955402374, 0.9149742722511292, 0.6758438348770142, -0.41495126485824585, 0.9720531702041626, -0.35183125734329224, 0.31615522503852844, 0.5932400226593018, 0.3188048005104065, 0.6312189102172852, 0.40558505058288574, -0.4128482937812805, 0.5482282638549805, 0.8133146166801453, -0.12697313725948334, 0.32372745871543884, 0.2717331051826477, -0.30431991815567017, -0.030947180464863777, -0.048335522413253784, -0.72403883934021, 0.0202028788626194, 0.39998894929885864, -0.13312068581581116, -0.10402722656726837, -0.19245244562625885, 0.19032610952854156, -0.41997626423835754, -0.18922100961208344, 0.565514862537384, 0.3968331515789032, -0.37436211109161377, 0.9184025526046753, 0.04073760658502579, 1.0657951831817627, -0.6689443588256836, -0.19078969955444336, -0.41421276330947876, 0.19154681265354156, -0.3223619759082794, -0.7517898678779602, -0.0048643359914422035, -0.09940648823976517, -0.0008727007079869509, -0.07488059997558594, 0.8375688195228577, -0.2110884040594101, -0.3093219995498657, 0.5033982396125793, 0.24551169574260712, 0.18606235086917877, -0.024826347827911377, -0.9695323705673218, 0.2528983950614929, -0.0333123616874218, -0.524459183216095, 0.44724777340888977, 0.40474939346313477, 0.3122504949569702, 0.635053277015686, 0.5890756249427795, 0.06935927271842957, 0.11998210847377777, -0.19897644221782684, 0.8159363269805908, -0.7433364987373352, -0.30028101801872253, -0.7702939510345459, 0.5180443525314331, -0.1312713623046875, -0.609744131565094, 0.8101564049720764, 0.412563681602478, 0.5862841606140137, -0.07804827392101288, 0.5818226933479309, -0.16545797884464264, -0.09916093945503235, -0.4333347678184509, 0.8819480538368225, -0.859938383102417, -0.05108056962490082, -0.47553378343582153, -0.8570029735565186, -0.3498789370059967, 0.6726492643356323, 0.1573619842529297, 0.21780356764793396, 0.5202531218528748, 0.7843136191368103, -0.018198581412434578, 0.12284646183252335, 0.22136715054512024, 0.176759734749794, 0.2907663583755493, 1.0524580478668213, 0.6475155353546143, -0.8798328042030334, 0.5491393804550171, -0.41080111265182495, -0.18136057257652283, -0.2546984851360321, -0.9836068749427795, -0.8688514828681946, -0.541496992111206, -0.6405903697013855, -0.5615537166595459, -0.03276931121945381, 0.7717150449752808, 0.8413684368133545, -0.7343786358833313, -0.205021932721138, -0.060316961258649826, 0.06847355514764786, -0.3376213014125824, -0.23653161525726318, 0.3690626621246338, 0.20459452271461487, -0.6292250156402588, 0.2577366828918457, 0.3075557053089142, 0.515388548374176, -0.18800877034664154, -0.4969369173049927, -0.21443238854408264, 0.11730849742889404, 0.5571568608283997, 0.6208904981613159, -0.6210913062095642, -0.1772298514842987, 0.17364990711212158, -0.20498234033584595, 0.11231326311826706, 0.2699529230594635, -0.5840458869934082, -0.1386183202266693, 0.6785678863525391, 0.2520812749862671, 0.49777939915657043, -0.15969276428222656, 0.1945270448923111, -0.47361311316490173, 0.15366120636463165, -0.012436619959771633, 0.4430263936519623, 0.2285035103559494, -0.277619868516922, 0.6062490940093994, 0.44784921407699585, -0.6579794883728027, -0.720262348651886, -0.18501782417297363, -1.2929109334945679, -0.22551825642585754, 1.143369436264038, -0.10000287741422653, -0.44469496607780457, 0.34860455989837646, -0.4947751462459564, 0.26340433955192566, -0.34808820486068726, 0.4608781039714813, 0.6313155889511108, -0.08612444251775742, -0.24736148118972778, -0.6360788345336914, 0.6405858397483826, 0.41546279191970825, -0.8577609062194824, -0.18569234013557434, 0.6295263171195984, 0.3224638104438782, 0.30557969212532043, 0.8658917546272278, -0.3651873767375946, 0.37305977940559387, 0.07732351124286652, 0.33612051606178284, -0.116966113448143, -0.1833534985780716, -0.5844398736953735, -0.05143500119447708, -0.246479332447052, -0.34216222167015076 ]
TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ
TheBloke
2023-11-29T22:47:52Z
0
1
null
[ "transformers", "safetensors", "mistral", "text-generation", "instruct", "finetune", "chatml", "gpt4", "synthetic data", "distillation", "dpo", "rlhf", "en", "dataset:mlabonne/chatml_dpo_pairs", "base_model:mlabonne/NeuralHermes-2.5-Mistral-7B", "license:apache-2.0", "autotrain_compatible", "text-generation-inference", "4-bit", "region:us" ]
2023-11-29T22:47:52Z
2023-11-29T22:30:14.000Z
null
null
--- base_model: mlabonne/NeuralHermes-2.5-Mistral-7B datasets: - mlabonne/chatml_dpo_pairs inference: false language: - en license: apache-2.0 model_creator: Maxime Labonne model_name: NeuralHermes 2.5 Mistral 7B model_type: mistral prompt_template: '<|im_start|>system {system_message}<|im_end|> <|im_start|>user {prompt}<|im_end|> <|im_start|>assistant ' quantized_by: TheBloke tags: - mistral - instruct - finetune - chatml - gpt4 - synthetic data - distillation - dpo - rlhf --- <!-- 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 --> # NeuralHermes 2.5 Mistral 7B - AWQ - Model creator: [Maxime Labonne](https://huggingface.co/mlabonne) - Original model: [NeuralHermes 2.5 Mistral 7B](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B) <!-- description start --> ## Description This repo contains AWQ model files for [Maxime Labonne's NeuralHermes 2.5 Mistral 7B](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B). These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/). ### About AWQ AWQ is an efficient, accurate and blazing-fast low-bit weight quantization method, currently supporting 4-bit quantization. Compared to GPTQ, it offers faster Transformers-based inference with equivalent or better quality compared to the most commonly used GPTQ settings. It is supported by: - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later, from any code or client that supports Transformers - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code <!-- description end --> <!-- repositories-available start --> ## Repositories available * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ) * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GPTQ) * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-GGUF) * [Maxime Labonne's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B) <!-- repositories-available end --> <!-- prompt-template start --> ## Prompt template: ChatML ``` <|im_start|>system {system_message}<|im_end|> <|im_start|>user {prompt}<|im_end|> <|im_start|>assistant ``` <!-- prompt-template end --> <!-- README_AWQ.md-provided-files start --> ## Provided files, and AWQ parameters I currently release 128g GEMM models only. The addition of group_size 32 models, and GEMV kernel models, is being actively considered. Models are released as sharded safetensors files. | Branch | Bits | GS | AWQ Dataset | Seq Len | Size | | ------ | ---- | -- | ----------- | ------- | ---- | | [main](https://huggingface.co/TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ/tree/main) | 4 | 128 | [VMware Open Instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer/) | 4096 | 4.15 GB <!-- README_AWQ.md-provided-files end --> <!-- README_AWQ.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/NeuralHermes-2.5-Mistral-7B-AWQ`. 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: `NeuralHermes-2.5-Mistral-7B-AWQ` 7. Select **Loader: AutoAWQ**. 8. Click Load, and the model will load and is now ready for use. 9. 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. 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started! <!-- README_AWQ.md-text-generation-webui end --> <!-- README_AWQ.md-use-from-vllm start --> ## Multi-user inference server: vLLM Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/). - Please ensure you are using vLLM version 0.2 or later. - When using vLLM as a server, pass the `--quantization awq` parameter. For example: ```shell python3 -m vllm.entrypoints.api_server --model TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ --quantization awq --dtype auto ``` - When using vLLM from Python code, again set `quantization=awq`. For example: ```python from vllm import LLM, SamplingParams prompts = [ "Tell me about AI", "Write a story about llamas", "What is 291 - 150?", "How much wood would a woodchuck chuck if a woodchuck could chuck wood?", ] prompt_template=f'''<|im_start|>system {system_message}<|im_end|> <|im_start|>user {prompt}<|im_end|> <|im_start|>assistant ''' prompts = [prompt_template.format(prompt=prompt) for prompt in prompts] sampling_params = SamplingParams(temperature=0.8, top_p=0.95) llm = LLM(model="TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ", quantization="awq", dtype="auto") outputs = llm.generate(prompts, sampling_params) # Print the outputs. for output in outputs: prompt = output.prompt generated_text = output.outputs[0].text print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}") ``` <!-- README_AWQ.md-use-from-vllm start --> <!-- README_AWQ.md-use-from-tgi start --> ## Multi-user inference server: Hugging Face Text Generation Inference (TGI) 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/NeuralHermes-2.5-Mistral-7B-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096 ``` Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/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'''<|im_start|>system {system_message}<|im_end|> <|im_start|>user {prompt}<|im_end|> <|im_start|>assistant ''' 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_AWQ.md-use-from-tgi end --> <!-- README_AWQ.md-use-from-python start --> ## Inference from Python code using Transformers ### Install the necessary packages - Requires: [Transformers](https://huggingface.co/docs/transformers) 4.35.0 or later. - Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.6 or later. ```shell pip3 install --upgrade "autoawq>=0.1.6" "transformers>=4.35.0" ``` Note that if you are using PyTorch 2.0.1, the above AutoAWQ command will automatically upgrade you to PyTorch 2.1.0. If you are using CUDA 11.8 and wish to continue using PyTorch 2.0.1, instead run this command: ```shell pip3 install https://github.com/casper-hansen/AutoAWQ/releases/download/v0.1.6/autoawq-0.1.6+cu118-cp310-cp310-linux_x86_64.whl ``` If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead: ```shell pip3 uninstall -y autoawq git clone https://github.com/casper-hansen/AutoAWQ cd AutoAWQ pip3 install . ``` ### Transformers example code (requires Transformers 4.35.0 and later) ```python from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer model_name_or_path = "TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ" tokenizer = AutoTokenizer.from_pretrained(model_name_or_path) model = AutoModelForCausalLM.from_pretrained( model_name_or_path, low_cpu_mem_usage=True, device_map="cuda:0" ) # Using the text streamer to stream output one token at a time streamer = TextStreamer(tokenizer, skip_prompt=True, skip_special_tokens=True) prompt = "Tell me about AI" prompt_template=f'''<|im_start|>system {system_message}<|im_end|> <|im_start|>user {prompt}<|im_end|> <|im_start|>assistant ''' # Convert prompt to tokens tokens = tokenizer( prompt_template, return_tensors='pt' ).input_ids.cuda() generation_params = { "do_sample": True, "temperature": 0.7, "top_p": 0.95, "top_k": 40, "max_new_tokens": 512, "repetition_penalty": 1.1 } # Generate streamed output, visible one token at a time generation_output = model.generate( tokens, streamer=streamer, **generation_params ) # Generation without a streamer, which will include the prompt in the output generation_output = model.generate( tokens, **generation_params ) # Get the tokens from the output, decode them, print them token_output = generation_output[0] text_output = tokenizer.decode(token_output) print("model.generate output: ", text_output) # Inference is also possible via Transformers' pipeline from transformers import pipeline pipe = pipeline( "text-generation", model=model, tokenizer=tokenizer, **generation_params ) pipe_output = pipe(prompt_template)[0]['generated_text'] print("pipeline output: ", pipe_output) ``` <!-- README_AWQ.md-use-from-python end --> <!-- README_AWQ.md-compatibility start --> ## Compatibility The files provided are tested to work with: - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`. - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later. - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later. - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later. - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later. <!-- README_AWQ.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: Maxime Labonne's NeuralHermes 2.5 Mistral 7B <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
TheBloke/NeuralHermes-2.5-Mistral-7B-AWQ
[ -0.5095503330230713, -0.8310425877571106, 0.334637314081192, 0.1373513787984848, -0.128217875957489, -0.2591671645641327, -0.0713072344660759, -0.4782423973083496, 0.0698537603020668, 0.3692132532596588, -0.6764132976531982, -0.5768198370933533, -0.3432169258594513, -0.04393446817994118, -0.24848143756389618, 0.8824447393417358, 0.20257769525051117, -0.21375706791877747, -0.2812439203262329, -0.14056000113487244, -0.08437862992286682, -0.4097174406051636, -0.7895826697349548, -0.39196327328681946, 0.32118624448776245, 0.14510884881019592, 0.5239273905754089, 0.6059523224830627, 0.20787201821804047, 0.434578537940979, -0.15191763639450073, 0.04016333073377609, -0.2534661889076233, 0.04540051892399788, 0.052504681050777435, -0.23798727989196777, -0.61435467004776, 0.05992832034826279, 0.4925588071346283, 0.21109171211719513, -0.3260113298892975, 0.1785072237253189, 0.10353606939315796, 0.5279526114463806, -0.44781485199928284, 0.08084522187709808, -0.36240994930267334, 0.02821258455514908, -0.041062455624341965, 0.11878876388072968, -0.27208003401756287, -0.1969704031944275, 0.1805860996246338, -0.8245585560798645, 0.1380351036787033, 0.0457608662545681, 1.2227076292037964, 0.21577036380767822, -0.43712136149406433, 0.09229277819395065, -0.39056652784347534, 1.02924644947052, -1.1642041206359863, 0.29995444416999817, 0.3697555959224701, 0.28044453263282776, -0.13087287545204163, -1.0178461074829102, -0.6357598900794983, -0.19763192534446716, -0.04996276646852493, 0.2920161783695221, -0.6501554250717163, 0.08524677157402039, 0.27190956473350525, 0.4020977020263672, -0.7046938538551331, 0.038066327571868896, -0.32769906520843506, -0.221835657954216, 0.6081978678703308, 0.27222806215286255, 0.40384840965270996, -0.30275434255599976, -0.36438602209091187, -0.3673078715801239, -0.40353530645370483, 0.09210198372602463, 0.18090790510177612, 0.11321806907653809, -0.6000411510467529, 0.4280362129211426, -0.22704146802425385, 0.6343823671340942, 0.2260351926088333, -0.02308443747460842, 0.2573051154613495, -0.3646281063556671, -0.5101064443588257, -0.3834232985973358, 1.3496817350387573, 0.35117095708847046, -0.12811098992824554, 0.19503095746040344, -0.03780406713485718, -0.11485609412193298, 0.14245693385601044, -1.0005383491516113, -0.30290549993515015, 0.6189393997192383, -0.5481337904930115, -0.5246793031692505, -0.2253277748823166, -0.773230254650116, -0.15805110335350037, -0.0017712515546008945, 0.569881796836853, -0.5640040636062622, -0.3053092956542969, 0.02389451675117016, -0.4616101086139679, 0.38714224100112915, 0.33642712235450745, -0.7785608172416687, 0.3776443898677826, 0.25790661573410034, 0.6644390225410461, 0.08233842253684998, -0.24805796146392822, -0.2959422767162323, -0.033861659467220306, -0.036905139684677124, 0.5303701162338257, -0.10646315664052963, -0.37293827533721924, -0.23654209077358246, 0.13156011700630188, 0.060397423803806305, -0.37576210498809814, 0.3810535669326782, -0.19662761688232422, 0.6162381172180176, -0.35385262966156006, -0.5214251279830933, -0.30740559101104736, 0.1733880192041397, -0.5350937247276306, 1.0670008659362793, 0.31266048550605774, -0.8828306794166565, 0.025299737229943275, -0.66786789894104, -0.2447679489850998, -0.008920200169086456, -0.08729536086320877, -0.5715215802192688, -0.09880541265010834, 0.3009015917778015, 0.37914788722991943, -0.39694440364837646, 0.006879132241010666, -0.3259216845035553, -0.12907671928405762, 0.3013083040714264, -0.3870411515235901, 1.2872155904769897, 0.19961395859718323, -0.6189250349998474, 0.15916462242603302, -0.8202531337738037, 0.1916610449552536, 0.43179160356521606, -0.2635726034641266, 0.06544047594070435, -0.12716813385486603, 0.10365092754364014, 0.18023920059204102, 0.27571630477905273, -0.4544031023979187, 0.15216638147830963, -0.32752832770347595, 0.8018617630004883, 0.6776171922683716, 0.04791813716292381, 0.4615739583969116, -0.5527065992355347, 0.4381906986236572, 0.2526313364505768, 0.4079863429069519, -0.013419575989246368, -0.638603925704956, -0.9115064740180969, -0.29783251881599426, 0.290193110704422, 0.6333544850349426, -0.8055615425109863, 0.5621617436408997, 0.08257081359624863, -0.7057134509086609, -0.5548864603042603, -0.2089705616235733, 0.3631165325641632, 0.5936322808265686, 0.5423132181167603, -0.0921727642416954, -0.4873522222042084, -0.925772488117218, -0.004889007192105055, -0.3456435203552246, -0.18121062219142914, 0.515704333782196, 0.5530174374580383, -0.35667699575424194, 0.6962266564369202, -0.5504288673400879, -0.20904281735420227, -0.04384462535381317, 0.13462229073047638, 0.13645818829536438, 0.6752485632896423, 0.7059118747711182, -0.49294862151145935, -0.30414775013923645, -0.10339666903018951, -0.7872995138168335, -0.1196272075176239, 0.002660615835338831, -0.3210647404193878, 0.364094614982605, 0.29167622327804565, -0.8569488525390625, 0.4808007776737213, 0.5974580645561218, -0.48984798789024353, 0.7385977506637573, -0.25021201372146606, 0.15991316735744476, -1.307774305343628, 0.1744295209646225, 0.26997870206832886, -0.32122236490249634, -0.5335472822189331, 0.1914922595024109, -0.04542509466409683, 0.05906704440712929, -0.5127595663070679, 0.7299412488937378, -0.4833861291408539, 0.2803102731704712, -0.06941886246204376, -0.021611498668789864, 0.3380507230758667, 0.5877019166946411, -0.1577925682067871, 0.623701274394989, 0.630551278591156, -0.6684155464172363, 0.40517330169677734, 0.3336305320262909, 0.011855126358568668, 0.29639703035354614, -0.9861419796943665, 0.12771421670913696, 0.12210199981927872, 0.26925674080848694, -0.9316259026527405, -0.21253523230552673, 0.5231596827507019, -0.6931789517402649, 0.29296642541885376, -0.15806598961353302, -0.2952931821346283, -0.3638441562652588, -0.38335350155830383, 0.2283819317817688, 0.9762493371963501, -0.47802335023880005, 0.6927608847618103, 0.4436819851398468, 0.06781841069459915, -0.6355783343315125, -0.8651513457298279, -0.059181664139032364, -0.2574980556964874, -0.6612279415130615, 0.43806779384613037, -0.16911588609218597, -0.23746922612190247, 0.09057995676994324, 0.1625490039587021, -0.1212863028049469, 0.027482764795422554, 0.24071331322193146, 0.2183550000190735, -0.2060384601354599, -0.21572339534759521, 0.22915691137313843, -0.015498962253332138, 0.09729205071926117, -0.40199393033981323, 0.48702824115753174, -0.23441767692565918, 0.018910173326730728, -0.6473085880279541, 0.27746015787124634, 0.49740496277809143, -0.20474520325660706, 0.8035301566123962, 0.8768572211265564, -0.43814441561698914, -0.2538553476333618, -0.4515308141708374, -0.38925227522850037, -0.5562248229980469, 0.1391398161649704, -0.10079944133758545, -0.7739205956459045, 0.5810081958770752, 0.2869909703731537, 0.2368490844964981, 0.7252600789070129, 0.4855273962020874, -0.23459066450595856, 0.9940148591995239, 0.5119007229804993, 0.1066533699631691, 0.47970351576805115, -0.5301448702812195, -0.13931813836097717, -0.7581923604011536, -0.14388589560985565, -0.4890703856945038, -0.1873958557844162, -0.6079210042953491, -0.44427889585494995, 0.31379103660583496, 0.057781610637903214, -0.5228617787361145, 0.36602532863616943, -0.7644907236099243, 0.05471913143992424, 0.7635439038276672, 0.23946888744831085, 0.08393898606300354, 0.07421994209289551, -0.3377609848976135, -0.042925965040922165, -0.6947422623634338, -0.3538892865180969, 0.8692777752876282, 0.33312442898750305, 0.5231613516807556, 0.09674026817083359, 0.6318466067314148, 0.07181840389966965, 0.19013909995555878, -0.5608869791030884, 0.6957348585128784, -0.021807726472616196, -0.5698437690734863, -0.2911378741264343, -0.6499947309494019, -0.8918229937553406, 0.18491807579994202, -0.26853978633880615, -0.8434371948242188, 0.3463394045829773, 0.1883953958749771, -0.4359078109264374, 0.3850443959236145, -0.5865951180458069, 0.8366521000862122, 0.06872055679559708, -0.37699276208877563, 0.059362780302762985, -0.6049314737319946, 0.34551316499710083, 0.28341713547706604, 0.044441740959882736, -0.14363883435726166, -0.1686192750930786, 0.7523698806762695, -0.7484825253486633, 0.8845369815826416, -0.22727087140083313, -0.033030711114406586, 0.5589390993118286, -0.11474207043647766, 0.31959256529808044, 0.042326122522354126, -0.11184794455766678, 0.39912891387939453, 0.1313031017780304, -0.41721463203430176, -0.33724501729011536, 0.6563652157783508, -0.972192645072937, -0.5678213238716125, -0.46788763999938965, -0.4541292190551758, 0.1186247244477272, 0.19797967374324799, 0.6117687821388245, 0.430364727973938, -0.14859220385551453, 0.12642084062099457, 0.6325725317001343, -0.5223547220230103, 0.6113612055778503, 0.33153483271598816, -0.3005923330783844, -0.67679363489151, 0.8082124590873718, 0.02294248528778553, 0.25798726081848145, 0.18376155197620392, 0.22882841527462006, -0.3233359158039093, -0.41031140089035034, -0.7090076208114624, 0.211822509765625, -0.41416028141975403, -0.36178597807884216, -0.8651081323623657, -0.45105671882629395, -0.5266788601875305, 0.054909370839595795, -0.3394733965396881, -0.4600736200809479, -0.6306664943695068, 0.1491742730140686, 0.733820378780365, 0.4765901267528534, -0.22672423720359802, 0.3697884678840637, -0.8443142771720886, 0.2998189330101013, 0.389676570892334, 0.11017479747533798, 0.10208430886268616, -0.7022989392280579, -0.13880667090415955, 0.32225269079208374, -0.5570815205574036, -0.8343101739883423, 0.6464857459068298, 0.11816488206386566, 0.4763529896736145, 0.27739113569259644, 0.115520179271698, 0.5776094198226929, -0.3235323429107666, 0.9326822757720947, 0.19777122139930725, -1.0107964277267456, 0.5257759094238281, -0.5771799683570862, 0.5292589664459229, 0.2834605574607849, 0.39836591482162476, -0.3902970552444458, -0.4151441752910614, -0.7140380144119263, -0.8383389115333557, 0.6084556579589844, 0.5244219303131104, 0.023796021938323975, 0.0408458486199379, 0.3418172597885132, -0.17666476964950562, 0.11508675664663315, -0.7357707619667053, -0.5012625455856323, -0.2680510878562927, -0.2351686805486679, 0.20493176579475403, -0.04591662809252739, -0.1958894282579422, -0.6055567860603333, 0.8850646615028381, -0.11623566597700119, 0.7063860297203064, 0.35509076714515686, 0.12453392148017883, -0.21446801722049713, 0.1527712345123291, 0.37799906730651855, 0.5166005492210388, -0.16455784440040588, -0.15912893414497375, 0.19697940349578857, -0.5072627067565918, 0.029701432213187218, 0.3490467369556427, -0.34035012125968933, -0.008015497587621212, 0.11156079173088074, 0.8480205535888672, -0.012037663720548153, -0.4043440520763397, 0.3886891007423401, -0.35007935762405396, -0.5449023246765137, -0.30557870864868164, 0.24800153076648712, 0.4323750436306, 0.4062333405017853, 0.40143388509750366, -0.0318598672747612, 0.22031089663505554, -0.34200620651245117, 0.1948494166135788, 0.447641521692276, -0.3781842291355133, -0.1924382597208023, 0.9787452816963196, 0.06106553226709366, -0.1795085072517395, 0.7676578760147095, -0.2304537296295166, -0.43200039863586426, 0.8687015771865845, 0.5310603380203247, 0.8669883608818054, -0.17076803743839264, 0.2343583106994629, 0.5661242604255676, 0.2243996411561966, 0.056594330817461014, 0.4887339174747467, 0.1735766977071762, -0.6310508847236633, -0.22533515095710754, -0.6488632559776306, -0.2956392467021942, 0.26875144243240356, -0.6793826222419739, 0.2175796777009964, -0.5740489959716797, -0.45361578464508057, 0.07217060774564743, 0.07889626920223236, -0.5681480169296265, 0.27863872051239014, 0.07435405254364014, 0.7957276105880737, -0.5838184356689453, 0.7127800583839417, 0.7333683967590332, -0.43659892678260803, -0.8043713569641113, -0.1433214396238327, 0.15806567668914795, -0.6077848672866821, 0.1114044189453125, 0.05126671865582466, 0.18828757107257843, 0.2819575369358063, -0.919641375541687, -0.7301141619682312, 1.3242504596710205, 0.2722705602645874, -0.510803759098053, -0.0645073801279068, -0.045510679483413696, 0.41347360610961914, -0.1714465171098709, 0.5043376684188843, 0.37270766496658325, 0.41380640864372253, 0.030816540122032166, -0.80254727602005, 0.408359557390213, -0.4102800190448761, -0.04605499282479286, 0.10812899470329285, -0.9062184691429138, 1.0273514986038208, -0.22382549941539764, -0.18135127425193787, 0.3023451268672943, 0.7967318296432495, 0.5702477693557739, 0.03624505549669266, 0.38627877831459045, 0.81967693567276, 0.7088342308998108, -0.24258998036384583, 1.030279517173767, -0.31884777545928955, 0.4650059938430786, 0.8143424987792969, 0.08247393369674683, 0.7837196588516235, 0.34024858474731445, -0.3117668926715851, 0.5790472626686096, 0.7089717388153076, -0.19385237991809845, 0.24580974876880646, 0.17465433478355408, -0.29145097732543945, -0.1461818665266037, -0.05486983805894852, -0.598200798034668, 0.22286288440227509, 0.40859347581863403, -0.3076831102371216, -0.0027402155101299286, -0.10535292327404022, 0.08641494065523148, -0.3884725868701935, -0.039401013404130936, 0.6963234543800354, 0.39420533180236816, -0.33992135524749756, 0.8841545581817627, 0.0624857097864151, 0.8274973630905151, -0.5412110090255737, -0.16137440502643585, -0.21790936589241028, 0.1040886864066124, -0.13053502142429352, -0.6148359775543213, 0.009599640034139156, -0.12182389944791794, -0.12595191597938538, 0.00013859897444490343, 0.7335894107818604, -0.3379177153110504, -0.4506734609603882, 0.3934837877750397, 0.5295964479446411, 0.1715913563966751, -0.049991440027952194, -1.0467780828475952, 0.22737933695316315, 0.0040126340463757515, -0.5819946527481079, 0.3374810516834259, 0.40934279561042786, 0.3145216405391693, 0.66017746925354, 0.6026648283004761, -0.17821556329727173, 0.042076077312231064, -0.15236841142177582, 0.8901562690734863, -0.8003700375556946, -0.27489039301872253, -0.8958414793014526, 0.7977229356765747, -0.16063731908798218, -0.5302690863609314, 0.8006735444068909, 0.3609568774700165, 0.6373554468154907, -0.03327666223049164, 0.8158092498779297, -0.27692440152168274, 0.1282045692205429, -0.3034416735172272, 1.078047752380371, -0.8329970836639404, 0.03213709965348244, -0.279262900352478, -0.7455147504806519, 0.014459692873060703, 0.6387867331504822, 0.08832621574401855, 0.3337786793708801, 0.552240788936615, 0.7997880578041077, -0.02437894605100155, -0.018695611506700516, 0.2263861447572708, 0.49773555994033813, 0.22896745800971985, 0.6978991031646729, 0.6482630372047424, -0.870698869228363, 0.4932967722415924, -0.5211435556411743, -0.23708848655223846, -0.08438380062580109, -0.8541468381881714, -0.8838435411453247, -0.5719088315963745, -0.4839426875114441, -0.7480507493019104, -0.03169144317507744, 0.8611651659011841, 0.8682536482810974, -0.7155721187591553, -0.3040750324726105, -0.1017385721206665, -0.09464064985513687, -0.21190257370471954, -0.30363065004348755, 0.23961009085178375, -0.03627404198050499, -0.7737422585487366, 0.30061575770378113, 0.05012538656592369, 0.4339331090450287, -0.2572331726551056, -0.12876370549201965, -0.337315171957016, 0.19416192173957825, 0.4424615204334259, 0.45725059509277344, -0.5933298468589783, -0.006806398741900921, 0.029067257419228554, -0.3048546314239502, 0.14317871630191803, 0.16221028566360474, -0.7364806532859802, 0.0620088167488575, 0.581108033657074, 0.29182541370391846, 0.5504363179206848, -0.17348352074623108, 0.6489471793174744, -0.5299520492553711, 0.1806715577840805, 0.19251003861427307, 0.3828120529651642, 0.1907365769147873, -0.3846839964389801, 0.3348480761051178, 0.210121288895607, -0.7111976742744446, -0.7445724606513977, -0.10578681528568268, -1.106399655342102, -0.38111114501953125, 1.1280831098556519, -0.10965394228696823, -0.5679882168769836, 0.1480618268251419, -0.20713083446025848, 0.46080678701400757, -0.5377086400985718, 0.4174014627933502, 0.4006093442440033, -0.01710841991007328, -0.34082430601119995, -0.5761978030204773, 0.6001072525978088, 0.39413517713546753, -0.9184097647666931, -0.114168681204319, 0.46396753191947937, 0.38989442586898804, 0.013981024734675884, 0.7271600365638733, -0.09156926721334457, 0.27535343170166016, 0.14026139676570892, 0.36511164903640747, -0.04914243891835213, -0.00748772406950593, -0.3534274399280548, -0.054030273109674454, -0.2580116391181946, -0.15362776815891266 ]
ElmoVT/q-FrozenLake-v1-4x4-noSlippery
ElmoVT
2023-11-29T22:30:56Z
0
0
null
[ "FrozenLake-v1-4x4-no_slippery", "q-learning", "reinforcement-learning", "custom-implementation", "model-index", "region:us" ]
2023-11-29T22:30:56Z
2023-11-29T22:30:52.000Z
null
null
--- tags: - FrozenLake-v1-4x4-no_slippery - q-learning - reinforcement-learning - custom-implementation model-index: - name: q-FrozenLake-v1-4x4-noSlippery results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: FrozenLake-v1-4x4-no_slippery type: FrozenLake-v1-4x4-no_slippery metrics: - type: mean_reward value: 1.00 +/- 0.00 name: mean_reward verified: false --- # **Q-Learning** Agent playing1 **FrozenLake-v1** This is a trained model of a **Q-Learning** agent playing **FrozenLake-v1** . ## Usage ```python model = load_from_hub(repo_id="ElmoVT/q-FrozenLake-v1-4x4-noSlippery", filename="q-learning.pkl") # Don't forget to check if you need to add additional attributes (is_slippery=False etc) env = gym.make(model["env_id"]) ```
null
null
reinforcement-learning
null
null
null
null
null
null
null
null
null
ElmoVT/q-FrozenLake-v1-4x4-noSlippery
[ 0.05211338773369789, -0.42209744453430176, 0.05730082094669342, -0.020007293671369553, -0.30895838141441345, 0.3113587200641632, 0.5158240795135498, -0.003705514594912529, 0.14611847698688507, 0.514244794845581, -0.7354364395141602, -0.5570786595344543, -0.29913902282714844, -0.27085018157958984, -0.06041688099503517, 0.8244214653968811, 0.1945001482963562, 0.37788689136505127, -0.29815563559532166, -0.014572607353329659, -0.4443671405315399, -0.34808385372161865, -1.0301871299743652, -0.8199453353881836, 0.0962572917342186, 0.3191058039665222, 1.0394362211227417, 0.6074957251548767, 0.037720389664173126, 0.4622704088687897, 0.006426292471587658, -0.4635310769081116, -0.5550251007080078, 0.12075068801641464, -0.1089072972536087, -0.7075448632240295, -0.8448848724365234, 0.16464866697788239, 0.8016688823699951, -0.16740156710147858, 0.02136652171611786, 0.09795071184635162, -0.36423856019973755, 0.4682499170303345, -0.25136566162109375, 0.2912200391292572, -0.4022408425807953, 0.32193005084991455, 0.3153901696205139, 0.36244890093803406, -0.2552315592765808, -0.35509803891181946, 0.47846081852912903, -0.9250625371932983, 0.20244473218917847, 0.0036808040458709, 1.3370248079299927, 0.1636073738336563, -0.7191033363342285, 0.012528937309980392, -0.26355916261672974, 0.8605884909629822, -0.8367230892181396, 0.5841079950332642, 0.8213327527046204, 0.5904538631439209, 0.047101590782403946, -0.9038416147232056, -0.27685970067977905, -0.4461241364479065, 0.1792232245206833, 0.18946681916713715, 0.19484956562519073, -0.3054247200489044, 0.21913714706897736, -0.03707081824541092, -0.5542439222335815, 0.12933729588985443, -0.8660765290260315, -0.2881111800670624, 0.7704882621765137, 0.3201473653316498, 0.3956127464771271, 0.1631496101617813, -0.4740543067455292, -0.3833247721195221, -0.22609543800354004, 0.5580606460571289, 0.27781280875205994, 0.577533483505249, -0.38354331254959106, 0.44033825397491455, -0.3987898528575897, 0.32942435145378113, 0.2498030960559845, -0.273440957069397, 0.6968563795089722, 0.3059316575527191, -0.30894967913627625, 0.27578750252723694, 0.5607393980026245, 0.5117230415344238, -0.327853798866272, -0.19119565188884735, -0.3563762605190277, -0.7051830291748047, 0.2694608271121979, -0.7677289247512817, -0.7009490132331848, 0.6521565914154053, -0.16403645277023315, -0.6278091073036194, 0.26497042179107666, -0.452473521232605, -0.3127725124359131, -0.20063133537769318, 0.8506338000297546, -0.7808662056922913, -0.8148581385612488, -0.10598595440387726, -0.3525620698928833, 0.5939096212387085, 0.37085726857185364, -0.6773113012313843, 0.40666335821151733, 0.518958330154419, 0.8669286966323853, 0.5473002791404724, -0.9172649383544922, -0.6352632641792297, -0.07745940238237381, -0.475190669298172, 0.6489375233650208, 0.2202010452747345, -0.28110548853874207, 0.17605939507484436, 0.1922043114900589, -0.10052730143070221, -0.5719760060310364, 0.2546751797199249, -0.8916297554969788, 0.1975252628326416, -0.015328671783208847, -0.5167763829231262, -0.7175332903862, 0.5242698192596436, -0.9066237211227417, 0.8852247595787048, 0.6432782411575317, -0.49240654706954956, 0.190586119890213, -0.4776047468185425, -0.4045543372631073, 0.467014878988266, 0.4319504499435425, -0.8339237570762634, -0.14468154311180115, -0.35763826966285706, -0.02909248135983944, 0.15511883795261383, -0.11634018272161484, -0.2555829584598541, -0.07231421023607254, 0.5051577091217041, 0.45988014340400696, 1.2390217781066895, 0.15817517042160034, 0.08710891008377075, 0.18303537368774414, -0.7021384239196777, 0.4149376153945923, 0.30034205317497253, -0.5168894529342651, -0.0331878699362278, 0.015268350020051003, 0.1311141699552536, 0.40032562613487244, 0.685364842414856, -0.3441530466079712, 0.35781943798065186, -0.392561137676239, 0.34928926825523376, 0.6298885941505432, -0.27930113673210144, 0.5230581760406494, -0.8367215394973755, 0.6391118764877319, 0.10020612180233002, 0.23858344554901123, 0.38898301124572754, -0.28901490569114685, -0.4335111379623413, -0.44689759612083435, 0.5853062272071838, 0.663097620010376, -1.0221127271652222, 0.296510249376297, 0.2003929167985916, -0.7826587557792664, -0.684532880783081, -0.0939778983592987, 0.31720036268234253, -0.05628128722310066, 0.2969267666339874, 0.2046276479959488, -0.3928505480289459, -0.5940098762512207, 0.002667924389243126, -0.17529411613941193, 0.0641762837767601, 0.3380906283855438, 0.7008883357048035, 0.0016245711594820023, 0.9315318465232849, -0.3910447359085083, -0.3365097641944885, -0.32054954767227173, -0.08926261961460114, 0.5168194770812988, 0.9131232500076294, 0.8394374251365662, -0.7992123365402222, -0.9722033143043518, -0.30403053760528564, -0.8421551585197449, 0.24635207653045654, -0.019242994487285614, -0.2693353295326233, -0.11915770918130875, 0.13800649344921112, -1.002811074256897, 0.3539096415042877, 0.35421934723854065, -0.7085412740707397, 0.804326593875885, -0.22155071794986725, 0.26155325770378113, -1.0151423215866089, -0.25499245524406433, -0.32318389415740967, -0.392503559589386, -0.7029475569725037, 0.5840169787406921, -0.004974451847374439, 0.0142856165766716, -0.9473962783813477, 0.6974062919616699, -0.2975896894931793, 0.08028340339660645, -0.2973569929599762, 0.05484813451766968, -0.022279327735304832, 0.3216722309589386, -0.26129573583602905, 0.388804167509079, 1.5078898668289185, -0.8341493606567383, 1.047429084777832, 0.4637972116470337, 0.06971374899148941, 0.0675559788942337, -0.555828332901001, 0.5094210505485535, 0.009118660353124142, -0.09693330526351929, -0.5803267359733582, -0.38829129934310913, 0.518538773059845, -0.6912004947662354, 0.2710133194923401, -0.6192216277122498, -0.6322034001350403, -0.3157544434070587, -0.4010542631149292, 0.4908655285835266, 0.6776391863822937, -0.48320895433425903, 0.7160139679908752, 0.4438064694404602, 0.2961966097354889, -0.2031695544719696, -0.27691957354545593, -0.41521167755126953, -0.21854060888290405, -0.29679206013679504, 0.14098584651947021, -0.015343915671110153, -0.310885488986969, 0.1651652306318283, 0.022160954773426056, -0.6881949305534363, 0.33400315046310425, 0.42982280254364014, 0.16594654321670532, -0.3624015152454376, 0.2752080261707306, -0.12441525608301163, -0.002223917981609702, 0.14257393777370453, -0.23805712163448334, 0.5046157240867615, -0.19084647297859192, 0.12331704050302505, -0.6791337132453918, -0.07219134271144867, 0.7498039603233337, -0.1387401521205902, 0.8667751550674438, 0.4321257174015045, -0.5620191097259521, -0.390581876039505, 0.1542147696018219, -0.3218924105167389, -0.5217541456222534, 0.6332600712776184, -0.40125828981399536, -0.4333046078681946, 0.47284457087516785, -0.116057850420475, -0.12085472792387009, 0.664531946182251, 0.30050209164619446, -0.02829086035490036, 1.2165448665618896, 0.5866061449050903, 0.012527176178991795, 0.3346172571182251, -0.5869751572608948, -0.08035343885421753, -0.7304991483688354, -0.40466365218162537, -0.5046436190605164, 0.020924294367432594, -0.5036590695381165, -0.06891247630119324, -0.032653264701366425, 0.6360145211219788, -0.6819789409637451, 0.5879290699958801, -0.30893659591674805, 0.5842217206954956, 0.8374602794647217, 0.45318174362182617, -0.3124021291732788, -0.3835750222206116, -0.3649715781211853, 0.18504253029823303, -0.8259317874908447, -0.37862035632133484, 1.0906859636306763, 0.5858809351921082, 0.35259318351745605, 0.5392379760742188, 0.7548885941505432, 0.04532333463430405, 0.29775431752204895, -0.7653548121452332, 0.37827059626579285, 0.012902223505079746, -1.180522084236145, -0.5280513763427734, -0.08540056645870209, -0.7602501511573792, 0.3718704879283905, -0.6968801617622375, -0.7155159711837769, -0.35548946261405945, 0.10227421671152115, -0.6042958498001099, 0.3541317880153656, -0.4390084743499756, 1.008653163909912, -0.6034402251243591, -0.5816920399665833, -0.08532559126615524, -0.1650482416152954, 0.5647116899490356, -0.12025968730449677, 0.28013256192207336, -0.1772065907716751, 0.3501094579696655, 0.7335175275802612, -0.5583491921424866, 0.7322182059288025, -0.6410216689109802, 0.3992042541503906, 0.4855002760887146, 0.3582879900932312, 0.2520204782485962, 0.27679672837257385, -0.011409725062549114, -0.135553777217865, 0.4821050465106964, -0.6858114004135132, -0.18506576120853424, 0.6507838368415833, -1.400012493133545, -0.43045493960380554, -0.7881399989128113, -0.6513106226921082, 0.11439444869756699, 0.5538545250892639, 0.1294395625591278, 0.430044949054718, -0.13262607157230377, 0.025258999317884445, 0.5786875486373901, -0.32474011182785034, 0.28561103343963623, 0.8081307411193848, -0.8055586814880371, -0.553193211555481, 0.916702151298523, 0.1008436530828476, -0.14461293816566467, 0.12187235057353973, 0.3893558084964752, -0.5166639685630798, -0.5708861947059631, -0.06181259825825691, 0.24960525333881378, -0.4901500344276428, -0.4096132218837738, -0.2804359793663025, -0.6029857993125916, -0.787500262260437, 0.12576806545257568, -0.6118728518486023, -0.13977207243442535, -0.5136669874191284, -0.10275615751743317, 0.5636025071144104, 0.7145135402679443, -0.518284261226654, 0.9829098582267761, -1.0479214191436768, 0.15907835960388184, 0.7767651081085205, 0.33149388432502747, -0.02454504184424877, -0.74118971824646, -0.8400743007659912, 0.12026768177747726, -0.5479529500007629, -1.0165356397628784, 0.8915697932243347, 0.1394123136997223, 0.8415040373802185, 0.6330839991569519, 0.3570593297481537, 0.22714322805404663, -0.445115864276886, 0.724058985710144, 0.22671033442020416, -0.8723536729812622, 0.5120649933815002, -0.38438817858695984, 0.454132616519928, 0.5497775077819824, 0.6751711964607239, 0.008797459304332733, -0.19277364015579224, -1.0730278491973877, -0.8393229246139526, 1.0142452716827393, 0.10183680802583694, 0.14223125576972961, 0.3402823209762573, 0.41483670473098755, -0.1400783658027649, 0.2161688506603241, -1.1063696146011353, -0.20563024282455444, -0.6299973130226135, 0.12310417741537094, 0.06889630854129791, 0.039712559431791306, -0.1608755886554718, -0.31934472918510437, 1.298409104347229, 0.09992436319589615, 0.08225344121456146, 0.10198520123958588, -0.27828502655029297, -0.4465409517288208, -0.31939467787742615, 0.5305256247520447, 0.4480619430541992, -0.9883980751037598, -0.04663093015551567, 0.16710972785949707, -0.5507993102073669, 0.04936966672539711, -0.0872739627957344, -0.22676697373390198, -0.0027752909809350967, 0.5568715929985046, 0.7607390284538269, 0.02377893589437008, -0.3034690320491791, 0.4304441213607788, 0.05733794346451759, -0.5991162657737732, -0.587807834148407, 0.22863700985908508, 0.00222286325879395, 0.9138140678405762, 0.3026482164859772, -0.006893422454595566, -0.03899313136935234, -0.703777015209198, 0.30202004313468933, 0.31065869331359863, -0.8546544909477234, -0.49370047450065613, 0.6129733920097351, -0.044394876807928085, -0.9825945496559143, 1.1566675901412964, -0.45244544744491577, -1.201514482498169, 1.1894290447235107, 0.6159214377403259, 1.1147626638412476, -0.41984981298446655, 0.26946258544921875, 0.930576503276825, 0.21759258210659027, 0.017979821190238, 0.3261823058128357, 0.25061604380607605, -1.0067111253738403, 0.002101828809827566, -0.33810827136039734, -0.34986501932144165, 0.14803314208984375, -0.8253853917121887, 0.29672712087631226, -0.8004946708679199, -0.5791549682617188, -0.0004805824428331107, 0.48715052008628845, -0.7366185188293457, 0.16972923278808594, -0.04401732236146927, 1.1306451559066772, -0.978239893913269, 1.4128965139389038, 1.102351427078247, -0.5187176465988159, -0.9710991978645325, -0.13854794204235077, -0.01049057673662901, -0.7727735042572021, 1.0432209968566895, 0.049739107489585876, 0.2829877734184265, 0.467769056558609, -1.1905467510223389, -0.8824740648269653, 1.5760411024093628, -0.3821888267993927, -0.18174639344215393, 0.40707865357398987, -0.2524764835834503, 0.40156659483909607, -0.7315888404846191, 0.15325546264648438, 0.19566108286380768, 0.23979902267456055, 0.18565933406352997, -0.9290537238121033, -0.12529195845127106, -0.09648355841636658, -0.43808841705322266, -0.18206126987934113, -0.7660947442054749, 1.600630760192871, -0.498062402009964, 0.022308653220534325, 0.2743920683860779, 0.5427936911582947, 0.5666529536247253, 0.31619805097579956, 0.6743050813674927, 0.5452747344970703, 0.6518075466156006, 0.1761653870344162, 0.5806653499603271, -0.4000667333602905, 0.9567363262176514, 1.2502113580703735, -0.3509042263031006, 0.8149755001068115, 0.06491787731647491, -0.24543671309947968, 0.48857706785202026, 0.8357745409011841, -0.33837831020355225, 1.1020079851150513, 0.41851863265037537, -0.11725621670484543, -0.5479046702384949, 0.2593679130077362, -0.46789488196372986, 0.28806477785110474, 0.06427773833274841, -0.029193999245762825, -0.2204911708831787, -0.06271069496870041, -0.1208631694316864, -0.2698112428188324, -0.6509321928024292, 0.6747996807098389, -0.11194359511137009, -0.4588826894760132, 0.43960946798324585, 0.13494890928268433, 0.17254528403282166, -0.5502553582191467, -0.20888830721378326, -0.15631818771362305, 0.24617229402065277, -0.12182020395994186, -0.43691226840019226, -0.2828711271286011, -0.5116685628890991, -0.1931060403585434, 0.1647353619337082, 0.5244736075401306, -0.4425930976867676, -0.36161521077156067, 0.24671021103858948, 0.5643391013145447, 0.4513203799724579, -0.03888143226504326, -1.2054274082183838, -0.3135346472263336, -0.040431804955005646, 0.029422512277960777, 0.5863668918609619, 0.5028489232063293, 0.3537168800830841, 0.8433510065078735, 0.48386308550834656, -0.2298063188791275, 0.07144636660814285, -0.31373903155326843, 1.020050048828125, -0.6318591833114624, -0.5556226372718811, -0.498807817697525, 0.7356047034263611, 0.04080027714371681, -0.5051054358482361, 0.6940501928329468, 0.9232216477394104, 0.619945228099823, -0.3461460471153259, 0.6017610430717468, -0.10263228416442871, 0.42542049288749695, -0.44431576132774353, 1.209930658340454, -0.46870261430740356, -0.0824403464794159, 0.3087385594844818, -0.499908983707428, -0.0894278958439827, 1.0808792114257812, 0.03107289783656597, -0.13047629594802856, 0.6274805068969727, 0.755216658115387, -0.022581610828638077, -0.23528580367565155, 0.5439319014549255, 0.7408549189567566, -0.05701245367527008, 0.5121521353721619, 0.981586217880249, -1.0816717147827148, 0.10107754915952682, -0.57501220703125, -0.5475327372550964, -0.14157497882843018, -0.8145573735237122, -1.2596269845962524, -0.3855943977832794, -0.7919378280639648, -0.9924536943435669, -0.09113843739032745, 1.336389183998108, 0.8103054761886597, -0.8460556864738464, -0.47990521788597107, 0.43483248353004456, 0.5469597578048706, -0.594528317451477, -0.23358657956123352, 0.5377746224403381, -0.3984059989452362, -0.620657742023468, 0.30413588881492615, -0.47547289729118347, 0.42064785957336426, -0.19072261452674866, -0.556678295135498, -0.5897266864776611, -0.164937824010849, 0.28969234228134155, 0.5249370336532593, -0.3094750642776489, 0.004044493194669485, -0.09910205006599426, -0.19102618098258972, -0.02433370053768158, 0.22679738700389862, -0.9939780235290527, 0.21604245901107788, 0.3994363248348236, -0.2254546731710434, 0.6530072093009949, -0.3283364474773407, 0.4202580451965332, -0.24817681312561035, 0.07231923937797546, 0.27603721618652344, 0.08223654329776764, -0.01844456046819687, -0.21358388662338257, 0.19963078200817108, 0.2167881578207016, -0.6873264312744141, -0.8344231247901917, -0.1629226952791214, -0.8347344398498535, -0.541742742061615, 0.8280917406082153, -0.35470613837242126, -0.6081663370132446, -0.21135282516479492, -0.24669469892978668, 0.3896743059158325, -0.46179020404815674, 0.8420287370681763, 0.4286916255950928, 0.048615384846925735, -0.3525901138782501, -0.9128544330596924, 0.7215474843978882, -0.24205492436885834, -0.32579970359802246, -0.4493735730648041, 0.2949126958847046, 0.6031839847564697, 0.22611188888549805, 0.4411047399044037, 0.230455219745636, 0.5053491592407227, 0.533012866973877, 0.31058093905448914, -0.30499210953712463, -0.2770198881626129, -0.382766991853714, 0.2400481402873993, 0.3817071318626404, -0.3992290198802948 ]
sade-adrien/mappingadapter_roberta_mistral
sade-adrien
2023-11-29T22:39:17Z
0
0
null
[ "dataset:sade-adrien/redpajama_v2_sample_10M", "region:us" ]
2023-11-29T22:39:17Z
2023-11-29T22:31:52.000Z
null
null
--- datasets: - sade-adrien/redpajama_v2_sample_10M --- MappingAdapter exact structure available in representation_mapping.py Mapping "sentence-transformers/stsb-roberta-large"'s hidden representation to "mistralai/Mistral-7B-Instruct-v0.1"'s. Training: * Steps: 114k * Gradient accumulation: 2 * Batch size: 64 * Warm-up steps: 100 * Learning Rate: 3e-5 with linear scheduling * Eval steps: %8000 * Training hours: ~98h * Eval hours: ~10h * Gradient updates: 57k * Train examples: 7.3M * Eval examples: 106k * Adapter: Decoder_dim (4096) → 4096 → LeakyRelu(.1) → Encoder_dim (1024)
null
null
null
null
null
null
null
null
null
null
null
null
sade-adrien/mappingadapter_roberta_mistral
[ -0.2712118327617645, -0.17312124371528625, 0.38109084963798523, 0.5472890138626099, -0.31218957901000977, -0.45094725489616394, -0.17644833028316498, 0.0035607204772531986, 0.0721476748585701, 0.47793203592300415, -0.6907631754875183, -0.23717038333415985, -0.6899376511573792, -0.024067547172307968, -0.5103332996368408, 0.951532781124115, -0.17920280992984772, 0.1016586497426033, 0.43223267793655396, -0.25742048025131226, -0.2891569137573242, -0.25049450993537903, -0.5221797227859497, -0.4970325231552124, 0.36315733194351196, 0.37154069542884827, 0.49911749362945557, 0.8233156204223633, 0.3875894844532013, 0.30204275250434875, -0.060951221734285355, -0.46630263328552246, -0.6480153799057007, 0.017825502902269363, -0.2631242573261261, -0.5835039019584656, -0.15238282084465027, -0.13395656645298004, 0.8444380760192871, 0.4617359936237335, -0.5442929863929749, 0.6416640281677246, -0.11582554876804352, 0.8600924611091614, -0.5996220111846924, 0.5237433314323425, -0.4845871329307556, 0.1840338259935379, -0.1390777826309204, -0.06869346648454666, -0.3750978410243988, -0.05684056133031845, 0.13662032783031464, -0.7411837577819824, 0.4366094172000885, -0.03895168751478195, 0.8943671584129333, 0.5308530926704407, -0.5723124146461487, -0.18703500926494598, -0.5475292205810547, 0.6928190588951111, -0.39743316173553467, 0.16826198995113373, 0.31631046533584595, 0.6347265243530273, -0.13253705203533173, -0.9449065923690796, -0.5354233980178833, -0.03023630566895008, 0.0007257208344526589, 0.2954694926738739, -0.007221193052828312, 0.1431635320186615, 0.6470396518707275, 0.5141775012016296, -0.6113959550857544, -0.1497947871685028, -0.461874783039093, -0.036916255950927734, 0.44703409075737, 0.30579107999801636, 0.0661928728222847, -0.27509111166000366, -0.41566261649131775, -0.3127945363521576, -0.43046537041664124, -0.06501059234142303, 0.16845856606960297, 0.012506378814578056, -0.29550597071647644, 0.48564237356185913, -0.13821332156658173, 0.7077801823616028, 0.20412534475326538, 0.10303820669651031, 0.4759855270385742, -0.06135260686278343, -0.4234697222709656, 0.1334107220172882, 0.8803768157958984, -0.07329646497964859, 0.0525488406419754, 0.29962432384490967, -0.36090388894081116, -0.15082311630249023, 0.6095348596572876, -1.1634447574615479, -0.4167606234550476, 0.11396416276693344, -0.5696352124214172, -0.1873089224100113, 0.534752368927002, -0.43176138401031494, -0.28403303027153015, -0.15491549670696259, 0.42105892300605774, -0.6371234655380249, -0.18979276716709137, 0.007214949931949377, -0.5267557501792908, 0.37062498927116394, 0.18898773193359375, -0.7537933588027954, 0.5085433125495911, 0.5101112127304077, 0.9606155157089233, -0.1223490908741951, -0.4070470333099365, -0.21459795534610748, 0.10960610210895538, -0.1557433307170868, 0.612756609916687, -0.3237461447715759, -0.13273128867149353, 0.12452387809753418, 0.3258471190929413, -0.3318161368370056, -0.4525536000728607, 0.6251225471496582, -0.4003020226955414, 0.4293809235095978, 0.03345397859811783, -0.5149208307266235, -0.4670869708061218, 0.144023135304451, -0.8824170231819153, 1.1462091207504272, 0.5882773399353027, -0.705596387386322, 0.21270795166492462, -0.9092932939529419, -0.4170823097229004, 0.16383709013462067, -0.09700347483158112, -0.24946872889995575, 0.18809016048908234, 0.3510587215423584, 0.4378105700016022, 0.15092726051807404, 0.14673522114753723, 0.30868208408355713, -0.7570472955703735, 0.42960289120674133, -0.5569235682487488, 1.0103319883346558, 0.27267107367515564, -0.5545244812965393, 0.13785699009895325, -1.033633828163147, -0.30495256185531616, 0.05320670083165169, -0.6969485878944397, -0.07933128625154495, -0.28861284255981445, 0.6078367233276367, 0.2597469389438629, 0.45239222049713135, -0.4053833782672882, 0.33201608061790466, -0.5071847438812256, 0.4424123466014862, 0.8850535750389099, -0.027019213885068893, 0.5279950499534607, -0.24074983596801758, 0.8275296092033386, 0.3597841262817383, 0.14069871604442596, -0.34782734513282776, -0.4113013744354248, -1.1264426708221436, -0.2676745355129242, 0.2019035369157791, 0.3353416919708252, -0.7570861577987671, 0.6053795218467712, -0.7171393632888794, -0.6408238410949707, -0.8520834445953369, -0.29002365469932556, 0.3070595860481262, 0.2572254538536072, 0.37645506858825684, -0.06220374256372452, -0.31126195192337036, -0.8521150350570679, -0.2344028204679489, 0.17674389481544495, -0.18787845969200134, -0.015754032880067825, 0.7865424752235413, -0.45277100801467896, 0.37848368287086487, -0.48648977279663086, -0.5019798874855042, -0.3858969807624817, -0.06309442222118378, 0.8338729739189148, 0.13573527336120605, 0.6188139915466309, -0.5705248713493347, -0.526654839515686, -0.23464754223823547, -0.4714585244655609, 0.03311977908015251, -0.291692316532135, -0.12368375062942505, 0.1161959171295166, 0.2515683174133301, -0.6872087121009827, 0.5557993650436401, 0.6553210020065308, -0.5054138898849487, 0.2742939889431, -0.40707218647003174, 0.08363089710474014, -1.3998641967773438, 0.1100340336561203, -0.028117286041378975, -0.48779556155204773, -0.4357394874095917, 0.408151239156723, 0.2562831938266754, -0.054784905165433884, -0.38464078307151794, 0.3732662796974182, -0.9292075634002686, 0.16227905452251434, -0.20972788333892822, 0.31207752227783203, -0.42758482694625854, 0.5362545847892761, -0.1431989073753357, 0.7024019956588745, 0.8069779276847839, -0.6104575395584106, 0.45954182744026184, 0.3694256842136383, -0.3892832100391388, 0.19822631776332855, -0.8592557907104492, -0.05474245548248291, -0.028396178036928177, 0.5311713814735413, -0.7563217878341675, -0.40030616521835327, 0.41914501786231995, -0.17898181080818176, 0.03454845771193504, -0.4492522180080414, -0.3425094783306122, -0.3696838915348053, -0.5129703283309937, 0.6224873065948486, 0.6364390850067139, -0.7095759510993958, 0.7501782774925232, 0.19637563824653625, 0.16401724517345428, -0.718281090259552, -0.8046250343322754, -0.010325063951313496, -0.0005811480805277824, -0.21813006699085236, 0.37131467461586, 0.2368050068616867, 0.23467493057250977, -0.12725935876369476, -0.17543086409568787, -0.07383961975574493, -0.1919984668493271, 0.8443719148635864, -0.10181353241205215, -0.1496298611164093, -0.06761427223682404, 0.09133175760507584, -0.3793627917766571, 0.07393457740545273, -0.16904976963996887, 0.9263259768486023, 0.1262151449918747, -0.09841974824666977, -0.6354446411132812, 0.117731474339962, 0.6388964653015137, 0.20045994222164154, 0.9083567261695862, 0.805407702922821, -0.3493703603744507, -0.33493345975875854, -0.033632710576057434, 0.1735433042049408, -0.5160548090934753, 0.6474443674087524, -0.6606088876724243, -0.3034155070781708, 0.5153778195381165, 0.024615272879600525, -0.12571550905704498, 0.7368106842041016, 0.5041438341140747, 0.3213820457458496, 0.729769766330719, 0.4529305100440979, -0.40993329882621765, 0.8058519959449768, -0.5275334715843201, 0.0985303744673729, -0.8167616128921509, -0.2614198625087738, -0.29144230484962463, -0.4823228418827057, -0.5815291404724121, -0.4349256753921509, 0.3095000386238098, -0.12143130600452423, -0.6426652073860168, 0.6316909193992615, -0.7889857292175293, 0.4010176658630371, 0.6638395190238953, 0.2686161398887634, -0.10903836786746979, 0.0738377720117569, 0.3519425094127655, 0.02571384236216545, -0.6593374013900757, -0.20645789802074432, 1.1900132894515991, 0.4064348638057709, 0.8497337698936462, 0.1332002729177475, 0.6098993420600891, -0.07887069880962372, -0.02764074131846428, -0.9267666339874268, 0.5699262022972107, 0.000814066210296005, -0.4374708831310272, -0.15710273385047913, -0.49469879269599915, -0.9511460065841675, 0.25763171911239624, -0.04854186624288559, -0.436779260635376, 0.04656226933002472, 0.07779165357351303, 0.24316813051700592, 0.0515177883207798, -0.562041163444519, 0.7980220913887024, -0.045756809413433075, 0.29204899072647095, -0.3923458456993103, -0.815464437007904, 0.10023199021816254, 0.22265203297138214, -0.013089586980640888, 0.26050034165382385, 0.09079598635435104, 1.049894094467163, -0.3468429446220398, 0.4669433534145355, -0.5410118699073792, 0.17838960886001587, -0.3313928544521332, 0.060507941991090775, 0.21731194853782654, 0.02158666029572487, -0.02759641781449318, 0.15172670781612396, 0.017903080210089684, -0.534456729888916, -0.6413996815681458, 0.646467387676239, -0.8967416286468506, -0.20112502574920654, -1.0854551792144775, -0.6761521100997925, 0.2541043758392334, 0.36722344160079956, 0.6273238062858582, 0.46124348044395447, -0.3586067259311676, 0.1067982092499733, 0.5798680782318115, 0.029896248131990433, 0.663073718547821, 0.4443434774875641, -0.31451478600502014, -0.6242342591285706, 0.8205360770225525, 0.05449999123811722, -0.00870991125702858, 0.5218143463134766, 0.07453935593366623, -0.15298496186733246, -0.3953109681606293, -0.3326061964035034, 0.34317007660865784, -0.5828918218612671, -0.14089936017990112, -0.46114668250083923, -0.5464800000190735, -0.31539082527160645, 0.31736600399017334, -0.3653174042701721, -0.8167996406555176, -0.4866422414779663, -0.13285091519355774, 0.40994635224342346, 1.0965635776519775, 0.18665102124214172, 0.7855806946754456, -0.4936366379261017, 0.7087728381156921, -0.11691205948591232, 0.25465962290763855, -0.08950351178646088, -1.2088338136672974, -0.48046189546585083, 0.11974480748176575, -0.3496379554271698, -0.8062199950218201, 0.31364473700523376, 0.48942431807518005, 0.5257458686828613, 1.0200542211532593, -0.1122683435678482, 0.9706871509552002, -0.6856288909912109, 1.226747989654541, 0.18026885390281677, -0.8835156559944153, 0.8096597194671631, 0.011180387809872627, 0.40459808707237244, 0.1808094084262848, 0.4552518129348755, -0.5040495991706848, -0.14699046313762665, -0.5954974293708801, -1.0207983255386353, 0.9144590497016907, 0.22053438425064087, 0.12846246361732483, 0.3062269389629364, 0.40498465299606323, 0.17512451112270355, 0.06465474516153336, -0.8751893639564514, -0.4871778190135956, -0.6161460280418396, -0.6811357140541077, -0.17597629129886627, -0.2608056366443634, -0.39301425218582153, -0.7364158034324646, 0.7665700316429138, 0.021849481388926506, 0.6687920093536377, 0.051415108144283295, -0.4429773688316345, 0.2816922068595886, 0.11424771696329117, 0.8394385576248169, 0.5679458379745483, -0.33394020795822144, 0.23639044165611267, -0.06530382484197617, -1.0457990169525146, 0.13447527587413788, 0.25808945298194885, 0.07164093106985092, 0.14214181900024414, 0.754320502281189, 1.0721673965454102, -0.08056623488664627, -0.4983096718788147, 0.8741852045059204, -0.15452837944030762, 0.04526872932910919, -0.7335634231567383, 0.3448207974433899, -0.0922008529305458, 0.191065713763237, 0.4518291652202606, 0.1053682193160057, 0.25152191519737244, -0.5110997557640076, -0.0220966599881649, -0.026491042226552963, -0.7115208506584167, -0.43289875984191895, 0.7587451934814453, -0.11824595183134079, -0.43030914664268494, 0.7281467914581299, -0.034754227846860886, -0.5920621752738953, 0.30027878284454346, 0.7587351202964783, 0.9892661571502686, -0.5551232695579529, 0.2108091413974762, 0.2904313802719116, 0.22684717178344727, -0.2705760598182678, 0.49032333493232727, -0.053305961191654205, -0.49920031428337097, 0.19045723974704742, -0.5095680952072144, 0.082959845662117, -0.03340460732579231, -1.1678822040557861, 0.10984846949577332, -0.30239754915237427, -0.08497317880392075, -0.141883984208107, -0.13818524777889252, -0.7182628512382507, 0.16195134818553925, -0.2707512676715851, 1.297167181968689, -0.8519155979156494, 0.9639711976051331, 0.8772022128105164, -0.6548560261726379, -0.6866178512573242, 0.1765459179878235, -0.33780574798583984, -1.0253580808639526, 0.5693699717521667, 0.3920707106590271, 0.10271737724542618, -0.19516798853874207, -0.7567387223243713, -0.3551941215991974, 1.3467310667037964, 0.5985966920852661, -0.713840126991272, -0.13099405169487, 0.1587076485157013, 0.5989043116569519, -0.39581048488616943, 0.44016265869140625, 0.6653473973274231, 0.4272955358028412, -0.32899340987205505, -0.7048300504684448, 0.3009863793849945, -0.5713574290275574, 0.31760337948799133, -0.030207782983779907, -0.43903422355651855, 0.8446630239486694, 0.15464481711387634, -0.273902028799057, 0.036526355892419815, 0.4067592918872833, 0.016070034354925156, -0.061515290290117264, 0.5041996240615845, 0.6978567838668823, 0.6404066681861877, -0.283492773771286, 1.1213715076446533, -0.4472157657146454, 0.49514347314834595, 0.9877195358276367, 0.32188573479652405, 0.861993670463562, 0.8316421508789062, -0.19730933010578156, 0.7708418965339661, 0.6330056190490723, -0.12960802018642426, 0.7955034971237183, 0.30606579780578613, -0.1615438610315323, 0.014427407644689083, 0.25267645716667175, -0.49153634905815125, 0.145439013838768, 0.40738144516944885, -0.7183911204338074, 0.06548623740673065, 0.02022019773721695, -0.10045911371707916, -0.14120666682720184, -0.19422432780265808, 0.7911974787712097, 0.11091630905866623, -0.3788048326969147, 0.7755590081214905, -0.1921377331018448, 0.41949427127838135, -0.5571100115776062, -0.2699008285999298, -0.12095056474208832, 0.3720027804374695, -0.18515262007713318, -0.9876371622085571, -0.31677302718162537, -0.5076431632041931, -0.24694009125232697, -0.22226081788539886, 0.3069465458393097, -0.6317347884178162, -0.4850707948207855, 0.30676764249801636, -0.059781018644571304, 0.09774035215377808, -0.42829081416130066, -0.4830338954925537, -0.08548261970281601, -0.05362905561923981, -0.45791441202163696, 0.04795672371983528, 0.597187340259552, 0.3436749279499054, 0.8729483485221863, 0.1300273835659027, 0.3195827603340149, 0.5595108270645142, 0.23613141477108002, 0.918959379196167, -0.9928061366081238, -0.6962675452232361, -0.5080387592315674, 0.6021093130111694, -0.21895231306552887, -0.7342042326927185, 0.5506173968315125, 0.7671074271202087, 0.5616140961647034, -0.5011551976203918, 0.7698233127593994, -0.11474871635437012, 0.04208236187696457, -0.5609127879142761, 0.7194491028785706, -0.1672617346048355, 0.06571662425994873, -0.12442813068628311, -1.1617348194122314, 0.05102507770061493, 0.8659797310829163, 0.26428863406181335, -0.35634028911590576, 1.0292060375213623, 0.7746356129646301, -0.6210309863090515, -0.1191825196146965, -0.03130965307354927, 0.4772389233112335, 0.3784005641937256, 0.7177147269248962, 0.7393659353256226, -1.144087791442871, 0.332009494304657, -0.16012904047966003, -0.49844735860824585, -0.26311543583869934, -0.49979034066200256, -0.9721193313598633, -0.8613149523735046, -0.2497473508119583, -0.4435366988182068, -0.1343461275100708, 0.8243427276611328, 0.537156343460083, -0.9042949676513672, -0.3817310929298401, -0.1863338202238083, -0.16433994472026825, -0.4960428476333618, -0.32849231362342834, 0.604184091091156, -0.0844225063920021, -0.6378574967384338, 0.28535380959510803, 0.027482232078909874, -0.18864692747592926, -0.15580496191978455, -0.2469777911901474, 0.018535267561674118, -0.03483849763870239, 0.483275830745697, -0.07871539145708084, -0.6643909811973572, -0.21390749514102936, -0.3403995931148529, -0.11350882798433304, 0.12655635178089142, 0.8514226675033569, -0.6491496562957764, 0.36476564407348633, 0.553371787071228, 0.28628936409950256, 1.0846543312072754, 0.0068724388256669044, 0.43645262718200684, -0.7458796501159668, 0.6350427269935608, -0.07476485520601273, 0.6106429100036621, 0.0024483988527208567, -0.12788614630699158, 0.41866016387939453, 0.23786120116710663, -0.6742476224899292, -0.6195953488349915, 0.20199181139469147, -1.5406750440597534, -0.08000906556844711, 1.2689166069030762, -0.052830860018730164, -0.5272846221923828, 0.13748225569725037, -0.5590134859085083, 0.47945237159729004, -0.5669967532157898, 0.7131221890449524, 0.30466169118881226, -0.04147467017173767, -0.18197987973690033, -0.39626267552375793, 0.41026198863983154, -0.24655303359031677, -0.481616735458374, -0.062340494245290756, 0.3477400541305542, 0.6495063304901123, 0.3781149089336395, 0.6372430920600891, -0.11441957950592041, 0.08129676431417465, 0.2824482321739197, 0.14938105642795563, -0.04506200551986694, -0.35750269889831543, -0.6786099672317505, 0.15814396739006042, -0.2149449586868286, -0.6511977910995483 ]
ElmoVT/Taxi-v3
ElmoVT
2023-11-29T22:36:39Z
0
0
null
[ "Taxi-v3", "q-learning", "reinforcement-learning", "custom-implementation", "model-index", "region:us" ]
2023-11-29T22:36:39Z
2023-11-29T22:33:52.000Z
null
null
--- tags: - Taxi-v3 - q-learning - reinforcement-learning - custom-implementation model-index: - name: Taxi-v3 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: Taxi-v3 type: Taxi-v3 metrics: - type: mean_reward value: 7.56 +/- 2.71 name: mean_reward verified: false --- # **Q-Learning** Agent playing1 **Taxi-v3** This is a trained model of a **Q-Learning** agent playing **Taxi-v3** . ## Usage ```python model = load_from_hub(repo_id="ElmoVT/Taxi-v3", filename="q-learning.pkl") # Don't forget to check if you need to add additional attributes (is_slippery=False etc) env = gym.make(model["env_id"]) ```
null
null
reinforcement-learning
null
null
null
null
null
null
null
null
null
ElmoVT/Taxi-v3
[ 0.022570937871932983, -0.26406243443489075, 0.0353357270359993, 0.25307244062423706, -0.33651870489120483, 0.14072860777378082, 0.4850415289402008, -0.3143896460533142, 0.15903998911380768, 0.43816161155700684, -0.45543959736824036, -0.502711296081543, -0.12203311920166016, -0.294878751039505, -0.25447797775268555, 0.8868448138237, 0.2598000168800354, 0.6100614070892334, -0.23049293458461761, -0.14223894476890564, -0.7301380038261414, -0.5611544251441956, -1.1340266466140747, -0.6352243423461914, 0.46396034955978394, 0.2909727990627289, 0.8678534626960754, 0.7063488960266113, 0.23717093467712402, 0.3925646245479584, 0.02774607390165329, -0.4861108064651489, -0.3432847857475281, 0.037501174956560135, -0.10321478545665741, -0.7659876346588135, -0.70322585105896, -0.061591241508722305, 0.6968985199928284, -0.16147160530090332, -0.1891324818134308, -0.08847595006227493, -0.328815221786499, 0.48947757482528687, -0.5085659623146057, 0.1944185495376587, -0.32370254397392273, -0.02721683494746685, 0.28466567397117615, 0.28618136048316956, -0.2113303393125534, -0.7129877209663391, 0.2031276971101761, -1.0860146284103394, 0.024012232199311256, 0.05154724419116974, 1.4259557723999023, 0.2683354616165161, -0.7675812244415283, -0.2941807806491852, -0.6587163805961609, 0.6305608749389648, -0.6946367025375366, 0.47089147567749023, 0.7713050842285156, 0.8398178219795227, 0.09576088935136795, -1.086545467376709, -0.37148943543434143, -0.37240132689476013, 0.252765029668808, -0.06667439639568329, 0.0883127972483635, -0.22553086280822754, 0.14348481595516205, 0.006754560861736536, -0.23778200149536133, 0.1953805834054947, -0.9618509411811829, -0.3148820102214813, 0.6488004922866821, 0.37520313262939453, 0.3655887842178345, 0.2351265549659729, -0.48241153359413147, -0.3741603493690491, -0.6544443964958191, 0.5037798881530762, 0.4858378767967224, 0.44040748476982117, -0.3138522207736969, 0.5071302652359009, -0.2866370379924774, 0.3552233874797821, -0.10652995854616165, -0.18950176239013672, 0.7644403576850891, 0.03521231561899185, -0.25609156489372253, 0.09902233630418777, 0.7684252262115479, 0.5273277759552002, -0.15193907916545868, 0.02136051282286644, -0.4084063470363617, -0.5918019413948059, 0.3339766263961792, -0.7143837809562683, -0.5163314342498779, 0.4559133052825928, -0.14853119850158691, -0.6942145824432373, 0.1567595899105072, -0.4247249364852905, -0.4054108262062073, 0.02577846869826317, 0.7416670918464661, -0.9053240418434143, -0.5682770013809204, 0.11169547587633133, -0.3392089605331421, 0.8635176420211792, 0.24852432310581207, -0.7843323945999146, 0.23677751421928406, 0.44800567626953125, 0.9088549613952637, 0.5898221135139465, -0.8661466836929321, -0.5014405250549316, 0.34621483087539673, -0.3784812390804291, 0.8016576170921326, 0.2776997983455658, -0.48159676790237427, 0.3142225742340088, 0.21215873956680298, 0.15157285332679749, -0.40152716636657715, 0.5270971655845642, -0.7633631229400635, 0.0808727964758873, -0.3183557987213135, -0.3319322466850281, -0.9570316076278687, 0.5376655459403992, -0.8816561102867126, 1.1834781169891357, 0.5139697790145874, -0.5156662464141846, 0.4129835069179535, -0.5865753293037415, -0.6362652778625488, 0.2806365191936493, 0.3695142865180969, -0.9618241190910339, -0.24777501821517944, -0.15138301253318787, 0.02807980217039585, 0.31206655502319336, -0.10127012431621552, -0.4123329520225525, -0.46022167801856995, 0.33634787797927856, 0.4212146997451782, 1.2586116790771484, -0.0068902503699064255, 0.20371931791305542, 0.305703341960907, -0.748408317565918, -0.005876841023564339, 0.17089730501174927, -0.6237344741821289, -0.14786258339881897, 0.28953686356544495, 0.09423631429672241, 0.2734360992908478, 0.7318679690361023, -0.4365600049495697, 0.6067783236503601, -0.6059198379516602, 0.4520736634731293, 0.6172010898590088, -0.1375686079263687, 0.38644644618034363, -0.8397125601768494, 0.6047075390815735, 0.11328032612800598, 0.2424715757369995, 0.5350643396377563, -0.4192966818809509, -0.7064599990844727, -0.3535405993461609, 0.3701208829879761, 0.6202846169471741, -0.8782950043678284, 0.3447043299674988, 0.1028633788228035, -0.801137387752533, -0.5914653539657593, -0.37144699692726135, 0.06913778930902481, -0.298478364944458, 0.18936991691589355, 0.2933329939842224, -0.7792882323265076, -0.7032886743545532, -0.05262572690844536, -0.4919470548629761, 0.05069207027554512, 0.3648204505443573, 0.8365617394447327, -0.15872348845005035, 0.7670913338661194, -0.3182951807975769, -0.405542254447937, -0.3787606954574585, -0.21924711763858795, 0.22793349623680115, 0.9884162545204163, 0.9318062663078308, -0.41602185368537903, -0.5269973874092102, -0.1931435465812683, -0.6176922917366028, 0.34511449933052063, -0.013744279742240906, -0.3285171091556549, -0.2321765273809433, 0.19288641214370728, -0.7151618003845215, 0.39340105652809143, 0.08453968912363052, -0.6338064074516296, 0.7076209187507629, -0.3727605938911438, 0.1020887941122055, -1.0534377098083496, -0.17529301345348358, -0.47275346517562866, -0.5456696152687073, -0.3736172914505005, 0.39013272523880005, 0.002853852231055498, 0.12517035007476807, -0.9890648722648621, 0.5850608348846436, -0.26615285873413086, -0.2984046936035156, -0.28208887577056885, -0.15431860089302063, 0.018588287755846977, 0.5432348251342773, -0.3387753963470459, 0.648005485534668, 1.4024327993392944, -0.9838982820510864, 0.9651524424552917, 0.47303569316864014, -0.10317420959472656, 0.029276089742779732, -0.6044939756393433, 0.4803522229194641, -0.004170593805611134, -0.12296339869499207, -0.6916331648826599, -0.37744811177253723, 0.5512197017669678, -0.6051023006439209, -0.08677016198635101, -0.4087863266468048, -0.6781256794929504, -0.4199911057949066, -0.3587813079357147, 0.42862170934677124, 0.6085326671600342, -0.5083900094032288, 0.693307101726532, 0.49268630146980286, 0.46696192026138306, -0.2697889804840088, -0.350824236869812, -0.4334537386894226, -0.2731848657131195, -0.0414404459297657, 0.043442294001579285, 0.25366270542144775, -0.08893205970525742, 0.09278739243745804, 0.13651102781295776, -0.5308754444122314, 0.4350234270095825, 0.4742501378059387, 0.1081220880150795, -0.14861910045146942, 0.18292032182216644, -0.19651666283607483, 0.15964843332767487, 0.27200397849082947, -0.11551452428102493, 0.5063912272453308, -0.22643691301345825, 0.07607036828994751, -0.5854125618934631, -0.05983968824148178, 0.6936749815940857, -0.23202680051326752, 0.8564804196357727, 0.5812827348709106, -0.44162651896476746, -0.2318708598613739, 0.16343332827091217, -0.034045495092868805, -0.5349417924880981, 0.7357920408248901, -0.47438251972198486, -0.35882240533828735, 0.5982024669647217, 0.11042476445436478, -0.1178218200802803, 0.46957966685295105, 0.6798422932624817, -0.19160348176956177, 1.2205183506011963, 0.8272340893745422, 0.04392175376415253, 0.5895753502845764, -0.5227171182632446, -0.09673205018043518, -0.6714844703674316, -0.624850869178772, -0.6651014685630798, 0.0037391800433397293, -0.4817788600921631, -0.17085584998130798, 0.13087625801563263, 0.49102911353111267, -0.7749738097190857, 0.5995404720306396, -0.33803433179855347, 0.6364127397537231, 0.9735944271087646, 0.4192436635494232, -0.240082249045372, -0.4950163960456848, -0.1636274755001068, 0.5467790365219116, -0.679768979549408, -0.4180966019630432, 1.106218695640564, 0.585595428943634, 0.38170894980430603, 0.5072261691093445, 0.506821870803833, 0.01997523196041584, 0.27500683069229126, -0.8496829867362976, 0.4724625051021576, 0.2435004562139511, -1.0783264636993408, -0.2476383000612259, 0.10110308974981308, -0.9629399180412292, 0.23296774923801422, -0.4488508403301239, -0.5667865872383118, -0.02215341292321682, -0.020662935450673103, -0.7276867032051086, 0.25652939081192017, -0.3255915641784668, 0.9582343101501465, -0.479412704706192, -0.4595947265625, -0.132347971200943, -0.2901192009449005, 0.6145048141479492, 0.07868966460227966, 0.1800822615623474, -0.1851656138896942, -0.020251229405403137, 0.9192721247673035, -0.6673612594604492, 0.6863986849784851, -0.5953558683395386, 0.3212510645389557, 0.49574124813079834, 0.2542894184589386, 0.3836250901222229, 0.1119333878159523, 0.05917954444885254, -0.16599081456661224, 0.4690757989883423, -0.6298412084579468, -0.2549044191837311, 0.4977620542049408, -1.4222489595413208, -0.2046576738357544, -0.6011414527893066, -0.574744462966919, 0.14176423847675323, 0.5291941165924072, 0.09179644286632538, 0.37638965249061584, -0.16296012699604034, -0.010317808948457241, 0.058592651039361954, -0.3400799334049225, 0.5509873628616333, 0.760592520236969, -0.7574710845947266, -0.6227173805236816, 1.0200886726379395, -0.12942801415920258, -0.276714026927948, 0.04535571485757828, 0.36081138253211975, -0.6388699412345886, -0.7196394205093384, -0.07325267046689987, 0.1810513138771057, -0.5625260472297668, -0.3350028693675995, -0.290105938911438, -0.26463767886161804, -0.5775259733200073, 0.12479723989963531, -0.5030501484870911, -0.13000208139419556, -0.40219804644584656, -0.1284456104040146, 0.6579388976097107, 0.982398509979248, -0.5527548789978027, 1.3133175373077393, -0.7494500875473022, 0.08228600025177002, 0.5283583402633667, 0.3977130651473999, -0.08780179917812347, -0.3992062509059906, -1.027113914489746, -0.023233942687511444, -0.704371452331543, -1.1976454257965088, 0.7976704239845276, -0.05703262239694595, 0.6376724243164062, 0.681980311870575, -0.021099494770169258, 0.41482600569725037, -0.30801594257354736, 0.7502792477607727, 0.07377815991640091, -0.788489580154419, 0.4984634220600128, -0.5688775181770325, -0.10332349687814713, 0.6653502583503723, 0.4745423197746277, 0.10907847434282303, -0.2093869149684906, -0.836270809173584, -0.7825481295585632, 0.9191358089447021, 0.31819552183151245, -0.09804616123437881, 0.2335764765739441, 0.3642458915710449, -0.23746027052402496, 0.3971574306488037, -1.421539306640625, -0.14255361258983612, -0.5857229828834534, 0.0972977727651596, 0.20867228507995605, 0.008922251872718334, 0.13341324031352997, -0.5313023924827576, 1.2627780437469482, 0.22109678387641907, 0.2156660556793213, 0.11461891978979111, -0.061974771320819855, -0.14255794882774353, -0.3498583137989044, 0.6031234264373779, 0.27193617820739746, -0.9108388423919678, -0.17803815007209778, 0.06853755563497543, -0.6021053791046143, 0.41072383522987366, -0.305666446685791, -0.10123034566640854, -0.06542201340198517, 0.4355005919933319, 0.9068223237991333, -0.04770902544260025, -0.3152167499065399, 0.7506784200668335, 0.09027837216854095, -0.4449681043624878, -0.7726287841796875, 0.2742248475551605, -0.07950970530509949, 0.6019028425216675, -0.02831093966960907, 0.23047178983688354, 0.1400526463985443, -0.580618143081665, 0.1467561572790146, 0.22830350697040558, -0.7856979370117188, -0.40278053283691406, 0.9005803465843201, 0.25966858863830566, -0.9237770438194275, 0.8819370269775391, -0.5561770796775818, -1.0790629386901855, 1.118138313293457, 0.498211145401001, 1.057779312133789, -0.24768921732902527, -0.057678475975990295, 0.9140619039535522, 0.3918333947658539, -0.2123117595911026, 0.5633674263954163, 0.14335446059703827, -1.0724208354949951, -0.31175312399864197, -0.19596870243549347, -0.38173553347587585, 0.18280093371868134, -0.9324901103973389, 0.6342382431030273, -0.6618423461914062, -0.3905250132083893, -0.17556947469711304, 0.37029340863227844, -0.7162324786186218, 0.008268836885690689, -0.030225258320569992, 1.0859333276748657, -0.9001323580741882, 1.5978871583938599, 1.1239256858825684, -0.7444773316383362, -1.199026346206665, -0.16854535043239594, -0.38733452558517456, -0.9386210441589355, 0.8274528980255127, 0.20454049110412598, 0.16359053552150726, 0.49535271525382996, -1.0911893844604492, -0.8277133107185364, 1.3330742120742798, -0.18778906762599945, -0.3844291865825653, 0.026700062677264214, -0.2046910524368286, 0.3100525140762329, -0.5539157390594482, 0.371587336063385, 0.49703702330589294, 0.319132536649704, 0.08616700768470764, -0.6879605650901794, -0.21408915519714355, 0.04148895666003227, -0.32150718569755554, -0.2294914722442627, -0.6931367516517639, 1.4441413879394531, -0.5295524001121521, 0.08825184404850006, 0.4319314956665039, 0.7178343534469604, 0.6360775232315063, 0.024323610588908195, 0.7667585611343384, 0.4469253122806549, 0.6706973910331726, 0.15708671510219574, 0.717725932598114, -0.44493481516838074, 0.7920798063278198, 1.1686065196990967, -0.3382876515388489, 0.735458254814148, 0.18298697471618652, -0.22299987077713013, 0.8428940176963806, 0.8724062442779541, -0.37928539514541626, 0.9637328386306763, 0.3962579071521759, -0.0018523100297898054, -0.4436245262622833, 0.3451431691646576, -0.36824890971183777, 0.49820733070373535, 0.05936681851744652, 0.0685097798705101, -0.1769217699766159, 0.1683202087879181, -0.24038852751255035, -0.407670795917511, -0.6698173880577087, 0.8152201771736145, -0.3602372705936432, -0.46030065417289734, 0.4232509434223175, 0.20085880160331726, 0.2435416579246521, -0.4460979402065277, -0.20967665314674377, -0.08574800938367844, 0.2023967057466507, 0.051284853368997574, -0.5526427626609802, -0.04682207480072975, -0.4805411100387573, -0.04391007125377655, 0.27855849266052246, 0.4604828655719757, -0.3132096230983734, -0.4951559007167816, 0.26524069905281067, 0.46557536721229553, 0.5442425012588501, -0.0221214909106493, -0.8794551491737366, -0.19744011759757996, 0.09531775116920471, 0.009000532329082489, 0.12992645800113678, 0.4161919057369232, 0.3235372006893158, 0.9518455862998962, 0.5190562605857849, 0.06367409974336624, 0.02024514228105545, -0.19015607237815857, 0.9616246223449707, -0.8616290092468262, -0.9637460708618164, -0.827080488204956, 0.5740784406661987, 0.17123624682426453, -0.46647998690605164, 0.5972682237625122, 1.0859485864639282, 0.5255053043365479, -0.2454063594341278, 0.6400546431541443, -0.040533289313316345, 0.4508081078529358, -0.36343836784362793, 0.9348598718643188, -0.48588550090789795, 0.1738516241312027, 0.2886476218700409, -0.2629401385784149, -0.08249616622924805, 1.1545764207839966, -0.043083786964416504, -0.17211061716079712, 0.4927227199077606, 0.8521526455879211, 0.023625006899237633, -0.22345125675201416, 0.32514533400535583, 0.5380856990814209, 0.23364701867103577, 0.7026174068450928, 1.2711445093154907, -1.022628664970398, 0.4581480026245117, -0.46173229813575745, -0.0822550430893898, -0.2427569329738617, -0.7731560468673706, -1.1831820011138916, -0.3291221857070923, -0.5184046626091003, -1.010176658630371, -0.03352033719420433, 1.0480282306671143, 0.8236373066902161, -0.5502963066101074, -0.49748334288597107, -0.030391953885555267, 0.57942795753479, -0.6333311200141907, -0.1844264566898346, 0.43273136019706726, -0.20512472093105316, -0.7328682541847229, 0.2838938236236572, -0.49835458397865295, 0.5782642960548401, -0.3578229546546936, -0.2932392656803131, -0.35419145226478577, -0.11191761493682861, 0.10094022750854492, 0.30371713638305664, -0.2678746283054352, -0.25070062279701233, -0.3616732954978943, -0.23681305348873138, 0.22758470475673676, 0.4452987015247345, -1.1199657917022705, -0.09520218521356583, 0.38313189148902893, -0.22869817912578583, 0.6266830563545227, -0.23213531076908112, 0.6680471301078796, -0.44822970032691956, 0.35903289914131165, 0.23545923829078674, 0.29059261083602905, 0.03954113647341728, -0.2839227020740509, 0.29438528418540955, 0.22985342144966125, -0.7675588726997375, -0.9770548343658447, -0.16325634717941284, -0.9479456543922424, -0.40276655554771423, 0.9795647859573364, -0.0839419960975647, -0.7064051628112793, -0.269074410200119, -0.48141399025917053, 0.5629013776779175, -0.5091946125030518, 0.45542362332344055, 0.2876895070075989, 0.10508457571268082, -0.006428929045796394, -0.902917206287384, 0.7647218704223633, -0.2517228126525879, -0.3908165991306305, -0.39683935046195984, 0.30990856885910034, 0.615537703037262, -0.07424432039260864, 0.6698261499404907, 0.23056524991989136, 0.5471165776252747, 0.4043304920196533, 0.6778190732002258, -0.4761313199996948, -0.327234148979187, -0.4395436644554138, 0.21729087829589844, 0.35698559880256653, -0.885711669921875 ]
LoneStriker/deepseek-coder-33b-instruct-4.65bpw-h6-exl2
LoneStriker
2023-11-29T22:34:14Z
0
0
null
[ "region:us" ]
2023-11-29T22:34:14Z
2023-11-29T22:34:14.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
LoneStriker/deepseek-coder-33b-instruct-4.65bpw-h6-exl2
[ -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/deepseek-coder-33b-instruct-5.0bpw-h6-exl2
LoneStriker
2023-11-29T22:34:17Z
0
0
null
[ "region:us" ]
2023-11-29T22:34:17Z
2023-11-29T22:34:17.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
LoneStriker/deepseek-coder-33b-instruct-5.0bpw-h6-exl2
[ -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 ]
kchoi/ziplora-sdxl-girl-disney
kchoi
2023-11-29T22:35:43Z
0
0
null
[ "region:us" ]
2023-11-29T22:35:43Z
2023-11-29T22:35:42.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
kchoi/ziplora-sdxl-girl-disney
[ -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 ]
hkivancoral/smids_1x_beit_base_adamax_001_fold2
hkivancoral
2023-11-30T01:28:21Z
0
0
null
[ "transformers", "tensorboard", "safetensors", "beit", "image-classification", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2023-11-30T01:28:21Z
2023-11-29T22:36:03.000Z
null
null
--- license: apache-2.0 base_model: microsoft/beit-base-patch16-224 tags: - generated_from_trainer datasets: - imagefolder metrics: - accuracy model-index: - name: smids_1x_beit_base_adamax_001_fold2 results: - task: name: Image Classification type: image-classification dataset: name: imagefolder type: imagefolder config: default split: test args: default metrics: - name: Accuracy type: accuracy value: 0.7903494176372712 --- <!-- 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. --> # smids_1x_beit_base_adamax_001_fold2 This model is a fine-tuned version of [microsoft/beit-base-patch16-224](https://huggingface.co/microsoft/beit-base-patch16-224) on the imagefolder dataset. It achieves the following results on the evaluation set: - Loss: 1.4865 - Accuracy: 0.7903 ## 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.001 - train_batch_size: 32 - eval_batch_size: 32 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_ratio: 0.1 - num_epochs: 50 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | 0.9007 | 1.0 | 75 | 0.8802 | 0.5191 | | 0.7789 | 2.0 | 150 | 0.8973 | 0.5424 | | 0.8219 | 3.0 | 225 | 0.7607 | 0.6406 | | 0.7838 | 4.0 | 300 | 0.7358 | 0.6522 | | 0.6602 | 5.0 | 375 | 0.6978 | 0.6672 | | 0.7026 | 6.0 | 450 | 0.6685 | 0.6955 | | 0.6394 | 7.0 | 525 | 0.7731 | 0.6589 | | 0.6471 | 8.0 | 600 | 0.6234 | 0.7138 | | 0.5881 | 9.0 | 675 | 0.6358 | 0.7205 | | 0.5254 | 10.0 | 750 | 0.5746 | 0.7671 | | 0.5153 | 11.0 | 825 | 0.5501 | 0.7704 | | 0.5459 | 12.0 | 900 | 0.5543 | 0.7687 | | 0.5526 | 13.0 | 975 | 0.5321 | 0.7737 | | 0.5236 | 14.0 | 1050 | 0.5404 | 0.7937 | | 0.4317 | 15.0 | 1125 | 0.6220 | 0.7604 | | 0.4195 | 16.0 | 1200 | 0.5679 | 0.7854 | | 0.3753 | 17.0 | 1275 | 0.6021 | 0.7687 | | 0.3821 | 18.0 | 1350 | 0.5958 | 0.7854 | | 0.3599 | 19.0 | 1425 | 0.6478 | 0.7837 | | 0.2813 | 20.0 | 1500 | 0.6634 | 0.7671 | | 0.224 | 21.0 | 1575 | 0.6766 | 0.7820 | | 0.2635 | 22.0 | 1650 | 0.6781 | 0.7870 | | 0.1832 | 23.0 | 1725 | 0.8041 | 0.7604 | | 0.1751 | 24.0 | 1800 | 0.8069 | 0.7671 | | 0.2421 | 25.0 | 1875 | 0.8820 | 0.7737 | | 0.2115 | 26.0 | 1950 | 0.8838 | 0.7970 | | 0.1798 | 27.0 | 2025 | 0.8954 | 0.7787 | | 0.1341 | 28.0 | 2100 | 1.0505 | 0.7987 | | 0.0669 | 29.0 | 2175 | 1.2992 | 0.7770 | | 0.0892 | 30.0 | 2250 | 1.1168 | 0.7987 | | 0.1159 | 31.0 | 2325 | 1.2066 | 0.7870 | | 0.1289 | 32.0 | 2400 | 1.5859 | 0.7687 | | 0.0687 | 33.0 | 2475 | 1.1777 | 0.7887 | | 0.0226 | 34.0 | 2550 | 1.4423 | 0.7854 | | 0.04 | 35.0 | 2625 | 1.4594 | 0.7870 | | 0.0552 | 36.0 | 2700 | 1.3867 | 0.7820 | | 0.0439 | 37.0 | 2775 | 1.4599 | 0.7720 | | 0.0308 | 38.0 | 2850 | 1.4968 | 0.7903 | | 0.0564 | 39.0 | 2925 | 1.5256 | 0.7953 | | 0.0227 | 40.0 | 3000 | 1.4454 | 0.7953 | | 0.0214 | 41.0 | 3075 | 1.3100 | 0.8087 | | 0.0167 | 42.0 | 3150 | 1.4699 | 0.7987 | | 0.0299 | 43.0 | 3225 | 1.4525 | 0.7903 | | 0.0171 | 44.0 | 3300 | 1.3889 | 0.8053 | | 0.011 | 45.0 | 3375 | 1.3819 | 0.7920 | | 0.014 | 46.0 | 3450 | 1.5122 | 0.7903 | | 0.0198 | 47.0 | 3525 | 1.4328 | 0.7920 | | 0.0085 | 48.0 | 3600 | 1.5057 | 0.7920 | | 0.0028 | 49.0 | 3675 | 1.4856 | 0.7903 | | 0.0049 | 50.0 | 3750 | 1.4865 | 0.7903 | ### Framework versions - Transformers 4.35.2 - Pytorch 2.1.0+cu118 - Datasets 2.15.0 - Tokenizers 0.15.0
null
transformers
image-classification
null
null
null
null
null
null
null
null
null
hkivancoral/smids_1x_beit_base_adamax_001_fold2
[ -0.7129210233688354, -0.575907289981842, 0.20495940744876862, 0.03336811438202858, -0.06927531957626343, -0.051210809499025345, 0.08836700022220612, -0.07255621254444122, 0.6081413626670837, 0.35428833961486816, -0.6679167747497559, -0.8251811265945435, -0.769965648651123, -0.27031418681144714, -0.062322959303855896, 0.7415447235107422, 0.03240906447172165, -0.2104899138212204, -0.12792496383190155, -0.29003891348838806, -0.2939857244491577, 0.035088829696178436, -0.8096290230751038, -0.26644009351730347, 0.18387362360954285, 0.54229336977005, 1.03628671169281, 0.9458587169647217, 0.5489113926887512, 0.437073290348053, -0.34314534068107605, 0.09720596671104431, -0.257577508687973, -0.6423509120941162, 0.1412782371044159, -0.5455841422080994, -0.42094820737838745, 0.010908905416727066, 0.6621776819229126, 0.7136760354042053, -0.07089874148368835, 0.5284342765808105, 0.08194096386432648, 1.0683327913284302, -0.4317890405654907, 0.2578064203262329, -0.2775179147720337, 0.13891945779323578, -0.2075318992137909, -0.43380436301231384, 0.16030217707157135, -0.5447763204574585, 0.19165432453155518, -0.5715299844741821, 0.4697854518890381, 0.07045600563287735, 1.6769309043884277, 0.2536191940307617, -0.4243685305118561, 0.07172790169715881, -0.43081918358802795, 0.7424719929695129, -0.6766136288642883, 0.3815983533859253, 0.5758579969406128, 0.11401836574077606, -0.06725852936506271, -0.8382760286331177, -0.7550240755081177, 0.2590186297893524, -0.3779021203517914, 0.3372094929218292, -0.3083977997303009, -0.46188774704933167, 0.5471053719520569, 0.6251651644706726, -0.7255020141601562, -0.21694515645503998, -0.630166232585907, -0.21714453399181366, 0.6646384596824646, 0.3296610116958618, 0.24330709874629974, -0.7070180773735046, -0.7665747404098511, -0.26779705286026, -0.4309747815132141, 0.7742385268211365, 0.5956548452377319, 0.09335730224847794, -0.5192647576332092, 0.5066633820533752, -0.06703690439462662, 0.64567631483078, 0.2200942188501358, -0.20602978765964508, 0.9340474009513855, -0.4916132092475891, -0.3795338273048401, -0.16835078597068787, 0.8099645972251892, 0.7458435297012329, -0.2449769675731659, 0.1759316772222519, 0.0024300001095980406, -0.04894284904003143, 0.1677612066268921, -0.9325502514839172, -0.32482150197029114, 0.5979999899864197, -0.6538532376289368, -0.3238164484500885, 0.12501707673072815, -0.8859726190567017, 0.09000818431377411, -0.4338899552822113, 0.2560737431049347, -0.3404095470905304, -0.5051284432411194, -0.05050419643521309, -0.22610925137996674, 0.33417534828186035, 0.406632661819458, -0.9966215491294861, 0.3378746807575226, 0.38095274567604065, 1.1089134216308594, -0.021494101732969284, -0.15906114876270294, 0.10932472348213196, 0.39258864521980286, -0.6418260335922241, 0.8647228479385376, -0.07091116905212402, -0.4599341154098511, -0.2983884811401367, 0.4499252140522003, -0.3080712556838989, -0.38776710629463196, 0.6693796515464783, -0.3479367196559906, 0.20148886740207672, -0.4972772002220154, -0.36749428510665894, -0.29651618003845215, 0.5326115489006042, -0.7966282367706299, 1.4235446453094482, 0.3817542791366577, -1.2581928968429565, 0.5714587569236755, -0.7510119676589966, 0.09023016691207886, -0.042679961770772934, -0.08541272580623627, -1.0774160623550415, -0.33582833409309387, 0.3521484434604645, 0.2855365574359894, -0.3523457944393158, 0.216763436794281, 0.014218409545719624, -0.29654964804649353, -0.34054112434387207, -0.30674558877944946, 1.3877050876617432, 0.3305915892124176, -0.7192398905754089, 0.20303483307361603, -1.2225327491760254, 0.23585714399814606, 0.287019819021225, -0.5869615077972412, 0.02643558382987976, -0.31159597635269165, 0.22735783457756042, 0.18843641877174377, 0.4011844992637634, -0.6697998046875, 0.21804119646549225, -0.4048112630844116, 0.45117413997650146, 0.7388690114021301, 0.17851294577121735, 0.5175366401672363, -0.7097011804580688, 0.4268730878829956, 0.5922602415084839, 0.31916022300720215, 0.13158105313777924, -0.4807593524456024, -0.9237979054450989, -0.513081967830658, 0.025950396433472633, 0.6104331016540527, -0.3478350043296814, 0.6652717590332031, -0.23839505016803741, -0.7678144574165344, -0.5209788084030151, -0.08130134642124176, 0.195770725607872, 0.8204290270805359, 0.3207673132419586, -0.12431265413761139, -0.5514869093894958, -1.1525110006332397, 0.13611465692520142, 0.11510217189788818, 0.3487691581249237, 0.6276634931564331, 1.042771816253662, -0.3562566041946411, 1.278995156288147, -0.675780177116394, -0.7210366129875183, -0.0887608528137207, -0.15378153324127197, 0.8048208951950073, 0.6922701597213745, 1.0357739925384521, -0.9142289757728577, -0.7878251075744629, 0.04535629600286484, -0.7714179754257202, 0.36655178666114807, -0.13732734322547913, -0.0688813328742981, 0.1322021633386612, 0.17537812888622284, -0.638813853263855, 1.045295000076294, 0.717695951461792, -0.6146696209907532, 0.9084959626197815, -0.5921381711959839, 0.5216410756111145, -1.323494791984558, 0.4029715359210968, -0.06083579733967781, -0.192741259932518, -0.27016350626945496, -0.1620340794324875, 0.06269664317369461, -0.26405367255210876, -0.31488877534866333, 0.6927824020385742, -0.6718881130218506, 0.013286035507917404, 0.04832245036959648, -0.10881584137678146, -0.02708883211016655, 0.6887796521186829, -0.04273774474859238, 1.2065354585647583, 1.0087878704071045, -0.5515233874320984, 0.2552795708179474, 0.31910765171051025, -0.6339635252952576, 0.6308199763298035, -0.7334688901901245, -0.028379598632454872, -0.1974148452281952, 0.019532430917024612, -1.38254714012146, -0.3304034173488617, 0.33959272503852844, -0.5247920751571655, 0.26887691020965576, -0.14229579269886017, -0.17258964478969574, -1.0707122087478638, -0.5978612303733826, -0.08176068216562271, 0.23337440192699432, -0.43639832735061646, 0.7066254615783691, 0.29441916942596436, 0.19928959012031555, -0.7430495619773865, -0.8310615420341492, 0.06929229199886322, -0.055642422288656235, -0.9488018155097961, 0.43544802069664, -0.09164771437644958, -0.05743774399161339, 0.16922737658023834, -0.03251441940665245, -0.20231126248836517, 0.1401432305574417, 0.5157738924026489, 0.2195882648229599, -0.23951131105422974, -0.35318121314048767, -0.15577034652233124, -0.5510910153388977, -0.13254904747009277, -0.07124760001897812, 0.5802632570266724, -0.370384156703949, -0.629547655582428, -0.7571887969970703, 0.052713338285684586, 0.6818857192993164, -0.43119335174560547, 1.3148455619812012, 0.610219419002533, -0.37167978286743164, 0.17476405203342438, -0.47631096839904785, -0.051377102732658386, -0.4823029339313507, 0.29837116599082947, -0.7380346059799194, -0.8015985488891602, 0.9191150665283203, -0.2605438232421875, 0.26354295015335083, 0.8093945980072021, 0.5843995213508606, -0.13413606584072113, 1.0363383293151855, 0.275554895401001, -0.06377370655536652, 0.3262854218482971, -1.1541317701339722, 0.14725641906261444, -0.8998704552650452, -0.6366086006164551, -0.6500252485275269, -0.5217577219009399, -0.4674912691116333, -0.23970837891101837, 0.47102272510528564, 0.11455532908439636, -0.6163493990898132, 0.2860402762889862, -0.9471131563186646, 0.2837567925453186, 0.9840736389160156, 0.459506630897522, 0.03909381106495857, -0.026205124333500862, -0.383407324552536, -0.2201453447341919, -0.6432661414146423, -0.6899756789207458, 1.3861671686172485, 0.2519814074039459, 0.45288145542144775, 0.297201931476593, 0.9801716804504395, 0.2932980954647064, 0.011202381923794746, -0.4734489917755127, 0.17466819286346436, 0.2307220846414566, -0.902974545955658, -0.3207452893257141, -0.17251284420490265, -1.2622097730636597, 0.45628729462623596, -0.3023150563240051, -1.0908852815628052, 0.7250229120254517, 0.34568893909454346, -0.5060669779777527, 0.7146028280258179, -0.6771509647369385, 0.9643222689628601, -0.04674722999334335, -0.7701201438903809, -0.026437317952513695, -0.858884871006012, 0.30463382601737976, 0.1330035924911499, 0.27806782722473145, -0.12548035383224487, 0.07185831665992737, 0.8012181520462036, -0.9044073820114136, 0.3863540291786194, -0.28208932280540466, 0.34096240997314453, 0.5303296446800232, -0.15054933726787567, 0.7702061533927917, 0.13499489426612854, -0.25208842754364014, -0.006209747400134802, 0.2415134310722351, -0.6965817809104919, -0.30614909529685974, 1.0764516592025757, -1.3255189657211304, -0.9184719920158386, -0.6614038944244385, -0.520591676235199, 0.33014634251594543, 0.38928085565567017, 0.43185359239578247, 0.5797135233879089, 0.2063608318567276, 0.3191511631011963, 0.7137261629104614, -0.033271972090005875, 0.70514315366745, 0.3043193519115448, -0.08575515449047089, -0.9491949081420898, 0.7987957000732422, 0.14801369607448578, 0.2718839943408966, -0.01786942407488823, 0.2762264609336853, -0.5952960848808289, -0.4926004111766815, -0.49497532844543457, 0.126671701669693, -0.3804950714111328, -0.393876314163208, -0.8375248312950134, -0.1684359461069107, -0.8352519273757935, -0.552424967288971, -0.4563131034374237, -0.11950118094682693, -0.5120419859886169, -0.30876871943473816, 0.7087017297744751, 0.6088734865188599, -0.20739804208278656, 0.4282257854938507, -0.6300433278083801, 0.12439324706792831, 0.05954713374376297, 0.1622052937746048, 0.09075456857681274, -0.5016355514526367, -0.24777355790138245, 0.0358792245388031, -0.5475053191184998, -0.8899096250534058, 0.8699436187744141, -0.11647534370422363, 0.5372775197029114, 0.6345834136009216, -0.19746555387973785, 1.160942554473877, -0.19823789596557617, 0.9106075167655945, 0.4878324866294861, -0.8219278454780579, 0.7137095928192139, -0.32880282402038574, 0.437276154756546, 0.8307427167892456, 0.4944418668746948, -0.48553213477134705, -0.18980754911899567, -1.2128173112869263, -0.9995841979980469, 0.9446329474449158, 0.371553510427475, -0.06119783967733383, 0.07809838652610779, 0.2750427722930908, -0.4820731580257416, 0.31412363052368164, -0.9318055510520935, -1.0080724954605103, -0.20147326588630676, -0.012408438138663769, 0.1140458956360817, -0.17126207053661346, -0.3126220107078552, -0.7341293692588806, 0.6979671716690063, 0.2418079376220703, 0.3824508786201477, 0.4318270683288574, 0.2089795023202896, -0.29996776580810547, 0.13564153015613556, 0.7113971710205078, 1.0592625141143799, -0.6376935839653015, 0.15562747418880463, 0.05009492486715317, -0.5670404434204102, 0.18135569989681244, 0.018063314259052277, -0.6051124930381775, 0.03140672668814659, 0.35900598764419556, 0.7018632292747498, 0.06128378212451935, 0.19751381874084473, 0.751905083656311, 0.2908688187599182, -0.6615877151489258, -0.5686330795288086, -0.18553084135055542, 0.28923460841178894, 0.44358181953430176, 0.5627954006195068, 0.6414204835891724, 0.07192523777484894, -0.6358370780944824, 0.2636667788028717, 0.5389412641525269, -0.636189877986908, 0.06281422823667526, 1.1317740678787231, 0.005670567974448204, -0.3439703583717346, 0.5198098421096802, -0.06084569916129112, -0.7735695242881775, 1.1276079416275024, 0.46224668622016907, 0.6000077724456787, -0.27170202136039734, 0.0977107360959053, 1.2084734439849854, 0.43433138728141785, 0.21286681294441223, 0.6281058192253113, 0.06887916475534439, -0.38272690773010254, 0.2563121020793915, -0.7420323491096497, -0.03474389761686325, 0.26937758922576904, -0.7794594764709473, 0.4571956992149353, -0.5062268376350403, -0.6005030870437622, -0.2246052771806717, 0.5070072412490845, -0.9730806350708008, 0.45005181431770325, -0.17878976464271545, 1.3524165153503418, -1.0300664901733398, 0.6981679797172546, 0.7589116096496582, -0.8158412575721741, -1.320708155632019, -0.5519149899482727, -0.04949195683002472, -0.8347666263580322, 0.7608283162117004, 0.10754837095737457, 0.16704943776130676, 0.33342665433883667, -0.7279270887374878, -1.3126407861709595, 1.6814748048782349, -0.11909767240285873, -0.7194479703903198, 0.36279940605163574, 0.10020045191049576, 0.4375048279762268, -0.007915198802947998, 0.5647161602973938, 0.5656319856643677, 0.7055943012237549, 0.3645564913749695, -0.8624854683876038, 0.16104744374752045, -0.4323597252368927, 0.041073016822338104, 0.39271581172943115, -0.9242527484893799, 1.291243553161621, -0.40303921699523926, 0.09794117510318756, 0.03736904263496399, 0.6900822520256042, 0.42586973309516907, 0.23615875840187073, 0.5047302842140198, 1.3084336519241333, 0.8823220133781433, -0.3865324556827545, 1.252190351486206, -0.5995092988014221, 0.9876024723052979, 0.910460889339447, 0.21259097754955292, 0.8644993305206299, 0.5867000222206116, -0.6981698274612427, 0.5002747774124146, 0.9943090677261353, -0.22581398487091064, 0.6240463852882385, 0.021094905212521553, -0.4316639304161072, -0.09185098856687546, 0.13134153187274933, -0.7867907285690308, 0.08229157328605652, 0.11860248446464539, -0.5690591931343079, -0.39312323927879333, -0.1332021951675415, 0.08902100473642349, -0.07131948322057724, -0.4734918773174286, 0.5299027562141418, -0.3528786897659302, -0.29467085003852844, 0.41071733832359314, -0.12215469032526016, 0.6579875946044922, -0.7255299091339111, -0.014697584323585033, -0.07212377339601517, 0.5872330665588379, -0.8086064457893372, -1.1998051404953003, 0.3132198452949524, -0.35616523027420044, -0.36783987283706665, 0.04940156266093254, 0.49713778495788574, -0.180650532245636, -0.7277418375015259, 0.07741337269544601, 0.2281637340784073, 0.1749776154756546, 0.20442600548267365, -1.06444251537323, -0.23750640451908112, 0.27374333143234253, -0.7543386220932007, 0.04485226422548294, 0.4851454496383667, 0.007019132375717163, 0.48833972215652466, 0.9860067367553711, 0.1688435822725296, 0.23552221059799194, -0.219514861702919, 1.347511887550354, -0.7192038297653198, -0.5810168385505676, -0.7425981163978577, 0.5160704255104065, -0.37861981987953186, -0.7072734236717224, 0.9985753297805786, 1.0947279930114746, 0.516852855682373, -0.17133289575576782, 0.6047670841217041, -0.5233101844787598, 0.6550973653793335, -0.1870286762714386, 0.812721848487854, -0.9254229664802551, -0.24573898315429688, -0.22705481946468353, -0.8360222578048706, -0.4194909930229187, 0.9308887124061584, -0.6708148121833801, 0.038783736526966095, 0.6332329511642456, 1.2225315570831299, 0.14327344298362732, -0.019301380962133408, 0.1213948130607605, -0.030821533873677254, 0.13378103077411652, 0.613506555557251, 0.4614356458187103, -0.7900682091712952, 0.4245798885822296, -0.7686108350753784, -0.14993317425251007, -0.18099145591259003, -0.7738386392593384, -0.7292602062225342, -0.5472072958946228, -0.6684218049049377, -0.5231226682662964, -0.22090239822864532, 1.089741587638855, 0.9100890755653381, -0.8924957513809204, -0.3181496560573578, -0.16632333397865295, 0.04933971166610718, -0.27410322427749634, -0.2569600045681, 1.3381808996200562, 0.03875873610377312, -0.8827348351478577, -0.2456924468278885, 0.3354785144329071, 0.4762358069419861, -0.08881735801696777, -0.1281088888645172, -0.4535309374332428, -0.15067891776561737, 0.41694000363349915, 0.2615187466144562, -0.7032946348190308, -0.2229231894016266, -0.16208909451961517, -0.3521606922149658, 0.5954678058624268, 0.22694091498851776, -0.6180337071418762, 0.46889522671699524, 0.41712650656700134, 0.4344964027404785, 0.9238417148590088, 0.15919223427772522, -0.09582963585853577, -0.4440973997116089, 0.2643950581550598, -0.07678985595703125, 0.41635861992836, 0.05530351772904396, -0.5561954975128174, 0.7681303024291992, 0.6204544305801392, -0.7329698801040649, -0.7036030888557434, -0.3588634133338928, -1.4470230340957642, 0.0739859789609909, 1.0330244302749634, -0.18500956892967224, -0.7935095429420471, -0.05491845682263374, -0.4681316316127777, 0.058309249579906464, -0.5067915320396423, 0.4455607831478119, 0.6801608800888062, -0.2836070954799652, -0.2005489319562912, -0.7796374559402466, 0.4674127697944641, 0.043835725635290146, -0.9167367219924927, -0.44096043705940247, 0.3437754809856415, 0.5185055136680603, 0.47609397768974304, 0.7558099627494812, -0.12310648709535599, 0.25626128911972046, 0.4001101851463318, 0.28667888045310974, -0.17969831824302673, 0.013363057747483253, -0.03239559009671211, 0.3398710787296295, -0.010985588654875755, -0.6588650941848755 ]
jbeomlee93/output_lr1e-6
jbeomlee93
2023-11-29T22:36:09Z
0
0
null
[ "region:us" ]
2023-11-29T22:36:09Z
2023-11-29T22:36:09.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
jbeomlee93/output_lr1e-6
[ -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 ]
Preuss01/goulartevoice
Preuss01
2023-11-29T22:58:30Z
0
0
null
[ "region:us" ]
2023-11-29T22:58:30Z
2023-11-29T22:36:11.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
Preuss01/goulartevoice
[ -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 ]
adenovirux/facebook-opt-6.7b-qlora
adenovirux
2023-11-29T22:37:40Z
0
0
null
[ "peft", "arxiv:1910.09700", "base_model:facebook/opt-6.7b", "region:us" ]
2023-11-29T22:37:40Z
2023-11-29T22:37:39.000Z
null
null
--- library_name: peft base_model: facebook/opt-6.7b --- # 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
adenovirux/facebook-opt-6.7b-qlora
[ -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 ]
wolferobert3/mistral_factcheck_peft
wolferobert3
2023-11-29T22:37:41Z
0
0
null
[ "region:us" ]
2023-11-29T22:37:41Z
2023-11-29T22:37:41.000Z
null
null
Entry not found
null
null
null
null
null
null
null
null
null
null
null
null
wolferobert3/mistral_factcheck_peft
[ -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 ]
Angelinis/roberta-base-finetuned-enem
Angelinis
2023-11-29T23:03:54Z
0
0
null
[ "transformers", "tensorboard", "safetensors", "roberta", "multiple-choice", "generated_from_trainer", "base_model:roberta-base", "license:mit", "endpoints_compatible", "region:us" ]
2023-11-29T23:03:54Z
2023-11-29T22:38:24.000Z
null
null
--- license: mit base_model: roberta-base tags: - generated_from_trainer metrics: - accuracy model-index: - name: roberta-base-finetuned-enem 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. --> # roberta-base-finetuned-enem This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 1.6094 - Accuracy: 0.1924 ## 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: 5e-05 - train_batch_size: 2 - eval_batch_size: 2 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | 1.6341 | 1.0 | 933 | 1.6094 | 0.2090 | | 1.6251 | 2.0 | 1866 | 1.6094 | 0.2101 | | 1.6289 | 3.0 | 2799 | 1.6094 | 0.1924 | ### Framework versions - Transformers 4.35.2 - Pytorch 2.1.0+cu118 - Tokenizers 0.15.0
null
transformers
multiple-choice
null
null
null
null
null
null
null
null
null
Angelinis/roberta-base-finetuned-enem
[ -0.4800899922847748, -0.7691758275032043, 0.2788551449775696, 0.09935508668422699, -0.3447038531303406, -0.48110106587409973, -0.3218143880367279, -0.19980238378047943, 0.035591840744018555, 0.4840061366558075, -0.8432497382164001, -0.6741905212402344, -0.8590368032455444, -0.11793699860572815, -0.1715334951877594, 1.4038652181625366, 0.22963277995586395, 0.6211991906166077, -0.057094547897577286, -0.08355481177568436, -0.5672111511230469, -0.6547344326972961, -0.8145589828491211, -0.7463181614875793, 0.1533072590827942, 0.3715708255767822, 0.8014160394668579, 0.9579230546951294, 0.7180514335632324, 0.1821441799402237, -0.4426009953022003, -0.01093566045165062, -0.7800279855728149, -0.4991092085838318, -0.019198715686798096, -0.6518577933311462, -0.9203418493270874, -0.0031527879182249308, 0.7239468097686768, 0.47471338510513306, -0.18829907476902008, 0.6088834404945374, 0.033949606120586395, 0.6164467334747314, -0.4800677001476288, 0.3084011971950531, -0.5526487827301025, 0.24341045320034027, -0.3243798017501831, -0.46659180521965027, -0.5455664992332458, -0.09624919295310974, 0.02938101813197136, -0.47789299488067627, 0.5356379151344299, -0.00815422274172306, 1.4700387716293335, 0.5011943578720093, -0.27712926268577576, 0.10577807575464249, -0.983495831489563, 0.758658230304718, -0.705829381942749, 0.30679500102996826, 0.4197288155555725, 0.5953883528709412, 0.05785179138183594, -0.6433173418045044, -0.3617367148399353, -0.09009906649589539, 0.07789622992277145, 0.2358509749174118, -0.199380561709404, 0.03937014564871788, 0.738254964351654, 0.5204614996910095, -0.7359334230422974, 0.10849156230688095, -0.5622994899749756, -0.08819643408060074, 0.4002070128917694, 0.4362668991088867, -0.22441130876541138, -0.17298929393291473, -0.5703525543212891, -0.20652826130390167, -0.553073525428772, 0.049768026918172836, 0.6570768356323242, 0.3941885828971863, -0.5614220499992371, 0.6571460962295532, -0.2976589500904083, 1.065889835357666, 0.3270057737827301, -0.20489363372325897, 0.5605641007423401, 0.10513480752706528, -0.49096640944480896, -0.29894059896469116, 0.6455533504486084, 0.5707311034202576, 0.3633699119091034, 0.051047567278146744, -0.2285962849855423, -0.08559490740299225, 0.3060881793498993, -0.9458317160606384, -0.45710498094558716, 0.15460439026355743, -0.7087989449501038, -0.6349772214889526, 0.28376826643943787, -0.522301197052002, 0.30865806341171265, -0.5300225615501404, 0.5040552020072937, -0.5316169857978821, -0.08361105620861053, 0.14892169833183289, -0.2054181694984436, 0.24833403527736664, 0.2208763211965561, -0.826677680015564, 0.502163290977478, 0.5076515674591064, 0.542812168598175, 0.10031162947416306, -0.21139860153198242, -0.28145986795425415, 0.07431627064943314, -0.21829070150852203, 0.59688401222229, -0.1595679670572281, -0.4330174922943115, -0.286896675825119, 0.16075830161571503, -0.06478504836559296, -0.5561245083808899, 0.9149000644683838, -0.42102712392807007, 0.3604963421821594, 0.09422236680984497, -0.6706284284591675, -0.230096235871315, 0.5180804133415222, -0.6637977957725525, 1.1390893459320068, 0.25022754073143005, -0.6761858463287354, 0.5810325145721436, -0.49655622243881226, -0.009045219048857689, -0.05289379507303238, -0.08956478536128998, -0.8615667223930359, -0.031061295419931412, -0.004011810291558504, 0.3545454144477844, -0.4181501865386963, 0.34293055534362793, -0.31966257095336914, -0.467373788356781, 0.015283467248082161, -0.7488464713096619, 1.0026886463165283, 0.15870723128318787, -0.4815911054611206, 0.2530564069747925, -1.5380722284317017, 0.5326510667800903, 0.2263609915971756, -0.593244731426239, 0.13355156779289246, -0.4874107241630554, 0.4963574707508087, 0.1605994552373886, 0.36216187477111816, -0.4406791627407074, 0.10180340707302094, -0.42411312460899353, 0.15064525604248047, 0.6291274428367615, 0.11640504747629166, 0.14812158048152924, -0.6179264783859253, 0.391632616519928, 0.07659406214952469, 0.5274072289466858, 0.3229365348815918, -0.5650594830513, -0.964930534362793, -0.22250092029571533, 0.4791097939014435, 0.4436025321483612, -0.0729922503232956, 0.9288082122802734, -0.19233235716819763, -0.8664751052856445, -0.256248414516449, -0.05046539753675461, 0.7091981172561646, 0.6216807961463928, 0.5325769782066345, -0.22762368619441986, -0.5454088449478149, -1.2162491083145142, -0.006150899920612574, 0.06866544485092163, 0.16319333016872406, 0.33412966132164, 0.6573987007141113, -0.08240814507007599, 0.7498252987861633, -0.5999011397361755, -0.28144434094429016, -0.0855228453874588, 0.11498702317476273, 0.49746352434158325, 0.9944777488708496, 0.8763083815574646, -0.46396851539611816, -0.2708730101585388, -0.25176918506622314, -0.7446426153182983, 0.380866676568985, -0.139191135764122, -0.3971266448497772, 0.00851385947316885, 0.01610477827489376, -0.6260802149772644, 0.691067636013031, 0.4641147553920746, -0.2558707296848297, 0.7192699909210205, -0.5166503190994263, -0.05894928053021431, -1.1999657154083252, 0.23743242025375366, 0.1450491100549698, -0.1556767374277115, -0.22706472873687744, 0.21833738684654236, 0.1879938244819641, -0.2400629073381424, -0.3364556133747101, 0.45900797843933105, -0.38131147623062134, 0.026822425425052643, -0.13834689557552338, -0.35187190771102905, 0.008077907375991344, 0.8063279986381531, 0.13840700685977936, 0.5853340029716492, 0.5919316411018372, -0.5315836668014526, 0.34944361448287964, 0.574795126914978, -0.19571983814239502, 0.6936405897140503, -0.9218049049377441, 0.21853619813919067, 0.07098299264907837, 0.10212911665439606, -0.6298640966415405, -0.24823600053787231, 0.3747948110103607, -0.6348336935043335, 0.3566441833972931, -0.6163514852523804, -0.2639727294445038, -0.36126333475112915, 0.023231560364365578, 0.2530587613582611, 0.6671385169029236, -0.5211461186408997, 0.3761327862739563, -0.06128307804465294, 0.4960259199142456, -0.5532810091972351, -0.8793087601661682, -0.24735793471336365, -0.235118567943573, -0.5693177580833435, 0.2777348458766937, -0.113829106092453, 0.01870037615299225, 0.02093706652522087, 0.04430287331342697, -0.40118008852005005, -0.09310174733400345, 0.5533828735351562, 0.39084431529045105, -0.2676631808280945, -0.09146389365196228, -0.24180373549461365, -0.3931540548801422, 0.2351023405790329, -0.07799428701400757, 0.7981604337692261, -0.24507659673690796, -0.3614216446876526, -0.9163440465927124, -0.09200223535299301, 0.5537489652633667, -0.3222624361515045, 0.8874943852424622, 0.6780236959457397, -0.610252320766449, -0.20160065591335297, -0.41978102922439575, -0.07507822662591934, -0.39781808853149414, 0.4662839472293854, -0.6425877809524536, -0.08625882863998413, 0.7084628939628601, 0.03589524328708649, -0.12549233436584473, 1.0524433851242065, 0.5581392049789429, 0.1478976607322693, 1.1223520040512085, 0.309562087059021, 0.060906268656253815, 0.33223122358322144, -1.085909128189087, -0.3189346194267273, -0.8313910961151123, -0.4040939211845398, -0.743923008441925, -0.2514075040817261, -0.6015567779541016, -0.1810671091079712, 0.2117769569158554, 0.1537044495344162, -0.7889994382858276, 0.388927161693573, -0.5580689311027527, 0.34955307841300964, 0.9094038009643555, 0.6494166254997253, 0.0950389951467514, -0.020773960277438164, -0.038198187947273254, -0.1480003148317337, -0.8426830768585205, -0.5777602195739746, 1.5021440982818604, 0.35165682435035706, 0.8947308659553528, -0.06186771020293236, 0.9206387996673584, 0.0004163313133176416, 0.09051589667797089, -0.6386422514915466, 0.3364942669868469, 0.05378565192222595, -1.0656927824020386, -0.1927446722984314, -0.36033421754837036, -0.6699332594871521, -0.039395522326231, -0.5835565328598022, -0.42124003171920776, 0.16566547751426697, 0.3802553415298462, -0.3918369710445404, 0.3724631667137146, -0.40411749482154846, 1.2048208713531494, -0.40748655796051025, -0.3741225004196167, -0.306412935256958, -0.515815258026123, 0.20538847148418427, 0.22747914493083954, -0.31748145818710327, 0.061534252017736435, 0.40711426734924316, 0.7619375586509705, -0.7481147050857544, 0.6837297081947327, -0.45244893431663513, 0.5391553044319153, 0.2987355589866638, -0.07809046655893326, 0.8103059530258179, 0.1943555772304535, -0.15401363372802734, 0.23964835703372955, -0.11763573437929153, -0.6372953653335571, -0.5726454257965088, 0.7788401246070862, -1.2045600414276123, -0.22640164196491241, -0.628849446773529, -0.4828864336013794, -0.15035058557987213, 0.31529560685157776, 0.7023253440856934, 0.9049501419067383, -0.1830480843782425, 0.3891426622867584, 0.5698158740997314, 0.18250322341918945, 0.05769822746515274, 0.35753434896469116, 0.11906001716852188, -0.6106709837913513, 0.7650689482688904, -0.0026781170163303614, 0.2792368531227112, -0.056533291935920715, 0.034388814121484756, -0.2182905226945877, -0.8647385239601135, -0.8440638780593872, 0.23780350387096405, -0.740416407585144, -0.3450358510017395, -0.2434946447610855, -0.44457298517227173, -0.1628754734992981, 0.029222367331385612, -0.544228196144104, -0.4443632662296295, -0.7426891326904297, -0.18805627524852753, 0.43042969703674316, 0.6759228706359863, 0.19190672039985657, 0.6487342119216919, -0.6836743354797363, -0.04605891928076744, -0.06648992747068405, 0.5472971200942993, -0.0567934513092041, -1.0210827589035034, -0.3906390070915222, 0.15069971978664398, -0.4036255478858948, -0.7248287200927734, 0.5075410008430481, 0.1778368353843689, 0.7456879019737244, 0.5093765258789062, -0.22680120170116425, 1.2095253467559814, -0.44508570432662964, 0.7601205110549927, 0.22079800069332123, -0.6336857676506042, 0.6705013513565063, -0.4176819622516632, 0.11219955235719681, 0.653794527053833, 0.4578816592693329, 0.13467223942279816, -0.14999926090240479, -1.4939978122711182, -0.7314327359199524, 0.8661978244781494, 0.27970483899116516, -0.0026050822343677282, 0.12077291309833527, 0.46227583289146423, -0.07224636524915695, 0.05520220100879669, -0.831075131893158, -0.5850157141685486, -0.18190881609916687, -0.24963422119617462, -0.02406868152320385, -0.31708070635795593, -0.43163806200027466, -0.435445636510849, 1.2055398225784302, 0.02956612966954708, 0.30609050393104553, 0.031550876796245575, -0.0629514828324318, -0.4006388783454895, -0.04919660836458206, 0.7455421090126038, 0.9118671417236328, -0.7597230672836304, -0.2612880766391754, 0.2546584904193878, -0.26837480068206787, -0.09379059821367264, 0.19425290822982788, -0.24922876060009003, 0.16469822824001312, 0.3953649401664734, 1.0721611976623535, 0.3653104901313782, -0.27900585532188416, 0.458943635225296, -0.014788687229156494, -0.28121641278266907, -0.7433077692985535, 0.25714245438575745, -0.20126885175704956, 0.24720342457294464, 0.22928093373775482, 0.8105462789535522, 0.06494105607271194, -0.24178704619407654, 0.2540089786052704, 0.36436954140663147, -0.5392155647277832, -0.23586203157901764, 0.952271580696106, 0.10763168334960938, -0.48550596833229065, 0.659720242023468, -0.06895337998867035, -0.17871685326099396, 0.9903392791748047, 0.707379937171936, 0.8127620816230774, 0.07046589255332947, -0.1775393933057785, 0.9216194152832031, 0.06033840402960777, -0.16347092390060425, 0.5468255281448364, 0.2774854600429535, -0.49309253692626953, -0.09653957188129425, -0.7640267014503479, -0.33536139130592346, 0.483758807182312, -1.4428684711456299, 0.5016953945159912, -0.7955805659294128, -0.6174737215042114, 0.28157079219818115, 0.10703428834676743, -1.1665960550308228, 0.7028785347938538, -0.08879706263542175, 1.2446848154067993, -0.9393852353096008, 0.904151439666748, 0.6705453395843506, -0.6869127750396729, -1.1051031351089478, -0.19299228489398956, -0.09885483235120773, -1.0359455347061157, 0.9695074558258057, -0.12480546534061432, 0.2532787322998047, 0.24997474253177643, -0.4332779049873352, -0.9640088081359863, 1.0845390558242798, 0.20163556933403015, -0.6347051858901978, 0.04693295806646347, 0.016384579241275787, 0.7796282172203064, -0.300493985414505, 0.6491738557815552, 0.20192579925060272, 0.3646424114704132, 0.02809804677963257, -1.088192105293274, -0.17718367278575897, -0.2886868119239807, 0.20717059075832367, 0.04497813805937767, -0.8286415934562683, 1.2186033725738525, -0.009193027392029762, 0.36442530155181885, 0.4108671247959137, 0.5715491771697998, 0.21471212804317474, 0.07343178987503052, 0.37064069509506226, 1.0643805265426636, 0.5717296600341797, -0.3041825294494629, 1.1019865274429321, -0.7645767331123352, 0.9224247336387634, 1.3447253704071045, 0.1783922165632248, 0.7623707056045532, 0.2317640334367752, -0.3978559076786041, 0.4924791753292084, 0.82352614402771, -0.47351500391960144, 0.39399003982543945, 0.2115354835987091, 0.08641961216926575, -0.41314923763275146, 0.3897881805896759, -0.7090005874633789, 0.4977397322654724, 0.029600609093904495, -0.7980615496635437, -0.33744558691978455, -0.182008296251297, -0.05820645019412041, -0.0036114242393523455, -0.3403456211090088, 0.5959640741348267, -0.5241750478744507, -0.42316746711730957, 1.0263755321502686, 0.16321171820163727, 0.4128274917602539, -0.5861517786979675, -0.22300080955028534, 0.0234079472720623, 0.561694860458374, -0.33221057057380676, -0.5620970726013184, 0.2646002173423767, 0.048773448914289474, -0.45581382513046265, 0.04398461803793907, 0.43607932329177856, -0.3155657649040222, -0.810723602771759, 0.12792271375656128, 0.43560415506362915, 0.34967952966690063, 0.11562080681324005, -1.0190240144729614, -0.04227349907159805, -0.024255268275737762, -0.4083701968193054, 0.051097240298986435, 0.2619034945964813, 0.039119064807891846, 0.575456440448761, 0.6379207372665405, 0.21233326196670532, 0.12548546493053436, 0.19147571921348572, 0.9456738829612732, -0.6157541871070862, -0.63184654712677, -0.5967159271240234, 0.5587022304534912, -0.2154693603515625, -1.1217635869979858, 0.7234562635421753, 1.1441856622695923, 1.1079795360565186, -0.40559446811676025, 0.6161080002784729, 0.011988162994384766, 0.5971308350563049, -0.6489557027816772, 0.6410292983055115, -0.41761621832847595, -0.05809944495558739, -0.1307319551706314, -0.913051962852478, -0.1345110982656479, 0.8428647518157959, -0.30553382635116577, 0.20602887868881226, 0.446830153465271, 0.7356908917427063, -0.07390602678060532, -0.032208483666181564, 0.24084284901618958, 0.06063185632228851, 0.12540417909622192, 0.514686644077301, 0.36278092861175537, -0.9586149454116821, 0.5013158321380615, -0.6664600968360901, -0.2854962944984436, -0.26810774207115173, -0.5766897201538086, -1.0018516778945923, -0.33410322666168213, -0.35723617672920227, -0.5840436220169067, 0.3275696337223053, 1.1558834314346313, 1.0460776090621948, -0.9042554497718811, -0.3222953677177429, -0.12489007413387299, -0.48767751455307007, -0.35058271884918213, -0.2558894455432892, 0.510769248008728, -0.2317022830247879, -0.9784101247787476, 0.030645867809653282, -0.38532373309135437, 0.3314133882522583, -0.2169407457113266, -0.355579137802124, -0.21213969588279724, -0.47118374705314636, 0.010121791623532772, 0.03127317503094673, -0.6470544934272766, -0.5570382475852966, -0.24785418808460236, -0.15257975459098816, 0.30146509408950806, 0.24038557708263397, -0.5867100954055786, 0.48099949955940247, 0.2857212722301483, 0.24707111716270447, 0.9041997790336609, 0.2087351530790329, 0.36616015434265137, -0.8069313168525696, 0.5329990386962891, 0.36079275608062744, 0.4470139741897583, 0.020548829808831215, -0.5048419833183289, 0.5980950593948364, 0.4631279706954956, -0.6532235145568848, -0.7960024476051331, -0.09605371206998825, -1.3294321298599243, 0.21525388956069946, 1.0647354125976562, -0.12336674332618713, -0.5017675161361694, 0.38299328088760376, -0.26546400785446167, 0.3868687152862549, -0.20543554425239563, 0.5246453881263733, 0.7030736207962036, -0.23286350071430206, 0.09411221742630005, -0.5733393430709839, 0.5858938694000244, 0.36939236521720886, -0.6346948742866516, -0.23274339735507965, 0.618123471736908, 0.7718644738197327, 0.17602284252643585, 0.2840520739555359, -0.22319962084293365, 0.4144023656845093, 0.23250862956047058, 0.45657268166542053, -0.5833002924919128, -0.46525055170059204, -0.47974997758865356, 0.08522407710552216, 0.28125375509262085, -0.520021378993988 ]
Mariaaaaa/vicuna-7b-fine-tuning_Twitter_20_256
Mariaaaaa
2023-11-29T22:45:45Z
0
0
null
[ "transformers", "safetensors", "llama", "text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
2023-11-29T22:45:45Z
2023-11-29T22:39:40.000Z
null
null
Entry not found
null
transformers
text-generation
null
null
null
null
null
null
null
null
null
Mariaaaaa/vicuna-7b-fine-tuning_Twitter_20_256
[ -0.3227651119232178, -0.22568456828594208, 0.8622261881828308, 0.43461447954177856, -0.5282989740371704, 0.7012965083122253, 0.7915719747543335, 0.0761861652135849, 0.7746025323867798, 0.25632235407829285, -0.7852817177772522, -0.22573819756507874, -0.9104477763175964, 0.5715669393539429, -0.39923295378685, 0.5791240334510803, -0.14494486153125763, -0.10751186311244965, 0.2823379635810852, -0.27689534425735474, -0.5409222841262817, -0.3685528635978699, -1.1902779340744019, 0.06149144098162651, 0.5316579937934875, 0.7435142993927002, 0.7584061026573181, 0.365217387676239, 0.643257737159729, 0.39322930574417114, -0.23138955235481262, 0.4827052056789398, -0.04171820357441902, 0.0026043057441711426, -0.3524433374404907, -0.5516901016235352, -0.2859658896923065, 0.0758475735783577, 1.09613037109375, 0.9666879773139954, -0.28466367721557617, 0.053308069705963135, -0.30636194348335266, 0.3308888077735901, -0.4973432421684265, 0.30541014671325684, -0.022506142035126686, 0.16318786144256592, -0.7041513919830322, -0.553535521030426, 0.012794725596904755, -0.7361211776733398, 0.1792658567428589, -0.690081000328064, 0.8269098401069641, 0.1858319789171219, 1.1533749103546143, 0.14819422364234924, -0.46248704195022583, -0.8161762356758118, -0.6538987159729004, 0.5711171627044678, -0.32703709602355957, 0.39680251479148865, 0.702823281288147, -0.048573337495326996, -0.9820329546928406, -0.6745744943618774, -0.46466198563575745, 0.2923961579799652, 0.35402777791023254, -0.34116750955581665, -0.17522063851356506, -0.3058988153934479, 0.1579202115535736, 0.12811532616615295, -0.4841991364955902, -0.5543915629386902, -0.5475162863731384, -0.39602530002593994, 0.6206656694412231, 0.3482949137687683, 0.24291741847991943, -0.18884167075157166, -0.3228583037853241, 0.08801612257957458, -0.4160848557949066, 0.3402569890022278, 0.6335514187812805, 0.7114018201828003, -0.5811439752578735, 0.5602155923843384, -0.049276046454906464, 0.743970513343811, 0.11445537954568863, -0.27478140592575073, 0.4146055281162262, -0.14724686741828918, 0.05517130345106125, 0.42263469099998474, 0.31524425745010376, 0.28413110971450806, -0.32736971974372864, 0.20322327315807343, -0.32151466608047485, -0.30496254563331604, -0.22332186996936798, -0.2949075698852539, -0.35921794176101685, 0.549228847026825, -0.33140209317207336, -0.4285549223423004, 1.1431758403778076, -0.4200766980648041, -0.7302228212356567, 0.3315640091896057, 0.40652021765708923, -0.09944786131381989, -0.3714657127857208, -0.05226101726293564, -0.8458784818649292, -0.007907086983323097, 0.7491174936294556, -0.7198967933654785, 0.33717384934425354, 0.4728066027164459, 0.7417219877243042, 0.1965058445930481, -0.14034488797187805, -0.4294944703578949, 0.29719680547714233, -0.8659995198249817, 0.6320172548294067, -0.2013525515794754, -1.0051977634429932, 0.11150509119033813, 0.8971704244613647, -0.3789637088775635, -1.2094879150390625, 1.0605156421661377, -0.6887935400009155, 0.16017857193946838, -0.6767615079879761, -0.14661213755607605, -0.07118458300828934, -0.005096346139907837, -0.6088160276412964, 0.7567101716995239, 0.587267279624939, -0.4995274543762207, 0.21429482102394104, -0.26029834151268005, -0.39151373505592346, 0.38824862241744995, -0.07935447990894318, -0.21858911216259003, 0.713833212852478, -0.6647083163261414, -0.26932811737060547, 0.2942773699760437, 0.23689332604408264, -0.35706108808517456, -0.79319167137146, 0.08478114753961563, -0.05786280706524849, 1.5507503747940063, -0.038688190281391144, -0.3586105406284332, -0.6793836355209351, -1.1506239175796509, -0.0707082748413086, 0.6886882185935974, -0.9194992780685425, -0.27839502692222595, -0.04641008749604225, -0.2616933286190033, 0.08994899690151215, 0.7390592098236084, -1.1194051504135132, 0.2832726538181305, -0.05092669650912285, -0.22794707119464874, 0.8271061182022095, 0.1538725048303604, 0.24758973717689514, 0.14913439750671387, 0.4295872747898102, 0.5277255773544312, 0.11115165054798126, 0.6835873126983643, -0.34720394015312195, -0.9694350361824036, 0.6154635548591614, 0.25266382098197937, 0.8121447563171387, -0.4994528889656067, 0.2685094177722931, 0.2702551782131195, -0.34096747636795044, -0.5682372450828552, -0.3102836608886719, 0.09025730192661285, 0.14930585026741028, 0.11142484843730927, -0.5721707344055176, -0.6576123237609863, -0.9689141511917114, -0.13590677082538605, -0.43143749237060547, -0.35715746879577637, 0.21006879210472107, 0.5792902708053589, -1.1975520849227905, 0.4128875136375427, -0.770563006401062, -0.7038742303848267, -0.010655438527464867, -0.19338111579418182, 0.7540656924247742, 0.4324015974998474, 0.5033963918685913, -0.6397148966789246, -0.5661991834640503, -0.22470131516456604, -1.033374547958374, -0.13280482590198517, 0.24819593131542206, 0.30657368898391724, -0.1342330276966095, -0.2744958996772766, -0.487403005361557, 0.810038685798645, 0.14789143204689026, -0.5391894578933716, 0.522076427936554, -0.30203184485435486, 0.1722482144832611, -0.6369155049324036, -0.06916841119527817, -0.661676287651062, -0.0009073078399524093, -0.360830694437027, -0.5737439393997192, 0.14772304892539978, 0.07017489522695541, -0.16065458953380585, 0.28808408975601196, -0.9092772603034973, -0.0010855093132704496, -0.7442210912704468, 0.3790721297264099, 0.06394751369953156, -0.31450796127319336, -0.01751742884516716, 1.000038743019104, 0.778445839881897, -0.38480472564697266, 0.721744179725647, 0.4440041184425354, 0.19036146998405457, 0.763052225112915, -0.18725082278251648, 0.16478247940540314, -0.524541974067688, -0.12161102145910263, -0.888759970664978, -1.0982946157455444, 0.7320570945739746, -0.6114249229431152, 0.3654288649559021, -0.42778730392456055, 0.25891631841659546, -0.6919255256652832, -0.03885392099618912, 0.4808598458766937, -0.05936310440301895, -0.6863943338394165, 0.5232576131820679, 0.45317554473876953, -0.20192453265190125, -0.6609035730361938, -0.5301569104194641, 0.39365819096565247, 0.615411639213562, -0.16390368342399597, 0.06878544390201569, 0.14941087365150452, -0.5441931486129761, -0.040802616626024246, -0.3869195580482483, -0.45766758918762207, 0.05422430485486984, 0.13053461909294128, -0.0057506137527525425, -0.4048202633857727, -0.08680291473865509, -0.35842007398605347, -0.4656125009059906, 0.21876510977745056, 0.30119481682777405, -0.04096285253763199, -0.4259978234767914, -0.3619818687438965, -0.8881809115409851, 0.6719611883163452, 0.5370283722877502, 0.05281493812799454, 0.7555554509162903, 0.16819210350513458, -0.8014988899230957, -0.13532207906246185, -0.17607103288173676, 0.26968345046043396, -0.5588057041168213, 0.13849851489067078, -0.013484681025147438, -0.06374924629926682, 0.2629794478416443, 0.2538621127605438, -0.43005552887916565, 0.9276250600814819, -0.2615273594856262, -0.3592519760131836, 0.796018123626709, 0.5974738597869873, 0.4958310127258301, 0.16503235697746277, -0.044541794806718826, 0.900709331035614, -1.1966516971588135, -0.6563178300857544, -0.7409547567367554, -0.15945681929588318, -0.4351081848144531, -0.03210577368736267, 0.6254414319992065, 0.29009929299354553, -0.1333390176296234, 0.4756389558315277, -0.52434903383255, 0.3556036353111267, 1.0119842290878296, 0.35748666524887085, 0.3435700535774231, -0.7570226192474365, -0.2515777349472046, -0.14024269580841064, -0.9998156428337097, -0.2631377577781677, 0.8871029615402222, 0.22752591967582703, 0.8444603085517883, 0.5992541313171387, 0.6784543991088867, 0.13672283291816711, 0.2523830235004425, -0.30590343475341797, 0.3920295834541321, 0.43760842084884644, -1.0401136875152588, -0.42758384346961975, 0.02141881361603737, -0.9703340530395508, -0.1422753632068634, -0.034949976950883865, -0.42617136240005493, 0.7681739926338196, 0.00016602873802185059, -0.40767115354537964, 0.7732731103897095, -0.4555831551551819, 0.7562875151634216, -0.4473648965358734, -0.02663896605372429, 0.46990966796875, -0.7070639729499817, 0.46774283051490784, 0.1287880539894104, 0.6205843091011047, -0.015572470612823963, -0.04078610986471176, 0.7104939222335815, -0.9129160642623901, 0.2543862760066986, -0.6348397731781006, 0.22421273589134216, 0.24246945977210999, 0.5160625576972961, 0.5969955325126648, 0.43712449073791504, 0.10119888931512833, -0.23920902609825134, 0.041157763451337814, -0.8241122961044312, -0.21050627529621124, 0.6975154280662537, -0.7186890840530396, -0.6864198446273804, -1.2355339527130127, 0.1443869173526764, 0.27347102761268616, 0.3893052041530609, 0.7959295511245728, 0.5714091062545776, 0.1289544403553009, 0.6805251240730286, 0.9888589978218079, -0.06885665655136108, 0.9166924357414246, 0.32244783639907837, 0.09175195544958115, -0.2194482386112213, 0.7036819458007812, 0.26627877354621887, -0.24707937240600586, -0.11939720809459686, 0.20913438498973846, -0.11069388687610626, -0.5917614698410034, -0.4999062418937683, 0.37017592787742615, -0.6731789112091064, -0.1830390989780426, -0.6243732571601868, -0.6043770909309387, -0.5117589235305786, 0.06927366554737091, -0.7147690057754517, 0.239790678024292, -0.7753564119338989, -0.10574889183044434, 0.04323374107480049, 0.9792009592056274, -0.5893118977546692, 0.580522358417511, -1.1218583583831787, 0.19345825910568237, -0.07949863374233246, 0.7921055555343628, 0.21395787596702576, -0.7344390153884888, -0.3975418210029602, -0.11592616885900497, -0.3729909062385559, -1.3576765060424805, 0.2140493094921112, -0.24541416764259338, 0.23094062507152557, 0.614540696144104, 0.13977067172527313, 0.5258246660232544, -0.34326305985450745, 0.7029101848602295, -0.05701718479394913, -0.7069287300109863, 0.7934494614601135, -0.5026894807815552, 0.49635380506515503, 0.9766000509262085, 0.5333839058876038, -0.7984007596969604, 0.03574109822511673, -1.0411232709884644, -0.600869357585907, 0.38426417112350464, 0.11928939819335938, -0.03601091355085373, -0.6659561991691589, -0.05401942878961563, -0.16143818199634552, 0.6043739914894104, -1.039069414138794, -0.7858358025550842, 0.25766998529434204, 0.5277299284934998, 0.0816861018538475, -0.5653401017189026, 0.20880670845508575, -0.5444160103797913, 1.0657771825790405, 0.45109397172927856, 0.3274499773979187, 0.8406059145927429, 0.46492403745651245, -0.3823159635066986, 0.09252475202083588, 0.7662688493728638, 0.6666239500045776, -0.5239797830581665, -0.29080265760421753, -0.08827564865350723, -0.914340615272522, 0.05927473306655884, 0.1116890162229538, -0.013455850072205067, 0.9082109332084656, 0.5793082118034363, 0.2539709508419037, 0.4514278769493103, -0.7264603972434998, 0.8859453201293945, -0.1495417207479477, -0.12472860515117645, -1.0677242279052734, 0.1948619782924652, -0.23984965682029724, 0.5006406903266907, 1.0061330795288086, 0.5250049233436584, -0.04763048142194748, -0.8143383264541626, -0.014736081473529339, 0.6939170360565186, -0.7091118097305298, -0.17449787259101868, 0.9448543787002563, 0.38471001386642456, -1.2953053712844849, 1.1067765951156616, -0.5381767749786377, -0.5603328347206116, 0.9121301770210266, 0.5229567885398865, 1.1221845149993896, -0.44204139709472656, 0.000867500901222229, 0.26622360944747925, 0.4137842655181885, 0.5423166155815125, 1.0869626998901367, 0.431412935256958, -0.7931063175201416, 0.8826578855514526, -0.24776017665863037, -0.40361160039901733, -0.05347602441906929, -0.42859911918640137, 0.16892187297344208, -0.44061899185180664, -0.10712988674640656, -0.3444189429283142, 0.28543180227279663, -0.7072039842605591, 0.4280763268470764, -0.0838562399148941, 0.8653066754341125, -0.8553726077079773, 0.472076416015625, 0.6354703903198242, -0.3337356746196747, -0.8508189916610718, -0.2619841694831848, -0.11448469012975693, -0.6389466524124146, 0.30214810371398926, -0.45541080832481384, 0.04439874365925789, 0.09623479843139648, -0.6491518616676331, -1.1778273582458496, 0.9093633890151978, -0.6396117806434631, -0.2784459590911865, 0.2046404778957367, -0.11514757573604584, 0.28811711072921753, -0.2524644434452057, 0.01066126674413681, 0.41876620054244995, 0.7489399909973145, 0.28446564078330994, -0.7727051973342896, -0.36948835849761963, 0.0015032381052151322, -0.44474801421165466, 0.7582976222038269, -0.6002103090286255, 1.1840779781341553, -0.5563539266586304, -0.05965430662035942, 0.44384461641311646, 0.24690942466259003, 0.21076221764087677, 0.6629217267036438, 0.14420822262763977, 0.7282263040542603, 1.0701215267181396, -0.40835222601890564, 0.8811811208724976, 0.2643280625343323, 0.474308580160141, 0.7238500714302063, -0.6487720608711243, 0.7513750791549683, 0.3181045651435852, -0.5682926774024963, 0.9228013753890991, 1.2906062602996826, -0.15699176490306854, 0.8079376220703125, 0.05136488750576973, -1.0816004276275635, 0.325833261013031, -0.2072473019361496, -0.7530065774917603, 0.315025269985199, 0.19055871665477753, -0.6920985579490662, -0.5770307779312134, -0.24046507477760315, -0.356627881526947, -0.11552916467189789, -0.7631731033325195, 0.6720566749572754, -0.01696912571787834, -0.5103678703308105, 0.18857558071613312, 0.28774985671043396, 0.1736840307712555, -0.5235733985900879, -0.02939441427588463, -0.22823651134967804, 0.2660655379295349, -0.5670849680900574, -0.5234527587890625, 0.5724428296089172, -0.3243022859096527, -0.5343252420425415, 0.18147432804107666, 0.763587474822998, -0.1692381203174591, -0.45154088735580444, 0.3247270882129669, 0.6959522366523743, 0.16658520698547363, 0.42502790689468384, -0.23511259257793427, 0.24480628967285156, -0.08044808357954025, -0.06651577353477478, 0.2771475613117218, 0.3449169099330902, 0.22435656189918518, 0.4450140595436096, 0.43285638093948364, -0.018087470903992653, -0.10736515372991562, -0.3828198313713074, 0.4124942719936371, -0.9542781710624695, -0.5713284611701965, -0.6307116150856018, 0.2740662097930908, -0.023154687136411667, -1.0836423635482788, 0.4145166277885437, 1.4406685829162598, 1.0359987020492554, -0.4756380021572113, 1.067226767539978, -0.2181846648454666, 0.9594791531562805, 0.41483086347579956, 0.5420442819595337, -0.6030413508415222, 0.03835379332304001, -0.4364398121833801, -1.0769634246826172, -0.3571632504463196, 0.4539392590522766, -0.022899305447936058, -0.3429872393608093, 0.872571587562561, 0.5887162089347839, -0.3347361087799072, -0.11728058010339737, 0.04848716780543327, -0.029941093176603317, -0.12433828413486481, 0.5145374536514282, 0.7648398876190186, -0.9344305992126465, -0.1068039983510971, -0.2157774716615677, -0.6382728815078735, -0.5047279596328735, -0.963200569152832, -0.12959404289722443, -0.16037824749946594, 0.03534337505698204, -0.5662806630134583, 0.002557390835136175, 1.2083251476287842, 0.568494975566864, -1.1113992929458618, -0.5303791761398315, 0.3371856212615967, 0.39204221963882446, -0.1874791830778122, -0.2420239895582199, 0.29845696687698364, 0.15382222831249237, -0.5908879637718201, 0.6875666379928589, 0.8089628219604492, 0.2088889181613922, 0.19554784893989563, 0.15893004834651947, -0.8229470252990723, -0.14913466572761536, 0.1744043231010437, 0.9450569152832031, -0.9398533701896667, -0.7114845514297485, -0.031684864312410355, -0.2709485590457916, -0.057657331228256226, 0.1710207611322403, -0.4046350419521332, 0.5180681347846985, 0.34591513872146606, 0.49933481216430664, 0.05616159364581108, -0.054746322333812714, 0.5409558415412903, -0.9069053530693054, 0.09426002204418182, 0.4134361147880554, 0.4154113233089447, -0.4000867009162903, -0.591019332408905, 0.6713420748710632, 1.0073970556259155, -0.6594866514205933, -0.8743268251419067, -0.19846712052822113, -1.0016001462936401, 0.04189659282565117, 0.6762762069702148, 0.5009526014328003, -0.4806513786315918, -0.4174501895904541, -0.5617402195930481, -0.12546715140342712, -0.13699699938297272, 0.7621604204177856, 1.179680585861206, -0.7432092428207397, 0.07975757122039795, -1.0386394262313843, 0.6594986319541931, -0.24194583296775818, -0.3457581400871277, -0.48644304275512695, 0.3832801580429077, 0.3523696959018707, 0.44048094749450684, 0.6148122549057007, 0.14084705710411072, 0.833842396736145, 0.3126051425933838, -0.17026925086975098, 0.26989832520484924, -0.4559200406074524, -0.028932536020874977, -0.05796242877840996, 0.3101595640182495, -1.0262157917022705 ]
Anasmob/poca-SoccerTwos
Anasmob
2023-11-29T22:44:19Z
0
0
null
[ "ml-agents", "tensorboard", "onnx", "SoccerTwos", "deep-reinforcement-learning", "reinforcement-learning", "ML-Agents-SoccerTwos", "region:us" ]
2023-11-29T22:44:19Z
2023-11-29T22:43:40.000Z
null
null
--- library_name: ml-agents tags: - SoccerTwos - deep-reinforcement-learning - reinforcement-learning - ML-Agents-SoccerTwos --- # **poca** Agent playing **SoccerTwos** This is a trained model of a **poca** agent playing **SoccerTwos** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents). ## Usage (with ML-Agents) The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub: - A *short tutorial* where you teach Huggy the Dog 🐶 to fetch the stick and then play with him directly in your browser: https://huggingface.co/learn/deep-rl-course/unitbonus1/introduction - A *longer tutorial* to understand how works ML-Agents: https://huggingface.co/learn/deep-rl-course/unit5/introduction ### Resume the training ```bash mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume ``` ### Watch your Agent play You can watch your agent **playing directly in your browser** 1. If the environment is part of ML-Agents official environments, go to https://huggingface.co/unity 2. Step 1: Find your model_id: Anasmob/poca-SoccerTwos 3. Step 2: Select your *.nn /*.onnx file 4. Click on Watch the agent play 👀
null
ml-agents
reinforcement-learning
null
null
null
null
null
null
null
null
null
Anasmob/poca-SoccerTwos
[ -0.6729181408882141, -0.6893155574798584, 0.20982444286346436, 0.15343612432479858, -0.21139009296894073, 0.32033807039260864, 0.14855141937732697, -0.384565532207489, 0.6920462846755981, 0.29740431904792786, -0.8230873346328735, -0.8209398984909058, -0.3604653477668762, -0.24565662443637848, 0.11894712597131729, 1.2489203214645386, -0.04171803966164589, 0.3372548818588257, -0.13337747752666473, -0.12338294833898544, -0.12328878790140152, -0.28111010789871216, -1.0443830490112305, -0.6088290810585022, 0.541947603225708, 0.25084781646728516, 0.665012001991272, 0.4411536157131195, 0.5777509808540344, 0.4067600667476654, -0.09812764078378677, -0.21595461666584015, -0.5665127038955688, -0.02443172223865986, -0.23400749266147614, -0.40061500668525696, -0.7177860736846924, 0.3978079855442047, 0.5404601693153381, 0.11028272658586502, -0.23231922090053558, 0.21787698566913605, -0.49014997482299805, 0.21949028968811035, -0.36301323771476746, 0.3825697600841522, -0.2654578387737274, 0.30231523513793945, 0.3462061285972595, -0.1664743274450302, -0.27190324664115906, -0.3137250244617462, 0.36163753271102905, -0.9322223663330078, 0.11434255540370941, -0.3485042154788971, 1.3156177997589111, 0.393110454082489, -0.37300366163253784, -0.1773286908864975, -0.5573111772537231, 0.5748061537742615, -0.5447732210159302, 0.15175344049930573, 0.502243161201477, 0.8561646938323975, -0.29559099674224854, -0.9075894355773926, -0.3867839574813843, -0.6918001770973206, 0.13761714100837708, 0.13666671514511108, 0.026263853535056114, 0.06410770863294601, 0.4777753949165344, 0.15586808323860168, -0.36660414934158325, -0.12741664052009583, -0.2235768586397171, -0.3784703016281128, 0.7973605990409851, 0.1725558191537857, 0.23018436133861542, 0.691960334777832, -0.5379999876022339, -0.4940667748451233, -0.49630430340766907, 0.5491350889205933, 0.44888272881507874, 0.1948692351579666, -0.4887154698371887, 0.574061393737793, 0.0191157478839159, 0.2186463177204132, 0.34749460220336914, -0.5632629990577698, 0.37773942947387695, 0.19824908673763275, -0.17181827127933502, -0.057087287306785583, 0.528087854385376, 0.1821003258228302, 0.08077646791934967, -0.27099424600601196, -0.26842793822288513, 0.05269666016101837, 0.4548880457878113, -0.8198299407958984, -0.237595334649086, 0.06551563739776611, -0.3187772333621979, -0.5570100545883179, 0.26184868812561035, -0.42154332995414734, -0.2441953718662262, -0.2534477114677429, 0.5841400027275085, -0.4810138940811157, -0.4816459119319916, 0.14744514226913452, -0.258468359708786, 0.7744191288948059, 0.20686720311641693, -0.6704845428466797, 0.3088952600955963, 0.46769970655441284, 0.44622287154197693, 0.40255603194236755, -0.7975466251373291, -0.49846744537353516, -0.1208762601017952, -0.19127796590328217, 0.7590759992599487, -0.1387101262807846, -0.22611558437347412, 0.2957608699798584, 0.22035980224609375, 0.02334108203649521, -0.4325188398361206, 0.3066016137599945, -0.5995228290557861, -0.0348677821457386, -0.08120182156562805, -0.6091715693473816, -0.3093462288379669, 0.35617154836654663, -0.6395775079727173, 1.0645893812179565, 0.3522287607192993, -0.5637204647064209, 0.3773614466190338, -1.0099695920944214, -0.5269206762313843, -0.10631436109542847, 0.19761858880519867, -0.5674905180931091, -0.09899182617664337, -0.3178229033946991, 0.33935877680778503, 0.29730716347694397, -0.20148535072803497, -0.4570627808570862, -0.30047932267189026, 0.23580344021320343, 0.19691339135169983, 1.0168648958206177, 0.19028806686401367, -0.4517850875854492, 0.3728669583797455, -0.8934887051582336, -0.11092555522918701, 0.42917492985725403, -0.4380868673324585, 0.22741413116455078, -0.12064287066459656, -0.13089722394943237, 0.43387842178344727, 0.459600031375885, -0.7011561393737793, 0.6239088177680969, -0.32070472836494446, 0.10931462794542313, 0.4600670635700226, -0.1725415289402008, 0.6234981417655945, -0.3752100467681885, 0.701441764831543, 0.02059686742722988, 0.4020659923553467, 0.01915735751390457, -0.4462580680847168, -0.7966477870941162, -0.29696667194366455, -0.027264699339866638, 0.4799615144729614, -0.8192363381385803, 0.5941893458366394, 0.4593754708766937, -0.9525836706161499, -0.8434255719184875, -0.13593892753124237, 0.37436628341674805, 0.10175549238920212, 0.2537507116794586, -0.3938486874103546, -0.563849151134491, -0.5881599187850952, 0.18265178799629211, -0.261213481426239, 0.03140934184193611, 0.294842004776001, 0.7393314838409424, -0.3625672459602356, 1.0904046297073364, -0.2907901406288147, -0.4823192358016968, -0.1320517361164093, -0.025437459349632263, -0.10364986211061478, 0.5421666502952576, 0.8683361411094666, -0.4952399432659149, -0.35143858194351196, -0.17480893433094025, -1.006079077720642, 0.12535464763641357, 0.14058633148670197, -0.31654593348503113, -0.011160931549966335, 0.3811471462249756, -0.8258665204048157, 0.674992024898529, 0.39643585681915283, -0.9075186252593994, 0.7338465452194214, -0.24832633137702942, -0.13104987144470215, -0.851692795753479, 0.12776950001716614, -0.05054394155740738, -0.5121992826461792, -0.4613640606403351, 0.4956998825073242, -0.5008716583251953, -0.017859114333987236, -0.9050792455673218, 0.7242946028709412, -0.3513835370540619, -0.298418253660202, -0.46535611152648926, -0.19153231382369995, -0.14977166056632996, 0.6328673362731934, 0.04222765564918518, 0.5112600326538086, 1.1017149686813354, -0.667340099811554, 0.6226003170013428, 0.5439645648002625, -0.035482123494148254, 0.26398512721061707, -0.4297322630882263, 0.20635826885700226, -0.2756272256374359, 0.4606950283050537, -0.6769335865974426, -0.0670115128159523, 0.5821441411972046, -0.5324659943580627, 0.4347304701805115, -0.08616107702255249, -0.20210157334804535, -0.2900232970714569, -0.09664348512887955, 0.1420406699180603, 0.45027956366539, -0.7017547488212585, 0.8360288143157959, 0.759184718132019, 0.5342363715171814, -0.693612277507782, -0.27502086758613586, -0.35167255997657776, -0.2103395015001297, -0.4237002432346344, 0.18466655910015106, -0.27727603912353516, -0.20881764590740204, 0.06721529364585876, 0.08340094983577728, -0.2206559032201767, 0.4271219074726105, 0.461089164018631, 0.04208596423268318, -0.427935391664505, -0.20538529753684998, -0.33649539947509766, -0.33186766505241394, 0.15554510056972504, -0.08975255489349365, 0.5151928663253784, -0.4414454400539398, -0.19701522588729858, -0.814396321773529, -0.015246045775711536, 0.4804988503456116, -0.19029897451400757, 0.9084255695343018, 1.1458536386489868, -0.23299944400787354, -0.23672041296958923, -0.41151851415634155, -0.7125022411346436, -0.47310206294059753, 0.1593773365020752, -0.4667249023914337, -0.7883278131484985, 0.5799785256385803, -0.13750003278255463, 0.2735372483730316, 0.4568305015563965, 0.6626366376876831, -0.2890963852405548, 1.0459709167480469, 1.064634084701538, -0.1552688479423523, 0.6752796769142151, -0.7537935972213745, -0.17015287280082703, -0.4092883765697479, -0.5011484622955322, -0.4744259715080261, -0.3872102200984955, -0.28600770235061646, -0.2118513286113739, -0.05623336136341095, 0.27785348892211914, -0.5712045431137085, 0.7304896116256714, -0.3750036656856537, 0.6449008584022522, 0.48888736963272095, 0.1388910859823227, -0.036828599870204926, 0.040178991854190826, -0.18994715809822083, 0.15024714171886444, -0.6782517433166504, -0.6094998717308044, 0.7728708386421204, 0.8591936826705933, 0.9549910426139832, 0.2256396859884262, 0.8469821810722351, 0.06778889149427414, 0.4761972427368164, -0.801726222038269, 0.659406840801239, 0.21925854682922363, -0.7935022711753845, -0.34930986166000366, 0.1099986732006073, -0.919659435749054, 0.0025975776370614767, -0.35956794023513794, -0.6588162779808044, -0.07568815350532532, 0.07480493932962418, -0.16478455066680908, 0.46743956208229065, -0.5123283267021179, 1.2608036994934082, -0.16935212910175323, -0.2916322648525238, -0.10869544744491577, -0.7167159914970398, 0.14705733954906464, 0.5152395963668823, -0.2945196330547333, -0.301004022359848, -0.028752155601978302, 0.43931347131729126, -0.47311896085739136, 0.879769504070282, -0.7427511215209961, -0.14023901522159576, 0.7410585880279541, 0.33316540718078613, 0.36207273602485657, 0.09354831278324127, 0.2510472238063812, 0.1072298139333725, 0.0791650339961052, -0.654876708984375, -0.2381691038608551, 0.3868393003940582, -1.1147538423538208, -0.31850171089172363, -0.5635353922843933, -0.1805131584405899, 0.13714894652366638, -0.019425200298428535, 0.2472919225692749, -0.04567224159836769, -0.5786264538764954, -0.023064810782670975, 0.5523223280906677, -0.13890515267848969, 0.50527423620224, 0.9209495782852173, -0.4687521159648895, -0.13227182626724243, 0.9026644229888916, -0.35829687118530273, -0.13473005592823029, 0.26300522685050964, 0.09827080368995667, -0.44385433197021484, -0.31848981976509094, -0.4200831949710846, 0.30979254841804504, -0.5335455536842346, -0.09257560223340988, -0.4083310067653656, -0.29752326011657715, -0.47620511054992676, -0.024761585518717766, -0.5594685673713684, 0.024746384471654892, -0.5624454617500305, -0.19571490585803986, 0.44238021969795227, 0.716660737991333, -0.4105966091156006, 0.7661070823669434, -0.5045128464698792, 0.12243127822875977, 0.36827683448791504, 0.37096166610717773, -0.10268471390008926, -0.4491816759109497, -0.5264050364494324, -0.05924005061388016, -0.4880746006965637, -0.8155117630958557, 0.5178387761116028, 0.12648306787014008, 0.7990685701370239, 0.811862051486969, -0.18695329129695892, 0.4237901270389557, -0.3530089855194092, 0.592185378074646, 0.07221830636262894, -0.5639529824256897, 0.41741135716438293, -0.3722189962863922, 0.1552908569574356, 0.8730086088180542, 0.6447877287864685, -0.20340926945209503, -0.31022968888282776, -0.9153417944908142, -0.5354102849960327, 0.9161296486854553, 0.253073126077652, 0.045364394783973694, 0.09448561817407608, 0.33753547072410583, -0.06360981613397598, 0.2193365842103958, -0.8643006086349487, -0.5406377911567688, -0.3098410964012146, 0.20555172860622406, -0.10426698625087738, -0.12822747230529785, -0.16477029025554657, -0.4157344102859497, 1.2354106903076172, -0.18285052478313446, 0.45788970589637756, 0.2481650561094284, -0.030225012451410294, -0.3406546413898468, -0.34846413135528564, 0.48421618342399597, 0.5274842977523804, -0.6205887198448181, -0.4095928370952606, 0.039860572665929794, -0.541667103767395, 0.2973700761795044, 0.02309815213084221, -0.017281722277402878, 0.20052310824394226, 0.12948255240917206, 1.0209650993347168, 0.1832171082496643, -0.7145031094551086, 0.6214271783828735, -0.25964537262916565, -0.47584420442581177, -0.761788547039032, 0.1691257506608963, 0.1446777582168579, 0.5450496077537537, -0.07060213387012482, -0.10027732700109482, -0.21717658638954163, -0.7649034857749939, 0.3498114049434662, 0.5346512198448181, -0.6173722743988037, -0.3374457061290741, 0.7094407081604004, 0.1870003342628479, -0.5835536122322083, 0.2910735607147217, -0.5219564437866211, -0.5295926332473755, 1.0965566635131836, 0.5477954149246216, 0.8894670009613037, -0.23335625231266022, 0.5511031746864319, 0.504206657409668, 0.09480897337198257, 0.08036768436431885, 0.41998955607414246, -0.004373762756586075, -0.9333838820457458, -0.24892263114452362, -0.6487532258033752, -0.42789196968078613, 0.16274452209472656, -0.5813051462173462, 0.4147442579269409, -0.723691999912262, -0.25008028745651245, 0.19420260190963745, 0.3966330587863922, -0.9804988503456116, -0.024957600980997086, 0.28980496525764465, 1.3541245460510254, -0.7431159615516663, 1.0914887189865112, 1.1367106437683105, -0.7935389280319214, -1.0598689317703247, -0.41077080368995667, -0.011369273997843266, -0.8474961519241333, 0.45208293199539185, 0.09981393814086914, -0.012159311212599277, 0.3071812689304352, -0.9799970984458923, -0.6520363688468933, 1.3203657865524292, 0.26428738236427307, -0.33647868037223816, 0.010201355442404747, 0.016562219709157944, 0.7162549495697021, -0.8899500966072083, 0.6313754916191101, 0.642306387424469, 0.44654539227485657, 0.274200975894928, -0.6500862240791321, -0.36082911491394043, -0.08188022673130035, -0.5654077529907227, -0.20292167365550995, -0.8747420907020569, 0.931797981262207, -0.2894476354122162, -0.0025325424503535032, 0.5586477518081665, 0.5970323085784912, 0.17014417052268982, 0.5499078631401062, 0.6152611374855042, 0.8250849843025208, 0.43906405568122864, -0.006378547754138708, 0.8458465337753296, -0.273634135723114, 0.7640469074249268, 1.0759963989257812, -0.44098392128944397, 0.6118600964546204, 0.19327954947948456, -0.12506559491157532, 0.7025977373123169, 0.7741487622261047, -0.3307355046272278, 0.39237555861473083, 0.4137432277202606, -0.43848463892936707, -0.36788487434387207, -0.13756141066551208, -0.32102176547050476, 0.5848738551139832, 0.003834810806438327, -0.2032739371061325, -0.2963457405567169, 0.19768375158309937, -0.18927520513534546, -0.02838054671883583, -0.42776036262512207, 1.340080976486206, -0.05642632767558098, -0.6025756001472473, 0.40620240569114685, 0.030303822830319405, 0.5602327585220337, -0.920475423336029, -0.22422906756401062, -0.2985164225101471, 0.3183920979499817, -0.1672888994216919, -0.5972850918769836, -0.10955949127674103, -0.17028017342090607, -0.022472593933343887, 0.015893982723355293, 0.8386281728744507, -0.49837836623191833, -0.14921556413173676, 0.6366482377052307, 0.6513478755950928, 0.7230832576751709, 0.02598050981760025, -1.1100172996520996, -0.3231058120727539, -0.07025821506977081, -0.27397802472114563, 0.610967218875885, 0.23473061621189117, 0.31576764583587646, 0.7580894231796265, 0.581311821937561, -0.12943023443222046, -0.016786135733127594, 0.10247546434402466, 1.0052796602249146, -0.7056429386138916, -0.5651165843009949, -0.5541869401931763, 0.6885591745376587, 0.17067259550094604, -0.4636040925979614, 0.5174181461334229, 0.6967010498046875, 0.9958993792533875, -0.4952563941478729, 0.3454423248767853, -0.21674516797065735, 0.3072293996810913, -0.13617797195911407, 0.9607742428779602, -0.5435325503349304, -0.22978559136390686, -0.034138891845941544, -1.0535616874694824, 0.02267654985189438, 1.0020157098770142, 0.21029351651668549, -0.11823804676532745, 0.46219494938850403, 0.9620233774185181, -0.12086430937051773, -0.21790912747383118, 0.4497390687465668, 0.32916221022605896, 0.17699411511421204, 0.38490787148475647, 1.0696605443954468, -0.514952540397644, 0.5686008334159851, -0.6302957534790039, -0.1948956847190857, -0.31519246101379395, -0.7627149820327759, -1.242983102798462, -0.20196574926376343, -0.38593122363090515, -0.8676327466964722, 0.0026185091119259596, 1.1449919939041138, 1.001023769378662, -0.803681492805481, -0.3860284090042114, 0.06353628635406494, 0.16944575309753418, -0.3361717164516449, -0.2036966234445572, 0.26732420921325684, -0.3616570234298706, -0.7105426788330078, 0.5164434313774109, -0.241794154047966, 0.4058934450149536, -0.5234829783439636, -0.5315938591957092, -0.47189390659332275, -0.26517224311828613, 0.4349121153354645, 0.8990027904510498, -0.409490168094635, -0.0870097428560257, -0.18651990592479706, -0.33887138962745667, 0.055051032453775406, 0.8014379143714905, -1.0011324882507324, 0.11151806265115738, 0.16463889181613922, 0.34507691860198975, 0.5580371022224426, -0.16136562824249268, 0.2876480221748352, -0.6075341701507568, 0.47705894708633423, 0.3706982731819153, 0.2924354076385498, -0.047352928668260574, -0.1597234308719635, 0.710460901260376, 0.2964291274547577, -0.6125190258026123, -0.5227787494659424, 0.014932991936802864, -1.1172996759414673, -0.20421963930130005, 0.9933179020881653, -0.4380510747432709, -0.4859986901283264, 0.05027581751346588, -0.7657638192176819, 0.5369300842285156, -0.6328862905502319, 0.703544020652771, 0.41662144660949707, 0.14808231592178345, 0.13917918503284454, -0.49681487679481506, 0.8865854144096375, 0.19447696208953857, -0.697422444820404, -0.581669807434082, 0.2976566553115845, 0.29646310210227966, 0.20164228975772858, 0.613068699836731, 0.1115853413939476, 0.46557021141052246, 0.24884212017059326, 0.5951112508773804, -0.28974491357803345, -0.5952497720718384, -0.42657870054244995, 0.10293948650360107, 0.004722596611827612, -0.4585486352443695 ]
andrecastro/swin-tiny-patch4-window7-224-finetuned-eurosat
andrecastro
2023-11-30T01:00:53Z
0
0
null
[ "transformers", "tensorboard", "safetensors", "swin", "image-classification", "generated_from_trainer", "dataset:imagefolder", "base_model:microsoft/swin-tiny-patch4-window7-224", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
2023-11-30T01:00:53Z
2023-11-29T22:44:12.000Z
null
null
--- license: apache-2.0 base_model: microsoft/swin-tiny-patch4-window7-224 tags: - generated_from_trainer datasets: - imagefolder metrics: - accuracy model-index: - name: swin-tiny-patch4-window7-224-finetuned-eurosat results: - task: name: Image Classification type: image-classification dataset: name: imagefolder type: imagefolder config: default split: train args: default metrics: - name: Accuracy type: accuracy value: 0.7149341806627326 --- <!-- 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. --> # swin-tiny-patch4-window7-224-finetuned-eurosat This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset. It achieves the following results on the evaluation set: - Loss: 1.1312 - Accuracy: 0.7149 ## 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: 5e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 32 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_ratio: 0.1 - num_epochs: 3 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | 0.1091 | 1.0 | 160 | 1.1345 | 0.6341 | | 0.0426 | 2.0 | 321 | 1.3777 | 0.6627 | | 0.0151 | 2.99 | 480 | 1.1312 | 0.7149 | ### Framework versions - Transformers 4.35.2 - Pytorch 2.1.0+cu118 - Datasets 2.15.0 - Tokenizers 0.15.0
null
transformers
image-classification
null
null
null
null
null
null
null
null
null
andrecastro/swin-tiny-patch4-window7-224-finetuned-eurosat
[ -0.42431437969207764, -0.5021393299102783, 0.10005846619606018, 0.10707998275756836, -0.28284764289855957, -0.47823530435562134, -0.15003177523612976, -0.38167765736579895, -0.06437087804079056, 0.16495896875858307, -0.7894314527511597, -0.5651574730873108, -0.5533598065376282, -0.15761083364486694, -0.18428535759449005, 1.1683813333511353, -0.036900050938129425, 0.48228907585144043, -0.10013603419065475, -0.2176508605480194, -0.5639075636863708, -0.3797576129436493, -0.8518306016921997, -0.6349973082542419, 0.40309223532676697, 0.437521755695343, 0.8087644577026367, 0.89407879114151, 0.8888255953788757, 0.3150607943534851, -0.31255042552948, -0.18365849554538727, -0.6127556562423706, -0.5619046092033386, 0.10752643644809723, -0.565694272518158, -0.8056634664535522, 0.08320745080709457, 0.7107111811637878, 0.2937786877155304, -0.11838162690401077, 0.538015604019165, 0.14198945462703705, 0.45425108075141907, -0.3959989547729492, 0.1736021786928177, -0.7028621435165405, 0.26434525847435, -0.22004352509975433, -0.22445456683635712, -0.19712114334106445, 0.04613024368882179, -0.005837754346430302, -0.6759927272796631, 0.8250270485877991, 0.1918899118900299, 1.3655941486358643, 0.1876298189163208, -0.2785519063472748, 0.17211754620075226, -0.6497715711593628, 0.8689562678337097, -0.8959124684333801, 0.12283530831336975, 0.2656830847263336, 0.5819817185401917, 0.10457094013690948, -0.7350668907165527, -0.36618492007255554, 0.016585692763328552, -0.04678145423531532, 0.11885055154561996, -0.17970089614391327, 0.2234969437122345, 0.7898394465446472, 0.4923965632915497, -0.5713397860527039, 0.3805274963378906, -0.6822649836540222, -0.4979821443557739, 0.6787691712379456, 0.5078961849212646, -0.11443040519952774, -0.19927634298801422, -0.5914401412010193, -0.1373651772737503, -0.46143320202827454, 0.13689112663269043, 0.43754228949546814, 0.28618550300598145, -0.5306586027145386, 0.5923241972923279, -0.0669054463505745, 0.7985202074050903, 0.026520945131778717, -0.4356713891029358, 0.6223871111869812, -0.18878087401390076, -0.3445311188697815, -0.18449929356575012, 0.7627788782119751, 0.7773977518081665, 0.024033045396208763, 0.32480818033218384, -0.6353046894073486, -0.10789144039154053, 0.1962365061044693, -1.1166081428527832, -0.3920663297176361, 0.10761109739542007, -0.7233723402023315, -0.7645907998085022, 0.02432994358241558, -0.44001805782318115, 0.1217784732580185, -0.507111132144928, 0.45218631625175476, -0.48759981989860535, -0.044324517250061035, -0.17622750997543335, -0.2147776335477829, 0.30366799235343933, 0.4936191439628601, -0.6198846697807312, 0.3073822259902954, 0.477525532245636, 0.8492618799209595, -0.06553531438112259, -0.5547809600830078, -0.15375103056430817, 0.04481400549411774, -0.35419774055480957, 0.6007208228111267, -0.12213917821645737, -0.3329704999923706, -0.046641167253255844, 0.32563385367393494, -0.09796982258558273, -0.46694397926330566, 0.5161417722702026, -0.3142823576927185, 0.26344162225723267, -0.07887016236782074, -0.6290637254714966, -0.10297723114490509, 0.44725871086120605, -0.7600758075714111, 1.154544472694397, 0.10875076055526733, -0.943696141242981, 0.5227499604225159, -0.6354842782020569, -0.04553066939115524, 0.03128045052289963, -0.110367052257061, -0.783737301826477, 0.03649235516786575, 0.009515983052551746, 0.46001186966896057, -0.24698907136917114, 0.17597949504852295, -0.5405593514442444, -0.6739490628242493, -0.014555145986378193, -0.610578715801239, 0.6919105648994446, 0.09718187898397446, -0.4594261646270752, 0.24921131134033203, -1.2535985708236694, 0.19679240882396698, 0.357046902179718, -0.40343478322029114, -0.0560617633163929, -0.6235291361808777, 0.6376969218254089, 0.49140289425849915, 0.44059380888938904, -0.6736937165260315, 0.196025550365448, -0.40681058168411255, 0.3172149956226349, 0.8648501634597778, 0.09537550061941147, 0.2472200095653534, -0.45472896099090576, 0.3532969057559967, 0.3662404417991638, 0.5669213533401489, 0.1905730664730072, -0.6294769048690796, -0.7735775709152222, -0.2812253534793854, 0.30511948466300964, 0.34378474950790405, -0.5310587286949158, 0.5585760474205017, -0.25372982025146484, -0.7222890257835388, -0.35520458221435547, 0.18970943987369537, 0.45042791962623596, 0.6733008027076721, 0.35044243931770325, -0.017515337094664574, -0.5200048089027405, -1.3038464784622192, 0.0435127392411232, 0.024305434897542, 0.0015453487867489457, 0.2690032422542572, 0.8621541857719421, -0.31909066438674927, 0.8460670113563538, -0.49456948041915894, -0.32692962884902954, -0.20718106627464294, 0.12056520581245422, 0.37152305245399475, 0.8101595640182495, 0.7434929609298706, -0.4392455518245697, -0.24326598644256592, -0.21286962926387787, -0.6608691811561584, 0.33796072006225586, -0.1570359319448471, -0.22126108407974243, 0.06326520442962646, 0.1579122692346573, -0.5012823939323425, 0.8751819729804993, 0.4858628511428833, -0.413891077041626, 0.8064966201782227, -0.536611020565033, 0.007361671421676874, -1.2119756937026978, 0.213472381234169, 0.2692602872848511, -0.21042101085186005, -0.3384495973587036, -0.10429661720991135, 0.30595654249191284, -0.27703818678855896, -0.5909703373908997, 0.7449659109115601, -0.21036025881767273, 0.06776760518550873, -0.24170197546482086, -0.15632805228233337, 0.10936201363801956, 0.7199623584747314, -0.01787533611059189, 0.6583132147789001, 0.5704331994056702, -0.39835217595100403, 0.2928645610809326, 0.35549435019493103, -0.24356615543365479, 0.6340801119804382, -0.9898518919944763, -0.02176373079419136, 0.06976573169231415, 0.010592946782708168, -0.7857166528701782, -0.20525428652763367, 0.1329590529203415, -0.3823715150356293, 0.44549286365509033, -0.40666499733924866, -0.4102819859981537, -0.627886176109314, -0.3640424311161041, 0.32090994715690613, 0.6065090894699097, -0.596898078918457, 0.27113765478134155, -0.05244424194097519, 0.39385268092155457, -0.48218074440956116, -0.9468433856964111, -0.29631707072257996, -0.1472277045249939, -0.7145195007324219, 0.35331082344055176, -0.047320593148469925, 0.07489877194166183, -0.12973149120807648, -0.07749911397695541, -0.2079262137413025, -0.17373192310333252, 0.503978431224823, 0.6167103052139282, -0.2393282651901245, -0.10772647708654404, -0.1225832849740982, -0.2311529815196991, 0.10171345621347427, 0.1210288405418396, 0.32973381876945496, -0.33282706141471863, -0.32925987243652344, -0.7378863096237183, 0.023152535781264305, 0.5842882990837097, 0.047554146498441696, 0.8472995758056641, 0.9767606854438782, -0.5898805856704712, -0.06611017137765884, -0.5690808296203613, -0.4069312512874603, -0.49602210521698, 0.43366071581840515, -0.5881340503692627, -0.3323223292827606, 0.8368560075759888, 0.05756678432226181, 0.1939464956521988, 1.0874812602996826, 0.35780075192451477, -0.21269676089286804, 1.3294249773025513, 0.34159597754478455, 0.006787249352782965, 0.4968540668487549, -1.0113693475723267, -0.23523813486099243, -0.7413893342018127, -0.3033050298690796, -0.5092406272888184, -0.5443872213363647, -0.6905449628829956, -0.17285892367362976, 0.22711053490638733, 0.1449897289276123, -0.6798848509788513, 0.27338218688964844, -0.5149583220481873, 0.21789872646331787, 0.7589113712310791, 0.3881847858428955, -0.1155991479754448, 0.1822032928466797, -0.32769033312797546, -0.2437528669834137, -0.976482093334198, -0.4331006705760956, 1.1439224481582642, 0.60242760181427, 0.9653488397598267, -0.2641797661781311, 0.7763774394989014, 0.23764225840568542, 0.20889778435230255, -0.5504956841468811, 0.48892587423324585, 0.202665314078331, -0.8347305059432983, -0.270827054977417, -0.43187084794044495, -0.8456201553344727, 0.10852576792240143, -0.33236369490623474, -0.6030654311180115, 0.348814994096756, 0.5309464335441589, -0.20547962188720703, 0.5687960982322693, -0.7023804783821106, 1.3430609703063965, -0.2608126401901245, -0.46028584241867065, -0.17436544597148895, -0.6517722010612488, 0.228705495595932, 0.17467553913593292, -0.11042553186416626, -0.04479195922613144, -0.0034953001886606216, 1.099666953086853, -0.8587422966957092, 0.8761314153671265, -0.5650708675384521, 0.457197904586792, 0.29308396577835083, -0.2248491495847702, 0.8796563744544983, 0.04322073981165886, -0.028576606884598732, 0.42346829175949097, 0.15916933119297028, -0.7788057923316956, -0.5146241188049316, 0.870015561580658, -1.2369338274002075, -0.13684473931789398, -0.5111677646636963, -0.4087385833263397, -0.061794448643922806, 0.23366966843605042, 0.7107973694801331, 0.8401896357536316, -0.0741056501865387, 0.28126633167266846, 0.44205644726753235, 0.1003599688410759, 0.39804607629776, 0.41506442427635193, -0.027431469410657883, -0.6241901516914368, 0.9774384498596191, 0.03659506142139435, 0.15265697240829468, -0.11018507182598114, 0.2809336185455322, -0.2326490879058838, -0.6254951357841492, -0.5972025394439697, 0.3666864335536957, -0.8669155240058899, -0.4528246223926544, -0.2513888478279114, -0.45527854561805725, -0.2807125449180603, -0.07839895039796829, -0.5604301691055298, -0.30318281054496765, -0.5644794702529907, -0.14393350481987, 0.39607763290405273, 0.7039934992790222, 0.07352381944656372, 0.5622656941413879, -0.7076922655105591, -0.09083529561758041, 0.11491724848747253, 0.4490301012992859, 0.007689670193940401, -0.94648677110672, -0.5643429160118103, 0.13156992197036743, -0.49088796973228455, -0.6850581169128418, 0.37929052114486694, 0.07426851987838745, 0.6949301362037659, 0.6159253716468811, -0.21486157178878784, 1.0060005187988281, -0.42543113231658936, 0.9631026387214661, 0.5617751479148865, -0.4821837842464447, 0.6442911624908447, -0.2665204405784607, 0.3147306442260742, 0.6205270886421204, 0.25367724895477295, -0.052065275609493256, -0.1544472724199295, -1.3982478380203247, -0.8145202994346619, 0.9368789196014404, 0.262209951877594, -0.1465669423341751, 0.18900690972805023, 0.31366920471191406, -0.05214843153953552, 0.19589917361736298, -0.6520218849182129, -0.4774194061756134, -0.32010605931282043, -0.15400582551956177, -0.11902384459972382, -0.3992156684398651, -0.31094086170196533, -0.7408831715583801, 1.1471881866455078, -0.18598076701164246, 0.5167135000228882, 0.07178176939487457, -0.00019754173990804702, -0.12597082555294037, -0.05945703387260437, 0.7010538578033447, 0.8014535307884216, -0.5621440410614014, -0.17516286671161652, 0.2869572341442108, -0.6347160935401917, -0.10983067005872726, 0.13436418771743774, -0.21808232367038727, 0.24614544212818146, 0.4924851357936859, 1.2509658336639404, 0.2969721555709839, -0.17504370212554932, 0.8493420481681824, -0.11707937717437744, -0.43720218539237976, -0.34906327724456787, -0.02857292629778385, -0.2819649875164032, 0.09260706603527069, 0.14411552250385284, 0.7676438689231873, 0.15880517661571503, -0.0561150386929512, 0.08834364265203476, 0.2583746314048767, -0.6772326231002808, -0.3072059154510498, 0.7498030066490173, 0.1191544309258461, -0.2604020833969116, 0.7846046090126038, -0.02004741132259369, -0.24759341776371002, 0.8884051442146301, 0.588101327419281, 0.8317407965660095, -0.045961275696754456, -0.06905832141637802, 0.8109028935432434, 0.28507280349731445, -0.10296492278575897, 0.5413375496864319, 0.22065411508083344, -0.49966612458229065, -0.04151032865047455, -0.6687326431274414, -0.19210349023342133, 0.4704444110393524, -1.0890836715698242, 0.4895607531070709, -0.35666075348854065, -0.5416597723960876, 0.13161689043045044, 0.33501872420310974, -1.395906925201416, 0.5279859900474548, -0.0001876076275948435, 1.4868346452713013, -1.0744467973709106, 0.9471079707145691, 0.740257203578949, -0.4787662625312805, -1.1159623861312866, -0.295022577047348, -0.07675155997276306, -0.995126485824585, 0.5290824174880981, 0.13940079510211945, 0.33195504546165466, -0.07012095302343369, -0.6370316743850708, -0.7464674115180969, 1.3233215808868408, 0.18616078794002533, -0.82598876953125, -0.028252016752958298, 0.02431759051978588, 0.6453723907470703, -0.28681835532188416, 0.5903919339179993, 0.29902827739715576, 0.3718506097793579, 0.26388880610466003, -0.8932766318321228, -0.09477562457323074, -0.4729079604148865, 0.4613308012485504, -0.09240671247243881, -0.58885657787323, 0.9266778826713562, -0.1825154572725296, 0.4263400435447693, 0.20064310729503632, 0.5722472667694092, 0.3018965721130371, 0.3519333302974701, 0.4972330927848816, 0.7544572949409485, 0.5905711054801941, -0.23252403736114502, 1.2276647090911865, -0.6586878299713135, 0.6708585023880005, 1.2153226137161255, 0.20932771265506744, 0.7321323156356812, 0.574525773525238, -0.2544125020503998, 0.33790168166160583, 0.9394718408584595, -0.443784236907959, 0.38022303581237793, 0.04404449090361595, 0.17789705097675323, -0.28719261288642883, 0.3331241309642792, -0.6141158938407898, 0.1726386845111847, 0.07273633778095245, -0.6686880588531494, -0.1958676129579544, 0.09661293774843216, -0.2082265466451645, -0.4173329174518585, -0.534673810005188, 0.6506087779998779, -0.2702060341835022, -0.2590361535549164, 0.7794160842895508, 0.15563265979290009, 0.6262578964233398, -0.7524688839912415, -0.06647080928087234, -0.15100933611392975, 0.4341920018196106, -0.3954653739929199, -0.6441915035247803, 0.06052033603191376, -0.1726442128419876, -0.2772958278656006, 0.1260843724012375, 0.8480273485183716, -0.2584657371044159, -0.8663707375526428, 0.051530882716178894, 0.3502615988254547, 0.2728700339794159, 0.021836454048752785, -1.2317171096801758, 0.06364291906356812, -0.007666469551622868, -0.5433019399642944, 0.29679083824157715, 0.31961315870285034, -0.059156037867069244, 0.5584937334060669, 0.5193367004394531, 0.1902770847082138, 0.12389824539422989, 0.3031463921070099, 1.0153378248214722, -0.6119401454925537, -0.7356695532798767, -0.5445266366004944, 0.6254138946533203, -0.4896436333656311, -0.7735968828201294, 0.8776425719261169, 1.0890703201293945, 0.7317463755607605, -0.3499451279640198, 0.6481829881668091, 0.11388202011585236, 0.30483731627464294, -0.2860606610774994, 0.6585495471954346, -0.6932424306869507, 0.02660614810883999, -0.24070574343204498, -0.7790303230285645, 0.03740783408284187, 0.6621018648147583, -0.4376969039440155, 0.19379708170890808, 0.48373326659202576, 1.016930341720581, -0.17710471153259277, 0.05106343328952789, 0.46733832359313965, 0.0895121619105339, 0.15096503496170044, 0.29261314868927, 0.5240914821624756, -1.0275777578353882, 0.5609399080276489, -0.7982833385467529, -0.2780565619468689, -0.31438809633255005, -0.640482485294342, -1.029828667640686, -0.3960946500301361, -0.560075581073761, -0.6122851371765137, -0.01989522948861122, 1.0083175897598267, 0.9880157709121704, -0.9530075192451477, -0.17236541211605072, 0.03557812049984932, -0.2334127128124237, -0.47790127992630005, -0.26714688539505005, 0.49730610847473145, -0.2657289505004883, -0.6180059313774109, -0.10693976283073425, -0.21773982048034668, 0.4481469392776489, -0.32025712728500366, -0.45923638343811035, -0.04174306243658066, -0.2930923104286194, 0.2773835361003876, -0.008464844897389412, -0.581342875957489, -0.41063255071640015, -0.20137374103069305, -0.2936597764492035, 0.2258397340774536, 0.5274139642715454, -0.43576493859291077, 0.39429715275764465, 0.3795265853404999, 0.17016230523586273, 0.7925889492034912, -0.20617486536502838, 0.24445341527462006, -0.9839668273925781, 0.44368302822113037, 0.23633939027786255, 0.6297462582588196, 0.16210691630840302, -0.3196350038051605, 0.4235070049762726, 0.6149124503135681, -0.6849705576896667, -0.8891305327415466, -0.3580879867076874, -1.1517359018325806, 0.10486157238483429, 1.2297489643096924, -0.07634495198726654, -0.5822343230247498, 0.2736508250236511, -0.3282506763935089, 0.12593786418437958, -0.321137398481369, 0.38050377368927, 0.4467152953147888, 0.05846751108765602, 0.06898816674947739, -0.5601248741149902, 0.5396502614021301, 0.022329384461045265, -0.44369688630104065, -0.28299573063850403, 0.46116578578948975, 0.6961145401000977, 0.09244149178266525, 0.36705368757247925, -0.10803274065256119, 0.42593875527381897, 0.32621049880981445, 0.48675107955932617, -0.36871853470802307, -0.2902981638908386, -0.4926937520503998, 0.10683757811784744, 0.17424918711185455, -0.5788545608520508 ]