text stringlengths 13 30k |
|---|
{"storyid": "0008c800-82b6-43b3-8b53-5475ed1dac9b", "linenum": 2, "char": "Nana", "prob_positive_answer": 0.6666666666666666, "label": 5, "sent1": "Nana came into the room with a puzzled look on her face.", "sent2": "She held up an orange sock and a blue one.", "ending5": "Nana needs stability", "ending4": "Nana needs ... |
{"storyid": "0008c800-82b6-43b3-8b53-5475ed1dac9b", "linenum": 3, "char": "My daughter", "prob_positive_answer": 0.0, "label": 0, "sent1": "Nana came into the room with a puzzled look on her face. She held up an orange sock and a blue one.", "sent2": "My daughter jumped up and grabbed the blue one out of her hand.", "e... |
{"storyid": "0008c800-82b6-43b3-8b53-5475ed1dac9b", "linenum": 3, "char": "Nana", "prob_positive_answer": 0.0, "label": 0, "sent1": "Nana came into the room with a puzzled look on her face. She held up an orange sock and a blue one.", "sent2": "My daughter jumped up and grabbed the blue one out of her hand.", "ending5"... |
{"storyid": "0008c800-82b6-43b3-8b53-5475ed1dac9b", "linenum": 4, "char": "My daughter", "prob_positive_answer": 0.0, "label": 0, "sent1": "Nana came into the room with a puzzled look on her face. She held up an orange sock and a blue one. My daughter jumped up and grabbed the blue one out of her hand.", "sent2": "She ... |
{"storyid": "0008c800-82b6-43b3-8b53-5475ed1dac9b", "linenum": 4, "char": "Nana", "prob_positive_answer": 0.5, "label": 0, "sent1": "Nana came into the room with a puzzled look on her face. She held up an orange sock and a blue one. My daughter jumped up and grabbed the blue one out of her hand.", "sent2": "She took of... |
{"storyid": "0008c800-82b6-43b3-8b53-5475ed1dac9b", "linenum": 5, "char": "My daughter", "prob_positive_answer": 0.6666666666666666, "label": 4, "sent1": "Nana came into the room with a puzzled look on her face. She held up an orange sock and a blue one. My daughter jumped up and grabbed the blue one out of her hand. S... |
{"storyid": "0008c800-82b6-43b3-8b53-5475ed1dac9b", "linenum": 5, "char": "Nana", "prob_positive_answer": 0.6666666666666666, "label": 2, "sent1": "Nana came into the room with a puzzled look on her face. She held up an orange sock and a blue one. My daughter jumped up and grabbed the blue one out of her hand. She took... |
{"date": "2021-10-13 19:47:44", "id": 1448374915636383745, "username": "SenatorHassan", "text": "Happy th birthday to the @USNavy! The strength, dedication, and skill of our Sailors including those at Portsmouth Naval Shipyard help keep this country safe, secure, and free. Today we recognize and celebrate their incredi... |
{"date": "2021-06-30 14:53:13", "id": 1410250073003462656, "username": "SenatorMenendez", "text": "The greatest generation's investment in infrastructure made us the envy of the world. But now we've gone almost an entire lifetime without making any significant investments in the NEXT generation of American infrastructu... |
{"date": "2021-08-08 01:11:29", "id": 1424176405881966599, "username": "SenBillCassidy", "text": "Thanks to @SenTedCruz and @SenatorWarnock, the Infrastructure Investment and Jobs Act authorizes the Interstate East-West corridor across TX, LA, MS, AL, and GA. Working together to deliver real infrastructure!", "party":... |
{"date": "2021-04-14 14:02:49", "id": 1382333523567185921, "username": "SenBlumenthal", "text": "/ To get lasting change we cant just lock up those convicted of these crimes, but must also work to combat bias and bigotry. The NO HATE Act would allow courts to implement alternative sentencingrequiring people to do educ... |
{"date": "2021-12-11 16:06:38", "id": 1469700160934621188, "username": "SenatorBraun", "text": "Today were celebrating years of the Hoosier state. Happy birthday Indiana! https://t.co/gjzh3dHnIb", "party": "Republican", "labels": 0} |
{"date": "2021-05-11 17:18:50", "id": 1392167324401143812, "username": "SenJeffMerkley", "text": "The #ForthePeopleAct includes reforms that are popular with Americans no matter what party theyre from: Expanded early voting Automatic voter registration Public disclosure of campaign contributions So, lets get it done.",... |
{"date": "2021-08-10 16:22:55", "id": 1425130548620578816, "username": "SenBlumenthal", "text": "Todays strong, bipartisan vote is just the beginningI'm going to continue fighting for more investments necessary to meet our nations challenges.", "party": "Democrat", "labels": 1} |
{"date": "2021-08-12 01:13:26", "id": 1425626448518385664, "username": "SenatorHagerty", "text": "Supporting crime victims requires holding crime perpetrators accountable.Yet the Biden Admin is preventing ICE from deporting thousands of criminal illegal aliens. This morning, the Senate adopted my amendment to give ICE ... |
{"date": "2021-12-11 16:27:51", "id": 1469705498224209928, "username": "SenBillCassidy", "text": "We in Louisiana know how natural disasters change lives. If theres anyway Louisiana can help, we will. I will support Federal relief. Our hearts are with Kentucky.", "party": "Republican", "labels": 0} |
{"date": "2021-01-20 13:55:04", "id": 1351890994220957698, "username": "CoryBooker", "text": "Today we start anew.", "party": "Democrat", "labels": 1} |
{"query_name": "Unused local variable", "code_file_path": "bmander/graphserver/pygs/test/unit_test/test_graph.py", "context_blocks": [{"content": " def xtestx_shortest_path_tree_bigweight(self):\n g = Graph()\n fromv = g.add_vertex(\"home\")\n tov = g.add_vertex(\"work\")\n s = Street( \"... |
{"query_name": "Unused local variable", "code_file_path": "bmander/graphserver/pygs/test/unit_test/test_graph.py", "context_blocks": [{"content": " def test_shortest_path_tree(self):\n g = Graph()\n \n # add two vertices, home and work\n fromv = g.add_vertex(\"home\")\n tov = g.add... |
{"query_name": "Unused local variable", "code_file_path": "bmander/graphserver/pygs/test/unit_test/test_graph.py", "context_blocks": [{"content": " def xtestx_shortest_path_bigweight(self):\n g = Graph()\n fromv = g.add_vertex(\"home\")\n tov = g.add_vertex(\"work\")\n s = Street( \"hello... |
{"MedlineCitation": {"PMID": 23, "DateCompleted": {"Year": 1976, "Month": 1, "Day": 26}, "NumberOfReferences": 0, "DateRevised": {"Year": 2020, "Month": 2, "Day": 25}, "Article": {"Abstract": {"AbstractText": "The distribution of blood flow to the subendocardial, medium and subepicardial layers of the left ventricular ... |
{"MedlineCitation": {"PMID": 30, "DateCompleted": {"Year": 1976, "Month": 2, "Day": 13}, "NumberOfReferences": 0, "DateRevised": {"Year": 2020, "Month": 2, "Day": 25}, "Article": {"Abstract": {"AbstractText": "Seven distinct glycosidases (EC 3.2) have been characterized in guinea-pig epidermis. Their properties indicat... |
{"MedlineCitation": {"PMID": 73, "DateCompleted": {"Year": 1976, "Month": 2, "Day": 13}, "NumberOfReferences": 0, "DateRevised": {"Year": 2019, "Month": 6, "Day": 9}, "Article": {"Abstract": {"AbstractText": "1. Based on incorporation of radioactively labeled N-ethylmaleimide, the readily reactive thiol groups of isola... |
{"MedlineCitation": {"PMID": 104, "DateCompleted": {"Year": 1976, "Month": 2, "Day": 19}, "NumberOfReferences": 0, "DateRevised": {"Year": 2017, "Month": 9, "Day": 22}, "Article": {"Abstract": {"AbstractText": "Experiments were conducted on male rats. A study was made of the content of nicotinamide coenzymes in the liv... |
{"MedlineCitation": {"PMID": 129, "DateCompleted": {"Year": 1976, "Month": 2, "Day": 20}, "NumberOfReferences": 0, "DateRevised": {"Year": 2019, "Month": 6, "Day": 13}, "Article": {"Abstract": {"AbstractText": "(1) Crude synaptosomal fractions (P2) derived from guinea-pig cerebral cortex were incubated in the presence ... |
{"MedlineCitation": {"PMID": 156, "DateCompleted": {"Year": 1976, "Month": 2, "Day": 26}, "NumberOfReferences": 0, "DateRevised": {"Year": 2020, "Month": 2, "Day": 25}, "Article": {"Abstract": {"AbstractText": "The rate of coronary blood flow was varied in isolated working rat heart preparations to determine its influe... |
{"MedlineCitation": {"PMID": 171, "DateCompleted": {"Year": 1976, "Month": 2, "Day": 19}, "NumberOfReferences": 0, "DateRevised": {"Year": 2019, "Month": 10, "Day": 21}, "Article": {"Abstract": {"AbstractText": "1. We measured the minute ventilation and arterial blood catecholamine concentrations in four normal men sta... |
{"MedlineCitation": {"PMID": 251, "DateCompleted": {"Year": 1976, "Month": 2, "Day": 21}, "NumberOfReferences": 0, "DateRevised": {"Year": 2018, "Month": 4, "Day": 29}, "Article": {"Abstract": {"AbstractText": "Some derivatives of isoindoline were prepared in order to test their cardiovascular activity. Pharmacological... |
{"MedlineCitation": {"PMID": 385, "DateCompleted": {"Year": 1976, "Month": 2, "Day": 9}, "NumberOfReferences": 0, "DateRevised": {"Year": 2021, "Month": 2, "Day": 10}, "Article": {"Abstract": {"AbstractText": "Reduced coenzyme Q-cytochrome c reductase from bovine heart mitochondria (complex III) was incorporated into p... |
{"text": "i start to feel emotional", "target": 4, "evaluation_predictions": [4.0625, -1.6083984375, -1.279296875, -0.106689453125, 0.2724609375, -1.5810546875]} |
{"text": "i believe feeling duality suffering soul growth tells of an ending or a decline or a change of direction often one associated with emotions and it offers one possible response to that decline or change moving on", "target": 4, "evaluation_predictions": [4.3828125, -0.486572265625, -0.68603515625, -1.0546875, ... |
{"text": "i hostage negotiator on her case has her feeling hopeful about her future", "target": 2, "evaluation_predictions": [-1.0126953125, 4.48828125, -0.2685546875, -1.2998046875, -1.361328125, -0.87060546875]} |
{"text": "im feeling a little dirty", "target": 4, "evaluation_predictions": [4.4296875, -1.115234375, -1.1279296875, -0.130126953125, -0.640625, -1.4853515625]} |
{"text": "i can cope with his presence without feeling distressed if i can force myself into a quiet and resigned friendship", "target": 1, "evaluation_predictions": [0.164794921875, -1.8095703125, -2.0625, -0.9716796875, 3.455078125, 0.2056884765625]} |
{"text": "i had the feeling that it might not have been taken as the truthful and sincere compliment it would have been", "target": 2, "evaluation_predictions": [-1.3154296875, 4.26953125, 1.0869140625, -1.4150390625, -1.9970703125, -1.2041015625]} |
{"text": "i asked some girls what it meant to them to be valued and for the most part the response was that they felt valued when the people around them made them feel valued and treated them in a loving and caring manner", "target": 2, "evaluation_predictions": [-1.3203125, 2.78125, 2.556640625, -1.4482421875, -1.9238... |
{"text": "i feel if i completely hated things i d exercise my democratic right speak my mind in what ever ways possible and try to enact a change", "target": 0, "evaluation_predictions": [1.6806640625, -0.96142578125, -0.73291015625, 2.576171875, -1.416015625, -2.0390625]} |
{"text": "i could almost feel her gentle touch in the moonbeam she sent to shine over me he added touching his face dreamily", "target": 3, "evaluation_predictions": [-0.66259765625, 0.466796875, 3.15234375, -1.2646484375, -1.2734375, -0.92626953125]} |
{"text": "i woke up very early this morning feeling joyful", "target": 2, "evaluation_predictions": [-0.947265625, 4.6875, -0.0026702880859375, -1.33203125, -1.8486328125, -1.0888671875]} |
{"NNQT_question": "What is the {periodical literature} for {mouthpiece} of {Delta Air Lines}", "uid": 19719, "subgraph": "simple question right", "template_index": 65, "question": "What periodical literature does Delta Air Lines use as a moutpiece?", "sparql_wikidata": " select distinct ?obj where { wd:Q188920 wdt:P281... |
{"NNQT_question": "What is {child of} of {husband} of {Ranavalona I} ?", "uid": 15554, "subgraph": "left-subgraph", "template_index": 8, "question": "Who is the child of Ranavalona I's husband?", "sparql_wikidata": "SELECT ?answer WHERE { wd:Q169794 wdt:P26 ?X . ?X wdt:P22 ?answer}", "sparql_dbpedia18": "SELECT ?answer... |
{"NNQT_question": "Did {Jeff_Bridges} {occupation} {Lane Chandler} and {photographer} ?", "uid": 974, "subgraph": "boolean double one_hop right subgraph", "template_index": 474, "question": "Is it true Jeff_Bridges occupation Lane Chandler and photographer ?", "sparql_wikidata": "ASK WHERE { wd:Q174843 wdt:P106 wd:Q180... |
{"NNQT_question": "What is {prequel of} of {phase of matter} of {Galinstan} ?", "uid": 15803, "subgraph": "right-subgraph", "template_index": 33, "question": "What is the pre-requisite of phase matter of Galinstan?", "sparql_wikidata": "SELECT ?answer WHERE { wd:Q675176 wdt:P515 ?X . ?X wdt:P156 ?answer}", "sparql_dbpe... |
{"NNQT_question": "Give me {cola} that starts with {'p'}", "uid": 24488, "subgraph": "string matching simple contains word", "template_index": 631, "question": "which cola starts with the letter p", "sparql_wikidata": "SELECT DISTINCT ?sbj ?sbj_label WHERE { ?sbj wdt:P31 wd:Q134041 . ?sbj rdfs:label ?sbj_label . FILTER... |
{"NNQT_question": "Does the {right ascension} of the {Malin 1} {less than} {15.1398}", "uid": 18423, "subgraph": "boolean with filter", "template_index": 441, "question": "Is the right ascension of malin 1 less than 15.1398?", "sparql_wikidata": "ASK WHERE { wd:Q4180017 wdt:P6257 ?obj filter(?obj < 15.1398) } ", "sparq... |
{"NNQT_question": "What is the {discography} for {discography} of {Jerry Lee Lewis}", "uid": 21845, "subgraph": "simple question right", "template_index": 2191, "question": "What is the complete list of records released by Jerry Lee Lewis?", "sparql_wikidata": " select distinct ?obj where { wd:Q202729 wdt:P358 ?obj . ?... |
{"NNQT_question": "Does the {carbon footprint} of the {iPhone Xs Max} {equals} {106}", "uid": 18165, "subgraph": "boolean with filter", "template_index": 183, "question": "Is it true that the carbon footprint of the iPhone X Max is 106?", "sparql_wikidata": "ASK WHERE { wd:Q56599233 wdt:P5991 ?obj filter(?obj = 106) } ... |
{"NNQT_question": "Give me {female beauty pageant} that {operating area} {all countries} and which contains the word {model} in their name", "uid": 25156, "subgraph": "string matching type + relation contains word", "template_index": 1095, "question": "Tell me the female beauty pageant that operates in all countries an... |
{"text": "The 22.8 Mb genome of P. falciparum is comprised of 14 linear chromosomes, a circular plastid-like genome, and a linear mitochondrial genome. The malaria genome sequencing consortium estimates that more than 60% of the 5,409 predicted open reading frames (ORFs) lack sequence similarity to genes from any other... |
{"text": "The complete P. falciparum lifecycle encompasses three major developmental stages: the mosquito, liver, and blood stages. It has long been a goal to understand the regulation of gene expression throughout each developmental stage. Previous attempts to apply functional genomics methods to address these questio... |
{"text": "The 48-h P. falciparum IDC (Figure 1A) initiates with merozoite invasion of red blood cells (RBCs) and is followed by the formation of the parasitophorous vacuole (PV) during the ring stage. The parasite then enters a highly metabolic maturation phase, the trophozoite stage, prior to parasite replication. In ... |
{"text": "The genome-wide transcriptome of the P. falciparum IDC was generated by measuring relative mRNA abundance levels in samples collected from a highly synchronized in vitro culture of parasites. The strain used was the well-characterized Honduran chloroquine-sensitive HB3 strain, which was used in the only two e... |
{"text": "The DNA microarray used in this study consists of 7,462 individual 70mer oligonucleotides representing 4,488 of the 5,409 ORFs manually annotated by the malaria genome sequencing consortium (Bozdech et al. 2003). Of the 4,488 ORFs, 990 are represented by more than one oligonucleotide. Since our oligonucleotid... |
{"_data_files": [{"filename": "dataset.arrow"}], "_fingerprint": "6cb0a63afd430e7d", "_format_columns": ["target", "text"], "_format_kwargs": {}, "_format_type": null, "_indexes": {}, "_output_all_columns": false, "_split": null} |
{"intent": "convert a list to a dictionary in python", "snippet": "b = dict(zip(a[0::2], a[1::2]))"} |
{"intent": "python - sort a list of nested lists", "snippet": "l.sort(key=sum_nested)"} |
{"intent": "how to get the size of a string in python?", "snippet": "print(len('\\xd0\\xb9\\xd1\\x86\\xd1\\x8b'))"} |
{"intent": "how to get the fft of a numpy array to work?", "snippet": "np.fft.fft(xfiltered)"} |
{"intent": "calculating difference between two rows in python / pandas", "snippet": "data.set_index('Date').diff()"} |
{"intent": "efficient computation of the least-squares algorithm in numpy", "snippet": "np.linalg.solve(np.dot(a.T, a), np.dot(a.T, b))"} |
{"intent": "how to add an image in tkinter (python 2.7)", "snippet": "root.mainloop()"} |
{"intent": "matrix mirroring in python", "snippet": "np.concatenate((A[::-1, :], A[1:, :]), axis=0)"} |
{"intent": "truth value of numpy array with one falsey element seems to depend on dtype", "snippet": "np.array(['a', 'b']) != 0"} |
{"intent": "add column sum as new column in pyspark dataframe", "snippet": "newdf = df.withColumn('total', sum(df[col] for col in df.columns))"} |
{"task": "f39a2485__30_of_763___sorted_by__votes___format", "input": "[0] checkbox [#] position [cover] cover [title] title Cinderella Ate My Daughter: Dispatches from the Frontlines of the New Girlie-Girl Culture [author] author Orenstein, Peggy [isbn] isbn 0061711527 [isbn13] isbn13 9780061711527 [asin] asin [num pag... |
{"task": "f39a2485__30_of_763___sorted_by__votes___format", "input": "[0] checkbox [#] position [cover] cover [title] title Odd Girl Out: The Hidden Culture of Aggression in Girls [author] author Simmons, Rachel * [isbn] isbn 0156027348 [isbn13] isbn13 9780156027342 [asin] asin [num pages] num pages 320 pp [avg rating]... |
{"task": "f39a2485__30_of_763___sorted_by__votes___format", "input": "[0] checkbox [#] position [cover] cover [title] title The Book of Jezebel: An Illustrated Encyclopedia of Lady Things [author] author Holmes, Anna [isbn] isbn 1455502804 [isbn13] isbn13 9781455502806 [asin] asin [num pages] num pages 304 pp [avg rati... |
{"task": "f39a2485__30_of_763___sorted_by__votes___format", "input": "[0] checkbox [#] position [cover] cover [title] title Reading Women: How the Great Books of Feminism Changed My Life [author] author Staal, Stephanie * [isbn] isbn 1586488724 [isbn13] isbn13 9781586488727 [asin] asin [num pages] num pages 275 pp [avg... |
{"task": "f39a2485__30_of_763___sorted_by__votes___format", "input": "[0] checkbox [#] position [cover] cover [title] title Divergent (Divergent, #1) [author] author Roth, Veronica * [isbn] isbn 0062024035 [isbn13] isbn13 9780062024039 [asin] asin [num pages] num pages 487 pp [avg rating] avg rating 4.30 [num ratings] ... |
{"task": "f39a2485__30_of_763___sorted_by__votes___format", "input": "[0] checkbox [#] position [cover] cover [title] title A Strange Stirring: The Feminine Mystique & American Women at the Dawn of the 1960s [author] author Coontz, Stephanie [isbn] isbn 0465022324 [isbn13] isbn13 9780465022328 [asin] asin [num pages] n... |
{"task": "f39a2485__30_of_763___sorted_by__votes___format", "input": "[0] checkbox [#] position [cover] cover [title] title Daring Spectacle: Adventures in Deviant Journalism [author] author Morford, Mark [isbn] isbn 098429970X [isbn13] isbn13 9780984299706 [asin] asin [num pages] num pages 346 pp [avg rating] avg rati... |
{"task": "f39a2485__30_of_763___sorted_by__votes___format", "input": "[0] checkbox [#] position [cover] cover [title] title Do It Anyway: The New Generation of Activists [author] author Martin, Courtney E. [isbn] isbn 0807000477 [isbn13] isbn13 9780807000472 [asin] asin [num pages] num pages 224 pp [avg rating] avg rat... |
{"text": "\"\\xx\";\n", "meta": {"pile_set_name": "Github"}, "score": 0.14285714285714285} |
{"text": "\"\\xx\";\n", "meta": {"pile_set_name": "Github"}, "score": 0.14285714285714285} |
{"text": "\"\\\"xxx\\\"\"\n", "meta": {"pile_set_name": "Github"}, "score": 0.1} |
{"text": "She wants Fuck her Ass \\\\\\ please Fuck my Anal", "meta": {"pile_set_name": "OpenWebText2"}, "score": 0.08695652173913043} |
{"text": "POV fuck and creampie pussy for my Sexy Teacher", "meta": {"pile_set_name": "OpenWebText2"}, "score": 0.0851063829787234} |
{"text": "She Fuck Him In Ass Hole", "meta": {"pile_set_name": "OpenWebText2"}, "score": 0.08333333333333333} |
{"text": "Getting To Cum In Bondage", "meta": {"pile_set_name": "OpenWebText2"}, "score": 0.08} |
{"texts": ["<?", "php\n/**\n * WordPress Administration Screen API.", "\n *\n * @package WordPress\n * @subpackage Administration\n */\n\n/**\n * Get the column headers for a screen\n *\n * @since 2.7.0\n *\n * @staticvar array $column_headers\n *\n * @param string|WP_Screen $screen The screen you want the headers for\... |
{"texts": ["Q:\n\nComplex valued function $ \\cos\\sqrt z$\n\nI'm looking for the right argument why the function $ \\cos\\sqrt z$ is analytic on the whole complex plane. ", "As far as I understand, a holomorphic branch of $\\sqrt z$ can only be found on the cut plane (without negative numbers) since the Argument funct... |
{"texts": ["If this is your first visit, be sure to\ncheck out the FAQ by clicking the\nlink above. ", "You may have to register\nbefore you can post: click the register link above to proceed. ", "To start viewing messages,\nselect the forum that you want to visit from the selection below.", "\n\nNice article! ", "Im g... |
{"texts": ["Adorable prostitut Cameron\n\nThese two lovelies loves your bi-sexual threesomes and if you like to join them then you know what to do, they'd ray to have you join them in a session of hot.", "\n\nCall me\n\nMail\n\nChat\n\nI'd like another glass of wine, to walk and years worldwide in New Free Personals Ge... |
{"texts": ["***** PANORAMIC FIXED GLASS ROOF * 6 PASSENGER * TITANIUM MODEL * LEATHER * ALLOY WHEELS * REAR VIEW CAMERA ***** HORIZON FORD in SEATTLE * LARGEST VOLUME PREOWNED TRANSIT DEALER IN WASHINGTON * YOUR FULL SERVICE FORD DEALERSHIP IN SOUTH SEATTLE * ALWAYS THE LOWEST PRICES IN THE AREA * WE CHECK OUR PRICES D... |
{"label": 3, "text": "I came here twice for lunch on my trip and both times I got the risoto/mushroom balls for apetizer ( I forget what it is called on the menu). This is a fried risotto ball in a red tomato sauce with parmasean cheese on it. It comes with 3 pieces but is great for splitting or just eating on your own... |
{"label": 3, "text": "just went to a wine tasting for charity @ studio vino! the girls that work there were all wonderful, and on top of everything despite the chaos of a charity event, and tasting in their smallish place. the wine is all made in house and it was a great surprise to taste the big flavors from each sa... |
{"label": 0, "text": "Vultures who prey on the misfortune of others. Probably incestuous in their families, because who would want to socialize with any of them? No mirrors in their houses, they can't stand to look at themselves in them.", "input_ids": [101, 27588, 2015, 2040, 8336, 2006, 1996, 28616, 13028, 9816, 19... |
{"label": 4, "text": "This was my first time at this salon. Bonus they are open on Sundays which is my only day off on a weekend. Kim took care of my nails and was a delight. My daughter who is 10 received a manicure and a special flower on each ring finger. My nails were a set of white tipped acrylic with a surprise ... |
{"label": 1, "text": "The ambiance is super cute, but unfortunately that doesn't make up for the bad sushi. \\n\\nI mean, a conveyor belt is super fun, but raw fish riding around the restaurant without any refrigeration is a scary notion. \\n\\nI am not a fish person, so I stick to shrimp and krab/crab (yes, I know kra... |
{"label": 2, "text": "It's BJ's.. A giant chain so the food is going to be generic and nothing amazing. Even though I only gave them 3 stars this is a positive review. I can't say i like the food but i don't hate it. In large establishments, I expect consistency and quick service which they seem to have. I've been a ... |
{"label": 4, "text": "I love this place. The waitresses are very attentive and the food is excellent with bountiful flavor. I always get the pechuga asada but I have had several other selections. All were excellent. One of my top 5 places to eat in Phoenix.", "input_ids": [101, 1045, 2293, 2023, 2173, 1012, 1996, 1... |
{"label": 0, "text": "Well, I give it 5 stars for a Saturday night if you wanna grab a drink. But if you're trying to get lunch during the day, don't bother! Terrible service. Waiter skipped over my table several times. It seemed like he had never waited a table before. Took so long for food that wasn't all that great.... |
{"label": 0, "text": "If you are a Verizon customer, find another store. They have no clue what customer service is nor do they care. They are a bunch of comissioned sales people that care about one thing...selling phones. They sold my son a Samsung to replace an iPhone and the transition (contacts, pictures, etc.) ... |
{"label": 2, "text": "5 year warranty with watch battery (with receipt). But I think it might be expensive. I was in a rush so didn't have time to comparison shop.", "input_ids": [101, 1019, 2095, 10943, 2100, 2007, 3422, 6046, 1006, 2007, 24306, 1007, 1012, 2021, 1045, 2228, 2009, 2453, 2022, 6450, 1012, 1045, 2001, 1... |
{"emotion": "sadness", "__index_level_0__": 10392, "input_ids": [0, 118, 3956, 19, 6453, 9, 6378, 2581, 8, 17437, 648, 939, 202, 1299, 7917, 2], "attention_mask": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]} |
{"emotion": "fear", "__index_level_0__": 10595, "input_ids": [0, 118, 95, 115, 3999, 1136, 15028, 2157, 8265, 2], "attention_mask": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]} |
{"emotion": "surprise", "__index_level_0__": 8753, "input_ids": [0, 118, 888, 303, 2185, 31379, 154, 5, 2214, 13, 442, 162, 619, 61, 16, 7735, 13, 162, 142, 939, 341, 7, 310, 8669, 8, 7884, 11, 2352, 101, 70, 5, 86, 8, 930, 21, 10, 1307, 233, 9, 127, 301, 11, 1564, 8, 239, 334, 2], "attention_mask": [1, 1, 1, 1, 1, 1, ... |
{"emotion": "joy", "__index_level_0__": 9005, "input_ids": [0, 118, 33, 103, 6453, 939, 74, 101, 7, 458, 19, 47, 5, 2328, 10746, 2], "attention_mask": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]} |
{"emotion": "joy", "__index_level_0__": 15145, "input_ids": [0, 118, 218, 326, 619, 2770, 50, 205, 11795, 172, 939, 475, 45, 4343, 2], "attention_mask": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]} |
{"emotion": "joy", "__index_level_0__": 395, "input_ids": [0, 118, 619, 16, 12025, 13, 5, 7079, 939, 475, 2239, 2], "attention_mask": [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.