datasetId
stringlengths
2
117
author
stringlengths
2
42
last_modified
timestamp[us, tz=UTC]
downloads
int64
0
9.36M
likes
int64
0
3.89k
tags
list
task_categories
list
createdAt
timestamp[us, tz=UTC]
card
stringlengths
19
1.01M
embedding
list
yashika0998/iot-23-preprocessed-allcolumns
yashika0998
2023-12-01T18:32:45Z
0
0
[ "task_categories:tabular-classification", "task_categories:table-question-answering", "language:en", "code", "region:us" ]
[ "tabular-classification", "table-question-answering" ]
2023-12-01T18:19:01Z
--- dataset_info: features: - name: ts dtype: float64 - name: uid dtype: string - name: id.orig_h dtype: string - name: id.orig_p dtype: int64 - name: id.resp_h dtype: string - name: id.resp_p dtype: int64 - name: proto dtype: string - name: service dtype: string - name: duration dtype: float64 - name: orig_bytes dtype: int64 - name: resp_bytes dtype: int64 - name: conn_state dtype: string - name: local_orig dtype: float64 - name: local_resp dtype: float64 - name: missed_bytes dtype: int64 - name: history dtype: string - name: orig_pkts dtype: int64 - name: orig_ip_bytes dtype: int64 - name: resp_pkts dtype: int64 - name: resp_ip_bytes dtype: int64 - name: label dtype: string splits: - name: train num_bytes: 1232978140 num_examples: 6046623 download_size: 274218995 dataset_size: 1232978140 configs: - config_name: default data_files: - split: train path: data/train-* task_categories: - tabular-classification - table-question-answering language: - en tags: - code --- # Aposemat IoT-23 - a Labeled Dataset with Malcious and Benign Iot Network Traffic **Homepage:** [https://www.stratosphereips.org/datasets-iot23](https://www.stratosphereips.org/datasets-iot23) This dataset contains a subset of the data from 20 captures of Malcious network traffic and 3 captures from live Benign Traffic on Internet of Things (IoT) devices. Created by Sebastian Garcia, Agustin Parmisano, & Maria Jose Erquiaga at the Avast AIC laboratory with the funding of Avast Software, this dataset is one of the best in the field for Intrusion Detection Systems (IDS) for IoT Devices [(Comparative Analysis of IoT Botnet Datasets)](https://doi.org/10.53070/bbd.1173687). The selection of the subset was determined by [Aqeel Ahmed on Kaggle](https://www.kaggle.com/datasets/engraqeel/iot23preprocesseddata) and contains 6 million samples. The Kaggle upload, nor this one, have employed data balancing. The Kaggle card does not contain methodology to understand what criteria was used to select these samples. If you want ensure best practice, use this dataset to mock-up processing the data into a model before using the full dataset with data balancing. This will require processing the 8GB of conn.log.labelled files. # Feature information: All features originate from the [Zeek](https://docs.zeek.org/en/master/scripts/base/protocols/conn/main.zeek.html#type-Conn::Info) processing performed by the dataset creators. [See notes here for caviats for each column](https://docs.zeek.org/en/master/scripts/base/protocols/conn/main.zeek.html#type-Conn::Info). <details> <summary>Expand for feature names, descriptions, and datatypes</summary> Name: ts Desription: This is the time of the first packet. Data Type: float64 - Timestamp Name: uid Description: A Zeek-defined unique identifier of the connection. Data type: string Name: id.orig_h Description: The originator’s IP address. Data type: string - for the form 255.255.255.255 for IPv4 or [aaaa:bbbb:cccc:dddd:eeee:ffff:1111:2222] for IPv6 Name: id.orig_p Description: The originator’s port number. Data type: int64 - uint64 in original Name: id.resp_h Description: The responder’s IP address. Data type: string - for the form 255.255.255.255 for IPv4 or [aaaa:bbbb:cccc:dddd:eeee:ffff:1111:2222] for IPv6 Name: id.resp_p Description: The responder’s port number. Data type: int64 - uint64 in original Name: proto Description: The transport layer protocol of the connection. Data type: string - enum(unknown_transport, tcp, udp, icmp). Only TCP and UDP in subset Name: service Description: An identification of an application protocol being sent over the connection. Data type: optional string Name: duration Description: How long the connection lasted. Data type: optional float64 - time interval Name: orig_bytes Description: The number of payload bytes the originator sent. Data type: optional int64 - uint64 in original Name: resp_bytes Description:The number of payload bytes the responder sent. Data type: optional int64 - uint64 in original Name: conn_state Description: Value indicating connection state. (S0, S1, SF, REJ, S2, S3, RSTO, RSTR, RSTOS0, RSTRH, SH, SHR, OTH) Data type: optional string Name: local_orig Description: If the connection is originated locally, this value will be T. If it was originated remotely it will be F. Data type: optional float64 - bool in original but null for all columns Name: local_resp Description: If the connection is responded to locally, this value will be T. If it was responded to remotely it will be F. Data type: optional float64 - bool in original but null for all columns Name: missed_bytes Description: Indicates the number of bytes missed in content gaps, which is representative of packet loss. Data type: optional int64 - uint64 in original. default = 0 Name: history Description: Records the state history of connections as a string of letters. Data type: optional string Name: orig_pkts Description: Number of packets that the originator sent. Data type: optional int64 - uint64 in original Name: orig_ip_bytes Description: Number of IP level bytes that the originator sent. Data type: optional int64 - uint64 in original Name: resp_pkts Description: Number of packets that the responder sent. Data type: optional int64 - uint64 in original Name: resp_ip_bytes Description: Number of IP level bytes that the responder sent. Data type: optional int64 - uint64 in original Name: label Description: Specifies if data point is benign or some form of malicious. See the dataset creators paper for descriptions of attack types Data type: string - enum('PartOfAHorizontalPortScan', 'Okiru', 'DDoS', 'C&C-HeartBeat', 'Benign', 'C&C-Torii', 'C&C', 'C&C-FileDownload', 'Okiru-Attack', 'Attack', 'FileDownload', 'C&C-HeartBeat-FileDownload', 'C&C-Mirai') NOTE: ts, uid, id.orig_h, id.resp_h SHOULD BE removed as they are dataset specific. Models should not be trained with specific timestamps or IP addresses (id.orig_h), as that can lead to over fitting to dataset specific times and addresses. Further local_orig, local_resp SHOULD BE removed as they are null in all rows, so they are useless for training. </details> ## Citation If you are using this dataset for your research, please reference it as “Sebastian Garcia, Agustin Parmisano, & Maria Jose Erquiaga. (2020). IoT-23: A labeled dataset with malicious and benign IoT network traffic (Version 1.0.0) [Data set]. Zenodo. http://doi.org/10.5281/zenodo.4743746” [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5262514352798462, -0.7515959739685059, -0.1604808121919632, 0.21507935225963593, -0.19371338188648224, -0.09978114813566208, 0.33126965165138245, -0.5943033695220947, 0.44835415482521057, 0.5893920063972473, -0.5562854409217834, -0.4062860906124115, -0.2900594174861908, 0.10840730369091034, -0.20921902358531952, 0.9086927771568298, 0.3922833204269409, -0.24816888570785522, 0.33040934801101685, 0.026261592283844948, -0.44371485710144043, -0.30487892031669617, -0.6930556893348694, 0.08306436985731125, 0.2039726972579956, 0.5864904522895813, 0.37211427092552185, 0.504393994808197, 0.7867403030395508, 0.34272733330726624, 0.018201250582933426, -0.08162892609834671, -0.5738732814788818, -0.2665312886238098, 0.03493036702275276, -0.3599947690963745, -0.8082771897315979, -0.042128194123506546, 0.577536404132843, 0.6747168898582458, -0.24339184165000916, 0.33252301812171936, -0.32687923312187195, 0.8054691553115845, -0.29120513796806335, -0.04261533543467522, -0.8404613733291626, 0.305593341588974, -0.7032169103622437, -0.5183902382850647, -0.48610830307006836, -0.11763177067041397, 0.23809775710105896, -0.46459895372390747, 0.22964204847812653, 0.4029026925563812, 0.9932963252067566, -0.039140939712524414, -0.7196547389030457, 0.11253169924020767, -0.698307454586029, 0.4895898997783661, -0.6968152523040771, 0.22571657598018646, 0.5346951484680176, 0.5039267539978027, -0.47041890025138855, -0.4129389524459839, -0.36615103483200073, -0.1582813858985901, 0.04645742103457451, 0.361416220664978, -0.133456289768219, -0.06574094295501709, 0.44930869340896606, 0.47463130950927734, -0.7014290690422058, -0.07064463198184967, -0.8945024013519287, -0.40698063373565674, 0.7912814021110535, 0.31728219985961914, 0.11692643165588379, -0.2965107262134552, -0.6382951140403748, 0.3054661452770233, -0.6648773550987244, 0.30543678998947144, 0.4652542173862457, 0.3692907989025116, -0.6261601448059082, 0.7424017786979675, -0.6714944839477539, 0.7288799285888672, -0.06434255093336105, -0.13337567448616028, 0.3653677701950073, -0.42566099762916565, -0.25972485542297363, 0.05940910428762436, 0.8398422598838806, 0.37713515758514404, -0.025353586301207542, -0.07790249586105347, 0.08858352154493332, -0.4010145366191864, 0.32957911491394043, -0.7077366709709167, -0.3584934175014496, 0.5090575814247131, -0.7628474235534668, -0.196376770734787, 0.4406398832798004, -0.8936417698860168, -0.2051859050989151, 0.13348060846328735, 0.15515528619289398, -0.31504371762275696, -0.537162184715271, 0.24656757712364197, -0.11575141549110413, 0.2999722361564636, 0.16839689016342163, -0.6784062385559082, 0.4867422878742218, 0.33573660254478455, 0.6282203793525696, 0.03933468833565712, -0.1078806072473526, -0.020006712526082993, -0.07378874719142914, -0.10262534767389297, 0.43770113587379456, -0.08655854314565659, -0.3958658277988434, -0.42934948205947876, 0.3611356317996979, -0.10131560266017914, -0.2416526973247528, 0.5754821300506592, -0.701137363910675, 0.220137357711792, 0.028715690597891808, -0.4213258624076843, -0.4182793200016022, 0.18348267674446106, -0.7355281710624695, 0.6664534211158752, 0.14258602261543274, -1.0005627870559692, 0.20945273339748383, -0.7935156226158142, -0.34884974360466003, 0.3279936909675598, 0.20184141397476196, -0.47086745500564575, -0.19308702647686005, -0.21695512533187866, 0.4696294963359833, -0.26707226037979126, -0.013781022280454636, -0.49189063906669617, -0.19701343774795532, 0.21720227599143982, -0.28478434681892395, 1.2800626754760742, 0.6252061724662781, -0.12939810752868652, -0.1288783997297287, -1.0910786390304565, 0.1549164205789566, 0.33051058650016785, -0.24865975975990295, 0.09575112164020538, 0.013807744719088078, -0.06831560283899307, 0.07700113207101822, 0.17172837257385254, -0.9791795611381531, 0.036188311874866486, -0.40637752413749695, 0.4831942915916443, 0.5541753768920898, 0.271475613117218, 0.18374119699001312, -0.4539220333099365, 0.34782156348228455, 0.1905161589384079, 0.6326761841773987, 0.021734440699219704, -0.7151744365692139, -0.48356351256370544, -0.09080434590578079, 0.1579325646162033, 0.7736180424690247, -0.5164485573768616, 0.490388423204422, -0.7243992686271667, -0.7886196374893188, -0.39790865778923035, -0.19294071197509766, 0.11352352052927017, 0.7927732467651367, 0.30139994621276855, 0.026554230600595474, -0.6214678287506104, -1.0638034343719482, 0.2638029158115387, -0.2577584385871887, 0.11934757232666016, 0.4571988880634308, 0.5051295757293701, 0.06551666557788849, 0.7163333296775818, -0.2926507890224457, -0.1888665109872818, 0.018608033657073975, -0.014243808574974537, 0.3690797686576843, 0.6607816815376282, 0.7895667552947998, -0.8552045226097107, -0.5914541482925415, 0.09096120297908783, -0.648390531539917, 0.15466028451919556, -0.08682214468717575, -0.08791855722665787, 0.05628449097275734, 0.047450222074985504, -0.5754923224449158, 0.6053839921951294, 0.32976362109184265, -0.6586806774139404, 0.3388398587703705, -0.16131359338760376, 0.45391109585762024, -1.1767354011535645, 0.3068225681781769, -0.15218116343021393, -0.1579856276512146, -0.6054142713546753, -0.08667377382516861, -0.04254692792892456, -0.16996607184410095, -0.8265374898910522, 0.272911012172699, -0.3203033208847046, 0.05786479264497757, 0.12186818569898605, -0.19731928408145905, -0.3139900863170624, 0.2650832235813141, -0.09551084786653519, 0.7533421516418457, 0.6277973055839539, -0.4623584747314453, 0.6821823120117188, 0.1699972301721573, -0.07576791942119598, 0.5380807518959045, -0.888268768787384, -0.11312470585107803, 0.10545095056295395, 0.3384493291378021, -1.071016550064087, -0.21619565784931183, 0.673008918762207, -0.8308520913124084, -0.027726802974939346, -0.5487387776374817, -0.3162841498851776, -0.4230135381221771, -0.28584402799606323, 0.3972468078136444, 0.3488869071006775, -0.17833742499351501, 0.4626699686050415, 0.40072402358055115, 0.2096661478281021, -0.6205041408538818, -0.7295105457305908, 0.1508990377187729, -0.5640228390693665, -0.8544291853904724, 0.3685324788093567, 0.00038589880568906665, 0.06103302165865898, -0.059410419315099716, 0.02613408863544464, -0.1437031477689743, 0.2709288001060486, 0.3759861886501312, 0.2633487582206726, -0.09987729787826538, -0.3861391544342041, -0.3399244248867035, -0.16826511919498444, 0.23321038484573364, -0.05475259944796562, 0.480399489402771, -0.14542461931705475, -0.322874516248703, -0.7671585083007812, 0.5153976082801819, 0.4791921079158783, -0.016575703397393227, 0.9088365435600281, 0.559360682964325, -0.27370506525039673, 0.199758380651474, -0.2560194730758667, -0.15308207273483276, -0.4218149185180664, 0.04797641187906265, -0.5638591647148132, -0.43297019600868225, 0.9425108432769775, 0.45112863183021545, -0.03466453403234482, 0.7952196598052979, -0.08121917396783829, -0.29092416167259216, 0.7364447116851807, 0.4234102666378021, -0.22680525481700897, 0.3976419270038605, -0.486674040555954, 0.20393425226211548, -0.7915721535682678, -0.2904152274131775, -0.5361286997795105, -0.19844821095466614, -0.9786434173583984, 0.1145428717136383, 0.29984182119369507, 0.025536760687828064, -0.35696351528167725, 0.359089732170105, -0.32147619128227234, 0.08058633655309677, 0.3570003807544708, 0.37318962812423706, -0.06046273931860924, 0.02639933116734028, 0.24514053761959076, 0.16000737249851227, -0.74055016040802, -0.23804552853107452, 1.5698583126068115, 0.3765014708042145, 0.5834622979164124, 0.4283810257911682, 0.3651363253593445, 0.4641558825969696, -0.033190205693244934, -0.4318099915981293, 0.7602236270904541, 0.05702502280473709, -0.874264657497406, -0.05106237903237343, -0.7802669405937195, -1.3058029413223267, -0.25604742765426636, -0.22100606560707092, -1.014923095703125, 0.25280675292015076, 0.03924650698900223, -0.2959938943386078, 0.3828807473182678, -0.7608665227890015, 0.6342936158180237, 0.02294131927192211, -0.00849391520023346, -0.19219565391540527, -1.0910038948059082, 0.48137548565864563, 0.2088823914527893, -0.1237679049372673, -0.1423310488462448, 0.16353149712085724, 0.7326390743255615, -0.6952513456344604, 0.709506630897522, -0.3140539526939392, 0.33076977729797363, 0.36891454458236694, -0.007686474826186895, 0.3550035059452057, 0.25125810503959656, -0.03970590606331825, 0.5131130814552307, 0.1234470009803772, -0.6762558817863464, -0.04987413063645363, 0.4377169609069824, -0.7472358345985413, -0.2695329487323761, -0.3409707844257355, -0.22993434965610504, 0.15061034262180328, 0.2982425093650818, 0.5014634728431702, 0.5888035893440247, 0.13917706906795502, 0.6424103379249573, 0.8129863739013672, -0.09570695459842682, 0.2542895972728729, 0.8235700130462646, 0.031194569543004036, -0.4607410728931427, 0.9256986379623413, 0.2183336764574051, 0.43325912952423096, 0.5321831703186035, -0.012541443109512329, -0.21276693046092987, -0.6805741190910339, -0.38519877195358276, -0.006533660925924778, -0.48486822843551636, -0.44512271881103516, -0.7192295789718628, -0.658662736415863, -0.3556242287158966, 0.4045393168926239, -0.3621644973754883, -0.4798937737941742, -0.18476110696792603, -0.09517049789428711, 0.6956692337989807, 0.22621072828769684, -0.1573290079832077, 0.6199885606765747, -0.7438144087791443, 0.3574027121067047, -0.06347799301147461, 0.4163829982280731, -0.23012889921665192, -0.5884494781494141, -0.1474650651216507, 0.3996460437774658, -0.17854724824428558, -0.8920061588287354, 0.13456504046916962, 0.21705949306488037, 0.6257226467132568, 0.6099517941474915, 0.15464884042739868, 0.44435185194015503, -0.12644407153129578, 1.0484189987182617, -0.24032892286777496, -0.5446987152099609, 0.8588090538978577, -0.6715105772018433, 0.1416633576154709, 0.36523211002349854, 0.30612388253211975, -0.45472803711891174, -0.1389923393726349, -1.0372192859649658, -0.7218655943870544, 0.7318607568740845, 0.264250248670578, -0.08432122319936752, -0.07600279897451401, 0.28121381998062134, 0.0667739063501358, 0.10122670978307724, -0.6536214351654053, -0.7052485942840576, -0.17407019436359406, 0.08949583768844604, 0.29560014605522156, -0.023100359365344048, -0.24614036083221436, -0.17344696819782257, 0.566504180431366, 0.4000723958015442, 0.6990591287612915, 0.06752701103687286, 0.023542357608675957, 0.10654693841934204, 0.1342405378818512, 0.8533474802970886, 0.6934720873832703, -0.5765572190284729, 0.0050435299053788185, 0.09768128395080566, -0.8284464478492737, 0.05581476911902428, 0.37338581681251526, -0.17948663234710693, -0.15978430211544037, 0.34636417031288147, 0.4934041500091553, -0.5021907091140747, -0.27202945947647095, 0.41132667660713196, -0.20755010843276978, -0.16329483687877655, -0.40130898356437683, 0.1586075872182846, -0.33938395977020264, -0.11238481104373932, 0.47838208079338074, 0.1954849511384964, 0.28251883387565613, -0.1089424267411232, 0.03283894434571266, 0.42598605155944824, -0.1032615602016449, -0.5029539465904236, 0.568572461605072, 0.32411670684814453, -0.3059921860694885, 0.7188920974731445, -0.33696696162223816, -0.16136716306209564, 0.8468466401100159, 0.45395562052726746, 0.6426977515220642, -0.32094845175743103, 0.13113926351070404, 0.31702911853790283, 0.49866533279418945, 0.2983095645904541, 0.6561176776885986, -0.01908593438565731, -0.7406617403030396, -0.04345369711518288, -0.13098587095737457, 0.052708305418491364, 0.5328548550605774, -0.7232658267021179, 0.25365787744522095, -0.5696779489517212, -0.28484389185905457, 0.09067481011152267, 0.29790955781936646, -0.8385468125343323, 0.33393219113349915, -0.14666076004505157, 1.050734281539917, -1.0539610385894775, 0.5670907497406006, 0.8973572254180908, -0.29435086250305176, -0.5319040417671204, -0.4598579406738281, 0.1327316164970398, -0.5510739684104919, 0.4041270613670349, -0.11075229942798615, 0.11827227473258972, -0.04369744658470154, -0.46542876958847046, -0.8939303755760193, 1.0359604358673096, -0.0380229726433754, -0.22462347149848938, 0.5523145794868469, 0.4047004282474518, 0.3112773597240448, -0.21396026015281677, 0.5028154253959656, 0.22395841777324677, 0.20434971153736115, -0.13762988150119781, -0.8252402544021606, 0.07375742495059967, -0.5253818035125732, -0.05617882311344147, 0.17882178723812103, -0.8700108528137207, 0.6844030022621155, 0.05498277395963669, -0.1680268943309784, -0.16542890667915344, 0.550342321395874, -0.13255637884140015, 0.10452692955732346, 0.4955274760723114, 0.6777219176292419, 0.5041579008102417, -0.23011299967765808, 0.6950942277908325, -0.20615243911743164, 0.21725530922412872, 0.7981142401695251, 0.16959847509860992, 0.7494745254516602, 0.5563909411430359, -0.4154658913612366, -0.05748876556754112, 0.9283373951911926, -0.023088721558451653, 0.656586766242981, -0.06609716266393661, -0.12720313668251038, 0.20460037887096405, 0.007439487148076296, -0.7030181884765625, 0.4641093909740448, 0.3890349864959717, -0.09930285811424255, -0.2536897361278534, 0.095687635242939, 0.008653229102492332, -0.535938560962677, -0.13215886056423187, 0.8142492175102234, -0.38959604501724243, -0.25443777441978455, 0.4808691740036011, -0.03237982466816902, 0.5237645506858826, -0.594078779220581, 0.00604903744533658, -0.33510467410087585, -0.04175696149468422, -0.37833064794540405, -1.0014594793319702, 0.573785662651062, -0.21865485608577728, -0.23292727768421173, 0.1291656345129013, 0.4376741051673889, -0.04637978971004486, -0.39028802514076233, -0.11911585181951523, 0.029215717688202858, 0.5069603323936462, 0.1817069947719574, -0.8234605193138123, 0.11033160239458084, 0.12560756504535675, -0.22867953777313232, 0.19276249408721924, 0.48248612880706787, 0.16823333501815796, 1.0224143266677856, 0.4580134451389313, 0.3671650290489197, 0.1410875916481018, -0.1800207793712616, 0.6145675778388977, -0.5945237278938293, -0.4782382845878601, -0.5264987349510193, 0.7760398387908936, -0.41653889417648315, -0.6224585771560669, 0.7226409912109375, 0.7636882662773132, 0.8830969929695129, -0.08123696595430374, 0.7137986421585083, -0.6416671276092529, 0.5495577454566956, -0.33508405089378357, 0.5790376663208008, -0.2701258063316345, 0.5114277601242065, 0.14074698090553284, -0.6250000596046448, 0.07116544246673584, 0.3536663055419922, -0.1963164359331131, 0.0012174409348517656, 0.16918201744556427, 0.7836694121360779, -0.3794219493865967, 0.25828003883361816, -0.1361171007156372, 0.15180648863315582, 0.5212316513061523, 0.4824087619781494, 0.6534841656684875, -0.9171141982078552, 0.3307061493396759, -0.5909888744354248, -0.2858354449272156, -0.4770788848400116, -0.8062275648117065, -0.7843087911605835, -0.4711759686470032, -0.3028680086135864, -0.34560835361480713, -0.012193266302347183, 0.6982784867286682, 0.9718660116195679, -0.7701624631881714, -0.23335103690624237, -0.07606761902570724, 0.04380248114466667, -0.23535595834255219, -0.28713253140449524, 0.2968021333217621, 0.12069150060415268, -0.18063484132289886, 0.21013841032981873, -0.021275050938129425, 0.3913700580596924, -0.01179787889122963, 0.27379077672958374, -0.3726958632469177, -0.026782475411891937, 0.38723769783973694, 0.5409581661224365, -0.4999447464942932, -0.24995753169059753, -0.09655184298753738, -0.09060289710760117, 0.11363501101732254, 0.3848225176334381, -0.44395744800567627, 0.35350728034973145, 0.6884995102882385, 0.2728164792060852, 0.4109746217727661, 0.21921157836914062, 0.295779824256897, -0.6347901225090027, 0.42646366357803345, 0.18741558492183685, 0.2775118052959442, -0.005637879949063063, -0.6573266983032227, 0.4636117219924927, 0.37499505281448364, -0.5276791453361511, -0.8235743641853333, 0.05188300833106041, -1.2914139032363892, 0.06657005101442337, 0.7752096652984619, -0.2995041310787201, -0.2677023708820343, -0.28512004017829895, -0.13719356060028076, -0.17490185797214508, -0.42931610345840454, 0.6765369176864624, 0.47095754742622375, -0.2538215219974518, -0.14760777354240417, -0.7867246866226196, 0.5116932988166809, 0.15878309309482574, -0.940377950668335, -0.1822068840265274, 0.2652610242366791, 0.4603897035121918, -0.009511752985417843, 0.5311484336853027, -0.16173717379570007, 0.0764647126197815, 0.12450452148914337, -0.14052268862724304, -0.0432097353041172, -0.37814992666244507, -0.02052297070622444, 0.03205254301428795, -0.4308168590068817, -0.6562462449073792 ]
Gunchar/hehehe
Gunchar
2023-12-01T18:28:53Z
0
0
[ "license:mit", "region:us" ]
null
2023-12-01T18:28:53Z
--- license: mit ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
zsy12345/telugu-asr
zsy12345
2023-12-01T19:10:04Z
0
0
[ "region:us" ]
null
2023-12-01T18:32:26Z
--- dataset_info: features: - name: audio dtype: audio - name: sentence dtype: string splits: - name: train num_bytes: 38112606621.4 num_examples: 168076 download_size: 37317736585 dataset_size: 38112606621.4 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
BrookBvn/Ninja1
BrookBvn
2023-12-01T18:43:49Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T18:43:22Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
27aryan/amitabbachchan
27aryan
2023-12-01T18:59:31Z
0
0
[ "license:other", "region:us" ]
null
2023-12-01T18:48:54Z
--- license: other license_name: other license_link: LICENSE ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
codys12/IPS0
codys12
2023-12-01T21:10:51Z
0
0
[ "license:mit", "region:us" ]
null
2023-12-01T19:15:53Z
--- license: mit ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
ctang/deontology_train_llama2_v2
ctang
2023-12-01T19:16:10Z
0
0
[ "region:us" ]
null
2023-12-01T19:16:09Z
--- dataset_info: features: - name: text dtype: string splits: - name: train num_bytes: 15733419 num_examples: 16733 download_size: 1768896 dataset_size: 15733419 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
ctang/deontology_eval_llama2_v2
ctang
2023-12-01T19:29:34Z
0
0
[ "region:us" ]
null
2023-12-01T19:29:33Z
--- dataset_info: features: - name: prompt dtype: string - name: response_a dtype: string - name: response_b dtype: string - name: more_reasonable dtype: string splits: - name: train num_bytes: 913012 num_examples: 3426 download_size: 210840 dataset_size: 913012 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
JinglesDados/PretoJoia
JinglesDados
2023-12-01T19:40:53Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T19:39:53Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Gunchar/dataset-georgian
Gunchar
2023-12-01T19:48:00Z
0
0
[ "license:mit", "region:us" ]
null
2023-12-01T19:48:00Z
--- license: mit ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
judyhoffman/SkysScenes
judyhoffman
2023-12-01T19:53:48Z
0
0
[ "license:mit", "region:us" ]
null
2023-12-01T19:53:47Z
--- license: mit ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
judyhoffman/SkyScenes
judyhoffman
2023-12-01T19:54:01Z
0
0
[ "license:mit", "region:us" ]
null
2023-12-01T19:54:01Z
--- license: mit ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
hopee4/summer
hopee4
2023-12-01T20:13:08Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T20:12:48Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Apinapi/Pamonha
Apinapi
2023-12-01T20:19:03Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T20:18:44Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
mugeakbulut/turkish_Kadi_Sicilleri-ds-mini
mugeakbulut
2023-12-02T09:01:25Z
0
0
[ "region:us" ]
null
2023-12-01T20:24:51Z
--- dataset_info: features: - name: DOCNO dtype: int64 - name: ARXIVID_xml dtype: string - name: ARXIVID dtype: string - name: Link dtype: string - name: Title dtype: string - name: Authors dtype: string - name: 'Year ' dtype: int64 - name: Submitted on (gün, ay, yıl olarak submission tarihi) dtype: string - name: Submission history (v1 de dahil olmak üzere hepsi) dtype: string - name: Last revised tarihi dtype: string - name: content dtype: string - name: Comments dtype: string - name: Subject dtype: string - name: Journal reference dtype: string - name: DOI dtype: string - name: Cite as dtype: string - name: 'Unnamed: 16' dtype: float64 - name: 'Unnamed: 17' dtype: float64 - name: 'Unnamed: 18' dtype: float64 - name: 'Unnamed: 19' dtype: float64 - name: 'Unnamed: 20' dtype: string - name: Abstract_no dtype: string - name: 'Unnamed: 22' dtype: string - name: review dtype: string - name: content_length dtype: int64 splits: - name: train num_bytes: 1486810.797385621 num_examples: 413 - name: validation num_bytes: 165601.2026143791 num_examples: 46 download_size: 810073 dataset_size: 1652412.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
array/socratis_image_text_emotion
array
2023-12-01T20:47:36Z
0
0
[ "task_categories:text-classification", "task_categories:image-classification", "task_categories:conversational", "license:mit", "arxiv:2308.16741", "region:us" ]
[ "text-classification", "image-classification", "conversational" ]
2023-12-01T20:25:13Z
--- license: mit task_categories: - text-classification - image-classification - conversational --- # SOCRATIS: A benchmark of diverse open-ended emotional reactions to image-caption pairs. ### ICCV WECIA Workshop 2023 (oral) [Project Page](https://kdeng55.github.io/socratis-website/), [Paper](https://arxiv.org/abs/2308.16741) We release a benchmark which contains 18K diverse emotions and reasons for feeling them on 2K image-caption pairs. Our current preliminary findings have shown that Humans prefer human-written emotional reactions over machine-generated by more than two times. We also find that current metrics fail to correlate with human preference, leaving significant room for research! We release the data publicly. `test.json` contains the testing data in the following format: ``` { unique_id: [[image_path, caption, emotions, explanations, anonymized_demographics], ...] } ``` The `unique_id` is a unique id for a image-caption pair. Each `unique_id` key has a list of entries from diverse workers. Each entry consists of the emotions and the explanations for feeling that emotion. Demographics may be missing for many annotations since they were optional and some workers opted to not disclose it. All data is anonymized. The image files are at: https://drive.google.com/file/d/1J8SiUEfKqc5rfxE1nwZUrG1Hcz7Djc3G/view?usp=sharing.
[ -0.6408317685127258, 0.02555910125374794, 0.2642832398414612, 0.3999194800853729, -0.8653454184532166, 0.18154063820838928, -0.30058738589286804, -0.6555175185203552, 0.167608380317688, 0.3789881467819214, -0.6492395401000977, -0.8433923721313477, -0.4461401700973511, 0.5312187075614929, -0.26775985956192017, 1.090095043182373, -0.10682619363069534, 0.33683013916015625, -0.5327963829040527, -0.5723620057106018, 0.2066372185945511, -0.404376357793808, -0.35485029220581055, 0.05725264921784401, 0.8635010123252869, 0.41632071137428284, 0.4908977746963501, 0.31887564063072205, 0.8169788122177124, 0.17859281599521637, 0.11751194298267365, -0.03178301826119423, -0.5472683906555176, 0.19217820465564728, -0.14334717392921448, -0.3890041410923004, -0.21948084235191345, 0.2791369557380676, 0.3967181146144867, 0.5020431876182556, 0.3170379400253296, 0.6130660772323608, -0.424061119556427, 1.1757160425186157, -0.7897605299949646, 0.16729849576950073, -0.48463669419288635, 0.4473046064376831, -0.263652503490448, -0.16087853908538818, -0.3793485760688782, -0.5095739960670471, 0.13265660405158997, -0.396373450756073, 0.1868402361869812, 0.35879233479499817, 0.9510364532470703, 0.3546556830406189, -0.7329549789428711, -0.06675736606121063, -0.25620800256729126, 0.5420264601707458, -0.22558672726154327, 0.3736499547958374, 0.08163295686244965, 0.08798133581876755, 0.25189030170440674, -0.5660904049873352, -0.5609443783760071, -0.048102736473083496, -0.03091689944267273, 0.5715907216072083, -0.33940809965133667, -0.05783559009432793, 0.41877850890159607, 0.3124241828918457, -0.7079230546951294, -0.13937421143054962, -0.4776494801044464, 0.03442208096385002, 0.8665668964385986, 0.2200220227241516, 0.49396848678588867, -0.03836348280310631, -0.6067033410072327, -0.44990476965904236, -0.5941765308380127, 0.21223202347755432, 0.8600059747695923, 0.035947900265455246, -0.7360661029815674, 0.5687795877456665, -0.34806641936302185, 0.21967828273773193, -0.13875244557857513, 0.5178261399269104, 0.6348496675491333, -0.3700019121170044, 0.0334339514374733, -0.23540928959846497, 1.4158315658569336, 0.7676811814308167, 0.32420361042022705, -0.2945740818977356, 0.09630751609802246, 0.5501746535301208, 0.37624305486679077, -0.9688885807991028, 0.1006113663315773, 0.1869872510433197, -0.5114368796348572, -0.30936717987060547, 0.19922354817390442, -1.1615087985992432, -0.44123148918151855, -0.29522761702537537, 0.06611950695514679, -0.26460859179496765, -0.20430848002433777, -0.060713231563568115, -0.2778297960758209, 0.10964448750019073, 0.18697106838226318, -0.46404045820236206, 0.6580761671066284, 0.41853398084640503, 0.9934011697769165, -0.29422909021377563, -0.0809166207909584, -0.412262499332428, -0.4975268840789795, -0.3533429205417633, 0.9545232057571411, -0.3913850486278534, -0.0466279499232769, -0.0635085329413414, 0.11955396831035614, -0.03926284238696098, -0.37488994002342224, 0.725714921951294, -0.47826775908470154, 0.06493813544511795, -0.5520545840263367, 0.014931941404938698, 0.004304343368858099, -0.011131854727864265, -0.8486246466636658, 0.7121479511260986, 0.003741432912647724, -1.199155569076538, 0.3064281642436981, -1.0427818298339844, -0.2698490023612976, -0.11271069943904877, -0.14066830277442932, -0.5259912014007568, 0.17294105887413025, -0.21317727863788605, 0.29696330428123474, -0.5445266962051392, 0.15093863010406494, -0.6103931069374084, -0.4569734036922455, 0.5858777165412903, 0.2630822956562042, 0.8834274411201477, 0.36986029148101807, -0.44123339653015137, 0.2450018972158432, -0.49530455470085144, -0.20547130703926086, 0.18243642151355743, 0.24568715691566467, -0.2019823044538498, -0.2144382894039154, -0.014243096113204956, 0.41267478466033936, 0.20818817615509033, -0.8249759078025818, -0.10233747214078903, 0.22651992738246918, 0.14615854620933533, 0.9326086044311523, -0.10125957429409027, 0.375070720911026, -0.07784831523895264, 0.6583327651023865, 0.29178938269615173, 0.3248462975025177, 0.06484714895486832, -0.20447571575641632, -0.5033746361732483, -0.42094334959983826, -0.06019248813390732, 0.2460085153579712, -0.23210501670837402, 0.25203293561935425, -0.21448591351509094, -0.8324618935585022, -0.7024615406990051, -0.25017717480659485, 0.6030009388923645, 0.25582367181777954, -0.07145275175571442, -0.9587493538856506, -0.68751060962677, -1.1291648149490356, -0.30498558282852173, -0.2607191801071167, -0.010927645489573479, 0.4774172604084015, 0.5731424689292908, -0.055419668555259705, 0.6258076429367065, -0.33194053173065186, -0.03263918310403824, 0.4695068895816803, 0.2943554222583771, 0.032673124223947525, 0.22523005306720734, 0.7038898468017578, -1.021340250968933, -0.7441205382347107, -0.17132391035556793, -0.8981736898422241, -0.048127755522727966, 0.05581911280751228, -0.48595350980758667, 0.4523598253726959, 0.05785883963108063, -0.6116425395011902, 0.5187029242515564, 0.7337307929992676, -0.33749616146087646, 0.638396680355072, 0.11584647744894028, 0.6412475109100342, -0.8849031925201416, 0.554177463054657, 0.3080628216266632, 0.04542713239789009, -0.20983821153640747, 0.08811630308628082, 0.14662934839725494, -0.17143496870994568, -0.754616916179657, 0.2779724895954132, -0.6846163272857666, -0.5676378011703491, 0.29898613691329956, 0.18543605506420135, -0.24334758520126343, 0.5864089727401733, 0.08145402371883392, 0.7745683193206787, 0.7737493515014648, -0.11805876344442368, 0.43588897585868835, 0.580625057220459, -0.25296181440353394, 0.7855719327926636, -0.7862001657485962, 0.5375919342041016, -0.32717058062553406, 0.43488696217536926, -1.2955560684204102, -0.25692281126976013, 0.3603900969028473, -0.6958253979682922, -0.15939536690711975, 0.034598998725414276, -0.7606830596923828, -0.45521631836891174, -0.714564859867096, 0.49284401535987854, 0.6340047121047974, -0.6352783441543579, 0.3981555700302124, 0.29016509652137756, -0.11130370944738388, -0.3814976215362549, -0.5371564030647278, 0.36507943272590637, -0.2421189397573471, -0.6505824327468872, 0.005221993662416935, -0.6195588111877441, -0.315239816904068, 0.041137803345918655, -0.06100161373615265, -0.14670328795909882, -0.07691594213247299, 0.8489755988121033, 0.47348839044570923, 0.1645524501800537, -0.04968303442001343, -0.14671564102172852, -0.04366907477378845, 0.21777023375034332, 0.3704054355621338, 0.4679291844367981, -0.6238495111465454, -0.31193771958351135, -0.6629703640937805, 0.40441352128982544, 0.9258604645729065, -0.4263026714324951, 0.719499945640564, 0.9258571863174438, -0.37817153334617615, 0.468089759349823, -0.35767045617103577, -0.04342515021562576, -0.36159467697143555, 0.09095723927021027, -0.20210349559783936, -0.8303042054176331, 0.8994489908218384, -0.008756241761147976, -0.20419447124004364, 0.4286179840564728, 0.6149020791053772, -0.03552243113517761, 1.2562885284423828, 0.0182352215051651, -0.24034447968006134, 0.31417250633239746, -0.2861703634262085, 0.15050363540649414, -0.9637709259986877, -0.2785947918891907, -0.7648361325263977, -0.38475045561790466, -0.7589483857154846, 0.09494834393262863, 0.5015031695365906, -0.3947106599807739, -0.15858356654644012, 0.27456551790237427, -0.546204686164856, 0.3736753761768341, 0.4508877396583557, 0.10389617085456848, 0.05630484223365784, -0.1655510663986206, -0.005625844467431307, -0.12156309932470322, -0.1574755311012268, -0.40653496980667114, 0.9919396638870239, 0.05099983885884285, 0.6083195805549622, 0.06800103187561035, 0.7743265628814697, 0.24149355292320251, 0.3830632269382477, -0.29398924112319946, 0.7446689009666443, -0.4100777506828308, -0.6567143201828003, -0.10327016562223434, -0.4035211205482483, -1.053261637687683, 0.10050451010465622, -0.45135265588760376, -0.9960820078849792, -0.04898632690310478, 0.08649885654449463, -0.07105259597301483, 0.14366799592971802, -0.6256895661354065, 1.0349571704864502, -0.20054002106189728, -0.7322869300842285, -0.16850532591342926, -1.1026201248168945, 0.36510148644447327, 0.1350388079881668, 0.39131665229797363, -0.2572094798088074, -0.1321127861738205, 0.7074171304702759, -0.20994502305984497, 1.158028483390808, 0.009368686936795712, 0.47738292813301086, 0.1402629166841507, -0.06148222088813782, 0.26710009574890137, 0.1025305762887001, -0.23718369007110596, 0.39023369550704956, 0.007851687259972095, -0.4391864538192749, -0.29304516315460205, 0.5896347761154175, -0.9757266044616699, 0.013738506473600864, -0.5890499949455261, -0.5333045721054077, 0.07675421237945557, 0.09654506295919418, 0.4741919934749603, 0.3942315876483917, -0.2720261812210083, 0.3570793867111206, 0.4907677173614502, -0.07930143177509308, 0.16809917986392975, 0.4706711173057556, 0.29119038581848145, -0.8038088083267212, 0.5347723364830017, -0.19180336594581604, 0.18150505423545837, -0.019142163917422295, 0.05443962290883064, -0.31780165433883667, -0.2990235388278961, -0.5261637568473816, 0.36683136224746704, -0.5526702404022217, -0.31914305686950684, -0.7662950754165649, 0.06818985939025879, -0.5073955059051514, -0.07510166615247726, -0.49518778920173645, -0.13613393902778625, -0.5040143132209778, -0.09467416256666183, 0.4365491271018982, 0.5405542850494385, -0.20329122245311737, -0.12067247927188873, -0.720550000667572, 0.351799339056015, 0.09161274880170822, 0.7853035926818848, -0.12052781879901886, -0.12256352603435516, -0.1555977165699005, -0.08803267776966095, -0.13427028059959412, -0.9246366620063782, 0.5001955628395081, 0.10733946412801743, 0.19831423461437225, 0.3653559684753418, 0.5101703405380249, 0.5085945725440979, -0.17277126014232635, 0.9634231925010681, 0.40418681502342224, -0.9122684597969055, 0.326834499835968, -0.4737686216831207, 0.19192034006118774, 0.8502342700958252, 0.7123140692710876, -0.7693644762039185, -0.5063906908035278, -0.7343370914459229, -0.9196227788925171, 0.737861692905426, 0.1311786025762558, 0.14654883742332458, -0.18889868259429932, 0.21148812770843506, 0.3895375430583954, 0.2985610365867615, -0.6048211455345154, -0.225721076130867, -0.03809010237455368, -0.3500730097293854, 0.041061438620090485, -0.08408995717763901, -0.28645890951156616, -0.06480931490659714, 0.40907996892929077, -0.16216051578521729, 0.2891271710395813, 0.2943872809410095, 0.014541629701852798, -0.8124715685844421, 0.11941646784543991, 0.6333327293395996, 0.35392874479293823, -0.5204545855522156, 0.43378502130508423, 0.008466040715575218, -0.29164865612983704, -0.12534689903259277, -0.11465220898389816, 0.054094601422548294, -0.09727682918310165, 0.3181632459163666, 1.0335593223571777, 0.04277259111404419, -0.9636338949203491, 0.7043973803520203, -0.592938244342804, -0.4151040315628052, -0.5316528677940369, -0.09399839490652084, 0.11100845038890839, 0.33970484137535095, 0.27955952286720276, 0.377141535282135, 0.2939750552177429, -0.6933525204658508, 0.051836609840393066, 0.40386444330215454, -0.698834240436554, -0.8043116331100464, 0.5809798240661621, -0.008984781801700592, -0.2504934072494507, 0.30144768953323364, -0.503774106502533, -0.7374742031097412, 0.5610634088516235, 0.3892788887023926, 1.0090409517288208, 0.20972204208374023, 0.438212513923645, 0.6967748999595642, 0.1306867003440857, 0.04003725200891495, 0.5530778765678406, -0.0800468698143959, -0.47839125990867615, 0.038095779716968536, -0.17365559935569763, -0.7393249869346619, -0.2443077117204666, -1.0068858861923218, 0.06344029307365417, -0.515753448009491, -0.05656652897596359, -0.03557301685214043, -0.0858163982629776, -1.149652123451233, 0.3389403820037842, 0.008242250420153141, 0.8599221110343933, -1.3174285888671875, 0.0680311769247055, 0.9630929231643677, -0.6539279818534851, -0.5003583431243896, -0.2835083305835724, 0.12026451528072357, -0.5589476823806763, 0.5935051441192627, 0.17992420494556427, 0.1167893335223198, -0.29326650500297546, -1.0821396112442017, -0.6564978957176208, 1.0136722326278687, 0.4120263159275055, -0.36872321367263794, 0.5183940529823303, 0.15621376037597656, 0.9146687984466553, -0.5985237956047058, 0.541647732257843, 0.22866852581501007, 0.48672571778297424, 0.056227847933769226, -0.6268025636672974, 0.29355573654174805, -0.7282997965812683, -0.158907949924469, 0.09389835596084595, -1.156572699546814, 0.7147815823554993, -0.3259972929954529, -0.42367011308670044, 0.16112388670444489, 0.36566588282585144, 0.19698365032672882, 0.7396996021270752, 0.9890394806861877, 0.6778912544250488, 0.40281379222869873, -0.10622655600309372, 1.0444380044937134, -0.17745551466941833, 0.21615912020206451, 0.8045721650123596, -0.3934844434261322, 0.9623895287513733, 0.6058896780014038, -0.3696660101413727, 0.6741098165512085, 1.0091882944107056, 0.03801611065864563, 0.5519702434539795, 0.311338871717453, -0.30011606216430664, -0.208052858710289, -0.6238240003585815, -0.2152557522058487, 0.2585732340812683, -0.23119759559631348, -0.19552826881408691, 0.17439018189907074, -0.2037382870912552, -0.10309429466724396, 0.16687354445457458, 0.16233456134796143, 0.8429034948348999, -0.0229625403881073, -0.6810795664787292, 0.3828929662704468, -0.6010011434555054, 0.4969240427017212, -0.29971322417259216, 0.14387594163417816, -0.2011914998292923, -0.32744231820106506, -0.46759507060050964, -0.6995014548301697, 0.012659613974392414, 0.33339089155197144, -0.0065398081205785275, 0.0742463618516922, 0.6336573362350464, -0.43586936593055725, -0.2317609041929245, 0.36745625734329224, -0.008403999730944633, 0.46398499608039856, -0.03333655744791031, -0.4296662211418152, 0.5344086289405823, -0.10432369261980057, -0.21828848123550415, 0.3157000243663788, 0.3895237445831299, 0.02895219251513481, 0.36206862330436707, 0.6779014468193054, -0.12822985649108887, -0.12736862897872925, 0.4400159418582916, 0.9760416150093079, -0.5856416821479797, -0.45613858103752136, -0.5893087387084961, 0.8829643726348877, -0.3922453224658966, -0.43572357296943665, 0.29670020937919617, 0.7697206735610962, 0.6992563605308533, -0.4469850957393646, 0.7995139956474304, 0.025577835738658905, 0.15625226497650146, -0.022357264533638954, 0.40334030985832214, -0.8036991953849792, -0.39092299342155457, -0.8535044193267822, -0.8534318804740906, -0.3993101119995117, 0.18336476385593414, -0.10854416340589523, -0.32260894775390625, 0.7410274744033813, 0.5806617140769958, 0.15462152659893036, 0.2639222741127014, 0.08293551206588745, 0.04652662202715874, -0.01546124741435051, 0.4863455295562744, 0.8352275490760803, -0.4190513491630554, 0.412826806306839, -0.44563013315200806, -0.4190942645072937, -0.2576029896736145, -1.1267542839050293, -0.8610385656356812, -0.7712084650993347, -0.5473474264144897, -0.21924391388893127, 0.3784039318561554, 1.048384189605713, 0.5352974534034729, -0.6401324272155762, -0.22610965371131897, 0.09490057080984116, -0.1342283934354782, 0.014888557605445385, -0.15033331513404846, 0.24139463901519775, 0.050442662090063095, -0.6245626211166382, -0.33725544810295105, 0.3376486301422119, 0.03280436620116234, -0.022940034046769142, -0.24964043498039246, 0.041193973273038864, -0.07462470233440399, 0.30079397559165955, 0.2262059599161148, -0.43752968311309814, -0.6382777094841003, 0.31637752056121826, -0.1144014447927475, 0.06354822963476181, 0.48769789934158325, -0.17729225754737854, 0.6168773174285889, 0.6617808938026428, 0.2792915403842926, 0.7196579575538635, 0.046952445060014725, 0.3067597448825836, -0.5771840810775757, 0.1710967868566513, 0.0529915876686573, 0.49188196659088135, 0.5669754147529602, -0.2961454391479492, 0.99113929271698, 0.3262394368648529, -0.5261486768722534, -0.9983224272727966, 0.023865381255745888, -1.6032497882843018, 0.35363146662712097, 0.8547680974006653, -0.3553864657878876, -0.4287222623825073, 0.6566281318664551, -0.2215460240840912, 0.494354248046875, -0.6244514584541321, 1.1362674236297607, 0.5442062616348267, -0.1771751344203949, -0.10368586331605911, -0.05611337348818779, 0.009461365640163422, 0.36696627736091614, -1.0584566593170166, -0.02959759160876274, 0.6307735443115234, 0.17136523127555847, 0.23973576724529266, 0.695574164390564, -0.2922654151916504, 0.6584052443504333, 0.03440422937273979, 0.7663069367408752, 0.1444752812385559, -0.08549641072750092, -0.10007326304912567, -0.1093602105975151, -0.14005222916603088, -0.40417832136154175 ]
KayoSilva88777/Allan
KayoSilva88777
2023-12-01T20:30:58Z
0
0
[ "license:bigscience-openrail-m", "region:us" ]
null
2023-12-01T20:30:02Z
--- license: bigscience-openrail-m ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
okyleng/kyle
okyleng
2023-12-01T20:49:28Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T20:47:37Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Doutran/datasetcd1mylla
Doutran
2023-12-01T22:02:08Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T20:53:02Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
sdadasfgdfgfdg/Gumball
sdadasfgdfgfdg
2023-12-01T21:04:31Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T21:03:52Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
JeremiahZ/humaneval_x_with_stats
JeremiahZ
2023-12-01T21:18:27Z
0
0
[ "region:us" ]
null
2023-12-01T21:18:24Z
--- dataset_info: features: - name: task_id dtype: string - name: prompt dtype: string - name: declaration dtype: string - name: canonical_solution dtype: string - name: test dtype: string - name: example_test dtype: string - name: llvm_ir dtype: string - name: wat dtype: string - name: number_of_lines dtype: int64 - name: number_of_chars dtype: int64 - name: wat_number_of_chars dtype: int64 - name: wat_number_of_lines dtype: int64 splits: - name: train num_bytes: 4393622 num_examples: 161 download_size: 1046507 dataset_size: 4393622 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "humaneval_x_with_stats" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.46461403369903564, -0.028623085469007492, 0.11779704689979553, 0.1407744288444519, -0.3037632703781128, -0.053340669721364975, 0.30299481749534607, -0.199677973985672, 1.0259333848953247, 0.4106476902961731, -0.8097901344299316, -0.8682971596717834, -0.4737381637096405, -0.18410693109035492, 0.020764831453561783, 1.4002944231033325, 0.3809256851673126, 0.3359423577785492, -0.44655677676200867, -0.510818600654602, -0.2206530123949051, -0.8166948556900024, -0.5661268830299377, -0.49744293093681335, 1.0968291759490967, 0.6354000568389893, 0.7644999623298645, 0.7346266508102417, 1.0087001323699951, 0.1495419293642044, 0.16122175753116608, -0.4359283745288849, -0.4994124174118042, -0.09263064712285995, -0.29828283190727234, -0.6438004374504089, -1.3348257541656494, 0.2189815640449524, 0.8408998847007751, 0.5061984062194824, -0.2553468346595764, 0.7998354434967041, -0.35785019397735596, 0.5788658857345581, -0.3311411440372467, 0.4630843997001648, 0.10537929087877274, 0.1445496380329132, -0.6846420168876648, -0.4150783121585846, 0.3378243148326874, -0.6763476133346558, -0.18170972168445587, -0.9520038366317749, 0.08462973684072495, 0.10457061231136322, 0.8369506001472473, 0.3032131493091583, 0.07374077290296555, 0.004275686107575893, -0.2121839076280594, 0.3659738302230835, -0.20206768810749054, 0.41882947087287903, 0.9435754418373108, 0.32216593623161316, 0.0018190117552876472, -0.6505377888679504, -0.22666628658771515, -0.05773136392235756, 0.029213057830929756, 0.27744609117507935, -0.14350807666778564, 0.07654395699501038, 0.7060548663139343, 0.8042771816253662, -0.5759984254837036, -0.13821537792682648, -0.6339431405067444, -0.3443106412887573, 0.8126593828201294, 0.3881973326206207, 0.3808307349681854, -0.21638722717761993, -0.12457965314388275, -0.640846848487854, -0.348055899143219, 0.5351570248603821, 0.5746843814849854, 0.30891963839530945, -1.111166000366211, 0.5959221720695496, -0.1119452565908432, 0.21757584810256958, -0.17985591292381287, 0.4537886679172516, 0.8923863172531128, -0.5109926462173462, -0.1372327208518982, -0.13962604105472565, 0.5618811845779419, 0.5081201195716858, 0.06008307263255119, 0.14454711973667145, -0.1017971783876419, 0.17225870490074158, 0.15614841878414154, -1.1868542432785034, -0.7711135745048523, 0.3052496314048767, -0.8246002197265625, -0.5515894889831543, 0.01060866005718708, -1.0089060068130493, -0.4850544035434723, -0.23393318057060242, 0.15839803218841553, 0.01766446977853775, -0.5906856656074524, -0.0008849776932038367, -0.8571615219116211, 0.3990517258644104, -0.07617370784282684, -0.627583384513855, 0.3056661784648895, 0.5485580563545227, 0.522872269153595, 0.4137558341026306, -0.14999541640281677, -1.102422833442688, -0.07876168936491013, -0.1812979131937027, 0.9609917402267456, -0.8109583258628845, -0.43827003240585327, -0.12220730632543564, 0.4413726329803467, 0.389496386051178, -0.03005431406199932, 0.944237232208252, -0.2844046354293823, -0.19429197907447815, -1.095149040222168, -0.4475094974040985, 0.026358304545283318, 0.4662918746471405, -1.202430248260498, 1.0431114435195923, 0.3031352162361145, -0.9404728412628174, 0.7714661955833435, -1.22271728515625, -0.2791191041469574, 0.5984528660774231, -0.21568812429904938, -0.6333522796630859, 0.14415210485458374, -0.36054277420043945, 0.5707271695137024, -0.21920517086982727, 0.30762359499931335, -1.1634126901626587, -0.12261691689491272, 0.12568306922912598, 0.2024446278810501, 1.1422199010849, 0.012047719210386276, 0.45433875918388367, 0.32646673917770386, -1.1574125289916992, -0.028578083962202072, 0.22810405492782593, -0.1373998075723648, -0.5129035711288452, -0.2366633415222168, 0.2912280857563019, -0.050558902323246, 0.0745147317647934, -0.5339649319648743, 0.5982626080513, 0.2802719473838806, -0.2500322163105011, 0.4668138921260834, -0.00768023356795311, 0.43107128143310547, -0.7748171091079712, 0.6566676497459412, -0.4645047187805176, 0.46437424421310425, 0.3556957542896271, -0.4454067051410675, -0.3122275769710541, -0.2957399785518646, 0.47336050868034363, 0.7718261480331421, -0.4323486387729645, 0.5594104528427124, 0.16167964041233063, -0.7084932923316956, -0.2943542003631592, -0.0896802619099617, 0.10820744186639786, 0.2448759526014328, 0.32944077253341675, -0.5527684688568115, -0.9513860940933228, -0.5773949027061462, 0.4210066497325897, -0.3190267086029053, 0.006233456544578075, 0.256102591753006, 0.9139838814735413, -0.5325442552566528, 0.5001471638679504, -0.6214048862457275, -0.2151244580745697, 0.1359098255634308, 0.04720614477992058, 0.27341413497924805, 0.7727779746055603, 0.9790960550308228, -0.5351963639259338, 0.04630419984459877, -0.5860396027565002, -0.7905367016792297, -0.15271368622779846, 0.30164214968681335, -0.7366265058517456, -0.41331279277801514, -0.01833823136985302, -0.405623197555542, 0.7272388339042664, 0.7502012848854065, -0.4896142780780792, 0.3887273967266083, 0.040265507996082306, 0.44723257422447205, -1.225078821182251, 0.46639391779899597, 0.14421287178993225, -0.15821720659732819, -0.5350551605224609, 0.16130755841732025, 0.08093123137950897, -0.13070330023765564, 0.008158254437148571, 0.6803721785545349, -0.2847727835178375, -0.04112972319126129, 0.030966490507125854, -0.2519948482513428, -0.1637820601463318, 0.2235765904188156, 0.43603673577308655, 0.5316817164421082, 1.1095479726791382, -0.37378236651420593, 0.9988330602645874, 0.7947216033935547, 0.16458284854888916, 1.0149775743484497, -0.7719546556472778, -0.13798101246356964, -0.1016470417380333, 0.4213116466999054, -0.48168256878852844, -0.7235541939735413, 0.6559308767318726, -0.517279863357544, 0.10917071253061295, -0.5591222047805786, -0.6350288391113281, -0.7826782464981079, -0.8053958415985107, 0.7577702403068542, 0.7876258492469788, -0.3444930911064148, 0.03141598775982857, 0.7970057725906372, -0.0725661888718605, -0.2549039423465729, -0.6814079284667969, 0.04776068404316902, -0.3578374981880188, -0.15758199989795685, 0.04782840982079506, -0.4661724269390106, -0.18739381432533264, -0.20129212737083435, 0.6697219610214233, -0.24956579506397247, -0.31292179226875305, 0.43659430742263794, 0.18063589930534363, -0.25480300188064575, 0.593829333782196, 0.0506087951362133, -0.6639992594718933, 0.4310455322265625, 0.12637834250926971, 0.1902490109205246, 0.0702531486749649, -0.13206999003887177, -0.5184624195098877, 0.5767841935157776, 0.3680509626865387, -0.31093981862068176, 0.5442401766777039, 1.0414944887161255, -0.7364166378974915, 0.03640085831284523, -0.3278760612010956, -0.34204310178756714, -0.35734352469444275, 0.06130252033472061, -0.09000299870967865, -0.4396957755088806, 0.7672348022460938, 0.1527179479598999, 0.044821254909038544, 0.5930732488632202, 0.6844071745872498, -0.06067614257335663, 0.7508426308631897, 0.950160801410675, -0.3491065502166748, 0.4633936583995819, -0.2807971239089966, -0.67342609167099, -0.6729516983032227, -0.34299227595329285, -0.6647067666053772, -0.32811009883880615, -0.752163827419281, -0.5071544647216797, 0.04241830110549927, -0.09745537489652634, -0.2755281925201416, 0.4563148021697998, -0.5952478051185608, 0.007957469671964645, 0.7856445908546448, 0.4111526608467102, 0.06275097280740738, 0.06926625967025757, 0.39911770820617676, 0.17024429142475128, -0.8251786828041077, -0.15811298787593842, 1.2418075799942017, 0.48810526728630066, 1.10231351852417, 0.07792993634939194, 1.0056648254394531, 0.4669119715690613, 0.46201834082603455, -0.4813702404499054, 0.21968847513198853, 0.08226937800645828, -0.5439615845680237, -0.2740858197212219, -0.34965780377388, -1.007791519165039, -0.4901624321937561, -0.5641307830810547, -0.26296746730804443, 0.422433465719223, 0.5123871564865112, -0.4017927348613739, 0.36830398440361023, -0.23955728113651276, 0.7826662659645081, -0.11487532407045364, -0.2576897144317627, -0.2921936810016632, -0.7686863541603088, 0.15020029246807098, 0.049379900097846985, 0.049808111041784286, -0.22029832005500793, -0.12439001351594925, 1.0968942642211914, -0.6120929718017578, 1.1567497253417969, -0.48583170771598816, -0.0072595891542732716, 0.18027211725711823, -0.46267861127853394, 0.2857332229614258, 0.6385923027992249, -0.38435980677604675, 0.12154347449541092, 0.3025551438331604, -0.6337822675704956, -0.1163388192653656, 0.5266484022140503, -0.6398122310638428, 0.2067965865135193, -0.5743923187255859, -0.6585299968719482, 0.09731342643499374, 0.22578518092632294, 0.32656335830688477, 0.8918934464454651, -0.4793102741241455, 0.047838181257247925, 0.9299527406692505, -0.035870324820280075, 0.13303765654563904, 0.25892725586891174, -0.1592479795217514, -0.6214739084243774, 0.8759913444519043, 0.2511618435382843, -0.3485371470451355, 0.22042964398860931, 0.44164806604385376, -0.48310351371765137, -0.18929530680179596, -0.6908968091011047, 0.2795493006706238, -0.3965318202972412, -0.6973891258239746, -0.5073739290237427, -0.18435226380825043, -0.3192034661769867, -0.266985148191452, -0.04841376096010208, -0.40911540389060974, -0.6627722978591919, -0.5766196846961975, 1.3848116397857666, 0.5326560139656067, -1.043196439743042, 0.30138280987739563, -1.0661344528198242, 0.6685038805007935, 0.00481104152277112, 1.1667470932006836, -0.4393826425075531, -0.42581161856651306, -0.12019401043653488, 0.19164742529392242, 0.24705956876277924, -0.7855531573295593, -0.09570719301700592, 0.10439948737621307, 0.843519389629364, 0.25776755809783936, 0.2759062647819519, 0.6373963356018066, -0.04551399126648903, 0.362861692905426, 0.39492714405059814, -0.4503863453865051, 0.6486351490020752, -0.540031909942627, 0.11407458782196045, 0.8789912462234497, 0.6827391386032104, -0.3009969890117645, 0.04831256717443466, -1.010542869567871, -0.27266767621040344, 0.5012232065200806, 0.10274002701044083, 0.19217118620872498, 0.10987793654203415, 0.4155322015285492, 0.10688319057226181, 0.20476491749286652, -0.741517961025238, -0.6904371976852417, -0.16972127556800842, -0.2141990065574646, 0.13211441040039062, -0.4473521411418915, -0.5195446610450745, -0.8783762454986572, 0.5098822712898254, 0.006365879904478788, 0.31458574533462524, -0.020145554095506668, 0.285727858543396, -0.29832544922828674, -0.11841216683387756, 0.4317719638347626, 0.3464410603046417, -0.508262038230896, -0.16208091378211975, 0.14301224052906036, -0.36940664052963257, 0.006249596364796162, 0.6554446220397949, 0.3098512589931488, -0.2307375967502594, 0.6019750833511353, 0.5189704895019531, -0.24069465696811676, -0.16709330677986145, 0.5568038821220398, -0.20036031305789948, -0.3673116862773895, -0.32738175988197327, 0.2307092845439911, -0.08608760684728622, 0.2924153804779053, -0.12534233927726746, -0.019768228754401207, 0.4572686553001404, -0.4333456754684448, 0.7006502747535706, 0.1725630760192871, -0.8598097562789917, -0.6393193006515503, 0.4669983983039856, 0.5331741571426392, -0.3558901250362396, 0.7093443870544434, -0.2969107925891876, -0.28684327006340027, 0.7275488972663879, 0.14631770551204681, 0.5921497344970703, -0.42721956968307495, 0.522436797618866, 0.6714912056922913, 0.14178022742271423, -0.02694651670753956, 0.986043393611908, -0.5514320731163025, -0.5018501877784729, -0.16284504532814026, -0.4534604549407959, -0.48304787278175354, -0.1707656979560852, -1.2630157470703125, 0.355449914932251, -0.4992360770702362, -0.4711901545524597, -0.07372180372476578, 0.2564941644668579, -0.8241317868232727, 0.3262694478034973, 0.0969511941075325, 1.4306674003601074, -0.9883948564529419, 0.8225212097167969, 0.8919925689697266, -0.7247651815414429, -0.6723369359970093, -0.4803907573223114, 0.004190824460238218, -0.8862350583076477, -0.028365114703774452, -0.14522860944271088, 0.17408910393714905, -0.327097624540329, -0.9298901557922363, -0.6870279312133789, 1.0200762748718262, 0.18229229748249054, -0.6391314268112183, 0.4788302481174469, -0.17419086396694183, 0.5496494174003601, 0.007687828969210386, 0.256512850522995, 0.4688120186328888, 0.956060528755188, 0.12734049558639526, -0.5376706719398499, 0.038279350847005844, -0.750429093837738, -0.4910290539264679, 0.3650071322917938, -0.6292818784713745, 0.16472335159778595, -0.24128802120685577, 0.16716833412647247, 0.14285163581371307, 0.677512526512146, 0.27220532298088074, 0.5711631774902344, 0.3400399386882782, 0.6676759123802185, 1.086632490158081, -0.14738729596138, 1.017983317375183, 0.023804161697626114, 0.5085367560386658, 0.8662688136100769, -0.22865286469459534, 0.27890461683273315, 0.18965670466423035, -0.10442008823156357, 0.27347904443740845, 0.7403926849365234, -0.6635397672653198, 0.3701259195804596, 0.503772497177124, -0.19300253689289093, -0.4288918077945709, -0.19473400712013245, -0.9802637696266174, 0.10011294484138489, 0.3963054418563843, -0.38243013620376587, -0.11107984185218811, 0.20922842621803284, 0.19531124830245972, -0.35115131735801697, -0.5381117463111877, 0.7572206854820251, -0.07696108520030975, -0.02236989326775074, 0.07871692627668381, -0.35823240876197815, 0.33057457208633423, -0.8617817163467407, -0.589689314365387, -0.13256415724754333, -0.05386228486895561, -0.56656813621521, -1.2508622407913208, 0.6761816740036011, -0.1365024298429489, -0.5268552303314209, -0.028530370444059372, 0.6510819792747498, -0.25819262862205505, -0.959926426410675, 0.45634931325912476, 0.31337565183639526, 0.3405008316040039, 0.252372682094574, -1.2165216207504272, 0.27836719155311584, -0.24193303287029266, -0.07139841467142105, 0.23661312460899353, 0.2753758132457733, -0.2777899503707886, 0.8210705518722534, 0.7881336212158203, 0.07629641890525818, -0.5110855102539062, 0.2599269151687622, 1.0780349969863892, -0.84048992395401, -0.3941197693347931, -0.5821527242660522, 0.5960126519203186, -0.29444196820259094, -0.6816250085830688, 0.49079063534736633, 0.790704607963562, 0.6193124651908875, -0.029697954654693604, 0.7318580150604248, -0.3581979274749756, 0.45855700969696045, -0.14021797478199005, 0.9986714124679565, -0.5969923734664917, -0.4596271216869354, -0.36086347699165344, -0.4500749409198761, -0.887455403804779, 0.5617503523826599, 0.33082351088523865, -0.11461426317691803, 0.3766508102416992, 0.9595815539360046, -0.26131510734558105, 0.0050041526556015015, 0.28492119908332825, -0.039703961461782455, 0.09900045394897461, 0.1335848569869995, 0.5586223602294922, -0.38248446583747864, 0.1595541536808014, -0.2582366466522217, -0.9642718434333801, 0.030987299978733063, -1.0582001209259033, -1.0593857765197754, -0.5398164987564087, -0.6582475900650024, -0.531675398349762, 0.056294623762369156, 1.0335383415222168, 1.0939549207687378, -0.8461084961891174, -0.2793017029762268, 0.25135818123817444, 0.3048045039176941, -0.12154259532690048, -0.06070777773857117, 0.6344608068466187, 0.23704950511455536, -0.3189064860343933, -0.2839779853820801, 0.1116676777601242, 0.13286763429641724, 0.03129420056939125, -0.017753440886735916, 0.012893669307231903, 0.08158017694950104, 0.3854787349700928, 0.7147220969200134, -0.06495389342308044, -0.43613553047180176, -0.44431596994400024, -0.15847063064575195, 0.14663627743721008, 0.9423505067825317, -0.5316619873046875, 0.02682384103536606, 0.7261015772819519, 0.3296896815299988, 0.27209237217903137, 0.10399514436721802, 0.5882994532585144, -0.38270992040634155, 0.07613353431224823, -0.022771846503019333, 0.5456991195678711, 0.016086146235466003, -0.5629167556762695, 0.8884662389755249, 0.4108847379684448, -0.5349761247634888, -0.6806598901748657, 0.04247672110795975, -1.5181702375411987, 0.5795643925666809, 0.7875706553459167, 0.09958301484584808, -0.3897435665130615, -0.04892916977405548, -0.38227471709251404, 0.2701978385448456, -0.8721339106559753, 0.232685387134552, 0.22422654926776886, 0.011441443115472794, -0.27419495582580566, -0.2528575658798218, 0.7588191628456116, -0.3257792592048645, -1.3181754350662231, 0.03919434919953346, 0.5056888461112976, 0.18880251049995422, -0.014718824997544289, 0.8609943985939026, -0.18989206850528717, 0.5257190465927124, 0.3808806240558624, 0.6314936876296997, -0.10924316942691803, -0.2612553536891937, -0.32098811864852905, -0.035845961421728134, -0.2795425355434418, -0.5131279826164246 ]
JeremiahZ/mbxp_with_stats
JeremiahZ
2023-12-01T21:19:28Z
0
0
[ "region:us" ]
null
2023-12-01T21:19:26Z
--- dataset_info: features: - name: task_id dtype: string - name: language dtype: string - name: prompt dtype: string - name: description dtype: string - name: test dtype: string - name: entry_point dtype: string - name: canonical_solution dtype: string - name: llvm_ir dtype: string - name: wat dtype: string - name: number_of_lines dtype: int64 - name: number_of_chars dtype: int64 - name: wat_number_of_chars dtype: int64 - name: wat_number_of_lines dtype: int64 splits: - name: test num_bytes: 13572947 num_examples: 773 download_size: 2868972 dataset_size: 13572947 configs: - config_name: default data_files: - split: test path: data/test-* --- # Dataset Card for "mbxp_with_stats" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.7118290662765503, -0.0719611793756485, 0.4530659317970276, 0.45700496435165405, -0.10556025803089142, 0.03506428003311157, 0.3955004811286926, -0.07347256690263748, 1.0425081253051758, 0.49949705600738525, -0.7675378322601318, -0.7336755990982056, -0.6843990087509155, -0.4348295032978058, -0.03989311307668686, 1.260283350944519, 0.17582657933235168, 0.1693863421678543, -0.5914782285690308, -0.16898050904273987, -0.5136247873306274, -0.8480587005615234, -0.6684620380401611, -0.6009206175804138, 0.8446834087371826, 0.6825910806655884, 0.6316292881965637, 0.4234977066516876, 0.8797817230224609, 0.0793256163597107, 0.17000554502010345, -0.19671648740768433, -0.3066897392272949, -0.1685211956501007, -0.23938186466693878, -0.5836539268493652, -1.2578096389770508, -0.07964058220386505, 0.9646801352500916, 0.8334494829177856, -0.2574971914291382, 0.7513028979301453, 0.0008481766562908888, 0.9072275161743164, -0.5593885779380798, 0.5620744824409485, 0.03560863807797432, 0.09245238453149796, -0.5207896828651428, -0.32194313406944275, 0.20470739901065826, -0.4345226287841797, -0.327432245016098, -0.6047382354736328, 0.05838027969002724, 0.2010207176208496, 0.7316949963569641, 0.02359909377992153, -0.10622777044773102, 0.1832146942615509, -0.20625901222229004, 0.21733781695365906, -0.32987791299819946, 0.3467928469181061, 0.8255771398544312, 0.36780279874801636, -0.08499681949615479, -0.4341057538986206, -0.18824158608913422, 0.17673325538635254, -0.15957437455654144, 0.3776274025440216, -0.003386126831173897, -0.014863408170640469, 0.7093469500541687, 0.5997619032859802, -0.5855511426925659, -0.26154839992523193, -0.5704476833343506, -0.18269392848014832, 0.8999857902526855, 0.32863301038742065, 0.3028694987297058, -0.09147774428129196, -0.13418254256248474, -0.4582015872001648, -0.4417881369590759, 0.20994530618190765, 0.5771173238754272, 0.22349967062473297, -1.21781325340271, 0.7901178002357483, -0.036064233630895615, 0.3187068700790405, -0.15262150764465332, 0.4920758008956909, 0.8007835149765015, -0.3248732089996338, -0.24261771142482758, 0.015068447217345238, 0.64958655834198, 0.5653448104858398, 0.16990536451339722, 0.13397006690502167, -0.16556262969970703, -0.1123969703912735, 0.09156054258346558, -1.2271480560302734, -0.9955354928970337, 0.3300788402557373, -0.9083762764930725, -0.08292967081069946, 0.18286988139152527, -0.9657056331634521, -0.3937285840511322, -0.37489768862724304, 0.3035263419151306, -0.2507370114326477, -0.8232344388961792, -0.16659432649612427, -1.0168336629867554, 0.09311998635530472, -0.07428526133298874, -0.8127291798591614, 0.5545870065689087, 0.6855959892272949, 0.7001152634620667, 0.14801958203315735, -0.1866915225982666, -0.7640515565872192, 0.24568305909633636, -0.1766798049211502, 0.97532057762146, -0.78951096534729, -0.4693857431411743, -0.14581838250160217, 0.3341696262359619, -0.03861641138792038, -0.30721399188041687, 0.7392732501029968, -0.02277476154267788, -0.3838604688644409, -0.8918535113334656, -0.6664133667945862, -0.01999679207801819, 0.35559141635894775, -0.8212213516235352, 1.0619430541992188, 0.22648084163665771, -0.8321377038955688, 0.49541786313056946, -1.310356616973877, -0.3493439555168152, 0.43770986795425415, -0.15042917430400848, -0.4867427349090576, 0.51442551612854, -0.11538919806480408, 0.8268148899078369, 0.12218043208122253, 0.27742722630500793, -1.1738603115081787, -0.10595765709877014, 0.1876654326915741, 0.13500668108463287, 1.0079748630523682, 0.1917673796415329, 0.6187933087348938, -0.10792559385299683, -1.139582872390747, 0.01291617937386036, 0.24527791142463684, -0.040770381689071655, -0.48871806263923645, -0.05437906086444855, 0.25071805715560913, -0.16501398384571075, 0.14723582565784454, -0.5404324531555176, 0.5878483057022095, 0.3724697232246399, -0.32408785820007324, 0.49432477355003357, 0.09673036634922028, 0.18808628618717194, -0.4924991726875305, 0.4752157926559448, -0.1376858353614807, 0.33312326669692993, 0.10761845111846924, -0.6998738050460815, -0.2877001166343689, -0.19886714220046997, 0.43336671590805054, 0.7365548014640808, -0.5346752405166626, 0.5198116898536682, 0.0800376683473587, -0.7720729112625122, -0.01969914324581623, -0.06147415190935135, 0.199885755777359, 0.30940279364585876, 0.42136862874031067, -0.7494604587554932, -0.6595386266708374, -0.9172247052192688, 0.32308733463287354, -0.21818774938583374, -0.07802464067935944, 0.4603785276412964, 0.7307928800582886, -0.3180985450744629, 0.5514570474624634, -1.1311477422714233, -0.13058072328567505, -0.06558474898338318, 0.015627987682819366, 0.3973958194255829, 0.8619687557220459, 1.107560157775879, -0.48348891735076904, -0.2263735830783844, -0.6057226657867432, -0.510309100151062, -0.40743711590766907, 0.4158998131752014, -0.5685976147651672, -0.4085693955421448, -0.1013767421245575, -0.3563787341117859, 0.5800691843032837, 0.9393248558044434, -0.6988386511802673, 0.5462958216667175, 0.032597899436950684, 0.4227760136127472, -1.2820769548416138, 0.5111603736877441, 0.18627212941646576, -0.2905466556549072, -0.44764244556427, 0.13540199398994446, 0.2632567882537842, -0.4391832947731018, 0.08169862627983093, 0.5571894645690918, -0.3507140874862671, -0.14951220154762268, -0.14847230911254883, -0.4309966564178467, -0.19107848405838013, 0.2656313180923462, 0.4894426763057709, 0.4206085205078125, 1.128706932067871, -0.6667646169662476, 0.6388276219367981, 0.5657134652137756, -0.026902973651885986, 1.050960659980774, -0.5788040161132812, -0.1643505096435547, -0.1680309921503067, 0.28412431478500366, -0.8184764385223389, -0.5764014720916748, 0.5639998912811279, -0.4764863848686218, 0.5967978835105896, -0.7433786392211914, -0.809377908706665, -0.5772102475166321, -0.46578556299209595, 0.6349939107894897, 0.6847102046012878, -0.4793403744697571, 0.1652504950761795, 0.8489521741867065, -0.16384178400039673, -0.08601347357034683, -0.7945511341094971, 0.13122592866420746, -0.18123218417167664, -0.19640401005744934, 0.2722022831439972, -0.5831516981124878, 0.01173168420791626, -0.3495471775531769, 0.4845811426639557, -0.40576645731925964, -0.307555615901947, 0.5611108541488647, 0.23632779717445374, -0.2324737310409546, 0.4480150043964386, 0.225982666015625, -0.5883505940437317, 0.4549967050552368, 0.10824905335903168, 0.3946031332015991, 0.3280591070652008, -0.04718621447682381, -0.38093116879463196, 0.6396955251693726, 0.09962470829486847, -0.002946332097053528, 0.6581747531890869, 0.9205660820007324, -0.6389021873474121, 0.03762688487768173, -0.5281808376312256, -0.27686017751693726, -0.39793092012405396, 0.07302045822143555, -0.31632208824157715, -0.3508301079273224, 0.4784378409385681, 0.07413128018379211, 0.024410715326666832, 0.5740499496459961, 0.47856396436691284, -0.0764189139008522, 0.9997514486312866, 0.8972524404525757, -0.287018358707428, 0.29695573449134827, -0.06994802504777908, -0.5513567924499512, -0.7802126407623291, -0.3076147735118866, -0.5950669050216675, -0.623517632484436, -0.6009401082992554, -0.2077903300523758, -0.01750236749649048, -0.0913984626531601, -0.3037220537662506, 0.6401320695877075, -0.5701460838317871, 0.178304985165596, 0.7340741753578186, 0.3796841502189636, -0.14531901478767395, 0.0938878059387207, 0.18209317326545715, 0.07376467436552048, -0.6982232332229614, 0.016199873760342598, 1.3930153846740723, 0.4441583752632141, 0.9540799856185913, 0.26168182492256165, 0.8769707679748535, 0.34410491585731506, 0.42607903480529785, -0.3222696781158447, 0.4357367753982544, -0.11555298417806625, -0.5921940803527832, 0.2126891314983368, -0.5816187858581543, -0.62395179271698, -0.4274749755859375, -0.6271377801895142, -0.4907889664173126, 0.47270986437797546, 0.7440611124038696, -0.10589548945426941, 0.4876471161842346, -0.8545780181884766, 0.9415857791900635, -0.10870681703090668, -0.13360559940338135, -0.24003195762634277, -0.5486642122268677, 0.31551188230514526, 0.14615371823310852, 0.02939555235207081, -0.3475959300994873, -0.1550000011920929, 1.0354175567626953, -0.5899052619934082, 0.974921703338623, -0.7879068851470947, 0.14678357541561127, 0.03816941753029823, -0.2123710811138153, 0.15164273977279663, 0.43116992712020874, -0.09497949481010437, 0.42534834146499634, 0.5131425857543945, -0.6054521799087524, -0.10856587439775467, 0.7339714765548706, -0.571911096572876, 0.3077758848667145, -0.4543907642364502, -0.6875632405281067, -0.23014169931411743, 0.17977192997932434, 0.06323455274105072, 0.5810285806655884, -0.25151631236076355, 0.02560720220208168, 0.7291924953460693, -0.019242756068706512, 0.28143972158432007, 0.33826303482055664, -0.5361430644989014, -0.42918336391448975, 1.010634183883667, 0.29277780652046204, -0.23577295243740082, 0.5487121343612671, 0.33901411294937134, -0.24347642064094543, -0.3840385377407074, -0.5429471731185913, 0.2828584909439087, -0.20580510795116425, -0.5498369932174683, -0.573042631149292, -0.31444251537323, -0.4689118266105652, 0.030502773821353912, -0.18834738433361053, -0.7001746892929077, -0.4366471767425537, -0.3863711357116699, 0.9460817575454712, 0.32483917474746704, -0.8503193259239197, 0.6157363653182983, -0.9537087678909302, 0.5147266387939453, -0.09876355528831482, 1.1056630611419678, -0.272004634141922, -0.3487757444381714, -0.15767377614974976, -0.043243009597063065, -0.2502400279045105, -0.6998425126075745, 0.08075389266014099, 0.07163988053798676, 0.5459088087081909, 0.2916114330291748, -0.04796309769153595, 0.7335021495819092, -0.27294492721557617, 0.4426945447921753, 0.5364338159561157, -0.4498913288116455, 0.6985265016555786, -0.19213911890983582, 0.31517142057418823, 0.7443700432777405, 0.8135114908218384, -0.2749914526939392, 0.07630711793899536, -0.9309365153312683, -0.2881692051887512, 0.5008312463760376, 0.09202584624290466, 0.15442584455013275, 0.10148853063583374, 0.510374128818512, 0.17931531369686127, 0.39289677143096924, -0.6881269812583923, -0.8916016221046448, -0.1308191418647766, -0.2544633746147156, -0.031181776896119118, -0.5387229919433594, -0.3129301071166992, -0.7611701488494873, 0.6973299980163574, -0.13865187764167786, 0.42146164178848267, -0.07680326700210571, 0.466876745223999, -0.050148431211709976, -0.15802833437919617, 0.26319292187690735, 0.6964667439460754, -0.7245675325393677, -0.009179176762700081, -0.0459381565451622, -0.470963716506958, -0.3079829514026642, 0.7337409257888794, 0.13068999350070953, -0.1299356073141098, 0.2929573953151703, 0.6201474666595459, -0.26369404792785645, -0.2571409344673157, 0.4905913472175598, -0.12570501863956451, -0.4032272696495056, -0.45999717712402344, 0.370565801858902, 0.1305585354566574, 0.07494698464870453, -0.011188944801688194, 0.09567809849977493, 0.4623718559741974, -0.4777311384677887, 0.5039221048355103, 0.35366928577423096, -0.8427713513374329, -0.5746195316314697, 0.5026761293411255, 0.3308972716331482, -0.1961117535829544, 0.6754449605941772, -0.14635443687438965, -0.1912776231765747, 0.5680145025253296, 0.4418787360191345, 0.5840262174606323, -0.4392984211444855, 0.42009401321411133, 0.6888971328735352, 0.25179558992385864, 0.0692487359046936, 0.8113080859184265, -0.6010622978210449, -0.599652886390686, -0.17785167694091797, -0.6193499565124512, -0.4450131952762604, -0.05341650918126106, -1.0047852993011475, 0.37811699509620667, -0.6971645355224609, -0.4196542501449585, 0.1406688094139099, 0.10943514853715897, -0.8482130169868469, 0.3359183669090271, 0.2667590081691742, 1.5905957221984863, -0.9334431886672974, 0.7354355454444885, 0.8217229843139648, -0.43285301327705383, -0.5483040809631348, -0.3306311070919037, 0.08211132138967514, -1.0756508111953735, 0.10022035986185074, 0.14439672231674194, 0.5603559017181396, -0.26144737005233765, -0.8625895977020264, -0.6105207800865173, 1.0182321071624756, 0.277601420879364, -0.8248119354248047, 0.5071950554847717, -0.10280872881412506, 0.18486425280570984, -0.16459862887859344, 0.4141354560852051, 0.4096700847148895, 0.8178642988204956, 0.10748903453350067, -0.5852972865104675, 0.014965441077947617, -0.5671703219413757, -0.40238577127456665, 0.6077015995979309, -0.5967015027999878, 0.13465353846549988, -0.03620586544275284, 0.16383466124534607, -0.06966850161552429, 0.5494093298912048, 0.17811310291290283, 0.6231285333633423, 0.3749191164970398, 0.9245870113372803, 0.7146697640419006, -0.18617746233940125, 1.1913164854049683, -0.03909342363476753, 0.2961244583129883, 0.9285269379615784, -0.10468552261590958, 0.5375077724456787, 0.3618122339248657, -0.3009912073612213, 0.2873278260231018, 0.6403290033340454, -0.5040264129638672, 0.335537850856781, 0.26450687646865845, -0.2022777497768402, -0.35155224800109863, 0.06738320738077164, -0.8394792079925537, -0.07332167774438858, 0.4568368196487427, -0.6532221436500549, 0.05360059440135956, -0.1376364380121231, 0.27094125747680664, -0.44593942165374756, -0.7977955937385559, 0.6911389827728271, 0.2045781910419464, -0.30817216634750366, -0.10983890295028687, -0.1904841512441635, 0.34452441334724426, -1.1874099969863892, -0.447390079498291, -0.10157373547554016, 0.10524006187915802, -0.6278718113899231, -1.4776813983917236, 0.7871457934379578, -0.28645068407058716, -0.571852445602417, -0.014517974108457565, 0.7505216598510742, -0.2627090811729431, -1.111894130706787, 0.3782912492752075, 0.2513812184333801, 0.4630749225616455, -0.16032977402210236, -1.1944745779037476, 0.023974763229489326, -0.1629314124584198, 0.0655694454908371, 0.4608123302459717, 0.017444990575313568, 0.24363361299037933, 0.7658385038375854, 0.7098357677459717, 0.22025366127490997, -0.5596190094947815, 0.29810917377471924, 0.8055652976036072, -0.7851410508155823, -0.3924083709716797, -0.6971049308776855, 0.5986993908882141, -0.49823319911956787, -0.558720052242279, 0.590855598449707, 1.1744353771209717, 0.6023771166801453, -0.11585196107625961, 0.7120299339294434, -0.4493427872657776, 0.6327376961708069, -0.3197828233242035, 0.931756854057312, -0.6696150302886963, -0.2808479070663452, -0.3331187963485718, -0.9625248312950134, -0.7395277619361877, 0.2955300211906433, 0.3095512390136719, -0.0867408737540245, 0.4171980917453766, 0.874691367149353, -0.6381279230117798, 0.06707385927438736, 0.19788464903831482, 0.06466540694236755, 0.048168204724788666, 0.33767902851104736, 0.18406248092651367, -0.3269827365875244, 0.2057555466890335, -0.3503250181674957, -1.0335419178009033, 0.07151943445205688, -1.094152569770813, -1.0518285036087036, -0.5192272663116455, -0.8325257301330566, -0.3616980016231537, 0.04073795676231384, 0.8027846217155457, 1.0524394512176514, -0.8833554983139038, -0.4507993757724762, 0.20651739835739136, 0.1266317516565323, -0.2802460193634033, -0.15765807032585144, 0.6558908820152283, 0.1477755904197693, -0.4373795986175537, -0.18242987990379333, 0.16367998719215393, 0.16305455565452576, 0.06443220376968384, 0.10894989222288132, 0.0662304162979126, -0.01310993917286396, 0.5645791292190552, 0.5820481777191162, 0.3215877413749695, -0.3469191789627075, -0.7048569917678833, 0.2784050405025482, 0.19251468777656555, 0.9737916588783264, -0.43997108936309814, 0.08761489391326904, 0.6899766325950623, 0.34256696701049805, 0.5342670679092407, -0.01396268606185913, 0.7223466634750366, -0.7375703454017639, -0.1839177906513214, -0.2841641902923584, 0.7280983924865723, 0.08194396644830704, -0.29109644889831543, 0.9225023984909058, 0.5520784258842468, -0.5835209488868713, -0.6255350112915039, 0.13615402579307556, -1.503089189529419, 0.235152006149292, 0.8018437623977661, 0.17806391417980194, -0.31213638186454773, 0.06161670386791229, -0.42973971366882324, -0.11676453053951263, -0.8666570782661438, 0.2999551594257355, 0.49310338497161865, -0.19106003642082214, -0.35261040925979614, -0.4011192321777344, 0.42743492126464844, -0.2527962327003479, -1.1655604839324951, 0.09168471395969391, 0.4902775287628174, 0.2707853317260742, 0.09977688640356064, 0.7446856498718262, -0.14608174562454224, 0.17171430587768555, 0.3122156858444214, 0.43411052227020264, -0.13585931062698364, -0.24985605478286743, 0.13822539150714874, 0.1248580813407898, -0.30279308557510376, -0.465431809425354 ]
c4ba/gabrielvieira
c4ba
2023-12-01T23:32:01Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T21:41:54Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Doutran/setmyllacia1.zip
Doutran
2023-12-01T22:00:24Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T22:00:24Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Doutran/myllasetcdone
Doutran
2023-12-01T22:05:42Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T22:04:40Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
ThiagoKRHS/ricardojuarez
ThiagoKRHS
2023-12-01T22:24:07Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T22:23:31Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Capsekai/Holiday-Niji
Capsekai
2023-12-01T22:35:13Z
0
0
[ "license:creativeml-openrail-m", "region:us" ]
null
2023-12-01T22:33:33Z
--- license: creativeml-openrail-m ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
phyloforfun/HLT_Kew_WCVP_SLTPvA_v1-0_tiny__T20-OCR-C25-L25-E50-R10
phyloforfun
2023-12-01T22:56:17Z
0
0
[ "region:us" ]
null
2023-12-01T22:56:16Z
--- dataset_info: features: - name: instruction dtype: string - name: input dtype: string - name: output dtype: string splits: - name: train num_bytes: 104894 num_examples: 100 download_size: 23586 dataset_size: 104894 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
phyloforfun/HLT_Kew_WCVP_SLTPvA_v1-0_small__T20-OCR-C25-L25-E50-R10
phyloforfun
2023-12-01T22:56:45Z
0
0
[ "region:us" ]
null
2023-12-01T22:56:41Z
--- dataset_info: features: - name: instruction dtype: string - name: input dtype: string - name: output dtype: string splits: - name: train num_bytes: 1045913 num_examples: 1000 download_size: 150662 dataset_size: 1045913 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
phyloforfun/HLT_Kew_WCVP_SLTPvA_v1-0_large__T20-OCR-C25-L25-E50-R10
phyloforfun
2023-12-01T22:58:44Z
0
0
[ "region:us" ]
null
2023-12-01T22:58:35Z
--- dataset_info: features: - name: instruction dtype: string - name: input dtype: string - name: output dtype: string splits: - name: train num_bytes: 104633782 num_examples: 100000 download_size: 14989427 dataset_size: 104633782 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
AdapterOcean/physics_dataset_standardized_std
AdapterOcean
2023-12-03T16:20:15Z
0
0
[ "region:us" ]
null
2023-12-01T23:05:09Z
--- dataset_info: features: - name: message dtype: string - name: message_type dtype: string - name: message_id dtype: int64 - name: conversation_id dtype: int64 splits: - name: train num_bytes: 50580506 num_examples: 40000 download_size: 22905844 dataset_size: 50580506 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Parikshith/grow-1-monolingual-ha-en-comet
Parikshith
2023-12-02T00:20:04Z
0
0
[ "region:us" ]
null
2023-12-01T23:25:26Z
--- dataset_info: features: - name: src dtype: string - name: mt dtype: string - name: score dtype: float64 splits: - name: small num_bytes: 24923873 num_examples: 100000 download_size: 16390887 dataset_size: 24923873 configs: - config_name: default data_files: - split: small path: data/small-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
phyloforfun/HLT_Kew_WCVP_SLTPvA_v1-0_full__T20-OCR-C25-L25-E50-R10
phyloforfun
2023-12-01T23:29:50Z
0
0
[ "region:us" ]
null
2023-12-01T23:28:01Z
--- dataset_info: features: - name: instruction dtype: string - name: input dtype: string - name: output dtype: string splits: - name: train num_bytes: 1488879842 num_examples: 1422868 download_size: 189039917 dataset_size: 1488879842 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Danieldlima21/youtopia
Danieldlima21
2023-12-01T23:50:17Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-01T23:47:47Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
aatherton2024/inuitparrrallel
aatherton2024
2023-12-02T00:32:28Z
0
0
[ "region:us" ]
null
2023-12-02T00:04:49Z
--- configs: - config_name: default data_files: - split: en path: data/en-* - split: fr path: data/fr-* dataset_info: features: - name: text dtype: string splits: - name: en num_bytes: 439558 num_examples: 10192 - name: fr num_bytes: 734362 num_examples: 10192 download_size: 490449 dataset_size: 1173920 --- # Dataset Card for "inuitparrrallel" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5195078253746033, -0.13343727588653564, 0.15485018491744995, 0.4914376735687256, -0.30815547704696655, 0.15470434725284576, 0.3761659860610962, -0.1841869205236435, 0.8168989419937134, 0.4009398818016052, -0.810048520565033, -0.97868812084198, -0.6886503100395203, -0.16171008348464966, -0.14180555939674377, 1.0592870712280273, 0.10299323499202728, 0.03428252413868904, -0.35835155844688416, -0.21001769602298737, -0.4825769066810608, -0.4572119414806366, -0.6476148962974548, -0.5229367017745972, 0.8117247223854065, 0.7648192644119263, 0.46788308024406433, 0.46112003922462463, 0.5646775960922241, 0.12768320739269257, -0.044023238122463226, -0.4809744358062744, -0.35627999901771545, 0.0334143303334713, -0.10382944345474243, -0.5772964358329773, -1.0358351469039917, 0.09364346414804459, 0.6727801561355591, 0.587844729423523, -0.41326892375946045, 0.879635751247406, -0.19384637475013733, 0.654369592666626, -0.3698868155479431, 0.45373815298080444, 0.03967554494738579, 0.10959629714488983, -0.6022256016731262, 0.1112511083483696, 0.2827538847923279, -0.5402352213859558, -0.1632290780544281, -1.1597638130187988, 0.13157744705677032, 0.15720784664154053, 0.5680246949195862, 0.2892620861530304, -0.042205918580293655, -0.18789571523666382, -0.2578674256801605, 0.33683034777641296, -0.1780194342136383, 0.4688432216644287, 1.1019847393035889, 0.2854175269603729, -0.018207456916570663, -0.7523176074028015, -0.27312180399894714, 0.10189250856637955, -0.1370929628610611, 0.44697922468185425, 0.1674005687236786, -0.11754098534584045, 0.4446973502635956, 0.6725987792015076, -0.5831052660942078, -0.20839829742908478, -0.706707239151001, -0.3924106955528259, 0.7992537617683411, 0.14824160933494568, 0.32297706604003906, -0.07307770848274231, -0.03132472559809685, -0.327955037355423, -0.4647475481033325, 0.07560642063617706, 0.38685619831085205, 0.17586222290992737, -1.2981555461883545, 0.7237952351570129, -0.14376750588417053, 0.2760453522205353, 0.20905639231204987, 0.4572807848453522, 0.7609593868255615, 0.014535627327859402, -0.13825295865535736, 0.276317834854126, 0.28016501665115356, 0.4603714644908905, -0.34749072790145874, -0.024860404431819916, 0.0066433316096663475, -0.12007130682468414, -0.0055446201004087925, -0.975116491317749, -0.8177674412727356, 0.5493505001068115, -0.8551884293556213, -0.23045527935028076, 0.15598465502262115, -0.692451000213623, -0.4265451729297638, -0.5203954577445984, 0.09922008961439133, -0.037882402539253235, -0.9459429383277893, -0.2554278075695038, -0.6949918270111084, 0.3696171045303345, 0.10195961594581604, -0.7198546528816223, 0.43719416856765747, 0.9059385657310486, 0.7520253658294678, 0.22724348306655884, -0.3919096887111664, -0.7519890069961548, 0.12193471193313599, -0.2541438639163971, 0.8639270663261414, -0.6431223750114441, -0.4191094636917114, -0.04277098923921585, 0.36649468541145325, 0.24463234841823578, -0.3913658857345581, 0.8884469270706177, -0.493836373090744, -0.15947793424129486, -0.802856981754303, -0.5892423391342163, -0.08317424356937408, 0.431372731924057, -1.1894102096557617, 1.2349001169204712, 0.4061286151409149, -0.7740814685821533, 0.5168846249580383, -1.307631015777588, -0.3274990916252136, 0.767936110496521, 0.09587615728378296, -0.2812234163284302, 0.3133055865764618, -0.12672607600688934, 0.6749193668365479, -0.44865602254867554, 0.5113189816474915, -0.6206954121589661, 0.021464576944708824, -0.014849805273115635, 0.3783901333808899, 1.08329176902771, 0.3483206331729889, 0.5916438102722168, 0.009415057487785816, -0.9151688814163208, -0.27085641026496887, 0.07255944609642029, -0.30205264687538147, -0.4176334738731384, -0.4550410807132721, 0.43122002482414246, -0.19922421872615814, 0.2684181034564972, -0.6261730194091797, 0.2710810601711273, 0.3824707567691803, -0.02706403099000454, 0.5277172327041626, -0.034357503056526184, 0.4172554314136505, -0.6192262768745422, 0.670978307723999, -0.05788351595401764, 0.5078912377357483, 0.1571965217590332, -0.4531598389148712, -0.39475858211517334, -0.21185711026191711, 0.8860496282577515, 0.537230372428894, -0.6536678671836853, 0.530846893787384, 0.25714826583862305, -0.7768303751945496, -0.6278981566429138, -0.20641517639160156, 0.058840785175561905, 0.3516344428062439, 0.2476312518119812, -0.5924771428108215, -0.8089785575866699, -0.6287879943847656, 0.3816697299480438, -0.31348803639411926, -0.07160837203264236, 0.2095184326171875, 0.8139874935150146, -0.1859278380870819, 0.7215993404388428, -0.6420846581459045, -0.29879030585289, 0.18297389149665833, 0.04846050217747688, 0.2445976883172989, 0.9882000088691711, 0.8202998042106628, -0.9094951152801514, -0.5268549919128418, -0.5405476093292236, -0.6165054440498352, -0.15739592909812927, 0.3813624083995819, -0.6014837622642517, -0.35200315713882446, 0.23445242643356323, -0.4661318361759186, 0.5783793926239014, 0.9406909346580505, -0.5621710419654846, 0.33079415559768677, 0.1971934586763382, 0.1193743422627449, -1.3906121253967285, 0.4027861952781677, -0.22707733511924744, -0.019370639696717262, -0.5380573272705078, 0.22505074739456177, 0.07150211185216904, -0.13269349932670593, -0.2046939879655838, 0.6972965002059937, -0.40150853991508484, 0.08657746762037277, 0.187794491648674, -0.4314892292022705, -0.2076209932565689, 0.07319357991218567, 0.5381303429603577, 0.36494335532188416, 1.2945512533187866, -0.2869424521923065, 0.9721977114677429, 0.7066325545310974, 0.13806594908237457, 1.1586586236953735, -0.6929734945297241, 0.09438924491405487, -0.21906942129135132, 0.298053503036499, -0.5453843474388123, -0.782081127166748, 0.5673751831054688, -0.42215728759765625, 0.3870464861392975, -0.7833119034767151, -0.6503345370292664, -0.45415905117988586, -0.5431790351867676, 0.970632016658783, 0.701057493686676, -0.8217436075210571, 0.6632682681083679, 0.7577411532402039, -0.21121445298194885, -0.009624023921787739, -0.9027499556541443, 0.18180817365646362, -0.38621044158935547, -0.14899592101573944, 0.2668028175830841, -0.6221423149108887, 0.04612588509917259, -0.0536765418946743, 0.6421685814857483, -0.20659680664539337, -0.13712137937545776, 0.5726085901260376, 0.0050794463604688644, -0.34563058614730835, 0.6205164790153503, 0.14121772348880768, -0.570389986038208, 0.09576068073511124, -0.1176920235157013, 0.4514589309692383, 0.04941447451710701, -0.06195318326354027, -0.5041069984436035, 0.6164740324020386, 0.2670804262161255, -0.11797364801168442, 0.6555305123329163, 0.9799467921257019, -0.7470747232437134, 0.26600345969200134, -0.783422589302063, -0.17878486216068268, -0.4041217267513275, -0.10466493666172028, -0.21863804757595062, -0.6039520502090454, 0.8525723218917847, -0.10181117057800293, -0.18390700221061707, 0.729049563407898, 0.626261293888092, 0.04026779532432556, 0.46061256527900696, 0.6464117765426636, -0.3041772246360779, 0.18065530061721802, -0.2448321133852005, -0.5547870993614197, -1.2139675617218018, -0.5802198648452759, -0.47707024216651917, -0.39654824137687683, -0.6889549493789673, -0.2686622738838196, -0.2477400153875351, 0.10641534626483917, -0.35100072622299194, 0.4493143856525421, -0.6655304431915283, 0.4101567566394806, 0.7915350794792175, -0.011394563131034374, -0.027102459222078323, -0.14764100313186646, 0.08117915689945221, 0.213802769780159, -0.8965446352958679, -0.12303866446018219, 1.241707682609558, 0.5212366580963135, 0.9029933214187622, 0.2964353859424591, 1.0238479375839233, 0.2774379551410675, 0.6355335116386414, -0.30365556478500366, 0.17759205400943756, 0.09664677083492279, -0.6508071422576904, -0.05043401941657066, -0.05335576832294464, -0.8583532571792603, -0.40099161863327026, -0.4760487675666809, -0.26583170890808105, 0.5436438918113708, 0.41561421751976013, -0.2030491977930069, 0.23644906282424927, -0.7127802968025208, 0.7533512711524963, -0.022222822532057762, -0.14229311048984528, 0.09165752679109573, -0.7669438719749451, 0.13007329404354095, -0.018090056255459785, 0.1810680329799652, -0.32837384939193726, -0.19228839874267578, 1.0691386461257935, -0.42514365911483765, 1.1724743843078613, -0.6076608300209045, 0.025932157412171364, 0.0691424012184143, -0.09509081393480301, 0.023425649851560593, 0.6997145414352417, -0.2179049253463745, 0.2708547115325928, 0.18916401267051697, -0.5650478601455688, 0.003015628783032298, 0.77599036693573, -0.7209020853042603, 0.28331294655799866, -0.45457249879837036, -0.6447997689247131, 0.12138000875711441, 0.324222594499588, 0.2949120104312897, 0.6450671553611755, -0.4668418765068054, -0.06708098202943802, 0.5594513416290283, 0.1574394404888153, 0.2318856120109558, 0.4069802165031433, -0.30891886353492737, -0.5922678709030151, 0.8701801896095276, 0.16931620240211487, -0.45491814613342285, 0.15800774097442627, 0.42511996626853943, -0.4098499119281769, -0.5215450525283813, -0.49631020426750183, 0.34241896867752075, -0.3106786608695984, -0.5860598087310791, -0.35646918416023254, -0.18193663656711578, -0.41841164231300354, -0.18154919147491455, -0.3362530767917633, -0.6665977835655212, -0.7429259419441223, -0.5325677394866943, 1.0549216270446777, 0.7037834525108337, -0.9595342874526978, 0.5643544793128967, -0.8861429691314697, 0.5838804841041565, 0.23286332190036774, 1.1108925342559814, -0.040175989270210266, -0.26930752396583557, -0.17502669990062714, -0.07211668789386749, 0.2300349324941635, -0.4199769198894501, -0.08841510862112045, 0.2750934064388275, 0.4598177671432495, 0.18257825076580048, 0.3112683594226837, 0.5839684009552002, -0.09566649049520493, 0.7352060675621033, 0.3956417143344879, -0.5980402827262878, 0.6761772632598877, -0.26689934730529785, 0.6477584838867188, 0.8286038637161255, 0.6200510263442993, -0.6187576651573181, -0.05721211060881615, -1.0926464796066284, -0.7383885383605957, 0.6937460899353027, 0.20811469852924347, 0.20640860497951508, 0.11839670687913895, 0.525016725063324, 0.28753024339675903, 0.3567996323108673, -0.6555885672569275, -0.5678626298904419, -0.2606969177722931, -0.28543952107429504, 0.16983185708522797, -0.6225321292877197, -0.4021616280078888, -0.6353873610496521, 0.776404082775116, 0.06448180973529816, 0.276437371969223, 0.04914627969264984, 0.21632005274295807, -0.27125585079193115, -0.2772282660007477, 0.47502806782722473, 0.5256167054176331, -0.5177652835845947, -0.009100806899368763, 0.03720438480377197, -0.7013353705406189, -0.2953394055366516, 0.6053178906440735, -0.028404241427779198, -0.32879841327667236, 0.7309287190437317, 0.6376544833183289, -0.6454846858978271, -0.12657400965690613, 0.28979456424713135, -0.4730461835861206, -0.5208789706230164, -0.6557964086532593, -0.16409693658351898, 0.41910746693611145, 0.41345977783203125, 0.24172699451446533, -0.22109302878379822, 0.20673531293869019, -0.39800071716308594, 0.2163267880678177, 0.007767743896692991, -0.6569834351539612, -0.6756004691123962, 0.41497769951820374, 0.442302942276001, -0.5875133275985718, 0.9200669527053833, -0.1945456862449646, -0.5068737864494324, 0.6021817326545715, 0.36984768509864807, 0.6839168667793274, -0.7647824883460999, 0.5894061923027039, 0.5526162385940552, 0.25813519954681396, 0.11047486960887909, 0.8770633339881897, -0.43881893157958984, -0.5794724225997925, -0.23554475605487823, -0.4023520052433014, -0.19473600387573242, -0.09285386651754379, -1.1523467302322388, 0.01853969879448414, -0.5895038843154907, -0.22291460633277893, -0.12498658895492554, -0.07421636581420898, -0.8758097887039185, 0.22737722098827362, 0.11854369938373566, 1.395520806312561, -1.1670933961868286, 0.5569653511047363, 0.9725093841552734, -0.2814973294734955, -0.6618970632553101, -0.26130545139312744, 0.034293338656425476, -0.7645066976547241, 0.3428071141242981, -0.08239992707967758, 0.4465737044811249, -0.2203761786222458, -0.8539324402809143, -0.8651857972145081, 1.2741690874099731, 0.2774733304977417, -0.5541049838066101, 0.5331677198410034, 0.002501665148884058, 0.44445160031318665, -0.43913403153419495, 0.27798405289649963, 0.5979383587837219, 0.8773837685585022, 0.4681287407875061, -0.7635661363601685, 0.08814287185668945, -0.5413653254508972, -0.20892317593097687, 0.3469206392765045, -0.7166850566864014, 0.19594255089759827, 0.18336711823940277, 0.0903315618634224, 0.03008323535323143, 0.6315405368804932, 0.06247798353433609, 0.4644984304904938, 0.3457043170928955, 0.8418686389923096, 1.0235140323638916, -0.17472293972969055, 0.9857096076011658, 0.11783832311630249, 0.4531535506248474, 1.2027627229690552, -0.2204669862985611, 0.4497852027416229, 0.5632098317146301, 0.00033849093597382307, 0.05787438899278641, 0.8071944117546082, -0.3690502345561981, 0.5981009006500244, 0.2624942660331726, -0.17576797306537628, -0.26943129301071167, -0.4804406464099884, -0.7995563745498657, 0.12452239543199539, 0.46046316623687744, -0.11779894679784775, -0.03612386807799339, 0.21397298574447632, -0.06604082137346268, -0.35957854986190796, -0.5530981421470642, 0.942445695400238, 0.07424408197402954, -0.1260116845369339, 0.1433580219745636, -0.2534065246582031, 0.2604946792125702, -0.5563693046569824, -0.5014863610267639, -0.09194418787956238, -0.24359464645385742, -0.6237910985946655, -1.0985870361328125, 0.7399038076400757, -0.36616551876068115, -0.2914990484714508, 0.1438552588224411, 0.6065046787261963, -0.5352857112884521, -0.9875884056091309, 0.24934308230876923, 0.16584399342536926, 0.2045419067144394, 0.16759726405143738, -1.2059489488601685, 0.3460247814655304, -0.31090864539146423, 0.04239878058433533, 0.15801341831684113, 0.12417397648096085, 0.07129452377557755, 0.5696986317634583, 0.6796538829803467, 0.10249276459217072, -0.40065932273864746, 0.17859332263469696, 1.0795100927352905, -0.4790840744972229, -0.5342782735824585, -0.45996254682540894, 0.867698073387146, -0.39521560072898865, -0.5415937900543213, 0.3770071864128113, 1.1798256635665894, 0.9044368267059326, -0.2479095607995987, 0.7673548460006714, -0.5417900681495667, 0.7827528715133667, -0.5481225252151489, 0.7347331047058105, -0.342380166053772, -0.18715131282806396, -0.08914388716220856, -0.9107440710067749, -1.051842212677002, 0.6844174265861511, 0.1998411864042282, -0.255608469247818, 0.532787561416626, 0.9130392670631409, -0.5369850397109985, 0.17999234795570374, 0.04844911769032478, 0.2221856564283371, -0.0012740858364850283, 0.08347398787736893, 0.8434563279151917, -0.3923450708389282, -0.20490965247154236, -0.4206954538822174, -0.6008285284042358, 0.06665189564228058, -1.3057782649993896, -0.9911490678787231, -0.9418184757232666, -0.9132658839225769, -0.2631080150604248, 0.09391352534294128, 1.0244019031524658, 1.0921685695648193, -0.9454542398452759, -0.4418005049228668, 0.1243513748049736, 0.23089389503002167, 0.02262030728161335, -0.07503318041563034, 0.8515660762786865, 0.5392300486564636, -0.3353950083255768, -0.30914226174354553, -0.015286468900740147, 0.2713918387889862, 0.1832045465707779, -0.23434549570083618, -0.12484665215015411, -0.2553982734680176, 0.44179263710975647, 0.46297985315322876, -0.227810338139534, -0.16161996126174927, -0.6299034953117371, 0.4310894310474396, 0.1242128387093544, 0.8487784266471863, -0.4189663827419281, 0.15652447938919067, 0.4074402451515198, 0.24163438379764557, 0.7393267750740051, 0.14234521985054016, 0.4911116659641266, -0.7201183438301086, 0.24565258622169495, 0.10277128219604492, 0.2671663761138916, 0.24252599477767944, -0.5024861693382263, 0.8852006196975708, 0.004794218111783266, -0.5033504366874695, -0.5415664315223694, 0.06124173104763031, -1.3198027610778809, 0.30879661440849304, 0.6746755838394165, 0.06485892087221146, -0.38250866532325745, -0.33113783597946167, -0.6554297804832458, 0.10902096331119537, -0.9828295111656189, 0.29011839628219604, 0.5337296724319458, 0.1414753943681717, -0.47408801317214966, -0.21687227487564087, 0.6420549154281616, -0.3655156195163727, -0.9770296216011047, 0.1308208853006363, 0.4402357041835785, 0.1405217945575714, 0.21027399599552155, 0.770272433757782, -0.10914547741413116, 0.3393309712409973, 0.14179454743862152, 0.3975512981414795, -0.26809632778167725, -0.2440449595451355, -0.32250139117240906, -0.01540212519466877, 0.19498607516288757, -0.35999351739883423 ]
Raspberry-ai/az_cos_mango_zara_dataset_v1
Raspberry-ai
2023-12-02T00:35:03Z
0
0
[ "region:us" ]
null
2023-12-02T00:32:28Z
--- dataset_info: features: - name: image dtype: image - name: caption dtype: string - name: brand_name dtype: string - name: url dtype: string splits: - name: train num_bytes: 985313903.55 num_examples: 8790 download_size: 3350926096 dataset_size: 985313903.55 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "az_cos_mango_zara_dataset_v1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5349977016448975, -0.3316904604434967, -0.056571245193481445, 0.2734755873680115, -0.3762149512767792, -0.05871913209557533, 0.4904702603816986, 0.03974779695272446, 0.89532470703125, 0.6467004418373108, -1.2530248165130615, -0.8713072538375854, -0.4303154945373535, -0.15155406296253204, -0.463826447725296, 1.135022521018982, 0.31465667486190796, -0.26483142375946045, -0.5619974136352539, -0.26216185092926025, -0.6265837550163269, -0.6065198183059692, -0.6260847449302673, -0.6732600331306458, 0.9585473537445068, 1.1990565061569214, 0.4999033510684967, 0.3337979316711426, 0.6375517249107361, 0.10532739758491516, 0.39453065395355225, -0.2542804479598999, -0.41776955127716064, 0.08063018321990967, -0.1685863584280014, -0.6845166683197021, -0.923396646976471, -0.0319247730076313, 0.2941770553588867, 0.14684531092643738, -0.37877100706100464, 0.8892834186553955, -0.3686904311180115, 0.8829748630523682, -0.3508545160293579, 0.47100502252578735, -0.3791804611682892, 0.18906937539577484, -0.7329847812652588, -0.24167540669441223, 0.14843690395355225, -0.5913784503936768, -0.18258926272392273, -1.059183955192566, 0.01837392896413803, 0.015803059563040733, 0.8668726086616516, 0.6037235260009766, -0.006850535981357098, 0.016396386548876762, -0.6230452060699463, 0.2589794397354126, -0.22097790241241455, 0.0007191114127635956, 1.0131831169128418, 0.8256310224533081, 0.0901162326335907, -0.8369269967079163, -0.4233793020248413, 0.3613315224647522, 0.10905221104621887, 0.11008754372596741, -0.25362837314605713, -0.2537645697593689, 0.25278329849243164, 0.654691755771637, -0.36712080240249634, -0.05892699211835861, -0.6691063642501831, -0.18193989992141724, 0.9704460501670837, 0.4034965932369232, 0.471905380487442, 0.08280234783887863, -0.20443196594715118, -0.12323978543281555, -0.7691380977630615, 0.037195514887571335, 0.35286763310432434, 0.369817852973938, -1.037035346031189, 0.7555766105651855, -0.32834604382514954, 0.35491427779197693, -0.11968620866537094, 0.5129435658454895, 0.6336947679519653, -0.512704074382782, -0.4696762263774872, 0.07892172038555145, 0.5983622670173645, 0.3839987516403198, 0.20472583174705505, 0.15973567962646484, 0.331504762172699, -0.04458193853497505, 0.10109429806470871, -1.1226832866668701, -0.6247501969337463, 0.6137101650238037, -0.4734441936016083, -0.22553607821464539, 0.40782979130744934, -1.0300356149673462, -0.6102728247642517, -0.16542011499404907, 0.31861796975135803, 0.0024942655581980944, -0.6743850708007812, -0.022840455174446106, -0.4320737421512604, 0.5388345718383789, 0.03957254812121391, -0.7782196402549744, 0.6192169785499573, 0.6551135778427124, 0.524292528629303, 0.5533007383346558, -0.23180349171161652, -0.4465528726577759, -0.2324995994567871, -0.14503446221351624, 0.944330632686615, -0.4485839307308197, -0.3160512447357178, -0.07823780179023743, 0.07612840086221695, -0.0365595668554306, -0.45397600531578064, 1.016054391860962, -0.12065815925598145, -0.18891207873821259, -0.8311454653739929, -0.19919899106025696, -0.2833188474178314, 0.1753358244895935, -0.9800518751144409, 1.2469000816345215, 0.627094566822052, -0.6689183712005615, 0.47619548439979553, -1.1500210762023926, -0.3134702146053314, 0.5870819091796875, -0.2139919400215149, -0.930822491645813, 0.06294097751379013, 0.03359558433294296, 0.5170162916183472, -0.34201642870903015, 0.11963444203138351, -0.576932966709137, -0.1958264708518982, 0.19788682460784912, 0.17147880792617798, 1.0458368062973022, 0.4436382055282593, 0.44976070523262024, 0.23530329763889313, -1.1089881658554077, -0.039681676775217056, 0.4391855001449585, 0.1505928635597229, -0.2934757471084595, -0.04605322703719139, 0.21875695884227753, -0.06741983443498611, 0.33799806237220764, -0.3341299295425415, 0.5018677115440369, 0.1257718950510025, 0.05819074437022209, 0.5647134184837341, 0.16022270917892456, 0.007317428942769766, -0.5132386088371277, 0.5835422873497009, 0.03491680324077606, 0.5597649812698364, -0.10037907212972641, -0.43521955609321594, -0.7019076347351074, -0.18300816416740417, 0.3261984586715698, 0.6070162653923035, -0.622836172580719, 0.6115591526031494, -0.13289180397987366, -0.9534865617752075, -0.36087632179260254, 0.046544916927814484, 0.051838621497154236, 0.16662293672561646, 0.30629703402519226, -0.4407822787761688, -0.999060332775116, -0.9167465567588806, 0.28889384865760803, 0.21603401005268097, 0.21732966601848602, 0.34249454736709595, 0.824973464012146, -0.17319700121879578, 1.19990873336792, -0.5710841417312622, -0.38644641637802124, -0.16733868420124054, -0.2746056318283081, 0.49396175146102905, 0.6596639156341553, 1.0158170461654663, -0.7434091567993164, -0.6211540699005127, -0.26797765493392944, -0.45263731479644775, -0.15832258760929108, 0.4916924834251404, -0.37648412585258484, -0.3648092448711395, -0.08878514170646667, -0.2953130602836609, 0.849946141242981, 0.750247597694397, -0.9126987457275391, -0.005830769892781973, -0.07477763295173645, 0.22003038227558136, -1.493979811668396, 0.26368144154548645, 0.07160072773694992, -0.1105571761727333, -0.6348820924758911, -0.09616383910179138, -0.041556455194950104, 0.04034019261598587, -0.1443943977355957, 0.28425440192222595, -0.20614349842071533, 0.005687473341822624, 0.003082447685301304, -0.5734244585037231, -0.12209346890449524, 0.31785693764686584, -0.1280675232410431, 0.770835816860199, 1.068692922592163, -0.5179387331008911, 1.028576135635376, 0.5700747966766357, -0.22867830097675323, 0.9879010319709778, -0.8738694190979004, 0.2780338525772095, -0.21584399044513702, 0.20333395898342133, -0.8508093953132629, -0.6157324910163879, 0.9217974543571472, -0.44657671451568604, 0.05303322151303291, -0.4927932918071747, -0.4691150486469269, -0.6710799336433411, -0.3558780252933502, 0.6955325603485107, 0.6703395247459412, -0.686117947101593, 0.28402164578437805, 0.6098468899726868, -0.13958057761192322, -0.286859393119812, -1.0126328468322754, 0.018635043874382973, -0.38129276037216187, -0.10093142837285995, 0.1344354748725891, -0.2753625512123108, -0.10727334022521973, -0.191647008061409, 0.14252983033657074, -0.3914908170700073, -0.05930216610431671, 0.6795232892036438, 0.06626220047473907, -0.21183177828788757, 0.20070531964302063, 0.09851232916116714, -0.5685979127883911, 0.005094835069030523, 0.07889509201049805, 0.6501854658126831, 0.28809139132499695, -0.10164015740156174, -0.5290496349334717, 0.35533201694488525, 0.3822053074836731, -0.5161943435668945, 0.8545690178871155, 0.6828415393829346, -0.7375625371932983, -0.3230544924736023, -0.16721057891845703, 0.25297293066978455, -0.40619808435440063, 0.11847376823425293, -0.39106127619743347, -0.24528032541275024, 0.7952792644500732, 0.11992122232913971, -0.36988887190818787, 0.9296998977661133, 0.643386721611023, 0.25818634033203125, 0.48574891686439514, 0.6827751398086548, -0.544201135635376, 0.5893824100494385, -0.6941882371902466, -0.19470001757144928, -0.6065398454666138, -0.6244209408760071, -0.9271706342697144, -0.182682067155838, -0.32071927189826965, -0.35933738946914673, -0.023140665143728256, -0.16545766592025757, -0.3178982734680176, 0.6259104609489441, -0.59816974401474, 0.5164616107940674, 0.6686070561408997, 0.49215614795684814, -0.09159481525421143, 0.06541051715612411, 0.5153605937957764, 0.3149162828922272, -0.9041607975959778, 0.06394582241773605, 1.3318352699279785, 0.4064362943172455, 0.9440557956695557, 0.10543335974216461, 0.6493149995803833, 0.4975990653038025, 0.24461449682712555, -0.3390151858329773, 0.26822778582572937, 0.048110369592905045, -0.5815351009368896, -0.14447981119155884, -0.00922277383506298, -1.0105825662612915, -0.37338975071907043, -0.45215511322021484, -0.4565485417842865, 0.5811032056808472, 0.19468891620635986, -0.4002213776111603, 0.15814566612243652, -0.607569694519043, 1.095475196838379, 0.12747496366500854, -0.37194201350212097, -0.268500953912735, -0.5304684042930603, -0.007545697968453169, 0.3121371567249298, 0.1867324411869049, -0.35402292013168335, -0.14527291059494019, 0.8045383095741272, -0.9008538722991943, 0.988989531993866, -0.5050983428955078, 0.031145118176937103, 0.5239571332931519, -0.47809070348739624, 0.1860581934452057, 0.2285350114107132, -0.2551744282245636, 0.09505560994148254, 0.04540339857339859, -0.5980172157287598, -0.09613233059644699, 0.6727864742279053, -0.7834406495094299, 0.3155215084552765, -0.46370983123779297, -0.5377911329269409, 0.21213382482528687, 0.21187171339988708, 0.36410707235336304, 0.7842243909835815, -0.5237967371940613, 0.058544356375932693, 0.579758882522583, 0.19705642759799957, 0.17555926740169525, 0.0861692726612091, -0.44781091809272766, -0.4680846631526947, 1.0541926622390747, 0.5531883835792542, -0.40174341201782227, 0.12196217477321625, 0.39902448654174805, -0.29870671033859253, -0.6084916591644287, -0.47581979632377625, -0.11233243346214294, -0.43593740463256836, -0.6750287413597107, -0.1107361763715744, -0.3056592345237732, -0.33996015787124634, 0.02582366019487381, -0.32661131024360657, -0.5545358657836914, -0.49727070331573486, -0.5317971110343933, 1.3404877185821533, 0.9279105067253113, -0.43581607937812805, 0.5364667177200317, -0.5915534496307373, 0.4896453320980072, 0.09881892800331116, 1.1012011766433716, -0.3508705496788025, -0.1678684800863266, -0.535322368144989, 0.13574379682540894, 0.08409034460783005, -0.8467468023300171, 0.1311911940574646, 0.25555720925331116, 0.6937118768692017, 0.2362148016691208, -0.017794344574213028, 0.5414571166038513, 0.2010161131620407, 0.6329502463340759, 0.04449506476521492, -0.5981941223144531, 0.862763524055481, -0.44938182830810547, 0.31075578927993774, 0.9225879311561584, 0.49619802832603455, -0.2734740674495697, 0.22884893417358398, -0.7663261294364929, -0.6911452412605286, 0.7122101187705994, 0.2211325615644455, 0.18788550794124603, 0.2708911895751953, 0.45570236444473267, 0.366275429725647, 0.32803404331207275, -0.6399263739585876, -1.0662108659744263, -0.1340097337961197, -0.5790040493011475, -0.13815531134605408, -0.48172104358673096, -0.15444032847881317, -0.8265906572341919, 0.7204587459564209, 0.21045218408107758, 0.12458830326795578, 0.29033854603767395, 0.4071800410747528, -0.3193131983280182, -0.05366577208042145, 0.40416091680526733, 0.4787134528160095, -0.43998003005981445, -0.2506728768348694, -0.14318068325519562, -0.4942469000816345, -0.20711404085159302, 0.5532158017158508, -0.14459973573684692, -0.28585827350616455, 0.0522618368268013, 0.853816568851471, -0.5479938983917236, -0.017099525779485703, 0.22446990013122559, -0.21160991489887238, -0.31361258029937744, -0.5375989079475403, 0.3067774772644043, -0.11747850477695465, 0.25095558166503906, 0.2969997227191925, 0.08657673001289368, 0.26011499762535095, -0.6547983288764954, 0.24661462008953094, 0.12961670756340027, -0.4936027526855469, -0.3207916021347046, 0.4750835597515106, 0.37678056955337524, -0.8063616752624512, 0.6736791133880615, 0.018887436017394066, -0.4139955937862396, 0.9719926118850708, 0.30221155285835266, 0.7171320915222168, -0.5510189533233643, 0.31782567501068115, 0.8768805861473083, 0.1998772919178009, 0.2377726286649704, 0.7280995845794678, -0.5351670384407043, -0.491028368473053, 0.06958204507827759, -0.022646615281701088, -0.468709260225296, -0.17535899579524994, -0.8799157738685608, 0.3838411569595337, -0.6122369766235352, -0.2166697382926941, -0.270490437746048, 0.3565911054611206, -0.8594669699668884, 0.3097686767578125, 0.21284356713294983, 1.3411978483200073, -1.0133211612701416, 1.1070798635482788, 0.5123052597045898, -0.6474688053131104, -0.6747944355010986, -0.4774233102798462, -0.12972094118595123, -0.7713336944580078, -0.34576624631881714, 0.1118420735001564, 0.24678510427474976, 0.03608226776123047, -1.006069540977478, -0.8737623691558838, 1.5488741397857666, 0.055989835411310196, -0.7040496468544006, 0.7710999250411987, 0.2570899426937103, 0.3262978792190552, -0.3528728485107422, 0.2282332330942154, 0.5694567561149597, 0.6927064061164856, 0.3367685079574585, -0.6664672493934631, -0.16599543392658234, -0.6254518032073975, -0.3632362484931946, 0.2482842057943344, -0.8532763719558716, 0.5417398810386658, -0.1409255713224411, -0.17704881727695465, 0.3998807966709137, 0.7206799387931824, -0.116154246032238, 0.7103934288024902, 0.11533866822719574, 0.828601598739624, 0.9691289067268372, -0.3308999240398407, 1.1269601583480835, 0.1459280103445053, 0.695975661277771, 1.2356505393981934, -0.14982213079929352, 0.4214651882648468, 0.5748993754386902, -0.34459251165390015, 0.5227727890014648, 0.6551141738891602, -0.3388117551803589, 0.5440165996551514, 0.37120088934898376, -0.1873108595609665, -0.06779652833938599, -0.18598470091819763, -0.9442540407180786, 0.19300243258476257, 0.3538598418235779, -0.2515214681625366, -0.10439509898424149, -0.02697652205824852, 0.14058391749858856, -0.004833102226257324, -0.8568648099899292, 0.6732094287872314, -0.12068409472703934, -0.27172479033470154, -0.0602014921605587, -0.23327666521072388, 0.41288113594055176, -0.883333146572113, -0.4242127239704132, -0.2866427004337311, 0.23098725080490112, -0.6855123043060303, -1.0083338022232056, 0.83479243516922, -0.20371659100055695, -0.11616137623786926, 0.2605475187301636, 0.9135182499885559, -0.4207931160926819, -0.9779745936393738, 0.06896557658910751, 0.23866939544677734, -0.08769819140434265, 0.07198071479797363, -1.0218322277069092, 0.4967227578163147, -0.40359818935394287, -0.21792636811733246, -0.04977039992809296, -0.03942570462822914, 0.2718346416950226, 0.8673592209815979, 0.3780936300754547, -0.3850029408931732, -0.14612595736980438, 0.16478650271892548, 0.7266255617141724, -0.5643293857574463, -0.4017678499221802, -0.8258669972419739, 0.7700796127319336, -0.2919078469276428, -0.5624140501022339, 0.8615275621414185, 1.057347297668457, 0.7010859847068787, -0.0880022868514061, 0.9417906999588013, -0.6116220951080322, 0.5070875287055969, -0.26643621921539307, 0.7929954528808594, -0.4467334747314453, -0.20495493710041046, -0.08845599740743637, -0.4640136957168579, -0.6542511582374573, 0.690140426158905, 0.038362521678209305, -0.054529011249542236, 0.17302674055099487, 0.9207097291946411, -0.1844744086265564, 0.10558448731899261, -0.018622450530529022, 0.3794742524623871, -0.07483579218387604, 0.5172075629234314, 0.4376143217086792, -0.8448626399040222, -0.07676808536052704, -0.466510146856308, -0.24524730443954468, 0.03334081918001175, -0.9565553665161133, -0.8559474349021912, -0.8137714862823486, -0.5110646486282349, -0.553842306137085, -0.05667700991034508, 1.2217415571212769, 0.9351440072059631, -0.8014354109764099, -0.37811803817749023, -0.2524903118610382, 0.5431105494499207, -0.12014468759298325, -0.10374516993761063, 0.396777480840683, 0.5811682343482971, -0.41400131583213806, -0.16001753509044647, 0.04427509009838104, 0.055667195469141006, 0.005441561341285706, -0.12413868308067322, -0.11846232414245605, 0.2250906080007553, 0.3211267590522766, 0.6721730828285217, 0.057004112750291824, -0.2314099669456482, -0.6715887188911438, 0.0754113718867302, 0.544019341468811, 0.6662648320198059, -0.603308916091919, 0.0740463063120842, 0.4735034704208374, 0.13698481023311615, 0.6186882853507996, -0.06413866579532623, 0.41384682059288025, -0.4694002866744995, 0.25979435443878174, -0.31859996914863586, 0.4544963836669922, 0.05224749073386192, -0.3446585237979889, 0.8522670269012451, 0.14476066827774048, -0.2843300402164459, -0.4380076229572296, 0.003069140948355198, -1.66709566116333, 0.3920508623123169, 0.6679908633232117, 0.19914865493774414, -0.6087968349456787, -0.10915175080299377, -0.7335692644119263, 0.20650498569011688, -0.44428402185440063, 0.10062923282384872, 0.4201917350292206, 0.27233263850212097, -0.4027099013328552, 0.09299784898757935, 0.46888309717178345, -0.3878328800201416, -1.3382797241210938, -0.02297382242977619, 0.36303287744522095, 0.39686447381973267, -0.2104548066854477, 1.1510891914367676, -0.12649782001972198, 0.3680562973022461, 0.4967792332172394, 0.3224242627620697, -0.5510345697402954, -0.5900131464004517, -0.4489508271217346, 0.05381346121430397, -0.050311531871557236, -0.5880707502365112 ]
KAUE2006/BussundaShrek
KAUE2006
2023-12-02T00:39:00Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-02T00:38:19Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
KayoSilva88777/CarlosFernandes
KayoSilva88777
2023-12-02T01:23:41Z
0
0
[ "license:apache-2.0", "region:us" ]
null
2023-12-02T01:14:29Z
--- license: apache-2.0 ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Umbrellos/gobbleygordmsm
Umbrellos
2023-12-02T02:37:02Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-02T01:19:17Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
judy93536/news_api_all_agree_5k
judy93536
2023-12-02T01:26:38Z
0
0
[ "region:us" ]
null
2023-12-02T01:26:33Z
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: sentence dtype: string - name: label dtype: int64 splits: - name: train num_bytes: 743397 num_examples: 4031 - name: test num_bytes: 182240 num_examples: 1006 download_size: 516419 dataset_size: 925637 --- # Dataset Card for "news_api_all_agree_5k" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.6002476215362549, -0.04526570811867714, 0.3603951930999756, 0.5547795295715332, -0.5090398192405701, -0.16323252022266388, 0.20884062349796295, -0.3752835988998413, 0.9740641713142395, 0.5002312064170837, -0.6694212555885315, -0.9960227012634277, -0.8202185034751892, 0.08915957063436508, -0.35211801528930664, 1.2312660217285156, 0.07449188083410263, -0.14103025197982788, -0.551841139793396, -0.3339373767375946, -0.5156309604644775, -0.36091527342796326, -0.41271108388900757, -0.3680150508880615, 1.0489879846572876, 0.6627210974693298, 0.3066139221191406, 0.6995249390602112, 0.8486281633377075, 0.2759251892566681, 0.1570100039243698, -0.25074464082717896, -0.3202347755432129, -0.11331918090581894, -0.1629800945520401, -0.538707971572876, -0.970349907875061, 0.38334646821022034, 0.5320085883140564, 0.38609200716018677, -0.20198281109333038, 1.023108720779419, -0.3531097173690796, 0.8347594738006592, -0.45723477005958557, 0.6192746758460999, -0.45302969217300415, -0.22102774679660797, -0.4469858407974243, -0.015369671396911144, 0.16055548191070557, -0.6434904932975769, -0.15883773565292358, -1.0821688175201416, -0.11116915941238403, 0.025049658492207527, 0.9726809859275818, 0.5457198023796082, -0.08189284056425095, -0.16201676428318024, -0.22742803394794464, 0.228830024600029, -0.6096851229667664, 0.4095420837402344, 0.6010122895240784, 0.5205604434013367, 0.024869538843631744, -0.6752436757087708, -0.7241914868354797, 0.4239541292190552, -0.024150272831320763, 0.4954281747341156, -0.12727171182632446, -0.1282973736524582, 0.38766223192214966, 0.4961673617362976, -0.40584245324134827, -0.17728057503700256, -0.5537228584289551, -0.38751184940338135, 0.570563018321991, -0.00016047438839450479, 0.06736256927251816, -0.3115463852882385, -0.09836675226688385, 0.04630470648407936, -0.22368143498897552, 0.03644629195332527, 0.5809358954429626, 0.3783090114593506, -1.0430395603179932, 0.568751335144043, -0.27334293723106384, 0.5660499930381775, -0.00935816764831543, 0.4234774112701416, 0.7887753248214722, -0.378291517496109, -0.32514309883117676, 0.12407159060239792, 0.4861340820789337, 0.7020107507705688, -0.16957898437976837, 0.04695741832256317, 0.07696672528982162, 0.28429168462753296, 0.22393392026424408, -0.9164631962776184, -0.49228280782699585, 0.7215108871459961, -0.9040449261665344, -0.33363354206085205, 0.29248589277267456, -1.0479702949523926, -0.5954723358154297, -0.47466981410980225, 0.008218619041144848, 0.31598272919654846, -0.8180080056190491, 0.01610032096505165, -0.578519344329834, 0.31992390751838684, 0.16387489438056946, -0.7960112690925598, 0.20711146295070648, 0.7330421805381775, 0.6647330522537231, 0.39365315437316895, -0.43287429213523865, -0.4875754117965698, -0.004959658719599247, -0.39492207765579224, 1.209303617477417, -0.38284778594970703, -0.027005238458514214, -0.0508449524641037, 0.23110631108283997, 0.08219027519226074, -0.32119831442832947, 1.202562928199768, -0.40877270698547363, -0.1271611452102661, -0.7489700317382812, -0.5725619196891785, -0.005132240243256092, 0.44704124331474304, -1.1122925281524658, 1.0353018045425415, 0.32856130599975586, -0.5446089506149292, 0.7264599204063416, -1.2012258768081665, -0.11271224170923233, 0.334881454706192, 0.08921318501234055, -0.6530361175537109, 0.21888485550880432, -0.0015961056342348456, 0.2684842050075531, 0.25357556343078613, 0.062452301383018494, -0.9179462194442749, -0.05208563432097435, 0.33562663197517395, 0.00418115733191371, 0.7412742376327515, 0.4430292546749115, 0.4286055564880371, 0.3598648011684418, -1.129630446434021, -0.2183898240327835, -0.057154491543769836, -0.4315302073955536, -0.23673363029956818, -0.37144458293914795, 0.18921683728694916, 0.09957003593444824, 0.48566749691963196, -0.7514838576316833, 0.5574755072593689, 0.001193183590658009, -0.0025064642541110516, 0.7447024583816528, -0.007803370710462332, 0.34930509328842163, -0.4388428330421448, 0.2598119080066681, 0.11258599907159805, 0.40034741163253784, -0.05998453497886658, -0.4890601336956024, -0.39327695965766907, -0.14848937094211578, 0.8459596633911133, 0.32095739245414734, -0.2161891907453537, 0.5507332682609558, -0.16749317944049835, -0.636911153793335, -0.761530876159668, 0.08321569859981537, -0.08888549357652664, 0.2893831431865692, 0.263886958360672, -0.4255385994911194, -1.1478302478790283, -0.6039965152740479, -0.07945044338703156, -0.17484764754772186, 0.05797530710697174, 0.27313849329948425, 0.5876369476318359, -0.16353672742843628, 0.8822700381278992, -0.41597479581832886, -0.4188586473464966, 0.21962876617908478, 0.06996899098157883, 0.6637129187583923, 0.3741311728954315, 1.0110043287277222, -0.7520440220832825, -0.3774487376213074, -0.43121337890625, -0.5162567496299744, -0.1824783831834793, 0.25025051832199097, -0.5358691215515137, 0.020458955317735672, 0.19474829733371735, -0.5348652601242065, 0.599289059638977, 1.0890543460845947, -0.7229074239730835, 0.02399040386080742, 0.014950503595173359, 0.23057667911052704, -1.5561472177505493, 0.16212326288223267, -0.029478492215275764, -0.3666451573371887, -0.3279574513435364, -0.11255214363336563, 0.1672654151916504, -0.11543776094913483, -0.2528969347476959, 0.629226803779602, -0.4901385009288788, -0.22989213466644287, -0.2776009142398834, 0.10982351005077362, -0.28854086995124817, 0.12208183854818344, 0.0750596821308136, 0.3152143657207489, 0.9493540525436401, -0.4585040509700775, 0.981360137462616, 0.7022578716278076, 0.0959848016500473, 0.8866168260574341, -0.5876947641372681, 0.07125002145767212, -0.16892296075820923, 0.7108036875724792, -0.9454987049102783, -0.6961894035339355, 0.577680230140686, -0.8167076110839844, -0.1919393092393875, -0.40496721863746643, -0.46273934841156006, -0.7428736686706543, -0.5422617197036743, 0.4156707525253296, 0.36187630891799927, -0.6664915084838867, 0.6748641133308411, 0.6078498363494873, 0.1237797811627388, -0.4332312345504761, -0.8600279092788696, 0.164781853556633, -0.03817787393927574, -0.15180613100528717, 0.23348073661327362, -0.40362417697906494, 0.24274401366710663, 0.08480756729841232, 0.18526893854141235, 0.0910985916852951, -0.4084385633468628, 0.5100869536399841, 0.33361196517944336, -0.1322736293077469, 0.07688836753368378, -0.46643146872520447, -0.8212968111038208, -0.04684262350201607, -0.1034734770655632, 0.3665015399456024, 0.08906184136867523, -0.17745105922222137, -0.6890227198600769, 0.10595376044511795, 0.6986414194107056, -0.10394582897424698, 0.629392683506012, 0.8308496475219727, -0.5884740948677063, 0.155954048037529, -0.5787230134010315, 0.08757428824901581, -0.3970887362957001, -0.0024586881045252085, -0.1680290699005127, -0.548202395439148, 0.853790819644928, -0.2579159736633301, 0.36445385217666626, 0.6450933814048767, 0.80267733335495, -0.02939978986978531, 0.7534387111663818, 0.5641016960144043, -0.7805023193359375, 0.32826900482177734, 0.0282277911901474, -0.11633262783288956, -0.6245080828666687, -0.12516385316848755, -0.7368758916854858, -0.8581417798995972, -1.0013428926467896, 0.0002297011815244332, -0.180549755692482, -0.12466934323310852, -0.13394911587238312, 0.295411080121994, -0.791013240814209, 0.24241319298744202, 0.7510201334953308, 0.045409999787807465, 0.033812373876571655, -0.16514921188354492, 0.4265217185020447, 0.31743571162223816, -0.5903798341751099, -0.16574068367481232, 1.2253278493881226, 0.6136746406555176, 0.9677214026451111, 0.29024988412857056, 0.8345944285392761, 0.07990791648626328, 0.3401234745979309, -0.5387508273124695, 0.2755914628505707, -0.1323648989200592, -0.6772686243057251, -0.08361496031284332, -0.08205588907003403, -0.8187228441238403, -0.5310999155044556, -0.318117618560791, -0.1745874136686325, 0.6568381190299988, 0.2901599407196045, -0.4597867429256439, 0.2877920866012573, -0.7924598455429077, 0.9496142268180847, 0.16285009682178497, 0.04887668415904045, 0.03137872368097305, -0.4764325022697449, 0.10934390127658844, 0.3251205086708069, 0.3837642967700958, -0.5097954869270325, -0.3488483130931854, 1.0040630102157593, -0.23613961040973663, 1.237739086151123, -0.6791803240776062, 0.020274033769965172, 0.12136836349964142, -0.6150442361831665, 0.47836771607398987, 0.5641804933547974, -0.13144002854824066, 0.2957635521888733, 0.1357763409614563, -0.6506748199462891, -0.15275107324123383, 0.6553554534912109, -0.8493815660476685, 0.3732452988624573, -0.7124460935592651, -0.797208845615387, 0.0293955709785223, 0.405009388923645, 0.003941620234400034, 0.20325352251529694, -0.016752658411860466, 0.24512271583080292, 0.5466499924659729, 0.32962766289711, 0.5534383058547974, 0.712479293346405, -0.3524281084537506, -0.6176722049713135, 1.2119574546813965, 0.13697482645511627, -0.4502808749675751, -0.0025019014719873667, 0.22715899348258972, -0.4167242646217346, -0.6253726482391357, -0.6623201966285706, -0.021549491211771965, -0.37963196635246277, -0.6865813136100769, -0.3520541787147522, -0.32912448048591614, -0.6211436986923218, -0.09703908115625381, -0.4850136339664459, -0.5673542618751526, -0.41347411274909973, -0.601801335811615, 1.02036452293396, 0.5376300811767578, -0.6570906043052673, 0.4509165287017822, -0.9229052066802979, 0.6808426380157471, 0.0542144700884819, 1.216476321220398, -0.565772533416748, -0.2108248919248581, -0.386642724275589, -0.12331763654947281, -0.048453766852617264, -0.6007781028747559, -0.1394149214029312, 0.0479469858109951, 0.7974575161933899, 0.391165167093277, 0.1745148003101349, 0.6213369965553284, -0.030392944812774658, 0.7734772562980652, 0.17534595727920532, -0.5893791317939758, 0.532974123954773, -0.41894569993019104, 0.4205304980278015, 0.8676856160163879, 0.21726323664188385, -0.6378799676895142, -0.23338143527507782, -0.9788177013397217, -0.6005014181137085, 0.5109196305274963, -0.0020506505388766527, 0.37990447878837585, 0.23393337428569794, 0.5920490026473999, 0.029330367222428322, 0.44643446803092957, -0.9192156195640564, -0.726334810256958, -0.3895546495914459, -0.6382384300231934, 0.48385608196258545, -0.442584365606308, -0.4836220145225525, -0.5010637640953064, 0.6468885540962219, -0.29835590720176697, 0.5092908143997192, -0.1600269377231598, 0.4419304132461548, -0.43141865730285645, 0.10297198593616486, 0.6358216404914856, 1.03293776512146, -0.3638051748275757, 0.057951364666223526, -0.12884768843650818, -0.6111933588981628, -0.3243858218193054, 0.7471293210983276, -0.10836871713399887, 0.029048215597867966, 0.6189995408058167, 0.9164981842041016, -0.23789344727993011, -0.07029572129249573, 0.36051037907600403, -0.4195155203342438, -0.7363909482955933, -0.23009954392910004, -0.01377128716558218, 0.4055163860321045, 0.2993244230747223, 0.1289454698562622, 0.060490623116493225, -0.020737750455737114, -0.5034048557281494, 0.4406592547893524, 0.12545643746852875, -0.6266918182373047, -0.38801470398902893, 0.5692406296730042, 0.4838671386241913, -0.09106367826461792, 0.6641002893447876, -0.1511712372303009, -0.5079428553581238, 0.4823281466960907, 0.235251784324646, 0.6009590029716492, -0.3972269296646118, 0.43648597598075867, 0.6687467098236084, 0.19917955994606018, 0.15867958962917328, 1.0024851560592651, -0.0007873942377045751, -1.0015366077423096, -0.22774574160575867, -0.776291012763977, -0.38254448771476746, -0.1456225961446762, -0.8572530746459961, 0.33521202206611633, -0.5922107696533203, -0.11233910173177719, 0.18318428099155426, 0.384064257144928, -0.5524131655693054, 0.2850281298160553, 0.10033360123634338, 1.3403528928756714, -0.9903329610824585, 0.805234968662262, 0.886016845703125, -0.6589062809944153, -0.8367566466331482, -0.12761762738227844, 0.19148047268390656, -1.1281810998916626, 0.009933165274560452, -0.03752986714243889, 0.7424593567848206, -0.042501162737607956, -1.0063867568969727, -0.6268153190612793, 1.2162408828735352, 0.23532357811927795, -0.8572143912315369, 0.5505338311195374, 0.07328291982412338, 0.27184250950813293, -0.37773147225379944, 0.18276308476924896, 0.6320627927780151, 1.1612892150878906, 0.4310053288936615, -0.7806567549705505, -0.1192391961812973, -0.40138453245162964, -0.36544132232666016, 0.2335313856601715, -0.9863005876541138, 0.3985923230648041, 0.06468579918146133, 0.29084402322769165, -0.17296914756298065, 0.9646754264831543, 0.21921323239803314, 0.603407084941864, 0.47006955742836, 1.1066901683807373, 1.0271574258804321, -0.36526602506637573, 0.8044665455818176, -0.24048230051994324, 0.6080124974250793, 1.047610878944397, -0.08388752490282059, 0.49085861444473267, 0.6001322865486145, -0.1612386256456375, 0.3945186734199524, 1.029575228691101, -0.4918207824230194, 0.544315755367279, 0.05752681568264961, -0.27934491634368896, -0.012087903916835785, -0.31172481179237366, -0.6690540313720703, 0.1905835121870041, 0.0715937688946724, -0.25653645396232605, -0.21210454404354095, -0.10591541975736618, -0.08180305361747742, -0.18281008303165436, -0.6812679171562195, 1.063845157623291, -0.024955980479717255, -0.06717982888221741, 0.005597665905952454, -0.16587747633457184, 0.607437789440155, -0.7583210468292236, -0.41328272223472595, -0.13252224028110504, 0.22539177536964417, -0.6384320855140686, -1.2079544067382812, 0.7614393830299377, -0.30032530426979065, -0.6766645908355713, -0.03950801491737366, 0.8814521431922913, -0.42964985966682434, -0.9835560321807861, 0.203444242477417, 0.05515498295426369, 0.14885318279266357, 0.1604190319776535, -1.240635633468628, 0.4240867793560028, -0.1954432874917984, -0.19291630387306213, 0.3198625445365906, 0.4069318473339081, 0.2696610987186432, 0.2958211898803711, 0.9720458984375, 0.40827885270118713, -0.17389607429504395, 0.4448726177215576, 0.908140242099762, -0.5422598123550415, -0.6752830147743225, -0.7002394795417786, 0.7895184755325317, -0.4107982814311981, -0.6449483633041382, 0.626500129699707, 1.0030311346054077, 0.9195631742477417, 0.20811019837856293, 1.0419321060180664, -0.49773839116096497, 0.9071880578994751, -0.26630520820617676, 0.6810902953147888, -0.34444987773895264, -0.1029931828379631, -0.07642947882413864, -0.5955988168716431, -0.6684078574180603, 0.4700174927711487, 0.07260450720787048, -0.0511806420981884, 0.5101709961891174, 0.7327752709388733, -0.23878291249275208, 0.3338239789009094, 0.1445571780204773, 0.4649356007575989, 0.3143179714679718, 0.10704437643289566, 0.2101374864578247, -0.5354869961738586, 0.46264714002609253, -0.14168612658977509, -0.621448814868927, 0.06934072077274323, -1.2238309383392334, -0.8597486019134521, -0.5711349248886108, -0.2625615894794464, -0.6281684637069702, -0.1567526012659073, 0.8692228198051453, 0.8235155940055847, -1.0433317422866821, -0.145811066031456, -0.0371476374566555, 0.3694925010204315, -0.31878525018692017, -0.10541890561580658, 0.6946064829826355, 0.00023586602765135467, -0.6698476672172546, -0.3313126564025879, 0.0020805010572075844, -0.08926161378622055, -0.12650182843208313, -0.0867593064904213, -0.18006862699985504, -0.17222526669502258, 0.34502530097961426, 0.4110201299190521, -0.19189052283763885, -0.44149142503738403, -0.3640953600406647, 0.04858449846506119, 0.1886206567287445, 0.897671103477478, -0.5038488507270813, 0.19310113787651062, 0.6004939079284668, 0.5939165949821472, 0.4341314136981964, 0.21925370395183563, 0.3957829773426056, -0.7151696085929871, 0.23444798588752747, -0.22429896891117096, 0.26566725969314575, 0.0453498475253582, -0.5703690052032471, 0.7810830473899841, 0.4815656840801239, -0.7427034378051758, -0.5116365551948547, -0.21109916269779205, -1.2869549989700317, 0.15953616797924042, 0.5566490292549133, 0.25925329327583313, -0.65428626537323, -0.119564950466156, -0.4554969370365143, 0.3544164001941681, -1.0025922060012817, 0.42411375045776367, 0.9351996779441833, -0.2702297866344452, -0.5000719428062439, -0.783431887626648, 0.7609463334083557, -0.4124530255794525, -1.1981358528137207, 0.3026670217514038, 0.5521307587623596, 0.2539595067501068, 0.2875145375728607, 0.9280314445495605, -0.11538930237293243, 0.40449556708335876, 0.1790941208600998, 0.46088048815727234, -0.3035917282104492, -0.30393192172050476, -0.08468573540449142, -0.05125993862748146, -0.19161456823349, -0.7558118104934692 ]
KayoSilva88777/CarlosF
KayoSilva88777
2023-12-02T01:28:34Z
0
0
[ "license:apache-2.0", "region:us" ]
null
2023-12-02T01:27:56Z
--- license: apache-2.0 ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Parikshith/grow-1-monolingual-ha-en-comet-wmt21
Parikshith
2023-12-02T02:19:58Z
0
0
[ "region:us" ]
null
2023-12-02T02:07:29Z
--- dataset_info: features: - name: src dtype: string - name: mt dtype: string - name: score dtype: float64 splits: - name: small num_bytes: 24923873 num_examples: 100000 download_size: 16395230 dataset_size: 24923873 configs: - config_name: default data_files: - split: small path: data/small-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
RenatoBC/rodrigosilva
RenatoBC
2023-12-02T02:11:58Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-02T02:11:13Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Carlosgg14/GON
Carlosgg14
2023-12-02T03:16:45Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-02T03:14:38Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
R99SMG/lists
R99SMG
2023-12-02T03:25:18Z
0
0
[ "license:other", "region:us" ]
null
2023-12-02T03:24:41Z
--- license: other license_name: nlp-list-news license_link: LICENSE ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Deojoandco/capstone_fromgpt_without_gold_v13_all
Deojoandco
2023-12-02T06:44:38Z
0
0
[ "region:us" ]
null
2023-12-02T04:04:57Z
--- dataset_info: features: - name: dialog_id dtype: int64 - name: dialogue dtype: string - name: summary dtype: string - name: gold_tags dtype: string - name: gpt_success dtype: bool - name: gpt_response dtype: string - name: gold_tags_tokens_count dtype: int64 - name: GPT_TAGS_FOUND dtype: bool - name: gpt_output_tags dtype: string - name: gpt_output_tag_tokens_count dtype: int64 - name: GPT_MI_FOUND dtype: bool - name: gpt_tags_token_count dtype: int64 - name: gpt_tags dtype: string - name: tag_token_count_match dtype: bool - name: precision dtype: float64 - name: recall dtype: float64 - name: f1 dtype: float64 - name: accuracy dtype: float64 splits: - name: test num_bytes: 13736 num_examples: 12 - name: train num_bytes: 126588 num_examples: 76 - name: validation num_bytes: 23470 num_examples: 12 download_size: 88672 dataset_size: 163794 configs: - config_name: default data_files: - split: test path: data/test-* - split: train path: data/train-* - split: validation path: data/validation-* --- # Dataset Card for "capstone_fromgpt_without_gold_v13_all" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.5477108359336853, -0.16986247897148132, 0.38784852623939514, 0.29356348514556885, -0.32846102118492126, -0.017437925562262535, 0.03710874542593956, 0.09934398531913757, 0.7023924589157104, 0.7514411211013794, -1.1917455196380615, -0.8676275610923767, -0.9238618016242981, -0.27202728390693665, 0.006804042495787144, 1.630224347114563, -0.0712832510471344, -0.20618435740470886, -0.2889808118343353, -0.09830287098884583, -0.4380483627319336, -0.3723036050796509, -0.41424471139907837, -0.8005678057670593, 0.5542786121368408, 0.8892574310302734, 0.18359512090682983, 0.46118271350860596, 0.7461678385734558, 0.11395955085754395, 0.08453885465860367, -0.11241275817155838, -0.3806189298629761, -0.4205361306667328, -0.11007896065711975, -0.06500941514968872, -1.118298888206482, 0.205067977309227, 0.5460138320922852, 0.5730422735214233, -0.21660198271274567, 0.780929446220398, -0.13282538950443268, 0.8344638347625732, -0.4398534297943115, 0.8451700210571289, -0.45874732732772827, 0.2729640007019043, -0.6402232646942139, -0.24706976115703583, 0.3130250871181488, -0.3495453894138336, 0.07539330422878265, -1.028382658958435, 0.2349591851234436, 0.07128707319498062, 0.8150168061256409, 0.23150621354579926, 0.11887314915657043, -0.32921019196510315, -0.22749286890029907, 0.28378498554229736, -0.18545372784137726, 0.07721392065286636, 0.5655555725097656, 0.301106721162796, 0.14512436091899872, -1.0144299268722534, -0.1466638743877411, 0.027681954205036163, -0.01959354244172573, 0.532240092754364, -0.012592588551342487, 0.2857840955257416, 0.6100893020629883, 1.1980156898498535, -0.8889777064323425, -0.653518795967102, -0.7179911136627197, -0.3081047832965851, 0.4253317415714264, -0.0697249174118042, 0.32768625020980835, -0.06824520975351334, -0.10267800092697144, -0.1768796145915985, -0.6100583076477051, -0.18952849507331848, 0.3857112526893616, 0.6398903727531433, -1.0745892524719238, 0.6326645612716675, -0.005143500864505768, 0.41024672985076904, 0.05437541753053665, 0.6789438128471375, 0.7973117828369141, -0.3363933265209198, -0.457895964384079, 0.1376447081565857, 0.5436550974845886, 0.0442093200981617, 0.3943548798561096, -0.2452734261751175, 0.07279971987009048, 0.05452398955821991, -0.10964000225067139, -1.158444881439209, -1.044797658920288, 0.2426692694425583, -0.7996333837509155, -0.18329817056655884, 0.3306433856487274, -0.9798457026481628, -0.5478819608688354, -0.2623330354690552, 0.34699714183807373, 0.18243660032749176, -0.6613067984580994, -0.020386049523949623, -0.6325531005859375, 0.21393293142318726, -0.04351179301738739, -0.7896581888198853, 0.697319507598877, 0.5883423686027527, 0.6561214923858643, 0.0673353523015976, -0.20744729042053223, -0.8034941554069519, -0.03925339877605438, -0.010149783454835415, 0.781940758228302, -0.44865766167640686, -0.6246979236602783, -0.06941680610179901, 0.5331168174743652, -0.000667026499286294, -0.5219500064849854, 0.9220665693283081, -0.1481447070837021, -0.2068576067686081, -1.096224069595337, -0.44034385681152344, 0.12728647887706757, 0.221124067902565, -0.9546538591384888, 0.9898974299430847, 0.10077407956123352, -0.7515312433242798, 0.5549635291099548, -1.5242434740066528, -0.2397664338350296, 0.5368756055831909, -0.1330956369638443, -0.564168393611908, -0.011620217002928257, 0.12925845384597778, 0.11829015612602234, -0.005395435728132725, 0.05913344398140907, -0.4871593117713928, -0.36213037371635437, -0.4163101017475128, -0.032672278583049774, 0.7537591457366943, 0.27608248591423035, -0.0940280333161354, 0.14069458842277527, -1.0279221534729004, -0.1306118369102478, 0.2088269740343094, -0.06823685765266418, 0.17160041630268097, -0.642192006111145, 0.5205045342445374, -0.14314016699790955, 0.38134726881980896, -0.505896806716919, 0.5349674224853516, 0.17604166269302368, 0.048245251178741455, 0.838028609752655, 0.12334153056144714, 0.37646809220314026, -0.4159046709537506, 0.42329880595207214, -0.12474421411752701, 0.38962242007255554, 0.08547546714544296, -0.7997095584869385, -0.5977187752723694, -0.1996917426586151, 0.4125484824180603, 0.8651275634765625, -0.32389894127845764, 0.5145275592803955, -0.0999269112944603, -0.7139762043952942, -0.15326695144176483, 0.2396126091480255, 0.2961136996746063, 0.1897348016500473, 0.48307090997695923, -0.7373681664466858, -0.9829752445220947, -0.5576612949371338, -0.01668291911482811, -0.08787384629249573, 0.06363286823034286, 0.6693875193595886, 0.7723805904388428, -0.29072442650794983, 0.649312436580658, -0.8238226175308228, -0.4402616620063782, -0.21122421324253082, 0.2049170881509781, 0.5682312846183777, 0.7949389219284058, 0.5053812265396118, -0.37470972537994385, -0.22723828256130219, -0.4469720125198364, -0.6094762086868286, -0.21894323825836182, 0.20301079750061035, -0.41542139649391174, -0.5462074875831604, 0.354471355676651, -0.6841315031051636, 0.7986209392547607, 0.8211426734924316, -0.4943414330482483, 0.2057001292705536, -0.1893119513988495, 0.23375153541564941, -1.0302015542984009, 0.7813243269920349, 0.01710115559399128, -0.03896765783429146, -0.45731619000434875, -0.2210351526737213, 0.031086990609765053, -0.2964200973510742, 0.033971238881349564, 0.6058520674705505, -0.41005003452301025, -0.1050802543759346, -0.07950381189584732, -0.021691864356398582, -0.22899767756462097, 0.1762124001979828, 0.3758431673049927, 0.8070499300956726, 0.799638032913208, -0.29692667722702026, 0.7027566432952881, 0.7635897397994995, 0.05801529437303543, 0.7192151546478271, -0.7703689336776733, -0.0094960518181324, -0.2485731989145279, 0.360376238822937, -0.679210364818573, -0.5322089791297913, 0.7406381964683533, -0.6025629639625549, 0.17279627919197083, -0.8610655665397644, -0.43755877017974854, -0.6321845054626465, -0.2656623423099518, 0.5597198009490967, 0.7068561911582947, -0.5002636313438416, 0.3073986768722534, 0.35453271865844727, -0.030589835718274117, -0.14073827862739563, -1.1588021516799927, 0.15861469507217407, -0.2822417914867401, -0.09485994279384613, 0.6260690093040466, -0.6371239423751831, 0.10465589165687561, -0.35208722949028015, 0.08237019181251526, -0.32149016857147217, -0.5651705861091614, 0.6262733340263367, 0.14436635375022888, -0.15359190106391907, 0.14728055894374847, -0.30780765414237976, -0.7688815593719482, -0.04619084298610687, -0.06783425807952881, 0.46357429027557373, -0.0981220155954361, -0.18307465314865112, -0.598377525806427, 0.12946297228336334, 0.42287611961364746, -0.22204731404781342, 0.5115782618522644, 0.9884238839149475, -0.5072510242462158, 0.06470226496458054, -0.4612829387187958, -0.30097946524620056, -0.430199533700943, -0.12278226017951965, -0.04748304933309555, -0.6154823303222656, 0.8383013010025024, 0.005746932700276375, -0.06450878083705902, 0.5077544450759888, 0.5573955178260803, 0.4740142822265625, 0.17912939190864563, 0.47649499773979187, -0.27802324295043945, 0.4954528212547302, -0.299214243888855, 0.024408575147390366, -0.7693215608596802, -0.2977052927017212, -0.2788175642490387, -0.027418922632932663, -0.6868826746940613, -0.08683539927005768, -0.030240075662732124, -0.24598540365695953, -0.5154627561569214, 0.5225908756256104, -0.7260940074920654, 0.4927820563316345, 0.6824354529380798, 0.30622953176498413, -0.061089057475328445, 0.04239405691623688, 0.5192194581031799, 0.14572922885417938, -0.532683789730072, -0.034128446131944656, 1.566284418106079, 0.12647035717964172, 0.49840646982192993, -0.12349069118499756, 0.8594987392425537, 0.43855831027030945, 0.1622111201286316, -0.28325143456459045, 0.2550260126590729, -0.11207250505685806, -0.6633118987083435, -0.04999450221657753, -0.29586389660835266, -0.7681086659431458, -0.3769424259662628, -0.23524358868598938, -0.2995549738407135, 0.04644770547747612, 0.33561626076698303, -0.5562882423400879, 0.47704511880874634, -0.436982661485672, 1.3555063009262085, 0.49822887778282166, -0.043913211673498154, 0.30776822566986084, -0.6074620485305786, 0.19624358415603638, 0.18541762232780457, 0.2701193392276764, -0.05787477269768715, 0.26849472522735596, 0.9670111536979675, -0.6961182355880737, 0.9306343793869019, -0.6480680108070374, 0.18400205671787262, 0.46643680334091187, -0.3077627420425415, 0.612707793712616, 0.4733116328716278, 0.2695232629776001, 0.010505544021725655, -0.020686199888586998, -0.6693149209022522, 0.07415390759706497, 0.8285818696022034, -0.8282472491264343, 0.28309476375579834, -0.5225489735603333, -0.5000407695770264, 0.04567462205886841, 0.19820809364318848, 0.43055862188339233, 0.4455438256263733, -0.2500361204147339, -0.18302924931049347, 0.8063716888427734, 0.11275295168161392, 0.5546888709068298, -0.14937973022460938, 0.0817684456706047, -0.5637134313583374, 1.0016140937805176, 0.20572063326835632, -0.33926427364349365, -0.13468098640441895, 0.2811659276485443, -0.21630555391311646, -0.46365389227867126, -0.6275672912597656, 0.3175774812698364, -0.531221866607666, -0.22370094060897827, -0.3419962525367737, -0.3487825393676758, -0.5805525183677673, -0.23148860037326813, -0.4620338976383209, -0.3574235141277313, -0.6482664942741394, -0.6582844853401184, 1.080338478088379, 0.45485013723373413, -0.9004282355308533, 0.7536141276359558, -0.946054995059967, 0.40193212032318115, 0.44481945037841797, 0.744367778301239, -0.1687120795249939, -0.4472481906414032, 0.1200156882405281, -0.3014315068721771, -0.048173412680625916, -0.35228627920150757, -0.04784458130598068, 0.24756520986557007, 0.5939569473266602, 0.22937560081481934, -0.0886078029870987, 0.909753143787384, -0.29933637380599976, 1.0094265937805176, 0.05508643761277199, -0.97832190990448, 0.610641360282898, -0.611950159072876, 0.4142904579639435, 1.0332260131835938, 0.09089594334363937, -0.5389063954353333, 0.3496759533882141, -1.0802849531173706, -0.8864296674728394, 0.5973843336105347, 0.4925369620323181, 0.11669430136680603, 0.21503570675849915, 0.5646602511405945, 0.13294638693332672, 0.5056324005126953, -1.10499906539917, -0.7860192060470581, -0.29337409138679504, -0.27052924036979675, 0.15740558505058289, -0.23009184002876282, -0.3097248673439026, -0.38275790214538574, 0.7366753816604614, 0.26583924889564514, 0.347768634557724, 0.07282429188489914, 0.103486567735672, -0.202915757894516, -0.26154598593711853, 0.3586512804031372, 0.7561066150665283, -0.7240435481071472, -0.07008448988199234, 0.18782909214496613, -0.6391763091087341, -0.515275239944458, 0.325422078371048, 0.19969899952411652, -0.24433806538581848, 0.6725249886512756, 0.6088896989822388, -0.287173867225647, -0.26648518443107605, 0.7023876905441284, -0.0018213664880022407, -0.40865904092788696, -0.5510303974151611, -0.2377731055021286, -0.1226562112569809, 0.11944302171468735, 0.13182848691940308, 0.03278663381934166, 0.33652904629707336, -0.3332379460334778, 0.66624915599823, 0.066082663834095, -0.958408772945404, -0.4571997821331024, 0.41085880994796753, 0.1500268578529358, 0.09985718131065369, 0.7870528697967529, -0.236831933259964, -0.11709067225456238, 0.5112351179122925, 0.18115265667438507, 0.8222378492355347, -0.26673322916030884, 0.3428228199481964, 0.55445796251297, 0.4389861524105072, -0.05119533836841583, 0.7279568910598755, -0.5388364195823669, -0.4453660547733307, -0.21041157841682434, -0.24297338724136353, -0.14238837361335754, 0.12908507883548737, -0.9340385794639587, 0.15134741365909576, -0.8881471157073975, -0.13207697868347168, -0.34852468967437744, 0.130301371216774, -0.7850042581558228, 0.42144420742988586, 0.3008359670639038, 1.2291074991226196, -1.3173811435699463, 0.5708913803100586, 0.5702103972434998, -0.5082159638404846, -0.2532332241535187, -0.19572705030441284, 0.1110135167837143, -1.0254930257797241, 0.15714341402053833, 0.07733874768018723, 0.33573809266090393, -0.1667572408914566, -0.8137341141700745, -0.7720983028411865, 1.1603273153305054, 0.021692564710974693, -0.3027752935886383, 0.2917560935020447, -0.053648896515369415, -0.038798581808805466, -0.032911788672208786, 0.22430069744586945, 0.6047747731208801, 1.08285391330719, 0.6489331722259521, -0.7748768329620361, -0.01776190660893917, -0.3106596767902374, -0.2979017496109009, 0.07169640064239502, -0.6469406485557556, 0.595512866973877, 0.24745215475559235, 0.11258634179830551, 0.35286352038383484, 0.4703855514526367, 0.5767480731010437, 0.35517701506614685, 0.07330410927534103, 0.9700141549110413, 0.7520248889923096, -0.511610746383667, 0.702297568321228, -0.0468253567814827, 0.6370810270309448, 0.8798539638519287, -0.0467919260263443, 0.048381250351667404, 0.6182773113250732, 0.06611217558383942, 0.01029170397669077, 0.932063639163971, -0.4401874542236328, 0.9761536717414856, 0.5018813610076904, -0.3355764150619507, -0.45022186636924744, 0.21207112073898315, -0.9873520731925964, -0.09487229585647583, 0.09939562529325485, -0.5028679370880127, -0.2408253401517868, -0.19296394288539886, 0.47360196709632874, -0.3056671917438507, -0.7725432515144348, 0.7259228229522705, 0.03799567371606827, -0.1071750596165657, -0.03456886112689972, -0.24109691381454468, 0.5937061309814453, -0.8280543088912964, -0.29078972339630127, -0.26463043689727783, 0.16317063570022583, -0.6722824573516846, -0.8176605701446533, 0.6242406368255615, -0.28968918323516846, -0.30622217059135437, -0.015107625164091587, 0.4738498330116272, -0.2717057764530182, -0.846450924873352, 0.07718169689178467, 0.3213213384151459, 0.2520618438720703, -0.23640622198581696, -1.2095036506652832, 0.41873952746391296, -0.23647162318229675, -0.2286495864391327, 0.07882653176784515, 0.4287075996398926, 0.3328368067741394, 0.2745271921157837, 0.772835373878479, 0.2046104371547699, -0.40052419900894165, 0.21059533953666687, 0.9207064509391785, -0.629967451095581, -0.30820345878601074, -0.8247863054275513, 0.6244369149208069, -0.39633142948150635, -0.6823033094406128, 0.5657638907432556, 0.9826958179473877, 0.7627780437469482, -0.2538919746875763, 1.0897200107574463, -0.3601943552494049, 0.3371546268463135, -0.35814136266708374, 0.8868679404258728, -0.3930579125881195, -0.40280717611312866, -0.6859748363494873, -0.9756766557693481, -0.978708028793335, 0.8762190341949463, -0.10448537766933441, 0.25420504808425903, 0.44199153780937195, 0.8408448100090027, -0.37872517108917236, 0.2573655843734741, 0.08594251424074173, 0.0516713410615921, 0.2287074774503708, 0.4255829453468323, 0.07136491686105728, -0.8375260829925537, 0.36590856313705444, 0.19357220828533173, -0.7505923509597778, 0.08332809805870056, -1.1389844417572021, -1.1417722702026367, -0.5178327560424805, -0.4714891016483307, -0.5426701307296753, 0.17905129492282867, 1.0654850006103516, 0.8725047707557678, -0.9939098358154297, -0.42770135402679443, -0.4709247052669525, -0.2771517038345337, 0.2051151543855667, -0.051985278725624084, 0.8904244899749756, 0.10146071761846542, -0.3053869605064392, 0.03714807331562042, 0.12176573276519775, 0.22326546907424927, 0.37897512316703796, -0.0176070723682642, 0.2590831220149994, 0.07899424433708191, 0.3059881925582886, 0.636731743812561, -0.2552696466445923, -0.34522226452827454, -0.6361391544342041, 0.446191668510437, 0.3506406843662262, 0.9654229283332825, -0.38477823138237, 0.02864745631814003, 0.37962496280670166, 0.2505098879337311, 0.8259187340736389, -0.04024259373545647, 0.30449286103248596, -0.6387724876403809, 0.35206055641174316, -0.29155784845352173, 0.49875491857528687, 0.20306788384914398, -0.14888042211532593, 0.7226302623748779, 0.6707451343536377, -0.6092059016227722, -0.4526151120662689, 0.1746746301651001, -1.4171814918518066, 0.368081659078598, 0.7753132581710815, 0.09556002169847488, -0.3545588254928589, 0.09841908514499664, -0.48749977350234985, 0.28272947669029236, -0.8884062170982361, 0.4917968213558197, 0.7098004817962646, 0.09444520622491837, -0.5042502880096436, -0.3172721266746521, 0.9358241558074951, -0.4030633866786957, -1.1267157793045044, 0.48675864934921265, 0.2296847701072693, 0.1949935406446457, 0.03358295187354088, 0.969080924987793, -0.5890531539916992, 0.2431020438671112, 0.20711061358451843, 0.5394617915153503, -0.35601019859313965, -0.336452454328537, -0.017075873911380768, 0.1525861918926239, -0.13386325538158417, -0.4441128373146057 ]
Anoop03031988/news_summary
Anoop03031988
2023-12-02T04:30:06Z
0
0
[ "language:en", "license:apache-2.0", "region:us" ]
null
2023-12-02T04:26:11Z
--- license: apache-2.0 language: - en pretty_name: news_summarizer ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
DJR1987/andybogard
DJR1987
2023-12-02T05:28:49Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-02T05:04:33Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
adamjweintraut/bart-finetuned-eli5_lfqa_top_rouge_eval_2023-12-02
adamjweintraut
2023-12-02T05:07:35Z
0
0
[ "region:us" ]
null
2023-12-02T05:07:33Z
--- dataset_info: features: - name: 'Unnamed: 0' dtype: int64 - name: q_id dtype: string - name: question dtype: string - name: predicted sequence: string - name: label sequence: string - name: rougeL_P dtype: float64 - name: rougeL_R dtype: float64 - name: rougeL_F dtype: float64 - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 7392399 num_examples: 2500 download_size: 4419764 dataset_size: 7392399 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
robinsyihab/QQPR-triplets-ID
robinsyihab
2023-12-02T06:10:33Z
0
0
[ "task_categories:text-classification", "task_categories:question-answering", "size_categories:10M<n<100M", "language:id", "region:us" ]
[ "text-classification", "question-answering" ]
2023-12-02T06:02:07Z
--- task_categories: - text-classification - question-answering language: - id size_categories: - 10M<n<100M ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
kavyamanohar/Malayalam-word-freq
kavyamanohar
2023-12-02T08:34:20Z
0
0
[ "license:cc-by-4.0", "region:us" ]
null
2023-12-02T06:39:28Z
--- license: cc-by-4.0 --- ## Word Frequency Profile of Malayalam The repo contains Malayalam words and their frequencies as obtained from AI4Bharat [Indic NLP corpus](https://github.com/AI4Bharat/indicnlp_corpus). There is an associated python script to plot the word frequnecy profile.
[ -0.4538857042789459, -0.3010672330856323, 0.11878277361392975, 0.6939148306846619, -0.510281503200531, -0.09209609031677246, 0.016607616096735, -0.4298093616962433, 0.9832990169525146, 0.814529299736023, -0.5098891854286194, -0.5909105539321899, -0.5389630794525146, 0.2761189043521881, -0.6474803686141968, 0.5232177376747131, 0.15826421976089478, 0.45327335596084595, 0.46563366055488586, -0.4130542278289795, -0.6521633863449097, -0.28604093194007874, -0.5714271664619446, -0.5112208724021912, 0.3205558657646179, 0.6573204398155212, 0.3648569881916046, 0.21658650040626526, 0.775820791721344, 0.4214313328266144, 0.14296014606952667, -0.16940291225910187, -0.040289800614118576, 0.8735262155532837, -0.2919846773147583, -0.3639443814754486, -0.028943823650479317, -0.043280359357595444, 0.5940728783607483, 0.08797278255224228, -0.24070268869400024, 0.23750607669353485, -0.3196967542171478, 0.8111190795898438, -0.5403321385383606, 0.36468103528022766, -0.4433385133743286, -0.030695153400301933, -0.46483027935028076, -0.12970516085624695, -0.05979139357805252, -0.5251554846763611, -0.30535373091697693, -0.46606916189193726, -0.016005998477339745, -0.013612120412290096, 0.9479326009750366, 0.05489073693752289, -0.38902273774147034, -0.33532020449638367, -0.5502491593360901, 0.46109217405319214, -0.03320343792438507, 0.3023601472377777, 0.7242546677589417, 0.5740211606025696, -0.23895564675331116, -0.8943178653717041, -0.5420116782188416, -0.031653083860874176, 0.2966175973415375, 0.03058524616062641, 0.10194732993841171, 0.2856047749519348, 0.10517408698797226, 0.7491918802261353, -0.40029874444007874, -0.4472750723361969, -0.5709042549133301, -0.5611895322799683, 0.8189146518707275, 0.11554191261529922, 0.4949999153614044, -0.6159738898277283, -0.07200317829847336, -0.3161435127258301, -0.01878271996974945, -0.020888540893793106, 0.27442148327827454, -0.053047362715005875, 0.058502595871686935, 1.231300950050354, -0.16733935475349426, 0.445683091878891, 0.07686391472816467, -0.1979297548532486, 0.3544943630695343, -0.45231878757476807, 0.0025398526340723038, 0.3418750464916229, 0.559065043926239, 0.3492216467857361, 0.8928201794624329, 0.2695485055446625, -0.35386598110198975, 0.28857725858688354, 0.3090589940547943, -0.39372488856315613, -0.1855832189321518, 0.2676423490047455, -0.24464087188243866, -0.15457728505134583, 0.08485566079616547, -0.9151349067687988, -0.5744720101356506, 0.003175622085109353, 0.21794235706329346, -1.0217084884643555, -0.34941279888153076, -0.1688063144683838, -0.8179426193237305, 0.2964068353176117, -0.13127556443214417, -1.1306382417678833, 0.11300037056207657, 0.6199948191642761, 1.1579129695892334, 0.04291769489645958, -0.04105759412050247, -0.18939423561096191, -0.1564018577337265, -0.3000505566596985, 0.7204636931419373, -0.635330855846405, -0.7001370191574097, 0.19298134744167328, -0.03559572622179985, -0.10389986634254456, -0.44801488518714905, 0.2846720218658447, -0.4683215022087097, 0.020381590351462364, 0.04370482265949249, -0.619457483291626, -0.2863299548625946, -0.06642986834049225, -0.7904066443443298, 1.375622034072876, 0.45879989862442017, -0.7515881061553955, 0.2705312967300415, -0.5962944626808167, -0.22991228103637695, 0.33094996213912964, -0.043727319687604904, 0.2656579911708832, 0.30409783124923706, -0.21921084821224213, 0.3149528503417969, 0.24199634790420532, 0.10327987372875214, -0.0027274922467768192, -0.3062472343444824, 0.29178714752197266, 0.1291096955537796, 1.0267493724822998, 0.8248217105865479, -0.04658285900950432, 0.3220815360546112, -1.1007535457611084, -0.20429392158985138, -0.4562179446220398, -0.04268396645784378, -0.5974372625350952, -0.2683384418487549, 0.39958488941192627, 0.2699286639690399, 0.25949811935424805, -0.7533116340637207, 0.08541279286146164, -0.5442485213279724, 0.2582480311393738, 0.5995010733604431, 0.3860131502151489, 0.1807306855916977, -0.4581005573272705, 0.9862876534461975, -0.3788336217403412, -0.05916814133524895, 0.02835908904671669, -0.8792340755462646, -0.5171785354614258, -0.5962098240852356, 0.045991357415914536, 0.7838287949562073, -0.5519797801971436, 0.17898942530155182, -0.04683680832386017, -0.7621620893478394, -0.44524139165878296, 0.030010739341378212, 0.08917201310396194, 0.31758275628089905, 0.26883983612060547, -0.4883921444416046, -0.840940535068512, -0.7935364842414856, -0.40033379197120667, -0.17834272980690002, 0.13566751778125763, 0.017608437687158585, 0.5965132117271423, -0.21382220089435577, 0.6618717312812805, -0.4457671344280243, -0.3974480926990509, -0.19163620471954346, 0.07812873274087906, 0.2860580384731293, 0.2529604732990265, 0.5202139019966125, -0.7274476885795593, -0.6351331472396851, -0.2793715000152588, -0.4322637915611267, -0.5229666233062744, 0.40415245294570923, -0.3054657578468323, 0.40421947836875916, 0.6279337406158447, -0.64971923828125, 0.3192726671695709, 0.601669192314148, -0.7230752110481262, 0.5519863963127136, 0.04370685666799545, 0.2593790292739868, -1.654808759689331, 0.33750930428504944, 0.3141646683216095, -0.5208352208137512, -0.14094220101833344, 0.40826427936553955, -0.08151254057884216, -0.19043950736522675, -0.149998739361763, 0.7365584969520569, -0.23742187023162842, 0.08442472666501999, -0.007822477258741856, 0.036935169249773026, -0.1673252433538437, -0.19624584913253784, -0.031538158655166626, 1.0444415807724, 0.30645719170570374, -0.2681802213191986, 0.8289589881896973, 0.5886719226837158, -0.24750205874443054, 0.3628273010253906, -0.41151925921440125, -0.35756778717041016, -0.1233377605676651, 0.08516904711723328, -1.2419908046722412, -0.6042459607124329, 0.08341657370328903, -0.5104852914810181, 0.1978120356798172, -0.05642303079366684, -0.5078785419464111, -0.2255161702632904, -0.7497090101242065, 0.24029700458049774, 0.5388885736465454, 0.23207467794418335, -0.0506230890750885, 0.9987998604774475, -0.08049686998128891, -0.8193012475967407, -0.6846052408218384, -0.03865111246705055, -0.23264814913272858, -0.5189952254295349, 0.17102165520191193, 0.230073019862175, -0.8142216205596924, -0.4019877314567566, -0.10072125494480133, -0.2979527711868286, -0.24390873312950134, 0.6961330771446228, -0.26718389987945557, -0.05158064514398575, 0.4761227071285248, -0.17018310725688934, -0.039831750094890594, -0.1497018039226532, -0.2093963474035263, 1.2958587408065796, -0.1187693178653717, 0.32066088914871216, -0.49435120820999146, 0.24106760323047638, 0.4491293430328369, 0.014523983001708984, 0.510744571685791, 0.6253849864006042, -0.37849757075309753, 0.0438452884554863, -0.39502468705177307, -0.16521988809108734, -0.5066808462142944, 0.1276891976594925, -0.5885865688323975, -0.6546828746795654, 0.6077343821525574, 0.06189398467540741, -0.2882428467273712, 1.1171635389328003, 0.5028526782989502, -0.08032137155532837, 0.5272819995880127, 0.878874659538269, -0.10120745003223419, 0.6495499014854431, -0.051047299057245255, -0.3079017698764801, -0.49223703145980835, -0.40175020694732666, -0.608554482460022, -0.195905402302742, -0.915589451789856, -0.20593641698360443, 0.05616060644388199, 0.11871135234832764, -0.11582660675048828, 0.5123780965805054, -0.7174345850944519, 0.32296815514564514, 0.4257175028324127, -0.2503540813922882, 0.27007028460502625, 0.43328168988227844, -0.12963329255580902, -0.1603991687297821, 0.022844387218356133, -0.3639124035835266, 1.0157215595245361, 0.09952749311923981, 0.6517553329467773, 0.21303227543830872, 0.8011725544929504, 0.7202366590499878, 0.08067751675844193, -0.5580204725265503, 0.5700914263725281, -0.39144378900527954, -1.0328400135040283, -0.4740244746208191, 0.12795104086399078, -1.131365180015564, -0.12562470138072968, -0.08755241334438324, -1.031697154045105, 0.2799525558948517, -0.0884050726890564, 0.1805466115474701, -0.23608806729316711, -0.4709740877151489, 0.6793143153190613, 0.47870469093322754, 0.3333669602870941, -0.6072995662689209, -0.43759962916374207, 0.5726717114448547, -0.09814862906932831, -0.025934943929314613, -0.5700905919075012, 0.053591370582580566, 0.539394736289978, -0.6771966814994812, 0.33870476484298706, -0.00939077977091074, 0.15429338812828064, 0.3828877806663513, 0.3012060523033142, -0.16321341693401337, 0.533414363861084, -0.5339778661727905, 0.2960357069969177, 0.2574571967124939, -0.286718487739563, 0.1989210844039917, 1.0347850322723389, -0.6144288778305054, -0.06376248598098755, -0.8840857744216919, -0.5382747650146484, 0.11833634972572327, 0.4647490680217743, 0.5510421395301819, 0.5259990692138672, -0.007048771716654301, 0.11962417513132095, 0.197269007563591, -0.06949404627084732, 0.38244956731796265, -0.0827091783285141, -0.92918461561203, -0.5306409001350403, 0.9510127902030945, 0.4019008278846741, -0.13534410297870636, 0.36068350076675415, 0.09206230938434601, -0.5381420850753784, -0.16161790490150452, -0.21075566112995148, 0.3970356285572052, -0.7402473092079163, 0.15091601014137268, -0.5177850723266602, -0.3517313301563263, -0.5915448665618896, 0.1018424853682518, 0.014980247244238853, -1.047654628753662, -0.09649763256311417, -0.134829580783844, 1.0555992126464844, 0.7796223163604736, -0.2957557737827301, 0.3874537944793701, -0.45714861154556274, 0.645349383354187, 0.02930568717420101, 0.6431013345718384, -0.7315776348114014, -0.5555368661880493, 0.030126966536045074, -0.20120179653167725, -0.2343076467514038, -1.2211319208145142, 0.8621262907981873, 0.4105318784713745, 0.3695090413093567, 0.19683408737182617, -0.19499538838863373, 0.37217190861701965, -0.15013015270233154, 0.8642328381538391, -0.029408251866698265, -0.970120370388031, 0.6945468187332153, -0.47416922450065613, 0.3631329834461212, 0.9456341862678528, 0.6064332127571106, -0.8629515171051025, -0.4624866843223572, -0.5383756756782532, -1.0767550468444824, 0.6367132067680359, 0.15935632586479187, 0.12447336316108704, -0.20944786071777344, 0.6289017200469971, 0.12556825578212738, 0.4139944016933441, -0.3401346802711487, -0.5790078639984131, -0.8561602830886841, -0.6960722804069519, -0.29813724756240845, -0.5717992782592773, 0.0012885568430647254, -0.38605448603630066, 0.5626953840255737, 0.15976844727993011, -0.026180170476436615, 0.27501755952835083, -0.4605283737182617, -0.1591215282678604, -0.1859750896692276, 0.8895612955093384, 0.7347435355186462, -0.7087209820747375, 0.16792376339435577, -0.26511624455451965, -1.2370924949645996, 0.1276654601097107, 0.14262276887893677, -0.00174404785502702, 0.41518864035606384, 0.3502958118915558, 0.3477168679237366, -0.3823152780532837, -0.7468942999839783, 0.4100320339202881, -0.12917374074459076, 0.146043598651886, -1.4176884889602661, 0.3002129793167114, -0.006946247071027756, -0.030485209077596664, 0.3454453945159912, -0.22829332947731018, 0.31758108735084534, -0.5599096417427063, 0.6623478531837463, 0.24793405830860138, -0.9416531324386597, -0.2363496571779251, 0.6507171988487244, 0.19711443781852722, -0.8019139766693115, 0.9011004567146301, -0.12725549936294556, 0.027385639026761055, 0.7553273439407349, 0.35388919711112976, 0.947970986366272, -0.3686947822570801, 0.5649685859680176, 0.3738948106765747, 0.3679842948913574, 0.015216618776321411, 1.1335724592208862, 0.22335666418075562, -0.6854339838027954, -0.4632066786289215, -1.2295573949813843, -0.006056824699044228, 0.28107696771621704, -0.32780179381370544, 0.5328485369682312, -0.9164621829986572, -0.34310242533683777, 0.4190669059753418, 0.08096762746572495, -0.1839873492717743, 0.1431349664926529, 0.3048306405544281, 1.3815091848373413, -0.5428581833839417, 1.1260929107666016, 0.9507364630699158, -0.7716044187545776, -0.6058909893035889, -0.13531889021396637, 0.1441335529088974, -0.9815468788146973, 0.9129820466041565, 0.5627672672271729, -0.14431342482566833, 0.3011211156845093, -0.37412533164024353, -1.0558102130889893, 1.031842827796936, 0.01640947535634041, -0.2241140902042389, 0.5188189148902893, 0.08824223279953003, 0.8060581088066101, -0.2094530612230301, 0.40383097529411316, 0.3244699239730835, 0.7600670456886292, -0.4190683662891388, -0.9130696058273315, -0.18952560424804688, -0.5814082622528076, -0.022134089842438698, 0.4019007086753845, -0.6284151673316956, 0.8642019033432007, 0.3678776025772095, -0.28396180272102356, -0.0017358341719955206, 0.6987841129302979, 0.15657265484333038, 0.2935830056667328, 0.3109421730041504, 0.3581390380859375, 0.3864630460739136, 0.07171143591403961, 1.2629319429397583, -0.9793531894683838, 0.29712316393852234, 0.22350062429904938, 0.07311791926622391, 0.4527309238910675, 0.7315443158149719, -0.11446179449558258, 0.8035269975662231, 0.8576339483261108, 0.05882152169942856, 0.1970003843307495, 0.25713297724723816, -0.1356288492679596, 0.002553361002355814, -0.28538015484809875, -0.22761119902133942, 0.7791852951049805, 0.7871109247207642, -0.12010778486728668, -0.0005196463316679001, -0.1392861157655716, 0.0019357637502253056, 0.33834314346313477, -0.3723934590816498, 0.5889672040939331, 0.464248389005661, -0.6254656910896301, 0.6328862905502319, 0.18516631424427032, 0.5290690660476685, -0.9505570530891418, -0.23209287226200104, -0.3956272602081299, 0.16414029896259308, -0.14836439490318298, -0.9975836873054504, 0.7177703976631165, -0.48841726779937744, -0.16863586008548737, 0.04472118988633156, 0.8057551980018616, -0.36992359161376953, -0.4124225080013275, 0.3531705141067505, 0.06857699900865555, 0.375201940536499, -0.23067186772823334, -0.5578263401985168, -0.4332444667816162, -0.17564228177070618, -0.5694085359573364, 0.1119062602519989, 0.07363823801279068, -0.6387047171592712, 0.8867530226707458, 0.1600017547607422, 0.23842991888523102, 0.2742224931716919, 0.027458885684609413, 0.21330919861793518, -0.9088549613952637, -0.4625043570995331, -0.6752369403839111, -0.06552951782941818, -0.39485862851142883, -0.9830031991004944, 0.8824697136878967, 0.4433257281780243, 0.47632014751434326, -0.2601414620876312, 0.607778012752533, -0.2273857742547989, 0.21496637165546417, -0.28178197145462036, 0.7821397185325623, -0.5389084219932556, -0.11712265014648438, -0.2187688648700714, -1.0804955959320068, -0.4610561728477478, 0.6525498032569885, 0.19876833260059357, -0.3072971701622009, 0.6973276734352112, 0.8614962697029114, 0.10125994682312012, 0.03627704083919525, 0.18442033231258392, 0.2178746610879898, -0.13394415378570557, -0.1794523000717163, 0.40365123748779297, -0.15808247029781342, 0.17433707416057587, -0.6234654188156128, -0.13403701782226562, -0.570144534111023, -0.39763781428337097, -0.5398756861686707, -1.027620553970337, 0.26820963621139526, -0.8268593549728394, 0.13892722129821777, 1.0919249057769775, 0.10641774535179138, -1.0172903537750244, -0.5800954103469849, -0.18682269752025604, 0.170722097158432, -0.1904393583536148, -0.3265095055103302, 0.5628597140312195, -0.27272525429725647, -0.6721600890159607, 0.3356727063655853, 0.36748436093330383, -0.19462335109710693, -0.45196500420570374, 0.23754969239234924, -0.4498051702976227, 0.43286433815956116, 0.34316205978393555, 0.37123462557792664, -0.4071189761161804, -0.36306244134902954, -0.21587860584259033, -0.6271969079971313, -0.2663610875606537, 0.8738171458244324, -0.40380269289016724, 0.5144029259681702, 1.1070950031280518, -0.05479959025979042, 0.4612865746021271, 0.05424803867936134, 0.7736361026763916, -0.9373323917388916, 0.6426757574081421, 0.19697989523410797, 0.4308660328388214, 0.17284663021564484, -0.3170545995235443, 0.7876514196395874, 0.7163238525390625, -0.48150190711021423, -0.7293635606765747, 0.37896379828453064, -0.9856760501861572, -0.4124366044998169, 1.3441716432571411, 0.4145091474056244, -0.26213422417640686, -0.5644193887710571, -0.4505366086959839, 0.5148376226425171, -0.6273370385169983, 0.9443488121032715, 0.8643486499786377, -0.127456396818161, -0.21356937289237976, -0.826273500919342, 0.9147341251373291, 0.16481901705265045, -0.14458033442497253, -0.5647557973861694, 0.3155767619609833, 0.2621713876724243, 0.3500227630138397, 1.0550049543380737, -0.2608587145805359, -0.034015193581581116, 0.3346876800060272, 0.5425370335578918, 0.01601908914744854, -0.2804146409034729, -0.5065103769302368, 0.21459881961345673, 0.03567887842655182, -0.09636705368757248 ]
Danieldlima21/raluka
Danieldlima21
2023-12-02T07:17:23Z
0
0
[ "license:openrail", "region:us" ]
null
2023-12-02T07:16:11Z
--- license: openrail ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
JiHunWang/cartoonizer-dataset
JiHunWang
2023-12-02T07:25:57Z
0
0
[ "region:us" ]
null
2023-12-02T07:25:54Z
--- dataset_info: features: - name: original_image dtype: image - name: edit_prompt dtype: string - name: cartoonized_image dtype: image splits: - name: train num_bytes: 32429437.0 num_examples: 50 download_size: 32431565 dataset_size: 32429437.0 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
automated-research-group/llama2_7b_chat-boolq-results_jacksee
automated-research-group
2023-12-02T08:01:47Z
0
0
[ "region:us" ]
null
2023-12-02T08:01:45Z
--- dataset_info: config_name: '{''do_sample''=False, ''beams''=1}' features: - name: id dtype: string - name: prediction dtype: string - name: bool_accuracy dtype: bool splits: - name: train num_bytes: 503592 num_examples: 3270 download_size: 265378 dataset_size: 503592 configs: - config_name: '{''do_sample''=False, ''beams''=1}' data_files: - split: train path: '{''do_sample''=False, ''beams''=1}/train-*' --- # Dataset Card for "llama2_7b_chat-boolq-results_jacksee" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
[ -0.33548298478126526, -0.380826860666275, 0.04972593113780022, 0.5119511485099792, -0.4359101355075836, 0.20387466251850128, 0.37578117847442627, -0.2810467481613159, 0.8858329057693481, 0.6324304342269897, -0.683008074760437, -0.8276353478431702, -0.7063168883323669, -0.22679728269577026, -0.4493016004562378, 1.0933153629302979, 0.5095429420471191, -0.07282421737909317, -0.30095532536506653, -0.03274073079228401, -0.7603257894515991, -0.5997119545936584, -0.6987765431404114, -0.4736243486404419, 0.665510356426239, 0.8180940747261047, 0.3893175423145294, 0.38777273893356323, 0.7563391923904419, 0.15124750137329102, -0.1631045788526535, 0.028306085616350174, -0.7671268582344055, 0.015799054875969887, -0.07016406208276749, -0.999760627746582, -1.0921274423599243, -0.0012700501829385757, 0.49261540174484253, 0.45506277680397034, -0.23606671392917633, 0.7592959403991699, -0.15015187859535217, 0.5641788244247437, -0.22733497619628906, 0.8603968024253845, -0.5549415349960327, -0.09374602138996124, -0.5999020338058472, -0.24922871589660645, 0.05840342864394188, -0.6313349008560181, -0.26303210854530334, -0.7123964428901672, -0.05791226029396057, 0.2791822850704193, 0.6384183764457703, 0.4056434631347656, -0.20755727589130402, -0.24778077006340027, -0.029494505375623703, 0.3165369927883148, -0.6559702157974243, 0.0908706933259964, 0.9475288391113281, 0.5452989339828491, -0.45198801159858704, -0.5698610544204712, -0.46601229906082153, 0.22302037477493286, 0.027571717277169228, 0.21974249184131622, -0.06525957584381104, -0.2089470773935318, 0.4473845064640045, 0.5821899175643921, -0.3798966407775879, 0.04266029968857765, -0.9407344460487366, -0.39373520016670227, 0.9537599086761475, 0.15848788619041443, -0.00668421620503068, -0.06661586463451385, 0.05909949913620949, -0.04737841337919235, -0.551300048828125, 0.03831503167748451, 0.40416258573532104, 0.34829068183898926, -1.1209983825683594, 0.8146350979804993, -0.19033277034759521, 0.24621228873729706, -0.1172277107834816, -0.0736757442355156, 0.7822708487510681, -0.0882466584444046, -0.11476877331733704, 0.14138969779014587, 0.4672539234161377, 0.6266829967498779, -0.047919996082782745, 0.17420189082622528, 0.13213136792182922, 0.28652483224868774, -0.2877177894115448, -1.083857536315918, -0.6289446949958801, 0.5835113525390625, -0.7650921940803528, -0.5736061334609985, -0.040500346571207047, -0.9557801485061646, -0.8777919411659241, -0.12618763744831085, 0.11037904024124146, 0.20473818480968475, -0.7825813889503479, -0.20421788096427917, -0.5813535451889038, 0.45193007588386536, 0.23702023923397064, -0.6559267044067383, 0.37065455317497253, 0.7206279039382935, 0.6576477289199829, 0.25122854113578796, -0.028958085924386978, -0.7154960632324219, 0.11448431015014648, -0.4663081765174866, 0.8973338007926941, -0.5595368146896362, -0.5806074142456055, 0.058125805109739304, 0.2191344052553177, 0.49166107177734375, -0.5006467700004578, 0.7446528077125549, -0.3413393199443817, 0.1130363866686821, -0.7355393767356873, -0.513925313949585, -0.31886473298072815, 0.1463468223810196, -0.7390611171722412, 1.2310177087783813, -0.052527181804180145, -0.6995481252670288, 0.2715880274772644, -1.1145193576812744, -0.23855456709861755, 0.3301346004009247, -0.16196130216121674, -0.3664059340953827, 0.21718110144138336, 0.037869442254304886, 0.7040684819221497, -0.5260806679725647, 0.34140053391456604, -0.852253258228302, -0.41907986998558044, 0.49838361144065857, -0.056627556681632996, 1.0427621603012085, 0.17352774739265442, 0.20806732773780823, 0.0665178969502449, -0.9631312489509583, -0.4464186728000641, 0.45620331168174744, 0.049185335636138916, -0.1608164757490158, -0.07914209365844727, -0.009584031999111176, -0.1608363687992096, 0.4439011216163635, -0.45109987258911133, 0.4980461597442627, 0.09309045970439911, -0.1067073792219162, 0.6556153297424316, 0.08591224253177643, 0.12911953032016754, -0.5028148293495178, 0.10184872150421143, 0.20337873697280884, 0.38782981038093567, 0.20450599491596222, -0.8037954568862915, -0.8505524396896362, -0.25309422612190247, 0.370909184217453, 0.8072112798690796, -0.5563658475875854, 0.66728675365448, 0.21239665150642395, -0.9244102239608765, -0.49197378754615784, 0.22280463576316833, 0.20869489014148712, 0.3704676628112793, 0.21128463745117188, -0.7038360834121704, -0.7186391949653625, -0.911338210105896, 0.42372724413871765, -0.40466344356536865, -0.12890328466892242, 0.3941236734390259, 0.6861627101898193, -0.44141656160354614, 0.53046715259552, -0.6977448463439941, -0.4700044095516205, -0.15695801377296448, -0.2057022601366043, 0.677539050579071, 0.5748143196105957, 0.8606187701225281, -0.44754311442375183, -0.0023530623875558376, -0.7094491720199585, -0.772430419921875, -0.5142152309417725, 0.22165684401988983, -0.7516664266586304, -0.08102789521217346, 0.08784301578998566, -0.23307658731937408, 0.8157580494880676, 0.9440891146659851, -0.5676814913749695, 0.047457266598939896, 0.3878791034221649, 0.27023109793663025, -1.41538667678833, 0.03940927982330322, -0.3454688787460327, -0.2686757445335388, -0.35610508918762207, -0.2807100713253021, -0.16165952384471893, -0.01292609702795744, -0.1321743130683899, 0.4413335621356964, -0.2266019582748413, -0.36998623609542847, -0.2253623902797699, 0.19330957531929016, -0.3388856053352356, 0.3518606126308441, 0.019210660830140114, 0.8033151626586914, 1.0887864828109741, -0.43287524580955505, 1.011244535446167, 0.8931018710136414, 0.16594666242599487, 0.7411459684371948, -0.8850473165512085, 0.3174864649772644, -0.08784790337085724, 0.4421388804912567, -1.1298549175262451, -0.7775030136108398, 0.7811557650566101, -0.6402381658554077, 0.16526757180690765, -0.48265600204467773, -0.6687514781951904, -0.49311962723731995, -0.46513697504997253, 0.5156340599060059, 0.6639283895492554, -0.6816988587379456, 0.20917238295078278, 0.9585410356521606, -0.038016822189092636, -0.18329419195652008, -1.0614186525344849, 0.17559482157230377, -0.21726536750793457, -0.13498349487781525, 0.05226282775402069, -0.2719244658946991, 0.05917962267994881, -0.45550888776779175, 0.4065527617931366, -0.09161423146724701, -0.15229588747024536, 0.6759869456291199, 0.3467377722263336, -0.0198260135948658, 0.37093132734298706, 0.12496314197778702, -0.5164642333984375, 0.17104268074035645, 0.26818835735321045, 0.6730687022209167, -0.18667934834957123, -0.2189496010541916, -0.4412991404533386, 0.34151339530944824, 0.10309016704559326, -0.13439080119132996, 0.736927330493927, 0.7949904799461365, -0.640082597732544, 0.1316218078136444, -0.8063871264457703, -0.1585928499698639, -0.44498422741889954, 0.09355561435222626, -0.11141003668308258, -0.8251964449882507, 0.7392509579658508, -0.11745686084032059, 0.1969301998615265, 0.44011884927749634, 1.016709566116333, 0.008456540293991566, 0.45901650190353394, 0.589569091796875, -0.26360177993774414, 0.26872655749320984, -0.12325484305620193, -0.1896287053823471, -0.8018366098403931, -0.4023686349391937, -0.36397281289100647, -0.36572265625, -0.7605465054512024, -0.5142033696174622, -0.024643298238515854, 0.12660108506679535, -0.17076142132282257, 0.5087881088256836, -0.5250359773635864, 0.2530694007873535, 0.7459916472434998, 0.3260292112827301, 0.139125257730484, -0.10204465687274933, 0.40476059913635254, 0.21527817845344543, -0.6792048811912537, -0.37547826766967773, 1.375266432762146, 0.5708675384521484, 0.7825425863265991, 0.5288988351821899, 0.8308107256889343, 0.35492685437202454, 0.4212084114551544, -0.36720380187034607, 0.6399165987968445, 0.3094173073768616, -0.7620463371276855, -0.040131472051143646, -0.20631441473960876, -0.932222306728363, -0.277768611907959, -0.44769999384880066, -0.7831621766090393, 0.41046521067619324, 0.32025575637817383, 0.13488203287124634, 0.1558959186077118, -0.6530046463012695, 0.7742220163345337, -0.05291521176695824, -0.12004677206277847, -0.2681124210357666, -0.7203043103218079, 0.605164110660553, 0.1317700445652008, 0.1517815738916397, -0.6457734704017639, -0.20777396857738495, 1.0975505113601685, -0.27575549483299255, 1.339856743812561, -0.2380354404449463, -0.0001471247960580513, 0.3559374213218689, -0.003637616755440831, 0.22014416754245758, 0.7359436750411987, -0.0598871111869812, 0.5074470639228821, 0.32055655121803284, -0.6170900464057922, -0.13727602362632751, 0.5575548410415649, -0.8109583854675293, -0.11853493750095367, -0.44347721338272095, -0.5037997364997864, -0.16362378001213074, 0.07602257281541824, 0.03650488704442978, 0.5687333941459656, -0.06539736688137054, 0.08691277354955673, 0.5218425393104553, -0.12695030868053436, 0.29145318269729614, 0.34640318155288696, -0.7916150093078613, -0.5010859370231628, 0.8756513595581055, -0.10849066078662872, -0.2510083317756653, 0.19736580550670624, 0.22157339751720428, -0.42757853865623474, -0.22715643048286438, -0.2689891755580902, 0.3879390358924866, -0.5531744360923767, -0.652856171131134, -0.1483543962240219, -0.32271942496299744, -0.40446382761001587, 0.0457424558699131, -0.5031795501708984, -0.5067977905273438, -0.6732824444770813, -0.3803982436656952, 1.1265690326690674, 0.5170338749885559, -0.6831295490264893, 0.5629342794418335, -0.7791146039962769, 0.535244882106781, 0.22506894171237946, 0.8880575299263, -0.2446875125169754, -0.4967251718044281, 0.07124502956867218, 0.0380091592669487, -0.04145202785730362, -0.9586597084999084, 0.09981808811426163, 0.1431797295808792, 0.6123844385147095, 0.10570096969604492, 0.16262610256671906, 0.7105547785758972, 0.16860619187355042, 0.7382478713989258, 0.3447059392929077, -0.6101008057594299, 0.7495953440666199, -0.28429391980171204, 0.08063246309757233, 0.5836408734321594, 0.29196688532829285, -0.4257977306842804, -0.0012177035678178072, -0.831829309463501, -0.42314040660858154, 0.47079581022262573, 0.43655189871788025, 0.2234923392534256, 0.16369235515594482, 0.3191092014312744, 0.11614502966403961, 0.695526659488678, -0.7307369112968445, -0.8311213850975037, -0.1959540843963623, -0.22803691029548645, 0.21565024554729462, -0.7809169888496399, -0.3877945840358734, -0.4258412718772888, 0.6647338271141052, -0.019232183694839478, 0.6327390670776367, -0.07213430106639862, 0.25037240982055664, 0.028025159612298012, -0.0713280439376831, 0.4087637960910797, 0.5501731634140015, -0.4948454201221466, -0.13865524530410767, 0.29835498332977295, -0.42249029874801636, -0.26684218645095825, 0.37631121277809143, 0.18367983400821686, -0.2538716793060303, 0.5898203253746033, 0.801212728023529, -0.4546794295310974, -0.34459272027015686, 0.476304292678833, -0.3010886311531067, -0.32411813735961914, -0.5582525730133057, 0.2405603975057602, 0.22610431909561157, 0.5791358947753906, 0.25878724455833435, -0.3582453429698944, 0.3720211982727051, -0.49885094165802, 0.23430819809436798, -0.009393807500600815, -0.3927546739578247, -0.2079424411058426, 0.6161625385284424, 0.6151642799377441, -0.5215434432029724, 0.7814429402351379, -0.302247017621994, -0.469168484210968, 0.5242541432380676, 0.4373015761375427, 0.49043187499046326, -0.0950649231672287, 0.27692675590515137, 0.47319477796554565, 0.2498275190591812, 0.39592990279197693, 0.8698157072067261, -0.21015812456607819, -0.691615104675293, -0.1795157641172409, -0.3805611729621887, -0.5131468176841736, -0.06905772536993027, -0.7424516081809998, 0.3974073529243469, -0.6005853414535522, -0.3955312967300415, -0.22752973437309265, 0.1761321723461151, -0.7747424244880676, -0.06702027469873428, 0.331116646528244, 1.1704736948013306, -0.749355673789978, 0.6491770148277283, 0.5038682222366333, -0.4768386483192444, -0.6864463090896606, -0.44348129630088806, 0.24028821289539337, -1.0841466188430786, 0.20828023552894592, 0.12386146932840347, 0.4916425049304962, -0.2787175178527832, -1.0226446390151978, -0.9772794842720032, 1.297298789024353, 0.13875839114189148, -0.8587414026260376, 0.6574040055274963, 0.04849940165877342, 0.27313458919525146, -0.15173932909965515, 0.5262964963912964, 0.6183576583862305, 0.4699982702732086, 0.4813021719455719, -1.0137512683868408, 0.0357305184006691, -0.5058560967445374, -0.08405278623104095, -0.05339033156633377, -1.015147089958191, -0.03692365437746048, -0.04064685478806496, 0.20399656891822815, -0.037687599658966064, 1.0952998399734497, 0.4253227710723877, 0.38508111238479614, 0.3264462947845459, 0.3552979528903961, 0.9698960781097412, -0.26055148243904114, 0.6795749664306641, 0.07575029134750366, 0.4029373824596405, 1.044251799583435, -0.09947173297405243, 0.6357923150062561, 0.39480215311050415, -0.27212560176849365, 0.19369541108608246, 0.8394795060157776, -0.3368420898914337, 0.4013266861438751, 0.3322935998439789, -0.05293168127536774, -0.30204862356185913, -0.31960269808769226, -0.8698631525039673, 0.432167649269104, 0.6851337552070618, -0.15418356657028198, 0.18050923943519592, -0.4302876591682434, 0.17361031472682953, -0.393711656332016, -0.40025657415390015, 0.806801974773407, 0.13534489274024963, 0.0342438668012619, 0.29294252395629883, -0.32966944575309753, 0.5472608208656311, -0.5054110288619995, -0.5749272108078003, -0.38696184754371643, 0.0637473538517952, -0.5346955060958862, -1.16494619846344, 0.5907818675041199, -0.2666094899177551, -0.02097035013139248, 0.4860280156135559, 0.6995927691459656, -0.3431140184402466, -0.8986172080039978, 0.23630410432815552, 0.2734096050262451, 0.5354738235473633, 0.2990666627883911, -1.1526926755905151, 0.5721109509468079, -0.06390039622783661, -0.0732216089963913, 0.1185743510723114, 0.1266108751296997, 0.03880457952618599, 0.8098031878471375, 0.8447372913360596, -0.0408402755856514, -0.2861647605895996, 0.24773220717906952, 1.0320327281951904, -0.45015016198158264, -0.360819011926651, -0.49539998173713684, 0.6123508214950562, -0.6774097681045532, -0.7432961463928223, 0.4602786898612976, 0.8853296041488647, 0.6140409708023071, 0.07272827625274658, 0.7138322591781616, -0.3744739890098572, 0.8765217661857605, -0.24819932878017426, 0.6498106122016907, -0.4749320149421692, 0.2783021032810211, -0.25261059403419495, -0.7550239562988281, -0.6545756459236145, 0.8060990571975708, 0.062316346913576126, -0.2808407247066498, 0.17262490093708038, 1.254323959350586, -0.0402323417365551, 0.12237221747636795, 0.1944923996925354, 0.46467125415802, 0.43632543087005615, 0.4050673544406891, 0.5382886528968811, -0.730226457118988, 0.3420301377773285, -0.2563594579696655, -0.7670303583145142, -0.2631993293762207, -1.0667510032653809, -1.4834357500076294, -0.6275439858436584, -0.5456758737564087, -0.5736551880836487, 0.09016554057598114, 1.1443674564361572, 0.6886085867881775, -1.010329246520996, -0.4545576274394989, 0.25507304072380066, 0.21999676525592804, 0.23231346905231476, -0.10420849174261093, 0.4631388485431671, 0.1780213564634323, -0.3849394917488098, -0.19957156479358673, 0.07940642535686493, 0.23295670747756958, -0.09844248741865158, 0.09599879384040833, -0.003052810672670603, -0.017737453803420067, 0.5559775233268738, 0.2563311755657196, -0.41659191250801086, -0.19061580300331116, -0.47846171259880066, 0.0015737127978354692, -0.04660898447036743, 0.3310559391975403, -0.4042983055114746, -0.010922209359705448, 0.42659464478492737, 0.44435790181159973, 0.6930066347122192, -0.08688771724700928, 0.575934648513794, -0.5472457408905029, 0.5186952352523804, -0.14549025893211365, 0.44065001606941223, 0.220366433262825, -0.25882142782211304, 1.1000001430511475, 0.3361634910106659, -0.5709102749824524, -0.6504021883010864, -0.0059678442776203156, -1.6197686195373535, 0.3569457530975342, 1.2003856897354126, 0.25882744789123535, -0.42752641439437866, -0.135721817612648, -0.8856110572814941, 0.3245132565498352, -0.9186217784881592, 0.5514947772026062, 0.31963902711868286, 0.08227698504924774, -0.5019525289535522, -0.4424324929714203, 0.4881182610988617, -0.3121836483478546, -1.1811082363128662, -0.012454535812139511, 0.41359031200408936, 0.05726800113916397, -0.05887184292078018, 0.8602907061576843, -0.09182119369506836, 0.21598504483699799, 0.3188421428203583, 0.16230377554893494, -0.21150200068950653, -0.17459437251091003, 0.21361912786960602, -0.283732533454895, 0.010298759676516056, -0.5780542492866516 ]
quocanh34/youtube_dataset_test_final
quocanh34
2023-12-02T08:55:08Z
0
0
[ "region:us" ]
null
2023-12-02T08:33:14Z
--- dataset_info: features: - name: audio dtype: 'null' - name: transcription dtype: 'null' - name: w2v2_transcription dtype: 'null' - name: WER dtype: 'null' splits: - name: train num_bytes: 0 num_examples: 0 download_size: 1165 dataset_size: 0 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
AdityaNG/BengaluruEmbeddings
AdityaNG
2023-12-03T13:16:24Z
0
0
[ "license:mit", "region:us" ]
null
2023-12-02T08:51:00Z
--- license: mit ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
alpayariyak/tot-synthia
alpayariyak
2023-12-02T09:26:20Z
0
0
[ "region:us" ]
null
2023-12-02T09:26:06Z
--- dataset_info: features: - name: system dtype: string - name: instruction dtype: string - name: response dtype: string splits: - name: without_RAG num_bytes: 62222837 num_examples: 15154 - name: with_RAG num_bytes: 65164762 num_examples: 15631 download_size: 33575363 dataset_size: 127387599 configs: - config_name: default data_files: - split: without_RAG path: data/without_RAG-* - split: with_RAG path: data/with_RAG-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
taku-taku/lora
taku-taku
2023-12-02T10:05:50Z
0
0
[ "license:apache-2.0", "region:us" ]
null
2023-12-02T09:47:52Z
--- license: apache-2.0 ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
Enterprisium/fuego-20231202-105909-72867e
Enterprisium
2023-12-02T14:26:29Z
0
0
[ "fuego", "region:us" ]
null
2023-12-02T09:59:10Z
--- tags: - fuego fuego: id: 20231202-105909-72867e status: done script: run_glue.py requirements_file: requirements.txt space_id: Enterprisium/fuego-20231202-105909-72867e space_hardware: cpu-basic github_repo_id: huggingface/transformers github_repo_branch: main github_repo_sha: 2c658b5a4282f2e824b4e23dc3bcda7ef27d5827 ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
0wand/arcania
0wand
2023-12-02T10:27:30Z
0
0
[ "license:mit", "region:us" ]
null
2023-12-02T10:27:30Z
--- license: mit ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
ahishamm/isic_binary_augmented_enhanced
ahishamm
2023-12-02T10:33:07Z
0
0
[ "region:us" ]
null
2023-12-02T10:32:56Z
--- dataset_info: features: - name: image dtype: image - name: label dtype: class_label: names: '0': benign '1': malignant splits: - name: train num_bytes: 97594170.25 num_examples: 17250 - name: test num_bytes: 45157103.104 num_examples: 7786 download_size: 152316448 dataset_size: 142751273.354 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
smcproject/ml-phonetic-lexicon
smcproject
2023-12-02T16:06:40Z
0
0
[ "task_categories:text2text-generation", "size_categories:100K<n<1M", "language:ml", "license:cc-by-4.0", "region:us" ]
[ "text2text-generation" ]
2023-12-02T10:36:41Z
--- license: cc-by-4.0 task_categories: - text2text-generation language: - ml pretty_name: Malayalam Grapheme Phoneme Dataset configs: - config_name: commonword data_files: commonword.tsv sep: "\t" - config_name: english_loan data_files: english_loan.tsv sep: "\t" - config_name: noun data_files: noun.tsv sep: "\t" - config_name: personname data_files: personname.tsv sep: "\t" - config_name: placename data_files: placename.tsv sep: "\t" - config_name: pronoun data_files: pronoun.tsv sep: "\t" - config_name: propernoun data_files: propernoun.tsv sep: "\t" - config_name: sanskrit_loan data_files: sanskrit_loan.tsv sep: "\t" - config_name: verb data_files: verb.tsv sep: "\t" size_categories: - 100K<n<1M --- ## Malayalam Phonetic Lexicon This dataset contains words in Malayalam script and their pronunciation in International Phonetic Alphabet (IPA) The words in the lexicon are sourced from 1) The most frequest 100 thousand words from [Indic NLP](https://github.com/AI4Bharat/indicnlp_corpus) corpus 2) Curated collection of word categories from [Mlmorph](https://pypi.org/project/mlmorph/) project This pronunciations are created using [Mlphon](https://pypi.org/project/mlphon/) python Library. ### Applications - Ready to use pronunciation lexicons for ASR and TTS - To train datadriven grapheme to phoneme models If you are using this dataset for any research, cite ```@ARTICLE{kavya2022mlphon, author={Manohar, Kavya and Jayan, A. R. and Rajan, Rajeev}, journal={IEEE Access}, title={Mlphon: A Multifunctional Grapheme-Phoneme Conversion Tool Using Finite State Transducers}, year={2022}, volume={10}, number={}, pages={97555-97575}, doi={10.1109/ACCESS.2022.3204403}} ```
[ -0.2139187455177307, -0.22147884964942932, -0.04782892018556595, 0.4504847228527069, -0.2801356017589569, -0.03916784003376961, -0.22520066797733307, -0.2333620935678482, 0.33018049597740173, 0.34396302700042725, -0.5032817721366882, -0.5501080751419067, -0.40787556767463684, 0.5321953296661377, -0.34230130910873413, 0.28924229741096497, 0.22115138173103333, 0.426205039024353, 0.34143105149269104, -0.15158990025520325, -0.38239243626594543, -0.5144176483154297, -0.6733718514442444, -0.12819164991378784, 0.026759373024106026, 0.4559876322746277, 0.4824225604534149, 0.6427037715911865, 0.40892764925956726, 0.3664914071559906, -0.20968271791934967, 0.3089526891708374, 0.028354188427329063, 0.277056485414505, -0.1973494440317154, -0.3285176157951355, -0.3308093547821045, -0.14936043322086334, 0.7593922019004822, 0.6058961153030396, -0.15236802399158478, 0.17182210087776184, -0.24289105832576752, 0.345834881067276, -0.5477933287620544, 0.30724287033081055, -0.571298360824585, -0.013939077034592628, -0.5370240211486816, -0.2203955352306366, -0.4854204058647156, -0.34222111105918884, -0.06421616673469543, -0.5540615320205688, 0.15409736335277557, 0.045489948242902756, 0.96961909532547, -0.01932331547141075, -0.3783684968948364, -0.5291370749473572, -0.5426174402236938, 0.7104842066764832, -0.6336531639099121, 0.5539951920509338, 0.6087855696678162, 0.2661239504814148, -0.24890707433223724, -0.8734067678451538, -0.8020285964012146, 0.08017557114362717, 0.4135690927505493, 0.18268685042858124, 0.15222345292568207, 0.3619804382324219, -0.06837037950754166, 0.6315239667892456, -0.3273138701915741, -0.03122854046523571, -0.7692642211914062, -0.6678175330162048, 0.5747447609901428, 0.10947193205356598, 0.4690794348716736, -0.5743204355239868, -0.10596120357513428, -0.5058900117874146, -0.2768577039241791, 0.16207320988178253, 0.5848729610443115, 0.8058224320411682, -0.14102809131145477, 0.953134298324585, 0.08242005109786987, 0.7543849945068359, 0.005493232049047947, -0.5560888051986694, 0.717365026473999, -0.594352126121521, -0.35668349266052246, 0.494716614484787, 0.9057486057281494, 0.22762459516525269, 0.608590841293335, 0.09448707103729248, -0.15218804776668549, 0.07476981729269028, 0.20398877561092377, -0.7056143879890442, 0.07466568052768707, 0.4450553357601166, -0.3483351469039917, -0.15091237425804138, 0.11513194441795349, -0.6604294180870056, -0.5434561371803284, -0.4108913242816925, 0.29815953969955444, -0.7587037086486816, -0.7053976058959961, 0.15894822776317596, -0.3251533508300781, 0.3189690411090851, -0.0550706721842289, -1.1133744716644287, 0.36434412002563477, 0.5261716842651367, 1.0224226713180542, -0.029518859460949898, -0.4053100347518921, -0.10246104001998901, -0.21307481825351715, -0.4686307907104492, 0.5011329054832458, -0.35014113783836365, -0.7912274599075317, 0.2093466818332672, 0.21760383248329163, -0.4356387257575989, -0.9121295213699341, 0.540563702583313, -0.12163729965686798, 0.031123021617531776, 0.17813310027122498, -0.6065312027931213, -0.2968229055404663, -0.3482627272605896, -0.5805181264877319, 1.016624927520752, 0.03628747537732124, -0.525256335735321, 0.359353631734848, -0.5674697160720825, -0.5071631073951721, -0.15669552981853485, -0.08852001279592514, -0.08776827901601791, 0.07964664697647095, 0.2080678641796112, 0.4094412624835968, -0.2597407400608063, 0.11233678460121155, 0.027820870280265808, -0.2924836277961731, 0.21649879217147827, -0.220926895737648, 1.2357375621795654, 0.6229463815689087, -0.1291026920080185, 0.013724731281399727, -1.0594905614852905, 0.08901997655630112, -0.2261844426393509, -0.22436967492103577, -0.1349620670080185, -0.5917132496833801, 0.4202430546283722, 0.03672689199447632, 0.022161394357681274, -0.83174729347229, 0.05797269567847252, -0.6583247184753418, 0.32003286480903625, 0.648283839225769, 0.1323196291923523, 0.12152860313653946, -0.1408449113368988, 0.6037845015525818, 0.18643172085285187, 0.021064072847366333, 0.10837211459875107, -0.768336832523346, -0.580819308757782, -0.5496480464935303, 0.39325404167175293, 0.7266230583190918, -0.3650015592575073, 0.28142309188842773, -0.17544128000736237, -0.6956826448440552, -0.9421231746673584, -0.09509475529193878, 0.051016636192798615, 0.5115852355957031, 0.30319860577583313, -0.22045274078845978, -0.848681628704071, -0.7186444401741028, -0.2771254777908325, -0.3249374330043793, 0.037860382348299026, 0.1061476394534111, 0.15173286199569702, -0.2535802721977234, 0.706264853477478, 0.013210983015596867, -0.25795072317123413, -0.1431014984846115, -0.1773153692483902, 0.6874269247055054, 0.315348356962204, 0.020729392766952515, -0.7355953454971313, -0.4013982117176056, -0.08822720497846603, -0.6101671457290649, -0.2596454918384552, 0.19219759106636047, 0.19169685244560242, 0.3190889358520508, 0.5637118816375732, -0.6634485125541687, 0.3605313301086426, 0.3421297073364258, -0.4159466028213501, 0.6591340899467468, 0.190671905875206, 0.20698662102222443, -1.530987024307251, 0.27888789772987366, -0.23494623601436615, -0.16596436500549316, -0.3266592025756836, -0.07965178042650223, 0.004286617040634155, -0.3702109456062317, -0.6538716554641724, 0.6393110752105713, -0.5214834809303284, 0.04659908637404442, -0.08756930381059647, 0.03570275753736496, -0.215876042842865, 0.18995288014411926, -0.09350115060806274, 1.1575332880020142, 0.7773601412773132, -0.8447275757789612, 0.8137024641036987, 0.5806553363800049, -0.43424686789512634, 0.30044475197792053, -0.5398494601249695, -0.22204886376857758, 0.052871912717819214, 0.032362546771764755, -0.8527370691299438, 0.032158609479665756, 0.255711168050766, -0.7445582747459412, 0.2482362985610962, -0.15741702914237976, -0.7677642107009888, -0.052965231239795685, -0.25112953782081604, 0.2857687473297119, 0.35198578238487244, -0.26525986194610596, 0.26383087038993835, 0.7358897924423218, -0.20912481844425201, -0.637214720249176, -0.6628848314285278, 0.02956770546734333, -0.2385750412940979, -0.6617115139961243, 0.16426222026348114, 0.06686308234930038, -0.5267669558525085, -0.3867816627025604, -0.2017498016357422, -0.25261107087135315, -0.5173411965370178, 0.6135038733482361, 0.018828103318810463, -0.3057117760181427, 0.5052719116210938, -0.23890382051467896, -0.21616210043430328, -0.1822439432144165, -0.379184365272522, 0.7237124443054199, -0.2639300525188446, -0.02612975984811783, -0.70721435546875, 0.1195746585726738, 0.8152464032173157, 0.027697782963514328, 0.5582584738731384, 0.6435960531234741, -0.41310325264930725, 0.22190126776695251, -0.35794034600257874, -0.15275029838085175, -0.48017236590385437, 0.2982516884803772, -0.7109279632568359, -0.1581181436777115, 0.5273643136024475, -0.28850725293159485, -0.21205134689807892, 0.6733141541481018, 0.6574267745018005, 0.24943497776985168, 0.5188242793083191, 0.2624197006225586, -0.3146563172340393, 0.27076467871665955, -0.571664571762085, 0.05712209641933441, -0.6949661374092102, -0.30540233850479126, -0.4560062885284424, 0.091227225959301, -0.889367938041687, -0.32837456464767456, 0.13256193697452545, -0.13094817101955414, -0.07621043920516968, 0.5913973450660706, -0.46545690298080444, 0.0481242872774601, 0.48561328649520874, -0.059070903807878494, 0.31237363815307617, 0.5163002610206604, -0.5597007870674133, -0.0924006924033165, -0.34561464190483093, -0.34320276975631714, 1.1885664463043213, 0.3120667338371277, 0.6792166829109192, 0.21989884972572327, 0.613079309463501, 0.28341537714004517, -0.5993853807449341, -0.9043561220169067, 0.5922812819480896, -0.15901099145412445, -0.6842894554138184, -0.49897608160972595, -0.04141809418797493, -1.213698148727417, 0.08649899810552597, -0.021506953984498978, -0.9213038682937622, 0.42846745252609253, -0.26769113540649414, -0.12601369619369507, 0.2940252125263214, -0.6143659353256226, 0.48876893520355225, 0.31339144706726074, 0.008247368969023228, -0.2942684590816498, -0.5311644673347473, -0.020169375464320183, 0.2343432456254959, -0.010438062250614166, -0.13879117369651794, -0.01492388267070055, 0.67110276222229, -0.8960881233215332, 0.5151501893997192, -0.23288576304912567, -0.04835992306470871, 0.48737213015556335, -0.06247280165553093, 0.03044193610548973, 0.1251489371061325, -0.5882624387741089, 0.43432408571243286, 0.08548147976398468, -0.34805965423583984, -0.11068955063819885, 0.6803122758865356, -0.9247442483901978, 0.009387841448187828, -0.595020592212677, -0.4625145494937897, -0.1925603151321411, 0.30051690340042114, 0.8043084740638733, 0.9577845335006714, 0.15169483423233032, 0.05284080281853676, 0.4837554693222046, -0.027204735204577446, 0.2897500693798065, 0.10453642159700394, -0.442613422870636, -0.5849690437316895, 1.1405514478683472, 0.37032124400138855, -0.012292512692511082, 0.35658374428749084, 0.09438472986221313, -0.7412605285644531, -0.3613767921924591, -0.6052722334861755, 0.40711668133735657, -0.6802142858505249, -0.0029194538947194815, -0.5442972183227539, -0.5617222189903259, -0.8333045244216919, 0.25457972288131714, -0.5414311289787292, -0.7558199763298035, -0.161451518535614, -0.1614280343055725, 0.7891202569007874, 0.6157444715499878, -0.3992849290370941, 0.306318461894989, -0.4295211732387543, 0.45330411195755005, 0.07491229474544525, 0.29576796293258667, -0.0889633446931839, -0.6441490650177002, 0.005425677169114351, 0.03363039344549179, -0.15199053287506104, -0.8631797432899475, 0.7201109528541565, 0.47663336992263794, 0.27392661571502686, 0.251180499792099, -0.06363535672426224, 0.7370802760124207, -0.11019602417945862, 0.6324377655982971, -0.11605721712112427, -0.8223282694816589, 0.5179238319396973, -0.25752437114715576, 0.24259625375270844, 0.7276400327682495, 0.369642972946167, -0.6439064145088196, -0.24992790818214417, -0.6783270239830017, -1.252990961074829, 0.490505576133728, 0.3070233166217804, -0.21801574528217316, 0.08924517780542374, 0.1066088154911995, 0.3188011944293976, 0.4050396680831909, -0.24976736307144165, -0.6095481514930725, -0.39304691553115845, -0.4711529016494751, 0.01656915992498398, -0.18239280581474304, 0.18652889132499695, -0.5341999530792236, 0.9947371482849121, 0.23416689038276672, 0.2887621223926544, 0.3308403789997101, -0.30223143100738525, 0.1806301474571228, 0.1878274828195572, 0.7961370944976807, 0.6047614216804504, -0.3962201476097107, 0.09404224157333374, 0.036840278655290604, -1.2522823810577393, 0.36645644903182983, 0.10099468380212784, 0.15301254391670227, 0.4657447636127472, 0.2732115685939789, 0.8514261841773987, -0.15844915807247162, -0.6220770478248596, 0.3746994733810425, -0.11041022837162018, 0.13024266064167023, -0.9603955149650574, -0.19650542736053467, 0.05039501562714577, -0.13341139256954193, 0.5528045892715454, -0.004346196074038744, 0.14488515257835388, -0.37243974208831787, 0.140482097864151, -0.12622757256031036, -0.34552696347236633, -0.08991828560829163, 0.3272706866264343, 0.20085906982421875, -0.3118148744106293, 0.9162686467170715, -0.13996969163417816, 0.007902362383902073, 0.6259008049964905, 0.5581099390983582, 0.6905807852745056, -0.360379159450531, 0.019737958908081055, 0.580610454082489, 0.19680817425251007, 0.15956950187683105, 0.7685437202453613, 0.08115734159946442, -0.659849226474762, -0.24152423441410065, -0.7988714575767517, -0.3064895570278168, 0.6860203146934509, -0.46941110491752625, 0.5351941585540771, -0.5919274091720581, -0.320952445268631, 0.22238823771476746, 0.10845000296831131, -0.5421141386032104, 0.30279475450515747, -0.07358454912900925, 1.0193123817443848, -0.6173843145370483, 0.7234928607940674, 0.8104520440101624, -0.43922603130340576, -1.0147128105163574, -0.06943047046661377, 0.2847176790237427, -1.1105183362960815, 0.6250845193862915, 0.3264629542827606, -0.13557681441307068, 0.15940725803375244, -0.16350364685058594, -0.7372294068336487, 0.8854688405990601, 0.24835076928138733, -0.47663187980651855, 0.4292278587818146, 0.3683072626590729, 0.38863903284072876, -0.08374768495559692, 0.3861011266708374, 0.434777170419693, 0.5612121820449829, -0.13185518980026245, -1.4038909673690796, -0.263423889875412, -0.6857350468635559, -0.001165481866337359, -0.12043269723653793, -0.5200148224830627, 0.9178202152252197, -0.2002948522567749, -0.3987274169921875, 0.1215427964925766, 0.6408343315124512, 0.3707369267940521, 0.18798410892486572, 0.41521549224853516, 0.414913147687912, 0.9023995399475098, 0.3518397808074951, 0.8190453052520752, -0.5879740715026855, 0.042071741074323654, 0.5769960284233093, 0.052135709673166275, 0.7009748220443726, 0.6092003583908081, -0.36469823122024536, 0.4615402817726135, 0.947928786277771, 0.09812676906585693, 0.3200244605541229, 0.24179881811141968, -0.30257448554039, -0.004840221256017685, -0.36250177025794983, -0.580626368522644, 0.8978545069694519, 0.6386801600456238, -0.22721660137176514, 0.11924083530902863, 0.0835874155163765, 0.04055708274245262, -0.00779294827952981, -0.39239299297332764, 0.5542393922805786, 0.2570665180683136, -0.3008519113063812, 1.0244948863983154, -0.12362638860940933, 0.8628078699111938, -0.7317911982536316, -0.02841523475944996, -0.1376596838235855, 0.2939401865005493, -0.3182224631309509, -0.7097414135932922, 0.1917182207107544, -0.34472474455833435, -0.41363248229026794, 0.24148394167423248, 0.5844089388847351, -0.4990612268447876, -0.5442129373550415, 0.22624751925468445, 0.27363601326942444, 0.7622116804122925, -0.00785884726792574, -0.34423384070396423, 0.11656104028224945, -0.04660938307642937, 0.0013463308569043875, 0.06241900101304054, 0.09533841162919998, -0.051507435739040375, 0.88468998670578, 0.4347939193248749, 0.7401042580604553, 0.3617200255393982, 0.21570561826229095, 0.13329176604747772, -0.5841022729873657, -0.6600037813186646, -0.5887789130210876, 0.2055434286594391, -0.14744557440280914, -0.6859183311462402, 0.74801105260849, 0.7643687129020691, 0.7198894619941711, -0.35458871722221375, 0.9706352949142456, 0.016662754118442535, 0.6659578680992126, -0.5654502511024475, 0.6901841759681702, -0.46045780181884766, -0.11561774462461472, -0.1320161074399948, -0.7474565505981445, -0.1367592215538025, 0.6042764186859131, 0.31770196557044983, -0.10889269411563873, 0.6760575175285339, 1.129938006401062, -0.12938997149467468, 0.055761437863111496, 0.22496798634529114, 0.3179886043071747, -0.02192034013569355, -0.05524679273366928, 0.20993195474147797, -0.7522706389427185, 0.4883974492549896, -0.3925255537033081, 0.02351803332567215, -0.3363781273365021, -0.38969656825065613, -0.3858373761177063, -1.162347435951233, -0.1051195040345192, -0.6738530397415161, 0.1999603807926178, 1.2545647621154785, 0.5235689282417297, -1.0523717403411865, -0.8523510098457336, -0.13243836164474487, 0.04139702394604683, -0.3152103126049042, -0.27408888936042786, 0.7094469666481018, -0.14317426085472107, -0.9697545170783997, 0.7495101690292358, 0.043389011174440384, 0.02789004147052765, -0.0631839856505394, 0.01672109216451645, -0.3284052014350891, -0.0060958401300013065, 0.3336159288883209, 0.5914821028709412, -0.601692259311676, 0.055310171097517014, -0.13279825448989868, -0.3193058967590332, 0.13626109063625336, 0.6746096611022949, -0.5128301382064819, 0.8348718285560608, 0.7045623660087585, 0.3378233015537262, 0.16848355531692505, -0.2135477215051651, 0.7547641396522522, -0.7898324728012085, 0.7137688994407654, -0.04715834930539131, 0.4173867404460907, 0.6786248087882996, -0.22196291387081146, 0.6284139156341553, 0.5127609968185425, -0.412920743227005, -0.8497687578201294, -0.06391546130180359, -1.006154179573059, 0.08750935643911362, 1.4584367275238037, 0.25335678458213806, -0.2835453748703003, -0.4882657527923584, -0.43000009655952454, 0.4931730031967163, -0.6672497391700745, 0.5269275903701782, 0.5522274374961853, -0.1208803728222847, 0.0021699056960642338, -0.4760443866252899, 0.6524709463119507, 0.17707791924476624, -0.19883601367473602, -0.16629938781261444, -0.0019306734902784228, 0.1377810686826706, 0.4592936933040619, 0.8170347213745117, -0.22134418785572052, 0.08340831845998764, 0.4931551218032837, 0.5038655996322632, -0.197657972574234, -0.3140139579772949, -0.4467856287956238, -0.06334090977907181, 0.21278704702854156, -0.8122286796569824 ]
lylcst/ultrafeedback_fined
lylcst
2023-12-02T11:21:28Z
0
0
[ "license:mit", "region:us" ]
null
2023-12-02T10:39:41Z
--- license: mit ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
anhlbt/tts_dataset
anhlbt
2023-12-02T13:39:56Z
0
0
[ "region:us" ]
null
2023-12-02T10:55:09Z
--- dataset_info: features: - name: audio dtype: audio: sampling_rate: 16000 - name: transcription dtype: string - name: w2v2_transcription dtype: string - name: WER dtype: int64 splits: - name: train num_bytes: 18131497.022292994 num_examples: 135 download_size: 18027741 dataset_size: 18131497.022292994 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
utsabbarmanju/jeebonananda_das_bangla_poems
utsabbarmanju
2023-12-02T15:52:33Z
0
0
[ "license:apache-2.0", "region:us" ]
null
2023-12-02T11:42:07Z
--- license: apache-2.0 ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
p7u/new-gpt
p7u
2023-12-02T11:49:31Z
0
0
[ "license:mit", "region:us" ]
null
2023-12-02T11:49:31Z
--- license: mit ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
hajar817/CV_10_0_fa_pseudo_labelled_whisper_medium_fa
hajar817
2023-12-02T15:53:45Z
0
0
[ "region:us" ]
null
2023-12-02T12:02:11Z
--- dataset_info: config_name: fa features: - name: client_id dtype: string - name: path dtype: string - name: audio dtype: audio: sampling_rate: 16000 - name: sentence dtype: string - name: up_votes dtype: int64 - name: down_votes dtype: int64 - name: age dtype: string - name: gender dtype: string - name: accent dtype: string - name: locale dtype: string - name: segment dtype: string - name: whisper_transcript sequence: int64 splits: - name: train num_bytes: 691558828.976 num_examples: 24672 - name: validation num_bytes: 388165287.79 num_examples: 9937 - name: test num_bytes: 424025317.777 num_examples: 9937 download_size: 1244651173 dataset_size: 1503749434.543 configs: - config_name: fa data_files: - split: train path: fa/train-* - split: validation path: fa/validation-* - split: test path: fa/test-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
open-llm-leaderboard/details_Azure99__blossom-v3_1-mistral-7b
open-llm-leaderboard
2023-12-04T10:15:34Z
0
0
[ "region:us" ]
null
2023-12-02T12:03:34Z
--- pretty_name: Evaluation run of Azure99/blossom-v3_1-mistral-7b dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Azure99/blossom-v3_1-mistral-7b](https://huggingface.co/Azure99/blossom-v3_1-mistral-7b)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 6 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Azure99__blossom-v3_1-mistral-7b\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-04T10:15:27.415703](https://huggingface.co/datasets/open-llm-leaderboard/details_Azure99__blossom-v3_1-mistral-7b/blob/main/results_2023-12-04T10-15-27.415703.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.46929492039423804,\n\ \ \"acc_stderr\": 0.013746490739560038\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.46929492039423804,\n \"acc_stderr\": 0.013746490739560038\n\ \ }\n}\n```" repo_url: https://huggingface.co/Azure99/blossom-v3_1-mistral-7b leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T12_03_31.211153 path: - '**/details_harness|gsm8k|5_2023-12-02T12-03-31.211153.parquet' - split: 2023_12_02T12_59_48.772371 path: - '**/details_harness|gsm8k|5_2023-12-02T12-59-48.772371.parquet' - split: 2023_12_02T22_05_15.192157 path: - '**/details_harness|gsm8k|5_2023-12-02T22-05-15.192157.parquet' - split: 2023_12_03T15_22_48.296021 path: - '**/details_harness|gsm8k|5_2023-12-03T15-22-48.296021.parquet' - split: 2023_12_03T16_24_04.733758 path: - '**/details_harness|gsm8k|5_2023-12-03T16-24-04.733758.parquet' - split: 2023_12_04T10_15_27.415703 path: - '**/details_harness|gsm8k|5_2023-12-04T10-15-27.415703.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-04T10-15-27.415703.parquet' - config_name: results data_files: - split: 2023_12_02T12_03_31.211153 path: - results_2023-12-02T12-03-31.211153.parquet - split: 2023_12_02T12_59_48.772371 path: - results_2023-12-02T12-59-48.772371.parquet - split: 2023_12_02T22_05_15.192157 path: - results_2023-12-02T22-05-15.192157.parquet - split: 2023_12_03T15_22_48.296021 path: - results_2023-12-03T15-22-48.296021.parquet - split: 2023_12_03T16_24_04.733758 path: - results_2023-12-03T16-24-04.733758.parquet - split: 2023_12_04T10_15_27.415703 path: - results_2023-12-04T10-15-27.415703.parquet - split: latest path: - results_2023-12-04T10-15-27.415703.parquet --- # Dataset Card for Evaluation run of Azure99/blossom-v3_1-mistral-7b ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Azure99/blossom-v3_1-mistral-7b - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Azure99/blossom-v3_1-mistral-7b](https://huggingface.co/Azure99/blossom-v3_1-mistral-7b) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 6 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Azure99__blossom-v3_1-mistral-7b", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-04T10:15:27.415703](https://huggingface.co/datasets/open-llm-leaderboard/details_Azure99__blossom-v3_1-mistral-7b/blob/main/results_2023-12-04T10-15-27.415703.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.46929492039423804, "acc_stderr": 0.013746490739560038 }, "harness|gsm8k|5": { "acc": 0.46929492039423804, "acc_stderr": 0.013746490739560038 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.1974533051252365, -0.5091907382011414, 0.20369486510753632, 0.319547176361084, -0.1425611823797226, 0.11782628297805786, -0.215374156832695, -0.08365598320960999, 0.40346798300743103, 0.6011785864830017, -0.7432558536529541, -0.9065303802490234, -0.6091652512550354, 0.17190887033939362, -0.3716937005519867, 0.9359004497528076, -0.22798074781894684, -0.13412818312644958, -0.08050330728292465, -0.2612619698047638, -0.5553728938102722, -0.5121894478797913, -0.5880126953125, -0.24701163172721863, 0.27293285727500916, 0.6059563159942627, 0.3497758209705353, 0.7490325570106506, 0.6175668835639954, 0.3660910725593567, -0.22862590849399567, 0.31070464849472046, -0.5740740299224854, 0.11538876593112946, 0.22089152038097382, -0.7056111693382263, -0.7137234210968018, 0.03290168568491936, 0.7986522912979126, 0.3011789321899414, -0.12295592576265335, 0.6670079231262207, 0.17289014160633087, 0.6710731387138367, -0.6607987284660339, 0.4967460632324219, -0.48503732681274414, 0.10503819584846497, -0.3714849650859833, -0.060566164553165436, -0.08566144108772278, -0.23991407454013824, -0.36409416794776917, -0.4929867088794708, 0.1883094757795334, 0.09375356882810593, 0.9182035326957703, 0.23980668187141418, -0.21502533555030823, -0.11747541278600693, -0.43623438477516174, 0.8725338578224182, -0.7895798087120056, 0.03010908141732216, 0.6084356904029846, 0.15010026097297668, -0.11358214914798737, -0.7973566055297852, -0.25594258308410645, 0.04764661192893982, -0.12943150103092194, 0.18069352209568024, -0.1373293250799179, -0.1895255446434021, 0.3640047311782837, 0.6566795110702515, -0.5478789210319519, -0.03730146959424019, -0.6920424699783325, -0.2780100405216217, 1.0182408094406128, 0.5686404705047607, 0.01714181900024414, -0.3775833249092102, -0.4061400592327118, -0.22843044996261597, -0.4999258518218994, 0.3249622583389282, 0.23382718861103058, 0.673701822757721, -0.6107436418533325, 0.6466670632362366, -0.30302897095680237, 0.47197824716567993, -0.07732049375772476, -0.20237714052200317, 0.8118162751197815, -0.6799015998840332, -0.18868388235569, 0.17345711588859558, 1.0692574977874756, 0.36537981033325195, -0.08725711703300476, 0.18623842298984528, -0.3578663468360901, -0.055955879390239716, 0.08654584735631943, -0.7913264632225037, 0.0988590344786644, 0.5320169925689697, -0.5528068542480469, -0.4545263946056366, 0.19657458364963531, -0.7319455146789551, -0.37779754400253296, -0.3096204102039337, 0.08952535688877106, -0.17978507280349731, -0.3175104558467865, -0.23680005967617035, -0.03697112202644348, 0.18366044759750366, 0.15273982286453247, -0.4895156919956207, 0.34937503933906555, 0.8001219630241394, 1.0322527885437012, -0.2985146939754486, -0.5784643888473511, -0.4288957118988037, -0.3415627181529999, -0.3743055760860443, 0.3793410360813141, -0.12958505749702454, -0.35046347975730896, -0.047767460346221924, 0.25456029176712036, -0.35347750782966614, -0.6883304119110107, 0.7379937767982483, -0.3610836863517761, 0.06732594966888428, -0.383987694978714, -0.5450636148452759, -0.17524200677871704, 0.30933356285095215, -0.7068085670471191, 1.349966287612915, 0.38970065116882324, -0.7032243609428406, 0.09226156026124954, -0.787100076675415, -0.06272407621145248, 0.1440269649028778, -0.09011843800544739, -0.48403581976890564, -0.12806974351406097, 0.08851723372936249, 0.4994005560874939, -0.4188332259654999, 0.02638470008969307, -0.1762342005968094, -0.4535646438598633, 0.018692106008529663, -0.10251755267381668, 1.0228043794631958, 0.3657093942165375, -0.32519733905792236, 0.26411300897598267, -0.9021511077880859, 0.1433311104774475, 0.23956340551376343, -0.30570343136787415, -0.011616092175245285, -0.3118749260902405, 0.23761463165283203, 0.11485690623521805, 0.5650526285171509, -0.49099674820899963, 0.24144454300403595, -0.1525425910949707, 0.3778238594532013, 0.8938338160514832, 0.12363022565841675, 0.2696256637573242, -0.42712920904159546, 0.7590011358261108, 0.2722606360912323, 0.4900735318660736, -0.03638323023915291, -0.5229398608207703, -0.8910270929336548, -0.17077191174030304, 0.1267954707145691, 0.5933168530464172, -0.46288734674453735, 0.5751039385795593, -0.40455612540245056, -0.7726947069168091, -0.8413401246070862, 0.2270302176475525, 0.491583913564682, 0.562498152256012, 0.37369444966316223, -0.14854742586612701, -0.7078291177749634, -1.1166117191314697, -0.006293063517659903, -0.13394001126289368, 0.3944231867790222, 0.40359312295913696, 0.8790203928947449, -0.1455850750207901, 0.8070089221000671, -0.6667999029159546, -0.4076518416404724, -0.2600570619106293, -0.113315649330616, 0.8497679233551025, 0.4108472466468811, 0.3876136541366577, -0.7955682873725891, -0.3843350112438202, -0.19067806005477905, -0.7959232330322266, -0.15509164333343506, -0.07083643972873688, -0.3077660799026489, 0.20647525787353516, -0.013471962884068489, -0.417877197265625, 0.598087728023529, 0.3926886320114136, -0.6915095448493958, 0.5945212841033936, 0.17548887431621552, 0.4250260591506958, -1.2111390829086304, 0.05315091833472252, -0.05956638231873512, -0.007129981182515621, -0.5049664974212646, -0.047285858541727066, 0.10812446475028992, 0.2624261975288391, -0.7274094223976135, 0.6318631768226624, -0.40340179204940796, -0.08669370412826538, -0.031422898173332214, -0.10559093952178955, -0.032377779483795166, 0.4157853424549103, -0.35370156168937683, 0.9332873821258545, 0.6018057465553284, -0.4346141815185547, 0.4704442322254181, 0.5420220494270325, -0.38865184783935547, 0.19341419637203217, -0.47400155663490295, 0.06399381160736084, 0.11227888613939285, 0.03635028377175331, -0.7112275958061218, -0.20779334008693695, 0.32120874524116516, -0.4880989193916321, 0.04488496854901314, -0.3297920823097229, -0.4843948483467102, -0.33272483944892883, -0.5051143169403076, 0.25043776631355286, 0.6048822402954102, -0.39634591341018677, 0.4198446273803711, 0.282977432012558, 0.1202085092663765, -0.6632798314094543, -0.7434030175209045, -0.09638805687427521, -0.43934038281440735, -0.677507221698761, 0.36839115619659424, -0.08248662203550339, -0.3240240216255188, 0.0009037680574692786, 0.0023459179792553186, -0.08114839345216751, 0.1871667057275772, 0.5848672389984131, 0.4988436698913574, -0.2580271065235138, -0.29218363761901855, -0.2654660940170288, -0.03861037641763687, 0.09256898611783981, 0.21062316000461578, 0.6218762993812561, -0.38081759214401245, -0.34826257824897766, -0.21178236603736877, 0.06633973121643066, 0.5393851399421692, -0.1970367282629013, 0.9235289096832275, 0.6102326512336731, -0.3962467312812805, -0.1366402804851532, -0.4018876850605011, 0.03844497725367546, -0.4488855004310608, 0.3892495930194855, -0.18943992257118225, -0.6930264830589294, 0.7982459664344788, 0.3909815549850464, 0.11779334396123886, 0.7606542110443115, 0.6270627975463867, 0.2909141182899475, 0.6382784247398376, 0.2506990134716034, -0.2389926016330719, 0.45036935806274414, -0.8669496178627014, -0.10431195795536041, -1.1760821342468262, -0.3939284682273865, -0.4275032877922058, -0.3659670650959015, -0.6340614557266235, -0.2911592125892639, 0.29548487067222595, 0.3686108887195587, -0.5772072672843933, 0.3865933418273926, -0.6534332036972046, 0.239362895488739, 0.6035441160202026, 0.15955719351768494, 0.14699842035770416, -0.05727886036038399, -0.04253450408577919, 0.188482865691185, -0.488228440284729, -0.3961779773235321, 1.3092807531356812, 0.26463839411735535, 0.4104762077331543, 0.016711371019482613, 1.0356552600860596, 0.42679303884506226, 0.31939032673835754, -0.4879324734210968, 0.5922977328300476, -0.002070897724479437, -0.37426674365997314, -0.08425227552652359, -0.46546676754951477, -1.016660213470459, 0.1985727995634079, -0.08988786488771439, -0.8879337906837463, 0.1389554738998413, 0.062345147132873535, -0.14481733739376068, 0.18654188513755798, -0.6057131290435791, 0.8257561922073364, -0.3208979368209839, -0.5376220941543579, 0.13990379869937897, -0.5869221091270447, 0.3833785653114319, -0.06930729001760483, 0.46245789527893066, -0.2451467365026474, -0.06938652694225311, 1.1210355758666992, -0.7495132684707642, 0.7217010855674744, -0.31789830327033997, 0.2715388536453247, 0.45030444860458374, -0.3138621151447296, 0.42563292384147644, -0.16647399961948395, -0.31517311930656433, 0.3676733076572418, -0.12491393089294434, -0.2365260124206543, -0.36821165680885315, 0.954466700553894, -0.9914469718933105, -0.33587124943733215, -0.5211217999458313, -0.5729122757911682, 0.1254691481590271, 0.26701897382736206, 0.3605325520038605, 0.256834477186203, 0.15096160769462585, 0.24762219190597534, 0.1288832575082779, -0.017757073044776917, 0.5337975025177002, 0.3465137779712677, -0.4729479253292084, -0.7467405796051025, 0.6539098024368286, 0.33728498220443726, -0.025289230048656464, 0.10576412081718445, 0.14058248698711395, -0.5695073008537292, -0.6179266571998596, -0.2976844608783722, 0.1357322633266449, -0.6792725920677185, -0.4261554777622223, -0.32825276255607605, -0.43130481243133545, -0.4865446090698242, 0.10063104331493378, -0.4696548581123352, -0.40232646465301514, -0.4771629571914673, -0.2535525858402252, 0.7445843815803528, 0.7241785526275635, -0.1441425234079361, 0.33575552701950073, -0.8760589361190796, 0.038661081343889236, -0.31064778566360474, 0.2923769950866699, 0.1263766586780548, -0.5939688682556152, -0.44312986731529236, 0.17960995435714722, -0.5394796133041382, -0.9084416627883911, 0.6075325012207031, 0.0674966424703598, 0.6252327561378479, 0.0805615782737732, 0.11349975317716599, 0.7982953190803528, -0.17391793429851532, 1.2042373418807983, -0.04905976727604866, -0.6504859328269958, 0.7637053728103638, -0.25964197516441345, 0.13841073215007782, 0.6109804511070251, 0.22738109529018402, -0.4877549111843109, -0.061017490923404694, -0.927409827709198, -1.3197654485702515, 0.9842584133148193, 0.6435670852661133, -0.30912867188453674, 0.1546846181154251, 0.4268757998943329, -0.14523746073246002, 0.22579355537891388, -0.543902575969696, -0.8369181156158447, -0.0567009337246418, -0.2367822229862213, -0.15368635952472687, -0.06530832499265671, -0.3012963533401489, -0.3404272496700287, 1.0038033723831177, 0.12341424822807312, 0.14333213865756989, 0.169514462351799, -0.078228659927845, -0.029689205810427666, 0.21083378791809082, 0.31553393602371216, 0.6884205341339111, -0.29883354902267456, -0.12988123297691345, 0.2138916701078415, -0.7038991451263428, 0.10968592017889023, 0.1630323827266693, -0.16562587022781372, -0.26996293663978577, 0.8064944744110107, 1.070184588432312, -0.022759126499295235, -0.3849545419216156, 0.5192286968231201, 0.023203600198030472, -0.1360500454902649, -0.5824654698371887, 0.2542785704135895, 0.034295834600925446, 0.38672003149986267, 0.45862144231796265, -0.09393268823623657, 0.08172900974750519, -0.2362353354692459, 0.25584596395492554, 0.11106178909540176, -0.23514117300510406, -0.21197858452796936, 0.561637818813324, -0.09956002235412598, -0.5153293609619141, 0.8887388706207275, -0.08876613527536392, -0.5756062865257263, 1.0881284475326538, 0.3283189535140991, 0.9744457602500916, -0.02331690862774849, -0.0034740029368549585, 0.5184376239776611, 0.17367160320281982, -0.08967987447977066, 0.7733579277992249, 0.1671636402606964, -0.6611048579216003, -0.16907042264938354, -0.8210180997848511, -0.10344929993152618, 0.39967602491378784, -1.0191270112991333, 0.4494065046310425, -0.17487303912639618, -0.2724645733833313, -0.12592355906963348, 0.284017413854599, -0.92018723487854, 0.02076197974383831, 0.1638231873512268, 1.0222171545028687, -1.1167128086090088, 0.3695833683013916, 0.8782753944396973, -0.6656285524368286, -1.113196611404419, -0.4513438940048218, 0.18184931576251984, -0.9709104299545288, 0.5705665349960327, 0.19688820838928223, 0.38900962471961975, -0.19100278615951538, -0.5950712561607361, -1.0296999216079712, 1.6424630880355835, 0.20797356963157654, -0.5202534794807434, 0.32277238368988037, 0.39419999718666077, 0.3969660699367523, -0.49429553747177124, 0.6264879703521729, 0.6741140484809875, 0.6305042505264282, 0.11807119101285934, -0.8776309490203857, 0.17961037158966064, -0.5978967547416687, 0.01831141673028469, 0.1333625465631485, -0.9169160723686218, 1.111945390701294, -0.023719538003206253, 0.06924097239971161, -0.09948476403951645, 0.503035306930542, 0.6886662840843201, 0.35953181982040405, 0.4897017478942871, 0.6938501596450806, 0.7000438570976257, -0.22955839335918427, 1.1008760929107666, -0.43289124965667725, 0.8263981342315674, 1.1500327587127686, -0.07077958434820175, 0.8229318261146545, 0.34308645129203796, -0.4866129457950592, 0.3445284366607666, 0.9409003257751465, -0.3011454641819, 0.33951717615127563, 0.16480329632759094, -0.0018695611506700516, -0.05876299366354942, -0.19487033784389496, -0.5138588547706604, 0.4914143681526184, 0.06239558756351471, -0.6626935005187988, -0.21953698992729187, -0.3490188717842102, 0.16890856623649597, -0.23907679319381714, -0.5354662537574768, 0.4998682141304016, 0.07648845762014389, -0.5632918477058411, 0.8093402981758118, -0.2007049024105072, 0.6154873371124268, -0.6096242070198059, -0.262389600276947, -0.34707242250442505, 0.3175625205039978, -0.7211159467697144, -0.8922910094261169, 0.1719619333744049, 0.128004252910614, -0.32699474692344666, -0.17873014509677887, 0.6044182181358337, -0.25414377450942993, -0.7263749837875366, 0.3190847933292389, 0.5278549194335938, 0.37505096197128296, 0.020098909735679626, -0.9457237720489502, 0.3870173990726471, 0.21251031756401062, -0.6572732329368591, 0.3293669819831848, 0.1530601978302002, -0.09980202466249466, 0.5796581506729126, 0.6070360541343689, 0.23928633332252502, 0.20724369585514069, 0.09834440052509308, 0.9477673768997192, -0.7003816366195679, -0.4179817736148834, -0.9555023312568665, 0.8654294013977051, -0.23118044435977936, -0.6724714040756226, 0.9030824303627014, 1.181720495223999, 0.5374445915222168, 0.16746851801872253, 0.7823103666305542, -0.2270362228155136, 0.44591766595840454, -0.4147021472454071, 0.8962029218673706, -0.6552726626396179, 0.36596110463142395, -0.05392834171652794, -0.8490867614746094, 0.1302172690629959, 0.4533413350582123, -0.1791134476661682, 0.08704076707363129, 0.6047981977462769, 0.9619948863983154, 0.030497409403324127, 0.25704678893089294, -0.08036752045154572, 0.5615087747573853, 0.2985011339187622, 0.4843561351299286, 0.741255521774292, -0.6978361010551453, 0.21595843136310577, -0.7535566091537476, -0.38843148946762085, 0.0913974717259407, -0.7698838710784912, -0.617654025554657, -0.6922698616981506, -0.3077724277973175, -0.6556965112686157, -0.014634402468800545, 1.2038195133209229, 0.5262761116027832, -0.8917683959007263, -0.47097069025039673, -0.0028146852273494005, 0.1393045037984848, -0.17727132141590118, -0.3117712438106537, 0.6868335008621216, -0.17213179171085358, -0.6219611167907715, 0.36855602264404297, -0.19688721001148224, -0.2606079876422882, -0.09116722643375397, -0.17139367759227753, -0.20350517332553864, -0.44313469529151917, 0.3756447434425354, 0.043562471866607666, -0.6089723110198975, -0.06171504408121109, -0.07834484428167343, 0.14044183492660522, 0.28902509808540344, 0.2443770319223404, -0.5772809386253357, -0.00806667935103178, 0.4827365279197693, 0.2870916724205017, 0.6443411707878113, -0.006138633470982313, 0.13860075175762177, -0.660719096660614, -0.07566449046134949, 0.20239081978797913, 0.6069461107254028, 0.194994255900383, -0.6031367778778076, 0.9398661851882935, 0.25952422618865967, -0.6034783124923706, -0.9637743830680847, -0.20223982632160187, -1.0952699184417725, 0.12868277728557587, 1.4809465408325195, -0.17046812176704407, -0.47877901792526245, 0.1864229142665863, -0.11001696437597275, 0.23455607891082764, -0.7161812782287598, 0.36422407627105713, 0.6906521320343018, -0.4704194962978363, -0.032634008675813675, -0.4684334695339203, 0.366289347410202, -0.04335617646574974, -0.9507327079772949, 0.04198387265205383, 0.2866978645324707, 0.40136006474494934, 0.2070654332637787, 0.7507166266441345, -0.043437570333480835, -0.06672663241624832, -0.0015437924303114414, 0.1607099026441574, -0.4052882194519043, -0.09068066626787186, -0.379395067691803, 0.16326375305652618, -0.1317368596792221, -0.4255776107311249 ]
Chewan/ch-ag-bbc
Chewan
2023-12-02T12:05:54Z
0
0
[ "license:apache-2.0", "region:us" ]
null
2023-12-02T12:05:54Z
--- license: apache-2.0 ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
AIFEG/BenchGPT
AIFEG
2023-12-04T07:42:01Z
0
0
[ "license:apache-2.0", "region:us" ]
null
2023-12-02T12:15:36Z
--- license: apache-2.0 ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
casey-martin/MedInstruct
casey-martin
2023-12-02T12:32:38Z
0
0
[ "task_categories:text-generation", "language:en", "medical", "arxiv:2302.13971", "arxiv:2307.09288", "arxiv:2212.10560", "region:us" ]
[ "text-generation" ]
2023-12-02T12:21:30Z
--- configs: - config_name: default data_files: - split: train path: data/MedInstruct-52k.json - split: test path: data/MedInstruct-test.jsonl task_categories: - text-generation language: - en tags: - medical --- # MedInstruct <hr> This is the repo for *MedInstruct*, which is a dataset of synthetically generated medical instructions. The repo contains: - The 52K medical instruction-response dataset [*MedInstruct-52k*](https://github.com/XZhang97666/AlpaCare/blob/master/data/MedInstruct-52k.json) used for fine-tuning *AlpaCare*, and corresponding [clinican-crafted seed task](https://github.com/XZhang97666/AlpaCare/blob/master/data/med_seed.json) to generate instruction. - A 217 clinical craft free-form instruction evaluation test set,[*MedInstruct-test*](https://github.com/XZhang97666/AlpaCare/blob/master/data/MedInstruct-test.jsonl). - The code for: 1. [medical task generation](https://github.com/XZhang97666/AlpaCare/tree/master/test_generation); 2. [fine-tuning LLaMA series models](https://github.com/XZhang97666/AlpaCare/tree/master/training); 3. [instrcution-tuned model response generation](https://github.com/XZhang97666/AlpaCare/tree/master/test_generation); 4. [response evaluation via LLMs](https://github.com/XZhang97666/AlpaCare/tree/master/evaluation). ## Overview *AlpaCare* models contain 4 models (7B/13B - LLaMA[1]/LLaMA-2[2]) tuned on a 52k medical instruction-following dataset *MedInstruct-52k*, following Alpaca[3] and Self-Instruct[4]. You can find our model weights at: | Version | Link | | --- | --- | | *AlpaCare* -LLaMA_7B |[https://huggingface.co/xz97/AlpaCare-llama1-7b](https://huggingface.co/xz97/AlpaCare-llama1-7b)| | *AlpaCare* -LLaMA2_7B |[https://huggingface.co/xz97/AlpaCare-llama2-7b](https://huggingface.co/xz97/AlpaCare-llama2-7b)| | *AlpaCare* -LLaMA_13B |[https://huggingface.co/xz97/AlpaCare-llama-13b](https://huggingface.co/xz97/AlpaCare-llama-13b)| | *AlpaCare* -LLaMA2_13B |[https://huggingface.co/xz97/AlpaCare-llama2-13b](https://huggingface.co/xz97/AlpaCare-llama2-13b)| [1]: LLaMA: Open and Efficient Foundation Language Models. Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timothée Lacroix, Baptiste Rozière, Naman Goyal, Eric Hambro, Faisal Azhar, Aurelien Rodriguez, Armand Joulin, Edouard Grave, Guillaume Lample. https://arxiv.org/abs/2302.13971v1 [2] Llama 2: Open foundation and fine-tuned chat models. Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, Dan Bikel, Lukas Blecher, Cristian Canton Ferrer, Moya Chen, Guillem Cucurull, David Esiobu, Jude Fernandes, Jeremy Fu, Wenyin Fu, Brian Fuller, Cynthia Gao, Vedanuj Goswami, Naman Goyal, Anthony Hartshorn, Saghar Hosseini, Rui Hou, Hakan Inan, Marcin Kardas, Viktor Kerkez, Madian Khabsa, Isabel Kloumann, Artem Korenev, Punit Singh Koura, Marie-Anne Lachaux, Thibaut Lavril, Jenya Lee, Diana Liskovich, Yinghai Lu, Yuning Mao, Xavier Martinet, Todor Mihaylov, Pushkar Mishra, Igor Molybog, Yixin Nie, Andrew Poulton, Jeremy Reizenstein, Rashi Rungta, Kalyan Saladi, Alan Schelten, Ruan Silva, Eric Michael Smith, Ranjan Subramanian, Xiaoqing Ellen Tan, Binh Tang, Ross Taylor, Adina Williams, Jian Xiang Kuan, Puxin Xu, Zheng Yan, Iliyan Zarov, Yuchen Zhang, Angela Fan, Melanie Kambadur, Sharan Narang, Aurelien Rodriguez, Robert Stojnic, Sergey Edunov, and Thomas Scialom. https://arxiv.org/abs/2307.09288 [3]: Stanford Alpaca: An Instruction-following LLaMA Model.Rohan Taori and Ishaan Gulrajani and Tianyi Zhang and Yann Dubois and Xuechen Li and Carlos Guestrin and Percy Liang and Tatsunori B. Hashimoto. https://crfm.stanford.edu/2023/03/13/alpaca.html [4]: Self-Instruct: Aligning Language Model with Self Generated Instructions. Yizhong Wang, Yeganeh Kordi, Swaroop Mishra, Alisa Liu, Noah A. Smith, Daniel Khashabi, Hannaneh Hajishirzi. https://arxiv.org/abs/2212.10560 ## Data Release [*MedInstruct*](https://huggingface.co/datasets/xz97/MedInstruct) contains: - MedInstruct datasets: 1. *MedInstruct-52K*: 52 medical instruction-following data we used for fine-tuning *AlpaCare* models 2. *MedInstruct-test*: 217 clinican craft free-form instruction evulation tasks with reference responses generated by `gpt-4`, `gpt-tubro-3.5`, `text-davinci-003` and `claude-2`. All files is a list of dictionaries in JSON/JSONL format, each dictionary contains the following fields: - `instruction`: `str`, the medical task the model should perform. Each of instrcutions in *MedInstruct-52K* and *MedInstruct-test* is unique. The instrcutions in *MedInstruct-52K* are generated by OpenAI `gpt-4`, while *MedInstruct-test* are clinian-craft. - `input`: `str`, optional medical context or example for the task to further explain the instruction and increase the task diversity. - `output`: `str`, the answer to the instruction as generated by `text-davinci-003`. - `difficulity`: `str`, medical knolwedge difficulty level scale from 1-5 evulated by clinicans following the [scoring system](plots/scoresystem.pdf). This only appear in *MedInstruct-test*. - Instructions: 1. Clinican-crafted instruction seed set, containing 167 instances. 2. All medical instructions generated by OpenAI `gpt-4` with/without filtering. </details> ## Data Generation Process We following the data generation pipeline from [self-instruct](https://github.com/yizhongw/self-instruct) and [Alpaca](https://crfm.stanford.edu/2023/03/13/alpaca.html), and modified several points: *Instructions*: - Beginning with a [medical task seed set](https://github.com/XZhang97666/AlpaCare/blob/master/data/med_seed.json) that contains 167 clinical-craft clinical tasks. - Utilizing the GPT-4 engine for instruction data generation. - Crafting a [prompt](https://github.com/XZhang97666/AlpaCare/blob/master/prompt/instruction_prompt.txt) to serve as the medical instruction generation guidelines for GPT-4. - To reduce costs in task generation and introduce greater randomness, 12 instructions are generated at once. This is followed by the selection of 3 random seed instructions from the seed set. *Responses*: - The GPT-3.5-turbo engine is used to synthesize responses, processing each instruction individually. Here's an illustration of an instruction-response pair: ``` { instruction: "Rewrite this instruction on how to use an inhaler to be more patient-friendly and less technical." input: "Exhale deeply, engage mouthpiece of inhaler, depress canister while simultaneously inhaling long and deep, hold the breath for ten seconds, then gently exhale" output: "Here's a more patient-friendly version of the instruction on how to use an inhaler: 1. Take a deep breath and completely breathe out. 2. Put the mouthpiece of the inhaler into your mouth and seal your lips around it properly. 3. Press down the canister while breathing in slowly and deeply at the same time. 4. Hold your breath for ten seconds. 5. Finally, breathe out gently." } ```
[ -0.37488412857055664, -0.72437983751297, 0.34897246956825256, 0.17723585665225983, -0.2640020251274109, -0.17116934061050415, -0.019140848889946938, -0.4238876700401306, 0.22877082228660583, 0.554561972618103, -0.9040443301200867, -0.7251906394958496, -0.686223566532135, 0.03416324779391289, -0.20675091445446014, 1.2685699462890625, -0.1208636611700058, -0.035188306123018265, 0.11708152294158936, -0.10858965665102005, -0.4509599804878235, -0.2692584991455078, -0.5958999991416931, -0.2627764344215393, 0.2650905251502991, 0.4732530415058136, 0.6143684983253479, 0.765067994594574, 0.5801286697387695, 0.3454574942588806, -0.007609041873365641, 0.25446364283561707, -0.2679893970489502, -0.2779376208782196, 0.2732827067375183, -0.2674325704574585, -0.615661084651947, -0.0184500552713871, 0.39689335227012634, 0.5711780786514282, -0.24939748644828796, 0.30250775814056396, 0.08449659496545792, 0.6117252111434937, -0.39119863510131836, 0.3283727765083313, -0.27634304761886597, 0.03174283355474472, -0.19378796219825745, -0.15283511579036713, -0.24553094804286957, -0.4388391375541687, 0.030638784170150757, -0.7083302140235901, 0.21617694199085236, -0.058283425867557526, 0.9406015872955322, 0.39610418677330017, -0.2615586519241333, -0.6696191430091858, -0.38836219906806946, 0.7159039378166199, -0.9792114496231079, 0.30048099160194397, 0.6073086857795715, 0.11681623756885529, -0.4963424801826477, -0.7222017645835876, -0.5322180986404419, -0.2648044228553772, -0.1832861304283142, 0.2663174867630005, -0.2714404761791229, 0.08231408894062042, 0.23172542452812195, 0.4867003858089447, -0.6154155731201172, 0.14246545732021332, -0.6039051413536072, -0.07673221081495285, 0.46906375885009766, 0.15977153182029724, 0.4291883707046509, -0.2566547393798828, -0.3091230094432831, -0.30109643936157227, -0.7413655519485474, 0.28213274478912354, 0.21898281574249268, 0.2077888697385788, -0.6585509777069092, 0.6602444648742676, -0.20581796765327454, 0.8145430088043213, 0.1255231499671936, -0.5289775133132935, 0.6442305445671082, -0.46049824357032776, -0.41052109003067017, -0.17760233581066132, 1.1225552558898926, 0.3246731162071228, -0.08891932666301727, 0.16639414429664612, -0.034425340592861176, -0.008666235022246838, 0.1514742225408554, -0.9111502170562744, -0.14724910259246826, 0.349236398935318, -0.5518749356269836, -0.4335867166519165, -0.1645457148551941, -0.7005895376205444, -0.023627636954188347, -0.10234363377094269, 0.4036144018173218, -0.5725168585777283, 0.06689564883708954, 0.37900087237358093, 0.28458529710769653, 0.2534578740596771, 0.10292176157236099, -0.9058833122253418, 0.47892656922340393, 0.5121678113937378, 0.7792646884918213, 0.02533681131899357, -0.21453867852687836, -0.2755405902862549, -0.06203670799732208, -0.2642025947570801, 0.718185544013977, -0.18912209570407867, -0.5095391273498535, -0.24970008432865143, 0.3948940932750702, -0.18723031878471375, -0.46691152453422546, 0.5871638655662537, -0.17004266381263733, 0.42859554290771484, -0.36015796661376953, -0.625167965888977, -0.2109118402004242, 0.06099157780408859, -0.6052194237709045, 0.9198262095451355, 0.2612993121147156, -0.6457499861717224, 0.11560475081205368, -0.9207937717437744, -0.34612640738487244, -0.2275373935699463, -0.18493753671646118, -0.5754707455635071, -0.15812280774116516, 0.42261335253715515, 0.4842284619808197, -0.5256715416908264, -0.00860190112143755, -0.007037975359708071, -0.4212914705276489, 0.20755445957183838, -0.24946381151676178, 1.098506212234497, 0.21780608594417572, -0.6001771688461304, -0.016072988510131836, -1.00498628616333, 0.07418384402990341, 0.38851597905158997, -0.3285432755947113, -0.033391762524843216, -0.08955971151590347, -0.450804740190506, 0.20122531056404114, 0.13285377621650696, -0.5524265170097351, 0.3794346749782562, -0.5957972407341003, 0.4793841242790222, 0.6639598608016968, 0.21489317715168, 0.2294670194387436, -0.5100066661834717, 0.564071774482727, -0.058320507407188416, 0.5554812550544739, -0.048069149255752563, -0.718949556350708, -0.9457140564918518, -0.3017157018184662, 0.007166978437453508, 0.6825075149536133, -0.5817960500717163, 0.5731501579284668, 0.03020540624856949, -0.782254159450531, -0.8684023022651672, 0.09836263209581375, 0.7517811059951782, 0.7421984672546387, 0.5290777087211609, -0.421115517616272, -0.43875083327293396, -1.0030897855758667, 0.3013259172439575, -0.2028270661830902, -0.030474890023469925, 0.24510599672794342, 0.5686914920806885, -0.3961038291454315, 0.4270709156990051, -0.6826086044311523, -0.2191683053970337, 0.055858299136161804, 0.0063043576665222645, 0.37903496623039246, 0.6111699342727661, 0.7070035934448242, -0.3303951621055603, -0.26736071705818176, -0.019722791388630867, -0.6871517896652222, -0.1227671205997467, 0.058711763471364975, -0.2713204622268677, 0.17282576858997345, 0.33552080392837524, -0.6600865125656128, 0.4806518256664276, 0.6643087267875671, -0.3467370867729187, 0.5228893160820007, -0.1765385866165161, 0.3195919990539551, -1.204747200012207, 0.07547087967395782, -0.2014893889427185, 0.219095379114151, -0.5462582111358643, 0.10434835404157639, 0.0006905499030835927, 0.07208297401666641, -0.4819266200065613, 0.576863706111908, -0.48942047357559204, 0.16101185977458954, -0.12010172754526138, -0.17113220691680908, 0.035803552716970444, 0.8005571365356445, -0.26943209767341614, 0.9118339419364929, 0.4794153869152069, -0.5063961148262024, 0.22845794260501862, 0.4260960817337036, -0.4259806275367737, 0.2389226257801056, -0.9797778129577637, 0.31056275963783264, 0.1322743445634842, 0.17487461864948273, -0.9535589218139648, -0.39045974612236023, 0.7307385802268982, -0.40051114559173584, 0.30491819977760315, -0.11569894850254059, -0.4806164801120758, -0.6070038676261902, -0.3031602203845978, 0.3214530646800995, 0.6115928292274475, -0.41875067353248596, 0.2609518766403198, 0.31617870926856995, -0.058385055512189865, -0.7400174736976624, -0.6784809827804565, -0.3788943290710449, -0.06748761981725693, -0.3758777379989624, 0.298292875289917, -0.45507508516311646, 0.00610050605610013, -0.023802081122994423, 0.04026952385902405, 0.007105367723852396, -0.020962998270988464, 0.49130845069885254, 0.4465583562850952, -0.12882696092128754, 0.07320357859134674, 0.2824521064758301, 0.04135856777429581, 0.02073223516345024, 0.005724088754504919, 0.7233682870864868, -0.18429642915725708, -0.6629770994186401, -0.6241714954376221, 0.4218307137489319, 0.5252100825309753, -0.3169345557689667, 0.8569450974464417, 0.4782373905181885, -0.35830432176589966, 0.18533135950565338, -0.5805267691612244, -0.161026269197464, -0.5125846266746521, 0.31286969780921936, -0.27995139360427856, -0.6828161478042603, 0.6165274977684021, 0.23904477059841156, 0.34973806142807007, 0.6305971145629883, 0.7782707214355469, -0.010624044574797153, 0.9775488376617432, 0.4435548186302185, 0.03946436941623688, 0.2946206033229828, -0.6676352620124817, -0.1049216091632843, -0.9023430943489075, -0.44956696033477783, -0.5856537222862244, -0.18331709504127502, -0.5749910473823547, -0.631559431552887, 0.42008480429649353, -0.0634026750922203, -0.4655398428440094, 0.40095847845077515, -0.84796541929245, 0.2656475901603699, 0.5183925628662109, 0.3278072476387024, 0.12408090382814407, 0.02671116217970848, -0.16562215983867645, 0.03684389963746071, -0.6827680468559265, -0.49141448736190796, 1.2188963890075684, 0.4185035526752472, 0.6807140707969666, -0.06944341212511063, 0.8700264096260071, -0.0920683741569519, 0.38900718092918396, -0.7800895571708679, 0.5058806538581848, -0.20389769971370697, -0.4227275252342224, -0.1239359974861145, -0.3721637725830078, -1.2232227325439453, -0.07979428768157959, -0.06476236879825592, -0.5599807500839233, 0.2115193009376526, 0.06259073317050934, -0.5411648154258728, 0.16103939712047577, -0.7655054926872253, 0.817741334438324, -0.27309325337409973, 0.05215664580464363, -0.018137099221348763, -0.7463654279708862, 0.4790075123310089, 0.014804038219153881, 0.3051608204841614, -0.13688091933727264, -0.13715887069702148, 0.9475609660148621, -0.7128359079360962, 1.0617492198944092, -0.05002128705382347, -0.17617149651050568, 0.4587614834308624, -0.1348719298839569, 0.41908976435661316, -0.15506599843502045, -0.02905205637216568, 0.1472502052783966, 0.00547547172755003, -0.33666643500328064, -0.4651644825935364, 0.7715646624565125, -1.023298740386963, -0.4877331554889679, -0.3062705397605896, -0.5763436555862427, -0.03636563569307327, 0.15323719382286072, 0.572943925857544, 0.6648092865943909, -0.04121207073330879, 0.06907358020544052, 0.5907700061798096, -0.4849015176296234, 0.2001034915447235, 0.6061686873435974, 0.0981658548116684, -0.5582139492034912, 0.6604785323143005, 0.2673284113407135, 0.44537243247032166, 0.2715376615524292, 0.18386289477348328, -0.05023542419075966, -0.4580972492694855, -0.651328980922699, 0.4905743896961212, -0.6484772562980652, -0.3922797739505768, -0.7196190357208252, -0.3411824405193329, -0.34775224328041077, -0.03868395835161209, -0.40977782011032104, -0.36619797348976135, -0.44929853081703186, -0.08185309171676636, 0.6234386563301086, 0.759003221988678, 0.08430483192205429, 0.4455645978450775, -0.7338427305221558, 0.383394718170166, 0.22802534699440002, 0.28849610686302185, -0.008448815904557705, -0.5949648022651672, -0.24291004240512848, 0.23832586407661438, -0.5046876668930054, -1.019891619682312, 0.3691929578781128, 0.05575813353061676, 0.6079911589622498, 0.29480212926864624, -0.09639808535575867, 0.8932148814201355, -0.6129077076911926, 0.8453890681266785, 0.22769701480865479, -0.7031233310699463, 0.822076678276062, -0.18780310451984406, 0.36909934878349304, 0.41225025057792664, 0.47379520535469055, -0.3951265811920166, -0.43285244703292847, -0.7541763782501221, -0.8097581267356873, 0.7068817615509033, 0.2936893701553345, 0.06129303574562073, -0.34062203764915466, 0.48175764083862305, 0.23932252824306488, 0.06536155939102173, -0.6270915865898132, -0.5061787962913513, -0.18043403327465057, -0.40865641832351685, 0.09052897989749908, -0.20690010488033295, -0.40264180302619934, -0.3492145538330078, 0.7899741530418396, -0.06617654860019684, 0.5038695931434631, 0.23942670226097107, 0.188187837600708, -0.2523038387298584, 0.20915870368480682, 0.830797553062439, 0.4676181972026825, -0.19008110463619232, -0.23962898552417755, 0.18941541016101837, -0.7272737622261047, 0.16614064574241638, 0.3397884964942932, -0.19864898920059204, -0.18193656206130981, 0.5806457996368408, 0.9323930740356445, 0.26220443844795227, -0.6421985030174255, 0.3632807731628418, -0.1732291579246521, -0.19273020327091217, -0.24764634668827057, 0.25865909457206726, 0.11861086636781693, 0.23201453685760498, 0.08812069892883301, 0.042286645621061325, 0.20530231297016144, -0.5075558423995972, 0.05803022161126137, 0.25993460416793823, -0.10260368138551712, -0.3437248468399048, 0.6595585346221924, 0.06335508823394775, -0.26767441630363464, 0.48802947998046875, -0.26192766427993774, -0.31015652418136597, 0.8175434470176697, 0.6251828074455261, 0.6623773574829102, -0.4334090054035187, 0.1732153743505478, 0.6570379734039307, 0.3378238379955292, -0.05097663402557373, 0.4370616376399994, 0.12103407829999924, -0.5582749247550964, -0.3986147940158844, -0.7097325921058655, -0.3277972936630249, 0.3203933835029602, -0.6937546133995056, 0.2646825313568115, -0.47616398334503174, -0.13891282677650452, -0.09382062405347824, 0.269815057516098, -0.8960768580436707, 0.1904788315296173, -0.1863706409931183, 0.7753562927246094, -0.8070873618125916, 0.7733027935028076, 0.5860880613327026, -0.5907875299453735, -1.2301719188690186, -0.2618252635002136, 0.11570887267589569, -1.1648118495941162, 0.34298333525657654, 0.09952560812234879, 0.022808978334069252, -0.18996436893939972, -0.5525808930397034, -0.8971135020256042, 1.2887829542160034, 0.3321199417114258, -0.6738834381103516, -0.0715332180261612, 0.14184142649173737, 0.5577884316444397, -0.35887545347213745, 0.3441621959209442, 0.6071774959564209, 0.2191455066204071, 0.13524992763996124, -1.0888118743896484, 0.27061784267425537, -0.49143120646476746, -0.19710558652877808, 0.16569313406944275, -0.8784034252166748, 1.0624666213989258, -0.3541613221168518, 0.010989672504365444, 0.3313583433628082, 0.5641941428184509, 0.6433494091033936, 0.14825652539730072, 0.47048404812812805, 0.7172576189041138, 0.7220666408538818, 0.033508218824863434, 1.2293505668640137, -0.350349485874176, 0.18043005466461182, 1.0964199304580688, 0.17712263762950897, 0.6724888682365417, 0.27412348985671997, -0.30232033133506775, 0.6408956050872803, 0.662838339805603, 0.011002006940543652, 0.5050889253616333, 0.09945163875818253, -0.15273545682430267, 0.23526230454444885, -0.017688484862446785, -0.7335087656974792, 0.547228217124939, 0.4858054220676422, -0.6025805473327637, 0.046175092458724976, 0.09578880667686462, 0.4730984568595886, -0.28320664167404175, -0.07779347151517868, 0.7552669644355774, 0.035786766558885574, -0.7863092422485352, 1.0473403930664062, -0.11490803956985474, 0.5685619711875916, -0.8696038126945496, -0.15541090071201324, -0.2728528082370758, 0.11173220723867416, -0.14939922094345093, -0.7465007305145264, 0.1295328438282013, -0.023234732449054718, -0.11784611642360687, 0.06384921818971634, 0.5224883556365967, -0.34016603231430054, -0.6869620680809021, 0.27840545773506165, 0.46110156178474426, 0.332933634519577, 0.42058125138282776, -0.9148489832878113, 0.21904079616069794, 0.12439624220132828, -0.5374235510826111, 0.2484559565782547, 0.4625556766986847, -0.034224338829517365, 0.7280158400535583, 0.6181998252868652, 0.06303243339061737, 0.034421805292367935, 0.10108427703380585, 1.094831109046936, -0.3480554223060608, -0.17570576071739197, -0.7611554861068726, 0.4211585521697998, 0.13608647882938385, -0.5115060210227966, 0.5893009901046753, 0.4138507544994354, 0.8179463148117065, -0.1846643090248108, 0.5435616970062256, -0.239730104804039, 0.533383309841156, -0.5714133381843567, 0.690559983253479, -0.6248353719711304, 0.2621051073074341, -0.3273554742336273, -0.5231568813323975, -0.17937178909778595, 0.7314895391464233, -0.19624438881874084, 0.04703828692436218, 0.5230912566184998, 1.0217069387435913, -0.049297310411930084, -0.1195022463798523, -0.09011311829090118, 0.2254040539264679, 0.34521615505218506, 0.7699077725410461, 0.4719904959201813, -0.6709431409835815, 0.5211166143417358, -0.7129940390586853, -0.4826202690601349, -0.03265620023012161, -0.6845975518226624, -0.936050534248352, -0.5858265161514282, -0.31785956025123596, -0.3365001082420349, 0.046070653945207596, 1.2268996238708496, 0.8023892641067505, -0.8890966176986694, -0.34951725602149963, 0.07505197077989578, -0.14069248735904694, -0.42453697323799133, -0.150223508477211, 0.6769328713417053, -0.049377359449863434, -0.729464054107666, 0.47155189514160156, -0.005645531229674816, 0.38150453567504883, -0.08223988860845566, -0.17884741723537445, -0.17771968245506287, 0.04690103232860565, 0.442239373922348, 0.4152075946331024, -0.738665759563446, -0.26742473244667053, 0.15969115495681763, -0.2404748648405075, 0.10952132195234299, 0.3828887641429901, -0.6221884489059448, 0.3402050733566284, 0.22818638384342194, 0.2652845084667206, 0.3793780207633972, -0.27757972478866577, 0.22278589010238647, -0.6597021222114563, 0.3443949818611145, 0.15390196442604065, 0.44086384773254395, 0.23933303356170654, -0.4406779706478119, 0.8050435185432434, 0.016585325822234154, -0.7470963001251221, -0.8070980310440063, 0.08272092044353485, -1.0960971117019653, -0.06867866963148117, 0.9807867407798767, -0.1392694115638733, -0.36464032530784607, 0.18205669522285461, -0.4922037422657013, 0.5323143601417542, -0.34387004375457764, 0.8342876434326172, 0.4811757802963257, -0.2519820034503937, -0.24922190606594086, -0.8536666035652161, 0.5386195182800293, 0.3422183096408844, -1.0401796102523804, -0.27082929015159607, 0.2749023139476776, 0.4801148474216461, 0.212484210729599, 0.9454051852226257, -0.3362114429473877, 0.2701188325881958, -0.21414339542388916, 0.23471811413764954, -0.18686319887638092, 0.0010781442979350686, -0.00916249305009842, -0.1744261234998703, -0.12488985806703568, -0.49238893389701843 ]
open-llm-leaderboard/details_ericzzz__falcon-rw-1b-instruct-openorca
open-llm-leaderboard
2023-12-02T12:35:45Z
0
0
[ "region:us" ]
null
2023-12-02T12:35:32Z
--- pretty_name: Evaluation run of ericzzz/falcon-rw-1b-instruct-openorca dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [ericzzz/falcon-rw-1b-instruct-openorca](https://huggingface.co/ericzzz/falcon-rw-1b-instruct-openorca)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_ericzzz__falcon-rw-1b-instruct-openorca\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T12:35:28.593271](https://huggingface.co/datasets/open-llm-leaderboard/details_ericzzz__falcon-rw-1b-instruct-openorca/blob/main/results_2023-12-02T12-35-28.593271.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.03411675511751327,\n\ \ \"acc_stderr\": 0.005000212600773262\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.03411675511751327,\n \"acc_stderr\": 0.005000212600773262\n\ \ }\n}\n```" repo_url: https://huggingface.co/ericzzz/falcon-rw-1b-instruct-openorca leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T12_35_28.593271 path: - '**/details_harness|gsm8k|5_2023-12-02T12-35-28.593271.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T12-35-28.593271.parquet' - config_name: results data_files: - split: 2023_12_02T12_35_28.593271 path: - results_2023-12-02T12-35-28.593271.parquet - split: latest path: - results_2023-12-02T12-35-28.593271.parquet --- # Dataset Card for Evaluation run of ericzzz/falcon-rw-1b-instruct-openorca ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/ericzzz/falcon-rw-1b-instruct-openorca - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [ericzzz/falcon-rw-1b-instruct-openorca](https://huggingface.co/ericzzz/falcon-rw-1b-instruct-openorca) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_ericzzz__falcon-rw-1b-instruct-openorca", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T12:35:28.593271](https://huggingface.co/datasets/open-llm-leaderboard/details_ericzzz__falcon-rw-1b-instruct-openorca/blob/main/results_2023-12-02T12-35-28.593271.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.03411675511751327, "acc_stderr": 0.005000212600773262 }, "harness|gsm8k|5": { "acc": 0.03411675511751327, "acc_stderr": 0.005000212600773262 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.5056703090667725, -0.7117567658424377, 0.09965918213129044, 0.1621672511100769, -0.09356793016195297, 0.07261287420988083, -0.4146236479282379, -0.20346564054489136, 0.4878682792186737, 0.6733697652816772, -0.7881833910942078, -1.0485965013504028, -0.6326863169670105, 0.13639691472053528, -0.24684810638427734, 1.1802376508712769, -0.3239479959011078, -0.24786503612995148, -0.06597601622343063, -0.3371121287345886, -0.2878490388393402, -0.3515405058860779, -0.5595226287841797, -0.3374537229537964, 0.4829036593437195, 0.7827433347702026, 0.40978777408599854, 0.7775862216949463, 0.7479567527770996, 0.3117198646068573, -0.04097434878349304, 0.32937511801719666, -0.4757077097892761, -0.10918820649385452, 0.07676718384027481, -0.5281577110290527, -0.7354700565338135, 0.21086689829826355, 0.747805655002594, 0.4912824034690857, -0.23865759372711182, 0.6551558971405029, 0.08583405613899231, 0.6295537352561951, -0.6031792759895325, 0.5747090578079224, -0.36461806297302246, 0.06898880749940872, -0.36977240443229675, -0.15544983744621277, -0.0716509222984314, -0.28162479400634766, -0.28386321663856506, -0.5814993977546692, 0.14461971819400787, 0.11759921163320541, 1.0547709465026855, 0.23691119253635406, -0.14260612428188324, -0.3420018255710602, -0.37261465191841125, 0.7343111634254456, -0.7484374642372131, -0.07888548821210861, 0.5824871063232422, 0.1564466655254364, -0.31986916065216064, -0.7230626344680786, -0.33039039373397827, -0.07479161024093628, -0.15366341173648834, 0.3312146067619324, -0.0018821979174390435, -0.06893650442361832, 0.38768717646598816, 0.5953914523124695, -0.573833703994751, 0.13171884417533875, -0.6277831792831421, -0.03914208337664604, 0.9811199307441711, 0.434474378824234, -0.00006073656550142914, -0.3356526494026184, -0.37569546699523926, -0.4489130675792694, -0.47080785036087036, 0.37149086594581604, 0.5929926633834839, 0.6702150702476501, -0.5564621090888977, 0.843636691570282, -0.4001834988594055, 0.5281991362571716, -0.10491949319839478, -0.2425800859928131, 0.8029764294624329, -0.5454176664352417, -0.1975894421339035, 0.05325059965252876, 1.0187413692474365, 0.3815854787826538, 0.040305305272340775, 0.1271815001964569, -0.20457512140274048, -0.13024064898490906, 0.08202032744884491, -0.7598355412483215, 0.0017894990742206573, 0.4376128017902374, -0.5258705615997314, -0.3542602062225342, 0.5940223336219788, -0.8622111082077026, -0.056211892515420914, -0.164822056889534, 0.07921139150857925, 0.02701575867831707, -0.348631888628006, 0.02433481067419052, 0.0005109611083753407, 0.14976388216018677, 0.016332143917679787, -0.5503168106079102, 0.43519315123558044, 0.7011747360229492, 0.9910883903503418, -0.13491946458816528, -0.5206548571586609, -0.6028993129730225, -0.2240297943353653, -0.28508663177490234, 0.5135318636894226, -0.22060585021972656, -0.4181163012981415, -0.04814574494957924, 0.3690069615840912, -0.37333372235298157, -0.5907324552536011, 0.8382062911987305, -0.2173757702112198, 0.1337670385837555, -0.3960161805152893, -0.38409483432769775, -0.22778567671775818, 0.2621906101703644, -0.661037027835846, 1.408977746963501, 0.3279475271701813, -0.9533443450927734, 0.14038869738578796, -0.9989495277404785, -0.21792450547218323, -0.018516182899475098, 0.05175181105732918, -0.5198290944099426, -0.1631569117307663, 0.17023983597755432, 0.6018284559249878, -0.2815698981285095, -0.01453903503715992, -0.3457954227924347, -0.44950878620147705, 0.04607168585062027, 0.10262108594179153, 0.9433150291442871, 0.3290346562862396, -0.18264544010162354, 0.20584802329540253, -0.8475702404975891, 0.1034020408987999, 0.2852887809276581, -0.506469190120697, -0.12548620998859406, -0.07728725671768188, 0.09662081301212311, 0.15358124673366547, 0.42946791648864746, -0.6108830571174622, 0.36445125937461853, -0.3063017725944519, 0.2206592708826065, 0.8285967111587524, 0.07478152215480804, 0.13504280149936676, -0.48110127449035645, 0.6677495837211609, 0.12784279882907867, 0.28983235359191895, 0.03928149491548538, -0.5039268732070923, -0.7942836284637451, -0.21931827068328857, 0.10896414518356323, 0.6769373416900635, -0.4275166988372803, 0.7383977174758911, -0.4054068326950073, -0.6818329691886902, -0.6414802074432373, 0.04687857627868652, 0.4041536748409271, 0.5647645592689514, 0.3500901162624359, -0.32100793719291687, -0.7531969547271729, -0.944675862789154, 0.06284544616937637, -0.24047620594501495, 0.13602451980113983, 0.5416243076324463, 1.0717387199401855, -0.1902141273021698, 0.709945797920227, -0.7039797306060791, -0.46928778290748596, -0.18513832986354828, 0.023820897564291954, 0.7843062877655029, 0.45234769582748413, 0.5099362134933472, -0.4933120310306549, -0.3531476855278015, -0.08341525495052338, -0.7619630098342896, -0.2039140909910202, -0.07687719911336899, -0.2222622036933899, 0.20080220699310303, 0.07569972425699234, -0.40110936760902405, 0.5566057562828064, 0.4584299325942993, -0.563359260559082, 0.5730208158493042, -0.04796022176742554, 0.3784868121147156, -1.1072697639465332, 0.1933024823665619, 0.08016349375247955, 0.13214121758937836, -0.24443203210830688, 0.02424084022641182, -0.15654736757278442, 0.38280659914016724, -0.5320761203765869, 0.6153353452682495, -0.39046522974967957, -0.33514174818992615, 0.04838474467396736, 0.09379736334085464, -0.19437694549560547, 0.5300878286361694, -0.27730822563171387, 0.86363685131073, 0.5573111772537231, -0.3712543845176697, 0.43571487069129944, 0.5598121285438538, -0.5557879209518433, 0.226976215839386, -0.56082683801651, 0.11840679496526718, 0.07511534541845322, 0.18127602338790894, -0.878269612789154, -0.32961928844451904, 0.5310096740722656, -0.45644888281822205, 0.1484891027212143, -0.33964014053344727, -0.6994077563285828, -0.5387216210365295, -0.43550074100494385, 0.038368239998817444, 0.4040777087211609, -0.5677875876426697, 0.20661035180091858, 0.41027987003326416, 0.06704968959093094, -0.7912395596504211, -0.708771288394928, -0.14390048384666443, -0.31563881039619446, -0.7356576323509216, 0.33871665596961975, -0.14492608606815338, -0.3046376705169678, 0.06135024130344391, -0.048810433596372604, -0.03607061505317688, 0.19457891583442688, 0.482837051153183, 0.45115232467651367, -0.16776898503303528, -0.3692695200443268, -0.1895182877779007, -0.09583566337823868, 0.19849523901939392, 0.08669886738061905, 0.47473204135894775, -0.37263989448547363, -0.3048883378505707, -0.17076267302036285, 0.11210399121046066, 0.4319339692592621, -0.26538965106010437, 0.9042578339576721, 0.6451242566108704, -0.2319275438785553, -0.15902891755104065, -0.2673400640487671, 0.0467902310192585, -0.44738543033599854, 0.3301680386066437, -0.3439657390117645, -0.6828216910362244, 0.8855581283569336, 0.2843666672706604, 0.2932294011116028, 0.7367460131645203, 0.5484433770179749, 0.08577068895101547, 0.7019239664077759, 0.23631690442562103, -0.04375515133142471, 0.5407365560531616, -0.8548452854156494, -0.17136989533901215, -1.1245921850204468, -0.42136794328689575, -0.684055507183075, -0.3856329321861267, -0.7256923317909241, -0.279413640499115, 0.2759183645248413, 0.20485776662826538, -0.40817368030548096, 0.449689120054245, -0.607818067073822, 0.3557639718055725, 0.532400906085968, 0.2028799057006836, 0.10658927261829376, -0.01828094944357872, -0.19847053289413452, 0.26138991117477417, -0.5871933102607727, -0.4488275647163391, 1.4305150508880615, 0.28735002875328064, 0.6403840780258179, -0.1101737841963768, 0.9862815141677856, 0.2950133979320526, 0.31039437651634216, -0.5363203287124634, 0.5931403040885925, -0.1246080994606018, -0.4482375383377075, -0.12625758349895477, -0.4982306957244873, -0.9742971658706665, 0.12227796018123627, -0.05011557415127754, -0.8740149140357971, -0.04166742414236069, -0.1607895791530609, -0.11028797179460526, 0.34796077013015747, -0.43736764788627625, 0.896854043006897, -0.15286390483379364, -0.4270009696483612, 0.04899066686630249, -0.761258065700531, 0.4262445271015167, 0.044007252901792526, 0.35872575640678406, -0.16620121896266937, -0.05698828026652336, 1.202575445175171, -0.6557098031044006, 0.6926282644271851, -0.30433520674705505, 0.13865244388580322, 0.49169814586639404, -0.3691232204437256, 0.613663911819458, -0.059210438281297684, -0.3072976768016815, 0.45202675461769104, -0.16715708374977112, -0.18815135955810547, -0.31502243876457214, 0.9326292872428894, -0.9330137968063354, -0.1772872805595398, -0.4941616654396057, -0.5882554054260254, 0.21385622024536133, 0.14086410403251648, 0.2953324317932129, 0.21480214595794678, -0.06404668837785721, 0.2509177625179291, 0.21475522220134735, -0.12548506259918213, 0.5621416568756104, 0.4778320789337158, -0.2973288297653198, -0.6138070821762085, 0.519105076789856, 0.39156195521354675, -0.08881210535764694, 0.15202710032463074, 0.04040572792291641, -0.5058677792549133, -0.6703771948814392, -0.3339291512966156, 0.24836799502372742, -0.6819385290145874, -0.258507639169693, -0.4610549211502075, -0.29787856340408325, -0.28637003898620605, 0.0027828409802168608, -0.4510864317417145, -0.4323021173477173, -0.46716466546058655, -0.3291807174682617, 0.5491737723350525, 0.6485242247581482, -0.38183239102363586, 0.3224984407424927, -0.6958519220352173, 0.14098115265369415, -0.2909594476222992, 0.466159462928772, -0.08473435044288635, -0.5332821607589722, -0.546546220779419, 0.20086155831813812, -0.34861260652542114, -0.710594117641449, 0.5302032828330994, 0.041744183748960495, 0.7545756101608276, 0.17812848091125488, 0.20555776357650757, 0.7741087675094604, -0.0977528989315033, 1.009871006011963, -0.1077626645565033, -0.551876962184906, 0.7255692481994629, -0.320149302482605, 0.03912367671728134, 0.5959652066230774, 0.18458007276058197, -0.40224677324295044, -0.21191759407520294, -0.8690479397773743, -1.146713376045227, 1.1662501096725464, 0.47850650548934937, -0.36516955494880676, 0.006329115014523268, 0.4416772425174713, -0.015013427473604679, 0.13282938301563263, -0.5493993163108826, -0.7334683537483215, -0.13846686482429504, -0.1956496387720108, -0.15642695128917694, 0.03681328892707825, -0.37176069617271423, -0.3547404110431671, 0.9957730770111084, -0.07468654960393906, 0.34183621406555176, 0.14719592034816742, 0.06076562777161598, -0.2593522071838379, 0.16989736258983612, 0.5096246600151062, 0.6959033012390137, -0.4845612645149231, -0.18569272756576538, 0.16606275737285614, -0.5969628095626831, -0.07700487971305847, 0.2242528349161148, 0.01966165378689766, -0.20576539635658264, 0.6417531371116638, 0.8859766125679016, -0.0041011665016412735, -0.3962436318397522, 0.44142594933509827, 0.04905029013752937, -0.2704547345638275, -0.5445130467414856, 0.30669400095939636, -0.14846616983413696, 0.3364356756210327, 0.3251373767852783, -0.08210788667201996, -0.09119296818971634, -0.33233654499053955, 0.3113357722759247, 0.2578313648700714, -0.05682852491736412, -0.2275967299938202, 0.6232072114944458, -0.06534554064273834, -0.29180189967155457, 0.7892835736274719, -0.11752765625715256, -0.44028082489967346, 1.2122752666473389, 0.23921528458595276, 0.9789850115776062, 0.036019131541252136, 0.127818301320076, 0.7055919766426086, 0.2893788814544678, -0.1851281076669693, 0.6817548274993896, 0.1291465163230896, -0.6447945237159729, -0.23500916361808777, -0.7369158864021301, -0.30336084961891174, 0.25546374917030334, -1.1018972396850586, 0.4333425462245941, -0.26301872730255127, -0.177486851811409, -0.11188102513551712, 0.5546709895133972, -0.9217597842216492, 0.01771882176399231, -0.03690518066287041, 0.9855034351348877, -0.9724143147468567, 0.6462475061416626, 0.8392910957336426, -0.6894365549087524, -0.9384670853614807, -0.29163217544555664, 0.0028557665646076202, -0.8387479782104492, 0.6305356025695801, 0.21506164968013763, 0.2726140022277832, -0.11999790370464325, -0.6604399085044861, -0.9136732220649719, 1.4713389873504639, 0.07594320178031921, -0.5202094912528992, 0.18931035697460175, 0.21929079294204712, 0.38029906153678894, -0.6390195488929749, 0.6298397183418274, 0.5988149046897888, 0.8599324226379395, 0.16027981042861938, -0.9261891841888428, 0.17409740388393402, -0.3996084928512573, -0.1817372590303421, 0.20159241557121277, -0.8980273008346558, 1.0747361183166504, -0.30388298630714417, -0.06194978207349777, -0.026130713522434235, 0.4442885220050812, 0.43231266736984253, 0.3995344042778015, 0.43375909328460693, 0.7743979096412659, 0.711125910282135, -0.3442794382572174, 1.0371507406234741, -0.2565269470214844, 0.8496924042701721, 1.1828261613845825, -0.045891355723142624, 0.765178918838501, 0.24971480667591095, -0.4282257556915283, 0.5501382946968079, 0.8335354328155518, -0.4257858693599701, 0.43792030215263367, 0.23120713233947754, 0.13573580980300903, 0.02699531428515911, -0.04981578141450882, -0.5243163704872131, 0.6445635557174683, 0.1364465355873108, -0.5781909823417664, -0.26939284801483154, -0.3083692193031311, 0.2394140064716339, -0.26478198170661926, -0.3368946313858032, 0.5762002468109131, -0.13865500688552856, -0.6839075088500977, 0.7287167310714722, 0.07030908763408661, 0.6247491240501404, -0.7040625810623169, -0.08921853452920914, -0.28866976499557495, 0.24543097615242004, -0.6219508051872253, -0.9942136406898499, 0.36318257451057434, 0.1259106993675232, -0.29837220907211304, -0.1759825050830841, 0.4305450916290283, -0.30151844024658203, -0.6148269772529602, 0.35693666338920593, 0.4848974645137787, 0.4364297688007355, 0.11164946109056473, -0.898914635181427, 0.2656347155570984, 0.15390217304229736, -0.696192741394043, 0.29279825091362, 0.1287214756011963, 0.054509904235601425, 0.5548972487449646, 0.7628286480903625, 0.1267176866531372, 0.04586244374513626, -0.040395498275756836, 0.9633658528327942, -0.7190995216369629, -0.47788187861442566, -0.7267957925796509, 0.815869152545929, -0.12365102767944336, -0.6009029150009155, 0.8258829712867737, 1.05281400680542, 0.884949266910553, 0.14794103801250458, 0.7647499442100525, -0.3967282474040985, 0.48062026500701904, -0.45996081829071045, 0.8730001449584961, -0.6247029304504395, 0.3882228434085846, -0.22852002084255219, -0.8908401727676392, -0.020650338381528854, 0.6584124565124512, -0.12683813273906708, -0.011900724843144417, 0.6308839917182922, 0.9934306144714355, -0.0197044238448143, 0.20295695960521698, -0.1457011103630066, 0.43894338607788086, 0.3006475865840912, 0.655465304851532, 0.6309817433357239, -0.672835648059845, 0.38094550371170044, -0.618014931678772, -0.3765794634819031, -0.047032952308654785, -0.8143461346626282, -0.8912661075592041, -0.5595797896385193, -0.45326298475265503, -0.5659612417221069, -0.009570476599037647, 1.1479222774505615, 0.5309584736824036, -0.8225381374359131, -0.4774926006793976, -0.0004468158876989037, 0.20633122324943542, -0.36050671339035034, -0.3056877553462982, 0.6349238753318787, -0.08413563668727875, -0.7226926684379578, 0.45052841305732727, -0.21178166568279266, -0.1852399706840515, -0.11355891823768616, -0.2784068286418915, -0.32951533794403076, -0.24305510520935059, 0.2875553071498871, 0.24177038669586182, -0.6380881667137146, -0.3326724171638489, -0.1201009601354599, 0.0553453266620636, 0.34690791368484497, 0.3198409676551819, -0.6777456402778625, 0.09804726392030716, 0.5574522018432617, 0.13565541803836823, 0.7450823783874512, 0.006247015669941902, 0.07180006057024002, -0.7233787775039673, -0.011332896538078785, -0.027763668447732925, 0.5562294125556946, 0.07208602875471115, -0.39599987864494324, 1.157191276550293, 0.29063865542411804, -0.5859143137931824, -0.8942949771881104, -0.22827237844467163, -1.225498080253601, 0.027027392759919167, 1.3421316146850586, -0.37737512588500977, -0.272687703371048, 0.15512803196907043, -0.147481769323349, 0.3465382754802704, -0.7030999064445496, 0.5188888311386108, 0.7811142802238464, -0.33618104457855225, 0.04376790300011635, -0.5913347601890564, 0.19548599421977997, -0.21149477362632751, -1.0469603538513184, 0.004485333804041147, 0.3373788297176361, 0.4183128774166107, 0.07498303055763245, 0.5310973525047302, -0.09370318800210953, -0.19559653103351593, 0.03807363286614418, 0.15286125242710114, -0.6013373136520386, -0.2834317982196808, -0.1611848622560501, 0.2698487639427185, -0.4150795042514801, -0.5626499056816101 ]
open-llm-leaderboard/details_llm-jp__llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0
open-llm-leaderboard
2023-12-02T12:37:18Z
0
0
[ "region:us" ]
null
2023-12-02T12:37:13Z
--- pretty_name: Evaluation run of llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0 dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0](https://huggingface.co/llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_llm-jp__llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T12:37:10.361445](https://huggingface.co/datasets/open-llm-leaderboard/details_llm-jp__llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0/blob/main/results_2023-12-02T12-37-10.361445.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.0,\n \"\ acc_stderr\": 0.0\n },\n \"harness|gsm8k|5\": {\n \"acc\": 0.0,\n \ \ \"acc_stderr\": 0.0\n }\n}\n```" repo_url: https://huggingface.co/llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0 leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T12_37_10.361445 path: - '**/details_harness|gsm8k|5_2023-12-02T12-37-10.361445.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T12-37-10.361445.parquet' - config_name: results data_files: - split: 2023_12_02T12_37_10.361445 path: - results_2023-12-02T12-37-10.361445.parquet - split: latest path: - results_2023-12-02T12-37-10.361445.parquet --- # Dataset Card for Evaluation run of llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0 ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0 - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0](https://huggingface.co/llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_llm-jp__llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T12:37:10.361445](https://huggingface.co/datasets/open-llm-leaderboard/details_llm-jp__llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0/blob/main/results_2023-12-02T12-37-10.361445.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.0, "acc_stderr": 0.0 }, "harness|gsm8k|5": { "acc": 0.0, "acc_stderr": 0.0 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.3431371748447418, -0.7571578621864319, 0.22637024521827698, 0.1397293210029602, -0.20288382470607758, 0.06963565200567245, -0.3281971514225006, -0.17573310434818268, 0.4310070872306824, 0.6919856071472168, -0.7215434312820435, -0.9577392339706421, -0.7356281280517578, 0.17330366373062134, -0.1896052360534668, 1.2413941621780396, -0.36071348190307617, -0.07587161660194397, -0.18763777613639832, -0.27233564853668213, -0.4211364686489105, -0.386536180973053, -0.474529892206192, -0.3784814178943634, 0.40466657280921936, 0.5343247056007385, 0.295991986989975, 0.6597375869750977, 0.7005994915962219, 0.369951993227005, -0.10892748087644577, 0.20050086081027985, -0.5560222268104553, 0.020128946751356125, 0.12777231633663177, -0.5709148049354553, -0.8414962291717529, 0.12831799685955048, 0.7519891858100891, 0.542144238948822, -0.11988487094640732, 0.6331192255020142, 0.15872354805469513, 0.645512580871582, -0.5735421776771545, 0.563808023929596, -0.285612016916275, 0.018741074949502945, -0.32819509506225586, -0.15577803552150726, -0.09143316000699997, -0.3912150263786316, -0.09441828727722168, -0.5278946161270142, 0.059605151414871216, 0.044450558722019196, 0.9650903940200806, 0.18665553629398346, -0.2029792070388794, -0.23311351239681244, -0.32940810918807983, 0.7810385823249817, -0.6997172236442566, -0.16130635142326355, 0.5898647904396057, 0.1218569278717041, -0.2551504671573639, -0.5353981852531433, -0.22477766871452332, -0.14950589835643768, -0.2705329954624176, 0.2842182517051697, 0.17414362728595734, -0.13500738143920898, 0.44566482305526733, 0.6978031396865845, -0.6923602223396301, -0.06052079051733017, -0.5860064625740051, -0.018698183819651604, 0.9752853512763977, 0.5024998784065247, -0.006294828839600086, -0.5014844536781311, -0.44992461800575256, -0.3109321594238281, -0.4299462139606476, 0.13168032467365265, 0.48378923535346985, 0.5992032885551453, -0.6608755588531494, 0.8916484713554382, -0.4053351581096649, 0.5420210957527161, -0.1055559441447258, -0.3431212902069092, 0.728413999080658, -0.5712516903877258, -0.17776229977607727, 0.009851797483861446, 1.068257212638855, 0.3573252856731415, -0.010720544494688511, 0.19963876903057098, -0.30671197175979614, -0.07539010047912598, 0.05446377769112587, -0.7605109810829163, -0.10225816816091537, 0.2412981390953064, -0.4515862464904785, -0.4073639512062073, 0.31627461314201355, -0.7989017963409424, -0.25809231400489807, -0.33538156747817993, 0.39513829350471497, -0.20829083025455475, -0.32845285534858704, -0.00836912915110588, -0.015561736188828945, 0.1782078891992569, 0.2004626989364624, -0.4885905981063843, 0.3881402015686035, 0.6308249831199646, 0.8954136371612549, -0.21287895739078522, -0.36108633875846863, -0.38660532236099243, -0.3001103699207306, -0.15458498895168304, 0.3507244884967804, -0.18086794018745422, -0.4370737671852112, -0.07773172855377197, 0.3026045262813568, -0.3233606219291687, -0.5938802361488342, 0.66496741771698, -0.27229931950569153, 0.29322725534439087, -0.3041265308856964, -0.5565179586410522, -0.007408831734210253, 0.39642250537872314, -0.5953618884086609, 1.3754208087921143, 0.3472328782081604, -0.8164209127426147, 0.162113755941391, -0.9657097458839417, -0.19958896934986115, -0.01328281220048666, 0.04211129993200302, -0.5984336137771606, -0.13230212032794952, 0.13361281156539917, 0.6041251420974731, -0.2756299078464508, 0.1066940426826477, -0.2477056235074997, -0.42394208908081055, 0.102317214012146, -0.05449998751282692, 1.0719479322433472, 0.14283092319965363, -0.18827654421329498, 0.08817707002162933, -0.9737578630447388, -0.032728344202041626, 0.4439240097999573, -0.5625633001327515, -0.27325382828712463, -0.24252624809741974, 0.030806804075837135, -0.0058311112225055695, 0.5663576126098633, -0.5464720726013184, 0.4759505093097687, -0.14329496026039124, 0.08144764602184296, 0.9630372524261475, 0.015028187073767185, 0.2924406826496124, -0.5089296102523804, 0.6107859015464783, 0.022205637767910957, 0.2981380522251129, -0.009721345268189907, -0.5542579889297485, -0.8500396013259888, -0.1783672720193863, 0.2454606592655182, 0.6214190125465393, -0.5168405771255493, 0.8032867312431335, -0.5356808304786682, -0.617784321308136, -0.7072720527648926, 0.03796125203371048, 0.5174661874771118, 0.4563417136669159, 0.36895692348480225, -0.3922942280769348, -0.6867936253547668, -0.9353220462799072, 0.021218614652752876, -0.20591884851455688, 0.08740033209323883, 0.4356146454811096, 1.048205852508545, -0.0867929607629776, 0.7340281009674072, -0.7072461247444153, -0.30466175079345703, -0.3218858242034912, 0.07106787711381912, 0.8402887582778931, 0.4824945628643036, 0.32610055804252625, -0.5745688080787659, -0.4522601366043091, -0.21350477635860443, -0.8265593647956848, -0.187974214553833, -0.1510997861623764, -0.3728540241718292, 0.20382514595985413, -0.14173442125320435, -0.43789219856262207, 0.5708237290382385, 0.4086819291114807, -0.5849740505218506, 0.59028559923172, 0.12240185588598251, 0.4003039300441742, -1.2066644430160522, 0.06918182224035263, 0.07231691479682922, -0.0064069852232933044, -0.2790257930755615, -0.024502312764525414, -0.07546883076429367, 0.34083986282348633, -0.3602100610733032, 0.6301835775375366, -0.44164180755615234, -0.2509405016899109, 0.05451487749814987, 0.2373688668012619, -0.07279284298419952, 0.5186395049095154, -0.3090539574623108, 0.697002112865448, 0.5617178082466125, -0.43919849395751953, 0.5089264512062073, 0.6068359613418579, -0.6117659211158752, 0.4045923054218292, -0.36570683121681213, 0.07932179421186447, 0.08236698061227798, 0.1382139027118683, -0.8762364983558655, -0.4239787757396698, 0.5334717035293579, -0.5120428204536438, 0.3663844168186188, -0.41034725308418274, -0.617569088935852, -0.4045598804950714, -0.49649322032928467, 0.08606301248073578, 0.5300200581550598, -0.5535820722579956, 0.2994612753391266, 0.42504456639289856, 0.017285583540797234, -0.6594191789627075, -0.7409652471542358, -0.21938364207744598, -0.27890685200691223, -0.6380003690719604, 0.3095683455467224, -0.16963326930999756, -0.24439473450183868, 0.0554116889834404, -0.09068049490451813, 0.004070774652063847, 0.1703515350818634, 0.36548948287963867, 0.6024239659309387, -0.1787019520998001, -0.2667766809463501, -0.21521605551242828, -0.12341561913490295, 0.172660693526268, 0.2390657365322113, 0.5416332483291626, -0.1786307394504547, -0.31816771626472473, -0.17217017710208893, 0.02783220075070858, 0.3348529040813446, 0.03115919604897499, 0.9141725897789001, 0.7003795504570007, -0.14873282611370087, 0.04030507430434227, -0.3920338749885559, 0.01735152304172516, -0.43270424008369446, 0.3755981922149658, -0.28596118092536926, -0.7594785094261169, 0.7030332088470459, 0.24953682720661163, 0.19559559226036072, 0.6482094526290894, 0.52727872133255, 0.12212992459535599, 0.654945433139801, 0.2258741408586502, -0.16802260279655457, 0.5657736659049988, -0.7654276490211487, -0.14977839589118958, -1.178127408027649, -0.36815711855888367, -0.4828314781188965, -0.38494861125946045, -0.8788841962814331, -0.3577236831188202, 0.36133888363838196, 0.22826312482357025, -0.43360820412635803, 0.5573976635932922, -0.6623325347900391, 0.3477957248687744, 0.5641063451766968, 0.2233380526304245, 0.19997183978557587, -0.04923977330327034, -0.1185932457447052, 0.22409115731716156, -0.447561115026474, -0.44454291462898254, 1.3950928449630737, 0.21677353978157043, 0.7817352414131165, -0.024605920538306236, 1.0297880172729492, 0.23467230796813965, 0.39990487694740295, -0.5652449727058411, 0.7606359720230103, 0.020057806745171547, -0.5885101556777954, -0.22352516651153564, -0.6342468857765198, -0.9452129006385803, 0.22067275643348694, -0.11602158099412918, -0.9475061297416687, -0.12436369061470032, -0.09644542634487152, -0.0005554270464926958, 0.2965604066848755, -0.45328113436698914, 0.8158984780311584, -0.21268178522586823, -0.48565974831581116, 0.09314341098070145, -0.7805264592170715, 0.4862920939922333, 0.06225985288619995, 0.23223045468330383, -0.31885001063346863, 0.012240741401910782, 1.0749540328979492, -0.5646694898605347, 0.8246608972549438, -0.3030211627483368, 0.11862082779407501, 0.36591896414756775, -0.3555004596710205, 0.6269773840904236, -0.04143596068024635, -0.2576727271080017, 0.3737088143825531, -0.25063595175743103, -0.2153770476579666, -0.29951193928718567, 0.8923612833023071, -0.9229210615158081, -0.3729734420776367, -0.4765194356441498, -0.5046260952949524, 0.13108301162719727, 0.08874808251857758, 0.3037606179714203, 0.2381099909543991, -0.04970528930425644, 0.28859859704971313, 0.29883912205696106, -0.204252690076828, 0.4064086675643921, 0.4404120147228241, -0.4088922142982483, -0.6510863304138184, 0.6086158156394958, 0.254422128200531, 0.08066817373037338, 0.34453651309013367, 0.09686871618032455, -0.45269885659217834, -0.45880773663520813, -0.42414766550064087, 0.18752548098564148, -0.6525107026100159, -0.3036203980445862, -0.4650423526763916, -0.38190335035324097, -0.3623490035533905, 0.06758801639080048, -0.45316141843795776, -0.4682644307613373, -0.3371981978416443, -0.2392796277999878, 0.6764295101165771, 0.6807425022125244, -0.26782554388046265, 0.27873125672340393, -0.7101491093635559, 0.19998042285442352, -0.1830141246318817, 0.427499920129776, -0.16742341220378876, -0.6316848397254944, -0.5543836951255798, 0.06303703039884567, -0.5293046236038208, -0.7229806184768677, 0.41694262623786926, -0.06908539682626724, 0.6695585250854492, 0.0314667709171772, 0.20489203929901123, 0.8231544494628906, -0.12059833109378815, 1.0748465061187744, 0.034499142318964005, -0.608161211013794, 0.7522833943367004, -0.3149125277996063, 0.18742628395557404, 0.5099435448646545, 0.28521728515625, -0.40105530619621277, -0.2439233958721161, -0.7620874047279358, -1.174641728401184, 1.095652461051941, 0.5483533143997192, -0.21712060272693634, 0.09729358553886414, 0.35099539160728455, 0.08204931020736694, 0.11836695671081543, -0.7942025661468506, -0.7918576002120972, 0.042176079005002975, -0.19138193130493164, -0.012211289256811142, -0.08797276765108109, -0.39381179213523865, -0.3564377725124359, 0.9911676049232483, 0.013438981957733631, 0.44596171379089355, 0.12270814180374146, -0.0725269466638565, -0.22300560772418976, 0.27056676149368286, 0.3193322718143463, 0.6536262631416321, -0.4602194130420685, -0.25624018907546997, 0.30139589309692383, -0.5314149260520935, 0.06674693524837494, 0.2536942958831787, -0.07701259106397629, -0.12763608992099762, 0.6957157254219055, 1.009539246559143, 0.06303014606237411, -0.33151164650917053, 0.5331891775131226, 0.03852022811770439, -0.24451951682567596, -0.5606581568717957, 0.24726709723472595, -0.10934323072433472, 0.3268738090991974, 0.2969757616519928, -0.1219363659620285, -0.017414061352610588, -0.3324930965900421, 0.19361454248428345, 0.22679799795150757, -0.08624961227178574, -0.26161831617355347, 0.5036365985870361, -0.05803896486759186, -0.20202279090881348, 0.6729210615158081, -0.1329115778207779, -0.38386017084121704, 0.9505452513694763, 0.23372793197631836, 0.9241123199462891, -0.0635892003774643, 0.024006206542253494, 0.6801409721374512, 0.18499493598937988, -0.12017744034528732, 0.6079050898551941, 0.05715682730078697, -0.6497786045074463, -0.31644001603126526, -0.8724632859230042, -0.28244447708129883, 0.3897816836833954, -1.144189476966858, 0.438215047121048, -0.1947696954011917, -0.25920745730400085, -0.20183958113193512, 0.42469513416290283, -0.8708930611610413, 0.04267791286110878, 0.0372389517724514, 0.7780559062957764, -0.9150462746620178, 0.5251790881156921, 0.8830940127372742, -0.5695854425430298, -0.7686856985092163, -0.2781320810317993, 0.12377293407917023, -0.8735045790672302, 0.532463550567627, 0.24251507222652435, 0.4021085202693939, -0.30704206228256226, -0.6354842185974121, -0.9599927663803101, 1.4963829517364502, 0.09182419627904892, -0.585791826248169, 0.24140863120555878, 0.23422355949878693, 0.3313259780406952, -0.4400106966495514, 0.6088183522224426, 0.629021167755127, 0.77178555727005, 0.08978768438100815, -0.9350493550300598, 0.23424354195594788, -0.4370433986186981, -0.08213160187005997, 0.2731603980064392, -0.7825825214385986, 0.9967473745346069, -0.18823158740997314, 0.013128756545484066, 0.18077608942985535, 0.3637661635875702, 0.6135401725769043, 0.35562601685523987, 0.46334028244018555, 0.7133988738059998, 0.5438562035560608, -0.37922975420951843, 1.1406627893447876, -0.16954819858074188, 0.8338872194290161, 1.2287005186080933, -0.07524795085191727, 0.6786567568778992, 0.25494086742401123, -0.5369663238525391, 0.4336923658847809, 0.7923082709312439, -0.3632473051548004, 0.509693443775177, 0.3183861970901489, -0.010222944431006908, -0.09269881993532181, -0.03235554322600365, -0.5383766293525696, 0.545122504234314, 0.14645598828792572, -0.641507089138031, -0.15415354073047638, -0.32233649492263794, 0.19116120040416718, -0.31259849667549133, -0.24840185046195984, 0.6632141470909119, -0.024011172354221344, -0.5236794352531433, 0.6711819767951965, -0.15252268314361572, 0.6719141006469727, -0.6424232125282288, -0.11972615122795105, -0.2765409052371979, 0.2108033001422882, -0.40081506967544556, -0.9556801319122314, 0.18934711813926697, 0.1313873827457428, -0.2450604885816574, -0.2642293870449066, 0.5370196104049683, -0.3377678096294403, -0.6103134155273438, 0.44590872526168823, 0.5130343437194824, 0.42066672444343567, 0.25745174288749695, -0.9224230051040649, 0.23842550814151764, 0.16636474430561066, -0.8740808963775635, 0.4734867215156555, 0.3176158368587494, 0.11813291907310486, 0.49127453565597534, 0.5979610085487366, 0.061667680740356445, -0.0321996733546257, 0.0776505395770073, 1.0628328323364258, -0.728723406791687, -0.25213849544525146, -0.8612363934516907, 0.9468173384666443, -0.29068508744239807, -0.5901157855987549, 0.78578782081604, 0.9673829078674316, 0.9407808184623718, 0.013902529142796993, 0.7985453605651855, -0.40889880061149597, 0.5638482570648193, -0.5430261492729187, 0.8450890779495239, -0.7647787928581238, 0.41765296459198, -0.26644572615623474, -0.8956073522567749, -0.041135795414447784, 0.7036625146865845, -0.30766817927360535, 0.11599801480770111, 0.5824527144432068, 0.9432846307754517, 0.010547849349677563, 0.13791587948799133, 0.08971883356571198, 0.5113216638565063, 0.15101729333400726, 0.5134891271591187, 0.7796642184257507, -0.718262255191803, 0.4308733344078064, -0.6164485216140747, -0.3753233850002289, -0.16519467532634735, -0.7230787873268127, -0.8735256791114807, -0.5075117945671082, -0.4615150988101959, -0.5765423774719238, 0.06948447972536087, 1.1725506782531738, 0.4980848431587219, -0.7924481630325317, -0.437231183052063, 0.07668954879045486, 0.2031078189611435, -0.12460216134786606, -0.3365190923213959, 0.5313026309013367, -0.07631093263626099, -0.7988921999931335, 0.3905760645866394, -0.0908011719584465, -0.20262640714645386, -0.06558039039373398, -0.2449134737253189, -0.31073349714279175, -0.3533346354961395, 0.4275791645050049, -0.039406731724739075, -0.6316966414451599, -0.22459125518798828, -0.22840651869773865, -0.06196856126189232, 0.318123996257782, 0.27357733249664307, -0.578580915927887, 0.13452820479869843, 0.5894137024879456, 0.16223910450935364, 0.7682079672813416, -0.035619381815195084, 0.15590453147888184, -0.8000059723854065, -0.13960297405719757, 0.060979582369327545, 0.6650652289390564, 0.2071889340877533, -0.4213763475418091, 1.164299726486206, 0.35983213782310486, -0.6307256817817688, -0.8224220871925354, -0.16416724026203156, -1.1438251733779907, 0.05781859904527664, 1.35477614402771, -0.41128823161125183, -0.3529682755470276, 0.1423996239900589, -0.155345618724823, 0.39882197976112366, -0.7257809638977051, 0.5836043357849121, 0.6956536173820496, -0.31871673464775085, -0.032534290105104446, -0.5953211188316345, 0.15120021998882294, -0.06370512396097183, -0.9603739380836487, -0.02710762992501259, 0.3250112235546112, 0.4034293293952942, 0.23332956433296204, 0.6595505475997925, -0.1354590654373169, -0.2165767103433609, 0.017192667350172997, 0.21417616307735443, -0.278683066368103, -0.11267879605293274, -0.12990981340408325, 0.1042877584695816, -0.3992357850074768, -0.4776582419872284 ]
HamdanXI/paradetox-refined-dataset
HamdanXI
2023-12-02T12:46:08Z
0
0
[ "region:us" ]
null
2023-12-02T12:46:07Z
--- dataset_info: features: - name: en_toxic_comment dtype: string - name: en_neutral_comment dtype: string - name: edit_ops sequence: sequence: string - name: masked_comment dtype: string splits: - name: train num_bytes: 5592956 num_examples: 19744 download_size: 2314734 dataset_size: 5592956 configs: - config_name: default data_files: - split: train path: data/train-* ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
open-llm-leaderboard/details_GeneZC__MiniChat-1.5-3B
open-llm-leaderboard
2023-12-02T12:48:25Z
0
0
[ "region:us" ]
null
2023-12-02T12:48:21Z
--- pretty_name: Evaluation run of GeneZC/MiniChat-1.5-3B dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [GeneZC/MiniChat-1.5-3B](https://huggingface.co/GeneZC/MiniChat-1.5-3B) on the\ \ [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_GeneZC__MiniChat-1.5-3B\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T12:48:18.451769](https://huggingface.co/datasets/open-llm-leaderboard/details_GeneZC__MiniChat-1.5-3B/blob/main/results_2023-12-02T12-48-18.451769.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.24184988627748294,\n\ \ \"acc_stderr\": 0.011794861371318703\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.24184988627748294,\n \"acc_stderr\": 0.011794861371318703\n\ \ }\n}\n```" repo_url: https://huggingface.co/GeneZC/MiniChat-1.5-3B leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T12_48_18.451769 path: - '**/details_harness|gsm8k|5_2023-12-02T12-48-18.451769.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T12-48-18.451769.parquet' - config_name: results data_files: - split: 2023_12_02T12_48_18.451769 path: - results_2023-12-02T12-48-18.451769.parquet - split: latest path: - results_2023-12-02T12-48-18.451769.parquet --- # Dataset Card for Evaluation run of GeneZC/MiniChat-1.5-3B ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/GeneZC/MiniChat-1.5-3B - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [GeneZC/MiniChat-1.5-3B](https://huggingface.co/GeneZC/MiniChat-1.5-3B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_GeneZC__MiniChat-1.5-3B", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T12:48:18.451769](https://huggingface.co/datasets/open-llm-leaderboard/details_GeneZC__MiniChat-1.5-3B/blob/main/results_2023-12-02T12-48-18.451769.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.24184988627748294, "acc_stderr": 0.011794861371318703 }, "harness|gsm8k|5": { "acc": 0.24184988627748294, "acc_stderr": 0.011794861371318703 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.4953588843345642, -0.6714094877243042, 0.16567519307136536, 0.07675676047801971, -0.19161786139011383, 0.12958970665931702, -0.351421594619751, -0.18501010537147522, 0.5313129425048828, 0.4962991774082184, -0.9544119238853455, -0.9628973603248596, -0.7217456698417664, 0.19603198766708374, -0.21056871116161346, 1.277276635169983, -0.10279349237680435, -0.11210949718952179, -0.15970849990844727, -0.2477283924818039, -0.2626682221889496, -0.4241299331188202, -0.6071174144744873, -0.470048189163208, 0.4880789816379547, 0.7936211824417114, 0.4029865562915802, 0.7328761219978333, 0.5885118246078491, 0.3409668803215027, -0.08817772567272186, 0.2424626499414444, -0.6074572205543518, -0.27851465344429016, 0.30277368426322937, -0.5441310405731201, -0.7754191756248474, 0.22257009148597717, 0.6958425045013428, 0.5868862867355347, -0.12175202369689941, 0.6020275950431824, 0.24061141908168793, 0.6676716804504395, -0.3267676532268524, 0.6309864521026611, -0.3350423276424408, 0.015668362379074097, -0.40738412737846375, -0.13527074456214905, -0.05982116237282753, -0.39553332328796387, -0.08834781497716904, -0.3463978171348572, 0.223317950963974, 0.05635242164134979, 0.9356523752212524, 0.11142594367265701, -0.0934760570526123, -0.3177545964717865, -0.42114970088005066, 0.6333619952201843, -0.8771268129348755, -0.15121124684810638, 0.5887802243232727, 0.2200121283531189, -0.35464975237846375, -0.6324310302734375, -0.5273798704147339, -0.1098514273762703, -0.26410096883773804, 0.17382021248340607, -0.0821966826915741, -0.031897928565740585, 0.49409544467926025, 0.6604182124137878, -0.6414626240730286, 0.07303165644407272, -0.7181851863861084, -0.15111827850341797, 0.8741512894630432, 0.47263386845588684, 0.17992258071899414, -0.48585453629493713, -0.34179335832595825, -0.3375449776649475, -0.44566482305526733, 0.32416215538978577, 0.5573832988739014, 0.6134883165359497, -0.6608409881591797, 0.8185797929763794, -0.4362124800682068, 0.5529888272285461, -0.10881442576646805, -0.1999979466199875, 0.7639190554618835, -0.6882601380348206, -0.13949163258075714, -0.06731830537319183, 1.1448981761932373, 0.3230743706226349, 0.03760921210050583, 0.2554372549057007, -0.02723759599030018, -0.0804181769490242, 0.03208078816533089, -0.7540571093559265, -0.31467732787132263, 0.31663978099823, -0.5776050090789795, -0.42649248242378235, 0.2732837498188019, -0.962016761302948, -0.17607632279396057, -0.11007461696863174, 0.16840772330760956, -0.12501442432403564, -0.125252828001976, -0.14592541754245758, -0.0003463679167907685, 0.27220210433006287, 0.09350407868623734, -0.745083212852478, 0.45307108759880066, 0.6111457943916321, 0.9993348717689514, -0.10146275162696838, -0.3593621850013733, -0.3398555815219879, -0.42906510829925537, -0.1445828676223755, 0.6486508250236511, -0.15885192155838013, -0.3533852994441986, -0.23605521023273468, 0.35380905866622925, -0.37079930305480957, -0.5370895266532898, 0.6813895106315613, -0.21996207535266876, 0.1269247680902481, -0.35087451338768005, -0.564994215965271, -0.05359210446476936, 0.23791801929473877, -0.6982730627059937, 1.3178819417953491, 0.30257293581962585, -0.8861240148544312, 0.14387230575084686, -0.8340621590614319, -0.18488600850105286, 0.08589840680360794, -0.12654627859592438, -0.5228741765022278, -0.3788965940475464, 0.10214351862668991, 0.5936976671218872, -0.2427300661802292, -0.09075634181499481, -0.30337581038475037, -0.42462462186813354, 0.07210319489240646, 0.04840951785445213, 1.0766814947128296, 0.09504085034132004, -0.3467063903808594, 0.22036205232143402, -0.8277039527893066, 0.0869738906621933, 0.34398916363716125, -0.41702157258987427, -0.1139310747385025, -0.0051278299652040005, -0.14863470196723938, 0.20168469846248627, 0.37783071398735046, -0.6266899704933167, 0.36345040798187256, -0.3675799071788788, 0.2245183140039444, 0.9268052577972412, -0.007344779558479786, 0.29864922165870667, -0.5093832612037659, 0.5657853484153748, -0.028679093345999718, 0.38203924894332886, 0.21715837717056274, -0.7127376794815063, -0.9375264644622803, -0.2017177939414978, 0.22029288113117218, 0.7696892023086548, -0.6971118450164795, 0.8872870802879333, -0.5610067844390869, -0.7521548867225647, -0.6961966753005981, 0.24450278282165527, 0.3835528790950775, 0.5033664107322693, 0.3092041015625, -0.2921901047229767, -0.6108795404434204, -1.0959374904632568, 0.1540619283914566, -0.23363403975963593, -0.008003870956599712, 0.6586079597473145, 0.9581691026687622, -0.3092266917228699, 0.80656898021698, -0.6707336902618408, -0.3634337782859802, -0.5400224924087524, 0.07649824023246765, 0.7216131687164307, 0.5074162483215332, 0.5271053314208984, -0.5633968710899353, -0.4561034142971039, -0.2913229167461395, -0.608772337436676, -0.2790936529636383, -0.04338599741458893, -0.38517317175865173, 0.18241916596889496, -0.02308395691215992, -0.35770943760871887, 0.5783184170722961, 0.6721165180206299, -0.5499250888824463, 0.4792628884315491, 0.07577158510684967, 0.3642824590206146, -1.0812344551086426, 0.020974526181817055, -0.022437242791056633, -0.006250930950045586, -0.41947126388549805, -0.3287997543811798, -0.12510418891906738, 0.36454370617866516, -0.4263496696949005, 0.6155885457992554, -0.31974494457244873, -0.17143890261650085, -0.0370815247297287, 0.2903965711593628, -0.15984103083610535, 0.6300009489059448, -0.4442620277404785, 0.782428503036499, 0.42981386184692383, -0.4295895993709564, 0.6437274813652039, 0.6802721619606018, -0.5556931495666504, 0.0780714899301529, -0.5059212446212769, 0.23702482879161835, 0.20035810768604279, 0.28646549582481384, -0.9067094326019287, -0.27011820673942566, 0.683160662651062, -0.6672622561454773, 0.15790383517742157, -0.388394832611084, -0.7397100329399109, -0.5616207122802734, -0.5363295078277588, 0.09476795792579651, 0.5639086365699768, -0.4923860728740692, 0.2917127013206482, 0.5245639681816101, -0.06678130477666855, -0.47377681732177734, -0.7641537189483643, -0.17465387284755707, -0.1141265481710434, -0.8487625122070312, 0.20393434166908264, -0.30659210681915283, -0.17857618629932404, 0.0034938636235892773, -0.011946400627493858, 0.0601767972111702, 0.028030185028910637, 0.3250962793827057, 0.5574051141738892, -0.08573058992624283, -0.35126808285713196, -0.17557424306869507, -0.1573956310749054, 0.12101663649082184, 0.2378380000591278, 0.6132037043571472, -0.272124707698822, -0.18790943920612335, -0.09956445544958115, 0.2189001888036728, 0.25917190313339233, 0.043575651943683624, 1.0392835140228271, 0.6753724813461304, -0.25138479471206665, -0.12060899287462234, -0.3197992742061615, -0.06449561566114426, -0.4612010717391968, 0.2048986554145813, -0.1934729516506195, -0.8943936824798584, 0.9356175065040588, 0.2712973654270172, 0.06515850126743317, 0.7979126572608948, 0.654154896736145, -0.018313871696591377, 0.7095827460289001, 0.44186073541641235, -0.15219254791736603, 0.5813986659049988, -0.7340869903564453, 0.004894820507615805, -1.1197806596755981, -0.3742106556892395, -0.5321549773216248, -0.3917408287525177, -0.8831164240837097, -0.4588173031806946, 0.31068217754364014, 0.124079629778862, -0.17368808388710022, 0.5290913581848145, -0.46095627546310425, 0.2844464182853699, 0.6146047711372375, 0.2799748480319977, 0.020238054916262627, -0.10727813094854355, -0.19265741109848022, 0.18306155502796173, -0.7044905424118042, -0.5588591694831848, 1.2249163389205933, 0.22568285465240479, 0.5810996294021606, -0.06743429601192474, 0.9126091599464417, 0.31045475602149963, 0.4284299910068512, -0.6196357607841492, 0.7165926098823547, -0.22036275267601013, -0.462186336517334, -0.2510705590248108, -0.7323281168937683, -0.8772910237312317, 0.16018298268318176, -0.16361241042613983, -1.005932092666626, 0.07002638280391693, 0.0216215793043375, -0.32084596157073975, 0.36748194694519043, -0.5248889327049255, 1.0563366413116455, -0.06915351003408432, -0.25962600111961365, 0.11883769929409027, -0.941822350025177, 0.41429150104522705, 0.042345065623521805, 0.34602782130241394, -0.419658362865448, 0.09145890921354294, 1.1796042919158936, -0.5918483734130859, 0.8894400000572205, -0.1733134239912033, 0.20274564623832703, 0.3935208320617676, -0.3420194387435913, 0.5948495268821716, -0.13214389979839325, -0.19166961312294006, 0.5076099634170532, -0.13112163543701172, -0.2821020185947418, -0.31871798634529114, 0.7935528755187988, -0.7930356860160828, -0.2838151156902313, -0.3764791190624237, -0.4268062710762024, 0.027178367599844933, 0.14549539983272552, 0.43192869424819946, 0.24664831161499023, -0.09358759224414825, 0.22634120285511017, 0.4101303815841675, -0.3528822362422943, 0.3166389465332031, 0.420844703912735, -0.16470859944820404, -0.5447822213172913, 0.5113423466682434, 0.24568459391593933, 0.19583354890346527, 0.1162189170718193, 0.16531811654567719, -0.2911226451396942, -0.46192920207977295, -0.44466811418533325, 0.20836660265922546, -0.6593689322471619, -0.31367626786231995, -0.6537362337112427, -0.4613427519798279, -0.5181257128715515, 0.11699194461107254, -0.4132503867149353, -0.33118578791618347, -0.4417601525783539, -0.2894357740879059, 0.6269526481628418, 0.5383027791976929, -0.42664220929145813, 0.29351431131362915, -0.9265483021736145, 0.3038708567619324, -0.04954041913151741, 0.4163998067378998, -0.2066521942615509, -0.5779370069503784, -0.5242490768432617, 0.2383064180612564, -0.21124665439128876, -0.8214068412780762, 0.5040266513824463, 0.10945191979408264, 0.7492958307266235, -0.01654253900051117, 0.19400851428508759, 0.6651045083999634, -0.31641191244125366, 1.0462398529052734, -0.1747428923845291, -0.6550285816192627, 0.7961840629577637, -0.328404039144516, 0.04286711663007736, 0.6446513533592224, 0.1311940997838974, -0.5043839812278748, -0.25678715109825134, -0.8560777902603149, -1.1541004180908203, 1.0931750535964966, 0.5834298729896545, -0.08852583169937134, 0.03699903190135956, 0.3711390197277069, -0.04887920990586281, 0.05112353339791298, -0.6789243817329407, -0.8533998131752014, 0.06372100114822388, -0.301517128944397, -0.12111670523881912, -0.26608502864837646, -0.415666401386261, -0.5589346885681152, 0.8564817309379578, -0.10611577332019806, 0.582586944103241, 0.134306401014328, 0.12453746795654297, -0.20135539770126343, 0.22870653867721558, 0.5491225123405457, 0.5572559833526611, -0.38857895135879517, -0.1965942084789276, 0.25667381286621094, -0.5951563715934753, -0.08947648853063583, 0.3827403485774994, 0.00472389766946435, -0.19728198647499084, 0.6083935499191284, 0.8957757949829102, 0.0870961993932724, -0.35760295391082764, 0.6174286603927612, -0.07666222751140594, -0.2386772781610489, -0.496520459651947, 0.28305524587631226, -0.059015993028879166, 0.4354170560836792, 0.2871159017086029, -0.11641955375671387, 0.06826692819595337, -0.28832805156707764, 0.3377748131752014, 0.17518997192382812, -0.06371203064918518, -0.17077182233333588, 0.4913663864135742, 0.03335118666291237, -0.13940663635730743, 0.8181423544883728, -0.2276853621006012, -0.6742761135101318, 1.1119880676269531, 0.11420466005802155, 0.9555383324623108, 0.061134155839681625, 0.15959252417087555, 0.5817992091178894, 0.4345828890800476, -0.08555186539888382, 0.5003131031990051, 0.09354116767644882, -0.8347530364990234, -0.24664540588855743, -0.724220871925354, -0.3220244348049164, 0.20179039239883423, -0.9199244976043701, 0.2834130525588989, -0.14633280038833618, -0.24712762236595154, -0.08178509771823883, 0.5023131370544434, -0.8494895696640015, -0.08698824793100357, 0.1555943489074707, 0.8577311038970947, -1.0310362577438354, 0.7769975662231445, 0.652499258518219, -0.5004981160163879, -0.9979395270347595, -0.34001100063323975, 0.23398874700069427, -0.7932292222976685, 0.4646368622779846, 0.1057584211230278, 0.19287659227848053, -0.17453134059906006, -0.8034781813621521, -0.9436261653900146, 1.474717617034912, 0.10294854640960693, -0.5231310725212097, 0.3046475350856781, 0.1518385410308838, 0.46274974942207336, -0.4872736632823944, 0.29366594552993774, 0.7708584070205688, 0.6466385722160339, 0.12087545543909073, -0.9504446983337402, 0.1710483282804489, -0.5781348943710327, -0.12456873059272766, 0.14104275405406952, -0.8605096340179443, 0.9879262447357178, -0.2043633759021759, -0.22567328810691833, 0.03870991989970207, 0.4275890588760376, 0.4648972153663635, 0.29325002431869507, 0.5259039998054504, 0.5045448541641235, 0.5452935099601746, -0.4139445126056671, 1.1742202043533325, -0.19298423826694489, 0.8404637575149536, 1.2427760362625122, 0.03424864262342453, 0.5720870494842529, 0.20890121161937714, -0.46021902561187744, 0.5288658738136292, 0.9211607575416565, -0.4773327112197876, 0.44768208265304565, 0.2854369282722473, 0.01591954566538334, -0.03390444070100784, 0.07252798229455948, -0.3919639587402344, 0.42665281891822815, 0.17279893159866333, -0.5775982737541199, -0.11068997532129288, -0.2727840840816498, 0.16755832731723785, -0.36648786067962646, -0.22995485365390778, 0.7108600735664368, 0.030810290947556496, -0.33769914507865906, 0.48214566707611084, -0.09346770495176315, 0.7583481669425964, -0.6907350420951843, -0.16487662494182587, -0.3227819800376892, 0.21980205178260803, -0.5041416883468628, -0.9212166666984558, 0.31461983919143677, 0.13496266305446625, -0.2812887728214264, -0.19759677350521088, 0.6361268162727356, -0.42863553762435913, -0.5909169912338257, 0.46974241733551025, 0.5328661203384399, 0.3855664134025574, 0.31906983256340027, -0.9890626668930054, 0.21482519805431366, 0.22180508077144623, -0.6939558982849121, 0.3390166461467743, 0.17133429646492004, 0.24268631637096405, 0.5906534790992737, 0.7001309990882874, 0.21348199248313904, 0.1472875475883484, 0.09091785550117493, 1.1060826778411865, -0.621721625328064, -0.3324004113674164, -0.8578616976737976, 0.6974663734436035, -0.21446137130260468, -0.3951089084148407, 0.8916634917259216, 0.8091907501220703, 0.9327659010887146, 0.12975654006004333, 0.7081266641616821, -0.5143348574638367, 0.6529987454414368, -0.4773363769054413, 0.9517713785171509, -0.5391914248466492, 0.3983933925628662, -0.3166262209415436, -0.7200185060501099, -0.02467058226466179, 0.7030394077301025, -0.2532016336917877, 0.1356862187385559, 0.5739480257034302, 0.9406349658966064, 0.1678382158279419, 0.15875540673732758, -0.04485679417848587, 0.36225786805152893, 0.253299355506897, 0.5538959503173828, 0.643658459186554, -0.6246307492256165, 0.4549137055873871, -0.7334672808647156, -0.5126879215240479, 0.0034090799745172262, -0.7244827747344971, -0.8520098328590393, -0.5276891589164734, -0.34310072660446167, -0.5571170449256897, -0.08630245923995972, 1.199121356010437, 0.41405680775642395, -0.8544514775276184, -0.34675437211990356, 0.2642124891281128, 0.19740432500839233, -0.18328562378883362, -0.3379019498825073, 0.5124272108078003, -0.007548902183771133, -0.7053033709526062, 0.36169594526290894, -0.08859114348888397, -0.05655975639820099, -0.04143134877085686, -0.09410576522350311, -0.39634770154953003, -0.17000307142734528, 0.41737791895866394, 0.19703534245491028, -0.5546883940696716, -0.4300720691680908, -0.19415996968746185, -0.2541012167930603, 0.3343111276626587, 0.49623095989227295, -0.5227710604667664, 0.13028687238693237, 0.6207728385925293, 0.14379677176475525, 0.6504395008087158, -0.06109222024679184, 0.26607242226600647, -0.7680743932723999, -0.07521567493677139, 0.11006911844015121, 0.5324059724807739, 0.185284823179245, -0.49457043409347534, 1.0481767654418945, 0.3310399353504181, -0.6139798164367676, -0.734217643737793, -0.1934228390455246, -1.1943464279174805, 0.12501394748687744, 1.3885987997055054, -0.3205314874649048, -0.29780441522598267, 0.03331533074378967, -0.06096082925796509, 0.44585686922073364, -0.560185968875885, 0.5183252692222595, 0.7653855085372925, -0.46352753043174744, -0.07754774391651154, -0.6609349846839905, 0.46721383929252625, -0.19551731646060944, -1.0792458057403564, 0.01986110396683216, 0.36958447098731995, 0.47908735275268555, 0.03972284123301506, 0.9015898704528809, -0.14957743883132935, -0.28704193234443665, -0.004486598540097475, 0.19843772053718567, -0.159261554479599, -0.10509073734283447, -0.21532174944877625, -0.11548016965389252, -0.5236581563949585, -0.40391087532043457 ]
open-llm-leaderboard/details_amazon__MistralLite
open-llm-leaderboard
2023-12-02T12:51:30Z
0
0
[ "region:us" ]
null
2023-12-02T12:51:26Z
--- pretty_name: Evaluation run of amazon/MistralLite dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [amazon/MistralLite](https://huggingface.co/amazon/MistralLite) on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_amazon__MistralLite\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T12:51:23.360186](https://huggingface.co/datasets/open-llm-leaderboard/details_amazon__MistralLite/blob/main/results_2023-12-02T12-51-23.360186.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.01061410159211524,\n\ \ \"acc_stderr\": 0.002822713322387704\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.01061410159211524,\n \"acc_stderr\": 0.002822713322387704\n\ \ }\n}\n```" repo_url: https://huggingface.co/amazon/MistralLite leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T12_51_23.360186 path: - '**/details_harness|gsm8k|5_2023-12-02T12-51-23.360186.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T12-51-23.360186.parquet' - config_name: results data_files: - split: 2023_12_02T12_51_23.360186 path: - results_2023-12-02T12-51-23.360186.parquet - split: latest path: - results_2023-12-02T12-51-23.360186.parquet --- # Dataset Card for Evaluation run of amazon/MistralLite ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/amazon/MistralLite - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [amazon/MistralLite](https://huggingface.co/amazon/MistralLite) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_amazon__MistralLite", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T12:51:23.360186](https://huggingface.co/datasets/open-llm-leaderboard/details_amazon__MistralLite/blob/main/results_2023-12-02T12-51-23.360186.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.01061410159211524, "acc_stderr": 0.002822713322387704 }, "harness|gsm8k|5": { "acc": 0.01061410159211524, "acc_stderr": 0.002822713322387704 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.28841686248779297, -0.6193886399269104, 0.14212951064109802, 0.3171345293521881, -0.2043152153491974, 0.008857399225234985, -0.3013073801994324, -0.1933766007423401, 0.24826039373874664, 0.7019103765487671, -0.7120704650878906, -1.063674807548523, -0.6606624722480774, 0.16159319877624512, -0.3423665761947632, 1.327472448348999, -0.30438029766082764, -0.2342885136604309, 0.002748370636254549, -0.36927586793899536, -0.25501149892807007, -0.48200225830078125, -0.5859242081642151, -0.42567309737205505, 0.365316778421402, 0.5331636667251587, 0.4860018193721771, 0.672387957572937, 0.6164227724075317, 0.347806841135025, -0.03477492183446884, 0.23507823050022125, -0.6006039381027222, -0.02377571165561676, 0.14831380546092987, -0.6791383028030396, -0.7101004719734192, 0.041174594312906265, 0.6636197566986084, 0.3688683807849884, -0.2452172189950943, 0.7408531308174133, 0.2636581063270569, 0.580073893070221, -0.5086137056350708, 0.4189397990703583, -0.2932015359401703, 0.09158545732498169, -0.3183279037475586, -0.3613443076610565, -0.026026515290141106, -0.380129337310791, -0.06236373260617256, -0.6348665356636047, 0.3329971134662628, 0.13795162737369537, 0.9240727424621582, 0.34297510981559753, -0.19208014011383057, -0.22148799896240234, -0.4982626438140869, 0.841231107711792, -0.7565850615501404, -0.014051508158445358, 0.7048006057739258, 0.09681811183691025, -0.18225587904453278, -0.7790905237197876, -0.2700274884700775, 0.04307214915752411, -0.21300175786018372, 0.18377679586410522, -0.1196509599685669, -0.108403779566288, 0.42135804891586304, 0.6840632557868958, -0.6726362109184265, -0.09308893233537674, -0.5265004634857178, -0.10553932934999466, 0.9357458353042603, 0.44891688227653503, -0.04697761684656143, -0.42612671852111816, -0.4963682293891907, -0.3393898010253906, -0.3823910653591156, 0.28435051441192627, 0.3562223017215729, 0.43026652932167053, -0.6759408712387085, 0.7192537784576416, -0.30328893661499023, 0.43845435976982117, -0.1326422542333603, -0.30179357528686523, 0.7413403391838074, -0.5283163189888, -0.2531259059906006, 0.017090702429413795, 1.0436289310455322, 0.41199415922164917, -0.08332102745771408, 0.2716604471206665, -0.32813596725463867, -0.14177602529525757, 0.12965990602970123, -0.8159300088882446, -0.17418716847896576, 0.5636864304542542, -0.6511540412902832, -0.4415360391139984, 0.15352895855903625, -0.880849301815033, -0.3060007393360138, -0.24833662807941437, 0.2607932388782501, -0.11555291712284088, -0.31279125809669495, -0.0437995046377182, -0.18831580877304077, 0.10652845352888107, 0.2784658372402191, -0.5586050152778625, 0.5204322934150696, 0.7207338809967041, 0.9924353957176208, -0.09642358124256134, -0.4466739892959595, -0.3256606161594391, -0.1647217869758606, -0.21231117844581604, 0.5077143907546997, -0.08850904554128647, -0.4744270145893097, -0.020024999976158142, 0.2637796103954315, -0.09288783371448517, -0.6609583497047424, 0.8109405636787415, -0.29988205432891846, 0.24805766344070435, -0.3305872976779938, -0.5139750838279724, -0.22676785290241241, 0.35068362951278687, -0.6929473280906677, 1.5646132230758667, 0.37466976046562195, -0.9156774878501892, 0.14102798700332642, -0.777948796749115, -0.10786152631044388, 0.08024875819683075, -0.041241664439439774, -0.5228310823440552, -0.16476114094257355, 0.11128376424312592, 0.5646320581436157, -0.417908251285553, 0.1264261156320572, -0.1726967692375183, -0.42165979743003845, 0.1720571219921112, -0.3004317879676819, 1.0514864921569824, 0.12831376492977142, -0.38170453906059265, 0.1403406262397766, -0.9506465792655945, -0.0009264707914553583, 0.2778988480567932, -0.4965895414352417, -0.2251177728176117, -0.12523816525936127, 0.38209328055381775, 0.011434459127485752, 0.6086437702178955, -0.4790149927139282, 0.31820064783096313, -0.005074214190244675, 0.23724494874477386, 1.0026483535766602, 0.1202390119433403, 0.1755235493183136, -0.5293949842453003, 0.6334341764450073, -0.016712035983800888, 0.4281193017959595, 0.07857348769903183, -0.5006468892097473, -0.8136792182922363, -0.23990046977996826, 0.08058101683855057, 0.677534818649292, -0.43146586418151855, 0.7497740983963013, -0.4916423559188843, -0.7365080714225769, -0.7696638107299805, 0.2144978642463684, 0.40693399310112, 0.5332437753677368, 0.4384123384952545, -0.2606094777584076, -0.583159863948822, -1.0315234661102295, 0.06439491361379623, -0.19546794891357422, 0.0845760777592659, 0.506590723991394, 0.9015895128250122, -0.2960706055164337, 0.8238188624382019, -0.7751218676567078, -0.42216482758522034, -0.12145397067070007, 0.1917198747396469, 0.7745251059532166, 0.41286590695381165, 0.4601384401321411, -0.7181670069694519, -0.3266380727291107, -0.10000818222761154, -0.7842794060707092, -0.3249436616897583, -0.17085596919059753, -0.3534409701824188, 0.15413086116313934, -0.08904271572828293, -0.4533095061779022, 0.5742629766464233, 0.606563150882721, -0.6001110672950745, 0.6560066938400269, -0.011840718798339367, 0.40761598944664, -1.2118966579437256, 0.15138709545135498, 0.1327364593744278, -0.031091872602701187, -0.32703733444213867, -0.18605835735797882, -0.030488086864352226, 0.28652825951576233, -0.40534308552742004, 0.6248860359191895, -0.29245731234550476, -0.15830610692501068, -0.07536544650793076, 0.07562590390443802, 0.024921780452132225, 0.578127920627594, -0.18622732162475586, 0.7414243817329407, 0.5326960682868958, -0.5132676362991333, 0.5121436715126038, 0.5340970158576965, -0.46790215373039246, 0.3362940847873688, -0.6090090870857239, -0.09945866465568542, 0.133566215634346, 0.3222508728504181, -0.8400758504867554, -0.21947994828224182, 0.4722057282924652, -0.4172768294811249, 0.13215132057666779, -0.28602901101112366, -0.6998084783554077, -0.30878251791000366, -0.5005273222923279, 0.3288426101207733, 0.49724894762039185, -0.5768531560897827, 0.2955861985683441, 0.26566281914711, 0.005103805102407932, -0.7214710712432861, -0.7024239301681519, -0.20269328355789185, -0.41604533791542053, -0.5570676326751709, 0.434204638004303, -0.2257014364004135, -0.2759024500846863, 0.08543059974908829, -0.037517134100198746, -0.007848352193832397, 0.12704521417617798, 0.44045475125312805, 0.39635512232780457, -0.08148885518312454, -0.2128271758556366, -0.13746196031570435, -0.2058369368314743, 0.16325746476650238, 0.16237828135490417, 0.540533721446991, -0.1235598772764206, -0.2817273437976837, -0.30895429849624634, 0.03823139891028404, 0.36996763944625854, -0.12246481329202652, 0.7604007720947266, 0.7143042683601379, -0.32920271158218384, -0.31525900959968567, -0.3848040699958801, 0.00948118232190609, -0.4622778296470642, 0.28107523918151855, -0.16717679798603058, -0.7235800623893738, 0.8100874423980713, 0.15729810297489166, 0.3330427408218384, 0.6388801336288452, 0.5563076138496399, 0.1344308704137802, 0.5963135957717896, 0.3601168692111969, -0.22929827868938446, 0.5587019324302673, -0.826468825340271, -0.15269653499126434, -1.1522648334503174, -0.23941299319267273, -0.5670850872993469, -0.4322628676891327, -0.718332827091217, -0.4510261118412018, 0.33087605237960815, 0.33077001571655273, -0.45968562364578247, 0.449852854013443, -0.6911482214927673, 0.14233839511871338, 0.601507306098938, 0.17849352955818176, 0.28037217259407043, 0.01783834584057331, -0.0034553867299109697, 0.18400320410728455, -0.44544556736946106, -0.48548388481140137, 1.4750632047653198, 0.32157284021377563, 0.6110496520996094, -0.009874595329165459, 1.0194624662399292, 0.416860967874527, 0.42546546459198, -0.5277112722396851, 0.5511030554771423, 0.05513148382306099, -0.5551034808158875, -0.15276581048965454, -0.502138078212738, -0.9921849370002747, 0.37944793701171875, -0.1071741133928299, -0.7779516577720642, 0.1066758781671524, -0.1033935695886612, -0.13512270152568817, 0.20255543291568756, -0.4146496653556824, 0.8273849487304688, -0.35609081387519836, -0.4446958303451538, -0.00969349592924118, -0.5892070531845093, 0.3113822340965271, -0.05616587772965431, 0.4309678375720978, -0.2239990383386612, -0.17048212885856628, 1.099731683731079, -0.6178638339042664, 0.8923425078392029, -0.20876769721508026, -0.05914672836661339, 0.33545154333114624, -0.3561096489429474, 0.4070129692554474, 0.047534745186567307, -0.2583228349685669, 0.5414552092552185, -0.14337852597236633, -0.28590160608291626, -0.39262473583221436, 0.7932873964309692, -0.9887963533401489, -0.2708180248737335, -0.5873389840126038, -0.5378285050392151, 0.25370582938194275, 0.17405180633068085, 0.47009193897247314, 0.3255724310874939, -0.18397299945354462, 0.1548764705657959, 0.3141668736934662, -0.16496047377586365, 0.4738922417163849, 0.5092434287071228, -0.3672912120819092, -0.8358959555625916, 0.5759779810905457, 0.2704196870326996, -0.06185578554868698, 0.22401319444179535, 0.07818866521120071, -0.45863911509513855, -0.4823351502418518, -0.3719952404499054, 0.20476754009723663, -0.5924493670463562, -0.311489462852478, -0.405184805393219, -0.27811068296432495, -0.294963538646698, 0.015041396953165531, -0.3141946792602539, -0.37075570225715637, -0.4687320590019226, -0.30404916405677795, 0.7542298436164856, 0.5820715427398682, -0.26526111364364624, 0.36773747205734253, -0.9050065279006958, 0.26193439960479736, -0.235405832529068, 0.33973023295402527, -0.015580379404127598, -0.5917237401008606, -0.5242927670478821, 0.11882392317056656, -0.533748984336853, -0.821146547794342, 0.5098866820335388, 0.022454988211393356, 0.6699944734573364, 0.24492011964321136, 0.24524365365505219, 0.7762020826339722, -0.26357531547546387, 1.095749020576477, -0.07382126897573471, -0.6394953727722168, 0.7594296932220459, -0.34939610958099365, 0.041194576770067215, 0.5411449670791626, 0.3033106029033661, -0.5107256770133972, -0.20782917737960815, -0.9595450162887573, -1.2038451433181763, 0.9827526211738586, 0.600875973701477, -0.24514652788639069, 0.16626684367656708, 0.28761613368988037, 0.07325560599565506, 0.23170921206474304, -0.8039236068725586, -0.8209953308105469, 0.015594695694744587, -0.2528919577598572, -0.1958213895559311, -0.0024941216688603163, -0.6290884017944336, -0.40757349133491516, 0.9393832087516785, 0.056343402713537216, 0.25661006569862366, 0.20817668735980988, 0.07492972165346146, -0.25684794783592224, 0.18048447370529175, 0.2909802794456482, 0.6102328300476074, -0.3842173218727112, -0.20471324026584625, 0.1176292896270752, -0.6408631205558777, -0.0012880627764388919, 0.3994154632091522, -0.051537491381168365, -0.0942370817065239, 0.7788885235786438, 0.9233431816101074, 0.17905013263225555, -0.4899533987045288, 0.5033237338066101, -0.020647527649998665, -0.19685113430023193, -0.7146796584129333, 0.15275022387504578, -0.1155930608510971, 0.4811908006668091, 0.5170685648918152, -0.05015777796506882, 0.10333991050720215, -0.25360119342803955, 0.22820043563842773, 0.13955780863761902, -0.001252447604201734, -0.2508513629436493, 0.5450400114059448, -0.01623259112238884, -0.3395451307296753, 0.7045268416404724, -0.014030750840902328, -0.48534855246543884, 1.04289972782135, 0.3195796608924866, 1.0119272470474243, -0.1155179888010025, 0.17315775156021118, 0.5288711786270142, 0.3330495357513428, -0.1749172955751419, 0.6326917409896851, -0.11859912425279617, -0.7001954317092896, -0.1182815432548523, -0.8700964450836182, -0.26096442341804504, 0.2659178376197815, -1.034114956855774, 0.38639816641807556, -0.26209789514541626, -0.25601926445961, -0.26759570837020874, 0.4414282739162445, -0.8640982508659363, 0.10840515047311783, -0.03922007977962494, 0.8505751490592957, -1.072723388671875, 0.5733957290649414, 0.797188937664032, -0.5833675861358643, -0.8226380944252014, -0.24981717765331268, 0.10817768424749374, -0.767159104347229, 0.47474974393844604, 0.20241563022136688, 0.37456896901130676, -0.18348243832588196, -0.6475291848182678, -0.9925773739814758, 1.649415135383606, 0.07277516275644302, -0.42282959818840027, 0.3050070106983185, 0.2529654800891876, 0.5389273166656494, -0.4002821743488312, 0.5611295700073242, 0.6218289732933044, 0.670031726360321, -0.09027870744466782, -0.8933297991752625, 0.18384188413619995, -0.5020001530647278, -0.11185724288225174, 0.226115420460701, -0.8285971879959106, 1.0454670190811157, 0.0059302314184606075, -0.04362889751791954, -0.022901007905602455, 0.3903365135192871, 0.6424108147621155, 0.48725953698158264, 0.4647305905818939, 0.8881899118423462, 0.7424777746200562, -0.24237367510795593, 1.1057442426681519, -0.2662337124347687, 0.8191262483596802, 1.1503220796585083, -0.0019352087983861566, 0.8953932523727417, 0.20071633160114288, -0.49861010909080505, 0.5814340114593506, 0.9122424721717834, -0.3615573048591614, 0.41484335064888, 0.13332967460155487, -0.053223952651023865, 0.07428132742643356, -0.09694468230009079, -0.5790746212005615, 0.3709135055541992, 0.22106346487998962, -0.6617813110351562, -0.22977060079574585, -0.3262118399143219, 0.08359770476818085, -0.2842445373535156, -0.29940924048423767, 0.5777910351753235, 0.07668089866638184, -0.41039562225341797, 0.8153689503669739, -0.0910215675830841, 0.7349023222923279, -0.6968695521354675, -0.2485179752111435, -0.2096250355243683, 0.19617925584316254, -0.694530189037323, -0.8105936050415039, 0.07255623489618301, 0.18010027706623077, -0.3055858016014099, -0.2304646521806717, 0.4368930160999298, -0.3663316071033478, -0.5913037061691284, 0.47757017612457275, 0.4490219056606293, 0.2816953659057617, 0.13251616060733795, -1.0195811986923218, 0.2597234547138214, 0.17772747576236725, -0.7769946455955505, 0.33136090636253357, 0.4447616636753082, 0.06800564378499985, 0.5976722240447998, 0.7880524396896362, 0.13872133195400238, 0.09072142839431763, 0.029889831319451332, 0.9750046730041504, -0.74113929271698, -0.435882031917572, -0.7209863662719727, 0.9017717242240906, -0.22697307169437408, -0.722030758857727, 0.9002522826194763, 1.0661866664886475, 0.7579304575920105, 0.16783270239830017, 0.8351715803146362, -0.21665030717849731, 0.4587562084197998, -0.3547265827655792, 0.7989612817764282, -0.7570386528968811, 0.35878419876098633, -0.31618791818618774, -1.0674656629562378, 0.10180026292800903, 0.6515695452690125, -0.11129089444875717, -0.03075563907623291, 0.6887261867523193, 0.8964154124259949, -0.01612292416393757, 0.24294477701187134, -0.15199486911296844, 0.4475666880607605, 0.26314520835876465, 0.4512479305267334, 0.6078594923019409, -0.7519295811653137, 0.3610679805278778, -0.7190959453582764, -0.5411277413368225, -0.014400102198123932, -0.6931824088096619, -0.6602316498756409, -0.5984833240509033, -0.37884795665740967, -0.47634008526802063, -0.172892227768898, 1.0318694114685059, 0.46194154024124146, -0.7664476633071899, -0.5709403157234192, 0.02564757689833641, 0.12336672842502594, -0.35183843970298767, -0.34675315022468567, 0.6258362531661987, -0.040039289742708206, -0.8251977562904358, 0.3159834146499634, -0.13471490144729614, -0.2046406865119934, -0.16062301397323608, -0.1817169338464737, -0.18725980818271637, -0.32148778438568115, 0.40362709760665894, 0.09664866328239441, -0.6723723411560059, -0.17507986724376678, -0.3083523213863373, -0.014341446571052074, 0.16631458699703217, 0.331755667924881, -0.5868133902549744, 0.060659319162368774, 0.5614846348762512, 0.2851634621620178, 0.6864549517631531, 0.1305040717124939, 0.20230360329151154, -0.7079706788063049, 0.008507623337209225, 0.13803786039352417, 0.5521441698074341, 0.16435673832893372, -0.5585942268371582, 1.05167555809021, 0.2551983892917633, -0.7848019003868103, -0.8286111950874329, -0.13617543876171112, -1.1603171825408936, -0.03339192271232605, 1.3467780351638794, -0.21228943765163422, -0.29607513546943665, 0.05122767388820648, -0.2223556637763977, 0.2970605492591858, -0.7410054206848145, 0.5452833771705627, 0.7857389450073242, -0.34117811918258667, -0.023701084777712822, -0.6152578592300415, 0.4193609356880188, 0.0013437714660540223, -0.9250041246414185, 0.08264126628637314, 0.521638810634613, 0.4052366018295288, 0.23487251996994019, 0.8217207193374634, -0.05352366715669632, -0.1376701444387436, 0.016077376902103424, 0.2712160646915436, -0.1258007287979126, -0.10195864737033844, -0.32728248834609985, 0.17890304327011108, -0.2801388204097748, -0.38955095410346985 ]
EduAlmeida/brendataset
EduAlmeida
2023-12-02T12:58:22Z
0
0
[ "license:openrail++", "region:us" ]
null
2023-12-02T12:55:51Z
--- license: openrail++ ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
open-llm-leaderboard/details_01-ai__Yi-6B-200K
open-llm-leaderboard
2023-12-02T12:58:21Z
0
0
[ "region:us" ]
null
2023-12-02T12:56:53Z
--- pretty_name: Evaluation run of 01-ai/Yi-6B-200K dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [01-ai/Yi-6B-200K](https://huggingface.co/01-ai/Yi-6B-200K) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 4 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_01-ai__Yi-6B-200K\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T12:58:15.129366](https://huggingface.co/datasets/open-llm-leaderboard/details_01-ai__Yi-6B-200K/blob/main/results_2023-12-02T12-58-15.129366.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.3032600454890068,\n\ \ \"acc_stderr\": 0.0126615026634187\n },\n \"harness|gsm8k|5\": {\n\ \ \"acc\": 0.3032600454890068,\n \"acc_stderr\": 0.0126615026634187\n\ \ }\n}\n```" repo_url: https://huggingface.co/01-ai/Yi-6B-200K leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T12_56_50.280611 path: - '**/details_harness|gsm8k|5_2023-12-02T12-56-50.280611.parquet' - split: 2023_12_02T12_57_04.291453 path: - '**/details_harness|gsm8k|5_2023-12-02T12-57-04.291453.parquet' - split: 2023_12_02T12_57_29.899454 path: - '**/details_harness|gsm8k|5_2023-12-02T12-57-29.899454.parquet' - split: 2023_12_02T12_58_15.129366 path: - '**/details_harness|gsm8k|5_2023-12-02T12-58-15.129366.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T12-58-15.129366.parquet' - config_name: results data_files: - split: 2023_12_02T12_56_50.280611 path: - results_2023-12-02T12-56-50.280611.parquet - split: 2023_12_02T12_57_04.291453 path: - results_2023-12-02T12-57-04.291453.parquet - split: 2023_12_02T12_57_29.899454 path: - results_2023-12-02T12-57-29.899454.parquet - split: 2023_12_02T12_58_15.129366 path: - results_2023-12-02T12-58-15.129366.parquet - split: latest path: - results_2023-12-02T12-58-15.129366.parquet --- # Dataset Card for Evaluation run of 01-ai/Yi-6B-200K ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/01-ai/Yi-6B-200K - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [01-ai/Yi-6B-200K](https://huggingface.co/01-ai/Yi-6B-200K) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 4 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_01-ai__Yi-6B-200K", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T12:58:15.129366](https://huggingface.co/datasets/open-llm-leaderboard/details_01-ai__Yi-6B-200K/blob/main/results_2023-12-02T12-58-15.129366.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.3032600454890068, "acc_stderr": 0.0126615026634187 }, "harness|gsm8k|5": { "acc": 0.3032600454890068, "acc_stderr": 0.0126615026634187 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.41314202547073364, -0.6325424313545227, 0.2021467536687851, 0.20081491768360138, -0.16616655886173248, 0.05170479416847229, -0.29848527908325195, -0.20011575520038605, 0.3830859065055847, 0.6453735828399658, -0.812059760093689, -0.9769606590270996, -0.6539649367332458, 0.19216497242450714, -0.18571068346500397, 1.2490999698638916, -0.21837207674980164, -0.17064209282398224, -0.08097643405199051, -0.4084971845149994, -0.40527647733688354, -0.3783312439918518, -0.5121132731437683, -0.4715997278690338, 0.45927661657333374, 0.5894274711608887, 0.3639216125011444, 0.7880510687828064, 0.6331916451454163, 0.3790076673030853, 0.012107176706194878, 0.2405974119901657, -0.4793228805065155, -0.14587178826332092, 0.17683503031730652, -0.5471982359886169, -0.8844451308250427, 0.18755030632019043, 0.7471993565559387, 0.4390566349029541, -0.08481152355670929, 0.70303875207901, 0.020687097683548927, 0.6499295234680176, -0.51512211561203, 0.5745986700057983, -0.25495630502700806, -0.05029895901679993, -0.42544078826904297, -0.05823451280593872, -0.0827525183558464, -0.3341401517391205, -0.14184701442718506, -0.47330817580223083, 0.05035695433616638, 0.048030830919742584, 1.0270723104476929, 0.22932332754135132, -0.20835235714912415, -0.09843774884939194, -0.3190235197544098, 0.7631299495697021, -0.9563484191894531, -0.03554404899477959, 0.6082755327224731, 0.1168808713555336, -0.1696796715259552, -0.6778526306152344, -0.4252699911594391, -0.017958784475922585, -0.23574642837047577, 0.21963514387607574, 0.014275631867349148, -0.020892996340990067, 0.4957069456577301, 0.6401118636131287, -0.6735108494758606, 0.006536342203617096, -0.5039706230163574, -0.13180413842201233, 1.0856258869171143, 0.43963423371315, 0.14157195389270782, -0.5009380578994751, -0.3121400773525238, -0.3462122976779938, -0.41281449794769287, 0.19672347605228424, 0.5009461641311646, 0.5088649988174438, -0.7062075138092041, 0.7967911958694458, -0.4390941858291626, 0.557421088218689, -0.08459709584712982, -0.3401125371456146, 0.8860030174255371, -0.6811565160751343, -0.20099982619285583, -0.10672922432422638, 1.0616225004196167, 0.382000595331192, 0.019211547449231148, 0.18046797811985016, -0.30484282970428467, -0.14480598270893097, 0.06782016903162003, -0.7581632733345032, -0.15657998621463776, 0.3615722060203552, -0.5520331263542175, -0.31346777081489563, 0.3400920033454895, -0.8528682589530945, -0.12728798389434814, -0.29943493008613586, 0.2538173496723175, -0.11198130249977112, -0.33183151483535767, -0.14060351252555847, -0.009555100463330746, 0.3290911316871643, 0.13208158314228058, -0.5957103967666626, 0.37913718819618225, 0.606048047542572, 0.9403678178787231, -0.17977893352508545, -0.44758716225624084, -0.46261781454086304, -0.23046152293682098, -0.1850818246603012, 0.515779435634613, -0.09646707773208618, -0.35834410786628723, -0.12473095208406448, 0.2584848999977112, -0.34045249223709106, -0.6205809712409973, 0.6845892667770386, -0.27503934502601624, 0.15088386833667755, -0.25669795274734497, -0.48169633746147156, -0.1874776929616928, 0.37961387634277344, -0.7642911076545715, 1.373065710067749, 0.4068179130554199, -0.7919796109199524, 0.1556714028120041, -0.9009493589401245, -0.20905964076519012, 0.10128092765808105, -0.04244346171617508, -0.6559070348739624, -0.18344233930110931, 0.12664484977722168, 0.532623827457428, -0.30878326296806335, 0.0982336476445198, -0.26328954100608826, -0.40434014797210693, 0.061119500547647476, -0.0879213809967041, 1.0679751634597778, 0.18133258819580078, -0.33213627338409424, 0.25620973110198975, -1.0040309429168701, 0.11770366132259369, 0.3068290054798126, -0.48480507731437683, -0.13976140320301056, -0.235503688454628, 0.0932156890630722, 0.08304997533559799, 0.5565963387489319, -0.5263531804084778, 0.3619554340839386, -0.21103815734386444, 0.13496488332748413, 0.9416206479072571, 0.03024471364915371, 0.20668260753154755, -0.5440793037414551, 0.5787062644958496, 0.05259061977267265, 0.28921836614608765, 0.031607843935489655, -0.570756196975708, -0.8083327412605286, -0.23725974559783936, 0.17797793447971344, 0.6852763891220093, -0.43965861201286316, 0.7996602654457092, -0.4344247281551361, -0.6676863431930542, -0.7652885317802429, 0.13576367497444153, 0.4545462727546692, 0.5110729932785034, 0.40011361241340637, -0.290714830160141, -0.6628194451332092, -1.0326355695724487, 0.0389791801571846, -0.2934207320213318, 0.10815610736608505, 0.5211611390113831, 1.001085638999939, -0.2750158905982971, 0.7254142761230469, -0.738854706287384, -0.370944619178772, -0.382013738155365, 0.1316947638988495, 0.7679929733276367, 0.4899469017982483, 0.513302206993103, -0.6518253087997437, -0.4097701609134674, -0.14195726811885834, -0.7584985494613647, -0.3175544738769531, -0.15981224179267883, -0.29798424243927, 0.30075928568840027, -0.08788932859897614, -0.5237047672271729, 0.6130339503288269, 0.4856240153312683, -0.6029658317565918, 0.6941410899162292, 0.060208797454833984, 0.4003443121910095, -1.1783586740493774, 0.1482904553413391, 0.09431073814630508, 0.04990140348672867, -0.3742959797382355, -0.093411386013031, -0.04933103173971176, 0.3517386317253113, -0.389104425907135, 0.717388927936554, -0.4084658622741699, -0.2294428050518036, -0.011444376781582832, 0.10393252223730087, -0.0455893911421299, 0.5743690729141235, -0.3552550971508026, 0.7213413119316101, 0.43034127354621887, -0.401579886674881, 0.525880753993988, 0.5848539471626282, -0.566583514213562, 0.26390692591667175, -0.4479868412017822, 0.12304414808750153, 0.1704401969909668, 0.16604851186275482, -0.8298837542533875, -0.44839203357696533, 0.4796852767467499, -0.5410553216934204, 0.22520224750041962, -0.28536489605903625, -0.6664727926254272, -0.40804630517959595, -0.4851854145526886, 0.2598193287849426, 0.46903929114341736, -0.4637813866138458, 0.3521370589733124, 0.39413774013519287, 0.06645605713129044, -0.6651797294616699, -0.6729845404624939, -0.1964186280965805, -0.3640744984149933, -0.7217578291893005, 0.4003283381462097, -0.3248283863067627, -0.34441307187080383, 0.05959292873740196, -0.03723285719752312, -0.016169684007763863, 0.1611127108335495, 0.3081079125404358, 0.5732981562614441, -0.12629035115242004, -0.3942639231681824, -0.28517910838127136, -0.12656480073928833, 0.1981024295091629, 0.22628864645957947, 0.5072723627090454, -0.15409448742866516, -0.30397480726242065, -0.2801039218902588, 0.05826542153954506, 0.4228031635284424, -0.10752515494823456, 0.8843062520027161, 0.7642358541488647, -0.33586567640304565, -0.08645724505186081, -0.4192256033420563, 0.053781140595674515, -0.44903817772865295, 0.3864605128765106, -0.2710692882537842, -0.6237955093383789, 0.8609350323677063, 0.2649070918560028, 0.24850994348526, 0.6803843975067139, 0.5893107056617737, 0.15614067018032074, 0.7905392646789551, 0.30806174874305725, -0.2820984125137329, 0.556540846824646, -0.7653096914291382, -0.0706382617354393, -1.128904104232788, -0.41658589243888855, -0.5118228197097778, -0.4009134769439697, -0.8338497281074524, -0.3234093487262726, 0.3208211362361908, 0.1300024688243866, -0.48024609684944153, 0.42025360465049744, -0.47604212164878845, 0.19221463799476624, 0.6197667717933655, 0.17503562569618225, 0.11506730318069458, -0.17435654997825623, -0.03323429450392723, 0.21034850180149078, -0.45558708906173706, -0.3696959912776947, 1.3410154581069946, 0.24339257180690765, 0.5869352221488953, -0.01926148310303688, 0.9741958379745483, 0.3304975926876068, 0.35494357347488403, -0.5799327492713928, 0.6847726106643677, -0.08078634738922119, -0.47969239950180054, -0.1807427704334259, -0.5570372939109802, -0.8290823698043823, 0.12799322605133057, -0.08776961266994476, -0.8913329243659973, -0.04946327582001686, -0.08835780620574951, -0.14732079207897186, 0.3052698075771332, -0.5114790201187134, 0.9148997068405151, -0.2873762249946594, -0.4468448758125305, 0.08978837728500366, -0.7714043855667114, 0.3847951591014862, -0.0016137954080477357, 0.35609087347984314, -0.3045956492424011, 0.05556685850024223, 1.1569056510925293, -0.5955690145492554, 0.7648169994354248, -0.322599321603775, 0.18109525740146637, 0.3821362555027008, -0.4480349123477936, 0.5334866642951965, -0.003803427331149578, -0.2939658463001251, 0.46244972944259644, -0.27889132499694824, -0.22583328187465668, -0.37781640887260437, 0.8165773153305054, -0.9994741082191467, -0.3897566497325897, -0.47800126671791077, -0.6820591688156128, 0.17002065479755402, 0.27317628264427185, 0.3096889555454254, 0.24402132630348206, 0.02283809334039688, 0.2162533700466156, 0.2554304301738739, -0.222406268119812, 0.4579778015613556, 0.42900800704956055, -0.2367609292268753, -0.714695155620575, 0.5968363881111145, 0.3315522372722626, 0.03867112100124359, 0.15012900531291962, 0.0459529384970665, -0.4587293565273285, -0.6029084920883179, -0.44946837425231934, 0.3274121880531311, -0.570727527141571, -0.3954594135284424, -0.4163881838321686, -0.44952964782714844, -0.49444109201431274, 0.06160949915647507, -0.4071978032588959, -0.3314868211746216, -0.4327909052371979, -0.3416907787322998, 0.6240273118019104, 0.670446515083313, -0.35908159613609314, 0.35047855973243713, -0.7949349880218506, 0.26334089040756226, -0.23244516551494598, 0.45399782061576843, -0.12538081407546997, -0.6395260691642761, -0.6293904185295105, 0.1254095584154129, -0.3790050745010376, -0.8165165781974792, 0.6178205013275146, 0.01926584541797638, 0.7899141311645508, 0.11524439603090286, 0.19496680796146393, 0.8342843651771545, -0.17435088753700256, 1.0918666124343872, -0.13601146638393402, -0.6560962796211243, 0.6997060775756836, -0.3590748906135559, 0.22795584797859192, 0.5284607410430908, 0.1978151649236679, -0.38257646560668945, -0.1764625608921051, -0.8405733108520508, -1.268109917640686, 1.0854086875915527, 0.4362868666648865, -0.2512115240097046, 0.12107551842927933, 0.46656692028045654, -0.040219299495220184, 0.10657080262899399, -0.8251861333847046, -0.8091931343078613, -0.04824936389923096, -0.3185306191444397, -0.044417522847652435, -0.028521381318569183, -0.424511194229126, -0.3756520450115204, 0.9772888422012329, -0.10372593253850937, 0.39018571376800537, 0.07540962845087051, 0.003753470489755273, -0.2176034152507782, 0.16258738934993744, 0.2979063093662262, 0.6878990530967712, -0.41601964831352234, -0.2672821283340454, 0.22788211703300476, -0.5683730244636536, -0.004821931943297386, 0.3438113033771515, -0.11299990862607956, -0.23376712203025818, 0.7765735983848572, 0.9875086545944214, 0.027885060757398605, -0.41481757164001465, 0.46583715081214905, 0.06032571569085121, -0.2541370689868927, -0.618475615978241, 0.23754340410232544, -0.07602781802415848, 0.4427433907985687, 0.4089314043521881, -0.15226992964744568, 0.038273803889751434, -0.3132833242416382, 0.34219276905059814, 0.24007917940616608, 0.016758834943175316, -0.35600975155830383, 0.564974844455719, -0.08755829930305481, -0.2939807176589966, 0.9095397591590881, -0.1002817451953888, -0.4763648211956024, 1.100319743156433, 0.3189164698123932, 0.9921109676361084, -0.0551980659365654, 0.12627990543842316, 0.6692652106285095, 0.20145075023174286, -0.11514003574848175, 0.5840240120887756, 0.1555173099040985, -0.752684473991394, -0.3163295388221741, -0.7897903323173523, -0.2387104630470276, 0.447543740272522, -1.1034390926361084, 0.43877699971199036, -0.22094549238681793, -0.23921898007392883, -0.16113565862178802, 0.5496121048927307, -0.8790757656097412, 0.15434935688972473, 0.0977393314242363, 0.8840447068214417, -1.0012414455413818, 0.6501811146736145, 0.8674890995025635, -0.6249725818634033, -0.9579892754554749, -0.20542274415493011, 0.184376522898674, -0.8142243027687073, 0.5146420001983643, 0.2610079348087311, 0.39588746428489685, -0.1486242711544037, -0.7101659178733826, -0.9937319755554199, 1.6340200901031494, 0.11997267603874207, -0.42943140864372253, 0.192222461104393, 0.1951919049024582, 0.38196972012519836, -0.5014607906341553, 0.5332751870155334, 0.734616219997406, 0.809205174446106, -0.015034148469567299, -0.8959770202636719, 0.20229388773441315, -0.5252535343170166, -0.2082589715719223, 0.15371859073638916, -0.9625636339187622, 1.0332773923873901, -0.24872836470603943, 0.006163838319480419, 0.06752502173185349, 0.4806240499019623, 0.6315388083457947, 0.4562201201915741, 0.5011507272720337, 0.749452531337738, 0.614530086517334, -0.3445912301540375, 1.0391510725021362, -0.23580993711948395, 0.7230752110481262, 1.1501797437667847, -0.10211394727230072, 0.6725733280181885, 0.1856216937303543, -0.42803755402565, 0.578066885471344, 0.8588253855705261, -0.43567508459091187, 0.487991064786911, 0.2050248235464096, -0.009472053498029709, 0.022046217694878578, -0.05149608105421066, -0.38261574506759644, 0.5339290499687195, 0.16231684386730194, -0.4885452091693878, -0.0996900275349617, -0.34752780199050903, 0.1691405028104782, -0.288473516702652, -0.2897190749645233, 0.7065070271492004, -0.011478496715426445, -0.5891710519790649, 0.5826395750045776, -0.07217192649841309, 0.6185121536254883, -0.7334933280944824, -0.18139979243278503, -0.3491787016391754, 0.21339355409145355, -0.5542831420898438, -0.8933914303779602, 0.3029800057411194, 0.08908576518297195, -0.29172176122665405, -0.20606309175491333, 0.5593650341033936, -0.3050505220890045, -0.5471925735473633, 0.5439529418945312, 0.5221472382545471, 0.29790571331977844, 0.2536498010158539, -0.9804307818412781, 0.27086007595062256, 0.2835329473018646, -0.8517353534698486, 0.446064829826355, 0.31001991033554077, 0.03150908276438713, 0.5803656578063965, 0.6712741851806641, 0.161771759390831, 0.04019806906580925, 0.07794571667909622, 1.063621163368225, -0.7823027968406677, -0.3215857148170471, -0.8317428231239319, 0.9624480605125427, -0.20631098747253418, -0.5757176876068115, 0.8424789309501648, 0.9394481182098389, 0.933830738067627, 0.17281688749790192, 0.8757808208465576, -0.4365471601486206, 0.4530504047870636, -0.4357984960079193, 0.8911344408988953, -0.7205598950386047, 0.4194056987762451, -0.29560157656669617, -0.8527666926383972, -0.07352419942617416, 0.6812571287155151, -0.16149716079235077, 0.1382189691066742, 0.5487226843833923, 0.8704410195350647, 0.1349981278181076, 0.06519056856632233, -0.00813999678939581, 0.5019048452377319, 0.2724049985408783, 0.4639435112476349, 0.5174179077148438, -0.6925459504127502, 0.3644627630710602, -0.6458836197853088, -0.45120036602020264, -0.01814817450940609, -0.7385428547859192, -0.7647420763969421, -0.5599157810211182, -0.4199043810367584, -0.5368376970291138, -0.03735623508691788, 1.093066692352295, 0.48282498121261597, -0.8172150254249573, -0.4816695749759674, 0.14760571718215942, 0.21698744595050812, -0.242779940366745, -0.3337501585483551, 0.598060667514801, -0.06252365559339523, -0.8542305827140808, 0.3730398714542389, -0.15833114087581635, -0.17492306232452393, -0.12196963280439377, -0.24228154122829437, -0.4406874179840088, -0.28633010387420654, 0.3705378472805023, 0.0862535759806633, -0.5785599946975708, -0.35735759139060974, -0.11836538463830948, 0.05655224993824959, 0.2710800766944885, 0.28541430830955505, -0.6053677201271057, 0.07610960304737091, 0.6378875374794006, 0.2464313805103302, 0.6793347001075745, 0.07310909777879715, 0.29535090923309326, -0.7377923130989075, -0.09157957136631012, 0.04246361553668976, 0.5697834491729736, 0.21186432242393494, -0.5067376494407654, 1.1088182926177979, 0.36895987391471863, -0.7401577234268188, -0.8601511120796204, -0.15097086131572723, -1.1449517011642456, 0.06344736367464066, 1.3217111825942993, -0.4242861568927765, -0.32138198614120483, 0.08062326908111572, -0.03468263894319534, 0.45498621463775635, -0.6660522818565369, 0.5500022768974304, 0.7641415596008301, -0.44826921820640564, -0.09526637941598892, -0.6361751556396484, 0.3291909098625183, -0.07908111810684204, -1.039851188659668, -0.01907104067504406, 0.44888174533843994, 0.43724632263183594, 0.15195824205875397, 0.7545113563537598, -0.12819339334964752, -0.1551787555217743, -0.0115278922021389, 0.19873172044754028, -0.25050783157348633, -0.17270517349243164, -0.18149752914905548, 0.06642889976501465, -0.33874818682670593, -0.3745928406715393 ]
open-llm-leaderboard/details_Azure99__blossom-v3-mistral-7b
open-llm-leaderboard
2023-12-02T12:57:21Z
0
0
[ "region:us" ]
null
2023-12-02T12:57:16Z
--- pretty_name: Evaluation run of Azure99/blossom-v3-mistral-7b dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Azure99/blossom-v3-mistral-7b](https://huggingface.co/Azure99/blossom-v3-mistral-7b)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Azure99__blossom-v3-mistral-7b\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T12:57:13.954407](https://huggingface.co/datasets/open-llm-leaderboard/details_Azure99__blossom-v3-mistral-7b/blob/main/results_2023-12-02T12-57-13.954407.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.4670204700530705,\n\ \ \"acc_stderr\": 0.013742492794163416\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.4670204700530705,\n \"acc_stderr\": 0.013742492794163416\n\ \ }\n}\n```" repo_url: https://huggingface.co/Azure99/blossom-v3-mistral-7b leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T12_57_13.954407 path: - '**/details_harness|gsm8k|5_2023-12-02T12-57-13.954407.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T12-57-13.954407.parquet' - config_name: results data_files: - split: 2023_12_02T12_57_13.954407 path: - results_2023-12-02T12-57-13.954407.parquet - split: latest path: - results_2023-12-02T12-57-13.954407.parquet --- # Dataset Card for Evaluation run of Azure99/blossom-v3-mistral-7b ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Azure99/blossom-v3-mistral-7b - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Azure99/blossom-v3-mistral-7b](https://huggingface.co/Azure99/blossom-v3-mistral-7b) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Azure99__blossom-v3-mistral-7b", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T12:57:13.954407](https://huggingface.co/datasets/open-llm-leaderboard/details_Azure99__blossom-v3-mistral-7b/blob/main/results_2023-12-02T12-57-13.954407.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.4670204700530705, "acc_stderr": 0.013742492794163416 }, "harness|gsm8k|5": { "acc": 0.4670204700530705, "acc_stderr": 0.013742492794163416 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.2050487995147705, -0.5240560173988342, 0.21175244450569153, 0.32322731614112854, -0.14149872958660126, 0.12131483852863312, -0.22796905040740967, -0.09285034239292145, 0.3895684480667114, 0.597801923751831, -0.7286673188209534, -0.9161729216575623, -0.6021603941917419, 0.15047170221805573, -0.35922878980636597, 0.9414653778076172, -0.24635975062847137, -0.1294921636581421, -0.08393090963363647, -0.2502102255821228, -0.5710280537605286, -0.5082029104232788, -0.5973901748657227, -0.2501586973667145, 0.26138371229171753, 0.6101279258728027, 0.36442670226097107, 0.760959267616272, 0.6035658121109009, 0.36382293701171875, -0.22399717569351196, 0.314348965883255, -0.5645248293876648, 0.1200389713048935, 0.21445417404174805, -0.696861207485199, -0.710350513458252, 0.03428147733211517, 0.793701171875, 0.291904091835022, -0.13933438062667847, 0.6691253781318665, 0.1764417290687561, 0.6498203277587891, -0.6754279732704163, 0.5087327361106873, -0.4822562336921692, 0.1056048572063446, -0.37026333808898926, -0.054069701582193375, -0.07420362532138824, -0.2432984709739685, -0.37471887469291687, -0.4849856197834015, 0.1991834193468094, 0.0970827117562294, 0.9398259520530701, 0.21953117847442627, -0.22875499725341797, -0.12645936012268066, -0.4565434455871582, 0.877842128276825, -0.7718971371650696, 0.03101176582276821, 0.5992792844772339, 0.15555748343467712, -0.09993769228458405, -0.7999695539474487, -0.26975753903388977, 0.04175949469208717, -0.12211732566356659, 0.18110314011573792, -0.14799454808235168, -0.19069240987300873, 0.35388901829719543, 0.6554625630378723, -0.544765830039978, -0.03402040898799896, -0.6946441531181335, -0.2950657606124878, 1.0204744338989258, 0.5828441381454468, 0.012606767937541008, -0.3793785870075226, -0.4051200747489929, -0.2323046326637268, -0.49570462107658386, 0.3254494369029999, 0.23238664865493774, 0.6626327633857727, -0.5944110155105591, 0.6696255803108215, -0.3014355003833771, 0.4890235960483551, -0.0956956222653389, -0.19475512206554413, 0.8191722631454468, -0.6717226505279541, -0.1826934963464737, 0.167588472366333, 1.0596693754196167, 0.38443875312805176, -0.09954589605331421, 0.20298217236995697, -0.37606629729270935, -0.07289446145296097, 0.08176170289516449, -0.7957151532173157, 0.09732050448656082, 0.536998987197876, -0.5578097701072693, -0.44587650895118713, 0.1995280534029007, -0.7304596304893494, -0.37503325939178467, -0.32463183999061584, 0.08943925052881241, -0.14840450882911682, -0.30922019481658936, -0.24817071855068207, -0.033453360199928284, 0.1831316351890564, 0.1446414440870285, -0.49263739585876465, 0.3460531234741211, 0.8029415011405945, 1.0336360931396484, -0.30208057165145874, -0.5679561495780945, -0.42981064319610596, -0.30360645055770874, -0.36947569251060486, 0.3770519196987152, -0.13564857840538025, -0.3585785925388336, -0.023903625085949898, 0.27057087421417236, -0.34828779101371765, -0.697475790977478, 0.7372960448265076, -0.3731257915496826, 0.06158719211816788, -0.36621734499931335, -0.5294492244720459, -0.171825110912323, 0.2996315062046051, -0.7144591808319092, 1.3690659999847412, 0.3693023920059204, -0.6955812573432922, 0.09367384016513824, -0.8045763969421387, -0.06475897133350372, 0.1402641236782074, -0.07324761897325516, -0.49136167764663696, -0.13558383285999298, 0.09379466623067856, 0.519627571105957, -0.42546895146369934, 0.05203202739357948, -0.18793021142482758, -0.4610339105129242, 0.016130415722727776, -0.09795937687158585, 1.0270137786865234, 0.36782607436180115, -0.31079182028770447, 0.26513105630874634, -0.8992546796798706, 0.136010080575943, 0.24005703628063202, -0.3118544816970825, -0.008710001595318317, -0.3277849853038788, 0.2404593825340271, 0.10672668367624283, 0.5692651271820068, -0.5040812492370605, 0.22639930248260498, -0.1339670717716217, 0.37893596291542053, 0.895572304725647, 0.13151268661022186, 0.2536616027355194, -0.4121900498867035, 0.7475830316543579, 0.25433942675590515, 0.48405522108078003, -0.007602740544825792, -0.522648274898529, -0.8927218914031982, -0.17028707265853882, 0.11295954138040543, 0.6017516255378723, -0.4651073217391968, 0.5652909278869629, -0.4014151096343994, -0.7755820155143738, -0.8345749974250793, 0.23640337586402893, 0.48470038175582886, 0.5633444786071777, 0.3784351348876953, -0.14237256348133087, -0.7096191644668579, -1.1222829818725586, -0.009051371365785599, -0.14433525502681732, 0.3688828647136688, 0.42281073331832886, 0.881004810333252, -0.1545843482017517, 0.7985389232635498, -0.6944064497947693, -0.4119926989078522, -0.2589859366416931, -0.10359902679920197, 0.836685836315155, 0.405897855758667, 0.3798345923423767, -0.7954068779945374, -0.3710896074771881, -0.19941554963588715, -0.7877584099769592, -0.16386689245700836, -0.06118736416101456, -0.3111458122730255, 0.2017691433429718, 0.015026825480163097, -0.41918420791625977, 0.5899344086647034, 0.38878506422042847, -0.67879319190979, 0.5973119735717773, 0.17394384741783142, 0.415076345205307, -1.220864176750183, 0.0489596351981163, -0.06311330199241638, 0.008401265367865562, -0.49472707509994507, -0.042318545281887054, 0.11469800025224686, 0.2467973679304123, -0.7339465618133545, 0.6420501470565796, -0.392841100692749, -0.08660151064395905, -0.035082560032606125, -0.09872691333293915, -0.018865477293729782, 0.4185856282711029, -0.3349331319332123, 0.926442563533783, 0.5961645841598511, -0.4449020028114319, 0.4984520971775055, 0.5437977313995361, -0.3625939190387726, 0.2180919200181961, -0.47187232971191406, 0.05990537256002426, 0.11158248037099838, 0.03263126686215401, -0.698943018913269, -0.22776025533676147, 0.317025363445282, -0.4691804349422455, 0.05556865036487579, -0.3194413483142853, -0.4852948486804962, -0.3527742326259613, -0.5018399357795715, 0.2583150267601013, 0.5880584120750427, -0.4029918909072876, 0.4258715808391571, 0.28970256447792053, 0.11422266811132431, -0.6578117609024048, -0.7593231797218323, -0.08457044512033463, -0.43097856640815735, -0.6722843647003174, 0.38105809688568115, -0.07063590735197067, -0.320756733417511, 0.026648249477148056, 0.009629888460040092, -0.0858001708984375, 0.18532240390777588, 0.5852988362312317, 0.5034191608428955, -0.26034119725227356, -0.2813301980495453, -0.2751692235469818, -0.03328553959727287, 0.09840333461761475, 0.20497556030750275, 0.6164517998695374, -0.38779905438423157, -0.3547779321670532, -0.21574155986309052, 0.0589108020067215, 0.5222175121307373, -0.19267034530639648, 0.9284442067146301, 0.6414703726768494, -0.39537277817726135, -0.12700435519218445, -0.4131191074848175, 0.043759413063526154, -0.44729000329971313, 0.39790838956832886, -0.17928411066532135, -0.7028133869171143, 0.7834972739219666, 0.40018361806869507, 0.1081639751791954, 0.7634537816047668, 0.6420588493347168, 0.2783448398113251, 0.6323534846305847, 0.26000383496284485, -0.21855281293392181, 0.4525648057460785, -0.858502209186554, -0.10249495506286621, -1.1898558139801025, -0.41399532556533813, -0.43835121393203735, -0.34447088837623596, -0.6330591440200806, -0.2916056513786316, 0.2859174907207489, 0.3485625982284546, -0.580166757106781, 0.3830922245979309, -0.6336722373962402, 0.2419462949037552, 0.6096158623695374, 0.1569853574037552, 0.13697589933872223, -0.06443960964679718, -0.046770043671131134, 0.19705189764499664, -0.4709395170211792, -0.40009576082229614, 1.318535566329956, 0.26230400800704956, 0.38345763087272644, 0.019341429695487022, 1.0324801206588745, 0.43081241846084595, 0.3285216987133026, -0.48895263671875, 0.5974166989326477, 0.00996884610503912, -0.3801209032535553, -0.07690273970365524, -0.46873363852500916, -1.0174384117126465, 0.1998344510793686, -0.08269108831882477, -0.8858181834220886, 0.13758186995983124, 0.05646304041147232, -0.14137929677963257, 0.1957225501537323, -0.6049655675888062, 0.827694296836853, -0.30872946977615356, -0.5455313920974731, 0.14649491012096405, -0.5695317387580872, 0.405191034078598, -0.07713847607374191, 0.46153807640075684, -0.23936738073825836, -0.0870649442076683, 1.1298425197601318, -0.7514758706092834, 0.7155521512031555, -0.33526843786239624, 0.2686842679977417, 0.4584795832633972, -0.3126204311847687, 0.41632044315338135, -0.14728212356567383, -0.31184932589530945, 0.3763945698738098, -0.13043749332427979, -0.25241759419441223, -0.3799613118171692, 0.9591518044471741, -0.9905170202255249, -0.347023606300354, -0.5215697884559631, -0.5697987079620361, 0.10208460688591003, 0.2587122619152069, 0.33715197443962097, 0.24316902458667755, 0.13958442211151123, 0.24638761579990387, 0.12386772781610489, -0.015403005294501781, 0.5504171848297119, 0.3567420244216919, -0.4581177830696106, -0.7565732598304749, 0.6631397604942322, 0.317114919424057, -0.035723380744457245, 0.0976172462105751, 0.12934745848178864, -0.5668928027153015, -0.6261991262435913, -0.30142447352409363, 0.12764541804790497, -0.6788639426231384, -0.43164727091789246, -0.3334972858428955, -0.43509358167648315, -0.4679647982120514, 0.10592107474803925, -0.45379847288131714, -0.3947676420211792, -0.47955381870269775, -0.2635502815246582, 0.7373039126396179, 0.7245230674743652, -0.1615447700023651, 0.3413528800010681, -0.8791835308074951, 0.05027135834097862, -0.2931838631629944, 0.29002055525779724, 0.13390815258026123, -0.5789790153503418, -0.4489867389202118, 0.18640467524528503, -0.5557331442832947, -0.9011526703834534, 0.5998309254646301, 0.06275101006031036, 0.6188758015632629, 0.07445371896028519, 0.10155268013477325, 0.801882803440094, -0.16880932450294495, 1.2176226377487183, -0.06298422813415527, -0.6653317809104919, 0.760630190372467, -0.24765749275684357, 0.12666232883930206, 0.608929455280304, 0.22855733335018158, -0.48539870977401733, -0.05789279192686081, -0.9168872237205505, -1.320434808731079, 0.9945694208145142, 0.6499924063682556, -0.2935287058353424, 0.15578734874725342, 0.42511698603630066, -0.1635718196630478, 0.2370394468307495, -0.550730288028717, -0.821968138217926, -0.05119587481021881, -0.22727525234222412, -0.158357173204422, -0.0812901109457016, -0.31203803420066833, -0.33459511399269104, 1.015866756439209, 0.12355712801218033, 0.14603282511234283, 0.16138313710689545, -0.07400922477245331, -0.027076242491602898, 0.19918730854988098, 0.3104199767112732, 0.6711461544036865, -0.3076689541339874, -0.1264328509569168, 0.2158164232969284, -0.7239716053009033, 0.12166399508714676, 0.17003276944160461, -0.15900319814682007, -0.277271032333374, 0.8049572706222534, 1.0608683824539185, -0.03406532108783722, -0.377607524394989, 0.5382936000823975, 0.019384663552045822, -0.1387462615966797, -0.5711629986763, 0.23557233810424805, 0.04369743540883064, 0.3859328329563141, 0.4557189643383026, -0.08096777647733688, 0.07778573781251907, -0.23323896527290344, 0.2433333694934845, 0.11379481106996536, -0.24177660048007965, -0.19466301798820496, 0.5594119429588318, -0.09205575287342072, -0.5038528442382812, 0.8833217620849609, -0.0859898030757904, -0.5686222314834595, 1.0931472778320312, 0.33322179317474365, 0.9792085886001587, -0.01979023963212967, 0.008349907584488392, 0.5017401576042175, 0.17489869892597198, -0.08280990272760391, 0.7799438834190369, 0.15180815756320953, -0.6617763042449951, -0.16655515134334564, -0.8291100263595581, -0.1036713570356369, 0.3977000117301941, -1.0325896739959717, 0.454937219619751, -0.17416080832481384, -0.26533201336860657, -0.13745969533920288, 0.29548341035842896, -0.9343981742858887, 0.03119485452771187, 0.15032446384429932, 1.0123226642608643, -1.1253374814987183, 0.36524149775505066, 0.8706023097038269, -0.6654078364372253, -1.1159111261367798, -0.42502132058143616, 0.17665685713291168, -0.9798179268836975, 0.5788068771362305, 0.19270379841327667, 0.3860975503921509, -0.2089996486902237, -0.5814666152000427, -1.0302218198776245, 1.647223711013794, 0.19758188724517822, -0.5066850185394287, 0.3349839746952057, 0.3933558464050293, 0.39887598156929016, -0.4993050694465637, 0.6295483708381653, 0.6695166230201721, 0.6381167769432068, 0.12862756848335266, -0.8692530393600464, 0.19724304974079132, -0.579308032989502, 0.024185581132769585, 0.11927975714206696, -0.9172993898391724, 1.103557825088501, -0.025837106630206108, 0.07238281518220901, -0.0979890301823616, 0.5142121911048889, 0.6832588911056519, 0.38294753432273865, 0.4820578992366791, 0.6849765777587891, 0.7151091694831848, -0.23231016099452972, 1.0960980653762817, -0.4155583381652832, 0.8063070178031921, 1.1446952819824219, -0.07796505838632584, 0.8253870606422424, 0.3378729224205017, -0.465686559677124, 0.3506494462490082, 0.9474583268165588, -0.31504422426223755, 0.3323909044265747, 0.17355327308177948, -0.0035464686807245016, -0.055389199405908585, -0.2117878943681717, -0.5163970589637756, 0.4980691075325012, 0.060006484389305115, -0.6607103943824768, -0.21323488652706146, -0.3375231623649597, 0.17714545130729675, -0.24241137504577637, -0.5406264662742615, 0.5065486431121826, 0.06384249031543732, -0.5557640194892883, 0.8115656971931458, -0.18484966456890106, 0.5864479541778564, -0.5960997939109802, -0.2614918649196625, -0.33500346541404724, 0.3051358461380005, -0.7259474992752075, -0.8983994126319885, 0.17714455723762512, 0.125304713845253, -0.31167080998420715, -0.17265966534614563, 0.5881756544113159, -0.2460610717535019, -0.7191105484962463, 0.3168063759803772, 0.5389894843101501, 0.37387627363204956, 0.026746995747089386, -0.9385244846343994, 0.39689621329307556, 0.21618136763572693, -0.6558851003646851, 0.31196728348731995, 0.16557614505290985, -0.11325308680534363, 0.5732073783874512, 0.6182509064674377, 0.2544008791446686, 0.18102329969406128, 0.09995172917842865, 0.9515580534934998, -0.7062842845916748, -0.40173453092575073, -0.949806809425354, 0.8437595963478088, -0.24418601393699646, -0.660565972328186, 0.8931440114974976, 1.1888747215270996, 0.5539506673812866, 0.16419366002082825, 0.7766207456588745, -0.2160557359457016, 0.43731504678726196, -0.4271789789199829, 0.8834142684936523, -0.6602729558944702, 0.373224675655365, -0.055930208414793015, -0.8849604725837708, 0.11030837893486023, 0.42460498213768005, -0.18861086666584015, 0.09658767282962799, 0.6122889518737793, 0.969531774520874, 0.02132703922688961, 0.2599089443683624, -0.09473617374897003, 0.56782466173172, 0.3036641776561737, 0.4789215922355652, 0.751841127872467, -0.6793661117553711, 0.23656892776489258, -0.7459568381309509, -0.38714078068733215, 0.07623428106307983, -0.7829537391662598, -0.6246484518051147, -0.690545916557312, -0.3129405379295349, -0.657431960105896, -0.001993227517232299, 1.186492681503296, 0.534260094165802, -0.898237943649292, -0.47134602069854736, -0.0034428732469677925, 0.14473310112953186, -0.17606371641159058, -0.314431369304657, 0.6993481516838074, -0.15846633911132812, -0.6251248717308044, 0.3605363965034485, -0.2112281769514084, -0.2469843626022339, -0.09810356795787811, -0.1645606905221939, -0.1828751415014267, -0.43845561146736145, 0.36674463748931885, 0.048202063888311386, -0.6181021928787231, -0.06522159278392792, -0.09525132924318314, 0.13742418587207794, 0.25959447026252747, 0.25193142890930176, -0.5717858076095581, -0.00477063562721014, 0.4741746783256531, 0.2799876630306244, 0.6574225425720215, -0.011075367219746113, 0.15395312011241913, -0.6698191165924072, -0.07780373841524124, 0.20725958049297333, 0.6092671751976013, 0.20507758855819702, -0.6116951107978821, 0.923193097114563, 0.26431167125701904, -0.5994030833244324, -0.9736577868461609, -0.19404159486293793, -1.0804929733276367, 0.12479333579540253, 1.4818793535232544, -0.16850972175598145, -0.4834114611148834, 0.17518270015716553, -0.12551060318946838, 0.23605763912200928, -0.7280682921409607, 0.36187419295310974, 0.6945230960845947, -0.4660782814025879, -0.009965460747480392, -0.48233166337013245, 0.3750038146972656, -0.05030681937932968, -0.9329700469970703, 0.04540599510073662, 0.29486626386642456, 0.39522674679756165, 0.19814610481262207, 0.7143704891204834, -0.045740094035863876, -0.06459146738052368, -0.012430569157004356, 0.17594018578529358, -0.42411479353904724, -0.0926661491394043, -0.38149791955947876, 0.1737525314092636, -0.14026184380054474, -0.4341355264186859 ]
open-llm-leaderboard/details_llm-jp__llm-jp-13b-instruct-full-jaster-v1.0
open-llm-leaderboard
2023-12-02T13:00:09Z
0
0
[ "region:us" ]
null
2023-12-02T13:00:04Z
--- pretty_name: Evaluation run of llm-jp/llm-jp-13b-instruct-full-jaster-v1.0 dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [llm-jp/llm-jp-13b-instruct-full-jaster-v1.0](https://huggingface.co/llm-jp/llm-jp-13b-instruct-full-jaster-v1.0)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_llm-jp__llm-jp-13b-instruct-full-jaster-v1.0\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:00:01.308695](https://huggingface.co/datasets/open-llm-leaderboard/details_llm-jp__llm-jp-13b-instruct-full-jaster-v1.0/blob/main/results_2023-12-02T13-00-01.308695.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.0,\n \"\ acc_stderr\": 0.0\n },\n \"harness|gsm8k|5\": {\n \"acc\": 0.0,\n \ \ \"acc_stderr\": 0.0\n }\n}\n```" repo_url: https://huggingface.co/llm-jp/llm-jp-13b-instruct-full-jaster-v1.0 leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_00_01.308695 path: - '**/details_harness|gsm8k|5_2023-12-02T13-00-01.308695.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-00-01.308695.parquet' - config_name: results data_files: - split: 2023_12_02T13_00_01.308695 path: - results_2023-12-02T13-00-01.308695.parquet - split: latest path: - results_2023-12-02T13-00-01.308695.parquet --- # Dataset Card for Evaluation run of llm-jp/llm-jp-13b-instruct-full-jaster-v1.0 ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/llm-jp/llm-jp-13b-instruct-full-jaster-v1.0 - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [llm-jp/llm-jp-13b-instruct-full-jaster-v1.0](https://huggingface.co/llm-jp/llm-jp-13b-instruct-full-jaster-v1.0) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_llm-jp__llm-jp-13b-instruct-full-jaster-v1.0", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:00:01.308695](https://huggingface.co/datasets/open-llm-leaderboard/details_llm-jp__llm-jp-13b-instruct-full-jaster-v1.0/blob/main/results_2023-12-02T13-00-01.308695.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.0, "acc_stderr": 0.0 }, "harness|gsm8k|5": { "acc": 0.0, "acc_stderr": 0.0 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.4746330678462982, -0.6996911764144897, 0.2864231467247009, 0.12039753049612045, -0.2466517686843872, 0.046984411776065826, -0.42600762844085693, -0.14602130651474, 0.42181333899497986, 0.7440930604934692, -0.8133127093315125, -0.9714739322662354, -0.7135080695152283, 0.20831601321697235, -0.16311600804328918, 1.2851580381393433, -0.2657128572463989, -0.1046319231390953, -0.17591600120067596, -0.25005805492401123, -0.40799638628959656, -0.32007500529289246, -0.46884772181510925, -0.4202616214752197, 0.4394910931587219, 0.5464345812797546, 0.3344630002975464, 0.6226566433906555, 0.6715912222862244, 0.3857179284095764, -0.12260515242815018, 0.16236071288585663, -0.45304644107818604, 0.1390989124774933, 0.1380034238100052, -0.5222965478897095, -0.6350324749946594, 0.07902933657169342, 0.762112557888031, 0.5093024373054504, -0.07754329591989517, 0.5665251016616821, 0.13132694363594055, 0.7055195569992065, -0.5926700234413147, 0.5642834901809692, -0.2670753002166748, -0.018388798460364342, -0.3726717233657837, -0.13557304441928864, -0.1271982043981552, -0.36367902159690857, -0.042673878371715546, -0.6301365494728088, 0.1394389271736145, -0.038664720952510834, 0.972210168838501, 0.21396631002426147, -0.14059138298034668, -0.30440786480903625, -0.31629735231399536, 0.7282223105430603, -0.7357195019721985, -0.15262019634246826, 0.5249401926994324, 0.15030772984027863, -0.18924006819725037, -0.5806444883346558, -0.17573516070842743, -0.1465151160955429, -0.26994895935058594, 0.3142606317996979, 0.13518516719341278, 0.00463486323133111, 0.5102858543395996, 0.6447283625602722, -0.6474654674530029, -0.14824077486991882, -0.5455639362335205, -0.07429328560829163, 0.9612404108047485, 0.4687865674495697, -0.011560349725186825, -0.5257858633995056, -0.3702659606933594, -0.452851265668869, -0.3767356872558594, 0.0775977298617363, 0.448203980922699, 0.6081835627555847, -0.6605840921401978, 0.7971936464309692, -0.3971237242221832, 0.5005165338516235, -0.028816767036914825, -0.30093666911125183, 0.7197513580322266, -0.6310530304908752, -0.21179261803627014, 0.09322559833526611, 1.0757814645767212, 0.2937648892402649, 0.08150801062583923, 0.228840172290802, -0.3200916349887848, -0.1667994260787964, 0.11848011612892151, -0.8054606914520264, -0.13455647230148315, 0.17576052248477936, -0.40635746717453003, -0.47215595841407776, 0.32568034529685974, -0.7701015472412109, -0.28427812457084656, -0.24687157571315765, 0.4446049928665161, -0.18049582839012146, -0.3488138020038605, 0.015812797471880913, -0.08957084268331528, 0.17258262634277344, 0.17208747565746307, -0.5085240006446838, 0.3904286026954651, 0.6095209121704102, 0.9063225984573364, -0.1124468594789505, -0.31739091873168945, -0.2304445207118988, -0.2423495203256607, -0.189334437251091, 0.333627313375473, -0.1406279355287552, -0.4488614797592163, -0.07506536692380905, 0.31872767210006714, -0.2785445749759674, -0.5518078207969666, 0.6031396389007568, -0.2919504642486572, 0.3638248145580292, -0.3602287173271179, -0.5466442108154297, -0.08676768839359283, 0.38997718691825867, -0.6771392822265625, 1.2996314764022827, 0.4202924966812134, -0.9823058247566223, 0.1559445708990097, -1.0120729207992554, -0.22756877541542053, 0.11066006124019623, 0.03268834576010704, -0.5996648073196411, -0.07902176678180695, 0.12525558471679688, 0.6202002763748169, -0.3350208103656769, 0.22073403000831604, -0.17116430401802063, -0.5520086288452148, 0.14602422714233398, -0.11011058837175369, 1.1156188249588013, 0.15511909127235413, -0.2833033502101898, 0.07508856803178787, -0.8233810067176819, -0.012092378921806812, 0.36787575483322144, -0.4711495339870453, -0.3628981113433838, -0.23612646758556366, 0.06240624934434891, -0.010404150933027267, 0.6005932092666626, -0.5043402910232544, 0.4576375186443329, -0.2275911122560501, 0.002694163005799055, 0.9642918109893799, 0.13582327961921692, 0.27017778158187866, -0.5428422093391418, 0.6389139890670776, 0.0726061537861824, 0.3136809766292572, 0.02494656667113304, -0.4425039291381836, -0.9257457256317139, -0.21276937425136566, 0.2449669986963272, 0.5695923566818237, -0.6434850096702576, 0.7697674632072449, -0.573343813419342, -0.6642172932624817, -0.7158914804458618, -0.001347845420241356, 0.5399240255355835, 0.34282174706459045, 0.3050091564655304, -0.36481863260269165, -0.7554911375045776, -1.1153757572174072, 0.04721522331237793, -0.2555312514305115, 0.15072356164455414, 0.43273645639419556, 0.9980164766311646, -0.1609363555908203, 0.689445972442627, -0.5985798835754395, -0.20549587905406952, -0.370836079120636, 0.11138727515935898, 0.9066125154495239, 0.46666228771209717, 0.27978554368019104, -0.5560389161109924, -0.3949248492717743, -0.1861335188150406, -0.8621132969856262, -0.2703626751899719, -0.31430262327194214, -0.30306652188301086, 0.1339687705039978, -0.17505471408367157, -0.35072091221809387, 0.44343534111976624, 0.4146844446659088, -0.5618260502815247, 0.577369213104248, 0.14797692000865936, 0.4496045410633087, -1.2916293144226074, 0.04276024550199509, 0.17810016870498657, 0.005499988794326782, -0.32610994577407837, -0.01658228039741516, -0.0752088651061058, 0.4038107693195343, -0.37920036911964417, 0.5981102585792542, -0.40193498134613037, -0.2796742618083954, 0.05120060220360756, 0.062129124999046326, -0.101222924888134, 0.4623793959617615, -0.3216809630393982, 0.9066482782363892, 0.5177359580993652, -0.4299038350582123, 0.43186360597610474, 0.559902548789978, -0.6235042214393616, 0.23277805745601654, -0.4141833782196045, 0.020597737282514572, 0.0867709219455719, 0.07467379420995712, -0.8239141702651978, -0.47566571831703186, 0.5171827673912048, -0.5462876558303833, 0.34848275780677795, -0.4358946681022644, -0.6422342658042908, -0.36866283416748047, -0.5612569451332092, 0.04769399017095566, 0.4960164725780487, -0.5234458446502686, 0.27190157771110535, 0.3863944113254547, -0.011488435789942741, -0.6601372957229614, -0.7540965676307678, -0.1850859373807907, -0.29462748765945435, -0.625699520111084, 0.3354417383670807, -0.21422122418880463, -0.2971726953983307, -0.008609583601355553, -0.052962034940719604, -0.06875099986791611, 0.2687770128250122, 0.4233936369419098, 0.6228180527687073, -0.1462896764278412, -0.3154202997684479, -0.06711499392986298, -0.1259988248348236, 0.25851744413375854, 0.2927726209163666, 0.4829696714878082, -0.1783367544412613, -0.2488221824169159, -0.1714804321527481, 0.0020945933647453785, 0.46301862597465515, 0.1866864562034607, 0.8481332063674927, 0.6633159518241882, -0.15500015020370483, 0.06118452548980713, -0.44957876205444336, 0.042180437594652176, -0.4753112196922302, 0.38897058367729187, -0.29610008001327515, -0.871271550655365, 0.6399086713790894, 0.26977336406707764, 0.2094619870185852, 0.6798484325408936, 0.5682631134986877, 0.0830458253622055, 0.7197778224945068, 0.24488389492034912, -0.1564633697271347, 0.5979925394058228, -0.7225979566574097, -0.21665064990520477, -1.1497482061386108, -0.35163748264312744, -0.4576122760772705, -0.29786691069602966, -0.9647192358970642, -0.2869850993156433, 0.4328543543815613, 0.17437443137168884, -0.5277765393257141, 0.5648777484893799, -0.7428430318832397, 0.4060137867927551, 0.5651131868362427, 0.20858004689216614, 0.17274953424930573, -0.015185964293777943, -0.16194412112236023, 0.09856666624546051, -0.4488418996334076, -0.4026014506816864, 1.3176162242889404, 0.19536681473255157, 0.7452144026756287, -0.07164188474416733, 1.1114104986190796, 0.32672950625419617, 0.4330568313598633, -0.5766614079475403, 0.7418160438537598, 0.02118799462914467, -0.690522313117981, -0.16004863381385803, -0.6314782500267029, -0.8177229762077332, 0.21157336235046387, -0.13296093046665192, -0.8271551132202148, -0.1510542780160904, -0.17812815308570862, 0.08828384429216385, 0.263185054063797, -0.4179864525794983, 0.7639892101287842, -0.24470525979995728, -0.4970012307167053, 0.08039946854114532, -0.811527669429779, 0.5189245343208313, 0.021903865039348602, 0.2344878613948822, -0.270331472158432, 0.02031073160469532, 1.1644548177719116, -0.48246604204177856, 0.8277674913406372, -0.3626576066017151, 0.19011780619621277, 0.2937767207622528, -0.30278897285461426, 0.5272642374038696, 0.022490132600069046, -0.24328671395778656, 0.33029231429100037, -0.17208418250083923, -0.1443818211555481, -0.3059139549732208, 0.8818883299827576, -1.0117061138153076, -0.38496696949005127, -0.5445972084999084, -0.5376834273338318, 0.12888477742671967, 0.0825759619474411, 0.3355015516281128, 0.22080160677433014, -0.03580774366855621, 0.3358418345451355, 0.3727701008319855, -0.19040770828723907, 0.44769367575645447, 0.4412898123264313, -0.2984157204627991, -0.7231696844100952, 0.5357466340065002, 0.18348680436611176, -0.0006906549097038805, 0.2802828252315521, 0.05835564061999321, -0.4460616111755371, -0.4947044849395752, -0.46337834000587463, 0.2031283974647522, -0.6468742489814758, -0.3217202126979828, -0.4116239845752716, -0.490385502576828, -0.2747301757335663, -0.058515194803476334, -0.49473121762275696, -0.40596118569374084, -0.28807005286216736, -0.17410264909267426, 0.6648021340370178, 0.6961289048194885, -0.3033130168914795, 0.3034006357192993, -0.756632387638092, 0.06115393340587616, -0.23756662011146545, 0.3782850205898285, -0.18955200910568237, -0.6330598592758179, -0.6324452757835388, 0.0852741003036499, -0.4092130959033966, -0.728550374507904, 0.4283657670021057, -0.1549922674894333, 0.6645915508270264, 0.022743452340364456, 0.14679567515850067, 0.8439340591430664, -0.04859478399157524, 1.0575731992721558, 0.06404975801706314, -0.6520028114318848, 0.7727068662643433, -0.37056460976600647, 0.25065940618515015, 0.7243288159370422, 0.29547080397605896, -0.499252051115036, -0.2689701020717621, -0.8205705881118774, -1.1469014883041382, 1.0158463716506958, 0.534223198890686, -0.1954851895570755, 0.04702531918883324, 0.3803873658180237, 0.06094769388437271, 0.050409168004989624, -0.8285558819770813, -0.7804220914840698, 0.06383762508630753, -0.28016918897628784, 0.028301797807216644, -0.10598424822092056, -0.37508392333984375, -0.41330069303512573, 1.005144715309143, 0.052730195224285126, 0.4723101854324341, 0.14287610352039337, -0.11256762593984604, -0.17611190676689148, 0.31538423895835876, 0.2630676329135895, 0.6254986524581909, -0.45077818632125854, -0.26493754982948303, 0.3338177502155304, -0.5534381866455078, 0.13081242144107819, 0.2711292505264282, -0.11998836696147919, -0.045316293835639954, 0.7636205554008484, 0.901262104511261, 0.12470666319131851, -0.3418520987033844, 0.5945727229118347, -0.0192577987909317, -0.3525501787662506, -0.6580244302749634, 0.31423503160476685, -0.13818730413913727, 0.3647148311138153, 0.3115755319595337, -0.18457236886024475, 0.047911833971738815, -0.20001687109470367, 0.2606514096260071, 0.19980603456497192, -0.1282738894224167, -0.22046566009521484, 0.4510191082954407, -0.08270572125911713, -0.1019565612077713, 0.7096745371818542, -0.11705909669399261, -0.43303215503692627, 0.9255873560905457, 0.31197619438171387, 0.9707300662994385, 0.03929976373910904, 0.052987661212682724, 0.7477821111679077, 0.22248058021068573, -0.1615874469280243, 0.5454410910606384, -0.03664537891745567, -0.7124843001365662, -0.4063347280025482, -0.8163973093032837, -0.3412032425403595, 0.36326345801353455, -1.1874977350234985, 0.33214277029037476, -0.29281920194625854, -0.20841291546821594, -0.19455178081989288, 0.5558463335037231, -0.8508612513542175, 0.03801395371556282, 0.12207408994436264, 0.8115349411964417, -1.0357921123504639, 0.5874748826026917, 0.9004640579223633, -0.6001059412956238, -0.7615374326705933, -0.3190401494503021, 0.14144742488861084, -0.7918438911437988, 0.4961107075214386, 0.27543026208877563, 0.344326913356781, -0.257087379693985, -0.7079890370368958, -0.9415879249572754, 1.5378810167312622, 0.006728809326887131, -0.6710829138755798, 0.20957133173942566, 0.14076340198516846, 0.29641589522361755, -0.4041541814804077, 0.6402575969696045, 0.6432205438613892, 0.8589069843292236, 0.0360095277428627, -0.8038108944892883, 0.26209598779678345, -0.47821101546287537, 0.0032559374812990427, 0.3349994122982025, -0.7020411491394043, 0.8788601160049438, -0.07770812511444092, -0.01357092335820198, 0.15144290030002594, 0.33293598890304565, 0.6845337748527527, 0.2835924029350281, 0.5358254909515381, 0.707634449005127, 0.516817033290863, -0.3896598517894745, 1.1410702466964722, -0.19712764024734497, 0.8251915574073792, 1.1610589027404785, -0.04694307968020439, 0.5109624862670898, 0.25573965907096863, -0.46662673354148865, 0.4634696841239929, 0.7986748814582825, -0.39657583832740784, 0.5699253082275391, 0.27058225870132446, -0.1084103062748909, -0.15698778629302979, -0.03686289116740227, -0.49342116713523865, 0.52997887134552, 0.22221650183200836, -0.650310754776001, -0.1436942219734192, -0.3425361216068268, 0.22674286365509033, -0.35306650400161743, -0.19754549860954285, 0.7079479098320007, -0.15919838845729828, -0.533216655254364, 0.6178111433982849, -0.14577029645442963, 0.7928053736686707, -0.6843547224998474, -0.09445968270301819, -0.26298776268959045, 0.17468395829200745, -0.33034035563468933, -0.9874900579452515, 0.22423098981380463, 0.1689596027135849, -0.29486095905303955, -0.25628986954689026, 0.6203842163085938, -0.24785220623016357, -0.6230269074440002, 0.4453746974468231, 0.59766685962677, 0.3886739909648895, 0.2897339463233948, -0.9982935786247253, 0.291677862405777, 0.27569398283958435, -0.8629198670387268, 0.4111742377281189, 0.29022401571273804, 0.15076854825019836, 0.4850652515888214, 0.6285476684570312, 0.09002760052680969, -0.13569903373718262, 0.18095050752162933, 1.1169971227645874, -0.8384539484977722, -0.17307323217391968, -0.8699265122413635, 0.8674620389938354, -0.32072964310646057, -0.6227531433105469, 0.7411507368087769, 0.9638190269470215, 0.9583942294120789, 0.11042793840169907, 0.8836776614189148, -0.4215024709701538, 0.5070523619651794, -0.48856163024902344, 0.8683611750602722, -0.737705647945404, 0.4070698022842407, -0.26114627718925476, -0.8243006467819214, -0.0626552402973175, 0.791576087474823, -0.24981020390987396, 0.12373719364404678, 0.5938747525215149, 1.0015008449554443, 0.048854760825634, 0.14829377830028534, 0.059832215309143066, 0.46428075432777405, 0.15525181591510773, 0.5715522766113281, 0.8143652081489563, -0.6802064776420593, 0.3709179162979126, -0.7000015377998352, -0.31008267402648926, -0.09688442945480347, -0.6396579146385193, -0.8657543659210205, -0.5774371027946472, -0.4015747010707855, -0.589933454990387, 0.21696142852306366, 1.2224290370941162, 0.4993090033531189, -0.7612821459770203, -0.43171635270118713, 0.025902217254042625, 0.16316483914852142, -0.0423860102891922, -0.3459671437740326, 0.4115757346153259, -0.09174414724111557, -0.7090241312980652, 0.38263413310050964, -0.10159659385681152, -0.1888681799173355, -0.08264072239398956, -0.2136448472738266, -0.3163631856441498, -0.41537126898765564, 0.3322490155696869, -0.08754979819059372, -0.6184154748916626, -0.2704917788505554, -0.2445124238729477, -0.12963217496871948, 0.2656247317790985, 0.30587536096572876, -0.6216179728507996, 0.1588738113641739, 0.5651100277900696, 0.23500292003154755, 0.8493277430534363, -0.07913948595523834, 0.16534894704818726, -0.8037534952163696, -0.11406579613685608, 0.1279461830854416, 0.6364866495132446, 0.24427112936973572, -0.41933462023735046, 1.155578374862671, 0.28958186507225037, -0.627866268157959, -0.7077948451042175, -0.20995201170444489, -1.136754035949707, -0.017400169745087624, 1.3120408058166504, -0.3129595220088959, -0.33582380414009094, 0.1489085555076599, -0.04707026854157448, 0.5005053877830505, -0.6873371601104736, 0.5325265526771545, 0.750678539276123, -0.22830137610435486, -0.10087621957063675, -0.6264519691467285, 0.1572899967432022, -0.036553263664245605, -0.9177771210670471, -0.01667429506778717, 0.4194166660308838, 0.4643593430519104, 0.15601566433906555, 0.6650104522705078, -0.16617560386657715, -0.1238781213760376, 0.010959124192595482, 0.30621546506881714, -0.33478838205337524, -0.16172847151756287, -0.2033921480178833, -0.012486064806580544, -0.34206756949424744, -0.3794647455215454 ]
open-llm-leaderboard/details_Weyaxi__OpenOrca-Zephyr-7B
open-llm-leaderboard
2023-12-02T13:01:47Z
0
0
[ "region:us" ]
null
2023-12-02T13:01:43Z
--- pretty_name: Evaluation run of Weyaxi/OpenOrca-Zephyr-7B dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Weyaxi/OpenOrca-Zephyr-7B](https://huggingface.co/Weyaxi/OpenOrca-Zephyr-7B)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Weyaxi__OpenOrca-Zephyr-7B\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:01:40.868867](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__OpenOrca-Zephyr-7B/blob/main/results_2023-12-02T13-01-40.868867.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.4624715693707354,\n\ \ \"acc_stderr\": 0.013733636059107756\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.4624715693707354,\n \"acc_stderr\": 0.013733636059107756\n\ \ }\n}\n```" repo_url: https://huggingface.co/Weyaxi/OpenOrca-Zephyr-7B leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_01_40.868867 path: - '**/details_harness|gsm8k|5_2023-12-02T13-01-40.868867.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-01-40.868867.parquet' - config_name: results data_files: - split: 2023_12_02T13_01_40.868867 path: - results_2023-12-02T13-01-40.868867.parquet - split: latest path: - results_2023-12-02T13-01-40.868867.parquet --- # Dataset Card for Evaluation run of Weyaxi/OpenOrca-Zephyr-7B ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Weyaxi/OpenOrca-Zephyr-7B - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Weyaxi/OpenOrca-Zephyr-7B](https://huggingface.co/Weyaxi/OpenOrca-Zephyr-7B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Weyaxi__OpenOrca-Zephyr-7B", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:01:40.868867](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__OpenOrca-Zephyr-7B/blob/main/results_2023-12-02T13-01-40.868867.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.4624715693707354, "acc_stderr": 0.013733636059107756 }, "harness|gsm8k|5": { "acc": 0.4624715693707354, "acc_stderr": 0.013733636059107756 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.3125234544277191, -0.6126351952552795, 0.12869080901145935, 0.21612367033958435, -0.20336592197418213, 0.017391713336110115, -0.42808160185813904, -0.2582443654537201, 0.364556223154068, 0.6562151312828064, -0.6108248233795166, -1.058517575263977, -0.6535733938217163, 0.10605596005916595, -0.08882509171962738, 1.1114437580108643, -0.2628776431083679, -0.16631929576396942, 0.008673395030200481, -0.3977697491645813, -0.35690996050834656, -0.4257628321647644, -0.46225032210350037, -0.4480469226837158, 0.5116565227508545, 0.6175563931465149, 0.48495545983314514, 0.6775385737419128, 0.7123010754585266, 0.3360200524330139, -0.18009687960147858, 0.14881153404712677, -0.5563417673110962, -0.07185839861631393, 0.06729015707969666, -0.6673889756202698, -0.6566683650016785, 0.040883854031562805, 0.6933417916297913, 0.5467327237129211, -0.18123862147331238, 0.6498991847038269, 0.10943185538053513, 0.571965754032135, -0.6331236362457275, 0.579583466053009, -0.33804458379745483, 0.035240158438682556, -0.4243556261062622, -0.13062147796154022, -0.08918651938438416, -0.4424712061882019, -0.10581713914871216, -0.5362147092819214, 0.20447257161140442, 0.05546983331441879, 1.0664938688278198, 0.1688586324453354, -0.1255396604537964, -0.22713235020637512, -0.41489702463150024, 0.6545813679695129, -0.8147987127304077, -0.08915097266435623, 0.4449886977672577, 0.2210070639848709, -0.296760231256485, -0.723759651184082, -0.38543692231178284, -0.07016108930110931, -0.1682955026626587, 0.22780708968639374, -0.1034383699297905, -0.10770495980978012, 0.3746582865715027, 0.6992638111114502, -0.6890026330947876, 0.09209898114204407, -0.6741400957107544, -0.20713208615779877, 0.8511030077934265, 0.4135180413722992, 0.05329566448926926, -0.33674800395965576, -0.39143386483192444, -0.4900662302970886, -0.4698139429092407, 0.3026925325393677, 0.5254441499710083, 0.6139700412750244, -0.43622955679893494, 0.8430052399635315, -0.4625108242034912, 0.5458046793937683, -0.25980204343795776, -0.22134307026863098, 0.8244582414627075, -0.5137779116630554, -0.19084981083869934, 0.13782258331775665, 1.0753493309020996, 0.4446353614330292, -0.04210350662469864, 0.10439994186162949, -0.24451419711112976, 0.12219218909740448, -0.02032223530113697, -0.8681449890136719, -0.11423790454864502, 0.340627521276474, -0.545070230960846, -0.38068947196006775, 0.37305206060409546, -0.9344654083251953, -0.08578752726316452, -0.14265191555023193, 0.3379959464073181, -0.06524940580129623, -0.34193122386932373, 0.049916572868824005, -0.13001561164855957, 0.14567802846431732, 0.08139742910861969, -0.5707167983055115, 0.3899747431278229, 0.5567209124565125, 1.043983817100525, -0.08592300862073898, -0.4173124134540558, -0.4401974081993103, -0.23043997585773468, -0.18213579058647156, 0.5099219083786011, -0.21232813596725464, -0.4223419427871704, -0.07622187584638596, 0.316723108291626, -0.3535636067390442, -0.6347799897193909, 0.7883516550064087, -0.3285444676876068, 0.21321359276771545, -0.42842772603034973, -0.4026944637298584, -0.272479385137558, 0.2888505458831787, -0.7031500935554504, 1.3744252920150757, 0.3398682475090027, -0.8999492526054382, 0.19751949608325958, -0.9017353057861328, -0.11417820304632187, 0.027958614751696587, 0.06644715368747711, -0.4912865459918976, -0.16850970685482025, 0.12263758480548859, 0.5467391014099121, -0.3620734214782715, 0.021129509434103966, -0.27261579036712646, -0.3572729229927063, 0.019696500152349472, -0.04385839030146599, 1.0810019969940186, 0.28195106983184814, -0.29477399587631226, 0.2791008949279785, -0.9325627684593201, 0.07326536625623703, 0.3717693090438843, -0.4941554069519043, -0.18726451694965363, -0.19703815877437592, 0.2143661379814148, 0.14794586598873138, 0.5541081428527832, -0.623900294303894, 0.3368246555328369, -0.2068556398153305, 0.26353397965431213, 0.8966700434684753, 0.03248465433716774, 0.15943628549575806, -0.42839908599853516, 0.6457479596138, 0.09580264240503311, 0.2838330566883087, 0.11127948760986328, -0.5572189092636108, -0.7652577757835388, -0.04262005537748337, 0.122386135160923, 0.7121488451957703, -0.4102362096309662, 0.8679434061050415, -0.4890500009059906, -0.8245419859886169, -0.5925465822219849, 0.13381865620613098, 0.4446231424808502, 0.6127520799636841, 0.3997376561164856, -0.39884695410728455, -0.6191779971122742, -0.8984753489494324, 0.09102930873632431, -0.2512969672679901, 0.137350395321846, 0.46123066544532776, 0.9899795651435852, -0.17603054642677307, 0.758311927318573, -0.7870613932609558, -0.4529379904270172, -0.3370976150035858, -0.05847044289112091, 0.7607110738754272, 0.43820473551750183, 0.5043517351150513, -0.5499227046966553, -0.39543330669403076, -0.09692167490720749, -0.7833446264266968, -0.2048453390598297, -0.031343162059783936, -0.3435475826263428, 0.17499491572380066, -0.06329166144132614, -0.444924533367157, 0.5345230102539062, 0.49740540981292725, -0.6433780789375305, 0.5138193964958191, -0.07752478122711182, 0.2846152186393738, -1.1562895774841309, 0.2197250872850418, 0.09924110025167465, 0.1807485669851303, -0.2834565341472626, -0.07590045779943466, -0.0764889121055603, 0.36476075649261475, -0.47759300470352173, 0.6203892230987549, -0.4133181869983673, -0.24776148796081543, 0.08860616385936737, 0.10848496109247208, -0.10594866424798965, 0.5880084037780762, -0.18359749019145966, 0.6832778453826904, 0.5858039259910583, -0.3814551532268524, 0.4681890308856964, 0.5357239842414856, -0.6189472675323486, 0.12688511610031128, -0.5925552248954773, 0.027735130861401558, 0.04102575033903122, 0.1907302588224411, -0.8888764381408691, -0.3407154679298401, 0.5210013389587402, -0.42637041211128235, 0.09397529810667038, -0.309367835521698, -0.673042356967926, -0.4592674672603607, -0.400840163230896, 0.1076834574341774, 0.5056710839271545, -0.556368350982666, 0.18927001953125, 0.3556295931339264, 0.07297805696725845, -0.6458837985992432, -0.5863054394721985, -0.24931862950325012, -0.3427497446537018, -0.783082902431488, 0.4075852036476135, -0.1744650900363922, -0.2774670720100403, 0.07629918307065964, -0.06907476484775543, -0.016428852453827858, 0.07985226064920425, 0.3847871422767639, 0.5251322984695435, -0.2152765542268753, -0.38280007243156433, -0.24955888092517853, -0.08450174331665039, 0.13969257473945618, 0.13780194520950317, 0.6420667767524719, -0.29219186305999756, -0.2288670390844345, -0.17683905363082886, -0.0016334087122231722, 0.45015132427215576, -0.23883157968521118, 0.9136262536048889, 0.7470508813858032, -0.26729127764701843, 0.029822614043951035, -0.32750341296195984, 0.04949323460459709, -0.4459522068500519, 0.34007513523101807, -0.27502718567848206, -0.7051525115966797, 0.9387722015380859, 0.305157333612442, 0.3256801664829254, 0.7823901772499084, 0.5792794823646545, 0.32185283303260803, 0.694299042224884, 0.31287482380867004, -0.19920428097248077, 0.5757268071174622, -0.849770188331604, -0.18303044140338898, -1.1010563373565674, -0.4798654317855835, -0.6414831876754761, -0.4475429654121399, -0.6955309510231018, -0.33592015504837036, 0.3180580735206604, 0.2843422293663025, -0.3098507821559906, 0.5454365611076355, -0.6682237982749939, 0.2718784809112549, 0.5610461831092834, 0.2258395403623581, 0.13949814438819885, -0.08186904340982437, -0.12335001677274704, 0.26170653104782104, -0.5338568091392517, -0.47217556834220886, 1.3852516412734985, 0.2841699719429016, 0.6264566779136658, 0.04330594465136528, 0.9577011466026306, 0.17046160995960236, 0.3542025685310364, -0.5202009677886963, 0.6263003349304199, -0.02564791403710842, -0.5067542791366577, -0.23448656499385834, -0.5494552254676819, -1.0434420108795166, 0.3682398200035095, -0.0007829309324733913, -0.9217036962509155, 0.05179906636476517, -0.006402884144335985, -0.2146805226802826, 0.33536627888679504, -0.5053651332855225, 1.0835243463516235, -0.2574467957019806, -0.46987974643707275, 0.016510536894202232, -0.8131746649742126, 0.3804766535758972, 0.2089100033044815, 0.2425508201122284, -0.30606740713119507, -0.005211720243096352, 1.176709771156311, -0.6416144371032715, 0.8042083978652954, -0.38994523882865906, 0.1545865386724472, 0.4679555296897888, -0.44395431876182556, 0.5413185954093933, -0.07962684333324432, -0.27148908376693726, 0.4514225125312805, -0.18401066958904266, -0.26353389024734497, -0.27507317066192627, 0.8459910154342651, -0.9472452402114868, -0.22680674493312836, -0.5180191993713379, -0.5014984011650085, 0.22436463832855225, 0.2499028593301773, 0.44355136156082153, 0.2674785256385803, -0.14969922602176666, 0.2828218340873718, 0.2876659035682678, -0.15639710426330566, 0.5071313381195068, 0.4288693964481354, -0.28875064849853516, -0.656651496887207, 0.6398539543151855, 0.3385702967643738, 0.025112373754382133, 0.22157278656959534, 0.19476206600666046, -0.5299614667892456, -0.5764731764793396, -0.4495346248149872, 0.18513910472393036, -0.6886433362960815, -0.25493404269218445, -0.5158812403678894, -0.26044008135795593, -0.43036237359046936, 0.10009052604436874, -0.3591189980506897, -0.4074385166168213, -0.46551448106765747, -0.2650967240333557, 0.6193963289260864, 0.5735125541687012, -0.2783253788948059, 0.40278276801109314, -0.8673656582832336, 0.15507830679416656, -0.2481534779071808, 0.34211257100105286, -0.08905686438083649, -0.5836864113807678, -0.47216275334358215, 0.1042218878865242, -0.4269312620162964, -0.8637077808380127, 0.6031646728515625, 0.05626699700951576, 0.8051668405532837, 0.1842169314622879, 0.13469961285591125, 0.7293431758880615, -0.14236213266849518, 1.042687177658081, -0.04994260147213936, -0.5667648911476135, 0.7533127665519714, -0.272604763507843, 0.10299407690763474, 0.557712733745575, 0.268254816532135, -0.4346766471862793, -0.09597285836935043, -0.8681974411010742, -1.2307273149490356, 0.9867843389511108, 0.4736832082271576, -0.307656466960907, 0.10620471090078354, 0.3802097737789154, -0.03524771332740784, 0.13434655964374542, -0.7236113548278809, -0.6960989832878113, -0.12703120708465576, -0.19001072645187378, -0.1765129715204239, 0.02897023595869541, -0.31316080689430237, -0.29198384284973145, 0.8966968059539795, -0.06469130516052246, 0.19992205500602722, 0.165286123752594, -0.09389618039131165, -0.23724769055843353, 0.2243712842464447, 0.43742069602012634, 0.6862016916275024, -0.49435096979141235, -0.225973442196846, 0.1305450052022934, -0.6020301580429077, -0.08817079663276672, 0.24440066516399384, -0.000913660041987896, -0.13757376372814178, 0.6085678339004517, 0.9844502806663513, 0.019023694097995758, -0.47955164313316345, 0.45419734716415405, 0.07829729467630386, -0.19363483786582947, -0.5037435293197632, 0.34919679164886475, -0.10106564313173294, 0.3356858491897583, 0.27992478013038635, 0.019735023379325867, -0.02838657610118389, -0.43085283041000366, 0.16478340327739716, 0.18823294341564178, -0.09376581013202667, -0.38051143288612366, 0.6413817405700684, -0.055988673120737076, -0.17742764949798584, 0.7408140897750854, -0.08392603695392609, -0.5560101866722107, 1.0652207136154175, 0.3325116038322449, 0.9257140755653381, -0.0695306584239006, 0.036773063242435455, 0.6812126636505127, 0.26585307717323303, -0.2555939555168152, 0.6739053726196289, 0.08061335235834122, -0.7514272928237915, -0.16516895592212677, -0.7865417003631592, -0.23412784934043884, 0.2422439008951187, -1.1149755716323853, 0.34345000982284546, -0.2292090505361557, -0.20323170721530914, -0.11055748909711838, 0.4217471182346344, -0.888275682926178, 0.06238767132163048, -0.0387820266187191, 0.8986223936080933, -1.1137189865112305, 0.6664953231811523, 0.7778677940368652, -0.7357729077339172, -0.8795045018196106, -0.34524282813072205, 0.03586786985397339, -0.8538916707038879, 0.5670062303543091, 0.27783429622650146, 0.39399033784866333, -0.2388843148946762, -0.4984481632709503, -0.9549830555915833, 1.593530297279358, 0.16504575312137604, -0.5517714619636536, 0.12508738040924072, 0.17211444675922394, 0.46261468529701233, -0.4102294445037842, 0.5335313677787781, 0.6658344268798828, 0.7642406821250916, 0.16526377201080322, -0.9448174238204956, 0.1960815042257309, -0.4573619067668915, -0.10423656553030014, 0.24495024979114532, -0.9894413352012634, 1.102846622467041, -0.2469676285982132, 0.03377486392855644, -0.026066413149237633, 0.4867701530456543, 0.46159353852272034, 0.29539352655410767, 0.5676552653312683, 0.8095641136169434, 0.6757479906082153, -0.3232896327972412, 0.956875205039978, -0.18849073350429535, 0.722832441329956, 1.137096643447876, -0.13392804563045502, 0.8155973553657532, 0.2700434625148773, -0.4242611825466156, 0.5478692650794983, 0.8478010296821594, -0.3803659975528717, 0.5061761140823364, 0.27757400274276733, -0.0525825135409832, 0.003124575363472104, -0.07594141364097595, -0.53642338514328, 0.5099131464958191, 0.20837202668190002, -0.5794528722763062, -0.3111107051372528, -0.3700881600379944, 0.10701398551464081, -0.3102284073829651, -0.2937750816345215, 0.5806019902229309, -0.10036297142505646, -0.6338085532188416, 0.6249281167984009, -0.04392749071121216, 0.6561829447746277, -0.6827551126480103, -0.14170430600643158, -0.18698908388614655, 0.33849072456359863, -0.5697653293609619, -0.925892174243927, 0.2320467233657837, 0.10761427879333496, -0.251223623752594, -0.15927617251873016, 0.5039612650871277, -0.3393190801143646, -0.5728845000267029, 0.42049747705459595, 0.4220864176750183, 0.4008030593395233, 0.04425780475139618, -0.8100001215934753, 0.28473740816116333, 0.29014497995376587, -0.775900661945343, 0.39799994230270386, 0.23717732727527618, -0.03979489579796791, 0.495820015668869, 0.8005945086479187, 0.17366141080856323, 0.1744896024465561, 0.09221627563238144, 1.0673705339431763, -0.7339349985122681, -0.4133313000202179, -0.7765581011772156, 0.8596763610839844, -0.16405364871025085, -0.6939550638198853, 0.7778699994087219, 1.0688600540161133, 0.8897932171821594, 0.17411674559116364, 0.7924967408180237, -0.454077810049057, 0.4710525870323181, -0.4666590392589569, 0.8424407243728638, -0.5863699913024902, 0.37098589539527893, -0.22323404252529144, -0.987339198589325, -0.0414748340845108, 0.7027970552444458, -0.1463645100593567, -0.04775511473417282, 0.5413317680358887, 0.9832093119621277, 0.01013984251767397, 0.14731167256832123, -0.04276096448302269, 0.39687177538871765, 0.38400742411613464, 0.6312918066978455, 0.5634244680404663, -0.6534528136253357, 0.5432251691818237, -0.7443121075630188, -0.4200400114059448, -0.10631859302520752, -0.7049335241317749, -0.875326931476593, -0.467110812664032, -0.3448822498321533, -0.5508478879928589, -0.07794574648141861, 1.1431804895401, 0.3809332251548767, -0.8083267211914062, -0.4648852050304413, 0.02608790434896946, 0.10946866124868393, -0.24137943983078003, -0.3130521774291992, 0.6403801441192627, -0.10382909327745438, -0.7351806163787842, 0.38483428955078125, -0.19348956644535065, -0.16829179227352142, -0.16929151117801666, -0.19060322642326355, -0.1890099197626114, -0.40527796745300293, 0.33942338824272156, 0.19362591207027435, -0.7157142758369446, -0.3059372901916504, -0.07524186372756958, 0.029238123446702957, 0.33878910541534424, 0.30826160311698914, -0.6177042722702026, 0.15469999611377716, 0.7038407325744629, 0.13340459764003754, 0.6998275518417358, -0.08423809707164764, 0.18714646995067596, -0.6251019835472107, 0.030055124312639236, 0.06916503608226776, 0.6781553030014038, 0.1297195851802826, -0.38590723276138306, 1.0633505582809448, 0.32216310501098633, -0.6220757365226746, -0.8688322305679321, -0.24795031547546387, -1.2353906631469727, 0.0834902822971344, 1.2659218311309814, -0.4186405837535858, -0.31645938754081726, 0.17685839533805847, -0.18124303221702576, 0.3648832440376282, -0.7237836718559265, 0.539350152015686, 0.7097514867782593, -0.33943548798561096, 0.1125502735376358, -0.5514582395553589, 0.20405271649360657, -0.08531765639781952, -1.0159505605697632, -0.004089282359927893, 0.4435892403125763, 0.5026225447654724, 0.25507470965385437, 0.6046236157417297, -0.13136473298072815, -0.1141745075583458, 0.05537046492099762, 0.23204384744167328, -0.2716408669948578, -0.18492509424686432, -0.17735160887241364, 0.20622596144676208, -0.29105472564697266, -0.533922553062439 ]
open-llm-leaderboard/details_Weyaxi__test-help-steer-filtered-orig
open-llm-leaderboard
2023-12-02T13:28:33Z
0
0
[ "region:us" ]
null
2023-12-02T13:28:26Z
--- pretty_name: Evaluation run of Weyaxi/test-help-steer-filtered-orig dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Weyaxi/test-help-steer-filtered-orig](https://huggingface.co/Weyaxi/test-help-steer-filtered-orig)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Weyaxi__test-help-steer-filtered-orig\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:28:23.925402](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__test-help-steer-filtered-orig/blob/main/results_2023-12-02T13-28-23.925402.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.09628506444275967,\n\ \ \"acc_stderr\": 0.008125264128215877\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.09628506444275967,\n \"acc_stderr\": 0.008125264128215877\n\ \ }\n}\n```" repo_url: https://huggingface.co/Weyaxi/test-help-steer-filtered-orig leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_28_23.925402 path: - '**/details_harness|gsm8k|5_2023-12-02T13-28-23.925402.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-28-23.925402.parquet' - config_name: results data_files: - split: 2023_12_02T13_28_23.925402 path: - results_2023-12-02T13-28-23.925402.parquet - split: latest path: - results_2023-12-02T13-28-23.925402.parquet --- # Dataset Card for Evaluation run of Weyaxi/test-help-steer-filtered-orig ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Weyaxi/test-help-steer-filtered-orig - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Weyaxi/test-help-steer-filtered-orig](https://huggingface.co/Weyaxi/test-help-steer-filtered-orig) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Weyaxi__test-help-steer-filtered-orig", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:28:23.925402](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__test-help-steer-filtered-orig/blob/main/results_2023-12-02T13-28-23.925402.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.09628506444275967, "acc_stderr": 0.008125264128215877 }, "harness|gsm8k|5": { "acc": 0.09628506444275967, "acc_stderr": 0.008125264128215877 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.40466389060020447, -0.6123823523521423, 0.1405344307422638, 0.09746252745389938, -0.2977790832519531, -0.07813602685928345, -0.356972336769104, -0.15897341072559357, 0.2260494977235794, 0.7017982006072998, -0.8558597564697266, -1.115551233291626, -0.7617509961128235, 0.07443385571241379, -0.26809635758399963, 1.1870460510253906, -0.1701304167509079, -0.06633476912975311, -0.007157627493143082, -0.4361654818058014, -0.41599714756011963, -0.3588021397590637, -0.6463624238967896, -0.5851712226867676, 0.40206339955329895, 0.6404839754104614, 0.3441254198551178, 0.8216506838798523, 0.6358002424240112, 0.33180734515190125, -0.06115562096238136, 0.05966462194919586, -0.4672359824180603, 0.020944440737366676, 0.15305384993553162, -0.6248646974563599, -0.7226866483688354, 0.20082247257232666, 0.5993507504463196, 0.5908159017562866, -0.2423812597990036, 0.5345289707183838, 0.04802732914686203, 0.547264575958252, -0.5556601285934448, 0.49792805314064026, -0.35231685638427734, -0.007266335655003786, -0.3500421643257141, -0.13907700777053833, -0.012836012057960033, -0.4134206175804138, -0.11274053901433945, -0.6393548250198364, 0.13218100368976593, 0.12403011322021484, 1.0228840112686157, 0.4245557188987732, -0.21824775636196136, -0.205230250954628, -0.16904667019844055, 0.8127688765525818, -0.8921987414360046, 0.003032360691577196, 0.7053506970405579, 0.10846202075481415, -0.28921788930892944, -0.6077529191970825, -0.25470083951950073, -0.11680379509925842, -0.23415695130825043, 0.2176818549633026, 0.050035297870635986, -0.1575930267572403, 0.4773785173892975, 0.464155912399292, -0.7237045764923096, 0.16771838068962097, -0.5370025634765625, -0.17919503152370453, 1.1637532711029053, 0.3694837987422943, 0.03826308250427246, -0.42563962936401367, -0.3480307459831238, -0.4422159790992737, -0.47883716225624084, 0.23571869730949402, 0.40967804193496704, 0.4257999360561371, -0.5122193694114685, 0.7680791616439819, -0.4863545894622803, 0.5784738659858704, -0.053757261484861374, -0.4158739149570465, 0.7102688550949097, -0.6259980201721191, -0.22615349292755127, 0.08326791226863861, 1.1219706535339355, 0.4040707051753998, 0.07934676110744476, 0.3068828880786896, -0.28336232900619507, -0.036415498703718185, -0.028359824791550636, -0.8374485373497009, -0.1380230188369751, 0.3564680218696594, -0.5726226568222046, -0.30976027250289917, 0.30040594935417175, -0.8218541145324707, -0.3939104378223419, -0.21479389071464539, 0.21400907635688782, -0.21955668926239014, -0.3157544732093811, 0.0630016028881073, -0.1609591245651245, 0.4087437391281128, 0.0654238760471344, -0.6052130460739136, 0.40635576844215393, 0.6255899667739868, 0.6947298049926758, -0.3339603543281555, -0.4947587549686432, -0.5831076502799988, -0.4145909547805786, -0.14270849525928497, 0.470175176858902, -0.0763157531619072, -0.5517191290855408, -0.06900393217802048, 0.21571679413318634, -0.22418901324272156, -0.6498574614524841, 0.7768265008926392, -0.42318642139434814, 0.2011861950159073, -0.3393683135509491, -0.4244006872177124, -0.2341804802417755, 0.3184571862220764, -0.5692025423049927, 1.4587726593017578, 0.19260841608047485, -0.793921172618866, 0.2949897348880768, -0.8911697864532471, -0.4166639745235443, -0.011799602769315243, -0.022503800690174103, -0.6355445384979248, -0.24369759857654572, 0.23383477330207825, 0.6259489059448242, -0.32680556178092957, 0.2754513919353485, -0.23973411321640015, -0.39096397161483765, 0.09584923088550568, -0.11295139044523239, 1.1943644285202026, 0.10089663416147232, -0.4562346041202545, 0.3691447079181671, -1.1593950986862183, 0.00042165443301200867, 0.2998877763748169, -0.42703038454055786, -0.26691797375679016, -0.11985426396131516, 0.1993810385465622, 0.00420400220900774, 0.4354034662246704, -0.6013047695159912, 0.3150780200958252, -0.025371769443154335, 0.34953680634498596, 0.9288412928581238, 0.04501308128237724, 0.32929906249046326, -0.33064138889312744, 0.6071404814720154, -0.04321201518177986, 0.342408686876297, 0.06025150045752525, -0.6145800948143005, -0.9315534234046936, -0.1383722573518753, 0.12082862854003906, 0.6950953006744385, -0.45360267162323, 0.9024273753166199, -0.4593642055988312, -0.6398134827613831, -0.5728654265403748, 0.09563920646905899, 0.4059920310974121, 0.5522146821022034, 0.34716805815696716, -0.4140843451023102, -0.6692370176315308, -0.9635895490646362, 0.1547980010509491, -0.21727314591407776, 0.01045895554125309, 0.3834984600543976, 0.9730559587478638, -0.16418729722499847, 0.8334174752235413, -0.8676261901855469, -0.395611435174942, -0.29622435569763184, 0.0383157916367054, 0.6394789814949036, 0.43958696722984314, 0.32939863204956055, -0.6817405223846436, -0.40054938197135925, -0.16299211978912354, -0.81329745054245, -0.35770663619041443, -0.04574425145983696, -0.36758744716644287, 0.1782304346561432, 0.09168659150600433, -0.34442615509033203, 0.5903701782226562, 0.466430127620697, -0.6006199717521667, 0.5566655397415161, 0.08618450164794922, 0.263901948928833, -1.0276280641555786, 0.052389904856681824, 0.14133377373218536, -0.10399572551250458, -0.17249996960163116, -0.11516667902469635, -0.08622224628925323, 0.37067922949790955, -0.4235491454601288, 0.6349901556968689, -0.3037666380405426, -0.1733771711587906, 0.00462304474785924, 0.2999371290206909, -0.013470553793013096, 0.5987314581871033, -0.20081037282943726, 0.6599233150482178, 0.652631938457489, -0.45814570784568787, 0.5344064831733704, 0.4876631200313568, -0.4944993555545807, 0.4734763503074646, -0.522235095500946, 0.03309309110045433, 0.14093060791492462, 0.15042482316493988, -0.9414418935775757, -0.467340350151062, 0.4667552411556244, -0.46274879574775696, 0.3103754222393036, -0.2487834393978119, -0.6094658374786377, -0.21589063107967377, -0.5723770260810852, 0.11790802329778671, 0.5554896593093872, -0.5882716774940491, 0.2560760974884033, 0.48066389560699463, 0.03673616424202919, -0.5347901582717896, -0.6426674723625183, -0.308438777923584, -0.315210223197937, -0.6901602149009705, 0.3801133930683136, -0.15813086926937103, -0.2508767545223236, 0.011279819533228874, -0.10050893574953079, -0.16380581259727478, 0.10899858921766281, 0.38959839940071106, 0.5840851664543152, -0.13826362788677216, -0.2798541188240051, -0.13862304389476776, -0.1689564734697342, 0.2422807365655899, 0.1369917243719101, 0.5071257948875427, -0.12535743415355682, -0.30911535024642944, -0.2532495856285095, 0.13765902817249298, 0.36194539070129395, -0.18544287979602814, 0.709645688533783, 0.8041120171546936, -0.209336057305336, -0.0890752300620079, -0.40587475895881653, -0.05724776163697243, -0.4427272379398346, 0.5192798376083374, -0.1913166344165802, -0.7204875349998474, 0.6599178910255432, 0.35489621758461, 0.2502014636993408, 0.6898494362831116, 0.40033411979675293, 0.053075384348630905, 0.7535014748573303, 0.3663158118724823, -0.28395023941993713, 0.5819159150123596, -0.8233713507652283, -0.2878131866455078, -1.090469241142273, -0.45674943923950195, -0.5493950843811035, -0.3697189688682556, -0.7645649313926697, -0.18146958947181702, 0.36759302020072937, 0.1939680278301239, -0.47271662950515747, 0.49903035163879395, -0.6857503056526184, 0.10482250154018402, 0.7619876861572266, 0.14595074951648712, 0.25947678089141846, -0.12730634212493896, -0.007569948211312294, 0.21613599359989166, -0.5928369164466858, -0.3240164816379547, 1.3614236116409302, 0.18340151011943817, 0.7035326361656189, -0.2171984314918518, 0.8866938352584839, 0.25698283314704895, 0.4231325685977936, -0.6400120854377747, 0.7654635310173035, -0.012073862366378307, -0.4652419686317444, -0.2437303364276886, -0.47532597184181213, -1.0014721155166626, 0.24877870082855225, -0.016124404966831207, -0.8791850805282593, -0.0365821048617363, -0.12787795066833496, -0.11886504292488098, 0.22002261877059937, -0.49926626682281494, 0.8885961174964905, -0.2996062934398651, -0.2640867531299591, 0.11346603184938431, -0.8464417457580566, 0.4020625352859497, 0.09877573698759079, 0.31629326939582825, -0.2399112433195114, -0.09602286666631699, 1.2236570119857788, -0.6665893793106079, 0.8697671294212341, -0.20170967280864716, 0.11629429459571838, 0.4081624448299408, -0.5714520812034607, 0.4867916703224182, 0.00989903137087822, -0.2300877422094345, 0.5307660698890686, -0.2509973347187042, -0.18223820626735687, -0.3176141679286957, 0.8968249559402466, -0.9220880270004272, -0.38491708040237427, -0.5340031385421753, -0.5713356733322144, 0.25641489028930664, 0.21678398549556732, 0.41683411598205566, 0.25709590315818787, 0.051318515092134476, 0.13422638177871704, 0.30255627632141113, -0.14051318168640137, 0.5302037596702576, 0.4214947521686554, -0.3462018072605133, -0.6928868889808655, 0.579457700252533, 0.1898377388715744, -0.01169331930577755, 0.12604176998138428, 0.10712142288684845, -0.4943360388278961, -0.5346192717552185, -0.45803195238113403, 0.35445401072502136, -0.6772101521492004, -0.2800928056240082, -0.32859405875205994, -0.3791739046573639, -0.35221776366233826, 0.14818811416625977, -0.46247395873069763, -0.38397085666656494, -0.4118569791316986, -0.25305402278900146, 0.7644427418708801, 0.678000271320343, -0.2992621660232544, 0.32440388202667236, -0.7299399971961975, 0.19870583713054657, -0.15812237560749054, 0.340859591960907, -0.25047770142555237, -0.635373592376709, -0.4124927818775177, 0.007561254780739546, -0.5165844559669495, -0.7712269425392151, 0.482082337141037, 0.02072123996913433, 0.7082955241203308, 0.1358543336391449, 0.1724376678466797, 0.7176406979560852, -0.20323757827281952, 1.0540493726730347, -0.08250241726636887, -0.6854642033576965, 0.7500738501548767, -0.22223655879497528, 0.17785613238811493, 0.5757138729095459, 0.2334221452474594, -0.35500845313072205, -0.09762462973594666, -0.7227131128311157, -1.1628361940383911, 1.0573737621307373, 0.47095412015914917, -0.33764132857322693, 0.26268866658210754, 0.4624897837638855, 0.05860152840614319, 0.17880801856517792, -0.6717817783355713, -0.9128117561340332, -0.024835914373397827, -0.07329931110143661, -0.11050887405872345, 0.012762799859046936, -0.2753981351852417, -0.3969540596008301, 0.9872245788574219, 0.04991884157061577, 0.10723517090082169, 0.20202627778053284, 0.05144548416137695, -0.13214372098445892, 0.27790236473083496, 0.34442242980003357, 0.616260826587677, -0.3473012447357178, -0.20027680695056915, 0.19558477401733398, -0.6662195920944214, 0.0492175929248333, 0.34788408875465393, -0.23547959327697754, -0.1416895091533661, 0.6676830053329468, 0.9884203672409058, -0.006665096152573824, -0.415241003036499, 0.41143515706062317, 0.0908346176147461, -0.21316465735435486, -0.44644296169281006, 0.2930058240890503, -0.10899068415164948, 0.25819411873817444, 0.32553374767303467, 0.028742671012878418, 0.05099542438983917, -0.32254618406295776, 0.1892249882221222, 0.21522171795368195, -0.14845313131809235, -0.2792561948299408, 0.6945436000823975, -0.033108435571193695, -0.37933653593063354, 0.7881243824958801, -0.2002750188112259, -0.6178600192070007, 0.9785425662994385, 0.1676134467124939, 0.8971668481826782, -0.03166207671165466, 0.0765891820192337, 0.6062725186347961, 0.21629919111728668, -0.15678194165229797, 0.5683407187461853, 0.008536639623343945, -0.714284360408783, -0.3575766086578369, -0.7010039687156677, -0.15820343792438507, 0.4291662871837616, -1.1850847005844116, 0.37495675683021545, -0.09273417294025421, -0.2685665488243103, -0.1727125197649002, 0.3869561553001404, -0.815898597240448, 0.17944751679897308, -0.002178025199100375, 0.8692556619644165, -1.0184657573699951, 0.7331278324127197, 0.8667212128639221, -0.592029869556427, -0.8904026746749878, -0.24248211085796356, 0.0594499334692955, -0.7172322273254395, 0.5205426812171936, 0.23169097304344177, 0.2894752025604248, -0.17044802010059357, -0.6581502556800842, -0.991917610168457, 1.5093002319335938, 0.10706855356693268, -0.39254337549209595, 0.2661360502243042, 0.09978579729795456, 0.356090784072876, -0.36350706219673157, 0.4232977032661438, 0.8709982633590698, 0.8261985778808594, 0.10779089480638504, -0.9463897347450256, 0.23558101058006287, -0.441468209028244, -0.09356801211833954, 0.1942632794380188, -0.7784749865531921, 0.9726747274398804, -0.1718069463968277, 0.07790982723236084, 0.01208277978003025, 0.4008548855781555, 0.6529521346092224, 0.3839687407016754, 0.5849282741546631, 0.6164040565490723, 0.5882273316383362, -0.34122157096862793, 1.1816003322601318, -0.036748483777046204, 0.7013065814971924, 1.2480260133743286, -0.07803580164909363, 0.8311417102813721, 0.38220515847206116, -0.4791014492511749, 0.4611596465110779, 0.9531344771385193, -0.3291972279548645, 0.6438297033309937, 0.28471967577934265, 0.09722249954938889, -0.1097831130027771, -0.15430140495300293, -0.41906580328941345, 0.5265649557113647, 0.10369628667831421, -0.40955352783203125, -0.18608835339546204, -0.23091332614421844, 0.11425978690385818, -0.20785805583000183, -0.28998884558677673, 0.5817601084709167, 0.022858992218971252, -0.7625617384910583, 0.6983094811439514, -0.006331495009362698, 0.7789539098739624, -0.7357496619224548, -0.2029603123664856, -0.24019527435302734, 0.20264646410942078, -0.5271442532539368, -0.8693130016326904, 0.252672404050827, 0.07485884428024292, -0.19992601871490479, -0.2349495142698288, 0.5486864447593689, -0.36993685364723206, -0.5262651443481445, 0.5433934330940247, 0.36558273434638977, 0.37746599316596985, 0.07272306084632874, -0.8202531337738037, 0.3402833640575409, 0.3037424683570862, -0.7860981225967407, 0.36007654666900635, 0.12736453115940094, -0.033715926110744476, 0.5881255269050598, 0.7200712561607361, 0.15388032793998718, 0.16762129962444305, 0.14565721154212952, 1.0708909034729004, -0.6721969842910767, -0.3020963668823242, -0.8304122686386108, 0.9892411828041077, -0.2711700201034546, -0.6615467071533203, 0.7793434858322144, 0.9049090147018433, 0.9377413988113403, 0.19743770360946655, 0.8579196929931641, -0.37476789951324463, 0.33844804763793945, -0.4673556685447693, 0.9806122779846191, -0.7737444639205933, 0.48916009068489075, -0.04495006054639816, -0.8691245317459106, -0.12330549210309982, 0.7202216386795044, -0.21507658064365387, 0.10020504146814346, 0.6432008147239685, 0.920738160610199, -0.03026226907968521, 0.17119307816028595, 0.07339600473642349, 0.5229408144950867, 0.2050304263830185, 0.5163010358810425, 0.5648994445800781, -0.8096115589141846, 0.5274294018745422, -0.69784015417099, -0.4578187167644501, 0.004328164272010326, -0.8110800385475159, -0.9461888074874878, -0.4900118112564087, -0.5101571679115295, -0.46220988035202026, -0.09259995818138123, 1.0305958986282349, 0.6492984890937805, -0.8804227709770203, -0.49860498309135437, -0.008998784236609936, 0.2620052993297577, -0.1576901227235794, -0.2986903786659241, 0.5924344062805176, -0.024265365675091743, -0.8214871287345886, 0.4431047737598419, -0.11967272311449051, -0.3897038698196411, -0.24052441120147705, -0.15137511491775513, -0.2891840636730194, -0.4247463643550873, 0.35564690828323364, 0.046660151332616806, -0.7544113993644714, -0.32299724221229553, -0.04717833176255226, -0.06647124141454697, 0.3238418698310852, 0.24099454283714294, -0.5793426632881165, 0.13272640109062195, 0.5013360977172852, 0.15045633912086487, 0.7838077545166016, -0.07387121021747589, 0.2803625166416168, -0.7739900350570679, 0.006898533087223768, -0.07048427313566208, 0.6455042362213135, 0.2748968005180359, -0.4467622637748718, 1.0538218021392822, 0.257982075214386, -0.627112090587616, -0.7571936845779419, -0.08726649731397629, -1.1602181196212769, 0.1402173638343811, 1.4421559572219849, -0.4016960561275482, -0.2602468729019165, 0.06672465801239014, -0.2092353105545044, 0.4284367859363556, -0.7924275398254395, 0.45920148491859436, 0.6980095505714417, -0.3210207223892212, 0.03401758521795273, -0.5091163516044617, 0.26983198523521423, -0.053224895149469376, -1.050343632698059, -0.20845898985862732, 0.31593257188796997, 0.5963568687438965, 0.19902126491069794, 0.6636345386505127, -0.00202212599106133, -0.09846237301826477, 0.0031314075458794832, 0.19677448272705078, -0.2846468985080719, -0.007157925982028246, -0.28791543841362, 0.05854228511452675, -0.37567466497421265, -0.6184635758399963 ]
open-llm-leaderboard/details_Weyaxi__neural-chat-7b-v3-1-Nebula-v2-7B
open-llm-leaderboard
2023-12-02T13:35:50Z
0
0
[ "region:us" ]
null
2023-12-02T13:35:43Z
--- pretty_name: Evaluation run of Weyaxi/neural-chat-7b-v3-1-Nebula-v2-7B dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Weyaxi/neural-chat-7b-v3-1-Nebula-v2-7B](https://huggingface.co/Weyaxi/neural-chat-7b-v3-1-Nebula-v2-7B)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Weyaxi__neural-chat-7b-v3-1-Nebula-v2-7B\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:35:39.622054](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__neural-chat-7b-v3-1-Nebula-v2-7B/blob/main/results_2023-12-02T13-35-39.622054.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.04624715693707354,\n\ \ \"acc_stderr\": 0.005784991662691895\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.04624715693707354,\n \"acc_stderr\": 0.005784991662691895\n\ \ }\n}\n```" repo_url: https://huggingface.co/Weyaxi/neural-chat-7b-v3-1-Nebula-v2-7B leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_35_39.622054 path: - '**/details_harness|gsm8k|5_2023-12-02T13-35-39.622054.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-35-39.622054.parquet' - config_name: results data_files: - split: 2023_12_02T13_35_39.622054 path: - results_2023-12-02T13-35-39.622054.parquet - split: latest path: - results_2023-12-02T13-35-39.622054.parquet --- # Dataset Card for Evaluation run of Weyaxi/neural-chat-7b-v3-1-Nebula-v2-7B ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Weyaxi/neural-chat-7b-v3-1-Nebula-v2-7B - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Weyaxi/neural-chat-7b-v3-1-Nebula-v2-7B](https://huggingface.co/Weyaxi/neural-chat-7b-v3-1-Nebula-v2-7B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Weyaxi__neural-chat-7b-v3-1-Nebula-v2-7B", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:35:39.622054](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__neural-chat-7b-v3-1-Nebula-v2-7B/blob/main/results_2023-12-02T13-35-39.622054.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.04624715693707354, "acc_stderr": 0.005784991662691895 }, "harness|gsm8k|5": { "acc": 0.04624715693707354, "acc_stderr": 0.005784991662691895 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.26070457696914673, -0.6819292306900024, 0.1462942361831665, 0.31922030448913574, -0.2470855861902237, 0.09268541634082794, -0.4259990453720093, -0.2213219404220581, 0.5483161807060242, 0.5515272617340088, -0.7258081436157227, -0.9645266532897949, -0.7702202200889587, 0.0363650880753994, -0.2919851243495941, 1.0401079654693604, 0.1043386235833168, -0.046513281762599945, -0.05011595040559769, -0.17696446180343628, -0.36697712540626526, -0.4857841432094574, -0.7933610081672668, -0.42543715238571167, 0.4431786835193634, 0.5889250636100769, 0.3145239055156708, 0.6745222806930542, 0.696229100227356, 0.41623684763908386, -0.2879388928413391, 0.10030116885900497, -0.6019713878631592, -0.09340190142393112, 0.1945267915725708, -0.760079026222229, -0.6802487373352051, 0.11792342364788055, 0.6894466876983643, 0.5105682611465454, -0.174650639295578, 0.5373626947402954, 0.17029263079166412, 0.4798530042171478, -0.426408588886261, 0.5291277766227722, -0.5273377299308777, 0.05029825121164322, -0.28765812516212463, -0.2522904574871063, -0.1342446208000183, -0.3643362522125244, -0.07216937839984894, -0.4809066355228424, 0.04777590185403824, -0.06619410961866379, 0.9138520956039429, 0.37552720308303833, -0.17102879285812378, -0.09117922931909561, -0.22788448631763458, 0.7019884586334229, -0.9601830840110779, -0.058454547077417374, 0.6243504881858826, 0.20610667765140533, -0.3230351507663727, -0.8648331761360168, -0.41331830620765686, -0.07918321341276169, -0.09925322234630585, 0.16950660943984985, -0.18420645594596863, -0.07961904257535934, 0.37196633219718933, 0.4629230201244354, -0.551819384098053, 0.2847736179828644, -0.7628046870231628, -0.32582995295524597, 0.9080137610435486, 0.38059547543525696, 0.08116104453802109, -0.41880500316619873, -0.2918354868888855, -0.36212030053138733, -0.37656164169311523, 0.09275701642036438, 0.456575870513916, 0.49625954031944275, -0.5808483958244324, 0.7330213189125061, -0.3898946940898895, 0.41694700717926025, -0.09099442511796951, -0.22944577038288116, 0.7026493549346924, -0.5870672464370728, -0.08720819652080536, 0.007825152017176151, 1.241231918334961, 0.49035441875457764, -0.08506552129983902, 0.1505969613790512, 0.017099371179938316, 0.15027055144309998, 0.09907740354537964, -0.8150073289871216, -0.03323707357048988, 0.3607904016971588, -0.5236809253692627, -0.4772385358810425, -0.03895704448223114, -0.8587720990180969, -0.3219488561153412, -0.14657506346702576, 0.2526535391807556, -0.11735816299915314, -0.3131861388683319, -0.07303741574287415, -0.13102681934833527, 0.16118480265140533, 0.07263583689928055, -0.6160858273506165, 0.49571824073791504, 0.6882055401802063, 0.997810959815979, -0.19797012209892273, -0.5003601312637329, -0.327808141708374, -0.5485426187515259, -0.17034690082073212, 0.43206655979156494, -0.054084911942481995, -0.31422850489616394, -0.28242745995521545, 0.16664208471775055, -0.20411930978298187, -0.5029602646827698, 0.6693935394287109, -0.29993119835853577, 0.25829964876174927, -0.26420530676841736, -0.5789051055908203, -0.14734618365764618, 0.30731454491615295, -0.5729128122329712, 1.2531827688217163, 0.11275768280029297, -0.7897619605064392, 0.10730019211769104, -0.8511648178100586, -0.06946579366922379, -0.010358618572354317, -0.053554717451334, -0.39913466572761536, -0.24484874308109283, 0.09488476067781448, 0.6653697490692139, -0.34864261746406555, 0.16929274797439575, -0.2692558169364929, -0.492825448513031, 0.24190793931484222, -0.2963704764842987, 1.092239260673523, 0.14511297643184662, -0.5121208429336548, 0.25779640674591064, -0.9228544235229492, 0.02528250403702259, 0.2427048683166504, -0.33529043197631836, -0.07687762379646301, -0.02872379869222641, 0.07011086493730545, 0.1776590496301651, 0.5562655925750732, -0.5907111167907715, 0.238386869430542, -0.201974019408226, 0.42739665508270264, 0.988805890083313, 0.03288864716887474, 0.3277761936187744, -0.32767996191978455, 0.5524415373802185, 0.1840979903936386, 0.40779703855514526, 0.11484409123659134, -0.6788654327392578, -0.9579508900642395, -0.1337055116891861, 0.12771618366241455, 0.6594455242156982, -0.5386614799499512, 0.9088525176048279, -0.3741150200366974, -0.8100228905677795, -0.7402734160423279, 0.03593624755740166, 0.4739373028278351, 0.6136804223060608, 0.31503310799598694, -0.42853301763534546, -0.7376142740249634, -1.0465307235717773, 0.1425308734178543, -0.25422945618629456, 0.18606862425804138, 0.5373886823654175, 0.7985837459564209, -0.3163113296031952, 0.6167060136795044, -0.6528519988059998, -0.24779050052165985, -0.2276807278394699, -0.04521505907177925, 0.6763312816619873, 0.45958393812179565, 0.32438504695892334, -0.5042330026626587, -0.31809791922569275, -0.18849334120750427, -0.8205623626708984, -0.19468432664871216, -0.11771512031555176, -0.3512011766433716, 0.2623775005340576, 0.10976911336183548, -0.4082385003566742, 0.5880773067474365, 0.6340922713279724, -0.6342814564704895, 0.4306783974170685, 0.16919691860675812, 0.27670198678970337, -1.3637206554412842, 0.09536892920732498, 0.053729768842458725, 0.001867778366431594, -0.36226436495780945, -0.16919031739234924, -0.18093504011631012, 0.3322948217391968, -0.5355305075645447, 0.6963638067245483, -0.32015785574913025, -0.21544140577316284, -0.02119617722928524, 0.27084535360336304, -0.18492168188095093, 0.7591257095336914, -0.22928868234157562, 0.6717837452888489, 0.6863632202148438, -0.38613495230674744, 0.4974002242088318, 0.6099095344543457, -0.5058151483535767, 0.1798345446586609, -0.6845658421516418, 0.2198556810617447, 0.1865198165178299, 0.19774073362350464, -0.9581688642501831, -0.235541433095932, 0.5338852405548096, -0.6578738689422607, 0.1125338152050972, -0.20821864902973175, -0.5671298503875732, -0.3229805827140808, -0.3675456941127777, 0.12203072011470795, 0.6105028986930847, -0.473970890045166, 0.12195572257041931, 0.5138370990753174, 0.009492655284702778, -0.7955717444419861, -0.7252535820007324, 0.019815631210803986, -0.3131294250488281, -0.7157752513885498, 0.30317166447639465, -0.22998149693012238, -0.17077475786209106, -0.032397206872701645, -0.001556365517899394, -0.06324824690818787, 0.15429182350635529, 0.38616088032722473, 0.4765201210975647, -0.11791685223579407, -0.4011676013469696, -0.20711567997932434, -0.14458748698234558, 0.16276535391807556, 0.15449382364749908, 0.7052074074745178, -0.2709014117717743, -0.2470247745513916, -0.4915499687194824, 0.11524365097284317, 0.4289349615573883, 0.054073236882686615, 0.8395985960960388, 0.7379728555679321, -0.30957141518592834, 0.06105821207165718, -0.46861207485198975, -0.23937055468559265, -0.49403026700019836, 0.5233165621757507, -0.05570205673575401, -0.8444441556930542, 0.9237712025642395, 0.38535380363464355, 0.19350416958332062, 0.6370530128479004, 0.6313324570655823, 0.1796138435602188, 0.7225120067596436, 0.2744038999080658, -0.23208537697792053, 0.5739929676055908, -0.8033434748649597, -0.15994170308113098, -1.1160235404968262, -0.43841052055358887, -0.4541316330432892, -0.6295340657234192, -0.6944888234138489, -0.34223005175590515, 0.2299637347459793, 0.14005042612552643, -0.29069647192955017, 0.5523516535758972, -0.7063756585121155, 0.3182368576526642, 0.6475653648376465, 0.2636401653289795, 0.10974196344614029, -0.09661833196878433, -0.01728113740682602, 0.07003386318683624, -0.6270847320556641, -0.4003669023513794, 1.3883470296859741, 0.37714317440986633, 0.5388364791870117, -0.03541494533419609, 0.9168034195899963, 0.01902276650071144, 0.3238384425640106, -0.6462855935096741, 0.817388653755188, -0.01860770583152771, -0.49510622024536133, -0.24036696553230286, -0.6952611804008484, -1.0209665298461914, 0.2072805017232895, -0.06993364542722702, -1.0197490453720093, 0.07109229266643524, -0.08670978248119354, -0.05596344545483589, 0.15314261615276337, -0.5624067187309265, 0.9282903075218201, -0.19365906715393066, -0.3067884147167206, -0.06872715055942535, -0.8307294249534607, 0.4439297914505005, 0.16810758411884308, 0.13886146247386932, -0.20343370735645294, -0.026473766192793846, 1.1856675148010254, -0.5462154150009155, 1.0697566270828247, -0.15660111606121063, 0.23824667930603027, 0.3747122287750244, -0.4349691867828369, 0.3772628903388977, 0.04649669677019119, -0.1771804690361023, 0.5519979596138, -0.21193352341651917, -0.2121494710445404, -0.39471134543418884, 0.9080288410186768, -1.0308547019958496, -0.3365962505340576, -0.43775251507759094, -0.5401866436004639, 0.15846504271030426, 0.15805001556873322, 0.5155556201934814, 0.32471925020217896, -0.010643735527992249, 0.38434475660324097, 0.20946240425109863, -0.18731684982776642, 0.5080211162567139, 0.3430590033531189, -0.3159232437610626, -0.6891253590583801, 0.5725808143615723, 0.23402826488018036, 0.13429494202136993, 0.03258353844285011, 0.06238583102822304, -0.4960111379623413, -0.49793171882629395, -0.20771877467632294, 0.18898040056228638, -0.6566327214241028, -0.2493198662996292, -0.4983969032764435, -0.48341822624206543, -0.38239070773124695, 0.22591617703437805, -0.4919879734516144, -0.5563427209854126, -0.6401785016059875, -0.19710849225521088, 0.6446725726127625, 0.4415811002254486, -0.24861691892147064, 0.4297870695590973, -0.8068361878395081, 0.1788899004459381, -0.12935765087604523, 0.4589768350124359, -0.1098862811923027, -0.6639565229415894, -0.35358572006225586, 0.23976682126522064, -0.4735681414604187, -0.8385394215583801, 0.5476763844490051, 0.1462002992630005, 0.768856942653656, 0.051749564707279205, -0.10023845732212067, 0.7588970065116882, -0.21123334765434265, 1.075692057609558, 0.04946056753396988, -0.640047013759613, 0.6597900390625, -0.2924067974090576, 0.13496015965938568, 0.560477077960968, 0.2626800835132599, -0.5321276783943176, -0.13222715258598328, -1.0209180116653442, -1.0787104368209839, 1.0212359428405762, 0.5868563055992126, -0.04447270557284355, 0.012734462507069111, 0.5105806589126587, -0.149861142039299, 0.11096366494894028, -0.6866779923439026, -0.7737205624580383, -0.1072329580783844, -0.19739530980587006, -0.17808859050273895, 0.018903430551290512, -0.310329794883728, -0.4213390648365021, 0.8181900382041931, -0.11570289731025696, 0.4697074294090271, 0.07808414846658707, 0.08106503635644913, -0.033759355545043945, 0.13909171521663666, 0.45178380608558655, 0.5572826862335205, -0.24869073927402496, -0.20707347989082336, 0.19353653490543365, -0.6879093647003174, -0.10991381853818893, 0.2406972199678421, 0.080107182264328, -0.16780613362789154, 0.5515138506889343, 1.1438875198364258, 0.14637427031993866, -0.4164862334728241, 0.4955021142959595, -0.21882696449756622, -0.3116697072982788, -0.4613603353500366, 0.3001522719860077, 0.13621164858341217, 0.4547215700149536, 0.30595844984054565, 0.04594970494508743, 0.07259155064821243, -0.40664899349212646, 0.264762818813324, 0.1747349202632904, -0.11765968799591064, -0.3287195861339569, 0.5439190864562988, 0.0005867730360478163, -0.4489828646183014, 0.8416948914527893, -0.1483117640018463, -0.5859047770500183, 1.0283992290496826, 0.4013734459877014, 0.9284887909889221, 0.008558389730751514, 0.12335970252752304, 0.5944052338600159, 0.19659219682216644, -0.169657364487648, 0.6620500683784485, 0.13299106061458588, -0.7755681872367859, -0.38624516129493713, -0.6624037027359009, -0.2758648097515106, 0.3442169427871704, -0.960742712020874, 0.34982889890670776, -0.3117417097091675, -0.40162670612335205, -0.0949859693646431, 0.3491341471672058, -0.7335676550865173, -0.018494270741939545, 0.030472368001937866, 0.8478507995605469, -0.8590986132621765, 0.5616046786308289, 0.6606163382530212, -0.4794970154762268, -0.9272592067718506, -0.46722155809402466, 0.1855071783065796, -0.8311395645141602, 0.4465080499649048, 0.1424323171377182, 0.4441881477832794, -0.08449390530586243, -0.7589697241783142, -1.050205945968628, 1.5577813386917114, 0.3055092692375183, -0.5576918125152588, 0.1601012647151947, 0.10668088495731354, 0.5587301850318909, -0.36863017082214355, 0.49098172783851624, 0.6275154948234558, 0.5089870095252991, 0.2374594658613205, -0.9914947152137756, 0.1476491093635559, -0.702811598777771, -0.157196044921875, 0.14266616106033325, -0.8991729617118835, 0.9000007510185242, -0.09505835920572281, -0.0041658394038677216, -0.008090250194072723, 0.5426420569419861, 0.6105255484580994, 0.21909525990486145, 0.4695671498775482, 0.6588990092277527, 0.6481804847717285, -0.31251049041748047, 0.9641897082328796, -0.30129474401474, 0.642095685005188, 1.1899216175079346, 0.10926025360822678, 0.8638331294059753, 0.3533884882926941, -0.34934255480766296, 0.4552813172340393, 0.8633338212966919, -0.2673207223415375, 0.43039095401763916, 0.27013257145881653, 0.05646373704075813, 0.008213951252400875, -0.029919123277068138, -0.40782999992370605, 0.6463417410850525, 0.3495842218399048, -0.47629469633102417, -0.0341130755841732, -0.42479899525642395, 0.11929621547460556, -0.3261379301548004, -0.15426339209079742, 0.7318889498710632, 0.16019369661808014, -0.6485034823417664, 0.8001493215560913, -0.1749650537967682, 0.8192493319511414, -0.6143367290496826, -0.17491693794727325, -0.2520830035209656, 0.25331294536590576, -0.47784847021102905, -0.8385007381439209, 0.34602218866348267, 0.08913586288690567, -0.06181321665644646, -0.014484531246125698, 0.5091277956962585, -0.3433530330657959, -0.4898495078086853, 0.41619354486465454, 0.32474085688591003, 0.49285709857940674, 0.166485995054245, -0.9121261239051819, 0.2611064910888672, 0.20941905677318573, -0.7270375490188599, 0.3407239615917206, 0.08462950587272644, 0.053020745515823364, 0.6362534165382385, 0.7723180055618286, 0.1361069679260254, 0.21271270513534546, 0.11407875269651413, 0.9984065890312195, -0.6506701111793518, -0.41139349341392517, -0.8393765091896057, 0.9575706124305725, -0.33607903122901917, -0.8406571745872498, 0.745261549949646, 0.7509119510650635, 0.6406760811805725, 0.32381871342658997, 0.6769177913665771, -0.2974291145801544, 0.3407773971557617, -0.3825059235095978, 0.8990667462348938, -0.6084613800048828, 0.46795350313186646, -0.2182530015707016, -0.942181408405304, -0.10601703077554703, 0.6761003136634827, -0.03399684652686119, -0.002588084666058421, 0.6672160029411316, 1.0220763683319092, 0.08660509437322617, 0.21280619502067566, 0.007516879588365555, 0.5635406970977783, 0.2548089921474457, 0.6174440383911133, 0.7038501501083374, -0.787624716758728, 0.42953604459762573, -0.70209801197052, -0.43181902170181274, -0.0024346336722373962, -0.7656418085098267, -0.940092921257019, -0.6836381554603577, -0.3968349099159241, -0.5979308485984802, -0.1261572539806366, 1.082148790359497, 0.5347817540168762, -0.677340030670166, -0.38166341185569763, 0.007198314182460308, 0.03583217039704323, -0.15784047544002533, -0.2770480513572693, 0.4770432710647583, -0.13095857203006744, -0.7523966431617737, 0.4745699465274811, -0.19384117424488068, -0.22342734038829803, -0.25303658843040466, -0.17777784168720245, -0.3491049110889435, -0.288017213344574, 0.33221951127052307, 0.1572619080543518, -0.6953972578048706, -0.2810807526111603, 0.12275224179029465, -0.11487103998661041, 0.2271101176738739, 0.13456951081752777, -0.5524267554283142, 0.06437603384256363, 0.619777262210846, 0.30787765979766846, 0.7728946805000305, -0.245701402425766, 0.30765578150749207, -0.8249757289886475, 0.1083323061466217, 0.1374538242816925, 0.5941634774208069, 0.24595026671886444, -0.5332792401313782, 0.9773686528205872, 0.21555739641189575, -0.7323954701423645, -0.8728964328765869, -0.19741998612880707, -1.2812579870224, 0.1283642053604126, 1.4075229167938232, -0.2561095356941223, -0.30339881777763367, 0.15521489083766937, -0.22439689934253693, 0.459263414144516, -0.609011173248291, 0.7025541663169861, 0.7077496647834778, -0.24748501181602478, -0.0925750732421875, -0.4094107151031494, 0.33912017941474915, 0.058892931789159775, -1.0998066663742065, -0.15293414890766144, 0.395417183637619, 0.45012620091438293, 0.29755404591560364, 0.8327004909515381, -0.11326651275157928, 0.030323320999741554, 0.08262801170349121, 0.21458487212657928, -0.19024468958377838, -0.14765653014183044, -0.3454663157463074, -0.09758824110031128, -0.35297152400016785, -0.42279332876205444 ]
open-llm-leaderboard/details_Weyaxi__zephyr-beta-Nebula-v2-7B
open-llm-leaderboard
2023-12-02T13:42:30Z
0
0
[ "region:us" ]
null
2023-12-02T13:42:23Z
--- pretty_name: Evaluation run of Weyaxi/zephyr-beta-Nebula-v2-7B dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Weyaxi/zephyr-beta-Nebula-v2-7B](https://huggingface.co/Weyaxi/zephyr-beta-Nebula-v2-7B)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Weyaxi__zephyr-beta-Nebula-v2-7B\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:42:20.652326](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__zephyr-beta-Nebula-v2-7B/blob/main/results_2023-12-02T13-42-20.652326.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.17513267626990145,\n\ \ \"acc_stderr\": 0.010469307043157914\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.17513267626990145,\n \"acc_stderr\": 0.010469307043157914\n\ \ }\n}\n```" repo_url: https://huggingface.co/Weyaxi/zephyr-beta-Nebula-v2-7B leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_42_20.652326 path: - '**/details_harness|gsm8k|5_2023-12-02T13-42-20.652326.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-42-20.652326.parquet' - config_name: results data_files: - split: 2023_12_02T13_42_20.652326 path: - results_2023-12-02T13-42-20.652326.parquet - split: latest path: - results_2023-12-02T13-42-20.652326.parquet --- # Dataset Card for Evaluation run of Weyaxi/zephyr-beta-Nebula-v2-7B ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Weyaxi/zephyr-beta-Nebula-v2-7B - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Weyaxi/zephyr-beta-Nebula-v2-7B](https://huggingface.co/Weyaxi/zephyr-beta-Nebula-v2-7B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Weyaxi__zephyr-beta-Nebula-v2-7B", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:42:20.652326](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__zephyr-beta-Nebula-v2-7B/blob/main/results_2023-12-02T13-42-20.652326.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.17513267626990145, "acc_stderr": 0.010469307043157914 }, "harness|gsm8k|5": { "acc": 0.17513267626990145, "acc_stderr": 0.010469307043157914 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.2705595791339874, -0.5576784014701843, 0.252718061208725, 0.12737946212291718, -0.24391308426856995, 0.05342605337500572, -0.3032175302505493, -0.23026570677757263, 0.4368799328804016, 0.5965824723243713, -0.7302935123443604, -0.952276349067688, -0.7164636850357056, 0.09042038768529892, -0.21974462270736694, 1.1048328876495361, -0.11895908415317535, -0.1222471222281456, -0.028576364740729332, -0.2097785770893097, -0.18618202209472656, -0.4025246500968933, -0.484828919172287, -0.33067891001701355, 0.5057662725448608, 0.6075452566146851, 0.4589064121246338, 0.7241147756576538, 0.7518331408500671, 0.35578641295433044, -0.22802509367465973, 0.04734044522047043, -0.5660061240196228, -0.10750909149646759, 0.19281040132045746, -0.649074137210846, -0.6087250113487244, 0.10443633049726486, 0.8363372087478638, 0.5444857478141785, -0.10764320194721222, 0.6318391561508179, 0.07308734953403473, 0.48939359188079834, -0.509952962398529, 0.5318715572357178, -0.31419864296913147, 0.06874760240316391, -0.4125269949436188, -0.10537044703960419, -0.040578920394182205, -0.37541094422340393, -0.054891858249902725, -0.6419072151184082, 0.29102006554603577, -0.0010799672454595566, 1.0647039413452148, 0.2883453965187073, -0.2694062292575836, -0.09806311130523682, -0.3220615088939667, 0.6465921401977539, -0.8449892401695251, 0.0043716831132769585, 0.42048123478889465, 0.2005583941936493, -0.24522243440151215, -0.9304847121238708, -0.36052313446998596, -0.07115445286035538, -0.14381547272205353, 0.2285469025373459, -0.1538855880498886, -0.11113223433494568, 0.3946777582168579, 0.6336260437965393, -0.6873713135719299, 0.14339160919189453, -0.7696275115013123, -0.33783280849456787, 0.8528339266777039, 0.39973872900009155, 0.0003073907573707402, -0.44766736030578613, -0.365016907453537, -0.4647385776042938, -0.4262145757675171, 0.20557770133018494, 0.4210735857486725, 0.4603448808193207, -0.4722180664539337, 0.8868086338043213, -0.4240305721759796, 0.437901109457016, -0.06161992624402046, -0.18479135632514954, 0.8125542402267456, -0.6240411996841431, -0.09376364946365356, 0.01465668622404337, 1.043907642364502, 0.4561743438243866, -0.13481362164020538, 0.03941039368510246, -0.0981869250535965, 0.28577518463134766, 0.04175963252782822, -0.969057023525238, -0.03204099461436272, 0.3784043490886688, -0.4805903732776642, -0.4761410653591156, 0.24968896806240082, -0.9012660980224609, -0.18238100409507751, -0.09395750612020493, 0.3562166392803192, -0.036138515919446945, -0.26304131746292114, -0.058116331696510315, -0.2513068914413452, 0.14932043850421906, 0.00263184099458158, -0.5238020420074463, 0.40304601192474365, 0.6684978604316711, 0.9580959677696228, -0.01670641265809536, -0.47993114590644836, -0.42884647846221924, -0.286034494638443, -0.17261487245559692, 0.45438045263290405, -0.19389839470386505, -0.44945117831230164, -0.25720033049583435, 0.3218691051006317, -0.16362428665161133, -0.5240831971168518, 0.7400157451629639, -0.31866365671157837, 0.21308568120002747, -0.39652755856513977, -0.6082192659378052, -0.23399539291858673, 0.22189758718013763, -0.6701577305793762, 1.3073087930679321, 0.4070269465446472, -0.8503515124320984, 0.283797949552536, -0.7608643174171448, -0.018333755433559418, 0.14092250168323517, -0.018533572554588318, -0.5197465419769287, -0.1360788643360138, 0.08698876202106476, 0.5790199041366577, -0.3618278205394745, 0.10029635578393936, -0.30101919174194336, -0.432390421628952, 0.05115443095564842, -0.027560565620660782, 1.018017053604126, 0.21278706192970276, -0.4084264934062958, 0.2908971905708313, -0.9400282502174377, 0.0630234032869339, 0.27772584557533264, -0.3599519729614258, -0.023015063256025314, -0.1813320815563202, 0.2517431676387787, 0.12950542569160461, 0.5487600564956665, -0.6285887956619263, 0.31604301929473877, -0.10680226981639862, 0.3537850081920624, 0.9372069239616394, 0.06005709245800972, 0.30204489827156067, -0.41065457463264465, 0.6423923373222351, 0.10310845822095871, 0.3738928437232971, 0.19442152976989746, -0.6288772821426392, -0.820380449295044, -0.10415524989366531, 0.08263341337442398, 0.5504692792892456, -0.38643935322761536, 0.8315555453300476, -0.3692868947982788, -0.9063870906829834, -0.6944880485534668, 0.09456203132867813, 0.45346522331237793, 0.6774133443832397, 0.3167586028575897, -0.38093268871307373, -0.7105721831321716, -0.989930272102356, 0.1835840344429016, -0.33776652812957764, 0.225967675447464, 0.4554709196090698, 0.915122389793396, -0.4456091821193695, 0.7113126516342163, -0.7926475405693054, -0.2470228374004364, -0.24784862995147705, -0.08956730365753174, 0.6670176982879639, 0.3577684164047241, 0.4103149175643921, -0.6350775957107544, -0.28526178002357483, -0.2002980262041092, -0.7838886976242065, -0.2854982614517212, -0.01239046547561884, -0.3114895820617676, 0.21130283176898956, -0.004142772872000933, -0.3918036222457886, 0.4678536355495453, 0.5863826274871826, -0.8329663872718811, 0.5868982076644897, 0.06018553301692009, 0.24088460206985474, -1.2360963821411133, 0.2698215842247009, 0.178512841463089, 0.05916402116417885, -0.345071017742157, 0.027804385870695114, -0.05849062651395798, 0.2822537422180176, -0.5057945251464844, 0.69568932056427, -0.35956645011901855, -0.2545829713344574, 0.06145619601011276, 0.038831260055303574, -0.030324643477797508, 0.5002456307411194, -0.11452799290418625, 0.6598538756370544, 0.6175450086593628, -0.31446340680122375, 0.42953476309776306, 0.5083875060081482, -0.5482391119003296, 0.0799621194601059, -0.6024560928344727, 0.012261913157999516, -0.02881673350930214, 0.2353120595216751, -0.8668074011802673, -0.3439583480358124, 0.4870435893535614, -0.43625715374946594, 0.02728995680809021, -0.2918916642665863, -0.5667670965194702, -0.4185790419578552, -0.4056715667247772, 0.1300094872713089, 0.6345694065093994, -0.4922155439853668, 0.14346034824848175, 0.347310870885849, 0.03656082972884178, -0.6200751066207886, -0.5347591042518616, -0.24273978173732758, -0.36006757616996765, -0.7646273374557495, 0.448110967874527, -0.2591566741466522, -0.2604144811630249, 0.12015826255083084, -0.047943148761987686, -0.021900011226534843, 0.15719720721244812, 0.45901012420654297, 0.5694260597229004, -0.13905209302902222, -0.4153946340084076, -0.21960623562335968, -0.2351580411195755, 0.10941587388515472, 0.14013969898223877, 0.5713034868240356, -0.3540363311767578, -0.14921890199184418, -0.24843095242977142, 0.045902784913778305, 0.5347008109092712, -0.030523886904120445, 0.7729472517967224, 0.8279538154602051, -0.2980536222457886, 0.10071104764938354, -0.3966694474220276, -0.14024528861045837, -0.44647592306137085, 0.45752307772636414, -0.20222659409046173, -0.7990041971206665, 0.8959733247756958, 0.2992543876171112, 0.24616016447544098, 0.8195573091506958, 0.5643215179443359, 0.2088383436203003, 0.6786819696426392, 0.3500882685184479, -0.19132596254348755, 0.5377798080444336, -0.9451925158500671, -0.31012266874313354, -1.2071973085403442, -0.44579631090164185, -0.5346803665161133, -0.5008720755577087, -0.6596807837486267, -0.39831018447875977, 0.3651786148548126, 0.2713559865951538, -0.32336366176605225, 0.5277024507522583, -0.6516966223716736, 0.2022736817598343, 0.5294495224952698, 0.1999392956495285, 0.13027574121952057, -0.1052323579788208, 0.002939794212579727, 0.12843531370162964, -0.5411831140518188, -0.3788902759552002, 1.395222783088684, 0.33862507343292236, 0.5540738105773926, 0.017727715894579887, 0.9744461178779602, 0.06795746833086014, 0.327723890542984, -0.5667181611061096, 0.6470381617546082, -0.0662904679775238, -0.572417140007019, -0.21414989233016968, -0.6548200845718384, -0.9704622030258179, 0.3504967987537384, -0.028788860887289047, -0.8584557175636292, 0.13221535086631775, -0.05686815455555916, -0.10534559190273285, 0.14292345941066742, -0.5101326704025269, 1.046347975730896, -0.23742520809173584, -0.3937382102012634, -0.012656409293413162, -0.8277080655097961, 0.33757284283638, 0.07616084069013596, 0.20904101431369781, -0.2277231365442276, -0.10531962662935257, 1.1903263330459595, -0.662590742111206, 0.8574581146240234, -0.3035010099411011, 0.2527444362640381, 0.37882328033447266, -0.5088638663291931, 0.5023908615112305, 0.032347600907087326, -0.34345072507858276, 0.4294990301132202, -0.17502941191196442, -0.30408763885498047, -0.2630464732646942, 0.8122403025627136, -0.9975616931915283, -0.27452945709228516, -0.5479395985603333, -0.512661874294281, 0.26754555106163025, 0.23624378442764282, 0.6279887557029724, 0.3127245008945465, -0.07388874888420105, 0.2857929468154907, 0.1380782276391983, -0.019957808777689934, 0.4511680603027344, 0.47867801785469055, -0.32665565609931946, -0.6652838587760925, 0.5759530663490295, 0.3638535439968109, 0.07678072154521942, 0.05665574595332146, 0.22180341184139252, -0.5945190787315369, -0.5124247670173645, -0.43455415964126587, 0.2695174813270569, -0.6274773478507996, -0.19468075037002563, -0.4904036819934845, -0.31675222516059875, -0.42539024353027344, 0.002826578449457884, -0.3452058732509613, -0.5010663866996765, -0.5329001545906067, -0.24405111372470856, 0.6454585194587708, 0.5114736557006836, -0.23513062298297882, 0.3576628565788269, -0.8428676724433899, 0.2060520052909851, -0.21062414348125458, 0.28306514024734497, -0.15601560473442078, -0.6470706462860107, -0.4101758301258087, 0.09648147225379944, -0.4216756522655487, -0.8689423203468323, 0.536935567855835, 0.13923589885234833, 0.7386636137962341, 0.12632137537002563, -0.014269943349063396, 0.7731335759162903, -0.14446750283241272, 1.0765385627746582, -0.03016803413629532, -0.6317683458328247, 0.7221233248710632, -0.2233329862356186, 0.15047894418239594, 0.5750293731689453, 0.2613181471824646, -0.4540887475013733, -0.17278644442558289, -1.0419114828109741, -1.1792505979537964, 0.9397096633911133, 0.4739416837692261, -0.3341923952102661, 0.13345608115196228, 0.533179759979248, -0.07225185632705688, 0.13008958101272583, -0.6908343434333801, -0.6973646283149719, -0.09349408000707626, -0.1335127204656601, -0.30508551001548767, 0.015557561069726944, -0.2928279638290405, -0.3950967490673065, 0.922660768032074, -0.1553710699081421, 0.19755445420742035, 0.2299226075410843, -0.028729040175676346, -0.23251017928123474, 0.16988831758499146, 0.28619909286499023, 0.6112122535705566, -0.47571542859077454, -0.23364779353141785, 0.06560475379228592, -0.6659814715385437, -0.03715616092085838, 0.3336193263530731, -0.055154040455818176, -0.14973434805870056, 0.6008911728858948, 0.9842926263809204, 0.12964020669460297, -0.4383598566055298, 0.4674151837825775, -0.034766700118780136, -0.2201814502477646, -0.4520264267921448, 0.29776573181152344, -0.03112766519188881, 0.4253310561180115, 0.3200250566005707, 0.008368064649403095, 0.11741342395544052, -0.49057522416114807, 0.2607894539833069, 0.18651680648326874, -0.10899116843938828, -0.38932469487190247, 0.6178465485572815, -0.052096620202064514, -0.16795316338539124, 0.7769837379455566, -0.1306481659412384, -0.59103924036026, 1.1214611530303955, 0.44033461809158325, 0.9664917588233948, 0.02670499123632908, 0.1420295238494873, 0.5678603053092957, 0.19729910790920258, -0.21294036507606506, 0.7299241423606873, 0.08627303689718246, -0.6954778432846069, -0.18918444216251373, -0.7789682745933533, -0.25242185592651367, 0.23813067376613617, -1.0344464778900146, 0.37545034289360046, -0.26085934042930603, -0.2833278477191925, -0.011602675542235374, 0.5122925043106079, -0.8451775908470154, 0.0950714573264122, 0.0318770594894886, 0.90273118019104, -1.093170166015625, 0.5805225372314453, 0.8087809681892395, -0.5846763253211975, -0.9723789095878601, -0.3457750976085663, 0.20274122059345245, -0.7285945415496826, 0.4883477985858917, 0.2066929042339325, 0.44846758246421814, -0.08073680847883224, -0.46137070655822754, -1.0118696689605713, 1.652002215385437, 0.23503340780735016, -0.6405128836631775, 0.13987912237644196, 0.05960262566804886, 0.530950129032135, -0.37484896183013916, 0.48798099160194397, 0.5888512134552002, 0.7154077291488647, 0.1981685310602188, -0.8183937668800354, 0.21668417751789093, -0.6027175784111023, -0.1153678372502327, 0.29528406262397766, -1.0077697038650513, 1.0373461246490479, -0.23055103421211243, 0.011557776480913162, 0.015724824741482735, 0.4646517038345337, 0.59104323387146, 0.3048262596130371, 0.5163365602493286, 0.8047158718109131, 0.7122981548309326, -0.29935750365257263, 1.0262843370437622, -0.23530615866184235, 0.7599421739578247, 0.9366571307182312, -0.13552096486091614, 0.766457736492157, 0.37120118737220764, -0.36944037675857544, 0.4960888922214508, 0.8587064146995544, -0.4299621880054474, 0.46388301253318787, 0.2363908290863037, -0.0295504629611969, 0.025777265429496765, -0.07453950494527817, -0.5478452444076538, 0.48929548263549805, 0.22733670473098755, -0.5275089740753174, -0.19296468794345856, -0.47237730026245117, 0.0946037769317627, -0.3891012668609619, -0.2229890674352646, 0.6290212273597717, 0.0053556933999061584, -0.5895464420318604, 0.5886115431785583, -0.10972564667463303, 0.6847343444824219, -0.677348256111145, -0.12340570986270905, -0.11993423104286194, 0.2791629731655121, -0.6201607584953308, -0.8912986516952515, 0.26288771629333496, 0.16453421115875244, -0.2743390202522278, 0.0010989549336954951, 0.515489935874939, -0.30132266879081726, -0.7439888715744019, 0.4500179886817932, 0.3274919390678406, 0.43340444564819336, 0.1698911339044571, -0.799481213092804, 0.32351115345954895, 0.205021932721138, -0.7581220269203186, 0.32373690605163574, 0.11672856658697128, 0.014876085333526134, 0.5178700089454651, 0.7738799452781677, 0.222272127866745, 0.20276618003845215, 0.1158711165189743, 1.0355068445205688, -0.72666996717453, -0.4786277413368225, -0.7275881171226501, 0.9631796479225159, -0.1385759860277176, -0.8162063360214233, 0.7868372201919556, 1.038346529006958, 0.7111268043518066, 0.21369141340255737, 0.7721102833747864, -0.39841946959495544, 0.3635686933994293, -0.3991409242153168, 0.7793819308280945, -0.6647028923034668, 0.39847174286842346, -0.26505735516548157, -1.0539615154266357, -0.01986009068787098, 0.6168496608734131, -0.013511770404875278, -0.023677973076701164, 0.5810843110084534, 0.9957162737846375, 0.04336186498403549, 0.1443873941898346, -0.08363071084022522, 0.49776479601860046, 0.39736440777778625, 0.6092135906219482, 0.5725540518760681, -0.7777860760688782, 0.4077266454696655, -0.8013489246368408, -0.49126771092414856, -0.12287716567516327, -0.6874178051948547, -0.7234837412834167, -0.6153749823570251, -0.4084698259830475, -0.6140211820602417, -0.0644855871796608, 1.010939121246338, 0.522765576839447, -0.6533724069595337, -0.36073175072669983, -0.01990683749318123, -0.0018711111042648554, -0.20118236541748047, -0.29868239164352417, 0.5691835880279541, -0.0523623451590538, -0.7152182459831238, 0.42866307497024536, -0.20126454532146454, -0.20104791224002838, -0.20162416994571686, -0.28243038058280945, -0.12098705023527145, -0.3955933749675751, 0.26915302872657776, 0.132515087723732, -0.7619433999061584, -0.35611334443092346, -0.007113221101462841, -0.003527618944644928, 0.1576938033103943, 0.20802852511405945, -0.6481257677078247, 0.14384908974170685, 0.6916325092315674, 0.18952076137065887, 0.798660159111023, -0.10948754101991653, 0.19103945791721344, -0.6942667961120605, 0.030683638527989388, 0.11245695501565933, 0.6832034587860107, 0.12877468764781952, -0.5683526396751404, 1.0283894538879395, 0.3438793122768402, -0.6884272694587708, -0.8777979016304016, -0.13908250629901886, -1.3511643409729004, 0.053688760846853256, 1.3347342014312744, -0.24078889191150665, -0.2817239761352539, 0.23614488542079926, -0.14854620397090912, 0.4076424539089203, -0.6629409193992615, 0.5886073112487793, 0.6922541856765747, -0.30512309074401855, 0.012182255275547504, -0.3304653465747833, 0.27117010951042175, 0.008626368828117847, -1.0406736135482788, -0.09894032776355743, 0.4601392447948456, 0.5529948472976685, 0.29012465476989746, 0.6662902235984802, -0.1982300579547882, 0.06342830508947372, 0.11382301151752472, 0.18264514207839966, -0.25168293714523315, -0.20315876603126526, -0.3459521234035492, 0.07297435402870178, -0.27738624811172485, -0.36504998803138733 ]
open-llm-leaderboard/details_yec019__fbopt-350m-8bit
open-llm-leaderboard
2023-12-02T13:46:22Z
0
0
[ "region:us" ]
null
2023-12-02T13:46:14Z
--- pretty_name: Evaluation run of yec019/fbopt-350m-8bit dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [yec019/fbopt-350m-8bit](https://huggingface.co/yec019/fbopt-350m-8bit) on the\ \ [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_yec019__fbopt-350m-8bit\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:46:11.364082](https://huggingface.co/datasets/open-llm-leaderboard/details_yec019__fbopt-350m-8bit/blob/main/results_2023-12-02T13-46-11.364082.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.01288855193328279,\n\ \ \"acc_stderr\": 0.0031069012664996336\n },\n \"harness|gsm8k|5\"\ : {\n \"acc\": 0.01288855193328279,\n \"acc_stderr\": 0.0031069012664996336\n\ \ }\n}\n```" repo_url: https://huggingface.co/yec019/fbopt-350m-8bit leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_46_11.364082 path: - '**/details_harness|gsm8k|5_2023-12-02T13-46-11.364082.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-46-11.364082.parquet' - config_name: results data_files: - split: 2023_12_02T13_46_11.364082 path: - results_2023-12-02T13-46-11.364082.parquet - split: latest path: - results_2023-12-02T13-46-11.364082.parquet --- # Dataset Card for Evaluation run of yec019/fbopt-350m-8bit ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/yec019/fbopt-350m-8bit - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [yec019/fbopt-350m-8bit](https://huggingface.co/yec019/fbopt-350m-8bit) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_yec019__fbopt-350m-8bit", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:46:11.364082](https://huggingface.co/datasets/open-llm-leaderboard/details_yec019__fbopt-350m-8bit/blob/main/results_2023-12-02T13-46-11.364082.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.01288855193328279, "acc_stderr": 0.0031069012664996336 }, "harness|gsm8k|5": { "acc": 0.01288855193328279, "acc_stderr": 0.0031069012664996336 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.40562355518341064, -0.6839877963066101, 0.21556295454502106, 0.13385985791683197, -0.23504716157913208, 0.12147459387779236, -0.3611491024494171, -0.22098800539970398, 0.3731611967086792, 0.588338315486908, -0.7143791317939758, -0.9011781215667725, -0.6822025179862976, 0.07774550467729568, -0.1610466092824936, 1.1582406759262085, -0.26794880628585815, -0.16930091381072998, 0.0025480331387370825, -0.3889314830303192, -0.43236884474754333, -0.4395860433578491, -0.42807427048683167, -0.33825165033340454, 0.3155233561992645, 0.6125534772872925, 0.3767203390598297, 0.5952802896499634, 0.5974888205528259, 0.367399126291275, -0.04124696925282478, 0.22745589911937714, -0.5392311811447144, -0.1704961508512497, 0.1473332792520523, -0.5526369214057922, -0.7574877738952637, 0.17436587810516357, 0.7745643854141235, 0.5104974508285522, -0.12074784189462662, 0.6540207862854004, 0.0812237486243248, 0.5932497382164001, -0.49416491389274597, 0.44690197706222534, -0.3932906985282898, -0.09200887382030487, -0.32548052072525024, -0.14736679196357727, -0.0959327444434166, -0.39741936326026917, -0.1846403181552887, -0.3800960183143616, 0.22823235392570496, 0.15595605969429016, 0.9445222020149231, 0.06275202333927155, -0.17021729052066803, -0.1802629679441452, -0.30610939860343933, 0.7837311029434204, -0.9101186990737915, 0.11214779317378998, 0.6210294365882874, 0.13806118071079254, -0.2332218736410141, -0.6469399929046631, -0.3827987015247345, -0.09831248223781586, -0.13152280449867249, 0.11859631538391113, 0.06624697148799896, -0.14014700055122375, 0.4792371392250061, 0.7291058301925659, -0.6656652092933655, -0.056805871427059174, -0.6313782930374146, -0.29731515049934387, 1.0321344137191772, 0.39647477865219116, 0.00039924203883856535, -0.4509371221065521, -0.43636205792427063, -0.2987380623817444, -0.4427456855773926, 0.24801099300384521, 0.5119435787200928, 0.5993157029151917, -0.589664101600647, 0.8105263710021973, -0.4237918555736542, 0.5995374321937561, -0.09853178262710571, -0.2464919239282608, 0.8496007323265076, -0.6269433498382568, -0.1787475049495697, 0.016666237264871597, 1.085475206375122, 0.4363923668861389, -0.09062211215496063, 0.10339509695768356, -0.37423020601272583, -0.1062178760766983, 0.10218621045351028, -0.8022457361221313, -0.07848323881626129, 0.4426320493221283, -0.5697203278541565, -0.23708020150661469, 0.3242177963256836, -0.8436123132705688, -0.11419398337602615, -0.25953614711761475, 0.3002271354198456, -0.27053722739219666, -0.2883714735507965, -0.10588634014129639, -0.06527803093194962, 0.2362559586763382, 0.12351515144109726, -0.6083881855010986, 0.36889687180519104, 0.6467509865760803, 1.0857857465744019, -0.11826711148023605, -0.39078575372695923, -0.48562952876091003, -0.2827499210834503, -0.18890033662319183, 0.44905373454093933, -0.05075814947485924, -0.41062527894973755, -0.1257590502500534, 0.2956185042858124, -0.21169301867485046, -0.591903567314148, 0.6734378933906555, -0.34023478627204895, 0.18596132099628448, -0.30534785985946655, -0.5103151202201843, -0.12344151735305786, 0.3562256097793579, -0.6584649682044983, 1.369462013244629, 0.40812745690345764, -0.8081634640693665, 0.19314001500606537, -0.8421341776847839, -0.24091795086860657, 0.11962368339300156, 0.024413274601101875, -0.4686615765094757, -0.03041880577802658, 0.13532085716724396, 0.6578375101089478, -0.30754077434539795, 0.1399998962879181, -0.3361380696296692, -0.44052791595458984, 0.10132092237472534, -0.0821349248290062, 1.0201661586761475, 0.19278497993946075, -0.2729845941066742, 0.23365457355976105, -0.9868912100791931, 0.14545129239559174, 0.3687064051628113, -0.4461384117603302, -0.1611279845237732, -0.19152237474918365, 0.13827189803123474, 0.1777030974626541, 0.5193920731544495, -0.6191314458847046, 0.37400051951408386, -0.20835553109645844, 0.3305748701095581, 1.0240280628204346, 0.0019723325967788696, 0.19404271245002747, -0.4746823012828827, 0.5090060830116272, -0.0019372666720300913, 0.2865125238895416, 0.08748151361942291, -0.578870415687561, -0.6282987594604492, -0.2555077075958252, 0.11087637394666672, 0.6136636137962341, -0.4957329332828522, 0.7511879801750183, -0.442076712846756, -0.6797592639923096, -0.7351248860359192, 0.1368303894996643, 0.3335595726966858, 0.6076513528823853, 0.475546658039093, -0.3389298617839813, -0.5486533641815186, -0.9858687520027161, 0.03761827200651169, -0.22162343561649323, 0.056372012943029404, 0.4922621250152588, 0.9423454999923706, -0.22563889622688293, 0.7099900245666504, -0.8225278258323669, -0.3556518256664276, -0.2839735150337219, 0.10752789676189423, 0.7735821604728699, 0.4516242742538452, 0.47967761754989624, -0.6133110523223877, -0.3200068771839142, -0.2551264464855194, -0.6165143251419067, -0.26136496663093567, -0.13113731145858765, -0.26321321725845337, 0.28546109795570374, -0.033149439841508865, -0.3613404631614685, 0.5260422825813293, 0.5084047913551331, -0.5728700160980225, 0.7046442627906799, 0.040226757526397705, 0.41732627153396606, -1.1424020528793335, 0.1749378889799118, 0.07223697751760483, -0.04532882943749428, -0.2967580258846283, -0.14958353340625763, -0.0192631334066391, 0.32695868611335754, -0.445711612701416, 0.6911520957946777, -0.4262447953224182, -0.21523575484752655, -0.010041982866823673, 0.1660221517086029, -0.13635003566741943, 0.562420129776001, -0.21884337067604065, 0.7610722184181213, 0.4362853467464447, -0.3478671610355377, 0.44753125309944153, 0.5068520307540894, -0.5700895190238953, 0.2836008369922638, -0.48638176918029785, 0.11249876767396927, 0.2545989155769348, 0.1241188570857048, -0.985254168510437, -0.3896482288837433, 0.44050827622413635, -0.5564595460891724, 0.2499464899301529, -0.24040034413337708, -0.713617205619812, -0.46924471855163574, -0.5660051703453064, 0.18453283607959747, 0.4875115752220154, -0.4957934319972992, 0.1798984259366989, 0.3963337540626526, 0.100296251475811, -0.6204807162284851, -0.7508384585380554, -0.2851894795894623, -0.26323193311691284, -0.7295288443565369, 0.3900740444660187, -0.28524941205978394, -0.15266133844852448, -0.0171319842338562, -0.1500699669122696, -0.07719109207391739, 0.09491097927093506, 0.38181090354919434, 0.5938928127288818, -0.16618163883686066, -0.3533739149570465, -0.26824072003364563, -0.014001905918121338, 0.17302186787128448, 0.14202618598937988, 0.594971239566803, -0.3042958378791809, -0.22415387630462646, -0.1874437928199768, 0.12552174925804138, 0.28447484970092773, -0.04841038957238197, 0.8863478302955627, 0.7219540476799011, -0.25520095229148865, -0.10737977176904678, -0.3975716531276703, -0.03961191326379776, -0.4659281373023987, 0.33100026845932007, -0.24632379412651062, -0.812378466129303, 0.8283603191375732, 0.2708874046802521, 0.2240927815437317, 0.6827142238616943, 0.6196595430374146, 0.10519159585237503, 0.6663495898246765, 0.2595977783203125, -0.21173889935016632, 0.5957085490226746, -0.7502449154853821, -0.09117751568555832, -1.1341859102249146, -0.31292369961738586, -0.45781373977661133, -0.45800864696502686, -0.8229416012763977, -0.41582292318344116, 0.20686207711696625, 0.2331267148256302, -0.42761096358299255, 0.5019633173942566, -0.598262369632721, 0.15443547070026398, 0.5921568870544434, 0.19984585046768188, 0.021754048764705658, -0.12075476348400116, -0.15482614934444427, 0.1947280764579773, -0.4702874720096588, -0.4156235158443451, 1.4260084629058838, 0.2574804127216339, 0.5589296817779541, -0.042918164283037186, 1.0320795774459839, 0.3008844554424286, 0.4125925600528717, -0.5168453454971313, 0.7355268001556396, -0.00011626409104792401, -0.5996929407119751, -0.10738436132669449, -0.6072661280632019, -0.8844550251960754, 0.11334571242332458, -0.07763494551181793, -1.0624719858169556, -0.025812702253460884, 0.05696229636669159, -0.03940756246447563, 0.3129982650279999, -0.5959715843200684, 0.913857102394104, -0.2878369688987732, -0.5412641763687134, 0.07721414417028427, -0.9083187580108643, 0.4603389799594879, 0.041252098977565765, 0.345946729183197, -0.28385016322135925, -0.016441265121102333, 1.1217900514602661, -0.6532657742500305, 0.723560094833374, -0.37358903884887695, 0.1351269781589508, 0.46763086318969727, -0.4299612045288086, 0.43455252051353455, -0.028599951416254044, -0.25192010402679443, 0.5949609875679016, -0.19777026772499084, -0.26516127586364746, -0.2541179656982422, 0.8930237889289856, -0.9098133444786072, -0.23758621513843536, -0.483803927898407, -0.627128005027771, 0.049672383815050125, 0.2625751197338104, 0.3525211215019226, 0.25248193740844727, -0.0035081570968031883, 0.1946759968996048, 0.1620049625635147, -0.16826863586902618, 0.4624946415424347, 0.37217405438423157, -0.27788665890693665, -0.7746017575263977, 0.7119215130805969, 0.3145851194858551, 0.17800575494766235, 0.2148694097995758, 0.10781685262918472, -0.588107705116272, -0.5892232060432434, -0.32765400409698486, 0.3164283335208893, -0.6276464462280273, -0.3582899868488312, -0.3146694302558899, -0.31005150079727173, -0.4902675449848175, 0.0052856761030852795, -0.40756380558013916, -0.4159920811653137, -0.3646461069583893, -0.217801034450531, 0.5706804394721985, 0.4674714505672455, -0.37959057092666626, 0.454520583152771, -0.8569464087486267, 0.3756023347377777, -0.31450164318084717, 0.5145412683486938, -0.1261013150215149, -0.6270304918289185, -0.47511348128318787, 0.13705496490001678, -0.47051915526390076, -0.8787357211112976, 0.4839276969432831, -0.045790474861860275, 0.7547503709793091, 0.0834977775812149, 0.16160130500793457, 0.7540380358695984, -0.22417736053466797, 1.1205321550369263, 0.005364901386201382, -0.7568050622940063, 0.6857174038887024, -0.2582736313343048, 0.168596088886261, 0.5888428688049316, 0.29406502842903137, -0.4274710416793823, -0.15078580379486084, -0.8987268209457397, -1.2877976894378662, 1.1301735639572144, 0.4044227600097656, -0.33879080414772034, 0.08319894969463348, 0.38182276487350464, 0.026984721422195435, 0.24960488080978394, -0.7800246477127075, -0.6841679811477661, -0.15532104671001434, -0.25140881538391113, -0.15623311698436737, -0.013922221958637238, -0.34591907262802124, -0.3415672481060028, 0.9319960474967957, -0.139804869890213, 0.4930744171142578, 0.15997923910617828, -0.05785609781742096, -0.13653051853179932, 0.220632866024971, 0.42949774861335754, 0.624553918838501, -0.5374577045440674, -0.1915777027606964, 0.14636516571044922, -0.6436641812324524, -0.027362996712327003, 0.366319864988327, 0.014613998122513294, -0.2582589089870453, 0.7381713390350342, 0.9645002484321594, -0.004828829318284988, -0.4469168782234192, 0.4746611416339874, 0.08788589388132095, -0.29881295561790466, -0.3561147451400757, 0.23727728426456451, -0.03424712270498276, 0.4026459753513336, 0.3818593919277191, -0.13522954285144806, -0.001147377653978765, -0.37437981367111206, 0.28655382990837097, 0.27475130558013916, -0.011855239048600197, -0.33813896775245667, 0.593097984790802, -0.08768738061189651, -0.276827871799469, 0.8176376223564148, -0.14528128504753113, -0.5296536684036255, 0.9581547379493713, 0.308266282081604, 0.9189504981040955, -0.10219648480415344, 0.05403133109211922, 0.6171701550483704, 0.31762880086898804, -0.10080134868621826, 0.7172732353210449, 0.013974664732813835, -0.6739618182182312, -0.2809462249279022, -0.7864167094230652, -0.16384004056453705, 0.41423848271369934, -1.0141217708587646, 0.4091727137565613, -0.25610044598579407, -0.25192442536354065, -0.07262841612100601, 0.501005232334137, -0.860597550868988, 0.16102519631385803, 0.09514795988798141, 0.9273404479026794, -1.0039416551589966, 0.6399688124656677, 0.8084648251533508, -0.5786996483802795, -0.9300757050514221, -0.19328486919403076, 0.09274687618017197, -0.8677626848220825, 0.4811594486236572, 0.3243906795978546, 0.3626541793346405, -0.26971936225891113, -0.7124792337417603, -0.8402974605560303, 1.5160497426986694, 0.14698313176631927, -0.5671811103820801, 0.23290832340717316, 0.2510770857334137, 0.38087454438209534, -0.399603009223938, 0.5063550472259521, 0.5937297940254211, 0.6962921619415283, 0.0730222687125206, -0.8605495691299438, 0.2950088679790497, -0.33882954716682434, -0.21076950430870056, 0.33148789405822754, -0.8908753991127014, 1.0028470754623413, -0.26916465163230896, 0.05809357017278671, -0.0396900475025177, 0.46223628520965576, 0.5632999539375305, 0.47174060344696045, 0.5527631044387817, 0.6062139272689819, 0.6165646910667419, -0.33497387170791626, 1.0220870971679688, -0.19999249279499054, 0.7671981453895569, 1.2450581789016724, -0.08439996093511581, 0.8087620139122009, 0.37731099128723145, -0.46978339552879333, 0.40179207921028137, 0.8376033902168274, -0.365965873003006, 0.5317835211753845, 0.2472865730524063, 0.09048135578632355, 0.043743643909692764, 0.0681011974811554, -0.41791602969169617, 0.4782698452472687, 0.20315806567668915, -0.5493508577346802, -0.11737606674432755, -0.35478585958480835, 0.04910049960017204, -0.3628688454627991, -0.32946908473968506, 0.550871729850769, -0.008088954724371433, -0.5423519015312195, 0.6998084187507629, -0.06053103879094124, 0.6492367386817932, -0.751517117023468, -0.08543426543474197, -0.22950570285320282, 0.25361788272857666, -0.5165011286735535, -1.012366533279419, 0.352085679769516, 0.039208874106407166, -0.2653960883617401, -0.23107855021953583, 0.5946009159088135, -0.33152297139167786, -0.4898523986339569, 0.47274333238601685, 0.4170951843261719, 0.35120490193367004, 0.10339799523353577, -0.9468445181846619, 0.28189635276794434, 0.29749080538749695, -0.7681820392608643, 0.40298306941986084, 0.2547360360622406, -0.01583198830485344, 0.4710550606250763, 0.7361637353897095, 0.17962035536766052, 0.11105778068304062, -0.05732347071170807, 1.0676666498184204, -0.8196269273757935, -0.36457574367523193, -0.7879557609558105, 0.915187418460846, -0.23314253985881805, -0.6035751104354858, 0.7544572353363037, 0.9918181300163269, 0.8787937164306641, 0.14312796294689178, 0.7303885817527771, -0.4689309895038605, 0.4967997670173645, -0.42586269974708557, 0.7886302471160889, -0.805217444896698, 0.34952855110168457, -0.2966473698616028, -0.8432002067565918, 0.024662252515554428, 0.6595268249511719, -0.24221333861351013, 0.07749194651842117, 0.5690619945526123, 0.8526471853256226, -0.049641843885183334, 0.1866544783115387, -0.04044734686613083, 0.4550274610519409, 0.29746466875076294, 0.5783920288085938, 0.6122686862945557, -0.6603366136550903, 0.3522374927997589, -0.6646767854690552, -0.42186468839645386, -0.12411296367645264, -0.8118286728858948, -0.7803062796592712, -0.6082592606544495, -0.3850414752960205, -0.522185742855072, -0.12462713569402695, 1.0644454956054688, 0.5130888819694519, -0.8132033944129944, -0.4183969795703888, 0.09426523745059967, 0.13763479888439178, -0.23620487749576569, -0.3416517972946167, 0.598768413066864, -0.04402719810605049, -0.705073893070221, 0.36391696333885193, -0.16320662200450897, -0.20814149081707, -0.0657273456454277, -0.17640145123004913, -0.4598815441131592, -0.30242663621902466, 0.40340515971183777, 0.09412595629692078, -0.6300039887428284, -0.34879976511001587, -0.1295752376317978, 0.07551107555627823, 0.31932371854782104, 0.3852085769176483, -0.595660924911499, 0.13283497095108032, 0.6309096813201904, 0.2211972177028656, 0.6601373553276062, -0.00012954675185028464, 0.21362285315990448, -0.8511614799499512, 0.009382974356412888, 0.11409351229667664, 0.5701979398727417, 0.21822136640548706, -0.45805835723876953, 1.0168907642364502, 0.3858279883861542, -0.7468302249908447, -0.9448703527450562, -0.2308712601661682, -1.2733618021011353, 0.0013253026409074664, 1.317244529724121, -0.35093992948532104, -0.28376924991607666, 0.1645258665084839, -0.14056295156478882, 0.4068353772163391, -0.7614204287528992, 0.4763491153717041, 0.7877197861671448, -0.3999619483947754, 0.04417683556675911, -0.6817189455032349, 0.22341515123844147, -0.07339775562286377, -0.9774948954582214, 0.010949389077723026, 0.4911040961742401, 0.49664732813835144, 0.22195257246494293, 0.7419259548187256, -0.051871445029973984, -0.20205093920230865, -0.014479512348771095, 0.15633821487426758, -0.2742602229118347, -0.09358223527669907, -0.16758692264556885, 0.1920997053384781, -0.3186086118221283, -0.539627194404602 ]
open-llm-leaderboard/details_TinyLlama__TinyLlama-1.1B-Chat-v0.6
open-llm-leaderboard
2023-12-02T13:49:59Z
0
0
[ "region:us" ]
null
2023-12-02T13:49:54Z
--- pretty_name: Evaluation run of TinyLlama/TinyLlama-1.1B-Chat-v0.6 dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [TinyLlama/TinyLlama-1.1B-Chat-v0.6](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v0.6)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_TinyLlama__TinyLlama-1.1B-Chat-v0.6\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:49:51.667624](https://huggingface.co/datasets/open-llm-leaderboard/details_TinyLlama__TinyLlama-1.1B-Chat-v0.6/blob/main/results_2023-12-02T13-49-51.667624.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.02122820318423048,\n\ \ \"acc_stderr\": 0.003970449129848635\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.02122820318423048,\n \"acc_stderr\": 0.003970449129848635\n\ \ }\n}\n```" repo_url: https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v0.6 leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_49_51.667624 path: - '**/details_harness|gsm8k|5_2023-12-02T13-49-51.667624.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-49-51.667624.parquet' - config_name: results data_files: - split: 2023_12_02T13_49_51.667624 path: - results_2023-12-02T13-49-51.667624.parquet - split: latest path: - results_2023-12-02T13-49-51.667624.parquet --- # Dataset Card for Evaluation run of TinyLlama/TinyLlama-1.1B-Chat-v0.6 ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v0.6 - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [TinyLlama/TinyLlama-1.1B-Chat-v0.6](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v0.6) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_TinyLlama__TinyLlama-1.1B-Chat-v0.6", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:49:51.667624](https://huggingface.co/datasets/open-llm-leaderboard/details_TinyLlama__TinyLlama-1.1B-Chat-v0.6/blob/main/results_2023-12-02T13-49-51.667624.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.02122820318423048, "acc_stderr": 0.003970449129848635 }, "harness|gsm8k|5": { "acc": 0.02122820318423048, "acc_stderr": 0.003970449129848635 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.31109434366226196, -0.7195671200752258, 0.23122738301753998, 0.2194814234972, -0.1480446755886078, 0.062307704240083694, -0.5683139562606812, -0.19104012846946716, 0.4741821885108948, 0.5155442953109741, -0.8273358941078186, -0.9306182861328125, -0.6331117153167725, 0.05006745085120201, -0.20525579154491425, 1.160927653312683, -0.051890332251787186, -0.17462171614170074, -0.09615003317594528, -0.30753588676452637, -0.44147783517837524, -0.2678455710411072, -0.6934704184532166, -0.3889222741127014, 0.39939144253730774, 0.9185581207275391, 0.46580803394317627, 0.6581853628158569, 0.6550970673561096, 0.3623051941394806, -0.04917033761739731, 0.2291380614042282, -0.5612624287605286, -0.18548056483268738, 0.2280772626399994, -0.6588394641876221, -0.7667025327682495, 0.14341889321804047, 0.7442072629928589, 0.46703284978866577, -0.170473113656044, 0.7335723638534546, 0.194693922996521, 0.5786688923835754, -0.403324693441391, 0.5565265417098999, -0.41024550795555115, -0.03121958300471306, -0.3640373647212982, -0.111165851354599, -0.13044963777065277, -0.4761601388454437, -0.05942828953266144, -0.42806723713874817, 0.0685044378042221, 0.1016046330332756, 0.9010122418403625, 0.18547721207141876, -0.09589468687772751, -0.3707190752029419, -0.277898371219635, 0.8131512403488159, -0.8208467960357666, -0.12154855579137802, 0.6750839948654175, 0.22876295447349548, -0.22609640657901764, -0.691622257232666, -0.40940767526626587, -0.10525725036859512, -0.30755677819252014, 0.040400389581918716, -0.07014916092157364, -0.21030478179454803, 0.28874123096466064, 0.6610968708992004, -0.6459704041481018, 0.1847100406885147, -0.630298912525177, -0.11539849638938904, 0.9955012202262878, 0.5365601181983948, 0.14856845140457153, -0.5384814739227295, -0.19716747105121613, -0.3529217839241028, -0.4501569867134094, 0.23931434750556946, 0.3259511888027191, 0.7425922751426697, -0.8499669432640076, 0.78391432762146, -0.3111813962459564, 0.44883421063423157, -0.0840684026479721, -0.3617199659347534, 0.6943435072898865, -0.705890417098999, -0.19654132425785065, -0.04786980152130127, 1.1200798749923706, 0.4029231667518616, -0.034938473254442215, 0.3328046500682831, -0.06351111829280853, -0.005637658294290304, -0.009534120559692383, -0.7680618166923523, -0.2753787338733673, 0.37344440817832947, -0.5591314435005188, -0.512790322303772, 0.039609432220458984, -0.9528946876525879, -0.2145949900150299, -0.15687072277069092, 0.2099507451057434, -0.1600019633769989, -0.22211207449436188, -0.2050790637731552, 0.083128921687603, 0.10409139096736908, 0.2319614291191101, -0.6853217482566833, 0.4221920371055603, 0.6661896705627441, 1.0589839220046997, -0.0633813664317131, -0.3711105287075043, -0.39080244302749634, -0.41135430335998535, -0.17659789323806763, 0.5238979458808899, -0.18106812238693237, -0.394726425409317, -0.1164514571428299, 0.17787103354930878, -0.32703617215156555, -0.6166072487831116, 0.6154886484146118, -0.21632885932922363, 0.29808393120765686, -0.19379392266273499, -0.5202869772911072, -0.07712192088365555, 0.3604666590690613, -0.5759700536727905, 1.3415484428405762, 0.15259496867656708, -0.6922892928123474, 0.11578591912984848, -0.8719276785850525, -0.14088371396064758, -0.050376132130622864, -0.11919992417097092, -0.5219943523406982, -0.1246446743607521, 0.125411257147789, 0.5878900289535522, -0.30072954297065735, -0.11176468431949615, -0.36040422320365906, -0.35201790928840637, 0.14067381620407104, -0.003996722865849733, 0.9907045364379883, 0.12460803240537643, -0.2134379893541336, 0.20977233350276947, -0.9209179878234863, 0.1569294035434723, 0.3262314200401306, -0.44784536957740784, -0.26877525448799133, -0.12203739583492279, 0.17402136325836182, 0.22009724378585815, 0.5119900107383728, -0.5149595737457275, 0.39810556173324585, -0.3026892840862274, 0.235451340675354, 0.9511262774467468, 0.06328142434358597, 0.4120265245437622, -0.5430707335472107, 0.5155627131462097, -0.01726764254271984, 0.2923441231250763, 0.15905404090881348, -0.6934394240379333, -0.9292677640914917, -0.24319389462471008, 0.18093566596508026, 0.598430871963501, -0.5453647971153259, 0.7266604900360107, -0.5857184529304504, -0.8359871506690979, -0.851230800151825, 0.25932076573371887, 0.45596930384635925, 0.4060090184211731, 0.27983903884887695, -0.23548562824726105, -0.7237541079521179, -0.9902362823486328, 0.09828859567642212, -0.3372511565685272, 0.06769072264432907, 0.5657162666320801, 0.9545341730117798, -0.3423307538032532, 0.801871657371521, -0.7349561452865601, -0.5153358578681946, -0.32890135049819946, 0.03571551293134689, 0.7066680192947388, 0.5322233438491821, 0.42964795231819153, -0.5682722926139832, -0.5078122019767761, -0.1913943588733673, -0.7008243799209595, -0.2415609061717987, -0.14288979768753052, -0.22416946291923523, 0.17723819613456726, -0.1316700428724289, -0.45532628893852234, 0.4795205295085907, 0.5984901785850525, -0.5268557667732239, 0.4605521857738495, 0.10668284446001053, 0.24869148433208466, -1.1380808353424072, -0.02254822850227356, 0.08539345860481262, -0.02487448789179325, -0.41292428970336914, -0.14719508588314056, -0.02719712257385254, 0.30301088094711304, -0.47013726830482483, 0.7330336570739746, -0.32651227712631226, -0.14696663618087769, -0.07718387246131897, 0.3159136474132538, -0.19258472323417664, 0.5322525501251221, -0.2803705632686615, 0.7755112648010254, 0.46408745646476746, -0.40743133425712585, 0.4228731691837311, 0.6671577095985413, -0.5084384083747864, 0.22697238624095917, -0.43166497349739075, 0.15584343671798706, 0.31144246459007263, 0.12156839668750763, -0.9268312454223633, -0.30065980553627014, 0.5301013588905334, -0.5619412064552307, 0.18626858294010162, -0.32831498980522156, -0.7073664665222168, -0.436871200799942, -0.5819862484931946, 0.13801386952400208, 0.567508339881897, -0.46991199254989624, 0.10628385096788406, 0.5754068493843079, 0.0012528373626992106, -0.3678243160247803, -0.7607315182685852, -0.1445026993751526, -0.2859536409378052, -0.8048843145370483, 0.1534913331270218, -0.26777133345603943, -0.3353900611400604, -0.0565769225358963, -0.06083738058805466, -0.029638344421982765, 0.03795258700847626, 0.41471439599990845, 0.4108305871486664, -0.15963797271251678, -0.22307531535625458, -0.25854358077049255, -0.11945649236440659, 0.0378815159201622, 0.23695796728134155, 0.5623581409454346, -0.39052078127861023, -0.19147062301635742, -0.31624579429626465, 0.06473974138498306, 0.2918347418308258, 0.1501220315694809, 0.8676159977912903, 0.6538227200508118, -0.3275488018989563, -0.08588755875825882, -0.4371003210544586, -0.13468685746192932, -0.4963664412498474, 0.21251077950000763, -0.205733522772789, -0.8769988417625427, 0.8416310548782349, 0.4081880450248718, 0.14740481972694397, 0.7011103630065918, 0.7414900660514832, -0.03195613622665405, 0.6392275094985962, 0.3931832015514374, -0.12933549284934998, 0.566095232963562, -0.7513372302055359, -0.14897920191287994, -1.0485461950302124, -0.33786487579345703, -0.49885693192481995, -0.46938997507095337, -0.8159615993499756, -0.4748273491859436, 0.2688418924808502, 0.09366364032030106, -0.22573266923427582, 0.5326035618782043, -0.5272771120071411, 0.248666912317276, 0.5195174813270569, 0.17253819108009338, 0.18611817061901093, -0.09375996142625809, -0.03798411786556244, -0.007437188643962145, -0.6223928928375244, -0.5919475555419922, 1.3964548110961914, 0.3162102997303009, 0.7024877071380615, 0.015377725474536419, 0.9526796936988831, 0.3398308753967285, 0.4134643077850342, -0.6151738166809082, 0.7769845128059387, 0.005554704926908016, -0.4884110689163208, -0.20783725380897522, -0.5929872393608093, -0.8847640752792358, 0.26056498289108276, -0.06590359658002853, -1.0366389751434326, 0.07044170796871185, -0.025510067120194435, -0.2589482367038727, 0.1651468724012375, -0.6033447980880737, 1.0071024894714355, -0.10775656998157501, -0.31474602222442627, -0.08637717366218567, -0.756849467754364, 0.5030370950698853, -0.07743105292320251, 0.40008676052093506, -0.36114102602005005, -0.09902849793434143, 1.2067711353302002, -0.664461612701416, 0.950506865978241, -0.16535446047782898, 0.11800868809223175, 0.3559049069881439, -0.29397451877593994, 0.49404093623161316, 0.1019921824336052, -0.17760799825191498, 0.4644310474395752, -0.1775972694158554, -0.22259490191936493, -0.32514333724975586, 0.9922810196876526, -0.9035530686378479, -0.28781774640083313, -0.4275653660297394, -0.5014811754226685, 0.10577182471752167, 0.14562872052192688, 0.33743977546691895, 0.12917858362197876, -0.04815278947353363, 0.2887957990169525, 0.26170411705970764, -0.09197678416967392, 0.4393431544303894, 0.5165515542030334, -0.3697449266910553, -0.5460509061813354, 0.5679308176040649, 0.28248873353004456, 0.05638362839818001, 0.12472367286682129, 0.10266872495412827, -0.3661280572414398, -0.47655031085014343, -0.3243063688278198, 0.22409957647323608, -0.5640491247177124, -0.2976139783859253, -0.4419143795967102, -0.3115694224834442, -0.35868585109710693, 0.10123571753501892, -0.6107951998710632, -0.5366400480270386, -0.5098443627357483, -0.16553646326065063, 0.6185594201087952, 0.4699300527572632, -0.38592374324798584, 0.43219804763793945, -0.8393839597702026, 0.2258467972278595, -0.061384908854961395, 0.32528793811798096, -0.12284546345472336, -0.6670833826065063, -0.6100791692733765, 0.2433323860168457, -0.40504035353660583, -0.7713949680328369, 0.48142650723457336, 0.15793728828430176, 0.5961296558380127, 0.12449299544095993, 0.12754428386688232, 0.8379904627799988, -0.2781692445278168, 1.0653891563415527, -0.05678126588463783, -0.6351093649864197, 0.9422141909599304, -0.24998095631599426, 0.07844347506761551, 0.6133942604064941, 0.04655320197343826, -0.48837265372276306, -0.299541175365448, -0.9211841225624084, -1.0400068759918213, 1.1325836181640625, 0.6850128173828125, -0.12187477946281433, 0.0668751448392868, 0.2453649640083313, -0.0791100338101387, 0.11466123163700104, -0.6630842685699463, -0.7434320449829102, 0.11294502764940262, -0.2203066498041153, -0.16021624207496643, -0.1063871681690216, -0.44441932439804077, -0.47188401222229004, 0.8994048833847046, -0.06187114119529724, 0.43641406297683716, -0.019708583131432533, -0.10384023934602737, -0.2346266210079193, 0.24164007604122162, 0.5455477237701416, 0.6199986934661865, -0.4202679693698883, -0.17925994098186493, 0.2848186492919922, -0.5772340893745422, 0.018560398370027542, 0.17481090128421783, 0.03572536259889603, -0.0860600546002388, 0.6448423862457275, 0.9136477708816528, 0.2755473852157593, -0.4642346203327179, 0.5734491348266602, -0.09314039349555969, -0.06748644262552261, -0.549566388130188, 0.272623211145401, -0.07991375029087067, 0.4593743085861206, 0.36581435799598694, -0.05918697640299797, -0.03958814963698387, -0.364563912153244, 0.2806134521961212, 0.16755138337612152, -0.039809633046388626, -0.35309046506881714, 0.5044652223587036, -0.0497506782412529, -0.3242095410823822, 0.7094482183456421, -0.10802193731069565, -0.3429374396800995, 1.014230489730835, 0.20488078892230988, 0.9130146503448486, -0.004404422361403704, 0.06498409807682037, 0.49418118596076965, 0.41688406467437744, -0.06133785471320152, 0.586051881313324, 0.07763850688934326, -0.7377147674560547, -0.1634436547756195, -0.7464487552642822, -0.32568642497062683, 0.2543264627456665, -0.9952408075332642, 0.3704439103603363, -0.21255436539649963, -0.29952773451805115, -0.0510394461452961, 0.5614088177680969, -0.9092011451721191, -0.014172912575304508, 0.1263812780380249, 0.924166202545166, -1.0399188995361328, 0.7861346006393433, 0.8359568119049072, -0.5733844041824341, -0.8690956234931946, -0.2639755308628082, 0.32581594586372375, -0.9435775279998779, 0.4653479754924774, 0.16628223657608032, 0.4275546073913574, -0.2425786852836609, -0.6495434641838074, -0.9224910140037537, 1.4350180625915527, 0.07740794867277145, -0.5159305334091187, 0.20145010948181152, 0.13430151343345642, 0.5011846423149109, -0.5496761798858643, 0.4274187982082367, 0.802513837814331, 0.655593991279602, -0.0005588586791418493, -1.0559712648391724, 0.1813565492630005, -0.5652910470962524, 0.07059095054864883, 0.035371504724025726, -0.9041627049446106, 0.9259732961654663, -0.1984504759311676, -0.0767502412199974, 0.12004491686820984, 0.5167126059532166, 0.5927358865737915, 0.4044743776321411, 0.4478887617588043, 0.6605414748191833, 0.6623193621635437, -0.37582576274871826, 1.0568100214004517, -0.16716504096984863, 0.8947460651397705, 1.330120325088501, 0.050652336329221725, 0.84189772605896, 0.3591633439064026, -0.4369688630104065, 0.5457966923713684, 0.8971670866012573, -0.3062850534915924, 0.5289215445518494, 0.07624620944261551, 0.09784314036369324, -0.001976408064365387, 0.051295869052410126, -0.5136857628822327, 0.5669340491294861, 0.32419201731681824, -0.5439922213554382, -0.1800081431865692, -0.15286928415298462, 0.16095668077468872, -0.2882235050201416, -0.288142591714859, 0.7546880841255188, 0.13796588778495789, -0.33537647128105164, 0.6777709126472473, -0.060910724103450775, 0.7354661822319031, -0.6518970727920532, -0.006767641752958298, -0.331798791885376, 0.2926847040653229, -0.5352113246917725, -0.9267098307609558, 0.36325204372406006, 0.13535204529762268, -0.27769264578819275, -0.20967938005924225, 0.6223956942558289, -0.39283043146133423, -0.5441516637802124, 0.34830358624458313, 0.5134483575820923, 0.32893502712249756, 0.24335633218288422, -0.9178345799446106, 0.3351938724517822, 0.16500407457351685, -0.7978473901748657, 0.4185887575149536, 0.18692798912525177, 0.14408262073993683, 0.6086770296096802, 0.6659120917320251, 0.1503867208957672, 0.1690143197774887, -0.06511744856834412, 1.0326898097991943, -0.6212871074676514, -0.5102753043174744, -0.8886675238609314, 0.8718739151954651, -0.29607394337654114, -0.4815828800201416, 1.0125643014907837, 0.9541682004928589, 0.7759351134300232, 0.10259588807821274, 0.6466909646987915, -0.41533252596855164, 0.5502527952194214, -0.4156814515590668, 0.952103853225708, -0.7433269619941711, 0.4835602641105652, -0.24570094048976898, -0.7704680562019348, -0.05628538876771927, 0.7189031839370728, -0.31586670875549316, -0.025074651464819908, 0.5741128325462341, 1.0057933330535889, -0.012520356103777885, 0.2533456087112427, -0.07096994668245316, 0.4821986258029938, 0.19338716566562653, 0.5735025405883789, 0.6551181077957153, -0.7526952624320984, 0.4615117013454437, -0.7011794447898865, -0.4138319194316864, -0.1821763664484024, -0.6560125946998596, -0.8199537396430969, -0.5221158862113953, -0.4654575288295746, -0.5560922622680664, -0.15300989151000977, 1.2097474336624146, 0.564991295337677, -0.903965175151825, -0.4874420762062073, 0.2715231776237488, 0.27633875608444214, -0.15676860511302948, -0.33064666390419006, 0.5275938510894775, -0.1266130656003952, -0.769589364528656, 0.46553468704223633, -0.06343426555395126, -0.20330481231212616, -0.059261150658130646, -0.23989079892635345, -0.3266814947128296, -0.24367408454418182, 0.45196789503097534, 0.2109622359275818, -0.6793770790100098, -0.3963666260242462, -0.33883053064346313, -0.22518888115882874, 0.2836678624153137, 0.27683281898498535, -0.5266643166542053, 0.1491464078426361, 0.5265707969665527, 0.19028745591640472, 0.6938874125480652, -0.2313503623008728, 0.12300695478916168, -0.9827845096588135, 0.10946851223707199, 0.0786915197968483, 0.5349797606468201, 0.14779460430145264, -0.3570133447647095, 1.0556954145431519, 0.25775960087776184, -0.6371907591819763, -0.9690598845481873, -0.2616153955459595, -1.1919684410095215, 0.18571653962135315, 1.3838425874710083, -0.23116721212863922, -0.2407076507806778, 0.17223873734474182, -0.10421017557382584, 0.30545803904533386, -0.6674651503562927, 0.6131916046142578, 0.7100232839584351, -0.3001745939254761, -0.16038553416728973, -0.5507076978683472, 0.41235217452049255, -0.06954866647720337, -1.0106196403503418, -0.0815950483083725, 0.39952418208122253, 0.44059011340141296, 0.2161477953195572, 0.9606558084487915, 0.0022787638008594513, -0.09173575043678284, -0.0313359759747982, 0.06762642413377762, -0.1359519511461258, -0.15790170431137085, -0.31526145339012146, 0.10504426807165146, -0.3526136577129364, -0.4872482717037201 ]
open-llm-leaderboard/details_TinyLlama__TinyLlama-1.1B-intermediate-step-955k-token-2T
open-llm-leaderboard
2023-12-02T13:50:04Z
0
0
[ "region:us" ]
null
2023-12-02T13:49:59Z
--- pretty_name: Evaluation run of TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_TinyLlama__TinyLlama-1.1B-intermediate-step-955k-token-2T\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:49:56.962139](https://huggingface.co/datasets/open-llm-leaderboard/details_TinyLlama__TinyLlama-1.1B-intermediate-step-955k-token-2T/blob/main/results_2023-12-02T13-49-56.962139.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.013646702047005308,\n\ \ \"acc_stderr\": 0.0031957470754808434\n },\n \"harness|gsm8k|5\"\ : {\n \"acc\": 0.013646702047005308,\n \"acc_stderr\": 0.0031957470754808434\n\ \ }\n}\n```" repo_url: https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_49_56.962139 path: - '**/details_harness|gsm8k|5_2023-12-02T13-49-56.962139.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-49-56.962139.parquet' - config_name: results data_files: - split: 2023_12_02T13_49_56.962139 path: - results_2023-12-02T13-49-56.962139.parquet - split: latest path: - results_2023-12-02T13-49-56.962139.parquet --- # Dataset Card for Evaluation run of TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_TinyLlama__TinyLlama-1.1B-intermediate-step-955k-token-2T", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:49:56.962139](https://huggingface.co/datasets/open-llm-leaderboard/details_TinyLlama__TinyLlama-1.1B-intermediate-step-955k-token-2T/blob/main/results_2023-12-02T13-49-56.962139.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.013646702047005308, "acc_stderr": 0.0031957470754808434 }, "harness|gsm8k|5": { "acc": 0.013646702047005308, "acc_stderr": 0.0031957470754808434 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.3134802579879761, -0.6531359553337097, 0.28065839409828186, 0.18715092539787292, -0.17349009215831757, 0.0766623392701149, -0.5195559859275818, -0.1847638040781021, 0.44736626744270325, 0.5225920081138611, -0.8061394691467285, -0.9774000644683838, -0.6385436058044434, 0.1251676231622696, -0.169600710272789, 1.1331214904785156, -0.18749487400054932, -0.10934001952409744, -0.029492998495697975, -0.3131062686443329, -0.4097634553909302, -0.2194288671016693, -0.6644877195358276, -0.3645325005054474, 0.40307554602622986, 0.8778175115585327, 0.4197031557559967, 0.700892984867096, 0.663743793964386, 0.3470960557460785, -0.09626500308513641, 0.21508145332336426, -0.4409083127975464, -0.20752181112766266, 0.19688168168067932, -0.6501330137252808, -0.7720300555229187, 0.18352645635604858, 0.7631474137306213, 0.522436797618866, -0.11224295198917389, 0.7838877439498901, 0.19030621647834778, 0.5617179870605469, -0.4129728376865387, 0.5760008096694946, -0.31907930970191956, 0.04150765389204025, -0.3878121078014374, -0.06053820997476578, -0.11024150252342224, -0.5054476261138916, -0.07641151547431946, -0.47750651836395264, 0.13600701093673706, 0.12172213941812515, 0.8734512329101562, 0.16511976718902588, -0.10479651391506195, -0.4114174544811249, -0.19462265074253082, 0.7688019275665283, -0.7916479706764221, -0.10696366429328918, 0.66365647315979, 0.16085636615753174, -0.149313822388649, -0.7549526691436768, -0.4100712239742279, -0.1296733170747757, -0.28887659311294556, 0.07038769125938416, 0.02337661199271679, -0.21128687262535095, 0.3589591681957245, 0.66916424036026, -0.6546675562858582, 0.13351769745349884, -0.60882169008255, -0.15562887489795685, 0.9565933346748352, 0.5544548034667969, 0.12417164444923401, -0.5599846243858337, -0.2672613263130188, -0.38539519906044006, -0.5173044204711914, 0.29372096061706543, 0.32600024342536926, 0.7545158267021179, -0.7958722710609436, 0.7963921427726746, -0.2981617748737335, 0.45313361287117004, -0.05445093289017677, -0.35580840706825256, 0.6882647275924683, -0.7644910216331482, -0.20073996484279633, -0.001981875393539667, 1.0283678770065308, 0.34083428978919983, -0.0968659296631813, 0.268402636051178, -0.13236373662948608, -0.07562504708766937, -0.040741369128227234, -0.8223565220832825, -0.25614428520202637, 0.3155589997768402, -0.575549840927124, -0.4710010588169098, 0.16647885739803314, -0.9476069808006287, -0.1882898360490799, -0.219610333442688, 0.25423672795295715, -0.1488550454378128, -0.18601465225219727, -0.18722766637802124, 0.07428774982690811, 0.10465136915445328, 0.22774311900138855, -0.6875206828117371, 0.37797433137893677, 0.6818050146102905, 1.0844639539718628, -0.05748274177312851, -0.4017469584941864, -0.4509335458278656, -0.34284695982933044, -0.21273832023143768, 0.4744589030742645, -0.17569419741630554, -0.42041775584220886, -0.12258207052946091, 0.226762056350708, -0.3539409041404724, -0.6581160426139832, 0.619687020778656, -0.25617268681526184, 0.218575119972229, -0.2732550799846649, -0.44162899255752563, -0.1166631281375885, 0.3420200049877167, -0.6239057779312134, 1.3859076499938965, 0.20819784700870514, -0.6481209993362427, 0.19786414504051208, -0.9033451676368713, -0.141748309135437, -0.03713368996977806, -0.060652125626802444, -0.49972406029701233, -0.07223687320947647, 0.11057739704847336, 0.5541312098503113, -0.3257678151130676, -0.10763713717460632, -0.32255780696868896, -0.35545027256011963, 0.07917081564664841, 0.04930927976965904, 1.0011948347091675, 0.14219465851783752, -0.2549533545970917, 0.19684097170829773, -0.9620923399925232, 0.1107410416007042, 0.31103065609931946, -0.5327807068824768, -0.22419844567775726, -0.27140578627586365, 0.19440782070159912, 0.23447874188423157, 0.5218040943145752, -0.5260063409805298, 0.43682417273521423, -0.3072248697280884, 0.2273242324590683, 1.0057398080825806, 0.05135606601834297, 0.36295604705810547, -0.477696031332016, 0.5749326944351196, 0.0034403838217258453, 0.23105661571025848, 0.14979061484336853, -0.6780495047569275, -0.907321572303772, -0.21413277089595795, 0.2537809908390045, 0.5171951055526733, -0.5070937871932983, 0.6454784274101257, -0.5344153046607971, -0.7554601430892944, -0.859539806842804, 0.2741006016731262, 0.4595385789871216, 0.4765743017196655, 0.33461564779281616, -0.2671840190887451, -0.6844277381896973, -0.9270085096359253, 0.09151816368103027, -0.3070063889026642, 0.08466601371765137, 0.49089697003364563, 1.0556285381317139, -0.2842312753200531, 0.7725587487220764, -0.765158474445343, -0.4981963336467743, -0.2592269778251648, 0.08526149392127991, 0.7222381830215454, 0.5141236782073975, 0.4189324676990509, -0.5615645051002502, -0.5102396011352539, -0.1920345276594162, -0.6930239200592041, -0.207833930850029, -0.1306818723678589, -0.19072642922401428, 0.18151777982711792, -0.10014154762029648, -0.4486105740070343, 0.4666641354560852, 0.5063183903694153, -0.5842218399047852, 0.48875629901885986, 0.06909222155809402, 0.23627419769763947, -1.117842197418213, 0.0883600190281868, 0.08109403401613235, 0.012080707587301731, -0.3721362352371216, -0.028327511623501778, 0.029567820951342583, 0.29804569482803345, -0.49264517426490784, 0.6936326026916504, -0.3527276813983917, -0.18159393966197968, -0.02565939351916313, 0.2353563904762268, -0.15485484898090363, 0.5164765119552612, -0.2838394343852997, 0.7988059520721436, 0.4356379210948944, -0.37741512060165405, 0.39079827070236206, 0.5924785733222961, -0.5328040719032288, 0.20220501720905304, -0.3826470375061035, 0.11911845207214355, 0.308485209941864, 0.12558090686798096, -0.88416588306427, -0.3232920467853546, 0.5089830756187439, -0.4991533160209656, 0.20211274921894073, -0.30409765243530273, -0.7856059670448303, -0.4742211401462555, -0.6471941471099854, 0.215406134724617, 0.5238314270973206, -0.529533326625824, 0.14654488861560822, 0.4633699357509613, -0.0066182296723127365, -0.3564705550670624, -0.7625858187675476, -0.1587323695421219, -0.2845260798931122, -0.7579663395881653, 0.19810372591018677, -0.2713984251022339, -0.27930447459220886, -0.0415763258934021, -0.09660632908344269, 0.015756437554955482, 0.07437967509031296, 0.4286406338214874, 0.4142387807369232, -0.20382025837898254, -0.25845590233802795, -0.24334673583507538, -0.15135088562965393, 0.058144956827163696, 0.15641164779663086, 0.5506318211555481, -0.37360745668411255, -0.2042279988527298, -0.3076135814189911, 0.0043623605743050575, 0.3289632201194763, 0.10036958009004593, 0.8127279281616211, 0.7244928479194641, -0.36551156640052795, -0.08985962718725204, -0.3408745527267456, -0.10944575071334839, -0.4797210991382599, 0.19856294989585876, -0.28326019644737244, -0.8059817552566528, 0.8164170384407043, 0.3258940875530243, 0.09821195900440216, 0.7632757425308228, 0.767753005027771, -0.0004215452936477959, 0.6691598296165466, 0.3633406162261963, -0.08868145197629929, 0.5031263828277588, -0.8573978543281555, -0.16257205605506897, -1.117593765258789, -0.4098396301269531, -0.5273590683937073, -0.4468553960323334, -0.7784357070922852, -0.46892401576042175, 0.304121732711792, 0.1739656925201416, -0.29441121220588684, 0.5025187730789185, -0.5127685070037842, 0.22693926095962524, 0.5508143305778503, 0.14944294095039368, 0.18971750140190125, -0.07518412172794342, -0.18747980892658234, 0.02149839885532856, -0.5778726935386658, -0.5683056712150574, 1.445062518119812, 0.3259219825267792, 0.6590694785118103, 0.024477697908878326, 0.9599788784980774, 0.3466326892375946, 0.3988354206085205, -0.6047271490097046, 0.7652379274368286, -0.006948141381144524, -0.4562651216983795, -0.16364847123622894, -0.49484583735466003, -0.8476227521896362, 0.26940181851387024, -0.004466176964342594, -0.991265058517456, 0.10862880200147629, -0.02076859213411808, -0.344441294670105, 0.19916345179080963, -0.5832746028900146, 0.977345883846283, -0.1244288831949234, -0.4002770185470581, -0.027900081127882004, -0.7838454842567444, 0.46591517329216003, -0.13139493763446808, 0.3804759979248047, -0.3097827732563019, -0.1417628973722458, 1.2315796613693237, -0.7188504338264465, 0.8883693814277649, -0.24797756969928741, 0.11610729247331619, 0.34669676423072815, -0.3428817689418793, 0.5130054354667664, 0.07422605901956558, -0.22071973979473114, 0.46130630373954773, -0.20444990694522858, -0.2353203296661377, -0.26339322328567505, 0.9618077874183655, -0.8604157567024231, -0.25750136375427246, -0.4992566406726837, -0.5024086833000183, 0.14831577241420746, 0.206370547413826, 0.33089715242385864, 0.10202764719724655, 0.03990849107503891, 0.2524697780609131, 0.21398307383060455, -0.019465768709778786, 0.5248737931251526, 0.5005342960357666, -0.3108840882778168, -0.6029443144798279, 0.6411833167076111, 0.3514794707298279, -0.00877726636826992, 0.0943567156791687, 0.15544569492340088, -0.44479578733444214, -0.5764579176902771, -0.42760005593299866, 0.23732806742191315, -0.5615222454071045, -0.30172353982925415, -0.39278003573417664, -0.22383153438568115, -0.3640865683555603, 0.06562523543834686, -0.5158799886703491, -0.5302203297615051, -0.5144428610801697, -0.22934728860855103, 0.545068085193634, 0.5471919178962708, -0.4408782124519348, 0.39107367396354675, -0.7730724215507507, 0.24462507665157318, -0.07721950113773346, 0.29052066802978516, -0.028935600072145462, -0.653461217880249, -0.6670112609863281, 0.1708662509918213, -0.4428243041038513, -0.7714964747428894, 0.4530456066131592, 0.0833311378955841, 0.53572016954422, 0.17583587765693665, 0.07563046365976334, 0.8734302520751953, -0.25991562008857727, 1.104073405265808, -0.030547436326742172, -0.6731353998184204, 0.9201945662498474, -0.18738211691379547, 0.05620453506708145, 0.6496148109436035, 0.04874365031719208, -0.4321580231189728, -0.24086269736289978, -0.871450662612915, -1.1166279315948486, 1.1686922311782837, 0.5901392102241516, -0.2414756864309311, 0.1348409205675125, 0.29932233691215515, -0.04132220149040222, 0.12890839576721191, -0.7087502479553223, -0.6869778037071228, 0.10145959258079529, -0.237007275223732, -0.1419854760169983, -0.0618540495634079, -0.4748893082141876, -0.5196137428283691, 0.9156123399734497, -0.12868008017539978, 0.3500964343547821, 0.014233522117137909, -0.1348264366388321, -0.2566121816635132, 0.1683407425880432, 0.5384730696678162, 0.6309998631477356, -0.45381203293800354, -0.15749593079090118, 0.2762141227722168, -0.6256781220436096, 0.05979059636592865, 0.20496772229671478, -0.059976764023303986, -0.12491237372159958, 0.7017900943756104, 0.8756420016288757, 0.24455031752586365, -0.4499529004096985, 0.5303215980529785, -0.0041434564627707005, -0.08185562491416931, -0.4900606572628021, 0.24159826338291168, -0.0737704336643219, 0.43032312393188477, 0.3929741382598877, -0.06880279630422592, -0.025030266493558884, -0.3816963732242584, 0.25872498750686646, 0.14636506140232086, -0.0440179817378521, -0.3842281103134155, 0.5826543569564819, -0.0881580337882042, -0.30275672674179077, 0.6807392835617065, -0.08939114958047867, -0.3202195465564728, 1.0804319381713867, 0.23774628341197968, 0.9511368870735168, 0.006462571211159229, 0.04328249767422676, 0.5006610155105591, 0.41594019532203674, -0.07679277658462524, 0.6116212606430054, 0.040207210928201675, -0.6226479411125183, -0.089884914457798, -0.8369898796081543, -0.25722500681877136, 0.22112105786800385, -1.0284940004348755, 0.3635980784893036, -0.25736889243125916, -0.25374776124954224, -0.03149397298693657, 0.6232068538665771, -0.9517940282821655, 0.06582541018724442, 0.10659874230623245, 0.9736223816871643, -1.0841869115829468, 0.7599049210548401, 0.8833373785018921, -0.6986764669418335, -0.921562910079956, -0.15972284972667694, 0.29734814167022705, -0.9858070611953735, 0.5744879841804504, 0.2182142585515976, 0.3839755654335022, -0.23329851031303406, -0.5740293860435486, -0.8810903429985046, 1.5458462238311768, 0.06952522695064545, -0.47865864634513855, 0.16986995935440063, 0.18243621289730072, 0.47449690103530884, -0.5356619954109192, 0.4139663279056549, 0.81316077709198, 0.7543174028396606, -0.0035177876707166433, -0.9691764712333679, 0.2588428258895874, -0.47223958373069763, 0.06819076836109161, 0.03934066370129585, -0.9401978850364685, 1.0047000646591187, -0.2341405600309372, -0.016550160944461823, 0.15124833583831787, 0.44576460123062134, 0.5950350761413574, 0.4702223539352417, 0.42415735125541687, 0.7613527178764343, 0.679703414440155, -0.38437598943710327, 1.045233964920044, -0.2065674364566803, 0.9096361398696899, 1.2282516956329346, 0.022658992558717728, 0.8292112946510315, 0.39781397581100464, -0.46563243865966797, 0.5308166146278381, 0.9869359135627747, -0.3513728082180023, 0.5645983815193176, 0.10927331447601318, 0.02458781935274601, 0.03340098634362221, 0.0037095979787409306, -0.5443445444107056, 0.5419220328330994, 0.24136154353618622, -0.5998677611351013, -0.19993716478347778, -0.16999214887619019, 0.16268879175186157, -0.33998599648475647, -0.3686819076538086, 0.7007492780685425, 0.12169233709573746, -0.35108280181884766, 0.6298113465309143, 0.024605130776762962, 0.6537509560585022, -0.6209810972213745, -0.001798332086764276, -0.33254024386405945, 0.2494155615568161, -0.5610001087188721, -0.8969021439552307, 0.29729610681533813, 0.15895500779151917, -0.314855694770813, -0.2665848433971405, 0.5425369739532471, -0.3710077404975891, -0.6005542278289795, 0.3375609517097473, 0.4898679256439209, 0.29705020785331726, 0.2627618908882141, -0.9220932722091675, 0.27798500657081604, 0.16456368565559387, -0.7874321937561035, 0.4216795563697815, 0.20464788377285004, 0.11619632691144943, 0.5207104682922363, 0.7129440307617188, 0.1894610971212387, 0.20103766024112701, -0.04541972652077675, 1.0178395509719849, -0.680396556854248, -0.5059868097305298, -0.9090341329574585, 0.8921980261802673, -0.22309675812721252, -0.5056896805763245, 0.9764103889465332, 1.0685139894485474, 0.8054012656211853, 0.06717298924922943, 0.642680287361145, -0.3429974913597107, 0.4681984484195709, -0.5226978063583374, 0.9500587582588196, -0.7944378852844238, 0.46548372507095337, -0.22849291563034058, -0.7724941968917847, -0.0806812047958374, 0.6708834767341614, -0.27231574058532715, -0.013722021132707596, 0.6207723021507263, 0.9653013348579407, -0.03223145753145218, 0.22034043073654175, -0.1308802217245102, 0.49661266803741455, 0.1838120073080063, 0.5790356993675232, 0.5989307761192322, -0.7363017797470093, 0.4284347593784332, -0.6749395132064819, -0.36997416615486145, -0.2233387976884842, -0.636070191860199, -0.7220237851142883, -0.48713549971580505, -0.45364925265312195, -0.5668696761131287, -0.18483002483844757, 1.1943624019622803, 0.5487164855003357, -0.934912919998169, -0.46653640270233154, 0.2131827175617218, 0.2759861648082733, -0.15014030039310455, -0.32609155774116516, 0.6651842594146729, -0.10849060118198395, -0.8049719929695129, 0.4660221040248871, -0.0031730912160128355, -0.19301490485668182, -0.0772952064871788, -0.27456387877464294, -0.27883148193359375, -0.2629469037055969, 0.44730469584465027, 0.18374700844287872, -0.7077741622924805, -0.3663128614425659, -0.34097176790237427, -0.16736775636672974, 0.2699723541736603, 0.36237815022468567, -0.5434486865997314, 0.2001202255487442, 0.5218757390975952, 0.19751587510108948, 0.7101147770881653, -0.22555576264858246, 0.033681437373161316, -0.9205465316772461, 0.05137908086180687, 0.06435982882976532, 0.5731486678123474, 0.09085748344659805, -0.3374195098876953, 1.0898628234863281, 0.3640460968017578, -0.5676796436309814, -0.9964854717254639, -0.2717192769050598, -1.187100887298584, 0.1629713475704193, 1.3046021461486816, -0.26428499817848206, -0.22815683484077454, 0.20498128235340118, -0.08591369539499283, 0.3050183355808258, -0.6443585157394409, 0.5904066562652588, 0.7595540881156921, -0.35553696751594543, -0.07698807120323181, -0.5722135901451111, 0.36864784359931946, -0.028476424515247345, -0.9778597354888916, -0.151594877243042, 0.37323468923568726, 0.4483253061771393, 0.23693706095218658, 0.892842173576355, -0.038067881017923355, -0.08050849288702011, -0.022501256316900253, 0.047575537115335464, -0.19168908894062042, -0.18530282378196716, -0.3568129241466522, 0.23155179619789124, -0.29832810163497925, -0.5384593605995178 ]
giorgoskyriacou2009tv/Itv-1
giorgoskyriacou2009tv
2023-12-02T13:51:21Z
0
0
[ "license:apache-2.0", "region:us" ]
null
2023-12-02T13:51:20Z
--- license: apache-2.0 ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
open-llm-leaderboard/details_Korabbit__Llama-2-7b-chat-hf-afr-200step-merged
open-llm-leaderboard
2023-12-02T13:52:39Z
0
0
[ "region:us" ]
null
2023-12-02T13:52:30Z
--- pretty_name: Evaluation run of Korabbit/Llama-2-7b-chat-hf-afr-200step-merged dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Korabbit/Llama-2-7b-chat-hf-afr-200step-merged](https://huggingface.co/Korabbit/Llama-2-7b-chat-hf-afr-200step-merged)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Korabbit__Llama-2-7b-chat-hf-afr-200step-merged\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:52:27.757521](https://huggingface.co/datasets/open-llm-leaderboard/details_Korabbit__Llama-2-7b-chat-hf-afr-200step-merged/blob/main/results_2023-12-02T13-52-27.757521.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.18953752843062927,\n\ \ \"acc_stderr\": 0.010795837931896377\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.18953752843062927,\n \"acc_stderr\": 0.010795837931896377\n\ \ }\n}\n```" repo_url: https://huggingface.co/Korabbit/Llama-2-7b-chat-hf-afr-200step-merged leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_52_27.757521 path: - '**/details_harness|gsm8k|5_2023-12-02T13-52-27.757521.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-52-27.757521.parquet' - config_name: results data_files: - split: 2023_12_02T13_52_27.757521 path: - results_2023-12-02T13-52-27.757521.parquet - split: latest path: - results_2023-12-02T13-52-27.757521.parquet --- # Dataset Card for Evaluation run of Korabbit/Llama-2-7b-chat-hf-afr-200step-merged ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Korabbit/Llama-2-7b-chat-hf-afr-200step-merged - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Korabbit/Llama-2-7b-chat-hf-afr-200step-merged](https://huggingface.co/Korabbit/Llama-2-7b-chat-hf-afr-200step-merged) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Korabbit__Llama-2-7b-chat-hf-afr-200step-merged", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:52:27.757521](https://huggingface.co/datasets/open-llm-leaderboard/details_Korabbit__Llama-2-7b-chat-hf-afr-200step-merged/blob/main/results_2023-12-02T13-52-27.757521.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.18953752843062927, "acc_stderr": 0.010795837931896377 }, "harness|gsm8k|5": { "acc": 0.18953752843062927, "acc_stderr": 0.010795837931896377 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.4387117922306061, -0.7497469186782837, 0.1798284500837326, 0.229642853140831, -0.32306021451950073, 0.2525600790977478, -0.3706868886947632, -0.2822183668613434, 0.4941386878490448, 0.694579005241394, -0.7223402261734009, -0.8798653483390808, -0.760938286781311, 0.14712680876255035, -0.2744947671890259, 1.240259051322937, -0.2526094317436218, -0.21383559703826904, -0.11313007026910782, -0.33299610018730164, -0.5495485663414001, -0.4760841727256775, -0.4267137050628662, -0.513258159160614, 0.4517827033996582, 0.7142726182937622, 0.3856939375400543, 0.6449877023696899, 0.679112434387207, 0.3988902270793915, -0.09392382949590683, 0.21772801876068115, -0.5680673122406006, 0.03651674836874008, 0.13022713363170624, -0.6110126376152039, -0.7737880945205688, 0.03375544399023056, 0.739975094795227, 0.5121922492980957, -0.24524825811386108, 0.6302270293235779, 0.1431560218334198, 0.6558069586753845, -0.4674777388572693, 0.5689811706542969, -0.27053505182266235, -0.06648232787847519, -0.32638615369796753, -0.07340007275342941, -0.09154141694307327, -0.42720890045166016, -0.19964446127414703, -0.3791932165622711, -0.0342540480196476, 0.047741781920194626, 1.00117027759552, 0.23481319844722748, -0.2754115164279938, -0.28298452496528625, -0.3217671811580658, 0.7653217315673828, -0.8884340524673462, 0.03518235310912132, 0.6270744800567627, 0.15261085331439972, -0.4047527611255646, -0.5861772298812866, -0.4361723065376282, 0.04805620387196541, -0.23354698717594147, 0.06342532485723495, -0.10013248026371002, -0.10529445856809616, 0.25672027468681335, 0.6303330659866333, -0.5815389156341553, 0.045474082231521606, -0.645401656627655, -0.19310031831264496, 0.9987718462944031, 0.3598862588405609, 0.08028446137905121, -0.44981247186660767, -0.30283764004707336, -0.46274062991142273, -0.3011222779750824, 0.2074858546257019, 0.5313955545425415, 0.5290343165397644, -0.6297301650047302, 0.9035360217094421, -0.5324780344963074, 0.4654906988143921, 0.03315356746315956, -0.41381701827049255, 0.8187616467475891, -0.6757074594497681, -0.12275263667106628, 0.12880168855190277, 1.0082247257232666, 0.5082126259803772, -0.03269319608807564, 0.13550816476345062, -0.11148914694786072, 0.10087941586971283, -0.037651240825653076, -0.7388851046562195, -0.16975462436676025, 0.40340614318847656, -0.4034627377986908, -0.43872329592704773, 0.057096995413303375, -0.871471643447876, -0.24002067744731903, -0.23864856362342834, 0.11858979612588882, -0.13930486142635345, -0.4514560401439667, -0.09456168860197067, -0.052061017602682114, 0.28233882784843445, 0.12797307968139648, -0.45475664734840393, 0.3382425904273987, 0.6263208389282227, 0.8826901912689209, -0.14819186925888062, -0.40561991930007935, -0.4435732364654541, -0.3247058391571045, -0.2438688725233078, 0.548717200756073, -0.2317885160446167, -0.37513911724090576, -0.1348433941602707, 0.25086647272109985, -0.24199217557907104, -0.5726781487464905, 0.6967592835426331, -0.3854691684246063, 0.2005881518125534, -0.37522396445274353, -0.5114918351173401, -0.2341342568397522, 0.35164332389831543, -0.63592928647995, 1.439112663269043, 0.3573482632637024, -0.8317996263504028, 0.17925839126110077, -0.8431417942047119, -0.1653909832239151, 0.03417053073644638, 0.12293490022420883, -0.5415923595428467, -0.2326533943414688, 0.09437521547079086, 0.5387649536132812, -0.21336118876934052, 0.162942573428154, -0.3517562448978424, -0.36155033111572266, 0.14331494271755219, 0.03105255216360092, 0.9315661191940308, 0.13652484118938446, -0.2713320851325989, 0.13758166134357452, -0.8341706991195679, 0.13975001871585846, 0.3084813356399536, -0.5480649471282959, -0.23896558582782745, -0.18995456397533417, 0.14156615734100342, 0.14716213941574097, 0.6025073528289795, -0.4799250662326813, 0.4298105239868164, -0.14543400704860687, 0.16479992866516113, 0.8279018998146057, 0.1270138919353485, 0.382673978805542, -0.5283364653587341, 0.507367730140686, 0.04457627981901169, 0.2629474103450775, 0.15630513429641724, -0.6019506454467773, -0.837578296661377, -0.26521623134613037, 0.2326890230178833, 0.7489355206489563, -0.49358147382736206, 0.8725879788398743, -0.5335785150527954, -0.7825440168380737, -0.7274459600448608, 0.2926971912384033, 0.473673552274704, 0.3977121114730835, 0.28114035725593567, -0.4189666211605072, -0.769780158996582, -0.9592087864875793, 0.031019125133752823, -0.28011345863342285, 0.15551623702049255, 0.5009378790855408, 0.9165269732475281, -0.41324418783187866, 0.7795907258987427, -0.5675283670425415, -0.27755069732666016, -0.28832122683525085, 0.04333014786243439, 0.7163780927658081, 0.48358428478240967, 0.34923121333122253, -0.5947768688201904, -0.4311542510986328, -0.06137903779745102, -0.82429438829422, -0.3237808346748352, 0.025881217792630196, -0.4201098084449768, 0.2473398894071579, -0.12875860929489136, -0.5626349449157715, 0.46425557136535645, 0.5941218137741089, -0.550180971622467, 0.5443711280822754, 0.22836355865001678, 0.5197352170944214, -1.2045286893844604, -0.011067982763051987, -0.13507623970508575, -0.010217349976301193, -0.41447025537490845, -0.06410472095012665, -0.10943467915058136, 0.3805375099182129, -0.3712264597415924, 0.6251919269561768, -0.40729835629463196, -0.24492700397968292, -0.11249042302370071, 0.25464701652526855, -0.17179465293884277, 0.5787301063537598, -0.42417803406715393, 0.5904560685157776, 0.4441085457801819, -0.3547409474849701, 0.5673002004623413, 0.6546859741210938, -0.48205721378326416, 0.31963348388671875, -0.4010508060455322, 0.18861405551433563, 0.21845567226409912, 0.284466952085495, -1.0431365966796875, -0.545623242855072, 0.5828306078910828, -0.5360366702079773, 0.15878193080425262, -0.36865657567977905, -0.7617974281311035, -0.36814409494400024, -0.43558236956596375, 0.25448429584503174, 0.6331649422645569, -0.4526738226413727, 0.323419451713562, 0.4036661684513092, -0.154960498213768, -0.7302342653274536, -0.6467221975326538, -0.05967205390334129, -0.3924448788166046, -0.7036015391349792, 0.18115420639514923, -0.24804578721523285, -0.232317253947258, 0.10524014383554459, -0.0798582062125206, -0.021712355315685272, 0.031004007905721664, 0.45502912998199463, 0.5253851413726807, -0.09779872745275497, -0.340548038482666, -0.017290350049734116, 0.01687931828200817, 0.016558827832341194, 0.3997756540775299, 0.7158269882202148, -0.30079737305641174, -0.3121646046638489, -0.25152355432510376, 0.11292919516563416, 0.4741080701351166, -0.03576693311333656, 0.8526210784912109, 0.6518217921257019, -0.21235181391239166, 0.16242700815200806, -0.6238397359848022, 0.05140381678938866, -0.4527526795864105, 0.3159073293209076, -0.13849182426929474, -0.8686538338661194, 0.914682924747467, 0.14204856753349304, 0.23968711495399475, 0.5804725289344788, 0.6554291248321533, 0.16225600242614746, 0.6789847612380981, 0.2635112702846527, -0.1788940131664276, 0.5664243102073669, -0.6260197162628174, -0.03544977307319641, -1.068656325340271, -0.44058579206466675, -0.359875351190567, -0.44148561358451843, -0.8226226568222046, -0.38617178797721863, 0.1230289489030838, 0.3480369448661804, -0.3673698604106903, 0.5158178806304932, -0.6031544208526611, 0.26990240812301636, 0.4622344374656677, 0.20995523035526276, 0.1794009506702423, -0.02611199952661991, 0.005492233671247959, 0.2427280992269516, -0.4782010316848755, -0.4824120104312897, 1.3464503288269043, 0.2678871154785156, 0.5643630623817444, -0.011530851945281029, 1.092677116394043, 0.36203375458717346, 0.4104931354522705, -0.5647616386413574, 0.7254588603973389, 0.16218814253807068, -0.45747074484825134, -0.22855769097805023, -0.44971635937690735, -0.9303061962127686, 0.24993090331554413, -0.1135290265083313, -0.9492923617362976, 0.059431206434965134, -0.10055920481681824, 0.04414087533950806, 0.20652280747890472, -0.5976001620292664, 0.7851042151451111, -0.15196843445301056, -0.3298843204975128, 0.0029503144323825836, -0.7801887392997742, 0.5867381691932678, -0.09262224286794662, 0.403324693441391, -0.3537021279335022, 0.010515887290239334, 1.134487509727478, -0.538098156452179, 0.9080306887626648, -0.16428394615650177, 0.10343903303146362, 0.42915740609169006, -0.30176079273223877, 0.5655018091201782, -0.12092531472444534, -0.12300597876310349, 0.5728516578674316, -0.11474274843931198, -0.30172932147979736, -0.3671465814113617, 0.8517455458641052, -0.889152467250824, -0.3138102889060974, -0.436253160238266, -0.6311863660812378, 0.19462057948112488, 0.20631657540798187, 0.2425447404384613, 0.10982173681259155, 0.07139391452074051, 0.30949267745018005, 0.17198362946510315, -0.04050888121128082, 0.3831009268760681, 0.3999670743942261, -0.32981076836586, -0.7753919959068298, 0.4280276894569397, 0.21010786294937134, 0.04572828486561775, 0.02925027348101139, -0.02570236101746559, -0.5046817064285278, -0.35471493005752563, -0.30166855454444885, 0.3370228111743927, -0.7049565315246582, -0.39803990721702576, -0.401973694562912, -0.34005501866340637, -0.3139612376689911, 0.032742973417043686, -0.4527776539325714, -0.33141404390335083, -0.274906724691391, -0.2581619620323181, 0.7174750566482544, 0.5777773857116699, -0.3099493980407715, 0.5052065253257751, -0.8456821441650391, 0.08156128227710724, -0.22284115850925446, 0.38856053352355957, -0.0602567121386528, -0.5795694589614868, -0.4866545796394348, 0.21054202318191528, -0.38386017084121704, -0.9198250770568848, 0.5725155472755432, -0.016522031277418137, 0.7300963401794434, 0.06396618485450745, 0.2205629050731659, 0.8562144637107849, -0.22195202112197876, 1.0171481370925903, 0.053074970841407776, -0.6202422976493835, 0.6875774264335632, -0.25804197788238525, 0.08529334515333176, 0.5095407962799072, 0.13471674919128418, -0.4184359312057495, -0.28953519463539124, -0.8489998579025269, -1.1497894525527954, 0.9560651183128357, 0.5842031240463257, -0.20977479219436646, 0.0782746747136116, 0.4114341139793396, -0.012005113065242767, 0.21430616080760956, -0.6697484850883484, -0.739717960357666, -0.00861987192183733, -0.23074835538864136, -0.12383271008729935, -0.12073980271816254, -0.5450572371482849, -0.4070447087287903, 0.7951269745826721, 0.023585442453622818, 0.3669654130935669, 0.03276330232620239, -0.04675498232245445, -0.22574277222156525, 0.3367321193218231, 0.3194163739681244, 0.5838124752044678, -0.3465641736984253, -0.2398175448179245, 0.34522777795791626, -0.5413655638694763, 0.09719274193048477, 0.2636423707008362, 0.1730422079563141, -0.10354147106409073, 0.7232657074928284, 0.9657891392707825, 0.24687056243419647, -0.5102323889732361, 0.4420231878757477, 0.06439866870641708, -0.3226463496685028, -0.4529915153980255, 0.2427874505519867, 0.015557043254375458, 0.647126317024231, 0.36966925859451294, -0.13099180161952972, 0.025425730273127556, -0.35075101256370544, 0.2727164328098297, 0.17003309726715088, 0.1078638881444931, -0.2772548794746399, 0.4460563361644745, -0.09925416111946106, -0.35671719908714294, 0.788577139377594, -0.15846365690231323, -0.5636163949966431, 0.9005300402641296, 0.2504570186138153, 0.8424038887023926, -0.12725089490413666, 0.04188242927193642, 0.5531488656997681, 0.14446119964122772, -0.17529113590717316, 0.552139401435852, -0.08185362815856934, -0.7283762097358704, -0.3799455165863037, -0.8289859890937805, -0.28963154554367065, 0.22188587486743927, -1.0950474739074707, 0.3602299094200134, -0.001929968362674117, -0.41856059432029724, -0.18421436846256256, 0.5018374919891357, -0.856857419013977, -0.09088298678398132, -0.04859882965683937, 0.682947039604187, -1.127604603767395, 0.5661618709564209, 0.8592871427536011, -0.5141210556030273, -0.8409897685050964, -0.37576794624328613, -0.03594150021672249, -0.7982644438743591, 0.5460648536682129, 0.15505662560462952, 0.40940263867378235, -0.24414385855197906, -0.7417724132537842, -1.0755162239074707, 1.5792361497879028, 0.19032645225524902, -0.5523688197135925, 0.12318858504295349, 0.17821867763996124, 0.4096774756908417, -0.40955400466918945, 0.3757312595844269, 0.7992364764213562, 0.7266538739204407, 0.1981639415025711, -1.0883039236068726, 0.21643862128257751, -0.5353278517723083, -0.15525193512439728, 0.23105724155902863, -0.8498731255531311, 0.907375156879425, -0.1489911824464798, -0.02661001682281494, 0.03541891649365425, 0.4204236567020416, 0.731589674949646, 0.4500049352645874, 0.5619618892669678, 0.6955595016479492, 0.6879085898399353, -0.3160264790058136, 0.9654130935668945, -0.29183682799339294, 0.8756192326545715, 1.1215280294418335, -0.07480098307132721, 0.8508288264274597, 0.37024950981140137, -0.4503041207790375, 0.6816455125808716, 0.9107299447059631, -0.270207941532135, 0.5085425972938538, 0.09007973223924637, 0.01871555671095848, -0.1256643533706665, 0.03870699182152748, -0.5234217643737793, 0.585861086845398, 0.1943998783826828, -0.4388117790222168, -0.20804467797279358, -0.29544442892074585, 0.1804712563753128, -0.3511541187763214, -0.10716045647859573, 0.7179376482963562, -0.03826418146491051, -0.5342016816139221, 0.7630852460861206, -0.20174568891525269, 0.6701288819313049, -0.6644627451896667, -0.2594240605831146, -0.2589711844921112, 0.22787638008594513, -0.4932151734828949, -0.9647145867347717, 0.24561576545238495, 0.05819700285792351, -0.23945531249046326, -0.02583005279302597, 0.5731544494628906, -0.4113682806491852, -0.50519859790802, 0.5014548897743225, 0.493047297000885, 0.4805808961391449, 0.24035002291202545, -0.8702583312988281, 0.40193068981170654, 0.16744692623615265, -0.7214014530181885, 0.46122896671295166, 0.21092069149017334, -0.007392494939267635, 0.596402108669281, 0.7840165495872498, 0.05671948939561844, 0.14640119671821594, -0.09838369488716125, 1.127898931503296, -0.6168709993362427, -0.4260948598384857, -0.7947744131088257, 0.8659308552742004, -0.2842507064342499, -0.4234985113143921, 0.8021481037139893, 0.9011196494102478, 0.7831922769546509, 0.17014934122562408, 0.7717617154121399, -0.38414740562438965, 0.4996804893016815, -0.33890965580940247, 0.8790810108184814, -0.6872868537902832, 0.34567391872406006, -0.24387598037719727, -0.8972691893577576, 0.060078367590904236, 0.5993614792823792, -0.1988050788640976, 0.013161404058337212, 0.5169137716293335, 0.8620367050170898, 0.0887468084692955, -0.015701228752732277, -0.06076421961188316, 0.407642126083374, 0.24623994529247284, 0.5380629897117615, 0.6203943490982056, -0.7292375564575195, 0.5078780055046082, -0.6510962843894958, -0.44694480299949646, -0.2153313010931015, -0.7213273048400879, -0.8730249404907227, -0.5698280334472656, -0.37735602259635925, -0.5874032974243164, -0.023028379306197166, 1.0461331605911255, 0.4073472321033478, -0.7784789204597473, -0.4432392418384552, 0.17185358703136444, 0.2244098037481308, -0.18236279487609863, -0.3323342502117157, 0.5345034599304199, -0.04801517352461815, -0.7529863715171814, 0.2647327482700348, -0.18366943299770355, -0.21921274065971375, -0.01482672430574894, -0.28300875425338745, -0.3492313623428345, -0.18488258123397827, 0.5197700262069702, 0.17472749948501587, -0.7971128821372986, -0.28996556997299194, -0.1879272758960724, -0.013008459471166134, 0.24972757697105408, 0.1383502036333084, -0.5299066305160522, 0.1467997282743454, 0.5580019950866699, 0.2636774182319641, 0.6661441922187805, 0.11862371861934662, 0.13620465993881226, -0.7463838458061218, -0.03428904339671135, -0.06300004571676254, 0.5287231802940369, 0.2859013080596924, -0.47746026515960693, 1.0219682455062866, 0.29930582642555237, -0.7199208736419678, -1.0456130504608154, -0.236184224486351, -1.3002848625183105, 0.14820893108844757, 1.451035499572754, -0.1961551159620285, -0.2770542502403259, 0.0879911482334137, -0.2678515315055847, 0.5538678765296936, -0.7267219424247742, 0.5317488312721252, 0.9145795106887817, -0.4626414179801941, -0.11095196008682251, -0.5945191383361816, 0.2220393270254135, -0.10059213638305664, -0.906243622303009, -0.02365219220519066, 0.3808143436908722, 0.5430223941802979, 0.23662948608398438, 0.6909580230712891, -0.04974258318543434, -0.10091569274663925, 0.07979369163513184, 0.28628674149513245, -0.21448498964309692, -0.031889624893665314, -0.15993982553482056, 0.018647830933332443, -0.3325808048248291, -0.48389771580696106 ]
open-llm-leaderboard/details_Weyaxi__HelpSteer-filtered-7B
open-llm-leaderboard
2023-12-02T13:56:16Z
0
0
[ "region:us" ]
null
2023-12-02T13:56:12Z
--- pretty_name: Evaluation run of Weyaxi/HelpSteer-filtered-7B dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Weyaxi/HelpSteer-filtered-7B](https://huggingface.co/Weyaxi/HelpSteer-filtered-7B)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Weyaxi__HelpSteer-filtered-7B\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:56:09.449355](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__HelpSteer-filtered-7B/blob/main/results_2023-12-02T13-56-09.449355.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.33434420015163,\n\ \ \"acc_stderr\": 0.012994634003332771\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.33434420015163,\n \"acc_stderr\": 0.012994634003332771\n\ \ }\n}\n```" repo_url: https://huggingface.co/Weyaxi/HelpSteer-filtered-7B leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_56_09.449355 path: - '**/details_harness|gsm8k|5_2023-12-02T13-56-09.449355.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-56-09.449355.parquet' - config_name: results data_files: - split: 2023_12_02T13_56_09.449355 path: - results_2023-12-02T13-56-09.449355.parquet - split: latest path: - results_2023-12-02T13-56-09.449355.parquet --- # Dataset Card for Evaluation run of Weyaxi/HelpSteer-filtered-7B ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Weyaxi/HelpSteer-filtered-7B - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Weyaxi/HelpSteer-filtered-7B](https://huggingface.co/Weyaxi/HelpSteer-filtered-7B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Weyaxi__HelpSteer-filtered-7B", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:56:09.449355](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__HelpSteer-filtered-7B/blob/main/results_2023-12-02T13-56-09.449355.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.33434420015163, "acc_stderr": 0.012994634003332771 }, "harness|gsm8k|5": { "acc": 0.33434420015163, "acc_stderr": 0.012994634003332771 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.36642584204673767, -0.5711288452148438, 0.23259976506233215, 0.20296628773212433, -0.3147158622741699, -0.001118366257287562, -0.37142592668533325, -0.12784059345722198, 0.29981011152267456, 0.7646690011024475, -0.7153759598731995, -0.9958735704421997, -0.8079083561897278, 0.21994636952877045, -0.22948846220970154, 1.2530215978622437, -0.10702042281627655, -0.03975525498390198, -0.08617819845676422, -0.30159685015678406, -0.4427615702152252, -0.3460313081741333, -0.5854027271270752, -0.5320695042610168, 0.49130353331565857, 0.64739990234375, 0.35395899415016174, 0.6895307302474976, 0.7534329891204834, 0.39459463953971863, -0.1576666384935379, 0.15750743448734283, -0.47862520813941956, 0.06907667964696884, 0.14384892582893372, -0.6700497269630432, -0.6361464262008667, 0.10466990619897842, 0.5954324007034302, 0.45975667238235474, -0.1794540286064148, 0.6393430829048157, 0.14873109757900238, 0.6139269471168518, -0.5485485792160034, 0.49377012252807617, -0.37494590878486633, -0.05230272188782692, -0.3556436598300934, -0.027137691155076027, -0.027603313326835632, -0.4251191318035126, -0.18527011573314667, -0.4787121117115021, 0.23480932414531708, 0.032033320516347885, 0.9515283703804016, 0.3808959126472473, -0.20637550950050354, -0.17371205985546112, -0.21751664578914642, 0.7290320992469788, -0.7835440635681152, -0.036651961505413055, 0.7732216715812683, 0.22209490835666656, -0.2678169012069702, -0.7464222311973572, -0.30592137575149536, -0.06493007391691208, -0.28470343351364136, 0.16269749402999878, -0.0009374893852509558, -0.09884294122457504, 0.45076557993888855, 0.6303499341011047, -0.7074922919273376, -0.017326874658465385, -0.6886268854141235, -0.21126285195350647, 1.1193821430206299, 0.35165655612945557, 0.04179889336228371, -0.5336335301399231, -0.2862156629562378, -0.29908764362335205, -0.36229661107063293, 0.11498653888702393, 0.2906218469142914, 0.4630599915981293, -0.4738242030143738, 0.6860296726226807, -0.47949203848838806, 0.5185468196868896, -0.052306339144706726, -0.27257010340690613, 0.6380829811096191, -0.5733506083488464, -0.14976803958415985, -0.015117121860384941, 1.065350890159607, 0.3852948248386383, 0.08445396274328232, 0.15881139039993286, -0.3298731744289398, -0.03696746379137039, 0.03566513955593109, -0.8945653438568115, -0.20753256976604462, 0.37024956941604614, -0.5798091888427734, -0.3486767113208771, 0.2540520131587982, -0.8206615447998047, -0.3804311454296112, -0.2750515043735504, 0.3210350573062897, -0.031815387308597565, -0.34066057205200195, -0.08822201192378998, -0.08254226297140121, 0.18096409738063812, 0.08574485778808594, -0.49327901005744934, 0.4360455572605133, 0.5986950993537903, 0.8814666271209717, -0.21259760856628418, -0.38069814443588257, -0.5561408996582031, -0.3810178339481354, -0.06605219095945358, 0.5010581016540527, -0.10890953242778778, -0.44449254870414734, -0.10137207806110382, 0.2656269073486328, -0.19724851846694946, -0.7042102813720703, 0.7702788710594177, -0.4121115207672119, 0.12042766064405441, -0.3787289559841156, -0.4464957118034363, -0.12468867748975754, 0.27860361337661743, -0.7445707321166992, 1.5019268989562988, 0.22779107093811035, -0.8048079609870911, 0.20899999141693115, -0.8613886833190918, -0.2099703550338745, 0.08910579234361649, 0.06925500929355621, -0.6177219152450562, -0.13658742606639862, 0.19083689153194427, 0.6649590134620667, -0.4197157323360443, 0.2869386672973633, -0.21822799742221832, -0.4768506586551666, 0.13756760954856873, -0.10971187055110931, 1.1564083099365234, 0.24499839544296265, -0.35472866892814636, 0.27249863743782043, -1.1073813438415527, 0.010649068281054497, 0.2937065362930298, -0.40448737144470215, -0.24065326154232025, -0.26327675580978394, 0.33831214904785156, 0.1558622568845749, 0.5122569799423218, -0.5466160774230957, 0.2943122386932373, 0.054878104478120804, 0.2244083136320114, 0.9932510852813721, 0.1103341355919838, 0.2160925716161728, -0.41540127992630005, 0.5884370803833008, -0.019312364980578423, 0.3789787292480469, 0.09856957942247391, -0.5328914523124695, -0.8940735459327698, -0.23209251463413239, 0.11724104732275009, 0.6586979627609253, -0.4250633418560028, 0.8120471239089966, -0.4402080476284027, -0.7403608560562134, -0.6275655627250671, 0.23152847588062286, 0.4349670708179474, 0.48785343766212463, 0.41429442167282104, -0.3465478718280792, -0.7071949243545532, -1.0074677467346191, 0.0011312281712889671, -0.14068710803985596, 0.06270980089902878, 0.31154853105545044, 0.9492717981338501, -0.13604597747325897, 0.7766850590705872, -0.8353405594825745, -0.4055686891078949, -0.3654356896877289, -0.06466769427061081, 0.7506790161132812, 0.41027116775512695, 0.31159448623657227, -0.7363728284835815, -0.42249083518981934, -0.26501011848449707, -0.7581264972686768, -0.393298864364624, -0.05453414097428322, -0.36920568346977234, 0.09935551136732101, 0.0006055910489521921, -0.41762423515319824, 0.5794879794120789, 0.4289560914039612, -0.6189584732055664, 0.4594990313053131, 0.05778118595480919, 0.2669793963432312, -1.2507960796356201, 0.0636986717581749, 0.18080949783325195, -0.046414852142333984, -0.2776537537574768, -0.06310415267944336, -0.0808250829577446, 0.36562231183052063, -0.31309622526168823, 0.6745745539665222, -0.43945619463920593, -0.15321119129657745, -0.03508201614022255, 0.20147351920604706, -0.010339615866541862, 0.5398977994918823, -0.2921694815158844, 0.6493972539901733, 0.48824721574783325, -0.43254604935646057, 0.5485191345214844, 0.5383665561676025, -0.5128722190856934, 0.39708617329597473, -0.5113245844841003, 0.11946428567171097, 0.11205656826496124, 0.18715006113052368, -0.9414929151535034, -0.3951977491378784, 0.39520177245140076, -0.4048626720905304, 0.2564109265804291, -0.35154256224632263, -0.617852509021759, -0.35248130559921265, -0.48236560821533203, 0.056025516241788864, 0.4671243727207184, -0.5475075840950012, 0.2858903408050537, 0.3692571222782135, 0.03882565349340439, -0.617055356502533, -0.6954891085624695, -0.1945236772298813, -0.3393535315990448, -0.6814318299293518, 0.3489031493663788, -0.29236742854118347, -0.32238346338272095, 0.03425613418221474, -0.09748627245426178, -0.20783713459968567, 0.12732449173927307, 0.3488520383834839, 0.5411062240600586, -0.06042958050966263, -0.3473537862300873, -0.23689642548561096, -0.1275155395269394, 0.11084488779306412, 0.22639915347099304, 0.48621872067451477, -0.17242249846458435, -0.2713748812675476, -0.2255808562040329, 0.14338794350624084, 0.39204972982406616, -0.14680543541908264, 0.8159850239753723, 0.8729730248451233, -0.3048103153705597, 0.00800880417227745, -0.5469771027565002, -0.06929553300142288, -0.46014371514320374, 0.5059104561805725, -0.2596370279788971, -0.7000697255134583, 0.8121141791343689, 0.41529253125190735, 0.13044823706150055, 0.6168330907821655, 0.47036823630332947, 0.19739122688770294, 0.6478131413459778, 0.2840771973133087, -0.22830653190612793, 0.6318197846412659, -0.7973291277885437, -0.18444840610027313, -1.1558411121368408, -0.41889575123786926, -0.5264429450035095, -0.3767956793308258, -0.8694615960121155, -0.25763311982154846, 0.36110541224479675, 0.25722432136535645, -0.4334450662136078, 0.489595890045166, -0.6928083896636963, 0.26728472113609314, 0.6698265671730042, 0.26406845450401306, 0.22619293630123138, -0.08927212655544281, -0.0030424597207456827, 0.1587204784154892, -0.5142225623130798, -0.34248295426368713, 1.3715275526046753, 0.1302856206893921, 0.5816921591758728, -0.05367926135659218, 1.0666098594665527, 0.2950904071331024, 0.4971288740634918, -0.5817221403121948, 0.7649876475334167, -0.09830567240715027, -0.4735647141933441, -0.14747735857963562, -0.47823628783226013, -0.9384622573852539, 0.29757294058799744, -0.018439719453454018, -0.9097886085510254, 0.03536621481180191, -0.0806783065199852, -0.009559275582432747, 0.19562843441963196, -0.526975154876709, 0.8283444046974182, -0.24228616058826447, -0.5543556809425354, 0.03733987361192703, -0.7905441522598267, 0.33704861998558044, 0.08024179190397263, 0.3451935648918152, -0.2533901631832123, 0.02161739394068718, 1.0990564823150635, -0.6853823661804199, 0.8704442381858826, -0.34274911880493164, 0.1892879158258438, 0.36439135670661926, -0.4791554808616638, 0.5316811800003052, -0.026056984439492226, -0.2819981873035431, 0.46501490473747253, -0.23662742972373962, -0.2550848126411438, -0.35111144185066223, 0.8937356472015381, -0.8335586786270142, -0.4784284830093384, -0.5307217836380005, -0.5636230707168579, 0.21494203805923462, 0.23877295851707458, 0.3858449161052704, 0.2506883442401886, 0.0707796961069107, 0.2722652852535248, 0.23706288635730743, -0.009069780819118023, 0.5253801345825195, 0.3499602675437927, -0.2683486044406891, -0.7586644291877747, 0.5668849945068359, 0.3313967287540436, -0.04272434860467911, 0.1767461597919464, 0.1535317748785019, -0.5370128154754639, -0.559898853302002, -0.3849322199821472, 0.2685001790523529, -0.7077087759971619, -0.38080868124961853, -0.3598049581050873, -0.3745332360267639, -0.3656586706638336, 0.18065138161182404, -0.3630417287349701, -0.41716548800468445, -0.3450455367565155, -0.2936248481273651, 0.7921411395072937, 0.6773746609687805, -0.3568533658981323, 0.3191911280155182, -0.7929925322532654, 0.24316364526748657, -0.16700081527233124, 0.39434632658958435, -0.20834286510944366, -0.6131234169006348, -0.5234275460243225, -0.03179849684238434, -0.45738133788108826, -0.8558929562568665, 0.4377521276473999, 0.048474859446287155, 0.7456766963005066, 0.06532133370637894, 0.1795094907283783, 0.7292978763580322, -0.12400969117879868, 1.0245444774627686, -0.1353728324174881, -0.6233733296394348, 0.7131181359291077, -0.24577075242996216, 0.18822583556175232, 0.6154672503471375, 0.18047885596752167, -0.4521775245666504, -0.08506179600954056, -0.7338927388191223, -1.2027873992919922, 0.9893872737884521, 0.5064196586608887, -0.2526766359806061, 0.1581742912530899, 0.48844683170318604, -0.07438624650239944, 0.10598377138376236, -0.7258942127227783, -0.8132814764976501, -0.06990471482276917, -0.2833702862262726, -0.035004906356334686, -0.07399310171604156, -0.29655513167381287, -0.3463607430458069, 0.9607259631156921, 0.029894070699810982, 0.14676974713802338, 0.23777461051940918, -0.09390392154455185, -0.06373608857393265, 0.2831991910934448, 0.27423548698425293, 0.6951411366462708, -0.3030191659927368, -0.19148901104927063, 0.17709462344646454, -0.7233807444572449, -0.0209531057626009, 0.3965383470058441, -0.11913111060857773, -0.17090311646461487, 0.6576444506645203, 1.0051672458648682, 0.029581820592284203, -0.3123011589050293, 0.46522581577301025, 0.0660133957862854, -0.08549133688211441, -0.49964311718940735, 0.29159677028656006, -0.08874500542879105, 0.3996059000492096, 0.46469375491142273, -0.052354391664266586, 0.11597640067338943, -0.25482577085494995, 0.263435423374176, 0.15410926938056946, -0.08991296589374542, -0.2938537895679474, 0.6234444975852966, -0.07660721987485886, -0.371890664100647, 0.7246583700180054, -0.11770935356616974, -0.5999109745025635, 0.957862913608551, 0.33712247014045715, 0.9746525883674622, -0.18318034708499908, 0.05395042896270752, 0.6574039459228516, 0.2512854337692261, -0.14624617993831635, 0.5946077704429626, -0.07276497036218643, -0.6723422408103943, -0.2774450480937958, -0.8393796682357788, -0.10795492678880692, 0.43438318371772766, -1.1492775678634644, 0.3801298439502716, -0.10428130626678467, -0.246934711933136, -0.19541648030281067, 0.4816320240497589, -0.8985497951507568, 0.18322105705738068, -0.06794334948062897, 0.8200508952140808, -1.0444759130477905, 0.5767892003059387, 0.8611428737640381, -0.7215468883514404, -0.8783720135688782, -0.2284267395734787, 0.08757687360048294, -0.7207937836647034, 0.5056450963020325, 0.22974839806556702, 0.3238786458969116, -0.2226463258266449, -0.6034331917762756, -0.9992946982383728, 1.530393123626709, 0.1676226556301117, -0.5078978538513184, 0.19135424494743347, 0.12369033694267273, 0.43732380867004395, -0.31818917393684387, 0.4989520013332367, 0.7199314832687378, 0.8145638704299927, 0.08510775864124298, -0.9455040693283081, 0.28931012749671936, -0.5805339217185974, -0.019404888153076172, 0.13129496574401855, -0.9172172546386719, 0.9062846899032593, -0.1708086133003235, 0.15138961374759674, 0.012985680252313614, 0.37902864813804626, 0.6324785351753235, 0.41931313276290894, 0.5488450527191162, 0.59012770652771, 0.6513262391090393, -0.2930113971233368, 1.0997556447982788, -0.1072559654712677, 0.6900489926338196, 1.1759393215179443, 0.0038834325969219208, 0.7577250003814697, 0.3724551498889923, -0.4835316836833954, 0.46871212124824524, 0.9093534350395203, -0.38532546162605286, 0.5170044302940369, 0.3044864535331726, -0.061472777277231216, -0.11046633124351501, -0.1297624409198761, -0.3586813807487488, 0.5560213327407837, 0.11750242859125137, -0.46312180161476135, -0.08298339694738388, -0.3175198435783386, 0.1618584245443344, -0.189927339553833, -0.3036799728870392, 0.6491566896438599, 0.07260417938232422, -0.6461201906204224, 0.6163206696510315, -0.1466721147298813, 0.7175920605659485, -0.6524995565414429, -0.22535568475723267, -0.30222758650779724, 0.2890823483467102, -0.5942898988723755, -0.824939489364624, 0.25430116057395935, 0.1236414983868599, -0.30938631296157837, -0.1309758424758911, 0.6377007365226746, -0.38438254594802856, -0.6357815861701965, 0.4921585023403168, 0.4070723354816437, 0.3920391798019409, 0.05891650915145874, -0.8455135226249695, 0.2744060456752777, 0.20532293617725372, -0.8372068405151367, 0.3443896174430847, 0.1573084145784378, -0.1279141753911972, 0.5466079711914062, 0.7900495529174805, 0.16829080879688263, 0.09763580560684204, 0.1985023021697998, 1.0325181484222412, -0.6751640439033508, -0.3595260679721832, -0.8092541694641113, 0.9795674085617065, -0.3460828959941864, -0.5554553270339966, 0.7031473517417908, 0.950956404209137, 0.7928180694580078, 0.18454153835773468, 0.8153753876686096, -0.338178813457489, 0.38378486037254333, -0.4268109202384949, 1.001632571220398, -0.7259560227394104, 0.4701782166957855, -0.20781467854976654, -0.9631978869438171, -0.12283165752887726, 0.7570512294769287, -0.20471714437007904, 0.15836235880851746, 0.5673617124557495, 0.9622467756271362, -0.016204364597797394, 0.1189330592751503, 0.05251693353056908, 0.5345420241355896, 0.19257722795009613, 0.3959038555622101, 0.5407862663269043, -0.790037989616394, 0.518200159072876, -0.6943755149841309, -0.36129361391067505, -0.04567546397447586, -0.7588798403739929, -0.8353549242019653, -0.6445002555847168, -0.3821050822734833, -0.5330780148506165, -0.017868362367153168, 1.1374409198760986, 0.5323057174682617, -0.8445114493370056, -0.4173550009727478, 0.03376375511288643, 0.25338953733444214, -0.10939698666334152, -0.31184256076812744, 0.6563200950622559, -0.028766237199306488, -0.8403472304344177, 0.38772761821746826, -0.21706877648830414, -0.4059849977493286, -0.17030008137226105, -0.13697309792041779, -0.2932590842247009, -0.40519776940345764, 0.3576708436012268, -0.07091820240020752, -0.7371031045913696, -0.29220151901245117, -0.048143234103918076, -0.002269613789394498, 0.24821355938911438, 0.2816741466522217, -0.5139626860618591, 0.12166450172662735, 0.5433385372161865, 0.20631727576255798, 0.8494887351989746, -0.1502297818660736, 0.18930236995220184, -0.7815120816230774, -0.04579374939203262, -0.055467791855335236, 0.6840803623199463, 0.39391088485717773, -0.5559945106506348, 1.079689621925354, 0.2874886095523834, -0.6928592324256897, -0.8429279327392578, -0.13835404813289642, -1.1169962882995605, 0.17775364220142365, 1.379681944847107, -0.35952991247177124, -0.24651485681533813, 0.004779850132763386, -0.2247810661792755, 0.5055047273635864, -0.7276217341423035, 0.6005687713623047, 0.7671931385993958, -0.32393118739128113, -0.04964393749833107, -0.4929142892360687, 0.2951835095882416, -0.05336522310972214, -0.9778859615325928, -0.1017342358827591, 0.4452468752861023, 0.6308541297912598, 0.17181232571601868, 0.7895545959472656, -0.028237055987119675, -0.08284379541873932, -0.03247668966650963, 0.11785313487052917, -0.2733558714389801, -0.035385992377996445, -0.2582422196865082, 0.05558696389198303, -0.31966206431388855, -0.4561542570590973 ]
open-llm-leaderboard/details_Kiddyz__testllm-c2
open-llm-leaderboard
2023-12-02T13:57:18Z
0
0
[ "region:us" ]
null
2023-12-02T13:57:14Z
--- pretty_name: Evaluation run of Kiddyz/testllm-c2 dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Kiddyz/testllm-c2](https://huggingface.co/Kiddyz/testllm-c2) on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Kiddyz__testllm-c2\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:57:11.515401](https://huggingface.co/datasets/open-llm-leaderboard/details_Kiddyz__testllm-c2/blob/main/results_2023-12-02T13-57-11.515401.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.47384382107657314,\n\ \ \"acc_stderr\": 0.013753627037255047\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.47384382107657314,\n \"acc_stderr\": 0.013753627037255047\n\ \ }\n}\n```" repo_url: https://huggingface.co/Kiddyz/testllm-c2 leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_57_11.515401 path: - '**/details_harness|gsm8k|5_2023-12-02T13-57-11.515401.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-57-11.515401.parquet' - config_name: results data_files: - split: 2023_12_02T13_57_11.515401 path: - results_2023-12-02T13-57-11.515401.parquet - split: latest path: - results_2023-12-02T13-57-11.515401.parquet --- # Dataset Card for Evaluation run of Kiddyz/testllm-c2 ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Kiddyz/testllm-c2 - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Kiddyz/testllm-c2](https://huggingface.co/Kiddyz/testllm-c2) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Kiddyz__testllm-c2", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:57:11.515401](https://huggingface.co/datasets/open-llm-leaderboard/details_Kiddyz__testllm-c2/blob/main/results_2023-12-02T13-57-11.515401.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.47384382107657314, "acc_stderr": 0.013753627037255047 }, "harness|gsm8k|5": { "acc": 0.47384382107657314, "acc_stderr": 0.013753627037255047 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.3755369186401367, -0.6300516724586487, 0.13275521993637085, 0.19338104128837585, -0.17798902094364166, 0.17254695296287537, -0.42742443084716797, -0.2018924355506897, 0.2330116629600525, 0.5209106206893921, -0.8589822053909302, -1.0579872131347656, -0.7624994516372681, 0.11669453978538513, -0.28864458203315735, 1.2036075592041016, -0.2165515124797821, -0.15283417701721191, -0.15169838070869446, -0.16890044510364532, -0.39787325263023376, -0.4467678666114807, -0.514108419418335, -0.4764463007450104, 0.44681021571159363, 0.786930501461029, 0.3805367052555084, 0.7182473540306091, 0.5256337523460388, 0.31191277503967285, -0.09803926944732666, 0.2422298789024353, -0.5262623429298401, -0.03655846789479256, 0.16475839912891388, -0.537660539150238, -0.7472906112670898, 0.17964541912078857, 0.7054311037063599, 0.45672178268432617, -0.187665194272995, 0.6561682820320129, 0.13246408104896545, 0.5322128534317017, -0.5781180262565613, 0.5406674742698669, -0.394496887922287, 0.02191878668963909, -0.27350106835365295, -0.07419226318597794, -0.08677352964878082, -0.4263556897640228, -0.14063981175422668, -0.4329099655151367, 0.18706582486629486, 0.056768983602523804, 0.9817317128181458, 0.09820227324962616, -0.19965994358062744, -0.33221763372421265, -0.3246234953403473, 0.7929938435554504, -0.8438865542411804, -0.10887718945741653, 0.6308562159538269, 0.1176026239991188, -0.24348220229148865, -0.6196214556694031, -0.44325441122055054, -0.06735371053218842, -0.24474698305130005, 0.2278132140636444, 0.09718198329210281, -0.1424591988325119, 0.4023275673389435, 0.5700493454933167, -0.7160578966140747, -0.005632306914776564, -0.50052410364151, -0.13317358493804932, 1.0563883781433105, 0.5324816703796387, 0.20742279291152954, -0.419010192155838, -0.40566331148147583, -0.3816627860069275, -0.49156925082206726, 0.27425915002822876, 0.4717000424861908, 0.5779992341995239, -0.696395993232727, 0.8950966000556946, -0.35832709074020386, 0.5293750166893005, -0.10479404777288437, -0.28860750794410706, 0.7535682916641235, -0.6535738110542297, -0.1259048730134964, 0.07991839200258255, 0.9896861910820007, 0.3809778690338135, 0.1459561139345169, 0.16792592406272888, -0.23165401816368103, -0.01018676720559597, 0.0689421147108078, -0.8235684633255005, -0.16840219497680664, 0.3457159399986267, -0.45200881361961365, -0.3485409617424011, 0.2524799406528473, -0.9044089913368225, -0.14533285796642303, -0.32159680128097534, 0.19189618527889252, -0.16444221138954163, -0.2535562217235565, -0.1113424152135849, -0.031161542981863022, 0.29483428597450256, 0.11172782629728317, -0.637126088142395, 0.4867415726184845, 0.672423243522644, 0.8150553107261658, -0.2563049793243408, -0.476049542427063, -0.3711826503276825, -0.22504617273807526, -0.24292677640914917, 0.5531741380691528, -0.2127113789319992, -0.47080981731414795, -0.06596941500902176, 0.2927033305168152, -0.5472615957260132, -0.7269894480705261, 0.7376669645309448, -0.27140235900878906, 0.24777591228485107, -0.22799094021320343, -0.5186912417411804, -0.036590348929166794, 0.48376473784446716, -0.5561862587928772, 1.4976533651351929, 0.39931777119636536, -0.8163673281669617, 0.2426537126302719, -0.770183265209198, -0.26769620180130005, 0.01034348551183939, 0.046762146055698395, -0.6074244379997253, -0.1970207393169403, 0.08015893399715424, 0.5276244878768921, -0.2168087214231491, 0.12683391571044922, -0.31853199005126953, -0.4514423608779907, 0.1327102780342102, -0.023881718516349792, 1.0433112382888794, 0.1685430258512497, -0.2850356996059418, 0.2192586362361908, -0.9518249034881592, 0.15765833854675293, 0.31205376982688904, -0.5707260370254517, -0.11959341913461685, -0.1543785035610199, 0.2152748703956604, 0.2766511142253876, 0.478898823261261, -0.5431213974952698, 0.3600412607192993, -0.18631428480148315, 0.16068972647190094, 0.8556034564971924, 0.012047619558870792, 0.17730984091758728, -0.49379992485046387, 0.5953013300895691, 0.042196545749902725, 0.424083411693573, 0.12305381149053574, -0.599814236164093, -0.7664295434951782, -0.2060355246067047, 0.14957885444164276, 0.6782637238502502, -0.3552781343460083, 0.800268828868866, -0.5007100105285645, -0.6559505462646484, -0.5272791981697083, 0.13890251517295837, 0.4760857820510864, 0.5880087614059448, 0.38644060492515564, -0.2592201828956604, -0.7264300584793091, -0.9643080234527588, 0.08685006201267242, -0.27611568570137024, 0.11700373888015747, 0.5750924944877625, 1.002098560333252, -0.3192330300807953, 0.7473353147506714, -0.705027163028717, -0.2681097388267517, -0.3911474943161011, -0.03483980894088745, 0.7181956768035889, 0.5312906503677368, 0.36562395095825195, -0.6788466572761536, -0.44644150137901306, -0.29547807574272156, -0.6240938305854797, -0.2540859580039978, -0.0265252273529768, -0.32166987657546997, 0.1803940087556839, -0.17524152994155884, -0.5874639749526978, 0.5004026889801025, 0.5233933925628662, -0.6925288438796997, 0.792690098285675, 0.10299118608236313, 0.3125610649585724, -1.1269874572753906, 0.10789155215024948, -0.033423490822315216, 0.05894557014107704, -0.34754127264022827, -0.11286874860525131, -0.0026788359973579645, 0.3032423257827759, -0.5359042286872864, 0.6874571442604065, -0.34239932894706726, -0.17737126350402832, 0.03782534599304199, 0.24791556596755981, -0.04294672980904579, 0.4661217927932739, -0.3559369146823883, 0.8353186249732971, 0.5410436987876892, -0.4185647666454315, 0.4936700165271759, 0.5578940510749817, -0.4356233775615692, 0.2670373320579529, -0.4396079182624817, 0.0560094378888607, 0.29039400815963745, 0.15569502115249634, -0.8948464393615723, -0.41273537278175354, 0.5387986898422241, -0.5397337675094604, 0.34241023659706116, -0.3711395859718323, -0.7727161645889282, -0.504256010055542, -0.532694935798645, 0.19100771844387054, 0.5383632779121399, -0.5372504591941833, 0.20471405982971191, 0.47279614210128784, 0.026097893714904785, -0.6259499788284302, -0.6974412202835083, -0.08189687877893448, -0.32361459732055664, -0.6858909726142883, 0.4032500982284546, -0.32894521951675415, -0.21817505359649658, 0.06091148778796196, -0.12045818567276001, -0.14838272333145142, 0.12132474780082703, 0.350138783454895, 0.6308270692825317, -0.12379912286996841, -0.28337934613227844, -0.20135559141635895, -0.06060927361249924, 0.2144668698310852, 0.22210992872714996, 0.5687828660011292, -0.16996462643146515, -0.1966610997915268, -0.08102957159280777, 0.06109413877129555, 0.3404798209667206, 0.026428360491991043, 0.8441080451011658, 0.6806052327156067, -0.33208003640174866, -0.22513917088508606, -0.30355754494667053, 0.07352250069379807, -0.4521709084510803, 0.26845210790634155, -0.21057365834712982, -0.7370989918708801, 0.7475690841674805, 0.27503395080566406, 0.031266920268535614, 0.6340413689613342, 0.6625331044197083, 0.07287032157182693, 0.7514798045158386, 0.234971821308136, -0.09539768844842911, 0.5156940221786499, -0.79902184009552, -0.1187480017542839, -1.189090371131897, -0.5174281001091003, -0.5742754936218262, -0.33530592918395996, -0.737690269947052, -0.3082682192325592, 0.17741921544075012, 0.2568509876728058, -0.39502042531967163, 0.5289195775985718, -0.5917057394981384, 0.2570109963417053, 0.5390723943710327, 0.17189903557300568, 0.12022238224744797, -0.1730382889509201, -0.1859990805387497, 0.25122135877609253, -0.6145923137664795, -0.4972259998321533, 1.402782917022705, 0.12825115025043488, 0.5853050947189331, -0.08881428837776184, 1.0171602964401245, 0.2858864963054657, 0.4668579697608948, -0.6055370569229126, 0.7273406386375427, -0.047290101647377014, -0.5721557140350342, -0.1563001573085785, -0.4819808602333069, -0.9449495673179626, 0.15988625586032867, -0.11779923737049103, -0.9812442660331726, -0.012016871012747288, -0.07769717276096344, -0.08007430285215378, 0.20852094888687134, -0.5887279510498047, 0.9074181914329529, -0.14914388954639435, -0.4753188192844391, 0.04623643308877945, -0.7498362064361572, 0.5007597804069519, 0.043491799384355545, 0.3995071351528168, -0.34636250138282776, -0.01244120579212904, 1.087691068649292, -0.5884503722190857, 0.7959994077682495, -0.2698538303375244, 0.10627055168151855, 0.4730179011821747, -0.40806251764297485, 0.49854233860969543, 0.07403929531574249, -0.1953168362379074, 0.32562482357025146, -0.1659652590751648, -0.29046866297721863, -0.297372967004776, 0.9662395119667053, -0.8732578158378601, -0.29279008507728577, -0.4367246627807617, -0.6419780254364014, 0.04266010969877243, 0.20081289112567902, 0.28562283515930176, 0.2607039511203766, -0.0550389364361763, 0.1512467861175537, 0.3399408459663391, -0.1576749086380005, 0.5809729695320129, 0.34878355264663696, -0.26522424817085266, -0.5758847594261169, 0.5252197980880737, 0.286069393157959, -0.030714113265275955, 0.10753302276134491, 0.10490460693836212, -0.5797969102859497, -0.5906226634979248, -0.46143242716789246, 0.18735072016716003, -0.6099295616149902, -0.2928875684738159, -0.44450390338897705, -0.4023103415966034, -0.4239989221096039, 0.1167156845331192, -0.43713316321372986, -0.453301340341568, -0.39131131768226624, -0.28830909729003906, 0.473696768283844, 0.5186004638671875, -0.30597540736198425, 0.2236374467611313, -0.8051853179931641, 0.2447129338979721, -0.08010856062173843, 0.4585443437099457, -0.11954543739557266, -0.5469756126403809, -0.5933650135993958, 0.11433587968349457, -0.40560200810432434, -0.7644391059875488, 0.48496830463409424, 0.024247558787465096, 0.7205213308334351, 0.024426789954304695, 0.18337205052375793, 0.7098290324211121, -0.19606633484363556, 1.1151618957519531, -0.0738479346036911, -0.6513062715530396, 0.7311344742774963, -0.3061412572860718, 0.09255677461624146, 0.5265220999717712, 0.09400693327188492, -0.38921433687210083, -0.1389206200838089, -0.8449349403381348, -1.2303439378738403, 1.0121049880981445, 0.5468947291374207, -0.08817528933286667, 0.06451096385717392, 0.30406683683395386, -0.021480534225702286, 0.11165648698806763, -0.6261469721794128, -0.7477743029594421, -0.018019091337919235, -0.3510035574436188, -0.10015159100294113, -0.12044453620910645, -0.4663766622543335, -0.46876993775367737, 0.8865455389022827, 0.01626119390130043, 0.30708909034729004, 0.13531160354614258, -0.0724838450551033, -0.19850048422813416, 0.3422600030899048, 0.4478970170021057, 0.7286217212677002, -0.418924480676651, -0.06938822567462921, 0.21904140710830688, -0.6806606650352478, 0.09515201300382614, 0.38012924790382385, -0.0648164451122284, -0.2130865901708603, 0.7404701709747314, 0.8217821717262268, 0.18643784523010254, -0.5329535007476807, 0.5469779372215271, 0.016338594257831573, -0.23204536736011505, -0.5540842413902283, 0.42200320959091187, -0.017327820882201195, 0.35579630732536316, 0.4199678301811218, -0.13978338241577148, -0.016467507928609848, -0.37787431478500366, 0.37418314814567566, 0.14870305359363556, -0.06148333102464676, -0.31221842765808105, 0.5169335007667542, -0.18200212717056274, -0.3334842920303345, 0.7515148520469666, -0.11580470949411392, -0.5777471661567688, 1.181092381477356, 0.3742538094520569, 0.9363812208175659, -0.021332576870918274, 0.16560614109039307, 0.6151306629180908, 0.20985642075538635, -0.057860683649778366, 0.5965307354927063, 0.048172447830438614, -0.7270174622535706, -0.2418113350868225, -0.7409210801124573, -0.3261881172657013, 0.27523374557495117, -1.0058196783065796, 0.3348384499549866, -0.09847928583621979, -0.22195270657539368, -0.2617695927619934, 0.5366995930671692, -0.9459639191627502, 0.2607838809490204, 0.1389733850955963, 0.8935204744338989, -0.9239247441291809, 0.7389206290245056, 0.8128758668899536, -0.48901689052581787, -0.9462392926216125, -0.19258588552474976, 0.05763957276940346, -0.8351898789405823, 0.6107483506202698, 0.23258230090141296, 0.35461553931236267, -0.13485091924667358, -0.7216711044311523, -0.9670039415359497, 1.4969555139541626, -0.0030353418551385403, -0.4736954867839813, 0.22945208847522736, 0.24466685950756073, 0.4415741562843323, -0.5536343455314636, 0.4685508608818054, 0.7145559191703796, 0.7898339033126831, -0.0022796711418777704, -0.7835030555725098, 0.26309674978256226, -0.535968005657196, -0.14037683606147766, 0.046644918620586395, -0.7911679744720459, 0.9657385945320129, -0.2974799573421478, -0.10130074620246887, -0.08528940379619598, 0.2328646332025528, 0.7243207097053528, 0.543670654296875, 0.46445131301879883, 0.6931613087654114, 0.5541749000549316, -0.34748777747154236, 1.1134746074676514, -0.30944839119911194, 0.8530442714691162, 1.3025012016296387, -0.008325557224452496, 0.6555565595626831, 0.3063756227493286, -0.4950544238090515, 0.4990920424461365, 0.92626953125, -0.4259520173072815, 0.4733967185020447, 0.3467440605163574, 0.022982720285654068, 0.008070302195847034, -0.02345084585249424, -0.4428361654281616, 0.4104313552379608, 0.1668156236410141, -0.5229183435440063, -0.18575231730937958, -0.34555187821388245, 0.21122165024280548, -0.29570311307907104, -0.25359711050987244, 0.5743768811225891, -0.015743467956781387, -0.4989158511161804, 0.6669738292694092, -0.14677909016609192, 0.6475782990455627, -0.6319049596786499, -0.1502537578344345, -0.3019082844257355, 0.17753633856773376, -0.5102960467338562, -0.9610975980758667, 0.30475711822509766, 0.14821189641952515, -0.300129234790802, -0.14697054028511047, 0.6429823040962219, -0.36109134554862976, -0.565508246421814, 0.5542187094688416, 0.5574232935905457, 0.20745767652988434, 0.23702791333198547, -0.9991586804389954, 0.25698190927505493, 0.024175778031349182, -0.8802661895751953, 0.40784206986427307, 0.20818085968494415, 0.13008266687393188, 0.5848540663719177, 0.741988480091095, 0.17503514885902405, 0.22487381100654602, 0.09126926958560944, 1.1365244388580322, -0.7024966478347778, -0.2809213697910309, -0.813579261302948, 0.9392610788345337, -0.212375208735466, -0.6063860058784485, 0.8575212955474854, 1.1029070615768433, 0.9779747128486633, 0.132001131772995, 0.7674550414085388, -0.40122896432876587, 0.4615837335586548, -0.3976092040538788, 0.8913577198982239, -0.6087584495544434, 0.369364857673645, -0.21041078865528107, -0.910069465637207, -0.10062511265277863, 0.45808109641075134, -0.22231809794902802, 0.04173334315419197, 0.5935238599777222, 0.9071980714797974, 0.023932967334985733, 0.08932854980230331, -0.011472843587398529, 0.43083786964416504, 0.20998990535736084, 0.5799381732940674, 0.7263246774673462, -0.684404194355011, 0.4889433979988098, -0.722113847732544, -0.3559909164905548, -0.030281202867627144, -0.6608406901359558, -0.8040468692779541, -0.45158541202545166, -0.3970803916454315, -0.5278132557868958, 0.044503457844257355, 1.0743824243545532, 0.5979857444763184, -0.9140394330024719, -0.39342001080513, 0.09405102580785751, 0.3128603398799896, -0.18415632843971252, -0.3691565692424774, 0.6440813541412354, -0.14371825754642487, -0.7865416407585144, 0.4154830873012543, -0.2192671000957489, -0.2247164100408554, 0.04546552151441574, -0.2402874380350113, -0.34623774886131287, -0.21355527639389038, 0.4331526458263397, 0.02179909311234951, -0.5638044476509094, -0.33111652731895447, -0.15914659202098846, -0.14781923592090607, 0.32883310317993164, 0.3469815254211426, -0.5576104521751404, 0.08913975208997726, 0.540305495262146, 0.13235226273536682, 0.754024863243103, -0.03511909022927284, 0.11308382451534271, -0.6889394521713257, -0.1391463577747345, 0.10850954800844193, 0.5069486498832703, 0.1714680790901184, -0.46173834800720215, 1.0513181686401367, 0.4124751687049866, -0.6197689771652222, -0.8836180567741394, -0.15424123406410217, -1.1246979236602783, -0.014371206983923912, 1.367339849472046, -0.38958731293678284, -0.2867811918258667, 0.013322555460035801, -0.09265438467264175, 0.527052104473114, -0.6514376401901245, 0.6611762642860413, 0.7724257707595825, -0.3941262662410736, -0.0962504968047142, -0.5597826242446899, 0.2955596446990967, -0.14246608316898346, -1.0485397577285767, 0.014224641025066376, 0.3856752812862396, 0.5037544369697571, 0.02044626511633396, 0.6423019170761108, -0.18908104300498962, -0.2289014458656311, 0.04981960356235504, 0.20837463438510895, -0.23466171324253082, -0.1908806711435318, -0.1674671769142151, 0.15871834754943848, -0.4332743287086487, -0.4279995560646057 ]
open-llm-leaderboard/details_Weyaxi__SynthIA-v1.3-Nebula-v2-7B
open-llm-leaderboard
2023-12-02T13:57:39Z
0
0
[ "region:us" ]
null
2023-12-02T13:57:34Z
--- pretty_name: Evaluation run of Weyaxi/SynthIA-v1.3-Nebula-v2-7B dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Weyaxi/SynthIA-v1.3-Nebula-v2-7B](https://huggingface.co/Weyaxi/SynthIA-v1.3-Nebula-v2-7B)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Weyaxi__SynthIA-v1.3-Nebula-v2-7B\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:57:31.778075](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__SynthIA-v1.3-Nebula-v2-7B/blob/main/results_2023-12-02T13-57-31.778075.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.2486732373009856,\n\ \ \"acc_stderr\": 0.01190614722287996\n },\n \"harness|gsm8k|5\": {\n\ \ \"acc\": 0.2486732373009856,\n \"acc_stderr\": 0.01190614722287996\n\ \ }\n}\n```" repo_url: https://huggingface.co/Weyaxi/SynthIA-v1.3-Nebula-v2-7B leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_57_31.778075 path: - '**/details_harness|gsm8k|5_2023-12-02T13-57-31.778075.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-57-31.778075.parquet' - config_name: results data_files: - split: 2023_12_02T13_57_31.778075 path: - results_2023-12-02T13-57-31.778075.parquet - split: latest path: - results_2023-12-02T13-57-31.778075.parquet --- # Dataset Card for Evaluation run of Weyaxi/SynthIA-v1.3-Nebula-v2-7B ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Weyaxi/SynthIA-v1.3-Nebula-v2-7B - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Weyaxi/SynthIA-v1.3-Nebula-v2-7B](https://huggingface.co/Weyaxi/SynthIA-v1.3-Nebula-v2-7B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Weyaxi__SynthIA-v1.3-Nebula-v2-7B", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:57:31.778075](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__SynthIA-v1.3-Nebula-v2-7B/blob/main/results_2023-12-02T13-57-31.778075.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.2486732373009856, "acc_stderr": 0.01190614722287996 }, "harness|gsm8k|5": { "acc": 0.2486732373009856, "acc_stderr": 0.01190614722287996 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.3732033967971802, -0.5578721761703491, 0.3241024315357208, 0.1669577807188034, -0.2996254861354828, 0.1213463544845581, -0.27786001563072205, -0.22657880187034607, 0.48605069518089294, 0.6581005454063416, -0.7961942553520203, -1.0004380941390991, -0.682573139667511, 0.19575734436511993, -0.25882378220558167, 1.0893104076385498, -0.18104888498783112, -0.06927607208490372, -0.09675144404172897, -0.2554700970649719, -0.2655769884586334, -0.41245928406715393, -0.5243868827819824, -0.3874320089817047, 0.46258267760276794, 0.5931081175804138, 0.3289695978164673, 0.7997400164604187, 0.688879132270813, 0.36012327671051025, -0.18255850672721863, 0.12214010208845139, -0.5053502321243286, -0.10084237158298492, 0.11433625221252441, -0.6734932661056519, -0.6462445259094238, 0.19386684894561768, 0.8216047883033752, 0.5231269598007202, -0.14286106824874878, 0.7099153995513916, 0.062430448830127716, 0.4815260171890259, -0.443121999502182, 0.43549343943595886, -0.3824172914028168, 0.07385922223329544, -0.419016033411026, -0.15168219804763794, -0.06828641146421432, -0.37981393933296204, -0.10702307522296906, -0.6685034036636353, 0.18651504814624786, -0.0012670553987845778, 0.9901866316795349, 0.3735056221485138, -0.2066635936498642, 0.0009943514596670866, -0.2441921979188919, 0.712733805179596, -0.8204874396324158, -0.07877902686595917, 0.4958212077617645, 0.16063927114009857, -0.20020410418510437, -0.8689829707145691, -0.39030706882476807, -0.0020493788179010153, -0.1415187567472458, 0.2031044214963913, -0.10862879455089569, -0.17455251514911652, 0.5139598846435547, 0.6318758726119995, -0.614804208278656, 0.1661297231912613, -0.7710500955581665, -0.2598394751548767, 0.9298973679542542, 0.42369744181632996, 0.07952568680047989, -0.46206560730934143, -0.37019336223602295, -0.467656672000885, -0.46564793586730957, 0.09206835925579071, 0.4657242000102997, 0.4824172258377075, -0.6027289628982544, 0.8580799698829651, -0.3677159249782562, 0.4014893174171448, -0.07247640937566757, -0.1524660736322403, 0.7933652400970459, -0.5877140164375305, -0.13077358901500702, -0.009286953136324883, 1.0988234281539917, 0.3625409007072449, -0.1091599389910698, 0.14601227641105652, -0.06691590696573257, 0.21190214157104492, 0.0967080369591713, -0.8843756914138794, -0.04485880583524704, 0.4343833029270172, -0.47527942061424255, -0.4667626917362213, 0.20831340551376343, -0.9935330152511597, -0.2826017439365387, -0.25931933522224426, 0.2856619656085968, 0.014934551902115345, -0.3126886785030365, -0.13969013094902039, -0.15674757957458496, 0.20424166321754456, 0.02384432777762413, -0.6078622937202454, 0.5405105352401733, 0.6787863373756409, 0.9753859043121338, -0.2327282875776291, -0.5057716965675354, -0.4618634879589081, -0.33918333053588867, -0.16876494884490967, 0.449564129114151, -0.08793871104717255, -0.4733119606971741, -0.30149152874946594, 0.3362117111682892, -0.17870570719242096, -0.5971130132675171, 0.7446849942207336, -0.21605746448040009, 0.23193977773189545, -0.3977500796318054, -0.500898003578186, -0.18236982822418213, 0.2145448625087738, -0.7392877340316772, 1.321552038192749, 0.38519397377967834, -0.8566204905509949, 0.18860848248004913, -0.8006891012191772, -0.06395798176527023, 0.020169222727417946, 0.03167683631181717, -0.5563561320304871, -0.15079855918884277, 0.10000265389680862, 0.5654615163803101, -0.4051605463027954, 0.1050015315413475, -0.2836607098579407, -0.4383128881454468, 0.11295459419488907, -0.07286263257265091, 1.0488659143447876, 0.2416524589061737, -0.3950902819633484, 0.27541276812553406, -0.9646955132484436, 0.06943061202764511, 0.26341941952705383, -0.3527323007583618, -0.030052699148654938, -0.2348221391439438, 0.20702685415744781, 0.10029835999011993, 0.510597288608551, -0.6055974960327148, 0.34845131635665894, -0.12152211368083954, 0.30697405338287354, 1.0127131938934326, 0.04094487428665161, 0.29270464181900024, -0.42949503660202026, 0.661310613155365, 0.07810690253973007, 0.3017958998680115, 0.112454354763031, -0.6084169149398804, -0.8180953860282898, -0.2136036604642868, 0.15858961641788483, 0.5942080616950989, -0.3871733248233795, 0.720045804977417, -0.3540934920310974, -0.7907796502113342, -0.733302116394043, 0.05115180090069771, 0.4428504407405853, 0.5549709796905518, 0.3360678255558014, -0.3970414698123932, -0.8580703735351562, -1.0129978656768799, 0.1192794069647789, -0.2323198914527893, 0.1305103749036789, 0.3690250515937805, 0.9713315963745117, -0.43282243609428406, 0.6450116038322449, -0.7859522700309753, -0.1948508322238922, -0.2512388527393341, -0.048242416232824326, 0.7036852836608887, 0.4327096939086914, 0.3506481647491455, -0.5382956266403198, -0.2874639928340912, -0.1673831194639206, -0.7869932651519775, -0.3122374415397644, -0.048009198158979416, -0.36353227496147156, 0.26919421553611755, -0.09678669273853302, -0.48880070447921753, 0.4301925003528595, 0.584001898765564, -0.6981754899024963, 0.5637961030006409, 0.12465408444404602, 0.28718870878219604, -1.3980555534362793, 0.259010374546051, 0.18894854187965393, -0.025852952152490616, -0.30271708965301514, 0.06593405455350876, -0.1499175876379013, 0.2902926504611969, -0.46324479579925537, 0.6975277662277222, -0.28148654103279114, -0.30148419737815857, 0.09246928989887238, 0.14332088828086853, -0.018311137333512306, 0.648938000202179, -0.15738457441329956, 0.6223884224891663, 0.5882523655891418, -0.3223302364349365, 0.46829119324684143, 0.5215823650360107, -0.5218687057495117, 0.2301911860704422, -0.5417805910110474, 0.07562576234340668, 0.11039309948682785, 0.22772444784641266, -0.7929156422615051, -0.4296278655529022, 0.51872718334198, -0.4034108817577362, 0.148238867521286, -0.21128855645656586, -0.5730161666870117, -0.41305240988731384, -0.4661376476287842, 0.23422227799892426, 0.614616870880127, -0.5964118242263794, 0.17695653438568115, 0.47698333859443665, 0.07025104761123657, -0.5525860786437988, -0.6384612321853638, -0.23155806958675385, -0.414549320936203, -0.617016077041626, 0.36884552240371704, -0.28295230865478516, -0.307770311832428, -0.022609788924455643, -0.07640837877988815, -0.05391038954257965, 0.14948664605617523, 0.3740113079547882, 0.5692219138145447, -0.04600365832448006, -0.4273606836795807, -0.18709911406040192, -0.23074044287204742, 0.18851497769355774, 0.1324010044336319, 0.5489035248756409, -0.23487192392349243, -0.1651548445224762, -0.4393550157546997, 0.08542144298553467, 0.5530149936676025, -0.014449616894125938, 0.7120738625526428, 0.7252820730209351, -0.3250720798969269, -0.023058384656906128, -0.3587847650051117, -0.11729537695646286, -0.44180914759635925, 0.4306894838809967, -0.24119266867637634, -0.6756584048271179, 0.8777016997337341, 0.2362353354692459, 0.1631506383419037, 0.8194451928138733, 0.5262500643730164, 0.16957102715969086, 0.7108705043792725, 0.23150992393493652, -0.18823833763599396, 0.43498945236206055, -0.9934201836585999, -0.3028651177883148, -1.269479751586914, -0.4423041343688965, -0.5324499011039734, -0.45767080783843994, -0.800053596496582, -0.3957602381706238, 0.3432028591632843, 0.14407294988632202, -0.39325037598609924, 0.5929062366485596, -0.6750458478927612, 0.23194848001003265, 0.5625573396682739, 0.22987928986549377, 0.17645981907844543, -0.05283195897936821, -0.017147140577435493, 0.14948689937591553, -0.5424128770828247, -0.3572998642921448, 1.432028889656067, 0.37308207154273987, 0.5462609529495239, -0.03171701729297638, 0.9990835189819336, 0.13670165836811066, 0.3251480460166931, -0.5476561188697815, 0.6746389269828796, -0.04129485413432121, -0.501160204410553, -0.21561583876609802, -0.6624099016189575, -0.8951533436775208, 0.304680198431015, 0.0017968111205846071, -0.9389064908027649, 0.08983142673969269, -0.06912186741828918, -0.07313739508390427, 0.23710007965564728, -0.4726899266242981, 1.0080385208129883, -0.14410783350467682, -0.46934205293655396, -0.0037692668847739697, -0.7691396474838257, 0.43740758299827576, 0.0028489420656114817, 0.2715407609939575, -0.1691248118877411, -0.053770966827869415, 1.1219340562820435, -0.6606326699256897, 0.8863927125930786, -0.15143848955631256, 0.07941509038209915, 0.40052518248558044, -0.4441910982131958, 0.5611337423324585, 0.041601382195949554, -0.31702500581741333, 0.5088527798652649, -0.0801432728767395, -0.24449197947978973, -0.31858617067337036, 0.9422914385795593, -0.9597920179367065, -0.30435824394226074, -0.5852539539337158, -0.4832163453102112, 0.25144678354263306, 0.1351029872894287, 0.5898853540420532, 0.3237975537776947, -0.06538893282413483, 0.1864788830280304, 0.23923322558403015, -0.029885269701480865, 0.4303058385848999, 0.39278659224510193, -0.3396257162094116, -0.7235475778579712, 0.640148937702179, 0.25045645236968994, 0.09189172834157944, 0.06321719288825989, 0.09588831663131714, -0.5936599969863892, -0.4198266565799713, -0.47791042923927307, 0.25900617241859436, -0.6301089525222778, -0.20946459472179413, -0.43142831325531006, -0.3278992176055908, -0.2958759665489197, 0.10172829031944275, -0.4312506318092346, -0.5880039930343628, -0.5647573471069336, -0.2832426130771637, 0.6071212291717529, 0.541463315486908, -0.299762487411499, 0.2682912349700928, -0.756128191947937, 0.2784746289253235, -0.18877772986888885, 0.42273998260498047, -0.19994744658470154, -0.6076506972312927, -0.41872894763946533, 0.13336971402168274, -0.5018786191940308, -0.8684256672859192, 0.4973956346511841, 0.01905696839094162, 0.695197582244873, -0.0035551523324102163, -0.05629982799291611, 0.7192692756652832, -0.12515698373317719, 1.060789704322815, -0.03490271046757698, -0.7158000469207764, 0.711525022983551, -0.3040171265602112, 0.20832163095474243, 0.5470332503318787, 0.21069355309009552, -0.40728759765625, -0.11820821464061737, -0.9801571369171143, -1.0729564428329468, 1.0221787691116333, 0.5530303120613098, -0.3103519678115845, 0.1551092267036438, 0.4936296343803406, -0.009764757007360458, 0.1606753021478653, -0.7759922742843628, -0.717107355594635, -0.07592857629060745, -0.1840628832578659, -0.18879440426826477, 0.053327884525060654, -0.3756038546562195, -0.46807676553726196, 0.9819216728210449, -0.12842726707458496, 0.2089609056711197, 0.1754637509584427, 0.10971789807081223, -0.2862953841686249, 0.16550709307193756, 0.2876153588294983, 0.6153679490089417, -0.34561723470687866, -0.20497699081897736, 0.27108174562454224, -0.6152506470680237, -0.006168526131659746, 0.30539751052856445, -0.019332081079483032, -0.18819689750671387, 0.5870213508605957, 0.9887827038764954, 0.08756896108388901, -0.4183236360549927, 0.36511650681495667, -0.011269976384937763, -0.22509436309337616, -0.44650164246559143, 0.24468617141246796, -0.09982546418905258, 0.38992494344711304, 0.24557055532932281, 0.041121479123830795, 0.1311044692993164, -0.5203161239624023, 0.23080429434776306, 0.19336795806884766, -0.026305701583623886, -0.37621673941612244, 0.6427718997001648, -0.07848934829235077, -0.2171926200389862, 0.7064517736434937, -0.12715834379196167, -0.5472449064254761, 1.0901894569396973, 0.41183194518089294, 1.0593538284301758, -0.06563252210617065, 0.21283139288425446, 0.6862676739692688, 0.16069577634334564, -0.24287566542625427, 0.721950113773346, 0.05292392894625664, -0.5687495470046997, -0.20721754431724548, -0.8539259433746338, -0.24445323646068573, 0.3358130156993866, -0.9841417074203491, 0.39403247833251953, -0.26387351751327515, -0.2255246341228485, -0.1319214403629303, 0.4951980710029602, -0.8082192540168762, 0.14192016422748566, 0.0031453927513211966, 0.8212862610816956, -1.0096296072006226, 0.5265671014785767, 0.7145310044288635, -0.5455919504165649, -0.914021909236908, -0.3068603575229645, 0.1771576702594757, -0.6177222728729248, 0.3886140286922455, 0.2005624920129776, 0.3765883147716522, -0.07378000766038895, -0.6339524388313293, -1.0725268125534058, 1.61196768283844, 0.2650573253631592, -0.5938208699226379, 0.227128267288208, 0.12773391604423523, 0.5471760034561157, -0.41763022541999817, 0.4164853096008301, 0.6833431720733643, 0.7189619541168213, 0.187577486038208, -0.8637691736221313, 0.2922387421131134, -0.5961703062057495, -0.0979745015501976, 0.2582838833332062, -0.9195669293403625, 0.9729319214820862, -0.22159498929977417, -0.08857175707817078, 0.21167263388633728, 0.3971937596797943, 0.6751421689987183, 0.37576884031295776, 0.4171489477157593, 0.8491746783256531, 0.7125198245048523, -0.3654310703277588, 1.1223522424697876, -0.18169325590133667, 0.708321750164032, 1.0608159303665161, -0.055880747735500336, 0.7666186690330505, 0.3748598098754883, -0.44297537207603455, 0.5641244053840637, 0.9437925815582275, -0.4387463927268982, 0.43547487258911133, 0.3480214476585388, -0.036046434193849564, -0.00523453950881958, -0.0941438302397728, -0.5107351541519165, 0.4995552599430084, 0.18698884546756744, -0.5226218104362488, -0.0368146114051342, -0.4362204372882843, 0.08859317004680634, -0.27398380637168884, -0.1818157583475113, 0.615939736366272, 0.06698839366436005, -0.7134942412376404, 0.6900625228881836, -0.11782196164131165, 0.5493618845939636, -0.6441218256950378, -0.2095586657524109, -0.19317851960659027, 0.21307341754436493, -0.5801700353622437, -0.8101112842559814, 0.26588383316993713, 0.16004472970962524, -0.22888658940792084, -0.02350545860826969, 0.3671942949295044, -0.2982279658317566, -0.7084343433380127, 0.3674663007259369, 0.310996949672699, 0.42284083366394043, 0.21463173627853394, -0.7559056878089905, 0.39837244153022766, 0.19522961974143982, -0.6994678378105164, 0.27590224146842957, 0.08699773997068405, 0.01767531782388687, 0.5297759175300598, 0.7714388966560364, 0.11952459067106247, 0.0632244125008583, 0.08885103464126587, 1.0605640411376953, -0.6895958185195923, -0.42881035804748535, -0.7716185450553894, 1.0021908283233643, -0.22909009456634521, -0.7826822996139526, 0.7897122502326965, 0.9994534254074097, 0.7603342533111572, 0.20234256982803345, 0.7898335456848145, -0.28670534491539, 0.3752431869506836, -0.4940944314002991, 0.7363517880439758, -0.6890069246292114, 0.5495951175689697, -0.30114081501960754, -1.0869619846343994, -0.02430652640759945, 0.5707234144210815, 0.006228893529623747, 0.036167796701192856, 0.6897361874580383, 0.9269014596939087, -0.00904087908565998, 0.20020195841789246, -0.12706530094146729, 0.5789141654968262, 0.22719772160053253, 0.5409896969795227, 0.5928888916969299, -0.7750802636146545, 0.2647044062614441, -0.7325811982154846, -0.40776023268699646, 0.07008350640535355, -0.6765856146812439, -0.7822965383529663, -0.684457540512085, -0.42871856689453125, -0.5848303437232971, -0.0982820987701416, 1.0582215785980225, 0.5351529121398926, -0.7423869967460632, -0.4329182207584381, -0.0878445953130722, 0.10735145211219788, -0.15873773396015167, -0.30170390009880066, 0.5415505766868591, -0.0071805501356720924, -0.8524404764175415, 0.4582386910915375, -0.214214488863945, -0.1858123242855072, -0.31363561749458313, -0.24077871441841125, -0.20569756627082825, -0.31497132778167725, 0.28893396258354187, 0.16663868725299835, -0.7275984287261963, -0.26776251196861267, -0.06671799719333649, 0.04320690035820007, 0.17739202082157135, 0.20877300202846527, -0.6656341552734375, 0.15701541304588318, 0.6379757523536682, 0.12421931326389313, 0.8275391459465027, -0.09620852768421173, 0.3330976068973541, -0.7163811326026917, -0.013799685053527355, 0.007107478566467762, 0.6503865718841553, 0.23221828043460846, -0.5526061654090881, 1.1003689765930176, 0.33347439765930176, -0.6683303713798523, -0.886631429195404, -0.08202201128005981, -1.269777536392212, 0.049769919365644455, 1.3274182081222534, -0.20316310226917267, -0.2760169804096222, 0.2932039201259613, -0.23091331124305725, 0.43614089488983154, -0.5823103189468384, 0.6824097633361816, 0.6435477137565613, -0.2276567667722702, -0.0019408819498494267, -0.38551583886146545, 0.3815709948539734, -0.024080611765384674, -1.1369731426239014, -0.12092670798301697, 0.4608248174190521, 0.44764092564582825, 0.2852015197277069, 0.6299530863761902, -0.1674967259168625, 0.02507118694484234, 0.0399821400642395, 0.11668937653303146, -0.1764996498823166, -0.22073432803153992, -0.3252870440483093, 0.023269956931471825, -0.3732769191265106, -0.37037739157676697 ]
open-llm-leaderboard/details_PulsarAI__Nebula-v2-7B
open-llm-leaderboard
2023-12-02T13:58:16Z
0
0
[ "region:us" ]
null
2023-12-02T13:58:11Z
--- pretty_name: Evaluation run of PulsarAI/Nebula-v2-7B dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [PulsarAI/Nebula-v2-7B](https://huggingface.co/PulsarAI/Nebula-v2-7B) on the [Open\ \ LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_PulsarAI__Nebula-v2-7B\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T13:58:09.073163](https://huggingface.co/datasets/open-llm-leaderboard/details_PulsarAI__Nebula-v2-7B/blob/main/results_2023-12-02T13-58-09.073163.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.3169067475360121,\n\ \ \"acc_stderr\": 0.012815868296721373\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.3169067475360121,\n \"acc_stderr\": 0.012815868296721373\n\ \ }\n}\n```" repo_url: https://huggingface.co/PulsarAI/Nebula-v2-7B leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T13_58_09.073163 path: - '**/details_harness|gsm8k|5_2023-12-02T13-58-09.073163.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T13-58-09.073163.parquet' - config_name: results data_files: - split: 2023_12_02T13_58_09.073163 path: - results_2023-12-02T13-58-09.073163.parquet - split: latest path: - results_2023-12-02T13-58-09.073163.parquet --- # Dataset Card for Evaluation run of PulsarAI/Nebula-v2-7B ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/PulsarAI/Nebula-v2-7B - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [PulsarAI/Nebula-v2-7B](https://huggingface.co/PulsarAI/Nebula-v2-7B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_PulsarAI__Nebula-v2-7B", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T13:58:09.073163](https://huggingface.co/datasets/open-llm-leaderboard/details_PulsarAI__Nebula-v2-7B/blob/main/results_2023-12-02T13-58-09.073163.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.3169067475360121, "acc_stderr": 0.012815868296721373 }, "harness|gsm8k|5": { "acc": 0.3169067475360121, "acc_stderr": 0.012815868296721373 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.31893861293792725, -0.5603287816047668, 0.24073053896427155, 0.2653411626815796, -0.27888989448547363, 0.08531661331653595, -0.29191502928733826, -0.1541479527950287, 0.513911783695221, 0.6399582028388977, -0.7315322160720825, -0.8363264799118042, -0.7163164019584656, 0.20723678171634674, -0.2836438715457916, 1.1795909404754639, -0.15792767703533173, -0.1554066240787506, -0.05964520201086998, -0.2058641016483307, -0.19755257666110992, -0.44920429587364197, -0.6036287546157837, -0.3186818063259125, 0.40244242548942566, 0.5696005821228027, 0.43157127499580383, 0.7311323285102844, 0.8122560381889343, 0.33166658878326416, -0.3220977485179901, 0.29902270436286926, -0.5835748314857483, -0.146471306681633, 0.14331379532814026, -0.602574348449707, -0.5886312127113342, 0.1186402291059494, 0.9458997249603271, 0.4898206293582916, -0.22370827198028564, 0.6612659692764282, 0.16717684268951416, 0.5519933700561523, -0.5431106686592102, 0.44071707129478455, -0.27397167682647705, 0.12757883965969086, -0.47307392954826355, -0.3014559745788574, -0.09046874195337296, -0.4239649772644043, -0.1365462839603424, -0.6495784521102905, 0.14400005340576172, 0.026747053489089012, 1.0041710138320923, 0.38090503215789795, -0.15783274173736572, -0.14522364735603333, -0.3120484948158264, 0.7474728226661682, -0.7466707229614258, -0.11882318556308746, 0.5354852080345154, 0.17734412848949432, -0.2579140365123749, -0.8652084469795227, -0.31928446888923645, 0.04414578154683113, -0.20342382788658142, 0.23293842375278473, -0.10273602604866028, -0.24201656877994537, 0.3707568347454071, 0.7425747513771057, -0.6128066182136536, 0.1077892929315567, -0.7346141934394836, -0.11465098708868027, 0.8946883082389832, 0.4845035672187805, -0.1385459303855896, -0.47679513692855835, -0.31345483660697937, -0.3880601227283478, -0.4929710328578949, 0.21134920418262482, 0.45497843623161316, 0.38746681809425354, -0.6557103991508484, 0.9050766229629517, -0.357025146484375, 0.49858883023262024, 0.09613737463951111, -0.1921079158782959, 0.8530543446540833, -0.6878196597099304, -0.19936107099056244, -0.0625748261809349, 0.999567985534668, 0.3882662355899811, -0.07615425437688828, 0.12739764153957367, -0.06318849325180054, 0.08187978714704514, 0.09199382364749908, -0.7850538492202759, -0.06013978272676468, 0.43482762575149536, -0.5458557605743408, -0.5373120307922363, 0.2929052412509918, -0.9437097907066345, -0.3621615171432495, -0.251192182302475, 0.014901699498295784, 0.003311803098767996, -0.35844388604164124, -0.0495046004652977, -0.14951300621032715, 0.2923639416694641, 0.016502385959029198, -0.5129454135894775, 0.4518164396286011, 0.6956623792648315, 0.9634186029434204, -0.1829582154750824, -0.5499610900878906, -0.4455302655696869, -0.24474535882472992, -0.15726599097251892, 0.5320004820823669, -0.2696075141429901, -0.5233409404754639, -0.24988742172718048, 0.41731128096580505, -0.2453756332397461, -0.5848672986030579, 0.7260693907737732, -0.09215228259563446, 0.22800935804843903, -0.2699824273586273, -0.5497644543647766, -0.1363251656293869, 0.1978529393672943, -0.6191362142562866, 1.4315929412841797, 0.19287118315696716, -0.8356631994247437, 0.11396366357803345, -0.8012039065361023, -0.07732991874217987, 0.06286238878965378, 0.03391597047448158, -0.6076825261116028, -0.04445236176252365, 0.05257219821214676, 0.5998585820198059, -0.33882808685302734, 0.20820003747940063, -0.30936285853385925, -0.4461740553379059, 0.16275903582572937, -0.018776221200823784, 0.9547860026359558, 0.234980508685112, -0.306892991065979, 0.1990230530500412, -0.9326622486114502, -0.006824817508459091, 0.30643659830093384, -0.4832288324832916, 0.023388678207993507, -0.06904777884483337, 0.24177305400371552, 0.0830448642373085, 0.5253504514694214, -0.5488031506538391, 0.23375679552555084, -0.18105661869049072, 0.3208458125591278, 0.9471813440322876, 0.0871378555893898, 0.2825300693511963, -0.49692270159721375, 0.5960122346878052, 0.13893799483776093, 0.38247808814048767, 0.12933725118637085, -0.6738736033439636, -0.8445246815681458, -0.1285870224237442, 0.038165487349033356, 0.5696642994880676, -0.31958234310150146, 0.7555068731307983, -0.2945045232772827, -0.9092237949371338, -0.7633421421051025, -0.00885564461350441, 0.5007784366607666, 0.5213914513587952, 0.3269040286540985, -0.4045850932598114, -0.9027809500694275, -1.0050079822540283, 0.09255685657262802, -0.21934981644153595, 0.28460457921028137, 0.5190930366516113, 0.9635501503944397, -0.31139954924583435, 0.6216307282447815, -0.7579635381698608, -0.2626379132270813, -0.12208811193704605, -0.1249711886048317, 0.7806780338287354, 0.47539180517196655, 0.28197920322418213, -0.6037535071372986, -0.18337860703468323, -0.09899014979600906, -0.871813178062439, -0.22634471952915192, -0.07692035287618637, -0.2774529457092285, 0.25753045082092285, -0.034077320247888565, -0.40254342555999756, 0.474030077457428, 0.6017571687698364, -0.7359246015548706, 0.692697286605835, 0.10390571504831314, 0.3108178675174713, -1.2300890684127808, 0.35670241713523865, 0.23288822174072266, 0.03457711264491081, -0.35225868225097656, 0.09113308787345886, -0.13371267914772034, 0.16863389313220978, -0.6460994482040405, 0.6585068106651306, -0.3236502408981323, -0.27714088559150696, 0.053337376564741135, -0.02390499971807003, -0.08083255589008331, 0.5448523163795471, -0.06307943165302277, 0.7246480584144592, 0.6541033983230591, -0.3973129093647003, 0.33991971611976624, 0.4974731504917145, -0.5237500071525574, 0.26269569993019104, -0.6126536726951599, 0.015063746832311153, 0.05392797663807869, 0.2783988118171692, -0.789168119430542, -0.3434838652610779, 0.49307113885879517, -0.3966622054576874, 0.0017940204124897718, -0.26063013076782227, -0.6405668258666992, -0.4260633885860443, -0.35040777921676636, 0.18345247209072113, 0.6001654267311096, -0.5378841757774353, 0.19481144845485687, 0.5080847144126892, 0.08493977785110474, -0.5784894227981567, -0.6624597311019897, -0.16550354659557343, -0.44795772433280945, -0.6284964680671692, 0.40080079436302185, -0.21629227697849274, -0.26262661814689636, -0.02780761569738388, 0.007608178537338972, -0.06796004623174667, 0.17359790205955505, 0.5007923245429993, 0.443959504365921, -0.058284372091293335, -0.44154199957847595, -0.16023916006088257, -0.24833346903324127, 0.06224197894334793, 0.15220943093299866, 0.5627681612968445, -0.36534857749938965, -0.18087507784366608, -0.41039156913757324, 0.08104994148015976, 0.5298559665679932, -0.1349957287311554, 0.7066971659660339, 0.6899267435073853, -0.31736284494400024, 0.08980075269937515, -0.44450634717941284, -0.026274118572473526, -0.4360521137714386, 0.3358387053012848, -0.27878379821777344, -0.7504025101661682, 0.8031051158905029, 0.22150884568691254, 0.18961383402347565, 0.6843598484992981, 0.6652038097381592, 0.12823079526424408, 0.6575384736061096, 0.2271583080291748, -0.049032434821128845, 0.4311569631099701, -0.8863517642021179, -0.2546840012073517, -1.2470407485961914, -0.5044273138046265, -0.55478835105896, -0.41829714179039, -0.668249785900116, -0.38866332173347473, 0.27469104528427124, 0.18122310936450958, -0.37859004735946655, 0.5243903398513794, -0.7828825116157532, 0.37990468740463257, 0.5119105577468872, 0.2649697959423065, 0.16102203726768494, -0.0076341768726706505, 0.07072360813617706, 0.1705588549375534, -0.49820923805236816, -0.3911285102367401, 1.3554205894470215, 0.4018074572086334, 0.5604211091995239, 0.037181757390499115, 0.9345706701278687, 0.1064017117023468, 0.17505387961864471, -0.4804475009441376, 0.6375645399093628, -0.19192808866500854, -0.4012773334980011, -0.11675483733415604, -0.5103864073753357, -0.9517416954040527, 0.29210400581359863, -0.0365876629948616, -0.7070333957672119, 0.2772822082042694, -0.05634590983390808, -0.08978037536144257, 0.15719063580036163, -0.5811595320701599, 0.8843849301338196, -0.10179860144853592, -0.32177186012268066, -0.03937821462750435, -0.7306681871414185, 0.37495729327201843, 0.00896975677460432, 0.25879403948783875, -0.1412172168493271, -0.05671902373433113, 1.1779578924179077, -0.5801129937171936, 0.9520496129989624, -0.24863284826278687, 0.2283458113670349, 0.36968812346458435, -0.38800764083862305, 0.5307796597480774, 0.029994748532772064, -0.35560858249664307, 0.4955785870552063, -0.19398537278175354, -0.31408435106277466, -0.25171539187431335, 0.8978055119514465, -0.9213205575942993, -0.2924919128417969, -0.564556360244751, -0.48784202337265015, 0.34342676401138306, 0.11781352758407593, 0.4654965400695801, 0.29061901569366455, -0.02149971015751362, 0.24886716902256012, 0.24029655754566193, -0.030412541702389717, 0.4976472854614258, 0.47806116938591003, -0.275045245885849, -0.6462214589118958, 0.6042079925537109, 0.24311034381389618, -0.014419618062675, -0.0023241278249770403, 0.124245285987854, -0.5698660612106323, -0.5442317128181458, -0.35975217819213867, 0.3386871814727783, -0.559748113155365, -0.19167816638946533, -0.37943631410598755, -0.26904579997062683, -0.3177124857902527, 0.015872152522206306, -0.34079012274742126, -0.5050325989723206, -0.6002298593521118, -0.2465583086013794, 0.5956762433052063, 0.504913866519928, -0.23750635981559753, 0.31514468789100647, -0.619141161441803, 0.11398729681968689, -0.28883805871009827, 0.39111199975013733, -0.14598627388477325, -0.6510000228881836, -0.42668676376342773, 0.03360737860202789, -0.49693548679351807, -0.8072860836982727, 0.5151159763336182, 0.1518322378396988, 0.6493505835533142, 0.044505707919597626, -0.09057119488716125, 0.892808735370636, -0.18006376922130585, 1.0903288125991821, 0.03201528266072273, -0.6511017084121704, 0.8622989654541016, -0.2251783311367035, 0.1906943917274475, 0.5451028943061829, 0.17534154653549194, -0.3988889455795288, -0.2780950367450714, -1.0201894044876099, -1.0083379745483398, 0.9625380039215088, 0.5298348665237427, -0.37759172916412354, -0.020436277613043785, 0.46629202365875244, -0.04139072820544243, 0.13655591011047363, -0.7371647953987122, -0.7008165121078491, -0.1657150685787201, -0.12919752299785614, -0.22598715126514435, -0.000009684546967037022, -0.3655359148979187, -0.39798712730407715, 0.9465963244438171, -0.07862627506256104, 0.2685142755508423, 0.30379626154899597, 0.004294714890420437, -0.21078500151634216, 0.10641264170408249, 0.3700955808162689, 0.6808830499649048, -0.3383198380470276, -0.1726013571023941, 0.18028421700000763, -0.5966681838035583, 0.0019943586084991693, 0.285532146692276, 0.021907784044742584, -0.1641252338886261, 0.5127727389335632, 1.0305734872817993, 0.19694644212722778, -0.45215412974357605, 0.44999396800994873, 0.022040069103240967, -0.1638568639755249, -0.6315368413925171, 0.17656512558460236, -0.09892067313194275, 0.36186057329177856, 0.34376850724220276, 0.07338720560073853, 0.10161798447370529, -0.2977614104747772, 0.2626783549785614, 0.08203085511922836, -0.11796870827674866, -0.275295615196228, 0.5529816150665283, -0.047110967338085175, -0.29242178797721863, 0.6653969287872314, -0.10417091101408005, -0.29132193326950073, 1.1367703676223755, 0.3994993567466736, 0.8730289340019226, -0.08844268321990967, 0.1699962466955185, 0.592896580696106, 0.1742156594991684, -0.22906120121479034, 0.6537081599235535, 0.16439488530158997, -0.5656841397285461, -0.33467167615890503, -0.8295511603355408, -0.27244409918785095, 0.29301321506500244, -0.9964154362678528, 0.449982613325119, -0.3432709872722626, -0.20273664593696594, -0.041848164051771164, 0.418179988861084, -0.8065696358680725, 0.10266115516424179, 0.050561126321554184, 0.9193679690361023, -1.0387916564941406, 0.580410897731781, 0.8665221929550171, -0.5413543581962585, -0.858312726020813, -0.46553051471710205, 0.17744608223438263, -0.7975839376449585, 0.4275742769241333, 0.22456258535385132, 0.41532954573631287, -0.03384016826748848, -0.5628594160079956, -1.005194902420044, 1.5752649307250977, 0.13976001739501953, -0.5974279046058655, 0.2031477689743042, 0.12114069610834122, 0.4817250072956085, -0.4688841700553894, 0.5244628190994263, 0.7076338529586792, 0.7352414131164551, 0.005180804990231991, -0.9027539491653442, 0.23352199792861938, -0.6368975043296814, -0.04980063438415527, 0.26273438334465027, -0.882607638835907, 0.9291572570800781, -0.12017215043306351, -0.09403788298368454, 0.17026953399181366, 0.4181022047996521, 0.7409389019012451, 0.36399558186531067, 0.4178837835788727, 0.9234192371368408, 0.7655263543128967, -0.34927940368652344, 1.1891483068466187, -0.2519511282444, 0.8001402616500854, 1.0030949115753174, -0.032968200743198395, 0.7613047957420349, 0.4440549612045288, -0.4028674364089966, 0.5232684016227722, 0.9506016373634338, -0.5696460008621216, 0.44689565896987915, 0.2652052938938141, 0.038243237882852554, 0.048412520438432693, -0.16124668717384338, -0.5473642945289612, 0.47667360305786133, 0.21280623972415924, -0.6230018138885498, -0.11661133170127869, -0.38868170976638794, 0.11945077031850815, -0.2672283351421356, -0.2748759090900421, 0.6696780920028687, 0.005083313677459955, -0.6768599152565002, 0.7481915354728699, -0.14639155566692352, 0.6928633451461792, -0.6132301092147827, -0.09680809080600739, -0.2212708294391632, 0.19571281969547272, -0.7004153728485107, -1.0213966369628906, 0.4406372904777527, 0.1491348147392273, -0.3265252411365509, -0.035613764077425, 0.426758348941803, -0.256038099527359, -0.6899122595787048, 0.33115172386169434, 0.3583347499370575, 0.5137143731117249, 0.19643554091453552, -0.9106550216674805, 0.3283809721469879, 0.19822636246681213, -0.6176444292068481, 0.31601083278656006, 0.054595816880464554, 0.12262853980064392, 0.551048994064331, 0.7909296751022339, 0.17924627661705017, 0.13755588233470917, 0.031437065452337265, 0.9361382126808167, -0.6496284008026123, -0.49337512254714966, -0.7234258651733398, 0.9845434427261353, -0.22640112042427063, -0.8901821374893188, 0.7527040243148804, 1.0619033575057983, 0.7033640742301941, 0.121886245906353, 0.6917235255241394, -0.2913857102394104, 0.44088149070739746, -0.44897252321243286, 0.730725884437561, -0.6030021905899048, 0.37766191363334656, -0.22348462045192719, -1.0308661460876465, -0.1034514307975769, 0.6004692316055298, -0.08126123994588852, -0.17296364903450012, 0.7041945457458496, 1.0528546571731567, 0.014433937147259712, 0.2302042841911316, -0.2272314727306366, 0.5040107369422913, 0.2513030171394348, 0.6014326810836792, 0.6127936840057373, -0.7373385429382324, 0.3730315566062927, -0.7216248512268066, -0.48265138268470764, 0.055781953036785126, -0.6704227924346924, -0.6976911425590515, -0.6616957187652588, -0.49207860231399536, -0.6185654401779175, 0.03399716317653656, 0.8711763024330139, 0.5764919519424438, -0.7399349212646484, -0.529234766960144, -0.10390665382146835, 0.02572847343981266, -0.22783423960208893, -0.3221171796321869, 0.5996575355529785, -0.03966178372502327, -0.7705019116401672, 0.4786255955696106, -0.16010761260986328, -0.22990989685058594, -0.1974324882030487, -0.30248990654945374, -0.2505375146865845, -0.37048736214637756, 0.3487119674682617, 0.1909611076116562, -0.7961917519569397, -0.22061683237552643, -0.14771747589111328, 0.11241941899061203, 0.1907179206609726, 0.2633645236492157, -0.6887681484222412, 0.04235266521573067, 0.533622682094574, 0.2458287924528122, 0.7632446885108948, -0.10644255578517914, 0.12023182958364487, -0.7579209208488464, 0.03618638589978218, 0.04100726917386055, 0.6702955961227417, 0.18632721900939941, -0.5953056216239929, 1.14391028881073, 0.39004361629486084, -0.7442692518234253, -0.9227431416511536, -0.0880219042301178, -1.2996033430099487, 0.0031767908949404955, 1.3828129768371582, -0.19739116728305817, -0.30572745203971863, 0.15397858619689941, -0.16954530775547028, 0.26892921328544617, -0.64676433801651, 0.5964080095291138, 0.6427000164985657, -0.285768061876297, -0.12052354216575623, -0.2704552710056305, 0.31552642583847046, 0.12993355095386505, -1.0231355428695679, -0.12253426015377045, 0.3804515302181244, 0.3415975868701935, 0.27837297320365906, 0.6552361249923706, -0.3072892725467682, 0.0901462733745575, -0.05760208144783974, 0.13277974724769592, -0.2890152335166931, -0.153548464179039, -0.4358783960342407, 0.15736006200313568, -0.39745330810546875, -0.3438533544540405 ]
magixxixx/shopee-product-reviews-on-computer-category
magixxixx
2023-12-02T14:14:58Z
0
0
[ "task_categories:text-classification", "size_categories:10K<n<100K", "language:tl", "language:en", "shopee", "reviews", "region:us" ]
[ "text-classification" ]
2023-12-02T14:01:02Z
--- task_categories: - text-classification language: - tl - en tags: - shopee - reviews pretty_name: Shopee reviews on computer category, 20k positives and 20k negatives size_categories: - 10K<n<100K ---
[ -0.1285339891910553, -0.186167910695076, 0.6529129147529602, 0.4943627417087555, -0.19319313764572144, 0.23607458174228668, 0.3607197701931, 0.05056354030966759, 0.5793653726577759, 0.740013599395752, -0.6508103609085083, -0.2378397285938263, -0.7102249264717102, -0.047825902700424194, -0.3894753158092499, 0.8470762372016907, -0.09598255157470703, 0.024004921317100525, 0.047120124101638794, -0.14317825436592102, -0.612104058265686, -0.04771730303764343, -1.052453875541687, -0.06787486374378204, 0.3002282381057739, 0.5120974779129028, 0.8275899291038513, 0.3960294723510742, 0.503056526184082, 1.7515552043914795, -0.08836923539638519, -0.22754432260990143, -0.458920419216156, 0.4223068356513977, -0.3327738642692566, -0.4213368892669678, -0.26241645216941833, -0.0744934156537056, 0.32380396127700806, 0.7903715372085571, -0.3810413181781769, 0.19328097999095917, -0.22438472509384155, 1.0082244873046875, -0.8202076554298401, 0.22630855441093445, -0.16698351502418518, 0.14053210616111755, 0.04230847209692001, -0.1459193229675293, -0.1326322704553604, -0.6440033912658691, 0.06469465792179108, -0.899596095085144, 0.10274963080883026, -0.044611215591430664, 0.8789561986923218, 0.219090536236763, -0.5102371573448181, -0.04597741365432739, -0.6883596777915955, 1.0972506999969482, -0.17556023597717285, 0.7615713477134705, 0.4507812261581421, 0.4528856873512268, -0.5849330425262451, -1.1782182455062866, -0.4441865384578705, -0.1357896625995636, 0.14722830057144165, 0.3055610954761505, -0.3453030586242676, -0.02234397828578949, 0.10801112651824951, 0.5610314607620239, -0.5003758668899536, -0.3119594156742096, -0.95799320936203, -0.18164938688278198, 0.6820486783981323, 0.319308340549469, 0.8340444564819336, 0.18731510639190674, -0.7347197532653809, 0.12866313755512238, -1.323970079421997, 0.07650740444660187, 0.6465024948120117, 0.23946750164031982, -0.554598867893219, 0.8594783544540405, -0.285879909992218, 0.6262494325637817, 0.2728464603424072, -0.11645249277353287, 0.27842527627944946, -0.23030756413936615, -0.2735063135623932, 0.03308776021003723, 0.34597325325012207, 0.82044917345047, 0.16248628497123718, -0.019985012710094452, -0.22123977541923523, 0.002071663737297058, 0.2684451937675476, -0.7935094833374023, -0.47126704454421997, 0.19266964495182037, -0.5589528679847717, -0.09108471870422363, 0.4327021837234497, -1.0976827144622803, -0.4812982976436615, -0.18798476457595825, 0.054681576788425446, -0.5451692342758179, -0.3697947859764099, 0.07273247092962265, -0.7925416231155396, -0.12434181571006775, 0.5709511041641235, -0.6230254173278809, 0.4397459924221039, 0.5336258411407471, 0.7861635684967041, 0.2330390214920044, -0.23613624274730682, -0.6695020198822021, 0.48848259449005127, -0.8661868572235107, 0.3686073422431946, -0.30737799406051636, -0.8298640847206116, -0.09631044417619705, 0.5393159985542297, 0.20664851367473602, -0.6653255820274353, 0.7074048519134521, -0.5496984720230103, -0.0780654326081276, -0.43082866072654724, -0.24322015047073364, 0.17460428178310394, 0.11115417629480362, -0.623891294002533, 0.9402235746383667, 0.55511075258255, -0.5841100215911865, 0.3170125484466553, -0.4869506359100342, -0.6865583062171936, 0.2674812078475952, -0.00875093787908554, -0.04715244472026825, 0.32795292139053345, -0.15983980894088745, -0.0020510032773017883, 0.10505759716033936, 0.00829986110329628, -0.21891704201698303, -0.47863033413887024, 0.06349943578243256, 0.15165026485919952, 1.2536835670471191, 0.40836215019226074, -0.3771880567073822, -0.13140130043029785, -1.0526149272918701, 0.025432676076889038, 0.050501368939876556, -0.42306777834892273, -0.25045639276504517, -0.14882196485996246, -0.2038157433271408, 0.43072637915611267, 0.21184735000133514, -0.8131152391433716, 0.22643619775772095, -0.20640221238136292, 0.36449670791625977, 0.8222092390060425, 0.27031028270721436, 0.3976057171821594, -0.6625286340713501, 0.656313955783844, 0.20761863887310028, 0.495901882648468, 0.3540419936180115, -0.3845823407173157, -0.9641584157943726, -0.4421616196632385, -0.10117404907941818, 0.2975531220436096, -0.7744958400726318, 0.5847322344779968, 0.01297944039106369, -0.5836708545684814, -0.4465281367301941, -0.15488097071647644, 0.27553316950798035, -0.06606579571962357, 0.03334915637969971, -0.4049780070781708, -0.7394421100616455, -1.0127900838851929, -0.13788148760795593, -0.5021389722824097, -0.21892818808555603, 0.31605854630470276, 0.2617737948894501, -0.3429003953933716, 0.7610747814178467, -0.6059278249740601, -0.7040642499923706, -0.13973554968833923, -0.0995984673500061, 0.618772029876709, 0.9297671318054199, 0.749138355255127, -0.7224892377853394, -0.8973817825317383, -0.05623054504394531, -0.5420041084289551, -0.02004440873861313, 0.038149815052747726, -0.18260686099529266, -0.10514988005161285, 0.2235254943370819, -0.6100801825523376, 0.8851075172424316, 0.43224990367889404, -0.681546688079834, 0.5210591554641724, -0.44444143772125244, 0.6073803901672363, -0.8642841577529907, -0.2911491394042969, -0.1682359129190445, -0.1976119428873062, -0.709015965461731, 0.1941153109073639, -0.30022358894348145, -0.3302987813949585, -0.7474033832550049, 0.5274897813796997, -0.9497013092041016, -0.1878153383731842, -0.3367277681827545, -0.03423108905553818, 0.2580781877040863, 0.1949051171541214, -0.23560261726379395, 0.8900532126426697, 0.916048526763916, -0.7121306657791138, 0.5487277507781982, 0.3930909037590027, -0.19200101494789124, 0.7131239771842957, -0.3887738585472107, 0.05162004381418228, -0.12344934046268463, 0.14374598860740662, -1.126388669013977, -0.5611584782600403, 0.13677376508712769, -0.7127034664154053, 0.17686940729618073, -0.1655687689781189, -0.09428541362285614, -0.6608467102050781, -0.3380640149116516, 0.2591009736061096, 0.48612308502197266, -0.4796995520591736, 0.6188148260116577, 0.5728047490119934, 0.026518866419792175, -0.5307408571243286, -0.72068190574646, 0.20418129861354828, 0.03964671120047569, -0.5569697618484497, 0.30116912722587585, 0.006543654948472977, -0.6622446179389954, -0.371124804019928, -0.2635419964790344, -0.6043858528137207, -0.22679764032363892, 0.7826985120773315, 0.11994237452745438, -0.09012271463871002, -0.20310260355472565, -0.31995370984077454, -0.061675313860177994, 0.30487409234046936, -0.07575300335884094, 0.7232835292816162, -0.33623751997947693, -0.1785007119178772, -0.8877344131469727, 0.652754545211792, 0.9970464110374451, 0.09446706622838974, 0.806644082069397, 0.4632423520088196, -0.3564748167991638, -0.1304660141468048, -0.3535459339618683, -0.15120600163936615, -0.685774564743042, -0.18067969381809235, -0.5322477221488953, -0.5411434769630432, 0.4053066372871399, 0.1010146290063858, -0.002104133367538452, 0.5167046785354614, 0.2533606290817261, -0.2880688011646271, 0.7550326585769653, 1.0343406200408936, 0.13917960226535797, 0.36029160022735596, -0.28547123074531555, 0.6341595649719238, -0.8329950571060181, -0.34052175283432007, -0.45480719208717346, -0.2563585638999939, -0.3121439814567566, -0.10750865936279297, 0.5791023969650269, 0.28182169795036316, -0.4463467001914978, 0.1250680685043335, -0.5994209051132202, 0.6587363481521606, 0.627398669719696, 0.5719727277755737, 0.19973035156726837, -0.46199482679367065, 0.1998298317193985, 0.0481669157743454, -0.457456111907959, -0.4009109139442444, 0.7711144089698792, 0.23996251821517944, 0.8364025354385376, 0.20927031338214874, 0.49577751755714417, 0.3337545096874237, 0.25280582904815674, -0.6318976879119873, 0.200980082154274, -0.22282817959785461, -1.245961308479309, -0.206426739692688, -0.1655132919549942, -1.0080584287643433, -0.11792079359292984, -0.1828901469707489, -0.8406621217727661, 0.2665729522705078, -0.1922563910484314, -0.6640644669532776, 0.5206149816513062, -0.5103875398635864, 0.69347083568573, -0.23555895686149597, -0.2817089557647705, 0.11930064857006073, -0.6889920234680176, 0.5254613757133484, 0.3667147159576416, 0.29168421030044556, -0.37968987226486206, -0.31928732991218567, 0.5068994164466858, -0.881224513053894, 0.4408112168312073, -0.10564983636140823, 0.1942814588546753, 0.5358877778053284, 0.41535913944244385, 0.38239699602127075, 0.2869904041290283, -0.24593788385391235, -0.23415416479110718, 0.22503408789634705, -0.7581344842910767, -0.2775459885597229, 0.9095461368560791, -0.7519428730010986, -0.8586915731430054, -0.6954255104064941, -0.30644944310188293, 0.28865307569503784, 0.027814723551273346, 0.7154772281646729, 0.645688533782959, -0.18821071088314056, 0.23776985704898834, 0.7208225727081299, -0.01469430886209011, 0.7235565185546875, 0.29411181807518005, -0.4056648015975952, -0.6169788837432861, 0.7182322144508362, 0.2627045810222626, 0.05162655934691429, 0.02832791954278946, 0.3058735728263855, -0.17546726763248444, -0.15078593790531158, -0.6318325400352478, -0.06395332515239716, -0.7465731501579285, -0.09279504418373108, -0.75413978099823, -0.25077420473098755, -0.7114589810371399, -0.8068138360977173, -0.7080163359642029, -0.45604419708251953, -0.4301195442676544, -0.23352214694023132, 0.5163110494613647, 1.1627085208892822, -0.2613157033920288, 0.801105260848999, -0.8900957107543945, 0.41936343908309937, 0.496954083442688, 0.751973032951355, -0.11061017960309982, -0.6746935248374939, -0.07836262881755829, -0.533875584602356, -0.2948506474494934, -1.0156973600387573, 0.3177463710308075, -0.036885589361190796, 0.40537145733833313, 0.4293889105319977, 0.2519025504589081, 0.4939277172088623, -0.3007313013076782, 1.1130688190460205, 0.7274301648139954, -0.8033811450004578, 0.5195276141166687, -0.7635001540184021, 0.16122353076934814, 0.9363658428192139, 0.5447747707366943, -0.4417077600955963, -0.15113937854766846, -1.0259766578674316, -0.8431374430656433, 0.5963036417961121, 0.1543993502855301, 0.01684405654668808, 0.01821412891149521, 0.03168249875307083, 0.2946639060974121, 0.3591301441192627, -0.7847291231155396, -0.8240221738815308, -0.13851109147071838, 0.2580329477787018, 0.3145606815814972, -0.16485406458377838, -0.30038708448410034, -0.6116158962249756, 0.8711392879486084, 0.1828649491071701, 0.3546232283115387, 0.12073366343975067, 0.0436934158205986, -0.35506924986839294, 0.14787036180496216, 0.5522999167442322, 1.2529062032699585, -0.4098331928253174, 0.36739131808280945, 0.1751261055469513, -0.654007077217102, 0.6494998931884766, -0.3036348819732666, -0.021784590557217598, 0.6203134655952454, 0.17760887742042542, 0.2852838933467865, 0.3155994713306427, -0.3621426820755005, 0.604780375957489, -0.02942200005054474, -0.17758500576019287, -0.700569748878479, 0.1586698293685913, 0.029350772500038147, 0.2750795781612396, 0.43920236825942993, 0.24443334341049194, 0.0824676901102066, -1.0602877140045166, 0.5711056590080261, 0.24493908882141113, -0.8676618337631226, -0.3011006712913513, 0.7047958970069885, 0.40753892064094543, -0.4759959578514099, 0.38749051094055176, 0.012702330946922302, -0.6710242033004761, 0.5987740159034729, 0.5510412454605103, 0.7569674253463745, -0.47024279832839966, 0.30880194902420044, 0.624560534954071, 0.06711319088935852, 0.20550523698329926, 0.6923202276229858, 0.03149378299713135, -0.4473864436149597, 0.2302244007587433, -0.5986731052398682, -0.14689886569976807, 0.13735318183898926, -0.8047429323196411, 0.3515334725379944, -0.9312616586685181, -0.24089954793453217, 0.08751603215932846, 0.11761090904474258, -0.6130944490432739, 0.6674697399139404, -0.008524730801582336, 0.9280493855476379, -0.8549085855484009, 0.9626274108886719, 0.8559583425521851, -0.31830811500549316, -0.7709448337554932, -0.3355674743652344, 0.020139474421739578, -0.6660526990890503, 0.7108277678489685, -0.18973013758659363, -0.4120742082595825, -0.09323939681053162, -0.6229829788208008, -1.0003728866577148, 0.030618250370025635, 0.01741563156247139, -0.46250343322753906, 0.4454798102378845, -0.5157257914543152, 0.3289684057235718, -0.19169729948043823, 0.30509501695632935, 0.7719471454620361, 0.7958452701568604, 0.22960799932479858, -0.6354783773422241, -0.4466685950756073, -0.010276205837726593, -0.16682815551757812, 0.4545808434486389, -1.0710971355438232, 0.9677367210388184, -0.4652576148509979, -0.3473321795463562, 0.2706643342971802, 0.7977622747421265, 0.25384998321533203, 0.3524128198623657, 0.6219537258148193, 0.9016808271408081, 0.36450135707855225, -0.3117833435535431, 0.7276747822761536, 0.24263408780097961, 0.4152538478374481, 0.7364204525947571, -0.22712206840515137, 0.5403846502304077, 0.8906412124633789, -0.7861621975898743, 0.5381765961647034, 0.7879034280776978, 0.16047371923923492, 0.7758155465126038, 0.594414472579956, -0.6119526624679565, -0.11859433352947235, -0.14641420543193817, -0.6171561479568481, 0.19797512888908386, 0.0529261976480484, -0.11974731832742691, -0.284601092338562, -0.13567377626895905, 0.12295070290565491, 0.28364571928977966, -0.5959329605102539, 0.6068668365478516, 0.3434157371520996, -0.6328280568122864, 0.21025115251541138, -0.2577957212924957, 0.6709500551223755, -0.5978156328201294, 0.02733646333217621, -0.2269933968782425, 0.41810402274131775, -0.4618743062019348, -1.0075827836990356, 0.4713839888572693, -0.2920244634151459, -0.4055132567882538, -0.2694244086742401, 0.8072363138198853, -0.22133922576904297, -0.5572863221168518, 0.37486040592193604, 0.1346661001443863, 0.41473662853240967, 0.40145963430404663, -0.548729419708252, 0.047790080308914185, 0.1376015841960907, -0.2006179243326187, 0.3601188659667969, 0.297372967004776, 0.2548876404762268, 0.7100127935409546, 0.5052477121353149, 0.22198711335659027, 0.25694382190704346, -0.18668611347675323, 0.8387458324432373, -0.9102797508239746, -0.8167636394500732, -0.949733555316925, 0.38498955965042114, 0.025727588683366776, -0.8801447153091431, 0.7920308113098145, 0.7652609348297119, 0.5113962292671204, -0.4877891540527344, 0.475528359413147, -0.3264794647693634, 0.5047137141227722, -0.13870961964130402, 1.0010892152786255, -0.7607628703117371, -0.29587265849113464, -0.03055388480424881, -0.9216440320014954, -0.25337523221969604, 0.5375741720199585, 0.154083251953125, -0.14608079195022583, 0.43859076499938965, 0.44216388463974, 0.02217339724302292, 0.25223156809806824, 0.32861003279685974, 0.06042788550257683, 0.14508455991744995, 0.5510438084602356, 1.0931146144866943, -0.4339442253112793, 0.18694792687892914, -0.4923475682735443, -0.453624963760376, -0.4153490662574768, -0.9548059105873108, -0.6640313863754272, -0.4818546772003174, -0.2973935902118683, -0.5915579199790955, 0.11726449429988861, 0.9300887584686279, 0.9018141031265259, -0.6256728172302246, -0.41243651509284973, 0.2571355700492859, 0.3029341697692871, -0.22954177856445312, -0.14626789093017578, 0.2736490070819855, -0.006407397799193859, -0.7211179137229919, 0.393094539642334, 0.807976484298706, 0.38871288299560547, 0.0844399705529213, -0.0721711665391922, -0.4407081604003906, 0.02610151469707489, 0.5373558402061462, 0.5729565620422363, -0.6281182169914246, -0.40996453166007996, -0.5328316688537598, -0.2138674408197403, 0.1552945077419281, 0.48077553510665894, -0.5166379809379578, 0.3266112208366394, 0.8128960132598877, 0.1701764315366745, 0.7187886834144592, -0.002249196171760559, 0.6678644418716431, -0.8970249891281128, 0.4446259140968323, 0.39533865451812744, 0.5681871771812439, 0.08998043090105057, -0.7339166402816772, 0.982024073600769, 0.49674350023269653, -0.6334057450294495, -1.0034244060516357, 0.030799388885498047, -1.1931142807006836, -0.37881752848625183, 0.9890843629837036, -0.09595758467912674, -0.9597458243370056, -0.36448973417282104, -0.36777186393737793, 0.07989636063575745, -0.33809754252433777, 0.3549821972846985, 0.8268197774887085, -0.2538071274757385, -0.22041839361190796, -0.9505582451820374, 0.4752943813800812, 0.3102525770664215, -0.5886633992195129, -0.051143795251846313, 0.32939136028289795, 0.4523688554763794, 0.3009701073169708, 0.5239560008049011, 0.10428224503993988, 0.8970533609390259, 0.25200408697128296, 0.3049141764640808, -0.04526616632938385, -0.5900785326957703, -0.016066566109657288, 0.26214760541915894, 0.04487833380699158, -0.6869441866874695 ]
open-llm-leaderboard/details_BEE-spoke-data__NanoLlama-GQA-L10-A32_KV8-v13-KI
open-llm-leaderboard
2023-12-02T14:06:08Z
0
0
[ "region:us" ]
null
2023-12-02T14:06:03Z
--- pretty_name: Evaluation run of BEE-spoke-data/NanoLlama-GQA-L10-A32_KV8-v13-KI dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [BEE-spoke-data/NanoLlama-GQA-L10-A32_KV8-v13-KI](https://huggingface.co/BEE-spoke-data/NanoLlama-GQA-L10-A32_KV8-v13-KI)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_BEE-spoke-data__NanoLlama-GQA-L10-A32_KV8-v13-KI\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T14:06:00.673559](https://huggingface.co/datasets/open-llm-leaderboard/details_BEE-spoke-data__NanoLlama-GQA-L10-A32_KV8-v13-KI/blob/main/results_2023-12-02T14-06-00.673559.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.009097801364670205,\n\ \ \"acc_stderr\": 0.002615326510775673\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.009097801364670205,\n \"acc_stderr\": 0.002615326510775673\n\ \ }\n}\n```" repo_url: https://huggingface.co/BEE-spoke-data/NanoLlama-GQA-L10-A32_KV8-v13-KI leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T14_06_00.673559 path: - '**/details_harness|gsm8k|5_2023-12-02T14-06-00.673559.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T14-06-00.673559.parquet' - config_name: results data_files: - split: 2023_12_02T14_06_00.673559 path: - results_2023-12-02T14-06-00.673559.parquet - split: latest path: - results_2023-12-02T14-06-00.673559.parquet --- # Dataset Card for Evaluation run of BEE-spoke-data/NanoLlama-GQA-L10-A32_KV8-v13-KI ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/BEE-spoke-data/NanoLlama-GQA-L10-A32_KV8-v13-KI - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [BEE-spoke-data/NanoLlama-GQA-L10-A32_KV8-v13-KI](https://huggingface.co/BEE-spoke-data/NanoLlama-GQA-L10-A32_KV8-v13-KI) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_BEE-spoke-data__NanoLlama-GQA-L10-A32_KV8-v13-KI", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T14:06:00.673559](https://huggingface.co/datasets/open-llm-leaderboard/details_BEE-spoke-data__NanoLlama-GQA-L10-A32_KV8-v13-KI/blob/main/results_2023-12-02T14-06-00.673559.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.009097801364670205, "acc_stderr": 0.002615326510775673 }, "harness|gsm8k|5": { "acc": 0.009097801364670205, "acc_stderr": 0.002615326510775673 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.4272511899471283, -0.7732877135276794, 0.24356818199157715, 0.12105156481266022, -0.1896747499704361, 0.09945424646139145, -0.46677687764167786, -0.2191314548254013, 0.36979931592941284, 0.5317764282226562, -0.7763867378234863, -1.009856939315796, -0.6597683429718018, 0.10979575663805008, -0.24527288973331451, 1.1199431419372559, -0.055710259824991226, -0.16522304713726044, -0.12213841825723648, -0.2809687852859497, -0.3850480914115906, -0.3682156503200531, -0.3948923945426941, -0.464512437582016, 0.4027755856513977, 0.6858417391777039, 0.4101518392562866, 0.7094248533248901, 0.5506706833839417, 0.39640551805496216, -0.1571878343820572, 0.20540282130241394, -0.44034311175346375, -0.13729029893875122, 0.148286372423172, -0.4844904839992523, -0.7178276777267456, 0.1680191606283188, 0.706121027469635, 0.5068656206130981, -0.17697574198246002, 0.6813036203384399, 0.09813918173313141, 0.514706015586853, -0.4595229923725128, 0.48463258147239685, -0.383597195148468, -0.07086167484521866, -0.35432925820350647, -0.028426334261894226, -0.096263587474823, -0.467244416475296, -0.03342560678720474, -0.4965742528438568, 0.09883564710617065, 0.10431673377752304, 0.9910732507705688, 0.16110827028751373, -0.2176375836133957, -0.36308422684669495, -0.36722496151924133, 0.8194087743759155, -0.9193362593650818, -0.014283368363976479, 0.5762951970100403, 0.21168756484985352, -0.2592804729938507, -0.6011317372322083, -0.5039305090904236, -0.15381748974323273, -0.19647864997386932, 0.24503611028194427, -0.0844137892127037, -0.1945054829120636, 0.2555617094039917, 0.6788670420646667, -0.6511996388435364, 0.12081455439329147, -0.5458905100822449, -0.24563069641590118, 0.8849258422851562, 0.4551924467086792, 0.08584392815828323, -0.5047851204872131, -0.3116951882839203, -0.4558525085449219, -0.4335864186286926, 0.2851423919200897, 0.4993349015712738, 0.6622128486633301, -0.6584057211875916, 0.8297359943389893, -0.4555528461933136, 0.5771778225898743, -0.11435305327177048, -0.32122865319252014, 0.7787650227546692, -0.6922593712806702, -0.12081969529390335, 0.002509481506422162, 1.0571831464767456, 0.3980984687805176, -0.012510798871517181, 0.15053805708885193, -0.07533350586891174, -0.017361102625727654, -0.018259165808558464, -0.7404013872146606, -0.18358002603054047, 0.34391340613365173, -0.5075953602790833, -0.30551910400390625, 0.21949923038482666, -0.9638429880142212, -0.2480403482913971, -0.28011953830718994, 0.30555206537246704, -0.1801164299249649, -0.28256747126579285, -0.04892542585730553, -0.022551607340574265, 0.1609324812889099, 0.10241937637329102, -0.6452692747116089, 0.39451080560684204, 0.6044821739196777, 0.9001632332801819, -0.028147218748927116, -0.34439051151275635, -0.30057084560394287, -0.2725129723548889, -0.10345657914876938, 0.5156958103179932, -0.21884503960609436, -0.5249606370925903, -0.18860562145709991, 0.21574535965919495, -0.3187796175479889, -0.6744549870491028, 0.6536017060279846, -0.16656996309757233, 0.20929914712905884, -0.29110458493232727, -0.5389925837516785, -0.21300487220287323, 0.31281793117523193, -0.611524760723114, 1.3380075693130493, 0.3206961750984192, -0.65791255235672, 0.19465824961662292, -0.7769405245780945, -0.19666315615177155, -0.07795247435569763, 0.029908472672104836, -0.603042721748352, -0.18065445125102997, 0.24854829907417297, 0.5706443786621094, -0.3397368788719177, -0.005107435863465071, -0.30646052956581116, -0.3087134063243866, 0.19956457614898682, -0.03492359444499016, 0.9591720104217529, 0.12400538474321365, -0.2943112254142761, 0.2865050137042999, -1.1265872716903687, 0.060039907693862915, 0.27425500750541687, -0.5157394409179688, -0.13615180552005768, -0.16791410744190216, 0.14380960166454315, 0.17040744423866272, 0.6109252572059631, -0.6701691746711731, 0.31203049421310425, -0.2062995284795761, 0.2852228879928589, 1.0213381052017212, 0.01950152963399887, 0.2395961731672287, -0.45319879055023193, 0.5011720657348633, -0.011773803271353245, 0.3325256407260895, 0.16794869303703308, -0.6480019688606262, -0.894773542881012, -0.20027661323547363, 0.1437605619430542, 0.6578611731529236, -0.35298654437065125, 0.8584247827529907, -0.40368571877479553, -0.8545001149177551, -0.7918026447296143, 0.222604438662529, 0.5000156164169312, 0.6345008611679077, 0.42836862802505493, -0.16887767612934113, -0.675297737121582, -1.0145066976547241, 0.15691766142845154, -0.21982109546661377, 0.11515794694423676, 0.5879725217819214, 0.9405409097671509, -0.34101030230522156, 0.8202552795410156, -0.6674460172653198, -0.34075525403022766, -0.25474783778190613, 0.11390861868858337, 0.7436153292655945, 0.5044400095939636, 0.3565337657928467, -0.5707576870918274, -0.33949944376945496, -0.058920178562402725, -0.6940975785255432, -0.3185380697250366, -0.12163612991571426, -0.2683056592941284, 0.23344786465168, -0.08059965074062347, -0.485085129737854, 0.5233196020126343, 0.5564555525779724, -0.6409310698509216, 0.744642436504364, 0.1309981495141983, 0.29041025042533875, -1.1122429370880127, 0.16651426255702972, 0.12347060441970825, 0.0077283428981900215, -0.3224254548549652, -0.1441296637058258, -0.0693596750497818, 0.3325045108795166, -0.44471123814582825, 0.6579391956329346, -0.29466965794563293, -0.24182146787643433, -0.050790201872587204, 0.18864986300468445, -0.18061932921409607, 0.6027097702026367, -0.32727935910224915, 0.8742722272872925, 0.4783782660961151, -0.5166207551956177, 0.4976406693458557, 0.6354909539222717, -0.5714969635009766, 0.20987769961357117, -0.4831385910511017, 0.09747685492038727, 0.2938554883003235, 0.10431322455406189, -0.8732835650444031, -0.287473201751709, 0.5026093125343323, -0.5484535098075867, 0.06993280351161957, -0.2154047042131424, -0.6787869334220886, -0.49404630064964294, -0.4241032302379608, 0.15648317337036133, 0.5484053492546082, -0.4813278615474701, 0.27558407187461853, 0.43098917603492737, -0.002459124429151416, -0.5219244956970215, -0.59989994764328, -0.2288772463798523, -0.33140793442726135, -0.66690993309021, 0.27280282974243164, -0.21219617128372192, -0.23539003729820251, 0.09699532389640808, -0.15787671506404877, 0.07063145190477371, 0.14561764895915985, 0.38453859090805054, 0.4424976110458374, -0.03476419299840927, -0.36819711327552795, -0.3201199471950531, -0.17733530700206757, 0.08784878998994827, 0.25522100925445557, 0.7438912391662598, -0.3425082266330719, -0.24577851593494415, -0.37584227323532104, 0.061626553535461426, 0.39141350984573364, 0.00777045451104641, 0.7790046334266663, 0.741230845451355, -0.21767470240592957, -0.016625018790364265, -0.3948657810688019, 0.029249832034111023, -0.48899832367897034, 0.2913321554660797, -0.21180711686611176, -0.7826046347618103, 0.9354868531227112, 0.21662437915802002, 0.09236761182546616, 0.7245365381240845, 0.7436639070510864, 0.009874547831714153, 0.7050196528434753, 0.34130993485450745, -0.20316636562347412, 0.5550920367240906, -0.7881742715835571, -0.1406353861093521, -1.2191144227981567, -0.508893609046936, -0.5582006573677063, -0.415397584438324, -0.7256413102149963, -0.30719703435897827, 0.33602285385131836, 0.18329362571239471, -0.4124903678894043, 0.5727671384811401, -0.605442464351654, 0.11235614866018295, 0.7824347615242004, 0.2808331847190857, 0.09629153460264206, -0.1922210156917572, -0.11904862523078918, 0.22288544476032257, -0.4649921953678131, -0.4744669795036316, 1.4057059288024902, 0.2180623561143875, 0.5925576686859131, -0.03737875074148178, 0.8708679676055908, 0.2763146460056305, 0.19926445186138153, -0.5718994736671448, 0.8107009530067444, -0.0016218109522014856, -0.43959537148475647, -0.24826721847057343, -0.5307828187942505, -0.9837020635604858, 0.15523602068424225, -0.1181439533829689, -1.0286900997161865, 0.058142706751823425, -0.05306236073374748, -0.11374843865633011, 0.223749577999115, -0.5063111186027527, 0.9134999513626099, -0.15558545291423798, -0.1998279094696045, -0.1162242442369461, -0.7233232855796814, 0.3983117640018463, -0.0073798042722046375, 0.3342665135860443, -0.3515855669975281, 0.0812656581401825, 1.201508641242981, -0.708905816078186, 0.853239119052887, -0.24835757911205292, 0.13271060585975647, 0.4369930028915405, -0.41763266921043396, 0.4927029609680176, -0.08765289932489395, -0.2423773854970932, 0.4349314272403717, -0.3006272614002228, -0.23590049147605896, -0.33915776014328003, 0.7823898792266846, -0.9781931042671204, -0.3422265648841858, -0.39350244402885437, -0.6474083662033081, 0.09518042206764221, 0.17946577072143555, 0.34402763843536377, 0.23946449160575867, 0.041696373373270035, 0.27239754796028137, 0.21377968788146973, -0.22331301867961884, 0.518227219581604, 0.4228063225746155, -0.26881667971611023, -0.7347660660743713, 0.6763123273849487, 0.3000243306159973, 0.06970861554145813, 0.10056894272565842, 0.23428206145763397, -0.500653862953186, -0.6163490414619446, -0.3983021676540375, 0.15744344890117645, -0.5919176340103149, -0.32667309045791626, -0.4014698266983032, -0.3055708408355713, -0.42639869451522827, 0.08191680908203125, -0.36404067277908325, -0.4973462224006653, -0.47932374477386475, -0.2346564084291458, 0.7677648067474365, 0.5702646970748901, -0.36823850870132446, 0.5096562504768372, -0.7796838879585266, 0.26716434955596924, -0.057891596108675, 0.29824313521385193, -0.02265710011124611, -0.5398779511451721, -0.5941154956817627, 0.118573397397995, -0.436411589384079, -0.8157204985618591, 0.492431104183197, 0.05453885346651077, 0.7833989858627319, 0.10011639446020126, 0.061861202120780945, 0.8857013583183289, -0.20700675249099731, 1.0765509605407715, -0.034206509590148926, -0.8061922192573547, 0.8286222219467163, -0.36278194189071655, 0.14181439578533173, 0.5296633243560791, 0.08977865427732468, -0.4783046245574951, -0.30404728651046753, -0.8097704648971558, -1.2331757545471191, 0.9665210843086243, 0.5058379769325256, -0.3149624168872833, 0.09896242618560791, 0.2782866358757019, 0.03583770990371704, 0.16890189051628113, -0.7296697497367859, -0.6993083357810974, -0.1169746071100235, -0.2847633957862854, -0.09348265826702118, 0.009586765430867672, -0.35797828435897827, -0.47448867559432983, 0.9728368520736694, -0.02746814861893654, 0.4229123294353485, 0.1168297603726387, -0.08802998811006546, -0.10656584054231644, 0.23280224204063416, 0.45021626353263855, 0.5682323575019836, -0.47063201665878296, -0.23439152538776398, 0.21465277671813965, -0.6524580717086792, 0.033396005630493164, 0.19535639882087708, -0.018612345680594444, -0.24551619589328766, 0.6583737134933472, 0.9392550587654114, 0.13940611481666565, -0.5101801156997681, 0.3778201937675476, 0.19160281121730804, -0.16576598584651947, -0.4273712933063507, 0.27131664752960205, -0.05054466053843498, 0.41996294260025024, 0.43485933542251587, -0.1621699035167694, 0.061986349523067474, -0.3834102153778076, 0.3400408625602722, 0.2600753605365753, 0.12990720570087433, -0.32089802622795105, 0.5301787257194519, -0.0423426516354084, -0.2798135578632355, 0.7598550915718079, -0.1365489661693573, -0.4871613681316376, 1.0982450246810913, 0.3708091676235199, 0.8856831789016724, 0.010985082015395164, 0.10031712800264359, 0.5346903800964355, 0.25110357999801636, 0.02617698907852173, 0.6114862561225891, 0.06601565331220627, -0.6768383383750916, -0.2662469148635864, -0.792708694934845, -0.3936173617839813, 0.2769753038883209, -1.0875321626663208, 0.3085152506828308, -0.2771310806274414, -0.2864988446235657, -0.15096412599086761, 0.5625105500221252, -0.8975260853767395, 0.09904519468545914, 0.09404131025075912, 0.8994407057762146, -1.017215609550476, 0.6518945693969727, 0.7269451022148132, -0.5593935251235962, -0.8838253617286682, -0.3121640384197235, 0.11883361637592316, -0.9662070274353027, 0.45143142342567444, 0.20301170647144318, 0.3416442573070526, -0.13827380537986755, -0.5508716702461243, -1.0483466386795044, 1.5710430145263672, 0.0723874494433403, -0.5768036842346191, 0.2761843800544739, 0.2782275378704071, 0.344501793384552, -0.3874359726905823, 0.43505361676216125, 0.7439948320388794, 0.8076086044311523, -0.016535427421331406, -1.0152342319488525, 0.2433486431837082, -0.4716838598251343, -0.13021798431873322, 0.14580239355564117, -0.9073796272277832, 1.0436004400253296, -0.08781079947948456, -0.03826266527175903, 0.16322924196720123, 0.48206672072410583, 0.6302103996276855, 0.36555978655815125, 0.4422719478607178, 0.8421710133552551, 0.761109471321106, -0.367783784866333, 0.9738491177558899, -0.22896140813827515, 0.800263524055481, 1.150714635848999, -0.019969504326581955, 0.7709017395973206, 0.24972493946552277, -0.44181114435195923, 0.6183988451957703, 0.8552640676498413, -0.4726182520389557, 0.5807913541793823, 0.195354163646698, 0.0388094000518322, -0.04728979989886284, -0.019728725776076317, -0.46226897835731506, 0.5976409316062927, 0.23180407285690308, -0.3803175985813141, -0.2788638174533844, -0.1423315852880478, 0.09264255315065384, -0.21105660498142242, -0.3613530099391937, 0.6632976531982422, -0.07802870124578476, -0.3176608085632324, 0.63475102186203, -0.1195407509803772, 0.7184549570083618, -0.5978753566741943, -0.01915080100297928, -0.14158937335014343, 0.17489515244960785, -0.4759197533130646, -0.950926661491394, 0.2565680146217346, 0.10944845527410507, -0.2779116928577423, -0.11957014352083206, 0.544155478477478, -0.2550380825996399, -0.6465635299682617, 0.3948758840560913, 0.48088669776916504, 0.3386097252368927, 0.2633660137653351, -0.9355574250221252, 0.2910577058792114, 0.1408727467060089, -0.8017734289169312, 0.36664605140686035, 0.18184979259967804, 0.10153688490390778, 0.6391525268554688, 0.7786110043525696, 0.11597492545843124, 0.22613191604614258, 0.02321910671889782, 1.0444433689117432, -0.856580376625061, -0.35563597083091736, -0.876858651638031, 0.9142959117889404, -0.2465144246816635, -0.6768234372138977, 0.9639413356781006, 0.9625158309936523, 0.811549961566925, 0.1635160595178604, 0.749173641204834, -0.3683073818683624, 0.5397830009460449, -0.5227090120315552, 0.85037761926651, -0.5812101364135742, 0.2968961298465729, -0.24316219985485077, -0.8372467756271362, -0.0056291366927325726, 0.6845622062683105, -0.1908726990222931, -0.0020323016215115786, 0.4965178668498993, 0.899672269821167, 0.13486655056476593, 0.12689395248889923, -0.13340526819229126, 0.4878638684749603, 0.29632970690727234, 0.6125926971435547, 0.6624789834022522, -0.6457947492599487, 0.4489333927631378, -0.6574519872665405, -0.3587525486946106, -0.14725755155086517, -0.745473325252533, -0.7855790257453918, -0.5692057609558105, -0.41611459851264954, -0.4917297065258026, -0.13414612412452698, 1.0859562158584595, 0.5715720653533936, -0.8621644377708435, -0.42594248056411743, 0.002792100189253688, 0.22255297005176544, -0.25776660442352295, -0.2975943088531494, 0.614371657371521, -0.06510674208402634, -0.8107626438140869, 0.5416699647903442, -0.20603512227535248, -0.08999903500080109, -0.10927298665046692, -0.19451971352100372, -0.32072338461875916, -0.22752942144870758, 0.3912685811519623, 0.1903150975704193, -0.7410675287246704, -0.4007815718650818, -0.18371142446994781, 0.02155715972185135, 0.26934945583343506, 0.21959508955478668, -0.7439589500427246, 0.0770086944103241, 0.46525755524635315, 0.20835746824741364, 0.6736015677452087, -0.06273338943719864, 0.2004670351743698, -0.7857861518859863, 0.010443777777254581, 0.07454769313335419, 0.5543627142906189, 0.16131699085235596, -0.4191051423549652, 0.9598563313484192, 0.30976396799087524, -0.7403827905654907, -0.927053689956665, -0.12107491493225098, -1.3578126430511475, -0.04446277394890785, 1.385879397392273, -0.20168538391590118, -0.30340123176574707, 0.11830722540616989, -0.11409220099449158, 0.49202218651771545, -0.6686702370643616, 0.5799459218978882, 0.776719868183136, -0.3527556359767914, -0.027139198035001755, -0.4983132481575012, 0.2327379733324051, -0.07018402963876724, -0.9714053273200989, -0.016133755445480347, 0.3904958665370941, 0.41978681087493896, 0.2599644362926483, 0.6516196131706238, -0.05764203518629074, -0.1342781037092209, 0.004390197806060314, 0.23701375722885132, -0.30459555983543396, -0.2076549381017685, -0.21911682188510895, 0.0631566271185875, -0.41868504881858826, -0.5396479368209839 ]
open-llm-leaderboard/details_NurtureAI__Starling-LM-11B-alpha-v1
open-llm-leaderboard
2023-12-02T14:12:24Z
0
0
[ "region:us" ]
null
2023-12-02T14:12:19Z
--- pretty_name: Evaluation run of NurtureAI/Starling-LM-11B-alpha-v1 dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [NurtureAI/Starling-LM-11B-alpha-v1](https://huggingface.co/NurtureAI/Starling-LM-11B-alpha-v1)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_NurtureAI__Starling-LM-11B-alpha-v1\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T14:12:16.708140](https://huggingface.co/datasets/open-llm-leaderboard/details_NurtureAI__Starling-LM-11B-alpha-v1/blob/main/results_2023-12-02T14-12-16.708140.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.5094768764215315,\n\ \ \"acc_stderr\": 0.01377001065116882\n },\n \"harness|gsm8k|5\": {\n\ \ \"acc\": 0.5094768764215315,\n \"acc_stderr\": 0.01377001065116882\n\ \ }\n}\n```" repo_url: https://huggingface.co/NurtureAI/Starling-LM-11B-alpha-v1 leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T14_12_16.708140 path: - '**/details_harness|gsm8k|5_2023-12-02T14-12-16.708140.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T14-12-16.708140.parquet' - config_name: results data_files: - split: 2023_12_02T14_12_16.708140 path: - results_2023-12-02T14-12-16.708140.parquet - split: latest path: - results_2023-12-02T14-12-16.708140.parquet --- # Dataset Card for Evaluation run of NurtureAI/Starling-LM-11B-alpha-v1 ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/NurtureAI/Starling-LM-11B-alpha-v1 - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [NurtureAI/Starling-LM-11B-alpha-v1](https://huggingface.co/NurtureAI/Starling-LM-11B-alpha-v1) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_NurtureAI__Starling-LM-11B-alpha-v1", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T14:12:16.708140](https://huggingface.co/datasets/open-llm-leaderboard/details_NurtureAI__Starling-LM-11B-alpha-v1/blob/main/results_2023-12-02T14-12-16.708140.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.5094768764215315, "acc_stderr": 0.01377001065116882 }, "harness|gsm8k|5": { "acc": 0.5094768764215315, "acc_stderr": 0.01377001065116882 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.3857596218585968, -0.7408700585365295, 0.051854055374860764, 0.2613917589187622, -0.18063008785247803, 0.08484514057636261, -0.43029075860977173, -0.27129021286964417, 0.458796888589859, 0.5529136657714844, -0.73096764087677, -0.9305566549301147, -0.751990020275116, 0.20615962147712708, -0.2036079615354538, 1.1820498704910278, -0.266384482383728, -0.04678548872470856, 0.014480960555374622, -0.36345428228378296, -0.4050670564174652, -0.3792608380317688, -0.6066499948501587, -0.36340734362602234, 0.4875565767288208, 0.707455575466156, 0.3910549581050873, 0.8611525893211365, 0.7442871332168579, 0.3474210798740387, -0.1259608417749405, 0.16514280438423157, -0.578331708908081, 0.024798821657896042, 0.2779383361339569, -0.5541139245033264, -0.8183117508888245, 0.2421748787164688, 0.811783492565155, 0.47824326157569885, 0.08949693292379379, 0.6913304328918457, 0.1557062268257141, 0.5890304446220398, -0.4332475960254669, 0.6117178201675415, -0.2357158213853836, 0.009285971522331238, -0.40307947993278503, -0.2063385546207428, -0.043814677745103836, -0.3397137224674225, -0.13426508009433746, -0.5067314505577087, 0.17546503245830536, 0.16579985618591309, 1.0459531545639038, 0.17032800614833832, -0.10060834139585495, -0.24901244044303894, -0.35505184531211853, 0.7730453014373779, -0.8564237356185913, -0.010867511853575706, 0.6768146753311157, 0.1578487753868103, -0.026869548484683037, -0.7098324298858643, -0.29762470722198486, -0.07698173820972443, -0.3210347890853882, 0.13452275097370148, 0.05104147270321846, -0.10239773243665695, 0.4813326597213745, 0.7632684707641602, -0.6726246476173401, 0.08809041231870651, -0.7445632815361023, -0.1712910234928131, 0.9633391499519348, 0.32556822896003723, -0.015501288697123528, -0.4976727068424225, -0.28532248735427856, -0.4750383794307709, -0.44789302349090576, 0.3005118668079376, 0.4143086075782776, 0.573656439781189, -0.5894049406051636, 0.7882479429244995, -0.28528618812561035, 0.49952825903892517, -0.0244829673320055, -0.24584245681762695, 0.7922289371490479, -0.5851383209228516, -0.16725538671016693, 0.0322357639670372, 1.0119588375091553, 0.4622955024242401, 0.04934291914105415, 0.14644920825958252, -0.3093894124031067, 0.10520246624946594, -0.08651582151651382, -0.8871812224388123, -0.13934580981731415, 0.4378902316093445, -0.5094090700149536, -0.5463271737098694, 0.21992848813533783, -0.8316993713378906, -0.2540009915828705, -0.2344265729188919, 0.15616236627101898, -0.21530979871749878, -0.28521743416786194, -0.17549140751361847, 0.019344663247466087, 0.31273773312568665, -0.03996476158499718, -0.6003885865211487, 0.3322006165981293, 0.7140544652938843, 0.9435703158378601, -0.12056159973144531, -0.5048962831497192, -0.517264723777771, -0.3826908767223358, -0.2055899202823639, 0.41179805994033813, -0.24563349783420563, -0.4300009310245514, -0.21245814859867096, 0.3946472406387329, -0.22674575448036194, -0.6181144714355469, 0.710345447063446, -0.2975558042526245, 0.27521130442619324, -0.35614311695098877, -0.5810903906822205, -0.21233107149600983, 0.39893513917922974, -0.6525136828422546, 1.2571229934692383, 0.3330425024032593, -0.7704091668128967, 0.3034471273422241, -0.8507075905799866, -0.1860603392124176, 0.1283518373966217, -0.005669902078807354, -0.5847175717353821, -0.24591116607189178, 0.16607454419136047, 0.591545045375824, -0.2443721741437912, 0.1664370894432068, -0.2348906397819519, -0.4063636064529419, 0.06680790334939957, -0.08160877972841263, 0.977597713470459, 0.20803357660770416, -0.28815242648124695, 0.35868075489997864, -0.8835640549659729, 0.08608340471982956, 0.3063189685344696, -0.42936834692955017, -0.06416785717010498, -0.2718788981437683, 0.2526159882545471, 0.07185202091932297, 0.4770216941833496, -0.561015248298645, 0.38551217317581177, -0.1371183544397354, 0.20571531355381012, 0.9403030872344971, 0.07537595927715302, 0.2705758512020111, -0.5677343010902405, 0.6533545851707458, 0.06742685288190842, 0.3142896592617035, 0.004815039224922657, -0.5371316075325012, -0.8233972787857056, -0.16226324439048767, 0.21807634830474854, 0.6804022192955017, -0.4108305871486664, 0.7861252427101135, -0.3832079768180847, -0.7568867802619934, -0.8485224843025208, 0.20097215473651886, 0.4640062153339386, 0.5318898558616638, 0.32201915979385376, -0.28892579674720764, -0.7639332413673401, -0.9940017461776733, 0.11023794859647751, -0.22600094974040985, 0.19461190700531006, 0.6073150634765625, 0.8290554285049438, -0.3000616133213043, 0.6302531361579895, -0.5859837532043457, -0.3958086669445038, -0.34826239943504333, -0.021377818658947945, 0.8414721488952637, 0.5573452115058899, 0.5234687328338623, -0.5763934254646301, -0.4169304370880127, -0.16250532865524292, -0.9008431434631348, -0.2534831464290619, -0.1652887761592865, -0.2980360686779022, 0.2000163346529007, -0.046638552099466324, -0.3664102256298065, 0.4637994170188904, 0.576694667339325, -0.7230575680732727, 0.6521725654602051, 0.10796871036291122, 0.40377455949783325, -1.120645523071289, 0.29388168454170227, 0.15556560456752777, 0.0028920783661305904, -0.39212846755981445, -0.01119334064424038, -0.043306510895490646, 0.21183964610099792, -0.4116778075695038, 0.7300297021865845, -0.4437730610370636, -0.13616523146629333, 0.0016241369303315878, 0.1629158854484558, -0.1169370636343956, 0.5569289326667786, -0.28619080781936646, 0.7616776823997498, 0.776078462600708, -0.37878599762916565, 0.502190887928009, 0.5957764983177185, -0.48395150899887085, 0.16468758881092072, -0.561752200126648, 0.015103504061698914, 0.07138558477163315, 0.0914287120103836, -0.7700560688972473, -0.3574593663215637, 0.5853831171989441, -0.5128887891769409, 0.25879013538360596, -0.2549714148044586, -0.48722100257873535, -0.41933608055114746, -0.502214252948761, 0.26190054416656494, 0.6017895936965942, -0.4385630190372467, 0.2005029171705246, 0.37238916754722595, -0.06246437877416611, -0.668274998664856, -0.6226851940155029, -0.1398230940103531, -0.35428905487060547, -0.7147111892700195, 0.2561347484588623, -0.18512172996997833, -0.3011012673377991, 0.0719916969537735, 0.00872398167848587, 0.06216525658965111, 0.11730267107486725, 0.3770191967487335, 0.5405511260032654, -0.2509450316429138, -0.36779558658599854, -0.3246418833732605, -0.1924833059310913, 0.1764891892671585, 0.26347947120666504, 0.5839426517486572, -0.34080320596694946, -0.24167783558368683, -0.2023855447769165, 0.09417059272527695, 0.47722989320755005, -0.1924211084842682, 0.8211609125137329, 0.7466539740562439, -0.26663583517074585, -0.09082065522670746, -0.38549429178237915, -0.17821632325649261, -0.4566933810710907, 0.3870863914489746, -0.17681646347045898, -0.6909571886062622, 0.8780400156974792, 0.3242323696613312, 0.30656060576438904, 0.6640080809593201, 0.4596325755119324, 0.13844189047813416, 0.6845012903213501, 0.3468761742115021, -0.21135033667087555, 0.5723675489425659, -0.9321645498275757, -0.13603295385837555, -1.147325038909912, -0.37788116931915283, -0.3118688762187958, -0.6690667271614075, -0.7230142951011658, -0.3154352307319641, 0.28847381472587585, 0.31190040707588196, -0.32917287945747375, 0.44196900725364685, -0.6298408508300781, 0.27572599053382874, 0.6184095144271851, 0.22823922336101532, 0.116910420358181, -0.07530144602060318, 0.027682332322001457, 0.16961681842803955, -0.5422567129135132, -0.467380553483963, 1.3808666467666626, 0.3484877943992615, 0.588661253452301, -0.10289601981639862, 0.9054926633834839, 0.19294872879981995, 0.5592348575592041, -0.6155469417572021, 0.6814181804656982, -0.08874877542257309, -0.4973728060722351, -0.25415775179862976, -0.5499669313430786, -0.9528465270996094, 0.15226417779922485, -0.20025289058685303, -0.8137996196746826, 0.04127797111868858, 0.03252744674682617, -0.08230181783437729, 0.33261048793792725, -0.49407878518104553, 1.0150933265686035, -0.3847484886646271, -0.44594207406044006, 0.06540805101394653, -0.7326264381408691, 0.45990753173828125, -0.03102295473217964, 0.24100852012634277, -0.20942695438861847, 0.11038688570261002, 1.205229640007019, -0.5516628623008728, 0.8141810894012451, -0.2848336100578308, 0.2483309954404831, 0.3523556888103485, -0.29997217655181885, 0.5045528411865234, 0.030594315379858017, -0.23574885725975037, 0.38348388671875, -0.23256301879882812, -0.2679661214351654, -0.34599578380584717, 0.934032678604126, -0.9287539720535278, -0.36387115716934204, -0.44673672318458557, -0.6127881407737732, 0.22836542129516602, 0.22228513658046722, 0.36574864387512207, 0.3508092761039734, -0.030312107875943184, 0.2818354070186615, 0.1707931011915207, -0.1324879229068756, 0.4768855571746826, 0.39640533924102783, -0.44867244362831116, -0.6110191345214844, 0.6493698358535767, 0.26445600390434265, 0.0034270796459168196, -0.04593793302774429, 0.11476818472146988, -0.422549307346344, -0.5014522671699524, -0.3885590732097626, 0.40886348485946655, -0.6366477608680725, -0.2812159061431885, -0.4264944791793823, -0.4029373228549957, -0.41369467973709106, -0.03086533397436142, -0.3360042870044708, -0.33159342408180237, -0.3670586347579956, -0.29183536767959595, 0.694789707660675, 0.6277427673339844, -0.32940271496772766, 0.2572372555732727, -0.8034074902534485, 0.15077736973762512, -0.21427594125270844, 0.4741644859313965, -0.10254988074302673, -0.6348879933357239, -0.4572902321815491, 0.10293186455965042, -0.3705630898475647, -0.8151422142982483, 0.5989373326301575, 0.09165137261152267, 0.7111831903457642, 0.20350044965744019, 0.04616672173142433, 0.7267592549324036, -0.12411627918481827, 1.0140184164047241, -0.11690927296876907, -0.510840117931366, 0.7672248482704163, -0.240362748503685, 0.1386653482913971, 0.5637829899787903, 0.2685076892375946, -0.5777552127838135, -0.18925248086452484, -0.8874540328979492, -1.1909135580062866, 0.9214078783988953, 0.4638589322566986, -0.38053974509239197, 0.08435455709695816, 0.4131416082382202, -0.012727144174277782, 0.031984567642211914, -0.7586250305175781, -0.8172111511230469, -0.03369548171758652, -0.15308618545532227, -0.29931533336639404, -0.039038240909576416, -0.4143776297569275, -0.45397600531578064, 0.978852391242981, -0.02431670017540455, 0.2660845220088959, 0.14225706458091736, -0.06545036286115646, -0.2961195111274719, 0.1325654834508896, 0.3350006341934204, 0.6669412851333618, -0.4621344208717346, -0.1997644156217575, 0.233212411403656, -0.5983917713165283, 0.017538603395223618, 0.33752235770225525, -0.1042255163192749, -0.14219000935554504, 0.7876774072647095, 1.0323772430419922, 0.1071581244468689, -0.3542974591255188, 0.4665764272212982, 0.07497987896203995, -0.18712155520915985, -0.4887300133705139, 0.15641236305236816, -0.15322430431842804, 0.3877612054347992, 0.28676149249076843, 0.019208000972867012, -0.09786320477724075, -0.36714968085289, 0.39110997319221497, 0.16219653189182281, -0.15355679392814636, -0.32933205366134644, 0.6198387145996094, -0.008515208028256893, -0.3942931890487671, 0.8769879937171936, -0.15008778870105743, -0.48708751797676086, 1.0227348804473877, 0.2760158181190491, 1.0037915706634521, -0.05514988675713539, 0.09069788455963135, 0.6720657348632812, 0.1730925589799881, -0.05967332050204277, 0.6529316902160645, 0.15508145093917847, -0.6983022689819336, -0.31169620156288147, -0.772520124912262, -0.17459379136562347, 0.38939088582992554, -0.9855788946151733, 0.4582445025444031, -0.3024200201034546, -0.23794390261173248, -0.19400283694267273, 0.4292667806148529, -0.9222151041030884, 0.04284410551190376, 0.11663617938756943, 0.9358758926391602, -1.0874130725860596, 0.5151153206825256, 0.9309061169624329, -0.6075761914253235, -0.9692414402961731, -0.38590508699417114, 0.12103632837533951, -0.8558938503265381, 0.5614950060844421, 0.2711544632911682, 0.49433374404907227, -0.1443212479352951, -0.603187084197998, -0.9229476451873779, 1.601798415184021, 0.033294402062892914, -0.5258222222328186, 0.17893750965595245, 0.14912910759449005, 0.3971972167491913, -0.49037620425224304, 0.4626603126525879, 0.646691083908081, 0.8482164740562439, 0.033949095755815506, -0.8719940781593323, 0.22845393419265747, -0.6025859713554382, -0.31351757049560547, 0.12893708050251007, -0.7990697026252747, 0.9674364924430847, -0.20503416657447815, -0.10969310998916626, -0.048380881547927856, 0.4236801564693451, 0.6797612309455872, 0.324270635843277, 0.5007252097129822, 0.6598487496376038, 0.6579360365867615, -0.3624461889266968, 1.1088324785232544, -0.5260971188545227, 0.7237852215766907, 0.9897140860557556, 0.0777035504579544, 0.6722069978713989, 0.2548481225967407, -0.2860609292984009, 0.3677968680858612, 0.8801020383834839, -0.45152226090431213, 0.40251654386520386, 0.2312013953924179, 0.04906896501779556, -0.016155574470758438, -0.0731910690665245, -0.508093535900116, 0.5120604634284973, 0.14413706958293915, -0.6755132079124451, -0.17958858609199524, -0.3008391559123993, 0.12044887989759445, -0.34690746665000916, -0.3139023184776306, 0.6053647994995117, 0.020974215120077133, -0.6183046698570251, 0.7246865034103394, -0.14604701101779938, 0.7324413657188416, -0.6931359171867371, -0.1340254843235016, -0.3908153474330902, 0.2828153371810913, -0.5356462001800537, -0.9862300753593445, 0.2029968947172165, 0.10156124085187912, -0.23689711093902588, -0.32077693939208984, 0.5584700107574463, -0.4244595468044281, -0.7177003026008606, 0.36765623092651367, 0.6061810255050659, 0.44284626841545105, 0.28632205724716187, -0.9061686396598816, 0.30254611372947693, 0.17543302476406097, -0.8439549803733826, 0.2659364342689514, 0.20112209022045135, 0.04271866753697395, 0.6142154335975647, 0.7101863622665405, 0.342087060213089, 0.02448473684489727, 0.08264882117509842, 1.0783525705337524, -0.7204155921936035, -0.39939504861831665, -0.807470440864563, 0.8763414621353149, -0.23090936243534088, -0.7655114531517029, 0.8362851142883301, 0.9798945188522339, 0.7807461619377136, 0.10238548368215561, 0.7032352089881897, -0.3871297836303711, 0.4426955580711365, -0.3527381122112274, 0.9451958537101746, -0.538763701915741, 0.4136097729206085, -0.21699021756649017, -1.0906940698623657, -0.07440510392189026, 0.7075639963150024, -0.20445549488067627, 0.05209782347083092, 0.58868807554245, 1.0032447576522827, -0.04913339763879776, 0.09154104441404343, -0.017803877592086792, 0.5222918391227722, 0.29268449544906616, 0.5454509258270264, 0.5522357821464539, -0.6921635270118713, 0.32256272435188293, -0.6860924959182739, -0.5122197866439819, 0.04962964728474617, -0.7064002156257629, -0.7898244261741638, -0.57569819688797, -0.41180333495140076, -0.5498913526535034, -0.023599807173013687, 1.0656204223632812, 0.5384292006492615, -0.9575178623199463, -0.4510593116283417, 0.1493789553642273, 0.025842569768428802, -0.2650296688079834, -0.3383823335170746, 0.6195281744003296, -0.08347340673208237, -0.6869272589683533, 0.3993860185146332, -0.24551168084144592, -0.16725151240825653, -0.22219406068325043, -0.3064759373664856, -0.3054763078689575, -0.41255712509155273, 0.29991769790649414, 0.17651976644992828, -0.6576578617095947, -0.4162076711654663, -0.013030949048697948, 0.03554359823465347, 0.22800925374031067, 0.30202585458755493, -0.6670308113098145, 0.05150545388460159, 0.5776481032371521, 0.2614162266254425, 0.6597537994384766, 0.03627673536539078, 0.27577438950538635, -0.7748461365699768, -0.052896708250045776, 0.13952401280403137, 0.6204850673675537, 0.259779691696167, -0.4651065468788147, 1.0449305772781372, 0.34424352645874023, -0.7472540140151978, -0.8400565385818481, -0.11772895604372025, -1.1647472381591797, 0.11865049600601196, 1.3954170942306519, -0.25958216190338135, -0.3300502300262451, 0.2669318616390228, -0.17526847124099731, 0.3969026803970337, -0.5802645683288574, 0.6115584373474121, 0.7145388722419739, -0.27929094433784485, -0.1681162416934967, -0.45966944098472595, 0.4344051480293274, 0.02291215769946575, -0.8865717649459839, 0.03175124153494835, 0.39215585589408875, 0.41279321908950806, 0.17389532923698425, 0.61513751745224, -0.10597731173038483, -0.1389530599117279, -0.0008602971211075783, 0.1953769326210022, -0.4229758381843567, -0.1596725583076477, -0.25811678171157837, 0.03236844763159752, -0.33999812602996826, -0.3846067190170288 ]
open-llm-leaderboard/details_feidfoe__Metamath-reproduce-7b
open-llm-leaderboard
2023-12-02T14:22:31Z
0
0
[ "region:us" ]
null
2023-12-02T14:22:26Z
--- pretty_name: Evaluation run of feidfoe/Metamath-reproduce-7b dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [feidfoe/Metamath-reproduce-7b](https://huggingface.co/feidfoe/Metamath-reproduce-7b)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_feidfoe__Metamath-reproduce-7b\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T14:22:23.494556](https://huggingface.co/datasets/open-llm-leaderboard/details_feidfoe__Metamath-reproduce-7b/blob/main/results_2023-12-02T14-22-23.494556.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.5815011372251706,\n\ \ \"acc_stderr\": 0.013588287284030881\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.5815011372251706,\n \"acc_stderr\": 0.013588287284030881\n\ \ }\n}\n```" repo_url: https://huggingface.co/feidfoe/Metamath-reproduce-7b leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T14_22_23.494556 path: - '**/details_harness|gsm8k|5_2023-12-02T14-22-23.494556.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T14-22-23.494556.parquet' - config_name: results data_files: - split: 2023_12_02T14_22_23.494556 path: - results_2023-12-02T14-22-23.494556.parquet - split: latest path: - results_2023-12-02T14-22-23.494556.parquet --- # Dataset Card for Evaluation run of feidfoe/Metamath-reproduce-7b ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/feidfoe/Metamath-reproduce-7b - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [feidfoe/Metamath-reproduce-7b](https://huggingface.co/feidfoe/Metamath-reproduce-7b) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_feidfoe__Metamath-reproduce-7b", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T14:22:23.494556](https://huggingface.co/datasets/open-llm-leaderboard/details_feidfoe__Metamath-reproduce-7b/blob/main/results_2023-12-02T14-22-23.494556.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.5815011372251706, "acc_stderr": 0.013588287284030881 }, "harness|gsm8k|5": { "acc": 0.5815011372251706, "acc_stderr": 0.013588287284030881 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.44545942544937134, -0.6116153597831726, 0.19256742298603058, 0.28404855728149414, -0.14996665716171265, 0.003079488640651107, -0.2538948953151703, -0.12272822856903076, 0.5317376255989075, 0.6764246821403503, -0.7736626267433167, -0.8962541222572327, -0.6490868926048279, 0.2506621778011322, -0.22305896878242493, 1.1850241422653198, -0.2626380920410156, -0.18733729422092438, -0.18333719670772552, -0.4074465334415436, -0.351258248090744, -0.39528098702430725, -0.3725329339504242, -0.424316942691803, 0.35709837079048157, 0.6687037944793701, 0.4974866807460785, 0.7571526765823364, 0.6620780229568481, 0.38119232654571533, 0.06693878024816513, 0.252571165561676, -0.4680878818035126, -0.13843636214733124, 0.1350191980600357, -0.4895714819431305, -0.9128531813621521, 0.2702914774417877, 0.8295085430145264, 0.5070716738700867, -0.2765153646469116, 0.656406581401825, 0.13177035748958588, 0.5120833516120911, -0.5599437355995178, 0.530708372592926, -0.29667648673057556, 0.0003922604664694518, -0.3886607587337494, -0.09764525294303894, -0.15524716675281525, -0.25379374623298645, -0.20906102657318115, -0.5747954845428467, 0.23847441375255585, 0.0525963120162487, 0.8512172698974609, 0.21518802642822266, -0.2181462049484253, -0.1653100699186325, -0.33424806594848633, 0.6924051642417908, -0.8304731249809265, -0.06779667735099792, 0.5694177150726318, 0.31601303815841675, -0.20435282588005066, -0.6773075461387634, -0.3378959000110626, 0.007373690139502287, -0.38928601145744324, 0.20927539467811584, 0.010092990472912788, -0.12147043645381927, 0.5056367516517639, 0.6824442148208618, -0.6801963448524475, -0.17651639878749847, -0.5386598110198975, -0.23692409694194794, 0.9514043927192688, 0.4280190169811249, 0.03316652402281761, -0.506376326084137, -0.27372291684150696, -0.35097581148147583, -0.3454793095588684, 0.02368086762726307, 0.35585594177246094, 0.37855300307273865, -0.47849342226982117, 0.7587252259254456, -0.39234474301338196, 0.49645495414733887, -0.07122989743947983, -0.25949826836586, 1.0195538997650146, -0.6055050492286682, -0.2140626609325409, -0.11948078125715256, 1.0792882442474365, 0.3608887493610382, 0.031027132645249367, 0.22741352021694183, -0.3184734284877777, -0.12096363306045532, 0.04052759334445, -0.8259027600288391, -0.1381954848766327, 0.26210618019104004, -0.5337899923324585, -0.37745609879493713, 0.30630743503570557, -1.0371509790420532, -0.18041454255580902, -0.2330993115901947, 0.25725510716438293, -0.13580970466136932, -0.39908093214035034, -0.13645850121974945, -0.08761314302682877, 0.20427584648132324, 0.09070126712322235, -0.6084760427474976, 0.4361627697944641, 0.6644930243492126, 0.899281919002533, -0.18600665032863617, -0.5532974004745483, -0.5158820152282715, -0.2771890163421631, -0.14725326001644135, 0.38707298040390015, -0.30750909447669983, -0.4331752061843872, -0.07676957547664642, 0.32387983798980713, -0.3560636043548584, -0.7183898091316223, 0.7871177196502686, -0.2147151231765747, 0.2899571359157562, -0.3818139433860779, -0.4009385108947754, -0.16131073236465454, 0.32469043135643005, -0.8114715814590454, 1.3111512660980225, 0.36234915256500244, -0.8608529567718506, 0.1083403080701828, -0.9405078887939453, -0.1583598107099533, -0.06960804760456085, 0.028794199228286743, -0.5906354188919067, -0.11305911839008331, 0.1317416876554489, 0.5882991552352905, -0.2409200817346573, 0.19880665838718414, -0.3100908100605011, -0.36540117859840393, 0.11475087702274323, -0.1671563684940338, 0.9278155565261841, 0.2035233974456787, -0.42941907048225403, 0.13807635009288788, -1.0283864736557007, -0.08199924230575562, 0.3611047863960266, -0.3718552887439728, -0.09581948816776276, -0.15293274819850922, 0.10661328583955765, 0.16446442902088165, 0.4371257722377777, -0.46472179889678955, 0.2040885090827942, -0.050150882452726364, 0.22531810402870178, 0.893990159034729, 0.010708027519285679, 0.2908916473388672, -0.5861626267433167, 0.636019766330719, 0.055466651916503906, 0.2692371904850006, -0.036941640079021454, -0.48659586906433105, -0.7072243094444275, -0.26564735174179077, 0.16459082067012787, 0.6741697192192078, -0.4960981011390686, 0.5639612078666687, -0.5479904413223267, -0.6390517950057983, -0.6804448962211609, 0.1708470582962036, 0.4469076991081238, 0.545715868473053, 0.477791965007782, -0.1644590049982071, -0.6474828720092773, -1.0332741737365723, -0.0521051362156868, -0.06046709790825844, 0.15122880041599274, 0.6171348690986633, 1.0351375341415405, -0.4092637300491333, 0.7137980461120605, -0.7403213381767273, -0.2728062868118286, -0.15899722278118134, 0.15842503309249878, 0.8586314916610718, 0.5041269063949585, 0.53102707862854, -0.6310738921165466, -0.41620132327079773, -0.24756260216236115, -0.7716264128684998, -0.45021143555641174, -0.07952287793159485, -0.3699718415737152, 0.2728579044342041, -0.006648743525147438, -0.48653069138526917, 0.4074764549732208, 0.5296680927276611, -0.6115639805793762, 0.7040949463844299, 0.10409199446439743, 0.42176803946495056, -1.1739833354949951, 0.25808289647102356, -0.11553109437227249, -0.0923599824309349, -0.3151833117008209, -0.045030299574136734, -0.05966825783252716, 0.26609984040260315, -0.3636561632156372, 0.6723348498344421, -0.40477365255355835, -0.19621042907238007, 0.021719930693507195, 0.09512221068143845, -0.12406854331493378, 0.5632175803184509, -0.2864191234111786, 0.724722146987915, 0.4111666679382324, -0.3867502808570862, 0.44124501943588257, 0.4973127245903015, -0.35896292328834534, 0.42219382524490356, -0.4888530373573303, 0.009293662384152412, 0.1128382459282875, 0.21794922649860382, -0.8896846175193787, -0.49309447407722473, 0.5168108940124512, -0.5022473335266113, 0.26154983043670654, -0.11625439673662186, -0.6815378069877625, -0.43083837628364563, -0.5168604850769043, 0.28285855054855347, 0.541509747505188, -0.5206917524337769, 0.461775004863739, 0.3043230175971985, 0.1264505684375763, -0.7929108738899231, -0.6619386076927185, -0.273428738117218, -0.349260538816452, -0.7161617875099182, 0.3389591872692108, -0.25832173228263855, -0.2550710439682007, 0.004634985700249672, -0.06841780245304108, 0.059308670461177826, 0.19113485515117645, 0.36429619789123535, 0.427457332611084, -0.16774794459342957, -0.27306681871414185, -0.162641704082489, -0.2195003479719162, 0.3255263864994049, 0.22090226411819458, 0.5250226259231567, -0.18919792771339417, -0.2910754978656769, -0.058402180671691895, 0.11132343113422394, 0.5518792271614075, -0.1713312417268753, 0.7801731824874878, 0.7989650368690491, -0.33898451924324036, -0.05052419751882553, -0.4383273124694824, 0.004451093263924122, -0.46834897994995117, 0.31256023049354553, -0.30017605423927307, -0.6396186351776123, 0.8616199493408203, 0.16984640061855316, 0.29915180802345276, 0.8780961036682129, 0.5263553857803345, 0.12216460704803467, 0.6851142048835754, 0.2315056324005127, -0.0896017849445343, 0.543715238571167, -0.7227377891540527, -0.31736430525779724, -1.1147068738937378, -0.3626222610473633, -0.40346598625183105, -0.3891826868057251, -0.7877281904220581, -0.43407168984413147, 0.23617075383663177, 0.12914331257343292, -0.40750113129615784, 0.47957682609558105, -0.520067572593689, 0.2557516396045685, 0.5163981914520264, 0.15404286980628967, 0.17069149017333984, -0.09480264037847519, -0.20384109020233154, 0.16030530631542206, -0.4814109206199646, -0.4074017405509949, 1.3912901878356934, 0.1532522588968277, 0.5340278148651123, 0.013388530351221561, 1.0350810289382935, 0.3082762360572815, 0.5270758867263794, -0.4097336530685425, 0.6640221476554871, -0.0333237461745739, -0.5649167895317078, -0.21397458016872406, -0.6732333302497864, -0.8848519325256348, 0.3684077560901642, -0.14055952429771423, -0.7257981300354004, 0.033625051379203796, -0.019400687888264656, -0.012278595007956028, 0.19696496427059174, -0.4394107758998871, 0.9981371164321899, -0.1194763034582138, -0.45920372009277344, 0.021275591105222702, -0.8021034598350525, 0.5155370235443115, -0.11517056077718735, 0.5133498311042786, -0.25775566697120667, 0.023099420592188835, 1.140889048576355, -0.6235110759735107, 0.805809736251831, -0.2606581151485443, 0.11906912922859192, 0.25943368673324585, -0.2892092764377594, 0.5091358423233032, -0.0022886323276907206, -0.21417111158370972, 0.30856001377105713, -0.19695596396923065, -0.29876551032066345, -0.3719745874404907, 0.8425430655479431, -0.820737898349762, -0.38865000009536743, -0.4602775573730469, -0.5014252662658691, 0.21865546703338623, 0.28263604640960693, 0.4103025794029236, 0.28795164823532104, -0.20392832159996033, 0.22564850747585297, 0.37289971113204956, -0.12968531250953674, 0.5410788059234619, 0.47643908858299255, -0.44405946135520935, -0.8518058657646179, 0.6129885315895081, 0.28896549344062805, 0.07255280762910843, 0.2481050342321396, 0.11085083335638046, -0.40071776509284973, -0.29392552375793457, -0.35634297132492065, 0.3652128577232361, -0.6646307110786438, -0.33638739585876465, -0.5503720641136169, -0.28616517782211304, -0.3918125331401825, 0.007301705423742533, -0.37259864807128906, -0.378661185503006, -0.4803936183452606, -0.28881579637527466, 0.5472538471221924, 0.5484716892242432, -0.5187730193138123, 0.35004350543022156, -0.7861698269844055, 0.2603217363357544, -0.06151895597577095, 0.3627568781375885, -0.13679400086402893, -0.5737257599830627, -0.408575177192688, 0.17970307171344757, -0.43228527903556824, -0.8894160389900208, 0.4654795527458191, 0.09143081307411194, 0.8586384057998657, 0.14401231706142426, 0.1341823935508728, 0.6335704326629639, -0.2896435558795929, 0.9420205950737, -0.1199956089258194, -0.7712199687957764, 0.673864483833313, -0.33081910014152527, 0.128976508975029, 0.5856198072433472, 0.2227761447429657, -0.42676636576652527, -0.13786260783672333, -0.9650561213493347, -1.0842124223709106, 0.9911158084869385, 0.497254341840744, -0.21183554828166962, 0.022108089178800583, 0.3365292251110077, -0.04352050647139549, 0.1981252282857895, -0.7103572487831116, -0.7967477440834045, -0.14176489412784576, -0.25103405117988586, -0.25765857100486755, -0.15112680196762085, -0.4688138961791992, -0.35463544726371765, 0.8368227481842041, -0.09280965477228165, 0.40432247519493103, 0.1523323953151703, -0.15014562010765076, -0.1657920479774475, 0.15374408662319183, 0.5370508432388306, 0.6967709064483643, -0.4301888942718506, -0.08823245018720627, 0.30082544684410095, -0.5978851318359375, -0.001463253633119166, 0.3753003180027008, 0.07535518705844879, 0.0023193792439997196, 0.7984930872917175, 0.8945001363754272, 0.16872449219226837, -0.3445119559764862, 0.57004714012146, 0.18157778680324554, -0.3949297368526459, -0.4904142916202545, 0.14853417873382568, -0.0763438493013382, 0.3482154607772827, 0.3109189569950104, -0.09433749318122864, 0.13925030827522278, -0.3504228889942169, 0.41586726903915405, 0.21368162333965302, -0.00716214207932353, -0.32920894026756287, 0.6303419470787048, -0.01041104644536972, -0.25738781690597534, 0.8076096773147583, -0.06601724028587341, -0.6406301856040955, 1.018472671508789, 0.36332690715789795, 0.9498862028121948, -0.1724848449230194, 0.236820787191391, 0.6399710774421692, 0.26586684584617615, -0.15908393263816833, 0.6186473369598389, 0.026033226400613785, -0.6193529367446899, -0.2743357717990875, -0.6885160803794861, -0.2053520828485489, 0.18270094692707062, -1.0225932598114014, 0.40040159225463867, -0.1518966108560562, -0.19161809980869293, -0.2084309160709381, 0.3734081983566284, -0.8633478283882141, 0.03643927350640297, 0.034151606261730194, 0.9353721737861633, -1.1043446063995361, 0.48896685242652893, 0.7538838386535645, -0.4975171387195587, -0.7435956001281738, -0.3077312409877777, 0.12324776500463486, -0.8161314129829407, 0.3512251377105713, 0.32616230845451355, 0.36421677470207214, -0.24579641222953796, -0.6608555316925049, -1.000285267829895, 1.6634902954101562, 0.24424996972084045, -0.4213009178638458, 0.2847353219985962, 0.22814340889453888, 0.3831360340118408, -0.504662811756134, 0.568562924861908, 0.7171682715415955, 0.8420323133468628, 0.13374491035938263, -0.9166842699050903, 0.367949903011322, -0.4868691563606262, -0.266034871339798, 0.27451419830322266, -0.9115880727767944, 1.0014933347702026, -0.17630603909492493, -0.06233580410480499, -0.10386952012777328, 0.41174429655075073, 0.5917578339576721, 0.4368160367012024, 0.4662715792655945, 0.7827184796333313, 0.7920197248458862, -0.2837676703929901, 1.023081660270691, -0.19922393560409546, 0.8032556772232056, 1.2460485696792603, 0.022274451330304146, 0.6545202732086182, 0.23434534668922424, -0.3475823700428009, 0.5180360674858093, 0.8348682522773743, -0.40467819571495056, 0.4574875235557556, 0.22116003930568695, 0.19097405672073364, -0.10216551274061203, 0.13089075684547424, -0.5931360125541687, 0.4221480190753937, 0.0982981026172638, -0.7464637160301208, -0.18256551027297974, -0.3151457905769348, 0.1603538990020752, -0.3462279140949249, -0.186611607670784, 0.6117070913314819, 0.037486858665943146, -0.4750228524208069, 0.6733942627906799, -0.16239462792873383, 0.6159960627555847, -0.5978509783744812, -0.21622073650360107, -0.3916662931442261, 0.17260527610778809, -0.5440400838851929, -0.8307629227638245, 0.40880388021469116, -0.035772114992141724, -0.3584228456020355, -0.19807332754135132, 0.4633234739303589, -0.3410782217979431, -0.5861256718635559, 0.4489530622959137, 0.4966824948787689, 0.3279283344745636, 0.09598707407712936, -0.8811020255088806, 0.09587699174880981, 0.14601166546344757, -0.7376375794410706, 0.30060771107673645, 0.35967299342155457, 0.08364080637693405, 0.5089467167854309, 0.6744668483734131, -0.11466826498508453, 0.09178610891103745, -0.10229204595088959, 0.9811066389083862, -0.7627056837081909, -0.2669416666030884, -0.9237568378448486, 0.8827062845230103, -0.2677617371082306, -0.6504837870597839, 0.756293535232544, 0.9857068657875061, 0.7381422519683838, 0.052197884768247604, 0.6237336993217468, -0.3148278594017029, 0.43227189779281616, -0.40821391344070435, 0.8620060086250305, -0.7646639943122864, 0.3528320789337158, -0.32714229822158813, -1.0812405347824097, -0.04113883152604103, 0.5537140369415283, -0.10968118906021118, 0.0222213976085186, 0.6893566846847534, 0.8896860480308533, -0.08478107303380966, 0.030277486890554428, -0.023356406018137932, 0.41804829239845276, 0.2062615156173706, 0.5372833609580994, 0.5605440139770508, -0.6523435115814209, 0.43635910749435425, -0.4988451898097992, -0.4598196744918823, -0.16371269524097443, -0.7833951115608215, -0.7781449556350708, -0.5403044819831848, -0.3354770839214325, -0.5974479913711548, -0.14281320571899414, 1.0263671875, 0.4077785909175873, -0.8038080334663391, -0.35500994324684143, 0.11546289920806885, 0.3235023617744446, -0.25803619623184204, -0.3477358818054199, 0.546716570854187, -0.08648192882537842, -0.757399320602417, 0.249797061085701, -0.24232783913612366, -0.17365716397762299, -0.10473896563053131, -0.22049033641815186, -0.30805402994155884, -0.1526995301246643, 0.35248836874961853, 0.06442821770906448, -0.5721390247344971, -0.18726997077465057, -0.05334369093179703, -0.0755256861448288, 0.24372780323028564, 0.3735537827014923, -0.5510992407798767, 0.10441834479570389, 0.7228236198425293, 0.2661033570766449, 0.6508723497390747, -0.04176700487732887, 0.3388212025165558, -0.6700819730758667, -0.22573575377464294, -0.029585877433419228, 0.6796408295631409, 0.16850155591964722, -0.4037025272846222, 1.1459805965423584, 0.47063615918159485, -0.6553828716278076, -0.9037519097328186, -0.1788427084684372, -1.0855066776275635, 0.051416654139757156, 1.4002070426940918, -0.2718145251274109, -0.253561407327652, 0.23063835501670837, -0.06339093297719955, 0.35735809803009033, -0.6146866083145142, 0.4064543545246124, 0.8359261155128479, -0.1770963966846466, -0.025339705869555473, -0.5809792876243591, 0.33963531255722046, -0.02165825478732586, -0.9554638862609863, -0.008804542012512684, 0.4105405807495117, 0.5148763656616211, 0.25446224212646484, 0.7472474575042725, -0.08417912572622299, -0.06319235265254974, 0.06490956991910934, 0.13625632226467133, -0.23943422734737396, -0.15885813534259796, -0.24287860095500946, 0.08475791662931442, -0.531472384929657, -0.4684618413448334 ]
open-llm-leaderboard/details_Weyaxi__Dolphin-Nebula-7B
open-llm-leaderboard
2023-12-02T14:25:46Z
0
0
[ "region:us" ]
null
2023-12-02T14:25:41Z
--- pretty_name: Evaluation run of Weyaxi/Dolphin-Nebula-7B dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Weyaxi/Dolphin-Nebula-7B](https://huggingface.co/Weyaxi/Dolphin-Nebula-7B) on\ \ the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_Weyaxi__Dolphin-Nebula-7B\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T14:25:38.586013](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__Dolphin-Nebula-7B/blob/main/results_2023-12-02T14-25-38.586013.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.3305534495830174,\n\ \ \"acc_stderr\": 0.012957496367085026\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.3305534495830174,\n \"acc_stderr\": 0.012957496367085026\n\ \ }\n}\n```" repo_url: https://huggingface.co/Weyaxi/Dolphin-Nebula-7B leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T14_25_38.586013 path: - '**/details_harness|gsm8k|5_2023-12-02T14-25-38.586013.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T14-25-38.586013.parquet' - config_name: results data_files: - split: 2023_12_02T14_25_38.586013 path: - results_2023-12-02T14-25-38.586013.parquet - split: latest path: - results_2023-12-02T14-25-38.586013.parquet --- # Dataset Card for Evaluation run of Weyaxi/Dolphin-Nebula-7B ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/Weyaxi/Dolphin-Nebula-7B - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [Weyaxi/Dolphin-Nebula-7B](https://huggingface.co/Weyaxi/Dolphin-Nebula-7B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_Weyaxi__Dolphin-Nebula-7B", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T14:25:38.586013](https://huggingface.co/datasets/open-llm-leaderboard/details_Weyaxi__Dolphin-Nebula-7B/blob/main/results_2023-12-02T14-25-38.586013.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.3305534495830174, "acc_stderr": 0.012957496367085026 }, "harness|gsm8k|5": { "acc": 0.3305534495830174, "acc_stderr": 0.012957496367085026 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.5045084357261658, -0.5722270011901855, 0.24575167894363403, 0.18258970975875854, -0.3876661956310272, 0.07656578719615936, -0.29531100392341614, -0.24568027257919312, 0.48059409856796265, 0.7463505268096924, -0.7479454874992371, -0.9676117300987244, -0.7728553414344788, 0.24112960696220398, -0.12768933176994324, 1.0677179098129272, -0.07702846080064774, -0.12729871273040771, 0.047903288155794144, -0.3120625913143158, -0.251225084066391, -0.3475656509399414, -0.6122664213180542, -0.36996254324913025, 0.5288718938827515, 0.5490485429763794, 0.36167633533477783, 0.8353006839752197, 0.7493841648101807, 0.34636157751083374, -0.21428018808364868, 0.21798968315124512, -0.5594569444656372, -0.1259153038263321, 0.030692772939801216, -0.558077871799469, -0.6668592095375061, 0.17677055299282074, 0.7693046927452087, 0.6640511751174927, -0.1238040030002594, 0.6588594913482666, 0.10221145302057266, 0.5733198523521423, -0.5413908362388611, 0.5646831393241882, -0.2794599235057831, 0.08479015529155731, -0.40977993607521057, -0.14522989094257355, -0.04813193157315254, -0.3757880628108978, -0.0789337158203125, -0.7131980657577515, 0.1553567796945572, 0.002205283846706152, 1.0016175508499146, 0.3661099374294281, -0.2937704622745514, -0.12710753083229065, -0.14272025227546692, 0.7087947130203247, -0.8546585440635681, -0.0749756321310997, 0.5387762188911438, 0.13356918096542358, -0.32152724266052246, -0.7794798016548157, -0.3421107232570648, -0.08311077952384949, -0.04783983156085014, 0.28950101137161255, 0.00971781462430954, -0.07279093563556671, 0.4625847637653351, 0.6517201066017151, -0.5938594341278076, 0.15807205438613892, -0.6954851150512695, -0.20940499007701874, 0.9836336970329285, 0.3795521855354309, 0.04964820295572281, -0.4234921634197235, -0.35482868552207947, -0.4615532457828522, -0.450469046831131, 0.122043177485466, 0.469696044921875, 0.4930599331855774, -0.5564307570457458, 0.8901283740997314, -0.3929405212402344, 0.4440077245235443, -0.032880473881959915, -0.22803542017936707, 0.7225074172019958, -0.5171559453010559, -0.0942060723900795, 0.11727698892354965, 1.0915836095809937, 0.4562647044658661, -0.07637432217597961, 0.17774316668510437, -0.14871151745319366, 0.10822966694831848, 0.17813487350940704, -0.8085000514984131, -0.0044069006107747555, 0.3463185429573059, -0.5623562932014465, -0.46045222878456116, 0.22429446876049042, -0.9412936568260193, -0.359131395816803, -0.1537127047777176, 0.2967666685581207, -0.005280607845634222, -0.3439437448978424, 0.0015565953217446804, -0.15769095718860626, 0.16786260902881622, 0.04150909185409546, -0.5107892155647278, 0.5188464522361755, 0.6591389775276184, 0.971284031867981, -0.22004790604114532, -0.5006752610206604, -0.4132865071296692, -0.1985650360584259, -0.25975871086120605, 0.4226245582103729, -0.13691602647304535, -0.5100550055503845, -0.24512740969657898, 0.32550743222236633, -0.19677194952964783, -0.5550704002380371, 0.7387513518333435, -0.28033795952796936, 0.2224363535642624, -0.42338827252388, -0.6220215559005737, -0.29175567626953125, 0.2323818802833557, -0.7881452441215515, 1.2871907949447632, 0.25347188115119934, -0.8849992156028748, 0.21397718787193298, -0.9625585079193115, -0.10710449516773224, 0.032044418156147, 0.11999749392271042, -0.5759167075157166, -0.11487098783254623, 0.1314510852098465, 0.6307589411735535, -0.43871811032295227, 0.16826528310775757, -0.3618268668651581, -0.4470561146736145, 0.1165798231959343, -0.036006249487400055, 1.043745756149292, 0.2955617606639862, -0.4221859276294708, 0.1530764400959015, -0.9817596077919006, -0.06788815557956696, 0.29048049449920654, -0.48054659366607666, -0.10107599198818207, -0.2216852754354477, 0.14685209095478058, 0.04025052487850189, 0.5334246754646301, -0.6343809366226196, 0.41613447666168213, -0.05716443806886673, 0.21143358945846558, 0.9573836326599121, 0.11635017395019531, 0.27424222230911255, -0.43044713139533997, 0.6373786330223083, 0.10353336483240128, 0.3159700334072113, 0.10216061025857925, -0.6549335718154907, -0.7766590714454651, -0.2229863703250885, 0.0545571893453598, 0.5141245126724243, -0.4630305767059326, 0.7799645066261292, -0.36418360471725464, -0.7932001948356628, -0.6714854836463928, -0.01822848618030548, 0.43443673849105835, 0.6802619695663452, 0.3695625960826874, -0.5058638453483582, -0.7544394731521606, -0.965717077255249, 0.14315886795520782, -0.16265329718589783, 0.23293644189834595, 0.5037141442298889, 0.9160815477371216, -0.33175408840179443, 0.5755649209022522, -0.7596902251243591, -0.24925974011421204, -0.2758678197860718, -0.053077906370162964, 0.7820973992347717, 0.4604302644729614, 0.33605173230171204, -0.5667209625244141, -0.22813187539577484, -0.21879172325134277, -0.8386690616607666, -0.310580849647522, -0.04784669354557991, -0.3121715486049652, 0.301967978477478, -0.038599804043769836, -0.46147406101226807, 0.4754669964313507, 0.5245099067687988, -0.6886225938796997, 0.5839625597000122, 0.0385906882584095, 0.3608885407447815, -1.251773476600647, 0.2728276252746582, 0.1729898303747177, 0.0766344964504242, -0.26304003596305847, 0.02936398983001709, -0.1807500422000885, 0.26194435358047485, -0.4210793375968933, 0.6935579776763916, -0.365283340215683, -0.37053826451301575, 0.07625376433134079, 0.11632268130779266, -0.06131390109658241, 0.5562936663627625, -0.07569102942943573, 0.6192805767059326, 0.6027818918228149, -0.45042896270751953, 0.4570615291595459, 0.4650096297264099, -0.5312565565109253, 0.2037385106086731, -0.5665018558502197, 0.06782913208007812, 0.09988294541835785, 0.25403156876564026, -0.8120908141136169, -0.37713220715522766, 0.44663435220718384, -0.3676101565361023, 0.15959613025188446, -0.31337809562683105, -0.5547215342521667, -0.4206414222717285, -0.47893911600112915, 0.19273242354393005, 0.5250119566917419, -0.5879061818122864, 0.13970454037189484, 0.4989660978317261, 0.06192240118980408, -0.7083751559257507, -0.6054157018661499, -0.15798354148864746, -0.4388829171657562, -0.6264554262161255, 0.37119731307029724, -0.1963244080543518, -0.1712118536233902, -0.00026878592325374484, -0.02155158855021, -0.0572800450026989, 0.17220626771450043, 0.3530083894729614, 0.5651296377182007, -0.1733034998178482, -0.4508848488330841, -0.16565969586372375, -0.20108580589294434, 0.08239531517028809, 0.06726009398698807, 0.5912473797798157, -0.23906679451465607, -0.22571393847465515, -0.3335556983947754, 0.012102399952709675, 0.5180953741073608, 0.0015767908189445734, 0.6898868083953857, 0.7960085272789001, -0.25038430094718933, 0.07451486587524414, -0.446465402841568, -0.0944727212190628, -0.4435111880302429, 0.42092761397361755, -0.2679389417171478, -0.7047735452651978, 0.8798642754554749, 0.22744692862033844, 0.1814744621515274, 0.7006015777587891, 0.529962420463562, 0.1737973392009735, 0.7046603560447693, 0.3012434244155884, -0.19031405448913574, 0.4446316361427307, -0.911059558391571, -0.28940218687057495, -1.2435729503631592, -0.38550689816474915, -0.46829938888549805, -0.45041361451148987, -0.8100507259368896, -0.3232556879520416, 0.32731544971466064, 0.2409963309764862, -0.44817569851875305, 0.5084180235862732, -0.7119064331054688, 0.21945489943027496, 0.5949873328208923, 0.19555097818374634, 0.15561413764953613, -0.09802117198705673, -0.09795629233121872, 0.17317865788936615, -0.5635866522789001, -0.41196250915527344, 1.4272429943084717, 0.3430963456630707, 0.5846388339996338, 0.013715673238039017, 1.043961524963379, 0.17676377296447754, 0.2621168792247772, -0.5272610783576965, 0.6965739727020264, -0.13899485766887665, -0.4694179892539978, -0.25111085176467896, -0.6174296140670776, -1.0527809858322144, 0.30771130323410034, 0.0180362518876791, -0.9168602824211121, 0.11092380434274673, -0.09620904922485352, -0.0013690060004591942, 0.22441965341567993, -0.4245312809944153, 0.9545152187347412, -0.14735563099384308, -0.4347103238105774, -0.0390968844294548, -0.7774553894996643, 0.3972877860069275, 0.07990186661481857, 0.2930396795272827, -0.25736936926841736, -0.16711555421352386, 1.1916667222976685, -0.6542665362358093, 0.9072237014770508, -0.30450236797332764, 0.15180820226669312, 0.38241785764694214, -0.4043044149875641, 0.4377063512802124, 0.04119078814983368, -0.29991331696510315, 0.472231388092041, -0.1557636260986328, -0.2879779040813446, -0.20144347846508026, 0.8204662799835205, -0.9544333219528198, -0.26262056827545166, -0.5557999610900879, -0.5733215808868408, 0.1816011220216751, 0.2216092348098755, 0.521085262298584, 0.291079580783844, 0.015670349821448326, 0.17284223437309265, 0.2832440435886383, -0.14813123643398285, 0.5349839329719543, 0.4583810567855835, -0.31075793504714966, -0.7580641508102417, 0.6383951306343079, 0.27956753969192505, 0.021973855793476105, 0.04997378587722778, 0.16920293867588043, -0.6597601771354675, -0.4726221561431885, -0.47984981536865234, 0.32537147402763367, -0.6365705132484436, -0.18576274812221527, -0.35258135199546814, -0.2385520339012146, -0.3567335307598114, 0.06698981672525406, -0.46688368916511536, -0.5618507266044617, -0.5179334878921509, -0.23815646767616272, 0.6145786046981812, 0.6456144452095032, -0.38746529817581177, 0.2604558765888214, -0.8158384561538696, 0.23908352851867676, -0.26429057121276855, 0.3825514018535614, -0.15301735699176788, -0.6067807078361511, -0.3548654317855835, 0.11104710400104523, -0.42418575286865234, -0.8461031317710876, 0.5195379853248596, 0.10852669924497604, 0.7957704067230225, 0.0739794448018074, 0.0007091197185218334, 0.7522551417350769, -0.07476219534873962, 1.0955829620361328, 0.01637587882578373, -0.6660605072975159, 0.7169350981712341, -0.3253876864910126, 0.17635346949100494, 0.4924161732196808, 0.3019731640815735, -0.43557673692703247, -0.1511056125164032, -0.9763842225074768, -1.1146571636199951, 0.999049186706543, 0.3871549963951111, -0.3454902172088623, 0.09171529859304428, 0.5502238869667053, -0.0010663989232853055, 0.1797582358121872, -0.7104337215423584, -0.6814240217208862, -0.13535656034946442, -0.1977394074201584, -0.2340739369392395, 0.06370022892951965, -0.28110814094543457, -0.3641240894794464, 0.9541847705841064, -0.18723724782466888, 0.19487914443016052, 0.18834486603736877, -0.000435067544458434, -0.16275908052921295, 0.05715510994195938, 0.33215126395225525, 0.6086894869804382, -0.3298100531101227, -0.16135069727897644, 0.16052378714084625, -0.7388200759887695, -0.03456279635429382, 0.2505112588405609, 0.025342009961605072, -0.21690471470355988, 0.6846956014633179, 0.9040485620498657, 0.12667962908744812, -0.4229758083820343, 0.38420429825782776, 0.02089252509176731, -0.13264359533786774, -0.3256332576274872, 0.27033016085624695, -0.02954535000026226, 0.3579716086387634, 0.318886399269104, -0.08957630395889282, 0.1451328992843628, -0.42750054597854614, 0.2198542356491089, 0.10388093441724777, -0.08953490853309631, -0.28614747524261475, 0.580363929271698, -0.08804697543382645, -0.11373889446258545, 0.7608268857002258, -0.1741756647825241, -0.5162110328674316, 1.1188442707061768, 0.4036843478679657, 0.922288179397583, -0.09131699055433273, 0.15665408968925476, 0.6436023116111755, 0.14447525143623352, -0.23504582047462463, 0.7369140386581421, 0.035756807774305344, -0.6878859996795654, -0.2827220857143402, -0.8479215502738953, -0.26923584938049316, 0.32685205340385437, -1.077419400215149, 0.3542659878730774, -0.2963195741176605, -0.2677202522754669, -0.11942794919013977, 0.5272305011749268, -0.7267785668373108, 0.10298532992601395, 0.051264356821775436, 0.8704518675804138, -0.9962661266326904, 0.5796347260475159, 0.8775290846824646, -0.6836172342300415, -0.9260919690132141, -0.41496598720550537, 0.1444685161113739, -0.7565606832504272, 0.48149222135543823, 0.20608745515346527, 0.38470908999443054, -0.11209142208099365, -0.6275243163108826, -1.0711908340454102, 1.5927163362503052, 0.24294130504131317, -0.51837557554245, 0.2915939390659332, 0.1671970635652542, 0.47437700629234314, -0.45880502462387085, 0.40856310725212097, 0.6564236283302307, 0.7301427721977234, 0.14517398178577423, -0.9809713363647461, 0.27130624651908875, -0.5269610285758972, -0.054291754961013794, 0.18831180036067963, -0.8953484296798706, 0.9857239127159119, -0.23567838966846466, 0.0711212009191513, 0.03194039314985275, 0.34615859389305115, 0.7474666833877563, 0.33183804154396057, 0.4854702353477478, 0.8261298537254333, 0.7675746083259583, -0.30802953243255615, 1.0947140455245972, -0.1953059583902359, 0.7690591216087341, 0.993066668510437, -0.05208727344870567, 0.7092931866645813, 0.3564188480377197, -0.3904993236064911, 0.42897874116897583, 0.9920582175254822, -0.45364630222320557, 0.5369364023208618, 0.290891170501709, 0.02437613718211651, 0.02601548470556736, -0.13861261308193207, -0.46742379665374756, 0.48298388719558716, 0.2667611539363861, -0.4701579809188843, -0.10236205160617828, -0.34550511837005615, 0.12831567227840424, -0.32453519105911255, -0.3460906744003296, 0.6800711750984192, 0.08206033706665039, -0.6596018075942993, 0.7097542881965637, -0.16826525330543518, 0.6869993209838867, -0.5860945582389832, -0.19502349197864532, -0.2098967283964157, 0.2190544754266739, -0.5474793314933777, -0.9500601887702942, 0.24968492984771729, 0.08674758672714233, -0.16574819386005402, -0.00598935829475522, 0.4794006943702698, -0.2586486339569092, -0.5783065557479858, 0.4288719594478607, 0.3365446925163269, 0.5074500441551208, 0.2102857530117035, -0.8983845710754395, 0.3677932918071747, 0.219513401389122, -0.7692275643348694, 0.3120601773262024, 0.12754179537296295, 0.019770581275224686, 0.6433631777763367, 0.7811776399612427, 0.20918479561805725, 0.1858491748571396, 0.14552132785320282, 0.9502866864204407, -0.6929730176925659, -0.46191665530204773, -0.7068365216255188, 0.9072573781013489, -0.22916656732559204, -0.7794322967529297, 0.6858077049255371, 1.0112563371658325, 0.7270449995994568, 0.15061122179031372, 0.7559704184532166, -0.2870961129665375, 0.3831477463245392, -0.4793039560317993, 0.8432044386863708, -0.6820191144943237, 0.47744059562683105, -0.30659881234169006, -1.0611572265625, -0.061793748289346695, 0.6903385519981384, -0.046400852501392365, 0.015527716837823391, 0.6055750250816345, 0.9042487740516663, -0.02025427855551243, 0.20889385044574738, -0.06010229513049126, 0.5523201823234558, 0.30913761258125305, 0.528485119342804, 0.6332355737686157, -0.6696266531944275, 0.27834904193878174, -0.789858877658844, -0.40795424580574036, -0.03096167743206024, -0.7907647490501404, -0.7808194756507874, -0.6517484188079834, -0.46788090467453003, -0.5279103517532349, -0.003629994345828891, 1.0238416194915771, 0.5080013871192932, -0.7155917882919312, -0.503182053565979, -0.0445021390914917, 0.08926021307706833, -0.16737954318523407, -0.2950524091720581, 0.6335824728012085, -0.09383723139762878, -0.7686693668365479, 0.4351143538951874, -0.1273224949836731, -0.17786282300949097, -0.21038323640823364, -0.24769072234630585, -0.2550801932811737, -0.36723244190216064, 0.29183444380760193, 0.1554824858903885, -0.7282167673110962, -0.3327287435531616, -0.15203139185905457, 0.01157775241881609, 0.13467848300933838, 0.15722894668579102, -0.6090696454048157, 0.13677294552326202, 0.5266278982162476, 0.21854445338249207, 0.8887679576873779, -0.1393817812204361, 0.26764366030693054, -0.6575011014938354, 0.023110104724764824, 0.05503459647297859, 0.7408915758132935, 0.20993049442768097, -0.517568826675415, 1.157832145690918, 0.3268420398235321, -0.6717761754989624, -0.8949793577194214, -0.14932820200920105, -1.3289921283721924, 0.017996560782194138, 1.266569972038269, -0.3441292941570282, -0.29850465059280396, 0.14286509156227112, -0.16824941337108612, 0.41241025924682617, -0.6441453695297241, 0.6693068146705627, 0.6529536247253418, -0.3722805678844452, -0.01395210437476635, -0.37984350323677063, 0.29752203822135925, -0.07536816596984863, -1.0549818277359009, -0.15538734197616577, 0.4355070888996124, 0.5154054164886475, 0.3052998185157776, 0.6262137293815613, -0.18108706176280975, 0.049900949001312256, 0.08489538729190826, 0.19160409271717072, -0.24881312251091003, -0.06516668200492859, -0.28940972685813904, 0.06632857769727707, -0.32387569546699524, -0.3916456997394562 ]
open-llm-leaderboard/details_CausalLM__14B
open-llm-leaderboard
2023-12-02T14:28:16Z
0
0
[ "region:us" ]
null
2023-12-02T14:28:11Z
--- pretty_name: Evaluation run of CausalLM/14B dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [CausalLM/14B](https://huggingface.co/CausalLM/14B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_CausalLM__14B\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T14:28:09.246570](https://huggingface.co/datasets/open-llm-leaderboard/details_CausalLM__14B/blob/main/results_2023-12-02T14-28-09.246570.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.5860500379075056,\n\ \ \"acc_stderr\": 0.013566991960151781\n },\n \"harness|gsm8k|5\":\ \ {\n \"acc\": 0.5860500379075056,\n \"acc_stderr\": 0.013566991960151781\n\ \ }\n}\n```" repo_url: https://huggingface.co/CausalLM/14B leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T14_28_09.246570 path: - '**/details_harness|gsm8k|5_2023-12-02T14-28-09.246570.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T14-28-09.246570.parquet' - config_name: results data_files: - split: 2023_12_02T14_28_09.246570 path: - results_2023-12-02T14-28-09.246570.parquet - split: latest path: - results_2023-12-02T14-28-09.246570.parquet --- # Dataset Card for Evaluation run of CausalLM/14B ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/CausalLM/14B - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [CausalLM/14B](https://huggingface.co/CausalLM/14B) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_CausalLM__14B", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T14:28:09.246570](https://huggingface.co/datasets/open-llm-leaderboard/details_CausalLM__14B/blob/main/results_2023-12-02T14-28-09.246570.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.5860500379075056, "acc_stderr": 0.013566991960151781 }, "harness|gsm8k|5": { "acc": 0.5860500379075056, "acc_stderr": 0.013566991960151781 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.28588706254959106, -0.7238318920135498, 0.2888989746570587, 0.44933560490608215, -0.19577686488628387, -0.025246990844607353, -0.33585047721862793, -0.24637673795223236, 0.22377607226371765, 0.6338616013526917, -0.778414249420166, -0.9830477833747864, -0.6918472051620483, 0.3064289391040802, -0.1526574045419693, 1.1852151155471802, -0.21306543052196503, -0.004892213270068169, -0.12091679871082306, -0.3169051706790924, -0.5646647214889526, -0.42084136605262756, -0.6215951442718506, -0.4582715630531311, 0.6075899004936218, 0.4074598550796509, 0.27497798204421997, 0.6782416701316833, 0.750893235206604, 0.3370666205883026, -0.05978661775588989, 0.2962588965892792, -0.6681051254272461, -0.08772798627614975, 0.04905158653855324, -0.3574671745300293, -0.5901693105697632, 0.1137671172618866, 0.7265200018882751, 0.519625186920166, -0.15371385216712952, 0.7366346120834351, 0.12153498828411102, 0.4948849380016327, -0.5686995387077332, 0.5063960552215576, -0.26191550493240356, -0.15075090527534485, -0.37576305866241455, -0.2378639280796051, -0.24368900060653687, -0.37909942865371704, -0.1566578894853592, -0.4648606777191162, 0.16954782605171204, 0.23631365597248077, 0.8878254890441895, 0.33128994703292847, -0.37762925028800964, -0.09385311603546143, -0.3892383575439453, 0.6729661822319031, -0.8663380742073059, 0.01885155402123928, 0.5392830967903137, 0.18003301322460175, -0.3026905953884125, -0.7184930443763733, -0.28695914149284363, -0.09772680699825287, -0.30597057938575745, 0.14272046089172363, -0.15136991441249847, -0.1451779305934906, 0.470844566822052, 0.45670413970947266, -0.7663703560829163, 0.12283599376678467, -0.6583969593048096, -0.16842502355575562, 1.0951062440872192, 0.6457570195198059, 0.07259010523557663, -0.427725225687027, -0.47736144065856934, -0.15641143918037415, -0.537236750125885, 0.06704122573137283, 0.36403706669807434, 0.5326340198516846, -0.6320182085037231, 0.7666405439376831, -0.36223000288009644, 0.7170213460922241, -0.20071181654930115, -0.18611688911914825, 0.7230672836303711, -0.5543237328529358, -0.29780468344688416, 0.05056338384747505, 1.0953717231750488, 0.3797270357608795, -0.22590219974517822, 0.08616521954536438, -0.1597742885351181, -0.05436655506491661, 0.08123058080673218, -0.773475706577301, -0.05208761990070343, 0.32884982228279114, -0.5046122670173645, -0.3363412916660309, 0.22318175435066223, -0.8044836521148682, -0.304900199174881, -0.4492628276348114, 0.24220526218414307, -0.03149900585412979, -0.14720144867897034, -0.023141322657465935, -0.13044299185276031, 0.1662202924489975, 0.2649146616458893, -0.3897324800491333, 0.41747230291366577, 0.6138747334480286, 0.88547283411026, -0.22161921858787537, -0.4830135405063629, -0.46340805292129517, -0.14287984371185303, -0.18911761045455933, 0.5094154477119446, -0.06532122939825058, -0.2924160659313202, -0.09500188380479813, 0.3058893382549286, -0.34276628494262695, -0.536325991153717, 0.7886013388633728, -0.429619699716568, 0.1848403811454773, -0.3786529004573822, -0.4783191382884979, -0.17716822028160095, 0.27833127975463867, -0.7123270034790039, 1.3581985235214233, 0.15443158149719238, -0.9256126880645752, 0.20223113894462585, -0.7801548838615417, -0.24598252773284912, 0.002959571545943618, 0.04976990818977356, -0.5371566414833069, -0.14786343276500702, -0.0061025479808449745, 0.6002205610275269, -0.5955654382705688, 0.42887356877326965, -0.4268946647644043, -0.35517773032188416, 0.06836050748825073, -0.20534254610538483, 1.2093037366867065, 0.1815485805273056, -0.3925979435443878, 0.4025959074497223, -1.0793988704681396, -0.17020002007484436, 0.2996463477611542, -0.3421996533870697, -0.3088131248950958, -0.15697795152664185, 0.2856614887714386, 0.2967085540294647, 0.5003093481063843, -0.5585858225822449, 0.20226702094078064, 0.010670649819076061, 0.1367785930633545, 1.0468534231185913, 0.1584440916776657, 0.019934944808483124, -0.36850506067276, 0.419948548078537, -0.007373411674052477, 0.4256429672241211, 0.3438376486301422, -0.4853343963623047, -0.7004945278167725, -0.20634141564369202, -0.07297655940055847, 0.6720504760742188, -0.3350403606891632, 0.810399055480957, -0.4080897569656372, -0.7742767930030823, -0.49067196249961853, 0.14739534258842468, 0.510737955570221, 0.6692824363708496, 0.43474775552749634, -0.17297597229480743, -0.739342987537384, -1.0077111721038818, 0.035742782056331635, -0.23737001419067383, 0.16930529475212097, 0.5015271902084351, 0.9483624696731567, -0.3329104781150818, 0.6754124164581299, -0.8841533064842224, -0.30582404136657715, -0.18876637518405914, 0.10023844987154007, 0.743751585483551, 0.5299843549728394, 0.21778468787670135, -0.6196345090866089, -0.21696892380714417, -0.2074408233165741, -0.934119462966919, -0.39018282294273376, -0.1628429889678955, -0.44765016436576843, 0.22848208248615265, 0.17985934019088745, -0.4181045591831207, 0.49464958906173706, 0.44178736209869385, -0.8257042765617371, 0.7541279792785645, -0.02169203571975231, 0.26771819591522217, -1.0398774147033691, 0.3167728781700134, 0.06896152347326279, 0.06276042014360428, -0.33362844586372375, -0.1103527769446373, -0.06373350322246552, 0.23804008960723877, -0.49376076459884644, 0.8036472201347351, -0.35957232117652893, -0.08707927167415619, 0.10112588107585907, 0.15865497291088104, -0.16284696757793427, 0.5656535625457764, -0.2810979187488556, 0.5312278866767883, 0.4551794230937958, -0.46912717819213867, 0.4342179000377655, 0.5764728784561157, -0.47108349204063416, 0.27972686290740967, -0.5927243828773499, -0.07754865288734436, 0.0986332893371582, 0.2238795906305313, -0.8403394818305969, -0.4125611484050751, 0.4529513418674469, -0.2964595556259155, 0.23592935502529144, -0.08100929111242294, -0.7176035046577454, -0.47561317682266235, -0.33558642864227295, 0.22246107459068298, 0.4159485995769501, -0.47100308537483215, 0.21521329879760742, 0.3913978934288025, 0.1713317334651947, -0.6094872355461121, -0.6270926594734192, -0.18047268688678741, -0.42088374495506287, -0.674288809299469, 0.25351426005363464, -0.18574512004852295, -0.29335668683052063, 0.12687624990940094, -0.006566563621163368, 0.04210878163576126, 0.18041828274726868, 0.37582772970199585, 0.589695394039154, -0.00620095944032073, -0.2512102723121643, -0.19258256256580353, -0.11289073526859283, 0.2607726752758026, 0.18508529663085938, 0.502369225025177, -0.10114472359418869, -0.3026500344276428, -0.1787799596786499, 0.0918600931763649, 0.4108709394931793, -0.06987722218036652, 0.874391496181488, 0.8840427994728088, -0.2915879786014557, 0.019404564052820206, -0.4851130247116089, 0.04457684978842735, -0.3927500247955322, 0.29657578468322754, -0.08602873235940933, -0.8496668338775635, 0.85703045129776, 0.206117644906044, 0.09141994267702103, 0.7989051938056946, 0.6814043521881104, 0.28151342272758484, 0.6593616008758545, 0.28178003430366516, -0.11873447149991989, 0.45091527700424194, -0.5872165560722351, -0.11216823011636734, -1.2138726711273193, -0.48563724756240845, -0.5023384690284729, -0.273737370967865, -0.7858843207359314, -0.3837144374847412, 0.37115588784217834, 0.2563033401966095, -0.7462717294692993, 0.4884934425354004, -0.4549468457698822, 0.04054638743400574, 0.6352272033691406, 0.3704339563846588, 0.20272095501422882, -0.2696855366230011, -0.02932419627904892, 0.2938354015350342, -0.5961670279502869, -0.35761094093322754, 1.2916666269302368, 0.19078463315963745, 0.6650980710983276, 0.03185053542256355, 0.9398114085197449, 0.2922547161579132, 0.47485893964767456, -0.2869095206260681, 0.6579492688179016, 0.020757587626576424, -0.5967119932174683, -0.30010902881622314, -0.5670904517173767, -0.9611649513244629, 0.22263358533382416, -0.05724230036139488, -0.9329328536987305, 0.2212488204240799, -0.04534520208835602, -0.07676533609628677, 0.118281289935112, -0.4794776439666748, 1.045905351638794, -0.1587313562631607, -0.6382866501808167, -0.01078333891928196, -0.9466578960418701, 0.5768476128578186, -0.07878823578357697, 0.3188615143299103, -0.30305206775665283, 0.056708674877882004, 1.1660268306732178, -0.6894187927246094, 1.0172051191329956, -0.2283085435628891, 0.13562732934951782, 0.3400843143463135, -0.4043537974357605, 0.5988720059394836, 0.000670599052682519, -0.15884605050086975, 0.5463969707489014, -0.29432106018066406, -0.2420102059841156, -0.4551861882209778, 0.868233323097229, -0.8163847923278809, -0.45283278822898865, -0.45861390233039856, -0.5715101361274719, 0.1649308204650879, 0.3240666091442108, 0.27796199917793274, 0.3878788650035858, -0.09360329061746597, 0.11987318098545074, 0.2099122256040573, -0.2684354782104492, 0.49140164256095886, 0.5429152250289917, -0.26243531703948975, -0.711514413356781, 0.567007303237915, 0.15103845298290253, -0.011354171670973301, 0.24719513952732086, 0.2531304657459259, -0.5678859353065491, -0.36845043301582336, -0.3540605902671814, 0.31430768966674805, -0.6374986171722412, -0.4102419316768646, -0.5166058540344238, -0.17906992137432098, -0.45625433325767517, 0.013297700323164463, -0.26646876335144043, -0.30441248416900635, -0.44154423475265503, -0.31981921195983887, 0.6149053573608398, 0.6128008365631104, -0.5060960650444031, 0.2129136025905609, -0.7210466861724854, 0.15591973066329956, -0.21886397898197174, 0.35749438405036926, 0.005046105477958918, -0.48599809408187866, -0.4890592694282532, -0.13169912993907928, -0.3637445271015167, -0.800544023513794, 0.5419017672538757, -0.1217091903090477, 0.7604222893714905, 0.12122791260480881, 0.2434273362159729, 0.8525962829589844, -0.3821178674697876, 0.9818650484085083, 0.018699584528803825, -0.6563701033592224, 0.6447397470474243, -0.3695327639579773, 0.08664432913064957, 0.47999700903892517, 0.2912856340408325, -0.41795846819877625, -0.27887940406799316, -0.9301366209983826, -1.1905603408813477, 0.9336302876472473, 0.47398841381073, -0.39429914951324463, -0.020592356100678444, 0.1567220538854599, -0.09969707578420639, 0.1485329270362854, -0.718390941619873, -0.8580854535102844, 0.14410747587680817, -0.17164944112300873, -0.2794128954410553, -0.06691276282072067, -0.5593752264976501, -0.46085843443870544, 0.9152088761329651, 0.15206044912338257, 0.3770989775657654, 0.2341005951166153, -0.017155278474092484, -0.16247278451919556, 0.14860843122005463, 0.5389174222946167, 0.7876797914505005, -0.4536362588405609, -0.04158585146069527, 0.1913805603981018, -0.5180781483650208, 0.08017302304506302, 0.39648112654685974, -0.031085383147001266, -0.16009165346622467, 0.8498954772949219, 1.1212294101715088, 0.30746322870254517, -0.4813164174556732, 0.45666471123695374, 0.15196901559829712, -0.036967311054468155, -0.48157158493995667, 0.04328269511461258, -0.17072120308876038, 0.3806307911872864, 0.33785656094551086, -0.042339518666267395, 0.17225779592990875, -0.1599283665418625, 0.30930542945861816, 0.12624122202396393, -0.12908098101615906, -0.23308469355106354, 0.7160706520080566, -0.057600196450948715, -0.14286768436431885, 0.6834189295768738, -0.13596974313259125, -0.4563044309616089, 0.9778310656547546, 0.5410712361335754, 1.035917043685913, -0.005019675008952618, 0.08848942816257477, 0.6373705863952637, 0.31001266837120056, -0.10364843159914017, 0.47974562644958496, 0.13372908532619476, -0.5917536020278931, -0.4265979528427124, -0.7959498167037964, -0.11677104979753494, 0.23623542487621307, -1.0513650178909302, 0.5196952223777771, -0.0735144168138504, -0.12371020019054413, -0.28767886757850647, 0.28421518206596375, -0.9376748204231262, 0.13930033147335052, -0.06661691516637802, 0.8735292553901672, -1.1507277488708496, 0.468308687210083, 0.6958388686180115, -0.616386353969574, -1.0339022874832153, -0.3967696726322174, 0.15792334079742432, -0.7618834376335144, 0.7805441617965698, 0.12524650990962982, 0.46100303530693054, -0.09315627813339233, -0.6200072765350342, -0.9991816878318787, 1.5309247970581055, 0.16010203957557678, -0.42756733298301697, 0.26622503995895386, 0.07583826780319214, 0.4519576132297516, -0.252270370721817, 0.44174399971961975, 0.5973263382911682, 0.7687602043151855, -0.011233209632337093, -0.8144582509994507, 0.514193594455719, -0.42933204770088196, -0.1319277584552765, 0.238736093044281, -0.8259772062301636, 0.9488362669944763, -0.1788647621870041, -0.013259302824735641, -0.19050712883472443, 0.37514129281044006, 0.68830406665802, 0.5499066710472107, 0.35986194014549255, 0.7675791382789612, 0.6707673072814941, -0.194027841091156, 1.2224229574203491, -0.18588891625404358, 0.851078987121582, 1.3052016496658325, -0.015878476202487946, 0.695775032043457, 0.29966163635253906, -0.4208235442638397, 0.49005284905433655, 0.9006720781326294, -0.35206568241119385, 0.4622321128845215, 0.2997611463069916, 0.029788896441459656, -0.06322767585515976, -0.037518687546253204, -0.4402630925178528, 0.36891236901283264, 0.011516682803630829, -0.5299724340438843, -0.3231610953807831, -0.2589839994907379, 0.15415167808532715, -0.37883099913597107, -0.32219937443733215, 0.5959236025810242, 0.02539605274796486, -0.4763413071632385, 0.662788987159729, -0.14733746647834778, 0.4610406756401062, -0.6261516213417053, -0.14453597366809845, -0.24537646770477295, 0.08073524385690689, -0.491720974445343, -0.7321805357933044, 0.3015793561935425, 0.022986868396401405, -0.2639888525009155, -0.14991925656795502, 0.6160905361175537, -0.3375692665576935, -0.6490660905838013, 0.48483940958976746, 0.46447548270225525, 0.27806100249290466, 0.20554165542125702, -0.7935071587562561, 0.323067307472229, 0.07575865834951401, -0.6663331389427185, 0.2747514843940735, 0.31182944774627686, -0.16297082602977753, 0.5528162121772766, 0.8182948231697083, 0.15034005045890808, 0.12665939331054688, 0.13934700191020966, 1.0341755151748657, -0.7530166506767273, -0.3479141294956207, -0.9418274164199829, 0.9413295388221741, -0.2585095465183258, -0.6813969016075134, 0.9742568135261536, 0.9305370450019836, 0.813273012638092, 0.00663172360509634, 0.6107510924339294, -0.39142394065856934, 0.3765034079551697, -0.4923190474510193, 0.8229201436042786, -0.6142527461051941, 0.3041698634624481, -0.47257232666015625, -0.8448195457458496, -0.2753884792327881, 0.4861755073070526, -0.346822589635849, -0.17568737268447876, 0.74495929479599, 0.8475031852722168, 0.13879382610321045, 0.07976263761520386, -0.03025384061038494, 0.482355535030365, 0.29995548725128174, 0.42525508999824524, 0.5837028622627258, -0.6351830959320068, 0.20448598265647888, -0.5493861436843872, -0.47238269448280334, -0.07533160597085953, -0.83261638879776, -0.7605462670326233, -0.6212021708488464, -0.40373313426971436, -0.5736677646636963, -0.007157518994063139, 1.0316773653030396, 0.36602529883384705, -0.7651624083518982, -0.4644085466861725, -0.05383282154798508, 0.27613019943237305, -0.28256645798683167, -0.31970304250717163, 0.7400680184364319, -0.21897850930690765, -0.6107941269874573, 0.30638882517814636, -0.06119526922702789, -0.3409477770328522, -0.12264397740364075, -0.16709327697753906, -0.4796902537345886, -0.3596760928630829, 0.5483412146568298, 0.10585669428110123, -0.6668973565101624, -0.29227930307388306, -0.2748413383960724, -0.020792393013834953, -0.0374545119702816, 0.47690969705581665, -0.473401814699173, 0.08205025643110275, 0.5736744403839111, 0.35047441720962524, 0.6696400046348572, -0.011170502752065659, 0.29850149154663086, -0.6543151140213013, -0.01677769608795643, -0.010673968121409416, 0.537975013256073, 0.08707857131958008, -0.5661670565605164, 1.0986555814743042, 0.5028392672538757, -0.7791522741317749, -0.9918519258499146, -0.2240426391363144, -1.2545422315597534, -0.009662289172410965, 1.3929388523101807, -0.22510631382465363, -0.2910340428352356, 0.010915475897490978, -0.057321298867464066, 0.479233980178833, -0.6006951928138733, 0.4766046404838562, 0.649840235710144, -0.4956410229206085, 0.15198171138763428, -0.5309249758720398, 0.30822303891181946, -0.12686002254486084, -1.0090192556381226, 0.06527828425168991, 0.6073803901672363, 0.38065865635871887, 0.1408001035451889, 0.7134811282157898, -0.13248488306999207, -0.16681094467639923, -0.008635690435767174, 0.14040736854076385, -0.24520380795001984, -0.13446439802646637, -0.29672110080718994, 0.046917807310819626, -0.4336440861225128, -0.284105509519577 ]
open-llm-leaderboard/details_vihangd__dopeyplats-1.1b-2T-v1
open-llm-leaderboard
2023-12-02T14:28:44Z
0
0
[ "region:us" ]
null
2023-12-02T14:28:39Z
--- pretty_name: Evaluation run of vihangd/dopeyplats-1.1b-2T-v1 dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [vihangd/dopeyplats-1.1b-2T-v1](https://huggingface.co/vihangd/dopeyplats-1.1b-2T-v1)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is composed of 1 configuration, each one coresponding to one of the\ \ evaluated task.\n\nThe dataset has been created from 1 run(s). Each run can be\ \ found as a specific split in each configuration, the split being named using the\ \ timestamp of the run.The \"train\" split is always pointing to the latest results.\n\ \nAn additional configuration \"results\" store all the aggregated results of the\ \ run (and is used to compute and display the aggregated metrics on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)).\n\ \nTo load the details from a run, you can for instance do the following:\n```python\n\ from datasets import load_dataset\ndata = load_dataset(\"open-llm-leaderboard/details_vihangd__dopeyplats-1.1b-2T-v1\"\ ,\n\t\"harness_gsm8k_5\",\n\tsplit=\"train\")\n```\n\n## Latest results\n\nThese\ \ are the [latest results from run 2023-12-02T14:28:36.585578](https://huggingface.co/datasets/open-llm-leaderboard/details_vihangd__dopeyplats-1.1b-2T-v1/blob/main/results_2023-12-02T14-28-36.585578.json)(note\ \ that their might be results for other tasks in the repos if successive evals didn't\ \ cover the same tasks. You find each in the results and the \"latest\" split for\ \ each eval):\n\n```python\n{\n \"all\": {\n \"acc\": 0.016679302501895376,\n\ \ \"acc_stderr\": 0.0035275958887224295\n },\n \"harness|gsm8k|5\"\ : {\n \"acc\": 0.016679302501895376,\n \"acc_stderr\": 0.0035275958887224295\n\ \ }\n}\n```" repo_url: https://huggingface.co/vihangd/dopeyplats-1.1b-2T-v1 leaderboard_url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard point_of_contact: [email protected] configs: - config_name: harness_gsm8k_5 data_files: - split: 2023_12_02T14_28_36.585578 path: - '**/details_harness|gsm8k|5_2023-12-02T14-28-36.585578.parquet' - split: latest path: - '**/details_harness|gsm8k|5_2023-12-02T14-28-36.585578.parquet' - config_name: results data_files: - split: 2023_12_02T14_28_36.585578 path: - results_2023-12-02T14-28-36.585578.parquet - split: latest path: - results_2023-12-02T14-28-36.585578.parquet --- # Dataset Card for Evaluation run of vihangd/dopeyplats-1.1b-2T-v1 ## Dataset Description - **Homepage:** - **Repository:** https://huggingface.co/vihangd/dopeyplats-1.1b-2T-v1 - **Paper:** - **Leaderboard:** https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard - **Point of Contact:** [email protected] ### Dataset Summary Dataset automatically created during the evaluation run of model [vihangd/dopeyplats-1.1b-2T-v1](https://huggingface.co/vihangd/dopeyplats-1.1b-2T-v1) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). The dataset is composed of 1 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional configuration "results" store all the aggregated results of the run (and is used to compute and display the aggregated metrics on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)). To load the details from a run, you can for instance do the following: ```python from datasets import load_dataset data = load_dataset("open-llm-leaderboard/details_vihangd__dopeyplats-1.1b-2T-v1", "harness_gsm8k_5", split="train") ``` ## Latest results These are the [latest results from run 2023-12-02T14:28:36.585578](https://huggingface.co/datasets/open-llm-leaderboard/details_vihangd__dopeyplats-1.1b-2T-v1/blob/main/results_2023-12-02T14-28-36.585578.json)(note that their might be results for other tasks in the repos if successive evals didn't cover the same tasks. You find each in the results and the "latest" split for each eval): ```python { "all": { "acc": 0.016679302501895376, "acc_stderr": 0.0035275958887224295 }, "harness|gsm8k|5": { "acc": 0.016679302501895376, "acc_stderr": 0.0035275958887224295 } } ``` ### Supported Tasks and Leaderboards [More Information Needed] ### Languages [More Information Needed] ## Dataset Structure ### Data Instances [More Information Needed] ### Data Fields [More Information Needed] ### Data Splits [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]
[ -0.26957497000694275, -0.6747548580169678, 0.1530737578868866, 0.3134709894657135, -0.24450665712356567, 0.10071350634098053, -0.42817169427871704, -0.09621299058198929, 0.4401939809322357, 0.5882900357246399, -0.7523567080497742, -0.8761193156242371, -0.6936212778091431, 0.11069615930318832, -0.13670246303081512, 1.2034631967544556, -0.40068671107292175, -0.033095430582761765, -0.081996388733387, -0.27397850155830383, -0.34704598784446716, -0.44358494877815247, -0.3137475848197937, -0.459506630897522, 0.32047274708747864, 0.722104549407959, 0.29994407296180725, 0.604080319404602, 0.7026926279067993, 0.3533259332180023, -0.08615867793560028, 0.22605228424072266, -0.6130931377410889, 0.020642472431063652, 0.19990839064121246, -0.6104925274848938, -0.7974854111671448, 0.15920136868953705, 0.7294530272483826, 0.4395952522754669, -0.16506601870059967, 0.6975318193435669, 0.17733700573444366, 0.5672526955604553, -0.4781237542629242, 0.4910142123699188, -0.33650851249694824, 0.0751306563615799, -0.39831650257110596, -0.2615061402320862, 0.009765547700226307, -0.4074175953865051, -0.08844733983278275, -0.46682319045066833, 0.14237020909786224, -0.05746078118681908, 0.9463714361190796, 0.25148463249206543, -0.0883679986000061, -0.12835367023944855, -0.36151444911956787, 0.8112413883209229, -0.7541583180427551, -0.12263648211956024, 0.6284719705581665, 0.09084254503250122, -0.24431638419628143, -0.6839770674705505, -0.3591451346874237, -0.018317775800824165, -0.2000482678413391, 0.20986035466194153, 0.047144461423158646, -0.15933796763420105, 0.4334518015384674, 0.8306788206100464, -0.7269426584243774, 0.03504285216331482, -0.595951497554779, -0.08335062861442566, 0.9818717241287231, 0.422218382358551, 0.08969821035861969, -0.5223208069801331, -0.5096971392631531, -0.3373456299304962, -0.4616040587425232, 0.25171905755996704, 0.32963186502456665, 0.512040376663208, -0.6689295768737793, 0.8858609795570374, -0.4046860337257385, 0.4825654625892639, -0.10601396858692169, -0.2655555307865143, 0.9092404246330261, -0.7113005518913269, -0.24424175918102264, 0.00869419239461422, 1.1002689599990845, 0.3911486566066742, 0.11115466803312302, 0.23152467608451843, -0.19979296624660492, -0.11493771523237228, 0.030170641839504242, -0.7514539361000061, -0.15943218767642975, 0.4130585193634033, -0.5056403279304504, -0.42208826541900635, 0.2752937376499176, -0.8386507034301758, -0.128438800573349, -0.3159675896167755, 0.3147766888141632, -0.24176809191703796, -0.39619240164756775, -0.0844392478466034, -0.07874736189842224, 0.33325764536857605, 0.1527952402830124, -0.6099531054496765, 0.4622724652290344, 0.6383578777313232, 1.0350781679153442, -0.1964435577392578, -0.4472722113132477, -0.4844849109649658, -0.348564475774765, -0.11433317512273788, 0.39498278498649597, -0.09694547951221466, -0.3954485058784485, -0.12001680582761765, 0.2748968303203583, -0.321384996175766, -0.5683432221412659, 0.6864074468612671, -0.13879922032356262, 0.16770386695861816, -0.34911367297172546, -0.4711267650127411, -0.06618396937847137, 0.42653489112854004, -0.5800696611404419, 1.4653743505477905, 0.3873004615306854, -0.8551334738731384, 0.154377743601799, -0.8067501187324524, -0.1952417939901352, 0.13606110215187073, -0.013685223646461964, -0.5317894816398621, -0.10382191836833954, 0.13030081987380981, 0.6261643171310425, -0.2711050510406494, 0.07191234827041626, -0.21888749301433563, -0.3726317584514618, 0.15326513350009918, -0.06839854270219803, 1.062667727470398, 0.15825839340686798, -0.33603256940841675, 0.18060831725597382, -0.8486219048500061, 0.1453120857477188, 0.3831665515899658, -0.47277671098709106, -0.2377287745475769, -0.17686614394187927, 0.12576451897621155, 0.13140343129634857, 0.5731131434440613, -0.5863692164421082, 0.41202375292778015, -0.13052713871002197, 0.21086597442626953, 0.961143970489502, -0.047407567501068115, 0.17971284687519073, -0.48985257744789124, 0.626506507396698, 0.05201288312673569, 0.29329416155815125, 0.05653420090675354, -0.510833203792572, -0.7317925095558167, -0.3267565369606018, 0.1998160183429718, 0.7315554022789001, -0.4910227656364441, 0.705832839012146, -0.5111300945281982, -0.7386153340339661, -0.6485587358474731, 0.14598435163497925, 0.49721235036849976, 0.5041766166687012, 0.36066538095474243, -0.2900739312171936, -0.7492565512657166, -0.945377767086029, 0.05907464027404785, -0.2921963930130005, 0.07070989906787872, 0.41052988171577454, 0.9996131062507629, -0.1055176630616188, 0.7187168002128601, -0.7689065933227539, -0.3123152256011963, -0.27511703968048096, -0.043642181903123856, 0.7330960631370544, 0.4976206123828888, 0.4610772430896759, -0.7347249984741211, -0.48326393961906433, -0.1664307713508606, -0.8079217076301575, -0.2669370472431183, -0.051809828728437424, -0.25373709201812744, 0.12187174707651138, -0.1058378741145134, -0.49204882979393005, 0.5381589531898499, 0.4930914342403412, -0.5908781886100769, 0.6589055061340332, 0.061857085675001144, 0.33919352293014526, -1.0897789001464844, 0.08543206006288528, 0.13255691528320312, -0.11100804060697556, -0.4123247265815735, -0.09902765601873398, -0.07623358815908432, 0.3904338479042053, -0.47681546211242676, 0.620153546333313, -0.34949973225593567, -0.18192385137081146, 0.1057078093290329, 0.18419931828975677, -0.10250474512577057, 0.5916740298271179, -0.22481057047843933, 0.7170217633247375, 0.6031221747398376, -0.4291468560695648, 0.492220401763916, 0.6462249755859375, -0.5364561676979065, 0.26501545310020447, -0.5290542244911194, -0.03750530630350113, 0.1724771112203598, 0.08966930210590363, -1.0008230209350586, -0.3669739067554474, 0.5961883664131165, -0.5442583560943604, 0.28221672773361206, -0.3003673851490021, -0.6664353013038635, -0.44823768734931946, -0.651040256023407, 0.18262821435928345, 0.6001631021499634, -0.5499340295791626, 0.08970604836940765, 0.48048844933509827, -0.05105239897966385, -0.6517413854598999, -0.7588187456130981, -0.19514073431491852, -0.2853603959083557, -0.6911224126815796, 0.41967418789863586, -0.2570492625236511, -0.35500970482826233, -0.044128112494945526, -0.1490413099527359, -0.07833749055862427, 0.11447303742170334, 0.3193625807762146, 0.5090106129646301, -0.15863646566867828, -0.29978200793266296, -0.21912996470928192, -0.061160631477832794, 0.11925911158323288, 0.12126652896404266, 0.5494712591171265, -0.2852459251880646, -0.2072615772485733, -0.15675903856754303, 0.038211889564991, 0.39072126150131226, -0.14082618057727814, 0.8032571077346802, 0.6752157211303711, -0.2081361711025238, -0.03507782518863678, -0.38579264283180237, 0.13151390850543976, -0.45403870940208435, 0.35208913683891296, -0.21099908649921417, -0.7100729942321777, 0.7746152877807617, 0.28527674078941345, 0.17711500823497772, 0.6143427491188049, 0.7736490368843079, 0.0820605680346489, 0.5495737791061401, 0.24672825634479523, -0.03549865260720253, 0.6493216753005981, -0.8150707483291626, -0.19341512024402618, -1.170490026473999, -0.440252423286438, -0.4051913917064667, -0.37578389048576355, -0.8508656620979309, -0.5424388647079468, 0.2221449911594391, 0.24038954079151154, -0.32535654306411743, 0.5040196180343628, -0.6088127493858337, 0.24408243596553802, 0.5542265772819519, 0.2324516922235489, 0.10534799844026566, 0.019035663455724716, -0.08333786576986313, 0.11847646534442902, -0.47410669922828674, -0.4791935086250305, 1.4301950931549072, 0.28739574551582336, 0.622930109500885, -0.04917510971426964, 1.0021755695343018, 0.25299757719039917, 0.3465003967285156, -0.5521576404571533, 0.6829835772514343, -0.04947326332330704, -0.42969411611557007, -0.22632282972335815, -0.5194212198257446, -0.8729633688926697, 0.34543389081954956, 0.0037455798592418432, -0.9501039385795593, 0.023404954001307487, -0.05966806784272194, 0.004765450954437256, 0.2814978063106537, -0.4672366678714752, 0.8763649463653564, -0.29697075486183167, -0.5158638954162598, 0.0692487433552742, -0.7891494631767273, 0.4471113383769989, 0.03097395971417427, 0.2379273623228073, -0.32312124967575073, -0.024238094687461853, 1.0608947277069092, -0.7060924768447876, 0.7983586192131042, -0.30035120248794556, 0.08527365326881409, 0.4092056155204773, -0.4273095428943634, 0.4357929229736328, 0.028098613023757935, -0.3256809413433075, 0.5194903612136841, -0.1797354519367218, -0.2882251739501953, -0.21524561941623688, 0.9191112518310547, -0.8953860998153687, -0.2994411587715149, -0.4491053521633148, -0.4890490174293518, 0.25725463032722473, 0.2281821370124817, 0.3755784332752228, 0.25587716698646545, -0.14846977591514587, 0.2109919786453247, 0.3610888123512268, -0.11265449225902557, 0.5049449801445007, 0.42875683307647705, -0.306169331073761, -0.6028358936309814, 0.6136214733123779, 0.3353855609893799, 0.02054353803396225, 0.20591561496257782, 0.10360782593488693, -0.4921519458293915, -0.5400596261024475, -0.37645837664604187, 0.24792137742042542, -0.5996774435043335, -0.2960769236087799, -0.3831331431865692, -0.3508298099040985, -0.3676765561103821, 0.1912013292312622, -0.40603184700012207, -0.5305432081222534, -0.40265679359436035, -0.2912552058696747, 0.6527069807052612, 0.5184065699577332, -0.4235294461250305, 0.2951931655406952, -0.7548123598098755, 0.3647800087928772, -0.1920282244682312, 0.5099696516990662, -0.228486105799675, -0.5862709879875183, -0.486325740814209, 0.14801767468452454, -0.4830273687839508, -0.836087703704834, 0.5343770980834961, 0.012554675340652466, 0.7647095322608948, -0.042204178869724274, 0.15307772159576416, 0.7540165185928345, -0.22221162915229797, 1.0804188251495361, -0.026215752586722374, -0.6557153463363647, 0.7807229161262512, -0.3496016561985016, 0.09539532661437988, 0.5484114289283752, 0.24528488516807556, -0.398327112197876, -0.16351346671581268, -0.7924143671989441, -1.1946032047271729, 1.0843868255615234, 0.6571661829948425, -0.23560486733913422, 0.07484464347362518, 0.4070386290550232, 0.05973644554615021, 0.17471124231815338, -0.8185955882072449, -0.7616352438926697, -0.11988846212625504, -0.21331356465816498, -0.04946066439151764, -0.1218225285410881, -0.4034922122955322, -0.4844549298286438, 0.8618183732032776, 0.018707141280174255, 0.30660390853881836, 0.30468106269836426, -0.1047748401761055, -0.25438010692596436, 0.2036653757095337, 0.41045770049095154, 0.7571150660514832, -0.4489350914955139, -0.25456708669662476, 0.17719250917434692, -0.6516232490539551, 0.06511431187391281, 0.2637764513492584, 0.03916904330253601, -0.09157370775938034, 0.6553710699081421, 1.019589900970459, 0.017519427463412285, -0.44222259521484375, 0.5972825884819031, -0.026178983971476555, -0.32303088903427124, -0.6591207385063171, 0.18871404230594635, -0.15318606793880463, 0.3618372082710266, 0.38644737005233765, -0.09084123373031616, -0.08740075677633286, -0.23939962685108185, 0.30163273215293884, 0.16889254748821259, -0.10109026730060577, -0.3673053979873657, 0.5358710289001465, -0.038612090051174164, -0.37002694606781006, 0.7606795430183411, -0.05633114278316498, -0.5182440876960754, 1.0056732892990112, 0.2383490651845932, 0.9776564836502075, -0.14513038098812103, 0.1386023610830307, 0.5698196291923523, 0.2371191829442978, -0.17349444329738617, 0.7437540292739868, 0.013067567721009254, -0.6094151735305786, -0.4071175754070282, -0.8049479722976685, -0.19476132094860077, 0.3532700538635254, -1.09573233127594, 0.45816412568092346, -0.18340006470680237, -0.19292128086090088, -0.22034166753292084, 0.427142858505249, -0.8933044075965881, 0.0335482656955719, 0.18628600239753723, 0.8177123665809631, -1.0277767181396484, 0.6399633884429932, 0.8513525128364563, -0.5515714883804321, -0.7457810044288635, -0.20762406289577484, 0.11389718949794769, -0.8282787799835205, 0.5921000242233276, 0.27103757858276367, 0.3945890963077545, -0.27428165078163147, -0.6741454005241394, -0.9678531885147095, 1.5002347230911255, 0.1464557647705078, -0.6180799603462219, 0.2463955283164978, 0.1826985627412796, 0.491910457611084, -0.4041423499584198, 0.4921298027038574, 0.6742990016937256, 0.7168222069740295, -0.007212981581687927, -1.0421935319900513, 0.24278254806995392, -0.526926577091217, -0.1709645688533783, 0.2104799598455429, -0.9105026125907898, 1.0930801630020142, -0.212355837225914, 0.03362907096743584, 0.03080919198691845, 0.34358230233192444, 0.6090482473373413, 0.345493346452713, 0.46036726236343384, 0.6792502999305725, 0.6676352024078369, -0.29434913396835327, 1.1448776721954346, -0.15991243720054626, 0.8158151507377625, 1.1895031929016113, -0.011157692410051823, 0.7228326201438904, 0.3876552879810333, -0.5322943925857544, 0.49324244260787964, 0.8623918890953064, -0.43414974212646484, 0.49133142828941345, 0.3220100402832031, 0.07701367884874344, -0.06960474699735641, 0.02428310178220272, -0.4614243805408478, 0.5467593669891357, 0.22316689789295197, -0.5279123783111572, -0.1521703600883484, -0.3009473979473114, 0.07533986121416092, -0.2745978534221649, -0.2597654163837433, 0.5370941162109375, 0.02996695414185524, -0.5336055755615234, 0.7380403876304626, -0.17428243160247803, 0.6717691421508789, -0.6897286772727966, -0.17412762343883514, -0.23780182003974915, 0.23210902512073517, -0.5137974619865417, -1.0104668140411377, 0.2296714037656784, 0.14758652448654175, -0.2798542082309723, -0.2992117404937744, 0.5111196637153625, -0.3800848722457886, -0.5636895298957825, 0.45513346791267395, 0.5338978171348572, 0.37854042649269104, 0.1873036026954651, -0.938119649887085, 0.22189977765083313, 0.2540203034877777, -0.8949317932128906, 0.377695769071579, 0.2472967803478241, 0.04200238361954689, 0.525498628616333, 0.6364632844924927, 0.12373814731836319, 0.0951678454875946, -0.019808776676654816, 1.126481533050537, -0.7081688046455383, -0.35507479310035706, -0.9529068470001221, 1.0045987367630005, -0.26572662591934204, -0.600333034992218, 0.9055600166320801, 0.944673478603363, 0.8732144236564636, 0.15648695826530457, 0.8203334212303162, -0.4370543956756592, 0.5158398151397705, -0.45823371410369873, 0.758854329586029, -0.7608634829521179, 0.44464734196662903, -0.3128289580345154, -0.8861890435218811, -0.041874658316373825, 0.6305301785469055, -0.22112618386745453, -0.06937111169099808, 0.542475163936615, 0.8201152682304382, -0.0039042863063514233, 0.053775470703840256, -0.08376896381378174, 0.488446444272995, 0.22259537875652313, 0.48834994435310364, 0.6852737069129944, -0.7447076439857483, 0.4487546682357788, -0.6591640710830688, -0.45464205741882324, -0.11024760454893112, -0.6890044212341309, -0.8163517713546753, -0.5340355634689331, -0.45973458886146545, -0.533606231212616, -0.10044911503791809, 1.0508016347885132, 0.4513494074344635, -0.7311906218528748, -0.46419137716293335, 0.1017206683754921, 0.25850817561149597, -0.21658314764499664, -0.32657307386398315, 0.5469371676445007, -0.11007297784090042, -0.8028416037559509, 0.37198296189308167, -0.10541968792676926, -0.16522318124771118, -0.08977849781513214, -0.22460469603538513, -0.4062758982181549, -0.37838274240493774, 0.4251174032688141, 0.13220173120498657, -0.687757134437561, -0.19431191682815552, -0.13649870455265045, -0.014371303841471672, 0.4244039058685303, 0.3797197937965393, -0.6062983274459839, 0.1541980654001236, 0.7336968183517456, 0.03278413414955139, 0.8056080937385559, -0.026186328381299973, 0.2684122622013092, -0.8378860354423523, 0.0474836640059948, 0.06494853645563126, 0.5816032886505127, 0.21019196510314941, -0.46357789635658264, 1.1398299932479858, 0.2917416989803314, -0.6539490818977356, -0.9820845723152161, -0.16325555741786957, -1.1927040815353394, 0.0229458250105381, 1.3502986431121826, -0.42180079221725464, -0.3544989824295044, 0.10898931324481964, -0.1254492849111557, 0.403119832277298, -0.5478883385658264, 0.45994654297828674, 0.6767849922180176, -0.35830825567245483, 0.03782327473163605, -0.582858681678772, 0.2921457588672638, 0.03952730819582939, -0.8947709798812866, 0.08752214908599854, 0.3470272719860077, 0.5494166016578674, 0.11301784962415695, 0.8501883745193481, -0.18977408111095428, -0.13765430450439453, 0.007688053883612156, 0.15146929025650024, -0.2450713962316513, -0.07317429035902023, -0.2786025404930115, 0.028460891917347908, -0.36641010642051697, -0.5386500358581543 ]