{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "885f5601-9038-49ed-b9e8-b2da072b7138", "metadata": {}, "outputs": [], "source": [ "import os\n", "import json\n", "import base64\n", "from matplotlib import pyplot as plt" ] }, { "cell_type": "code", "execution_count": 2, "id": "228df504-dd0d-4a71-82d4-28451076aed0", "metadata": {}, "outputs": [], "source": [ "plt.rcParams['text.usetex'] = True" ] }, { "cell_type": "code", "execution_count": 3, "id": "50d1de61-1bc3-45f1-9f22-89353a7a316c", "metadata": {}, "outputs": [], "source": [ "markers = [\"p\", \"P\", \"*\", \"^\", \"v\", \"o\", \"s\", \"h\", \"H\", \"x\", \"X\", \"d\", \"D\"]" ] }, { "cell_type": "code", "execution_count": 4, "id": "1924c41b-1ebb-45bf-981e-c122ce164457", "metadata": {}, "outputs": [], "source": [ "delta_change = \"../data/delta_change\"\n", "msg_len_change = \"../data/msg_len_change\"" ] }, { "cell_type": "code", "execution_count": 7, "id": "489a790a-233d-4e07-afad-6fe02fc13e54", "metadata": { "scrolled": true }, "outputs": [], "source": [ "results = {\n", " \"delta_change\": [],\n", " \"msg_len_change\": [],\n", "}\n", "for d in [delta_change, msg_len_change]:\n", " for file in os.scandir(d):\n", " num_beams = int(file.name.split(\"_\")[-2])\n", " with open(file, \"r\") as f:\n", " data = json.load(f)\n", " for r in data[\"results\"]:\n", " msg_ptr = r[\"ptrs\"][\"msgs\"]\n", " msg_type, msg = data[\"params\"][\"values\"][\"msgs\"][msg_ptr]\n", " \n", " delta_ptr = r[\"ptrs\"][\"deltas\"]\n", " delta = data[\"params\"][\"values\"][\"deltas\"][delta_ptr]\n", " \n", " base_ptr = r[\"ptrs\"][\"bases\"]\n", " base = data[\"params\"][\"values\"][\"bases\"][base_ptr]\n", " if msg_type == \"random\":\n", " msg = base64.b64decode(msg)\n", " else:\n", " msg = msg.encode(\"ascii\")\n", " results[d.split(\"/\")[-1]].append({\n", " \"gen_model\": data[\"params\"][\"gen_model\"],\n", " \"msg_len\": len(msg),\n", " \"msg_type\": msg_type,\n", " \"delta\": delta,\n", " \"base\": base,\n", " \"num_beams\": num_beams,\n", " **r,\n", " })" ] }, { "cell_type": "code", "execution_count": 8, "id": "2444a592-093e-4743-bbd1-5527ab82fb74", "metadata": {}, "outputs": [], "source": [ "def get_mean(data, matches):\n", " msg_rate = 0\n", " ppl = 0\n", " cnt = 0\n", " for r in data:\n", " valid = True\n", " for m in matches:\n", " if r[m] != matches[m]:\n", " valid = False\n", " break\n", " if valid:\n", " msg_rate += r[\"msg_rate\"]\n", " ppl += r[\"perplexity\"]\n", " cnt += 1\n", " if cnt == 0:\n", " cnt = 1\n", " return msg_rate / cnt, ppl / cnt" ] }, { "cell_type": "code", "execution_count": 9, "id": "e2b0cb52-5367-4a64-8cb2-ca11ccf7de6d", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "(0.8231293540564154, 119.13691804296441)" ] }, "execution_count": 9, "metadata": {}, "output_type": "execute_result" } ], "source": [ "get_mean(results[\"msg_len_change\"], {})" ] }, { "cell_type": "code", "execution_count": 10, "id": "15519e1b-cc3a-41fe-926e-97651a28a61a", "metadata": { "scrolled": true }, "outputs": [ { "data": { "text/plain": [ "{'delta_change': [{'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.3596384525299072,\n", " 'text': ' love this class. You will learn how to use the right equipment and techniques to get the best out of your meat. This is a hands on class, where you will learn how to use the right equipment and techniques to get the best out of your meat. This is a hands on class, where you will learn how to use the right equipment and techniques to get the best out of your meat.\\nThe class begins at 7:00pm and is held on the first Friday of every month. This is a hands on class, where you will learn how to use the right equipment and techniques to get the best out of your meat. This is a hands on class, where you will learn how to use the right equipment and techniques to get the best out of your meat.\\nThe class begins at',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.2161946296691895,\n", " 'text': '\\nMac OS X Lion (10.7) is the latest version of Mac OS X and is available for download from the Mac App Store. It is based on the Mac OS X 10.5.4 operating system and includes a number of new features.\\n\\nThe Mac OS X Lion (10.7) Developer Preview is available from the Mac App Store.\\n\\nDownload Lion (10.7) from the Mac App Store\\n\\nMac OS X Lion (10.7) Developer Preview is available from the Mac App Store\\n\\nDownload Mac OS X Lion (10.7) from the Mac App Store\\n\\nMac OS X Lion (10.7) Developer Preview is available from the Mac App Store\\n\\nDownload Mac OS X Lion (10.7) from the Mac App',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.7118546962738037,\n", " 'text': '.\\n\\nModel is 5\\'8\" and wears size XS.\\n\\nAll images and content are copyright protected. Please do not use my images without prior permission. If you want to republish this pattern, please re-write the pattern in your own words, or link back to this post for the original pattern. Thank you!\\n\\nSkill Level: Intermediate\\n\\nFinished Measurements:\\n\\nWaist: 24\"\\n\\nLength: 31\"\\n\\nMaterials:\\n\\nFabric: 100% polyester.\\n\\nYarn: 5 skeins (100 yards each).\\n\\nGauge: 20 sts and 20 rows = 4\" in stockinette stitch\\n\\nFinished Measurements:\\n\\nWaist: 26\"\\n\\nLength: 34',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.9165297746658325,\n", " 'text': \" 2014, 10:20 AM, and has since grown to include discussion in 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black Hat SEO' and 'Black\",\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.169644832611084,\n", " 'text': ' and cooling, and new classrooms.\\n\\nThe Denver Board of Education opened the 2017-18 school year with an update on projects that include new construction, upgrades, heat and cooling, and new classrooms.\\n\\nThe Denver Board of Education opened the 2017-18 school year with an update on projects that include new construction, upgrades, heat and cooling, and new classrooms.\\n\\nThe Denver Board of Education opened the 2017-18 school year with an update on projects that include new construction, upgrades, heat and cooling, and new classrooms.\\n\\nThe Denver Board of Education opened the 2017-18 school year with an update on projects that include new construction, upgrades, heat and cooling, and new classrooms.\\n\\nThe Denver Board of Education opened the 2017-18 school year with an update on',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.9675111770629883,\n", " 'text': ', stops and schedules.\\n\\nGondia Line\\n\\nGondia is one of the oldest railway lines in the world. It was built in 1882 and is one of the oldest passenger railways in the world. The Gondia line runs from Mumbai to Kolkata in Maharashtra. It is the oldest passenger railway in India, having been built in 1882.\\n\\nThe Gondia Line runs from Mumbai to Kolkata in Maharashtra. It is the oldest passenger railway in India, having been built in 1882. It is the oldest railway in India, having been built in 1882. It is the oldest railway in India, having been built in 1882. It is the oldest railway in India, having been built in 1882. It is the oldest railway in India',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.8581600189208984,\n", " 'text': \" that I didn't get to see, so I don't know if I'll ever get to see it again. But I did get to watch a few of the early episodes, and I loved it. I liked the way the show was structured, and I really liked the way the characters were developed. I thought the writing was really good, and I really liked the way it was written. I thought it was really funny.\\nI thought it was really funny. I thought it was really funny. I thought it was really funny.\\nI thought it was really funny. I thought it was really funny. I thought it was really funny.\\nI thought it was really funny. I thought it was really funny.\\nI thought it was really funny. I thought it was really funny.\\n\",\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.5628011226654053,\n", " 'text': ' of rules? Or is it the rich get richer and the poor get poorer eh?Or is it the rich get richer and the poor get poorer eh?Or is it the rich get richer and the poor get poorer eh?Or is it the rich get richer and the poor get poorer eh?Or is it the rich get richer and the poor get poorer eh?Or is it the rich get richer and the poor get poorer eh?Or is it the rich get richer and the poor get poorer eh?Or is it the rich get richer and the poor get poorer eh?Or is it the rich get richer and the poor get poorer eh?Or is it the rich get richer and the poor get poorer eh?Or is it the rich get richer and the poor get poorer eh?Or is it the',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.5866092443466187,\n", " 'text': ' Each box contains 90 contact lenses.\\n\\nBuy one box of 90 lenses. Each box contains 90 contact lenses. Buy one box of 90 lenses. Each box contains 90 contact lenses. Buy one box of 90 lenses. Each box contains 90 contact lenses. Buy one box of 90 lenses. Each box contains 90 contact lenses. Buy one box of 90 lenses. Each box contains 90 contact lenses. Buy one box of 90 lenses. Each box contains 90 contact lenses.\\n\\nBuy one box of 90 lenses. Each box contains 90 contact lenses. Buy one box of 90 lenses. Each box contains 90 contact lenses. Buy one box of 90 lenses. Each box contains 90 contact lenses. Buy one box of 90 lenses. Each box contains 90 contact lenses.\\n\\nBuy one box of 90 lenses. Each',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.9156689643859863,\n", " 'text': ' judge denied the company\\'s request for a preliminary injunction to stop the takeover.\\n\\nThe company said it had decided to terminate the deal, which had been in the works for more than a year, because it was unable to find a buyer.\\n\\nUS Foods, which makes frozen meat, cheese and pasta products, said in a statement that it was disappointed with the decision.\\n\\n\"We are disappointed that US Foods has decided to terminate the proposed transaction,\" it said.\\n\\n\"We remain committed to a strong relationship with US Foods and look forward to continuing to work with them in the future.\"\\n\\nUS Foods is one of the world\\'s largest food companies, with a market capitalization of about $1.2 trillion.\\n\\nThe company said it planned to use the proceeds from',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.2763632535934448,\n", " 'text': ': 1/1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16/17/18/19/20/21/22/23/24/25/26/27/28/29/30/31/32/33/34/35/36/37/38/39/40/41/42/43/44/45/46/47/48/49/50/51/52/53/54/55/56/57/59/60/61/62/63/64/65/66/67/68/69/70/71/72/73/74/75/76/77/78/79/80/',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.0713560581207275,\n", " 'text': \" to hear from him.\\n\\nI hope you find these videos helpful in your life.\\n\\nIf you have any questions feel free to leave a comment below and I'll be sure to answer them as soon as possible.\\n\\nThanks for reading!\\n\\nJ.D.\\n\\nP.S. If you enjoyed this post please consider sharing it with your friends and family on social media so they too can benefit from hearing from God.\\n\\nShare this: Facebook\\n\\nTwitter\\n\\nGoogle\\n\\nPinterest\\n\\nLinkedIn\\n\\nEmail\\n\\nPrint\\n\\nTumblr\\n\\nPocket\\n\\nReddit\\n\\n\\nLike this: Like Loading...\\n\\nRelated\\n\\nComments\\n\\ncomments\\n\\nP.S. If you enjoyed this post please consider sharing it with your friends and family on\",\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.770535945892334,\n", " 'text': ' Role in Monetary Policy.\" Journal of Money, Credit & Banking. Vol. 43, No. 1 (2008), pp. 43-60.\\n\"The Role of the Federal Reserve in Monetary Policy.\" Journal of Money, Credit & Banking. Vol. 43, No. 1 (2008), pp. 43-59.\\n\"The Role of the Federal Reserve in Monetary Policy.\" Journal of Money, Credit & Banking. Vol. 43, No. 1 (2008), pp. 43-58.\\n\"The Role of the Federal Reserve in Monetary Policy.\" Journal of Money, Credit & Banking. Vol. 43, No. 1 (2008), pp. 43-54.\\n\"The Role of the Federal Reserve in Monetary Policy.\" Journal of Money, Credit & Banking. Vol. 43,',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.922332763671875,\n", " 'text': ' I am not sure if I should keep it or not. I am not sure if I should keep it or not.\\n\\n\\nThanks in advance for any help you can provide. Thanks in advance for any help you can provide.\\n\\n\\nRegards,\\n\\n\\nRandy\\n\\n\\nFrom: brittlloyd.org\\n\\nDate: Thu, 13 Oct 2008 20:46:05 -0700\\n\\nTo: brittlloyd.org\\n\\nSubject: Re: [brittlloyd.org] Re: [brittlloyd.org] Re: [brittlloyd.org] Re: [brittlloyd.org] Re: [brittlloyd.org] Re: [brittlloyd.org] Re: [britt',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.4896388053894043,\n", " 'text': ' are among the best in the world. The resort is located in Shimla, India and is located on the outskirts of the city of Shimla. East Bourne Resort & Spa Shimla is the second oldest resort in the world and is one of the oldest resorts in India. It is located in Shimla, India. The resort is located in Shimla, India. The resort is located in Shimla, India. The resort is located in Shimla, India. The resort is located in Shimla, India. The resort is located in Shimla, India. The resort is located in Shimla, India. The resort is located in Shimla, India. The resort is located in Shimla, India. The resort is located in Shimla, India. The resort is located in Shim',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.8598171472549438,\n", " 'text': ' I just said, \"You know what, I\\'m not going to do that. I\\'m not going to do anything like that. I\\'m not going to do anything like that.\"\\n\\nAnd he\\'s like, \"I\\'m not going to do anything like that.\" And I\\'m like, \"Well, you know what? I\\'m not going to do anything like that. I\\'m not going to do anything like that. I\\'m not going to do anything like that.\"\\n\\nAnd he\\'s like, \"I\\'m not going to do anything like that. I\\'m not going to do anything like that.\" And I\\'m like, \"Well, you know what? I\\'m not going to do anything like that.\" And he\\'s like, \"I\\'m not going to do anything like',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.64681077003479,\n", " 'text': ', it is spoiling your visits to the cinema but it is also spoiling the experience of watching your favourite movie.\\nWe asked if we were spoiling the experience of watching our favourite movies. Yes, it is spoiling the experience of watching our favourite movies but it is also spoiling the experience of watching our favourite movies.\\nThe answer is no.\\nWe asked if we were spoiling the experience of watching our favourite movies. Yes, it is spoiling the experience of watching our favourite movies but it is also spoiling the experience of watching our favourite movies.\\nWe asked if we were spoiling the experience of watching our favourite movies. Yes, it is spoiling the experience of watching our favourite movies but it is also spoiling the experience of watching our favourite movies.\\nWe',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 4.979669570922852,\n", " 'text': ' phase of the design.\\n\\nThe first phase of the UNStudio project is to design and build a 1,000 square metre multi-storey apartment block at the site of the former Royal Albert Hall.\\n\\nThe project will be completed by the end of 2017.\\n\\n\"We are delighted to be able to partner with HPP Architects on the design of the UNStudio apartment block.\\n\\n\"UNStudio is a unique project in terms of its scale and location.\\n\\n\"We have worked closely with HPP Architects to ensure that the design meets the needs of the community.\\n\\n\"This is a project that has the potential to be a catalyst for revitalisation and regeneration in the area.\\n\\n\"UNStudio is an example of a mixed-use development which is a',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.1364870071411133,\n", " 'text': ' 28, a group of about 30 students gathered at Jogyesa Temple to protest the school\\'s decision.\\n\"We are protesting against the government\\'s decision to change the name of the Jogyesa Temple to Jogyesa Jain Temple. We are also protesting against the decision to change the names of the Jogyesa and Jain temples. We are protesting against the decision to rename the Jogyesa Temple to Jogyesa Temple. We are also protesting against the decision to rename the Jogyesa Temple to Jogyesa Temple. We are protesting against the decision to rename the Jogyesa Temple to Jogyesa Temple. We are protesting against the decision to rename the Jogyesa Temple to Jogyesa Temple. We are',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.5940831899642944,\n", " 'text': 'ethyst is one of the most common gemstone types in the world, although it is difficult to find. Diamond is one of the most common gemstone types in the world, but it is difficult to find. Topaz is one of the most common gemstone types in the world, but it is difficult to find. Sapphire is one of the most common gemstone types in the world, but it is difficult to find. Topaz is one of the most common gemstone types in the world, but it is difficult to find. Sapphire is one of the most common gemstone types in the world, but it is difficult to find. Topaz is one of the most common gemstone types in the world, but it is difficult to find. Topaz is one of the most common gemstone types',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.474283218383789,\n", " 'text': ' of growing up on a farm in southern California, and the joy I felt when I learned to grow my own food.\\nMy heart is full of gratitude for all the people who have helped me through this difficult time.\\nMy story: Growing up on a farm in southern California, and the joy that I felt when I learned to grow my own food.\\nMy heart is full of gratitude for all the people who have helped me through this difficult time.\\nMy story: Growing up on a farm in southern California, and the joy that I felt when I learned to grow my own food.\\nMy story: Growing up on a farm in southern California, and the joy that I felt when I learned to grow my own food.\\nMy story: Growing up on a farm in southern California,',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.053866386413574,\n", " 'text': ' a dangerous and deadly cave.\\n\\nThe children were rescued from a cave in the Thai province of Thammasat where they had been trapped for more than two months.\\n\\nThe children, aged between six and 12, were rescued from a cave in the Thai province of Thammasat where they had been trapped for more than two months. The children, aged between six and 12, were rescued from a cave in the Thai province of Thammasat where they had been trapped for more than two months. The children were rescued from a cave in the Thai province of Thammasat where they had been trapped for more than two months. The children were rescued from a cave in the Thai province of Thammasat where they had been trapped for more than two months. The children',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.1134254932403564,\n", " 'text': ' everything you need to know about Flash design, how to create websites, and how to use Adobe Flash to create interactive web experiences.\\n\\nWe will show you how to:\\n\\nUse Flash to create interactive web experiences\\n\\nLearn the basics of Flash as we guide you through this comprehensive introduction to the leading interactive-design program. We will show you everything you need to know about Flash design, how to create websites, and how to use Adobe Flash to create interactive web experiences.\\n\\nWe will show you how to:\\n\\nGet started with Adobe Flash\\n\\nLearn the basics of Flash as we guide you through this comprehensive introduction to the leading interactive-design program. We will show you everything you need to know about Flash design, how to create websites, and how to use Adobe Flash to',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.362907886505127,\n", " 'text': \" you'll be able to earn interest on your Citibank Time Deposits as well.\\n\\nCitibank Time Deposits\\n\\nWhat is Citibank Time Deposits?\\n\\nCitibank Time Deposits (also known as Fixed Deposits) are a type of Citibank deposit that allows you to earn interest on your Citibank Time Deposits (also known as Fixed Deposits).\\n\\nWhat are Citibank Time Deposits?\\n\\nCitibank Time Deposits allow you to earn interest on your Citibank Time Deposits (also known as Fixed Deposits).\\n\\nCitibank Time Deposits allow you to earn interest on your Citibank Time Deposits\",\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.8338544368743896,\n", " 'text': ' a video game, you play it for hours and hours until you are bored. If it is a TV show, you watch it for hours and hours until you get bored. And if it is a movie, you watch it for hours and hours until you get bored. And if it is a comic book, you watch it for hours and hours until you get bored.\\n\\nNow, I am not saying that video games are not boring. They are. They are boring because they are interactive. It is the same with movies. It is the same with TV shows. It is the same with comic books. It is the same with books. It is the same with games. They are interactive. They are interactive because they are interactive. They are interactive because they are interactive. They are interactive because',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 5738.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.841730833053589,\n", " 'text': \" We're also committed to ensuring that you're getting the best possible service.\\n\\nWe're proud to offer a wide range of lock and keying services including:\\n\\nLock & Keying Services\\n\\nWe offer lock & keying services for all types of locks and keying systems including:\\n\\nLock & Keying Systems\\n\\nWe offer lock & keying services for any type of locks and keying system including:\\n\\nWe offer lock & keying services for any type of locks and keying system including:\\n\\nLock & Keying Solutions\\n\\nWe offer lock & keying solutions for all types of locks and keying systems including:\\n\\nWe offer lock & keying solutions for any type of locks and keying system including:\\n\\nLock & Keying Services\",\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.93150794506073,\n", " 'text': 'overs & Moving Companies in Randallsville, New York for every moving service.: Movers & Moving Companies in Randallsville, New York for every moving service.: Movers & Moving Companies in Randallsville, New York for every moving service.: Movers & Moving Companies in Randallsville, New York for every moving service.: Movers & Moving Companies in Randallsville, New York for every moving service.: Movers & Moving Companies in Randallsville, New York for every moving service.: Movers & Moving Companies in Randallsville, New York for every moving service.: Movers & Moving Companies in Randallsville, New York for every moving service.: Movers & Moving Companies in Randallsville, New York for every moving service.: Movers & Moving Companies in Randallsville',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.1461169719696045,\n", " 'text': ' your friends, your family members, and even strangers.\\n\\nChandigarh is a black magic study of attraction, by which you can attract your partner, your friends, your family members, and even strangers.\\n\\nChandigarh is a black magic study of attraction, by which you can attract your partner, your friends, your family members, and even strangers.\\n\\nChandigarh is a black magic study of attraction, by which you can attract your partner, your friends, your family members, and even strangers.\\n\\nChandigarh is a black magic study of attraction, by which you can attract your partner, your friends, your family members, and even strangers.\\n\\nChandigarh is a black magic study of attraction',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.333890438079834,\n", " 'text': ' U.S. is expected to decline this year.\\n\\nIn the U.S. and Canada, the total share of Internet traffic using online dating services rose to 17 percent in 2013 from 15 percent in 2012, according to the report. In the U.S., online dating accounted for 17 percent of total Internet traffic in 2013, up from 16 percent in 2012. The share of Internet traffic using online dating services in Canada rose to 17 percent from 15 percent in 2012.\\n\\nThe percentage of Internet traffic using online dating services in the U.S. fell from 20 percent in 2012 to 18 percent in 2013, while the share of Internet traffic using online dating services in Canada rose to 22 percent from 19 percent in 2012.\\n\\nIn the U.S., the share of Internet traffic using',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.3454806804656982,\n", " 'text': \"'m trying to get this to work with my phone.\\nI'm trying to get this to work with my phone.\\nI'm trying to get this to work with my phone.\\nI'm trying to get this to work with my phone.\\nI'm trying to get this to work with my phone.\\nI'm trying to get this to work with my phone.\\nI'm trying to get this to work with my phone.\\nI'm trying to get this to work with my phone.\\nI'm trying to get this to work with my phone.\\nI'm trying to get this to work with my phone.\\nI'm trying to get this to work with my phone.\\nI'm trying to get this to work with my phone.\\nI'm trying to get this\",\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.5637972354888916,\n", " 'text': ' the world.\\n\\nThis is not just a book about the geological past, but also a book about the future.\\n\\nThis is not just a book about the geological past, but also a book about the future.\\n\\nThis is not just a book about the geological past, but also a book about the future.\\n\\nThis is not just a book about the geological past, but also a book about the future.\\n\\nThis is not just a book about the geological past, but also a book about the future.\\n\\nThis is not just a book about the geological past, but also a book about the future.\\n\\nThis is not just a book about the geologic past, but also a book about the future.\\n\\nThis is not just a book about the',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.2801144123077393,\n", " 'text': 'SL, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.1279187202453613,\n", " 'text': ' and a total of 5 hours of training. You can watch the whole thing here!\\nCheck out these two awesome ladies!! They competed all weekend at the Heart of America CrossFit Competition. Three days of workouts and a total of 5 hours of training. You can watch the whole thing here!\\xa0\\nThey competed all weekend at the Heart of America CrossFit Competition. Three days of workouts and a total of 5 hours of training. You can watch the whole thing here!\\nThey competed all weekend at the Heart of America CrossFit Competition. Three days of workouts and a total of 5 hours of training. You can watch the whole thing here!\\nThey competed all weekend at the Heart of America CrossFit Competition. Three days of workouts and a total of 5 hours of training. You can watch the',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.6984870433807373,\n", " 'text': \" next?\\n* 6. What's next?\\n* 7. What's next?\\n* 8. What's next?\\n* 9. What's next?\\n* 10. What's next?\\n* 11. What's next?\\n* 12. What's next?\\n* 13. What's next?\\n* 14. What's next?\\n* 15. What's next?\\n* 16. What's next?\\n* 17. How was the session?\\n* 18. How was the session?\\n* 19. What would you like to hear?\\n* 20. What's next?\\n* 21. What's next?\\n* 22. What's next?\\n* 23. What's next?\\n* 24. What's next?\\n*\",\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.147834539413452,\n", " 'text': ')\\n\\nThe Champion work “Uncle Ian IV (Into the Unknown’)\\n\\nThe Champion work “Uncle Ian V (Into the Unknown’)\\n\\nThe Champion work “Uncle Ian VI (Into the Unknown’)\\n\\nThe Champion work “Uncle Ian VII (Into the Unknown’)\\n\\nThe Champion work “Uncle Ian VIII (Into the Unknown’)\\n\\nThe Champion work “Uncle Ian IX (Into the Unknown’)\\n\\nThe Champion work “Uncle Ian X (Into the Unknown’)\\n\\nThe Champion work “Uncle Ian XI (Into the Unknown’)\\n\\nThe Champion work “Un',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.4171336889266968,\n", " 'text': ' cats. If you have any questions or concerns please feel free to contact us. We look forward to hearing from you soon.\\nIf you have any questions or concerns please feel free to contact us. We look forward to hearing from you soon. If you have any questions or concerns please feel free to contact us. We look forward to hearing from you soon. If you have any questions or concerns please feel free to contact us. We look forward to hearing from you soon.\\nIf you have any questions or concerns please feel free to contact us. We look forward to hearing from you soon. If you have any questions or concerns please feel free to contact us. We look forward to hearing from you soon.\\nIf you have any questions or concerns please feel free to contact us. We look forward to',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.505887031555176,\n", " 'text': ' and data to support these theories, I welcome them. Please feel free to post them in the comments section below, and I will add them to the list.\\nFor those of you who want to learn more about the Cosmos, I suggest reading my book Cosmos: A Brief History, and my book Cosmos: The Making of a Modern Universe.\\nThank you for reading, and please share your thoughts in the comments section below.\\xa0\\nIf you want to learn more about the Cosmos, I suggest reading my book Cosmos: A Brief History, and my book Cosmos: The Making of a Modern Universe.\\nThanks for reading, and please share your thoughts in the comments section below.\\xa0\\nIf you want to learn more about the Cosmos, I suggest reading my book Cosmos: A Brief History, and',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.5187718868255615,\n", " 'text': ' 1st half New England NE 16 1 plays -1 yards 0:07 End of 2nd half New England NE 16 1 plays -1 yards 0:07 End of 3rd quarter New England NE 16 1 plays -1 yards 0:07 End of 4th quarter New England NE 16 1 plays -1 yards 0:07 End of 5th quarter New England NE 16 1 plays -1 yards 0:07 End of 6th quarter New England NE 16 1',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.9100277423858643,\n", " 'text': 's gaming platform, Tencent Games, has become the world�s largest mobile gaming platform with more than 100 million registered users, according to a recent report from Strategy Analytics.\\n\\n�It�s a huge opportunity for Tencent Games,� said Eric Zhang, vice president of marketing and business development for Tencent Games. �Tencent Games is one of the world�s biggest mobile gaming companies, and it�s going to be a huge success.�\\n\\nTencent�s mobile gaming platform, Tencent Games, has become the world�s largest mobile gaming platform with more than 100 million registered users. �It�s a huge opportunity for Tencent Games,� said Eric Zhang, vice president of marketing and business development for Tencent Games. �Tencent Games is one of',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.7664659023284912,\n", " 'text': '\\n\\n\"We will continue to work with our partners to ensure that we are able to continue to provide services and support to those who are most in need.\\n\\n\"We will also continue to work with our partners to ensure that we are able to provide services to those who are most in need.\\n\\n\"We will also continue to work with our partners to ensure that we are able to provide services to those who are most in need.\\n\\n\"We will continue to work with our partners to ensure that we are able to provide services to those who are most in need.\\n\\n\"We will also continue to work with our partners to ensure that we are able to provide services to those who are most in need.\\n\\n\"We will continue to work with our partners to ensure that',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.656083583831787,\n", " 'text': ', times and locations of the Assembly for Children at the 99th International Assembly in July.\\n\\nLocation Date Time Location Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Location Date Time Location Date Time Location Date Time Location Location Date Time Location Date Time Location Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date Time Location Date',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.528992176055908,\n", " 'text': \"-day trek will take you through the Annapurna region and the Mustang region.\\n\\nThe Annapurna Region\\n\\nThe Annapurna region is home to the Himalayan peaks of Mount Everest and the Tibetan Plateau.\\n\\nThe Annapurna region is also home to some of the world's most beautiful scenery, including the Himalayan peaks of Bhutan, Nepal, and India.\\n\\nThe Annapurna region is home to some of the world's most beautiful scenery, including the Himalayan peaks of Bhutan, Nepal, and India.\\n\\nThe Annapurna region is home to some of the world's most beautiful scenery, including the Himalayan peaks of Bhutan, Nepal, and India.\\n\\nThe Annapurna region\",\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.3900938034057617,\n", " 'text': '), and in 773 he became Bishop of Cologne (778). In 788 he was made Bishop of the Holy Land by Pope Gregory the Great. In 790 he was made Bishop of Salzburg by Pope Gregory the Great, and in 795 he was made Bishop of Cologne by Pope Gregory the Great. In 799 he was made Bishop of Salzburg by Pope Gregory the Great, and in 800 he was made Bishop of Cologne by Pope Gregory the Great. In 801 he was made Bishop of Cologne by Pope Gregory the Great, and in 802 he was made Bishop of Salzburg by Pope Gregory the Great. In 805 he was made Bishop of Cologne by Pope Gregory the Great, and in 807 he was made Bishop of Salzburg by Pope Gregory the Great.',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.30121111869812,\n", " 'text': ' Roku, Chromecast, Amazon Fire TV, Fire TV Stick, Amazon Fire TV, Chromecast, Google Chromecast, Xbox One, Xbox 360, PlayStation 3, PlayStation 4, Xbox One S, PlayStation 4 Pro, PlayStation Vita, Xbox One X, Xbox One S, Xbox One XS, Xbox One XR, Xbox One X, Xbox One XS Max, Xbox One X, Xbox One S, Xbox One XR, Xbox One XS Max, Xbox One X, Xbox One S, Xbox One XR, Xbox One XS Max, Xbox One X, Xbox One S, Xbox One XR, Xbox One XS Max, Xbox One X, Xbox One S, Xbox One XR, Xbox One XS Max, Xbox One X, Xbox One S, Xbox One',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.2603225708007812,\n", " 'text': \" just a matter of getting the data into the right place.\\n\\nThe Shippo API is easy to use.\\n\\nYou can use Shippo's API to:\\n\\nCreate, edit, and export your own custom charts, graphs, and other data.\\n\\nCreate, edit, and export your own custom charts, graphs, and other data. Create, edit, and export your own custom charts, graphs, and other data. Create, edit, and export your own custom charts, graphs, and other data. Create, edit, and export your own custom charts, graphs, and other data.\\n\\nCreate, edit, and export your own custom charts, graphs, and other data. Create, edit, and export your own custom charts, graphs, and other data.\",\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.340747594833374,\n", " 'text': \" for creating a theme that is easy to customize. There are so many ways to make your theme unique. There are many ways to make your theme unique that you can't even begin to imagine.\\n\\nWordPress themes are designed to be easy to customize. You can easily create your theme with just a few clicks on your computer. You can create your theme with just a few clicks on your computer. You can create your theme with just a few clicks on your computer. You can create your theme with just a few clicks on your computer. You can create your theme with just a few clicks on your computer. You can create your theme with just a few clicks on your computer. You can create your theme with just a few clicks on your computer. You can create your theme with just a few clicks\",\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.620863199234009,\n", " 'text': ' idea of paying a premium.\\n\\nThat\\'s because the Affordable Care Act (ACA) does not allow insurance companies to charge more than a certain percentage of a person\\'s income to cover the cost of health care, according to the American Academy of Actuaries (AAAS).\\n\\nAccording to the AAAS, the ACA does allow insurance companies to charge higher premiums for certain types of coverage, such as long-term care, but this is not allowed under the ACA.\\n\\n\"The ACA does allow insurance companies to charge higher premiums for certain types of coverage, such as long-term care, but this is not allowed under the ACA,\" says Dr. Michael Siegel, director of health policy at the AAAS. \"Insurers cannot charge people more than the ACA allows.\"\\n\\n',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.6447927951812744,\n", " 'text': ' There will be a variety of events throughout the day, starting at 6:30 p.m. and running through 9:30 p.m. The park will be open to the public from 7 a.m. to 10 p.m.\\nOn Saturday, June 21, there will be a variety of activities throughout the park. There will be a Kids in the Park Festival from 6 p.m. to 10 p.m. and a Kids in the Park Parade from 6 p.m. to 9 p.m.\\nThere will be a variety of activities throughout the park. There will be a Kids in the Park Festival from 6 p.m. to 10 p.m. and a Kids in the Park Parade from 6 p.m. to 9 p.m.\\n',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 4.269036293029785,\n", " 'text': 't going to allow it.\\n\\n�I don�t know what is going on,� Vecindario said. �I think they are trying to silence me. I don�t know if they�re going to fire me or not. It�s not going to happen.�\\n\\nIt�s been more than a year since Vecindario was arrested and charged with possession of marijuana with intent to distribute, possession of cocaine with intent to distribute, possession of marijuana with intent to distribute, possession of methamphetamine with intent to distribute, possession of cocaine with intent to distribute, possession of marijuana with intent to distribute and possession of marijuana with intent to distribute.\\n\\nThe club�s legal department has not released any information about Vecindario�s case.\\n\\n�I�m',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.6585259437561035,\n", " 'text': '.\\n\\nIntel® Smart Response Technology\\n\\nThe built-in Intel® Smart Response Technology detects and removes waste heat from the system to save energy.\\n\\nEZ Flash\\n\\nEZ Flash allows you to flash a small amount of data at a time, saving you time and reducing power consumption.\\n\\nIntel® Smart Response Technology\\n\\nThe built-in Intel® Smart Response Technology detects and removes waste heat from the system to save energy.\\n\\nEZ Mode\\n\\nIntel® Smart Response Technology enables the system to automatically adjust the fan speed according to the system load.\\n\\nIntel® Optane™ Memory Ready\\n\\nIntel® Optane™ memory is a next-generation memory technology that extends the life of your computer. With Intel® Optane™ Memory Ready, you',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 13552.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.4027884006500244,\n", " 'text': 'akeem Olajuwon was born in Kansas City, Mo. He was raised in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born in Kansas City, Mo. He was born',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.0505223274230957,\n", " 'text': ' not be a technical one, but it is one that people want to solve.\\n\\nIn order to build a successful software platform, you need to build tools that make it easier for people to build software. This is done by building tools that are easy for people to use and easy for developers to use. This is done by building tools that are easy for developers to develop and easy for users to use. This is done by building tools that are easy for users to build and easy for developers to build. This is done by building tools that are easy for users to build and easy for developers to build.\\n\\nIn order to build a successful software platform, you need to build tools that make it easy for people to use and easy for developers to use. This is done by building tools that are',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.6915202140808105,\n", " 'text': '\\n\\nHeat a large skillet over medium high heat. Add the onions and sauté until softened and translucent, about 5 minutes. Add the garlic and cook, stirring frequently, until fragrant, about 5 minutes more. Add the tomato paste and cook, stirring, until the tomato paste is fragrant, about 5 minutes more. Add the cumin and cook, stirring, until fragrant, about 5 minutes more. Stir in the parsley and season with salt and pepper to taste. Add the chicken and cook, stirring, until the chicken is cooked through, about 10 minutes.\\n\\nToss the chicken with the cumin and parsley mixture and season with salt and pepper to taste. Season to taste with salt and pepper to taste and serve immediately.\\n\\nRecipe Notes\\n\\nThis',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.7527947425842285,\n", " 'text': ' be done by using high-throughput methods such as RT-qPCR. However, such RT-qPCR can also be used to determine the mRNA expression levels of genes in vivo. In this study, we used real-time quantitative PCR (RT-qPCR) to determine the mRNA expression levels of genes in vivo.\\n\\nThe present study was conducted to determine mRNA expression levels of genes in vivo using RT-qPCR. We used RT-qPCR to determine the mRNA expression levels of genes in vivo by measuring mRNA levels of genes in vivo using real-time quantitative PCR (RT-qPCR).\\n\\nThe present study was conducted to determine mRNA expression levels of genes in vivo using RT-qPCR. We used RT-qPCR to',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.403505325317383,\n", " 'text': ' members to this list.\\n\\n\\nBuckeye Trail Class of 2000 Graduates that are NOT on this List? Help us Update the 2000 Class List by adding missing members to this list.\\n\\n\\nBuckeye Trail Class of 1999 Graduates that are NOT on this List? Help us Update the 1999 Class List by adding missing members to this list.\\n\\n\\nBuckeye Trail Class of 1998 Graduates that are NOT on this List? Help us Update the 1998 Class List by adding missing members to this list.\\n\\n\\nBuckeye Trail Class of 1997 Graduates that are NOT on this List? Help us Update the 1997 Class List by adding missing members to this list.\\n\\n\\nBuckeye Trail Class of 1996 Graduates that are NOT on this List? Help us Update the 1996 Class',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.0090699195861816,\n", " 'text': '.\\n\\nAlfred Hitchcock\\n\\nHitchcock was one of the greatest horror writers of all time and it is a shame that he died so young. He is one of the most influential directors of our time.\\n\\nAlfred Hitchcock is one of the great horror writers of all time and it is a shame that he died so young. He is one of the most influential directors of our time.\\n\\nAlfred Hitchcock is one of the great horror writers of all time and it is a shame that he died so young. He is one of the great horror writers of all time and it is a shame that he died so young.\\n\\nAlfred Hitchcock is one of the great horror writers of all time and it is a shame that he died so young. He',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.354469060897827,\n", " 'text': ' culture, politics, and society. CECUPS is a member of the Association for Research in the Social Sciences (ARSS) and the American Association for the Advancement of Science (AAAS). CECUPS is an independent, non-profit, 501(c)(3) organization. For more information about CECUPS, please visit http://www.cecups.org.\\n\\nAbout the Center for the Study of Culture, Politics and Society\\n\\nThe Center for the Study of Culture, Politics and Society (CECUPS) is an independent, non-profit, 501(c)(3) organization. CECUPS is a member of the Association for Research in the Social Sciences (ARSS) and the American Association for the Advancement of Science',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.922211766242981,\n", " 'text': \".\\n\\nWe've been fortunate to have had the support of our community, friends and family.\\n\\nAnd now, it's time for us to take the next step.\\n\\nIt's time for all of us to come together.\\n\\nIt's time for all of us to come together to make it happen.\\n\\nIt's time for all of us to come together to make it happen.\\n\\nIt's time for all of us to come together to make it happen.\\n\\nIt's time for all of us to come together to make it happen.\\n\\nIt's time for all of us to come together to make it happen.\\n\\nIt's time for all of us to come together to make it happen.\\n\\nIt's time for all of us to\",\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 4.482682228088379,\n", " 'text': \"'s second-string QB got the start in place of the injured Zach Mettenberger, who missed the last two games due to injury. Mettenberger has yet to play this season because of an ankle sprain. Mettenberger threw for 3,921 yards and 21 touchdowns with 12 interceptions last season. Janczak was 7-of-11 passing for 66 yards with two touchdowns, including a 34-yarder in the second quarter.\\nJanczak was 9-of-13 passing for 116 yards with one touchdown and one interception in the first half. He was 10-of-12 passing for 129 yards with one touchdown and one interception in the second half.\\nTCU's second-string QB got the start in place of the injured Zach Mettenberger,\",\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.3155629634857178,\n", " 'text': \"?\\n\\nA: There are a few things you can do.\\n\\nFirst, you need to have a good understanding of what you're looking for. You need to know what you're looking for, what you want, and how to get it.\\n\\nSecond, you need to know what you're not looking for. You need to know what you don't want, what you don't know, and how to get it.\\n\\nThird, you need to know how to get it.\\n\\nFourth, you need to know how to know.\\n\\nFifth, you need to know how to know what you're not looking for.\\n\\nSixth, you need to know how to know what you want.\\n\\nAnd finally, you need to know how to know\",\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.3127260208129883,\n", " 'text': \" don't do it for you, you can still get your teeth whitened.\\n\\nHow to get teeth whitened\\n\\nIf you're looking for a way to get your teeth whitened, there are a number of options to choose from.\\n\\nThe best way to get teeth whitened is with a dentist.\\n\\nThe best way to get your teeth whitened is with a dentist. You can do it yourself, or you can get a dentist to do it for you.\\n\\nThe best way to get your teeth whitened is with a dentist. You can do it yourself, or you can get a dentist to do it for you. You can have your teeth whitened at home.\\n\\nThe best way to get your teeth whitened is with a dentist. You can\",\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.824488639831543,\n", " 'text': ' buyers, buyers, buyers!\\nI think you will agree that this is a great opportunity for those who want to buy, sell, and buy and sell. It is also a great opportunity for those who want to buy, sell, and buy and sell. It is also a great opportunity for those who want to buy, sell, and buy and sell. It is also a great opportunity for those who want to buy, sell, and buy and sell.\\nI think you will agree that this is a great opportunity for those who want to buy, sell, and buy and sell. It is also a great opportunity for those who want to buy, sell, and buy and sell. It is also a great opportunity for those who want to buy, sell, and buy and sell. It is also',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.868980646133423,\n", " 'text': 'ishment. Our glazing specialists can work with you on all aspects of your façade and cladding projects, from the design of your façade to the design of your curtain walling.\\n\\nWe can also work with you to provide bespoke glazing, curtain walling and cladding to your project.\\n\\nOur glazing specialists can work with you on all aspects of your façade and cladding projects, from the design of your façade to the design of your curtain walling. We can work with you to provide bespoke glazing, curtain walling and cladding to your project. We can work with you to provide bespoke glazing, curtain walling and cladding to your project. We can work with you to provide bespoke glazing,',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 4.41383695602417,\n", " 'text': ' Greater London, who is also a member of the Board of Health of the City of London Corporation, said:\\n\\n\"I am pleased to report that on the 11th of November, 2013, the coroner for Greater London, Dr. Macdonald, M.P., delivered a report to the Board of Health of the City of London Corporation.\\n\\n\"The report concluded that on the evening of 11th November, 2013, the victim was found lying on a bed in an apartment block in Shoreditch Town Hall.\\n\\n\"The victim was pronounced dead at the scene.\\n\\n\"The cause of death was asphyxia due to blunt force trauma to the head.\\n\\n\"The cause of death was asphyxia due to blunt force trauma to the head.\\n\\n\"',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.7334080934524536,\n", " 'text': \"\\n\\nAs you can tell, I've been working on a lot of new stuff lately, and I'm excited to share this with you guys!\\n\\nI've been working on a ton of new stuff lately, and I'm excited to share this with you guys! As you can tell, I've been working on a ton of new stuff lately, and I'm excited to share this with you guys! I've been working on a ton of new stuff lately, and I'm excited to share this with you guys! I've been working on a ton of new stuff lately, and I'm excited to share this with you guys! I've been working on a ton of new stuff lately, and I'm excited to share this with you guys! I've been working on a ton of new\",\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.169222116470337,\n", " 'text': \"to-day stress of their jobs.\\n\\nCats, on the other hand, have been known to enjoy playing with toys.\\n\\nThey love to play with their toys, too.\\n\\nHere's a video of a cat playing with a toy:\\n\\nHere's a video of a dog playing with a toy:\\n\\nHere's a video of a cat playing with a toy:\\n\\nHere's a video of a dog playing with a toy:\\n\\nHere's a video of a cat playing with a toy:\\n\\nHere's a video of a dog playing with a toy:\\n\\nAnd here's a video of a cat playing with a toy:\\n\\nHere's a video of a dog playing with a toy:\\n\\nHere's a video of a cat\",\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.2439677715301514,\n", " 'text': \".\\n\\nThe Air Force is currently developing the Global Hawk UAS (Global Hawk UAS-1) UAV, the world's first fully autonomous unmanned aerial vehicle. The Global Hawk UAS-1 will be able to operate in the air and on the ground, and will be able to perform a wide range of tasks, including surveillance, surveillance, and reconnaissance.\\n\\nThe Global Hawk UAS-1 is part of the U.S. Air Force's Global Hawk UAS (Global Hawk UAS-2) program. The UAS-2 program includes the Global Hawk UAS-1 and Global Hawk UAS-2. The UAS-1 and UAS-2 are part of the Global Hawk UAS (Global Hawk UAS-2) program. The U\",\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.4312567710876465,\n", " 'text': '.\\nLearn from experts in the industry.\\nLearn from experts in the industry.\\nLearn from experts in the industry.\\nLearn from experts in the industry.\\nLearn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn from experts in the industry. Learn',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.07204532623291,\n", " 'text': ' in Film and Television from the University of Chicago and an M.A. in Film and Television Production from the University of Toronto. She is currently writing a book about the history of improvisation.\\n\\nAlyssa\\n\\nAlyssa is a writer, performer and improviser. She holds a B.A. in Drama from Harvard University and an M.A. in Theatre from the University of Chicago. She is currently working on her first play.\\n\\nGina\\n\\nGina is a writer, performer, and improviser. She holds a B.A. in English Literature from the University of Chicago and an M.A. in English Literature from the University of Toronto. She is currently working on her first play.\\n\\nKaren\\n\\nKaren is a writer',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.9115614891052246,\n", " 'text': \" opportunity to try a few homemade versions of macaroni and cheese.\\n\\nMacaroni and cheese is a classic comfort food. It's easy to make and it's easy to eat. It's quick to make, it's easy to prepare, and it's easy to enjoy.\\n\\nBut what if you don't have a stovetop? What if you don't have a blender? What if you don't want to spend a lot of money on food? What if you just don't want to spend any money at all on food? What if you just don't want to spend any money at all on food?\\n\\nWhat if you don't want to spend a lot of money on food? What if you just don't want to spend any money at all on food?\\n\",\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.0526540279388428,\n", " 'text': ' to see the opera.\\n\\nTook BART into SF and went to see the opera. Went to the San Francisco Zoo.\\n\\nTook BART into SF and went to the San Francisco Zoo. Went to San Francisco Museum of Modern Art.\\n\\nTook BART into SF and went to the San Francisco Museum of Modern Art. Took BART into SF.\\n\\nTook BART into SF.\\n\\nTook BART into SF.\\n\\nTook BART into SF.\\n\\nTook BART into SF.\\n\\nTook BART into SF.\\n\\nTook BART into SF.\\n\\nTook BART into SF.\\n\\nTook BART into SF.\\n\\nTook BART into SF.\\n\\nTook BART into SF.\\n\\nTook BART into SF',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.4661450386047363,\n", " 'text': ' Add salt and pepper to taste. Transfer to a large bowl and mix well. Set aside.\\n\\nIn a medium saucepan over medium high heat, melt butter over medium high heat until melted. Add garlic and cook until fragrant, about 5 minutes. Remove from heat.\\n\\nIn a medium saucepan over medium high heat, cook onion and carrot until soft, about 3 minutes. Add flour and blend in. Add salt and pepper to taste. Transfer to a large bowl and mix well. Set aside.\\n\\nIn a large saucepan over medium high heat, cook garlic and ginger until soft, about 5 minutes. Add flour and blend in. Add salt and pepper to taste. Transfer to a large bowl and mix well. Set aside.\\n\\nIn a medium saucepan over medium',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.603979587554932,\n", " 'text': \". We had a chance to sample a few of the beers from the brewery, check out some of the artwork, and chat with a few of the staff’s.\\n\\nThe Bier Abbey is located in the heart of the Capital Region’s capital city of Boston. The brewery is one of the oldest continuously operating breweries in the United States, founded in 1875. The brewery has been producing beer since 1876, and has been producing beer ever since.\\n\\nThe Bier Abbey is located right next to the Massachusetts Turnpike. It's only about two miles away from downtown Boston.\\n\\nThe Bier Abbey is part of the Boston Beer Festival, which is held in September each year. The festival is a celebration of craft beer and beer culture. It is a\",\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.9699137210845947,\n", " 'text': \" of the Athlone city centre.\\n\\nThe event will be broadcast from 7pm to 10pm.\\n\\nThis is a free event and everyone is welcome to come and hear what the Athlone community have to say.\\n\\nAthlone City Council will be in attendance to answer questions from the public.\\n\\nThe event will be broadcast on the Athlone City Council's Facebook page.\\n\\nYou can also listen to the event on the Athlone City Council's Facebook page.\\n\\nIf you are interested in attending this event or have any questions please contact:\\n\\nAthlone City Council\\n\\nAthlone Community Radio\\n\\nE-mail: [email protected]\\n\\nWebsite: www.facebook.com/Athlone\",\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.932756185531616,\n", " 'text': ' place until at least August 2017.\\n\\nCentrica said: \"The decision to halt operations at Rough was taken as a result of a number of factors, including a range of factors including a number of issues in the UK storage market which have not been fully resolved.\\n\\n\"The decision to suspend operations at Rough was taken as a result of a number of issues in the UK storage market which have not been fully resolved.\\n\\n\"The decision to suspend operations at Rough was taken as a result of a number of issues in the UK storage market which have not been fully resolved.\\n\\n\"The decision to suspend operations at Rough was taken as a result of a number of issues in the UK storage market which have not been fully resolved.\\n\\n\"The decision to suspend operations at Rough was',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 11916.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.7042782306671143,\n", " 'text': \" a great clothing store that specializes in men's and women's t-shirts. They also sell t-shirts for men, women and kids. You can check out their website here: http://www.disturbiaclothing.com/\\nThis coupon code will give you 10% off your purchase of any item of clothing at Disturbia Clothing.\\nThis coupon code will give you 10% off your purchase of any item of clothing at Disturbia Clothing.\\nThis coupon code will give you 10% off your purchase of any item of clothing at Disturbia Clothing.\\nThis coupon code will give you 10% off your purchase of any item of clothing at Disturbia Clothing.\\nThis coupon will give you 10% off your purchase of any item of clothing at Disturbia\",\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.37961483001709,\n", " 'text': ' roofing contractor can do the job. It is important to keep in mind that the roofing industry is not a one-size-fits-all industry, and there are many factors to consider when choosing a roofing contractor. Some of the most important factors include:\\n1. The type of roofing\\n2. The size and type of roofing\\n3. The type and quality of roofing materials used\\n4. The type of contractor\\n5. The type and quality of roofing products used\\n6. The type and quality of roofing equipment used\\n7. The type and quality of roofing services provided\\n8. The location of the roofing contractor\\n9. The type and quality of equipment used\\n10. The type and quality of materials used\\n11. The',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.8955092430114746,\n", " 'text': ' calling for an investigation into the attack that killed more than 150 people and injured more than 300 others.\\n\"It is imperative that the perpetrators of this attack are brought to justice,\" the statement said.\\n\"We urge all sides to exercise maximum restraint and refrain from further violence.\"\\nThe statement called for an investigation by the UN High Commissioner for Human Rights (OHCHR) into possible war crimes.\\nThe statement also called on all parties to \"take all necessary measures to protect civilians, including the protection of medical personnel, and ensure the safety of medical personnel and patients.\"\\nThe UN Security Council is due to meet on Friday to discuss the attack.\\nA spokesman for the UN High Commissioner for Human Rights, Zeid Ra\\'ad al-Hussein, said that he had been in contact',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 4.674659729003906,\n", " 'text': ' New York City.\\n\\nThe 8i Portal allows users to navigate through New York City\\'s streets, parks, and other public spaces using 3D-printed 3D models.\\n\\n\"The 8i Portal is a new way to explore the city,\" said 8i CEO and co-founder, David Koehler. \"It\\'s a way to explore New York City in 3D, not just on a screen.\"\\n\\nThe 8i Portal is available for free on the 8i website. Users can download the app for free or sign up for an account.\\n\\nThe 8i Portal will be available to download for iOS and Android phones and tablets. The app will also be available in the Apple App Store and Google Play Store.\\n\\nThe 8i Portal will be available to',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.1978418827056885,\n", " 'text': ' in 2014.\\n\\nThe number of mobile phone users has also increased dramatically.\\n\\nIn 2014, a total of 3.4 billion mobile phone users were using their mobile phones to pay for their mobile banking accounts, up from 1.5 billion in 2010. The number of mobile phone users has also increased dramatically. In 2014, a total of 3.4 billion mobile phone users were using their mobile phones to pay for their mobile banking accounts, up from 1.5 billion in 2010.\\n\\nThe number of mobile phone users has also increased dramatically. In 2014, a total of 3.4 billion mobile phone users were using their mobile phones to pay for their mobile banking accounts, up from 1.5 billion in 2010. The number of mobile phone users has also increased dramatically. In 2014,',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.3740999698638916,\n", " 'text': ' we are living in the 21st century *\\n\\nRoser, M. )2017)。 The short history of global living conditions and why it matters that we are living in the 21st century *\\n\\nRoser, M. )2017)。 The short history of global living conditions and why it matters that we are living in the 21st century *\\n\\nRoser, M. )2017)。 The short history of global living conditions and why it matters that we are living in the 21st century *\\n\\nRoser, M. )2017)。 The short history of global living conditions and why it matters that we are living in the 21st century �',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.2835288047790527,\n", " 'text': \" cookbook I bought when I was 16 years old.\\n\\nAnd then on Sunday, I ate my way through the whole thing.\\n\\nI'm not sure why I'm so obsessed with these burgers, or why I've never made them before.\\n\\nI'm not sure why I'm so obsessed with these burgers, or why I've never made them before.\\n\\nI'm not sure why I'm so obsessed with these burgers, or why I've never made them before.\\n\\nI'm not sure why I'm so obsessed with these burgers.\\n\\nI'm not sure why I'm so obsessed with these burgers.\\n\\nI'm not sure why I'm so obsessed with these burgers.\\n\\nI'm not sure why I'm so obsessed with these burgers.\\n\\n\",\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.0283799171447754,\n", " 'text': ' it\\'s going to be a long time before we see him again.\\n\\n\"I don\\'t have a lot of time to think about it. I just want to get on with it.\\n\\n\"I don\\'t want to have to think about it too much. I just want to get on with it.\\n\\n\"I\\'m not thinking about it now. I just want to get on with it. I don\\'t want to have to think about it too much. I just want to get on with it. I don\\'t want to have to think about it too much. I just want to get on with it. I don\\'t want to have to think about it too much. I just want to get on with it. I don\\'t want to have to think about it too',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 5.780445098876953,\n", " 'text': 'osey.\\n\\n\\nThis is just a small sample of some of the amazing people I have met and worked with over the years. I would love to hear from you in the comments section below!\\n\\n\\nIf you are looking for more information, you can check out the links below:\\n\\nhttps://www.youtube.com/watch?v=4XJnR7gE2hg\\n\\nhttps://www.youtube.com/watch?v=2oNu8jg8sRc\\n\\nhttps://www.youtube.com/watch?v=3Zj6m8iUZzE\\n\\nhttps://www.youtube.com/watch?v=wLjg-kCX3wQ\\n\\nhttps',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 5.309957504272461,\n", " 'text': ' City.\\n\\nThe company wants to move from its current headquarters in Menlo Park, Calif., to a 50,000-square-foot campus in Arlington, which would allow it to hire hundreds of thousands of workers.\\n\\nArlington County already has a $1.5 billion tax abatement agreement with Amazon, which would allow the county to receive an additional $1.2 billion in tax breaks.\\n\\nIn addition to the tax abatement, the county will also receive $1.2 billion in incentives from the state, including $1.25 billion in state tax credits and $500 million in federal tax credits.\\n\\nArlington County Board Chairman Mike Gatto said he expects the board will vote on the Amazon incentives next week.\\n\\nAmazon has so far said',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.4759795665740967,\n", " 'text': ' Ricketts.\\n\\nContact:\\n\\nDr. Leigh Ricketts\\n\\nP.O. Box 611\\n\\nPine Bluff, AR 72701-611\\n\\nPhone: (870) 776-7378\\n\\nFax: (870) 776-7374\\n\\nEmail:\\n\\nLeigh.Ricketts@gmail.com\\n\\nDr. Leigh Ricketts, M.D.\\n\\nP.O. Box 611\\n\\nPine Bluff, AR 72701-611\\n\\nPhone: (870) 776-7378\\n\\nFax: (870) 776-7374\\n\\nEmail:\\n\\nLeigh.Ricketts@gmail.com\\n\\nDr. Leigh Ricketts, M.D',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 5.165025234222412,\n", " 'text': 'highway)/28(highway)/29(combined)mpg, Sunroof/Moonroof, Alloy Wheels, Aluminum Wheels Avg. Dealer Rating: (9 reviews) \"Very quick to respond to questions and answer any questions I had. \"\\n\\nhttps://static.cargurus.com/images/forsale/2018/08/31/07/45/2014_ford_ford_ford_FWD-pic-9387728381527791623-152x114.jpeg 2014 Ford Ford FWD FWD Used Cars in Houston, TX 77080 Great Deal $3,964 BELOW CarGurus IMV of $11,976 Price: $8,500 Mileage: 30,065 Location: Houston',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.067538022994995,\n", " 'text': ' would be a little bit bigger so I could take a picture of it.\\n\\nRated 5 out of 5 by Anonymous from Love this product! I love this product! I use it everyday to make my hair look longer and thicker!\\n\\nRated 5 out of 5 by Anonymous from Love this product! Love this product! I use it everyday to make my hair look longer and thicker!\\n\\nRated 5 out of 5 by Anonymous from Love this product! I love this product! I use it everyday to make my hair look longer and thicker!\\n\\nRated 5 out of 5 by Anonymous from Love this product! Love this product! I use it everyday to make my hair look longer and thicker!\\n\\nRated 5 out of 5 by Anonymous from Love this product! I love this product! I',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.4820313453674316,\n", " 'text': ' time you gave me to get it done.\"\\n\\nHe said he was not sure he would be able to do the job again.\\n\\n\"You know, if I can\\'t do it again, I don\\'t think I can do it again,\" he said. \"I don\\'t think I can do it again.\"\\n\\nAt the time, he said he thought it was a good idea, but he now thinks it was a bad idea.\\n\\n\"It was a bad idea,\" he said. \"I think it was a good idea at the time. I don\\'t think it\\'s a good idea now.\"\\n\\nHe said he has no regrets about the project.\\n\\n\"I don\\'t think I would be able to do it again,\" he said. \"I don\\'t',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.7500972747802734,\n", " 'text': ' where it gets interesting. If you are a writer, you have a lot of freedom. You can write whatever you want to write. You can write what you want to write. You can write anything you want to write. You can write anything you want to write. You can write whatever you want to write. You can write whatever you want to write. You can write whatever you want to write. You can write whatever you want to write. You can write whatever you want to write. You can write whatever you want to write. You can write whatever you want to write. You can write whatever you want to write. You can write whatever you want to write. You can write whatever you want to write. You can write whatever you want to write. You can write whatever you want to write',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.8251070976257324,\n", " 'text': 'la has never been able to fill.\\n\\n\\u202a\"I don\\'t know what I would have done\\u202a\"\\n\\n\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a\"\\u202a',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 4.769198417663574,\n", " 'text': \"-on-one service, you should definitely try this place out.\\n\\nI love this place. It's a little pricey, but it's worth every penny. They have a good selection of mac and cheese, as well as a great selection of seafood. I love that they have live one-on-one service, and you can talk to the hostess if you want to ask some questions. The mac and cheese is delicious.\\n\\nThis is my favorite place to eat in Macau. They have a good selection of mac and cheese, as well as a good selection of seafood. My favorite is the macaroni and cheese. It's a little pricey, but it's worth every penny. The macaroni and cheese is delicious.\\n\\nI love this place. It\",\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.041841983795166,\n", " 'text': 'ang Airport.\\n\\nYou can take a taxi from Bandar Hilir to Melaka Tower.\\n\\nFrom Bandar Hilir, take a taxi to Melaka Tower.\\n\\nFrom Melaka Tower, take a taxi to Bandar Hilir.\\n\\nFrom Bandar Hilir, take a taxi to Melaka Tower.\\n\\nFrom Bandar Hilir, take a taxi to Melaka Tower.\\n\\nFrom Melaka Tower, take a taxi to Bandar Hilir.\\n\\nFrom Bandar Hilir, take a taxi to Melaka Tower.\\n\\nFrom Bandar Hilir, take a taxi to Melaka Tower.\\n\\nFrom Bandar Hilir, take a taxi to Melaka Tower.\\n\\nFrom Melaka Tower, take a taxi to Bandar',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.0206475257873535,\n", " 'text': ' you want to lead.\"\\n\\nIn the end, the most important thing is to keep your eyes open for opportunities to make a difference. That\\'s why it\\'s so important that you get involved with organizations that are trying to make a difference in people\\'s lives.\\n\\nIf you\\'re interested in learning more about the organization that you\\'re thinking of becoming involved with, check out their website.\\n\\nRelated:\\n\\nWhat You Need To Know About Your Next Job Search\\n\\nWhat You Need To Know About Your First Job\\n\\nWhat You Need To Know About Your Second Job\\n\\nWhat You Need To Know About Your Third Job\\n\\nWhat You Need To Know About Your Fourth Job\\n\\nWhat You Need To Know About Your Fifth Job\\n\\nWhat You Need To Know About Your Sixth Job',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.5348963737487793,\n", " 'text': '\\n\"Extra Eyes for DWIs\" on Halloween Here in Fairfax County | McGlone Law Firm, P.C. \"Extra Eyes for DWIs\" in Fairfax County | McGlone Law Firm, P.C. \"Extra Eyes for DWIs\" in Fairfax County | McGlone Law Firm, P.C. \"Extra Eyes for DWIs\" in Fairfax County | McGlone Law Firm, P.C. \"Extra Eyes for DWIs\" in Fairfax County | McGlone Law Firm, P.C. \"Extra Eyes for DWIs\" in Fairfax County | McGlone Law Firm, P.C. \"Extra Eyes for DWIs\" in Fairfax County | McGlone Law Firm, P.C. \"Extra Eyes for DWIs\" in Fairfax County',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.9804959297180176,\n", " 'text': \" their lives.\\n\\nIn the United States alone, more than 10 million women have gone on to graduate from college. In addition, more than 200,000 women are now employed full-time in the private sector.\\n\\nBut women still make up less than 20 percent of the workforce. In fact, women make up only about 10 percent of all college graduates, according to the American Association of University Women (AAUW).\\n\\nThis is why, in an effort to increase women's participation in the work force, the United States Congress passed the Equal Pay Act of 1963, which banned employers from paying women less than men for doing the same work.\\n\\nThe legislation also required employers to provide equal pay for equal work.\\n\\nThe Equal Pay Act of 1963 also created the Equal Pay\",\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 2.412933349609375,\n", " 'text': \" day off. Don't have to worry about getting up in the morning, getting dressed for work, or going to the gym.\\nBuild Vacation time the day you finish. Get to spend more time with family and friends.\\nBuild Vacation time the day you finish. Get to spend more time with family and friends.\\nBuild Vacation time the day you finish. Get to spend more time with family and friends.\\nBuild Vacation time the day you finish. Get to spend more time with family and friends.\\nBuild Vacation time the day you finish. Get to spend more time with family and friends.\\nBuild Vacation time the day you finish. Get to spend more time with family and friends.\\nBuild Vacation time the day you finish. Get to spend more time\",\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.008096694946289,\n", " 'text': ' Group to a private equity group.\\n\\nThe deal is expected to close in the first half of 2015.\\n\\nADAST, which was formed in 2007 as a private equity group based in Hong Kong, is one of the largest private equity funds in the world with assets of over $2 billion.\\n\\nPenta, which was formed in 2007 as a private equity group based in Hong Kong, is one of the largest private equity funds in the world with assets of over $2 billion.\\n\\nADAST Group, which was founded in 2007 as a private equity group based in Hong Kong, is one of the largest private equity funds in the world with assets of over $2 billion.\\n\\nADAST Group, which was founded in 2007 as a private equity group based in Hong Kong,',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 1.971063494682312,\n", " 'text': 'opy, radiation oncology, and cancer treatment.\\n\\nThe high luminosity of the high brightness light source is due to the high efficiency of the solar cell.\\n\\nThe high luminosity of the high brightness light source is due to the high efficiency of the solar cell. The high luminosity of the high brightness light source is due to the high efficiency of the solar cell. The high luminosity of the high brightness light source is due to the high efficiency of the solar cell.\\n\\nThe high luminosity of the high luminosity light source is due to the high efficiency of the solar cell. The high luminosity of the high luminosity light source is due to the high efficiency of the solar cell. The high luminosity of the high luminosity light source is due to the high',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 1.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.041997194290161,\n", " 'text': 'oyd, Feb. 23, 1900 - Sept. 30, 1959. John R. Loyd, Aug. 16, 1901 - Sept. 30, 1959. William R. Loyd, Oct. 26, 1905 - Sept. 30, 1959. Robert E. Loyd, Aug. 17, 1899 - Sept. 30, 1959. William W. Loyd, Aug. 16, 1894 - Sept. 30, 1959. George R. Loyd, Oct. 16, 1877 - Sept. 30, 1959. John W. Loyd, Aug. 16, 1872 - Sept. 30, 1959. Charles W. Loyd, Oct. 16, 1876 - Sept. 30, 1959. George W. Loyd, Oct. 16, 1880 - Sept. 30, 1959',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 17242.64},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.771228313446045,\n", " 'text': \" be learning how to make the best BBQ on the planet! This class will teach you everything you need to know about making the best BBQ possible. You will learn how to:\\n-Choose the right ingredients,\\n-Prepare the right meat,\\n-Choose the right spices, and\\n-Choose the right barbecue sauce. You will also learn how to make the best BBQ that you can!\\nThe class will last about 30 minutes. If you don't feel up to learning the basics of BBQ, you can bring a friend and we will teach you to make the best BBQ possible for you.\\nIf you are not comfortable with BBQ, you can always come to any of our BBQ classes.\\nIf you would like to be included in this class, please fill out the form below.\\n\",\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.2882399559020996,\n", " 'text': \"\\nThis topic is archived.\\n\\nThe discussion in 'Mac OS X Mavericks (10.5) and Mavericks (10.4)' started by axboi87, Jan 20, 2012.\\n\\nThis topic is archived.\\n\\nThe discussion in 'Mac OS X Mavericks (10.3) and Mavericks (10.2)' started by axboi87, Jan 20, 2012.\\n\\nThe discussion in 'Mac OS X Mavericks (10.1)' started by axboi87, Jan 20, 2012.\\n\\nThis topic is archived.\\n\\nThe discussion in 'Mac OS X Mavericks (9.7) and Mavericks (9.6)' started by axboi87, Jan 20, 2012.\\n\\nThis topic is archived.\\n\\nThe discussion in\",\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.607560157775879,\n", " 'text': ' with brass buckles.\\n\\nFoil plaid lycra and spandex shortall with metallic slinky insets. Attached metallic elastic belt with brass buckles. Lace-up hooded sweatshirt with zip fastening and a snap-on hood.\\n\\nLace-up hooded sweatshirt with zip fastening and a snap-on hood. Lace-up sweatshirt and shorts.\\n\\nLace-up sweatshirt and shorts. Lace-up sweatshirt and boots.\\n\\nLace-up sweatshirt and boots. Lace-up hooded sweatshirt.\\n\\nLace-up hooded sweatshirt and boots. Lace-up sweatshirt and boots.\\n\\nLace-up sweatshirt and boots. Lace',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.2817437648773193,\n", " 'text': ' 2016. It has grown to more than 200 backlinks per day and is growing at a steady pace. The site now has over 500,000 monthly visitors, and it has become the #1 backlink website on Google in the last 3 months.\\nOmoplata, Dec 2016.\\nOmoplata, Dec 2016. Omoplata, Dec 2016. Omoplata, Dec 2016. Omoplata, Dec 2016.\\nOmoplata, Dec 2016. Omoplata, Dec 2016. Omoplata, Dec 2016.\\nOmoplata, Dec 2016. Omoplata, Dec 2016.\\nOmoplata, Dec 2016. Omoplata, Dec 2016. Omoplata, Dec 2016.\\nOmoplata, Dec 2016.',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 6.047950267791748,\n", " 'text': ' and air conditioning, new classrooms, new gymnasiums and more.\\n\\n\"We are excited to announce the opening of the new Denver Public Schools,\" said Denver Mayor Michael Hancock. \"This is a historic year and we\\'re proud of what we\\'ve accomplished for our students, staff, parents and communities.\"\\n\\nThe 2017-18 school year marks the second year in a row that the school board will open with an update on projects that will be completed during the school year. The 2017-18 school year also marks the first year that the school board will be using the term \"open,\" as opposed to \"open to the public.\"\\n\\nIn its 2017-18 school year report card, the Denver Public Schools reported that the majority of projects completed in the first half of 2017 were on',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.1469955444335938,\n", " 'text': ' & timetables\\n\\nGOLF COURSE SBC to GOLF COURSE C train timetable & timetables\\n\\nGOLF COURSE SBC to GOLF COURSE A train timetable & timetables\\n\\nGOLF COURSE SBC to GOLF COURSE B train timetable & timetables\\n\\nGOLF COURSE C to GOLF COURSE A train timetable & timetables\\n\\nGOLF COURSE B to GOLF COURSE B train timetable & timetables\\n\\nGOLF C to GOLF COURSE C train timetable & timetables\\n\\nGOLF D to GOLF COURSE D train timetable & timetables\\n\\nGOLF E to GOLF COURSE E train timetable & timetables\\n',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.778450012207031,\n", " 'text': ' of the show and it was something I needed to hear. I was sitting in my living room watching the show and I noticed that there was someone sitting right next to me who wasn\\'t on the show. He was sitting next to me while I was reading the book. I was like, what are you doing here? Why are you doing this? And he looked at me and said, \"Oh, my god, you\\'re on The Wire.\" And I said, \"Well, I\\'m on the show, but I\\'m not on this show.\"\\nAnd he\\'s like, \"But you\\'re on this show.\" And I\\'m like, \"What?\" He said, \"You\\'re on The Wire, right?\" And I was like, \"Well, yeah, but that\\'s not what I',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.178775310516357,\n", " 'text': \" of rules than the rest of us? I think the answer is a bit of both.\\nYou see, it's not that the rich get richer. It's that the rich get richer.\\nThis is the point at which it becomes difficult to understand what's going on in the rest of the world. If you think about it logically, the rich get richer and the poor get poorer.\\nIf you think about it from a moral standpoint, the rich get richer because they're the ones who have a moral obligation to give to the poor. If you think about it logically, they get richer because they're the ones who have a moral obligation to give to the rest of us. And if you think about it from a practical standpoint, the rich get richer because they're the ones who have a\",\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.279366970062256,\n", " 'text': ' If you need more than one pair of lenses, buy two boxes of 90 lenses. The lenses can be purchased in pairs, or you can order individual pairs of lenses for each pair of contact lenses you want. If you buy more than one pair of lenses, they will have to be reordered. You can also purchase single pairs of lenses for each pair of contact lenses you want. You can also purchase two pairs of lenses for each pair of contact lenses you want. The lenses will have to be reordered. You can also purchase single pairs of lenses for each pair of contact lenses you want. The lenses will have to be reordered. You can also purchase single pairs of lenses for each pair of contact lenses you want. The lenses will have to be reordered. The lenses will have to be',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.678909778594971,\n", " 'text': \" judge ruled that the deal did not violate antitrust laws.\\n\\nAccording to news reports, the company had been seeking to acquire US Foods, which is based in San Francisco and has a market value of about $2.5 billion, for about a year.\\n\\nUS Foods' stock closed up 1.5% on Monday to close at $9.26.\\n\\nUS Foods said it would pay $1.2 billion in cash to acquire US Foods, which has about $1.3 billion of cash and marketable securities. The company said it expects to pay $1.5 billion to acquire US Foods.\\n\\nUS Foods shares closed down 1.6% on Monday to close at $9.15.\\n\\nIn a filing with the Securities and Exchange Commission (SEC),\",\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 1.932430624961853,\n", " 'text': ': \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa01/4\\xa0 - 6/16 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0 \\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0\\xa0',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.078985214233398,\n", " 'text': ' to hear God speaking to you through your own ears.\\n\\nPlease share this page with your friends and family so that we can share it with more people!\\n\\nIf you would like to share this page, please click the button below to share this video on Facebook, Twitter or Pinterest.\\n\\nThank you for listening and thank you God for enabling you to hear Him speak through your ears.\\n\\nFor more information on this, please click the links below:\\n\\nFor more information about the Church of Jesus Christ of Latter-day Saints click the links below:\\n\\nFor more information on this book click the links below:\\n\\nFor more information about the Mormon Tabernacle Choir click the links below:\\n\\nFor more information about the Book of Mormon click the links below:',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.9215891361236572,\n", " 'text': ' Role in Financial Crises.\" Journal of Money, Credit, and Banking, vol. 31, no. 4, January 2003.\\n\"The Role of the Federal Reserve in Financial Crises.\" Journal of Political Economy, vol. 99, no. 1, January 2000.\\nhttp://www.cbsnews.com/news/federal-reserve-says-we-should-be-thinking-of-the-fed-reserve-as-part-of-the-economy-of-the-world/\\nhttp://www.cbsnews.com/news/federal-reserve-says-we-should-be-thinking-of-the-fed-reserve-as-part-of-the-economy-',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.869979381561279,\n", " 'text': ', the domain brittlloyd.com is already registered on my domain registrar.\\n\\n\\nIf you are in the U.S., please contact me and I will give you the option to register brittlloyd.com on your registrar. I would appreciate it if you could send me your email address so I can reach out to you.\\n\\n\\nIf you are in Canada, please contact me and I would be happy to help you register brittlloyd.com.\\n\\n\\nI would like to thank everyone who has taken the time to read this letter. It has been an honor to have so many of you on my mailing list.\\n\\n\\nI hope you have a wonderful Thanksgiving and Happy Holidays.\\n\\n\\nSincerely,\\n\\n\\nBrittell Lloyd\\n\\nBr',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.875321865081787,\n", " 'text': ' are among the best in the world. The facilities are designed to cater to your needs and our staff are happy to answer any questions you may have regarding the facility or our services. You will not be disappointed with our services at East Bourne Resort & Spa Shimla. Our staff will help you with any of your hotel needs. Our facilities are located at the heart of Shimla, which is the perfect location to stay for the weekend. We cater to your needs and are always happy to answer any questions you may have regarding the hotel or services.\\n\\nEast Bourne Resort & Spa Shimla is located in the heart of Shimla district of Shimla, India, which is the perfect location to stay for the weekend. Our hotel is located at the heart of Shimla district of Shimla,',\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.692608833312988,\n", " 'text': \" I thought it was time to do something about it.\\n\\nAnd that's exactly what I did. I baked a pie for him. It was the first time I baked for my son. He had never had a pie before, so it was a real learning experience.\\n\\nI don't know if I would have done it again if I didn't have the support of my husband. He's always been the one who's pushed me to do things, and I've always been the one who pushes him. And he's always been the one who's pushed me to try something new, and he's always been the one who's pushed me to do something that wasn't what he wanted to do. And I'm always the one that pushes him to do something that he doesn't want to\",\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.233884572982788,\n", " 'text': ', we said. And yes, they are spoiling your visit to the cinema. Here are the top five reasons why.\\n#1 – The high ticket prices can be used to buy a lot of tickets in a short period of time.\\n#2 – The high ticket price can be used to buy a lot of tickets in a short period of time.\\n#3 – The high ticket price can be used to buy many tickets in a short period of time.\\n#4 – The high ticket price can be used to buy many tickets in a short period of time.\\n#5 – The high ticket price can be used to buy many tickets in a short period of time.\\nThe high ticket prices can be used to buy many tickets in a short period of time.\\nThe high',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.639285087585449,\n", " 'text': ' phase in their development of the world\\'s first multi-unit apartment building.\\n\\nThe project, called UNStudio, will be the first of its kind, with 1,500 apartment units to be completed by the end of 2015.\\n\\nUNStudio is designed by UNStudio Architects, the same design team behind the world\\'s first multi-unit apartment project, UNStudio Village, which opened last year in London.\\n\\nUNStudio will be the world\\'s first mixed-use apartment project, with 1,500 apartment units, as well as a mixed-use retail, hotel and office complex.\\n\\n\"We are proud to partner with the UNStudio team to deliver the world\\'s first multi-unit apartment building,\" said UNStudio Founder and Chief Executive Officer, David Gershon.\\n',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.134586811065674,\n", " 'text': \" 7, a group of students from Jogyesa, a religious school affiliated with the Vishwa Hindu Parishad (VHP) and Hindu Rashtra Samiti (HRSS) clashed with students from another religious school affiliated with the RSS, the Vishwa Hindu Parishad (VHP) in Mathura.\\nAccording to a report in the Hindu, the students from Jogyesa attacked the Hindu Rashtra Samiti's students with stones. According to a report in the Hindu, the Hindu Rashtra Samiti students were forced out of the school by Jogyesa students, who then attacked the Jogyesa students. The students of Jogyesa were also injured.\\nAccording to a report in the Hindustan Times on April 8, a Hindu Rashtra Samiti\",\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.7207019329071045,\n", " 'text': 'ethyst, emerald, turquoise, and pink are some of the most popular. Quartz has been used in jewelry since prehistoric times, and it is now found in nearly every culture on the planet. Quartz has been used in jewelry since prehistoric times, and it is now found in nearly every culture on the planet.\\n\\nThe first recorded use of quartz was in China in the late 17th century, and it was used in jewelry from the 18th to the early 20th centuries. Quartz is one of the most widely used minerals on the planet. Quartz is one of the most widely used minerals on the planet.\\n\\nThe first recorded use of quartz was in China in the late 17th century, and it was used in jewelry from the 18th to the early 20th centuries. Quartz',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.7734756469726562,\n", " 'text': ' of my mother, my father, my brother and sister, my father-in-law and mother-in-law.\\nMy dreams: to one day become an artist and writer, and to be able to express myself in all forms.\\nMy goals: I want to write poems, to become an artist, to have a career, to have a beautiful wife, a beautiful daughter, a beautiful husband, a beautiful son, a beautiful daughter-in-law, to have a beautiful son-in-law, a beautiful daughter, a beautiful son, a beautiful daughter, a beautiful son-in-law, to have a beautiful daughter-in-law, a beautiful daughter, a beautiful son, a beautiful daughter, a beautiful son-in-law, a beautiful daughter, a beautiful',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 7.400581359863281,\n", " 'text': \" the clutches of a raging river. The team of volunteers from around the world worked tirelessly to save the children, and the rescuers were amazed and overwhelmed at the sheer amount of time, energy, and dedication that they put into this effort.\\n\\nThe video below shows how the team worked together to rescue these children. You can check out the full story here.\\n\\nYou can also watch the video below:\\n\\nThis video is a great reminder for everyone to be on the lookout for children in flood waters, and to stay on top of their own water levels, especially in areas prone to flooding. It's important that you do your part to make sure your children are safe.\\n\\nHere's the full story of the rescue:\\n\\nThe Thai Red Cross said in a statement that\",\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.466729164123535,\n", " 'text': \" everything you need to know about Flash, from how to set it up, to how to create your very own Flash app, to how to use it in your own projects. You'll also learn about some of the more advanced features that are available in the Flash Player, including the ability to create your very own Flash games, and even how to create your own Flash games on the Web. You'll also learn how to create Flash games for mobile devices, such as Android and iOS, and you'll also learn how to use Flash to build your own web applications using HTML5, JavaScript, CSS3 and HTML5 Elements.\\n\\nThe course will cover all of the basics, including:\\n\\nThe basics of Flash\\n\\nThe basics of HTML\\n\\nThe basics of CSS\\n\\nThe basics of\",\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.914989709854126,\n", " 'text': \" you'll earn interest on your Citibank Time Deposits as well.\\n\\nHow do you earn interest on your Citibank Time Deposits? If you're an investor, you'll want to understand how Citibank Time Deposits work so you don't miss out on any of the great rewards. To learn more about Citibank Time Deposits click here.\\n\\nWhat is interest on Citibank Time Deposits? Interest is earned when your Citibank Time Deposits are in your account and in your account account. Interest on Citibank Time Deposits is based on the number of hours your Citibank Time Deposits remain in your account at any given time.\\n\\nHow much interest do I earn? Interest on Cit\",\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.8743293285369873,\n", " 'text': ' not gaming, you can find other interests. You can also find other hobbies such as swimming, snowboarding, ice skating and many other sports. You can also find hobbies which you enjoy. You can also enjoy hobbies such as reading books, listening to music, playing video games, watching movies and so on.\\n\\nYou can also find hobbies which you enjoy. You can also enjoy hobbies such as reading books, listening to music, playing video games, watching movies and so on. You can also find hobbies which you enjoy. You can also enjoy hobbies such as swimming, snowboarding, ice skating, hiking, cycling and so on. You can also find hobbies which you enjoy. You can also enjoy hobbies such as hiking, cycling and so on.\\n\\nYou can also find hobbies which you enjoy',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 1117.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.71229362487793,\n", " 'text': ' We want to make sure that your lock and keying service is as secure as possible. We want to ensure that our locksmiths are knowledgeable and experienced. We also want to ensure that our locksmiths are able to provide you with the best lock and keying services in the industry.\\n\\nThe security of your lock and keying service will depend on many factors including:\\n\\nWhether your lock and keying services are on-site or offsite\\n\\nWhether you have a locked or unlocked car\\n\\nThe location of your locksmiths\\n\\nWhether your locksmiths are licensed in your jurisdiction\\n\\nWhether you have a locksmith in your area\\n\\nWhether you have a locksmith in your area If you are not able to locate a locksmith within your area, we',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.3896639347076416,\n", " 'text': 'overs & Moving Companies in Rochester, New York for every moving service.: Movers MAX :.\\nMovers & Moving Companies in Rochester, New York for every moving service.: Movers MAX :.\\nMovers & Moving Companies in Rochester, New York for every moving service.: Movers MAX :.\\nMovers & Moving Companies in Rochester, New York for every moving service.: Movers MAX :.\\nMovers & Moving Companies in Rochester, New York for every moving service.: Movers MAX :.\\nMovers & Moving Companies in Rochester, New York for every moving service.: Movers MAX :.\\nMovers & Moving Companies in Syracuse, New York for every moving service.: Movers MAX :.\\nMovers & Moving Companies in Syracuse, New York for every moving service.:',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.44563889503479,\n", " 'text': ' but you can also be attracted to him/her, depending on your personality.\\n\\nHow to do black magic\\n\\nFirst of all, you should know how to do black magic. There are different kinds of black magic, which can be divided into three categories:\\n\\n1) Black magic performed under the influence of intoxicants\\n\\n2) Black magic performed under the influence of mind-altering substances\\n\\n3) Black magic performed under the influence of drugs\\n\\nBlack magic performed under the influence of mind-altering substances are black magic performed under the influence of mind-altering drugs. Black magic performed under the influence of mind-altering substances is also known as black magic performed under the influence of mind-altering drugs or black magic performed under the influence of mind',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.053761959075928,\n", " 'text': ' U.S. has dropped since 2007.\\n\\nIn the U.K., for example, the number of Internet users who use the dating site OKCupid has more than doubled since 2007.\\n\\nOnline dating services have become more popular in the past few years, partly because of the rise of social media sites such as Facebook and Twitter, which allow people to share photos, videos and messages with each other.\\n\\nIn the U.K., dating site OKCupid has become popular because of the rise in social media.\\n\\nOnline dating service OKCupid has become popular because of the rise in social media.\\n\\nThe online dating industry has grown rapidly in the past few years and is now worth an estimated $2.8 billion in the U.S., according to e',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.335816383361816,\n", " 'text': \" think it's important to mention that not everyone will have this problem. If you are in a situation where you don't have the money to pay for the software and have to pay for it yourself, you may want to look into buying a small amount of software from your local hardware store.\\nIf you're not sure if you can afford to pay for it yourself, you can always find someone willing to buy it for you.\\xa0\\nIf you are willing to pay for the software yourself, you will have to pay for it through your credit card. If you do not have a card, you can get one from your bank. You will need to pay a small fee on top of the cost of the software that you will need to run it.\\xa0\\nYou will need to pay for it through\",\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.162985801696777,\n", " 'text': ' the world.\\n\\nThis is not the first time a book has been nominated for this kind of award.\\n\\nIn 2013, a book was nominated for this award for the first time in the history of science fiction.\\n\\nThe winner of the Nobel Prize for Literature was a science fiction book, but this is the first time the book has won this kind of award.\\n\\nThe book is called \"The Earth and the Life on it.\"\\n\\nIt tells the story of a group of astronauts on a space mission to the Moon and how the planet is changing.\\n\\nThe book was published in 2008.\\n\\nIt won the prize for Best Novel for the first time in 2013.\\n\\nThe book was nominated again in 2014.\\n\\nHowever, this time the book was not',\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.318744659423828,\n", " 'text': 'osuGamers, 5 ”,,, :0 5 r,,,,,,,,,, 5 ”,,, Franka BrunsPost-GosuGamers, 6 ”,,, :0 7 r,, Franka BrunsPost-GosuGamers, 7 ”,,, :0 8 r,, Franka BrunsPost-GosuGamers, 8 ”,,, :0 9 r,,,,,,,,,, 10 ”,, Franka BrunsPost-GosuGamers, 12 ”,,, :0 11 r,, Franka BrunsPost-GosuGamers, 12 ”,,, :0 12 r,,,,,,,,,, 13 ”,, Franka BrunsPost-GosuGamers',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 6.085012435913086,\n", " 'text': \" and a weekend of training!\\nI'm really excited for the weekend and can't wait to get back to work! Be sure to follow me on\\xa0 Facebook and\\xa0 Twitter \\xa0to keep up to date with all my workouts! If you'd like to stay up to date with what I'm up to,\\xa0 sign up for my email list, and follow me on\\xa0 Tumblr \\xa0and\\xa0 Pinterest!\\nIf you haven't yet, please consider supporting me on\\xa0 Patreon \\xa0by becoming a Patron of\\xa0 Heart of America CrossFit!\\nIf you haven't already, please check out my\\xa0 YouTube \\xa0channel \\xa0to watch all my videos! \\xa0If you're looking for more videos like this, please check out my\\xa0 YouTube \\xa0channel \\xa0to see what\",\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.078625202178955,\n", " 'text': ' next?\\n* 6. What would you like to see?\\n* 7. What do you want to do next?\\n* 8. How long have you been doing this?\\n* 9. What do you want to hear next?\\n* 10. How long have you been doing that?\\n* 11. When did you start doing this?\\n* 12. How long have you been doing that?\\n* 13. What do you want to hear next?\\n* 14. How long have you been doing that?\\n* 15. What do you want to hear next?\\n* 16. How long have you been doing that?\\n* 17. How long have you been doing that?\\n* 18. How long have you been doing that?\\n* 19. What',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.2677817344665527,\n", " 'text': ')\\n\\nUncle Ian (Into the Unknown’)\\n\\nUncle Ian III (Into the Unknown’)\\n\\nUncle Ian III (Into the Unknown’)\\n\\nUncle Ian III (Into the Unknown’)\\n\\nUncle Ian III (Into the Unknown’)\\n\\nUncle Ian III (Into the Unknown’)\\n\\nUncle Ian III (Into the Unknown’, with artist Louise Jenkins)\\n\\nUncle Ian III (Into the Unknown’, with artist Louise Jenkins)\\n\\nUncle Ian III (Into the Unknown’)\\n\\nUncle Ian III (Into the Unknown’, with artist Louise Jenkins)\\n\\nUncle Ian III',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.7638001441955566,\n", " 'text': ' cats in New Jersey. If you have a question or need assistance, please call us at 877-972-3723 or visit us online at www.dogandcatrescue.org.\\n\\n\\nWe look forward to serving you!\\n\\nThank you!\\n\\n-Dog & Cat Rescuers\\n\\nFor more information, contact us at 877-972-3723\\n\\nwww.dogandcatrescue.org\\n\\nwww.dogandcatrescue.org\\n\\nwww.dogandcatrescue.org\\n\\nwww.dogandcatrescue.org\\n\\nwww.dogandcatrescue.org\\n\\nwww.dogandcatrescue.org\\n\\nhttp://www.dogandcatrescue.org\\n',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.692935943603516,\n", " 'text': \" or observations of the cosmos that are compatible with the ideas in this blog, please send me a note. I will try to include as much of them as I can. If I can't, please tell me why. If you have any suggestions for future blog posts, please tell me.\\nHere are some observations that I think are compatible with the ideas of this blog:\\nObservations of the solar system are not consistent with what we know about the formation and evolution of stars and planets. \\xa0\\nObservations of the solar system are not consistent with what we know about the formation and evolution of stars and planets. \\xa0\\nObservations of the solar system are not consistent with what we know about the composition and structure of the Cosmos.\\nObservations of the solar system are not\",\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.8009159564971924,\n", " 'text': ' 1st half\\n\\n2 New England NE 16 1 plays -1 yards 0:07 End of 1st half\\n\\n3 New England NE 16 1 plays -1 yards 0:07 End of 1st half\\n\\n4 New England NE 16 1 plays -1 yards 0:07 End of 1st half\\n\\n5 New England NE 16 1 plays 0:07 End of 1st half\\n\\n6 New England NE 16 1 plays -1 yards 0:07 End of 1st half\\n\\n7 New England NE 16 1 plays 0:',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.418809175491333,\n", " 'text': 's gaming platform Tencent Games is now available for Android devices.\\n\\n�Tencent Games is the leading mobile game platform in China,� Tencent said in a release. �Tencent Games is the only platform in China that offers the best experience on mobile devices.�\\n\\n�Tencent Games is the only platform in China that offers the best experience on mobile devices.��\\n\\n�Tencent Games is the only platform in China that offers the best experience on mobile devices.��\\n\\n�Tencent Games is the only platform in China that offers the best experience on mobile devices.��\\n\\n�Tencent Games is the only platform in China that offers the best experience on mobile devices.��\\n\\n�Tencent Games is the only platform in China that offers the best experience',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.999774932861328,\n", " 'text': '\\n\\n\"We have worked with Thames Reach to ensure they are able to continue to operate in the best interests of all our residents.\\n\\n\"Thames Reach will be working with Thames Reach and other partners to continue to support our homeless and vulnerable residents and their families.\"\\n\\nThe company said: \"We are delighted that Thames Reach have chosen to remain in the City of London, and look forward to the partnership they have in place with us.\\n\\n\"We are committed to making the most of our partnership with Thames Reach to support our homeless and vulnerable residents, and are happy to continue working closely with them over the coming years.\\n\\n\"We are committed to making the most out of our partnership with Thames Reach to continue to support our homeless and vulnerable residents and their families, and look',\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.6093366146087646,\n", " 'text': ', times and locations of the Assembly:\\n\\nJune 4-5\\n\\nLos Angeles, CA\\n\\nJune 6-7\\n\\nSan Francisco\\n\\nJune 8-9\\n\\nOakland, CA\\n\\nJune 10-12\\n\\nNew York City\\n\\nJune 13-14\\n\\nWashington, DC\\n\\nJune 15-16\\n\\nPhiladelphia\\n\\nJune 17\\n\\nChicago\\n\\nJune 19-20\\n\\nNew York\\n\\nJune 21-22\\n\\nSan Diego\\n\\nJune 24-26\\n\\nLos Angeles, CA\\n\\nJune 27\\n\\nLos Angeles, CA\\n\\nJune 28\\n\\nSan Francisco\\n\\nJune 29\\n\\nSan Diego\\n\\nJune 30\\n\\nSan Jose, CA\\n\\nJuly 1-3\\n\\nPortland\\n\\nJuly 4',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.809113025665283,\n", " 'text': '-day trek will take you through the beautiful Annapurna and Mustang regions, beginning in Kathmandu and ending in the heart of Kathmandu. The trek will take place from November to March and is suitable for all levels of fitness.\\n\\nThe trek starts in Kathmandu from Kathmandu, Nepal, and then travels through the Annapurna and Mustang regions of the country. The trek will take you through the beautiful Annapurna and Mustang regions of the country. The trek will take you through the beautiful Annapurna and Mustang regions of the country. The trek will take you through the beautiful Annapurna and Mustang regions of the country. The trek will take you through the beautiful Annapurna and Mustang regions of the country. The trek will',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.6243369579315186,\n", " 'text': ').\\n\\nA.D. 765. This was the year in which the Emperor Justinian died, and Vergilius succeeded to the bishopric. This was the first year in which in the diocese of Salzburg the monastery of St. Boniface was erected.\\n\\nA.D. 765. This was the year in which the Emperor Justinian died, and Vergilius succeeded to the diocese of Salzburg.\\n\\nA.D. 765. This was the year in which the Emperor Justinian died, and Vergilius succeeded to the diocese of Salzburg.\\n\\nA.D. 770. This was the year in which the Emperor Justinian died, and Vergilius succeeded to the diocese',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.432892799377441,\n", " 'text': \" Roku and Chromecast, or subscribe to ABC Go UK for Android, Apple TV, iPhone, iPad, Android, Roku and Chromecast on iTunes.\\n\\nWhat's new in ABC Go UK?\\n\\nABC Go UK has been updated to include all the latest news and events from around the world. You can now watch the latest news from the United States, Australia, New Zealand, Canada, Hong Kong, South Africa, Indonesia, Malaysia, Singapore and the United Arab Emirates. You can also see the latest news from Australia, New Zealand, Canada, Hong Kong, South Africa, Indonesia, Malaysia, Singapore, and the United Arab Emirates.\\n\\nABC Go UK is now available on iOS, Android, Roku, and Chromecast.\\n\\nYou can also subscribe to ABC Go UK on Apple\",\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.058563709259033,\n", " 'text': \" up to you to stitch together all the data into the final printable file.\\n\\nYou can get started right now, or you can learn more about how it works in this video: https://www.youtube.com/watch?v=j4VQW8rIxwQ&feature=youtu.be\\n\\nTo get started, you'll need to install the Stitch library: https://github.com/stitchjs/stitchjs\\n\\nStitch is available as open source software, and is freely available at: https://github.com/stitchjs/stitchjs\\n\\nWhat's next for Stitch?\\n\\nWe've got a lot of ideas on how to make Stitch even better. We'd love to hear what you think\",\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 6.494935989379883,\n", " 'text': \" CMS, but it doesn―t have a magic wordpress theme yet.\\n\\nWordPress themes are designed to be able to adapt to a wide variety of screen sizes and screen resolutions, so even if you don―t need a high resolution theme, you―ll still be able to use one.\\n\\nSo, how do I get one?\\n\\nWordPress has been around for a long time, so there isn―t a magic theme out there that can replace it.\\n\\nThe best way to find out if there is a theme for you is to check out my list of the best WordPress themes available for free.\\n\\nSo, how do I know if there's a WordPress theme for me?\\n\\nIf you want to have a WordPress theme for free\",\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.450579881668091,\n", " 'text': ' high costs.\\n\\nA new study by researchers at the University of Connecticut and the University of California, San Diego, shows that the average cost of long-term care insurance in the United States is the highest it has ever been.\\n\\nAccording to the study, which will be published in the August issue of the American Journal of Preventive Medicine, the average cost of a long-term care insurance policy in 2016 was $6,818 per month. The average cost of a standard long-term care policy was $2,742 per month, and the cost of a basic long-term care insurance policy was $1,906 per month.\\n\\n\"The average cost of a long-term insurance policy in the United States is the highest it has ever been,\" said study',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.752841949462891,\n", " 'text': \" The festival runs from June 21st to June 23rd, and runs from 10 a.m. to 3 p.m.\\nThe festival is scheduled to have over 30,000 kids attend, and will be held in the park at Lake Washington, just south of downtown Seattle. There will be lots of food, music, arts, crafts, and fun.\\nHere are the highlights of the festival:\\nThe Seattle Children's Museum is going to be open from 9 a.m. to 5 p.m. on Saturday, June 21. They have a full schedule of activities that they will be providing for all ages. You can check it out here, and you can also sign up for email updates here. There is also going to be a children's book reading event on Saturday, June\",\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.230236530303955,\n", " 'text': 't going down without a fight.\\n\\n\"It�s a very serious case and we�re looking forward to having it resolved,\" said Vecindario. \"We don�t want to get into any more details, but we�re going to have a fair and thorough hearing.\\n\\n\"I don�t think there�s much we can say about it at this point.\"\\n\\nBut Vecindario is adamant that the club won�t be making a decision until the investigation is completed.\\n\\n�I don�t know what the timeline is,� said Vecindario. \"I don�t know how long it�s going to take, but I think it�s fair to assume it�s going to take some time. I don�t know',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 1.8600051403045654,\n", " 'text': '.\\n\\nUSB 3.0 support\\n\\nSupports USB 3.0\\n\\nUSB 2.0\\n\\nUSB 2.0 support\\n\\nSupports USB 2.0\\n\\nUSB 3.0\\n\\nUSB 3.0 support\\n\\nSupports USB 3.0\\n\\nUSB 3.0\\n\\nSupports USB 3.0\\n\\nUSB 3.0\\n\\nUSB 3.0\\n\\nUSB 3.0\\n\\nUSB 3.0 support\\n\\nUSB 3.0 support\\n\\nSupports USB 3.0\\n\\nSupports USB 3.0\\n\\nUSB 3.0 support\\n\\nSupports USB 3.0\\n\\nUSB 3.0\\n\\nSupports USB 3.0\\n\\nUSB 3.0\\n\\nSupports USB 3',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 19110.04},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.522576332092285,\n", " 'text': \"akeem Olajuwon's future with the Indiana Pacers remains in question.\\n\\nAccording to multiple sources, Olajuwon has informed the team that he will not sign an extension.\\n\\nAccording to multiple sources, Olajuwon's future with the Indiana Pacers remains in question.\\n\\nAccording to multiple sources, Olajuwon has informed the team that he will not sign an extension.\\n\\nOladipo, who is averaging 15.5 points and 5.6 rebounds per game this season, has been asked to play a significant role for the Pacers this season.\\n\\nThe 6-foot-9 forward, who is averaging 15.5 points and 5.6 rebounds per game this season, has been asked to play a significant role for the Indiana Pacers this\",\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.6014769077301025,\n", " 'text': ' not be software, but a software platform. The purpose of a software platform is to solve a specific problem in a particular domain.\\n\\nWhat is the purpose of a software platform? The purpose of a software platform is to solve a specific problem that people already have. The problem may not be software, but a software platform. The purpose of a software platform is to solve a specific problem that people already have. The problem may not be software, but a software platform. The purpose of a software platform is to solve a specific problem that people already have.\\n\\nSoftware platforms have been around for a long time. Software platforms have been around for a long time.\\n\\nThe purpose of software platforms is to solve specific problems in a specific domain.\\n\\nSoftware platforms have been around for a long',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.212770938873291,\n", " 'text': '\\n\\nHeat a large skillet over high heat and add 1 cup of olive oil. Saute the onions, garlic, parsley and fennel for a minute or two, until fragrant. Add in the beef and cook for about 2-3 minutes, stirring occasionally. Add the remaining 1 cup olive oil and cook for a minute or two more.\\n\\nAdd in the chicken stock and bring to a boil. Once the chicken is cooked to your liking, add in 1/4 cup of water and simmer uncovered for about 15 minutes, or until the chicken is tender but not mushy.\\n\\nStir in 1/3 of the chopped cilantro and serve immediately.\\n\\nThis recipe is part of a series of recipes to celebrate the end of Lent. You can check out all',\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.702242851257324,\n", " 'text': ' be done by using a high-throughput method such as RT-qPCR in which a small number of samples are used for each analysis. RT-qPCR is based on a technique that is widely used in the field of gene expression analysis. RT-qPCR is used for a wide range of gene expression studies including gene expression profiling, transcriptome analysis and mRNA expression studies [29]. RT-qPCR has been widely used for gene expression studies for several reasons including: (1) It is an inexpensive and readily available method; (2) it is fast; (3) RT-qPCR is sensitive and accurate for gene expression studies; (4) RT-qPCR is easily accessible and affordable to the general public; (5) RT-qPC',\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 1.978108525276184,\n", " 'text': ' members to the 2001 Buckeye Trail Class of 2001!\\n\\nClass of 2003\\n\\nClass of 2004\\n\\nClass of 2005\\n\\nClass of 2006\\n\\nClass of 2007\\n\\nClass of 2008\\n\\nClass of 2009\\n\\nClass of 2010\\n\\nClass of 2011\\n\\nClass of 2012\\n\\nClass of 2013\\n\\nClass of 2014 Class of 2015\\n\\nClass of 2016 Class of 2017\\n\\nClass of 2018\\n\\nClass of 2007\\n\\nClass of 2009\\n\\nClass of 2010\\n\\nClass of 2011\\n\\nClass of 2012\\n\\nClass of 2013\\n\\nClass of 2014\\n\\nClass of 2015 Class of 2016\\n\\nClass of 2017 Class of 2018\\n\\nClass of 2008 Class of 2009\\n\\nClass of 2010\\n\\nClass of 2011\\n\\nClass of 2012',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.321054458618164,\n", " 'text': \".\\n\\n5. A Good Night's Sleep by Tom Stoppard\\n\\nTom Stoppard's A Good Night's Sleep is one of those books that makes you feel like you're in another world, the kind of book that will make you feel like you're in another time.\\n\\nThe book is set in London in 1920s England, and Stoppard is one of the best story tellers we've come across in a long time. The book is full of humour, and there's a good dose of sex and violence.\\n\\n6. The Man Who Knew Too Much by Neil Gaiman\\n\\nNeil Gaiman's The Man Who Knew Too Much was the first book I ever read when I was in school, and I've never forgotten it. It's\",\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.5461459159851074,\n", " 'text': \" culture. CECUPS's research focuses on the relationship between culture, politics, and society in the 21st century.\\n\\nThe Center for the Study of Politics and Culture (CSPCC) is dedicated to the study of politics, politics, and culture. CSPCC's research focuses on the intersection of politics and culture. CSPCC's focus on politics and culture is informed by the Center for the Study of Culture, Politics and Society (CECUPS).\\n\\nCSPCC's research focuses on politics, politics, and culture. CSPCC's focus on politics and culture is informed by the Center for the Study of Politics, Politics and Culture (CECUPS).\\n\\nThe Center for the Study of Politics and Culture is dedicated to the study of politics,\",\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.9817001819610596,\n", " 'text': '.\\n\\nWe also made it through the first half of the year without any rain.\\n\\nWe have also been able to get through the first half of the year without too much rain.\\n\\nThis year, we were able to get through the first half of the year without too little rain. This is the third year in a row we have been able to get through the first half of the year with no rain.\\n\\nWe made it through the first half of the year with rain. This is the first time we have ever been able to get through the first half of the year with rain. This is the first time we have ever been able to get through the first half of the year without too much rain. This is the second year in a row this year we have been able',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.552553653717041,\n", " 'text': \" is 0-3 on the road and 1-2 on the road at home this season.\\nIf you haven't been following me on Twitter, I'm @calebjanczak. I've been writing about college football a lot lately, and I'm going to be writing about college football in the near future. You can follow me on Twitter @janczak, and check out the rest of my articles by clicking here.\\nAnd, as always, if you have any questions or comments for me, feel free to leave them in the comments section below. I look forward to hearing what you think! Until next time, keep kicking ass, ho!\\nShare this: Twitter\\nFacebook\\nTumblr\\nLinkedIn\\nReddit\\nGoogle\\nPinterest\\nPocket\\n\\nPrint\\n\\nEmail\",\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.242319107055664,\n", " 'text': '?\\n\\nA: It\\'s a form of communication. It\\'s a kind of way of saying, \"I love you.\"\\n\\nQ: What does it mean?\\n\\nA: It means you love me.\\n\\nQ: How do you get it? How do you know you got it?\\n\\nA: I don\\'t know.\\n\\nQ: What does it mean? What does it mean?\\n\\nA: It means that you\\'re happy with me.\\n\\nQ: What does it mean? What does it mean?\\n\\nA: It means that you love me.\\n\\nQ: What does it mean? What does it mean?\\n\\nA: It means that you\\'re happy with me.\\n\\nQ: What does it mean? What',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.471090316772461,\n", " 'text': \" don't do it for you, try these five tricks to brighten up your day.\\n\\n\\n1. Make a list of the things you can do to brighten up your day\\n\\nThis is a great idea for those who don't have time for a busy schedule, or for those who are just looking to get some extra motivation. Make a list of everything you can do to brighten up your day. For example:\\n\\nEat healthy food.\\n\\nEat lots of fruits and vegetables.\\n\\nDrink plenty of water.\\n\\nEat a healthy diet.\\n\\nEat a lot of fruits and vegetables.\\n\\nDo yoga or Pilates.\\n\\nEat a healthy diet.\\n\\nBe active.\\n\\n\\n2. Make a list of the things you can't do\",\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.4655940532684326,\n", " 'text': \" buyers, buyers, buyers.\\nWhat's the difference between a buyer and a seller?\\nA buyer is a person who is willing and able to pay for goods or services. A seller is a person who is willing to pay for goods or services, but is not able to pay for them on the spot.\\nA seller is one who is willing and able to pay for goods or services, but is not able to sell them.\\nA buyer is a person who is willing and able to pay for goods or services, but is not able to sell them.\\nA seller is a person who is willing and able to pay for goods or services. A buyer is one who is not willing or able to pay for goods or services, but is willing or able to sell them.\\nWhat are\",\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.1417741775512695,\n", " 'text': \"ishment. The company has been operating in this area since the 1970s.\\n\\nThe Osprey Specialty Glazing Company is listed on the London Stock Exchange under the ticker symbol OSPREX. Osprey Specialty Glazing Company Limited is listed as a company registered in the Isle of Man under the ticker symbol OMS. The company's website is www.osglazing.com.\\n\\nImage copyright Osprey Specialty Glazing Company Limited Image caption The Osprey Specialty Glazing Company is registered in the Isle of Man\\n\\nThe Osprey Specialty Glazing Company Limited is listed on the London Stock Exchange under the ticker symbol OSPREX. The Osprey Specialty Glazing Company Ltd is listed on the Isle of Man\",\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.4908127784729004,\n", " 'text': ' the City of London, who presided at the inquest into the death of Dr. John Macdonald and his son, Dr. John Macdonald, M.P., pronounced the following verdict:\\n\\n\"The cause of death was asphyxiation. The cause was asphyxiation.\\n\\n\"The manner of death is homicide.\\n\\n\"The cause of death was asphyxiation. The cause of death was asphyxiation.\\n\\n\"The manner of death was homicide.\\n\\n\"The cause of death was asphyxiation. The cause of death was asphyxiation.\\n\\n\"The manner of death was homicide. The cause of death was asphyxiation. The cause of death was asphyxiation.\\n\\n\"The manner of',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.4545722007751465,\n", " 'text': \"\\n\\nI also did some research and found a few websites that I liked and didn't like.\\n\\nhttp://www.youtube.com/watch?v=jbNQeEuJzNc\\n\\nhttp://www.youtube.com/watch?v=jbNqeEuJzNc\\n\\nhttp://www.youtube.com/watch?v=jbNqeEuJzNc\\n\\nhttp://www.youtube.com/watch?v=JWpYiSZsQQ8\\n\\nhttp://www.youtube.com/watch?v=JwpYiSZsQQ8\\n\\nhttp://www.youtube.com/watch?v=JW\",\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.613401174545288,\n", " 'text': \"to-day grind of the world. Here's a list of dog-friendly activities and activities that will keep your dog entertained all day long:\\n\\n’\\n\\n’\\n\\nDogs love to get out and enjoy some time away from the day-to-day grind of the world. Here's a list of dog-friendly activities and activities that will keep your dog entertained all day long: Dogs love to get out and enjoy some time away from the day-to-day grind of the world. Here's a list of dog-friendly activities and activities that will keep your dog entertained all day long:\\n\\n’\\n\\n’\\n\\n’\\n\\nDogs love to get out and enjoy some time away from the day-to-day grind of the\",\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.098778247833252,\n", " 'text': '.\\n\\nUnmanned Aircraft Systems (UAS) is a term used to describe any unmanned aircraft system that can be remotely controlled. Unmanned Aircraft Systems (UAS) includes unmanned aircraft, unmanned aircraft systems (UAS), unmanned aerial vehicles (UAVs), unmanned ground vehicles (UGVs), and unmanned aerial vehicles (UAVs). Unmanned Aircraft Systems (UAS) includes the following:\\n\\nAn unmanned aircraft is any unmanned aircraft that is capable of flight autonomously. For example, a remotely piloted aircraft is a remotely piloted aircraft that can be operated by a pilot. A UAV is an unmanned aircraft that is capable of flight. For example, a drone is an unmanned aerial vehicle that is capable of flight. A UAV is an unmanned ground vehicle',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.801306962966919,\n", " 'text': ' in your area of expertise and expand your network.\\nWork with your clients to identify opportunities that will allow you to build your business and grow your reputation.\\nLearn more about how to expand your clientele.\\nDetermine whether you are an ideal candidate for a career as a professional photographer.\\nFind out whether you are a good fit for a career as an independent business photographer.\\nDetermine whether you are a good fit for a career as a professional landscape photographer.\\nFind out whether you are a good fit for a career as a freelance photographer.\\nLearn more about whether you are an ideal candidate for a career as a professional photographer.\\nDetermine whether you are a good fit for a career as a freelance landscape photographer.\\nFind out whether you are a good fit for',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.496111869812012,\n", " 'text': \" in Film and Television from the City University of New York and an M.A. in Performance from the New School. She lives with her husband and two children in New York City, where she works as an instructor in the Theatre Arts Program at NYU's Tisch School of the Arts. Jeanne also works as a freelance writer, producer and performer. You can find her on Twitter at @joanie_k.\\n\\nThis episode is brought to you by Squarespace (www.squarespace.com code: CHI). Squarespace makes it easy to organize your projects, share them with others, and create beautiful online spaces for everyone.\\n\\nThis episode is sponsored by Squarespace (www.squarespace.com). Squarespace makes it easy to organize your\",\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.135039329528809,\n", " 'text': \" opportunity to try out a lot of different varieties of cheese. I've been making this cheese since I was a little kid. My mom used to take my brother and me to the store to buy our favorite cheese. We loved it so much that we started making it on our own. I've been making it at home ever since.\\n\\nThis homemade mac and cheese has everything you need: cheese, flour, milk, and egg. It's creamy, cheesy, and easy to make!\\n\\nWhat You'll Need:\\n\\n1/2 cup of whole wheat flour\\n\\n1 teaspoon of salt\\n\\n1 teaspoon of pepper\\n\\n1/2 cup of shredded cheddar cheese\\n\\n1 tablespoon of shredded mozzarella cheese\\n\\n1/2 cup of shredded Parmesan cheese\\n\",\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.692742347717285,\n", " 'text': \" to work.\\n\\nThis was the first time I had ever played a text adventure game.\\n\\nIt was also my first text adventure game, and I think I was the first person ever to play a text adventure game. I had played a text adventure game before, but this one was different in that it was a text adventure game with a twist.\\n\\nThere were a few things that I really liked about this text adventure game. One of the things I really loved was the music. This text adventure game didn't have a lot of music in it, but there was a lot going on in it. One of the things I really loved about this text adventure game was the voice acting.\\n\\nI was really excited when I first played the text adventure game Firebird. I loved the\",\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 1.8483760356903076,\n", " 'text': ' Add salt and pepper and stir to combine. Pour mixture into a 9x13 inch pan and bake at 400 degrees for about 20 minutes. Remove from oven and cool.\\n\\nMakes about 6 servings.\\n\\nThis recipe makes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nThis recipe makes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nMakes about 6 servings.\\n\\nMakes about',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.414236068725586,\n", " 'text': \".\\n\\nWe were pleasantly surprised to discover that The Bier Abbey is located in the heart of the beautiful Capital Region and is located right on the edge of downtown.\\n\\nThe Bier Abbey has been brewing beer for over a decade and is a proud member of The Craft Brew Alliance (CBA).\\n\\nWe were introduced to The Bier Abbey's beer by one of their co-brewers, Matt Davis.\\n\\nMatt and his wife, Katie, have been running The Bier Abbey for over a decade and are the owners of the brewery.\\n\\nMatt and Katie have been brewing beer in the Capital Region for over a decade now and were very excited to see The Bier Abbey opening up shop in their hometown.\\n\\nWe also had the chance to talk to Matt about\",\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.6270592212677,\n", " 'text': ' of the Athlone community.\\n\\nThe program will be broadcast from 11am - 3pm Monday to Friday and from 10am - 1pm on Saturday and Sunday.\\n\\nThe Athlone Community Radio website will be updated as the program progresses.\\n\\nThe Athlone Community Radio broadcast will be broadcast on the following channels:\\n\\nThe Athlone Community Radio broadcast will be broadcast on the following channels:\\n\\nAthlone Community Radio is a community radio program that aims to bring people of all ages and backgrounds together in one place to share their opinions, experiences and stories.\\n\\nAthlone Community Radio will be broadcast on the following channels:\\n\\nAthlone Community Radio is a community radio program that aims to bring people of all ages and backgrounds',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.639647960662842,\n", " 'text': ' place until March 2018.\\n\\nIt said:\\n\\n\"We are delighted to have reached an agreement with Rough to continue storage at the facility from March to June 2018, as we have been working closely with the company since the beginning of the year.\"\\n\\nCentrica Storage said: \"The agreement with Rough has been in place for some time, and we are pleased to be working with the company to ensure the best possible outcome for customers and employees.\\n\\n\"We would like to thank Rough for their commitment to the company over the past year and wish them all the best in the future.\"\\n\\nThe company said:\\n\\n\"Centrica Storage will continue to operate at Rough until March 2018, as we have been working closely with the company over the past few months to ensure the best',\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 10368.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.699726104736328,\n", " 'text': \" a clothing brand that has been around for many years. They are known for their high-quality, high-fashion clothes. They have been featured in magazines, TV shows, movies, and books.\\nDisturbia Clothing is one of my favorite brands to buy from. They have a lot of different styles to choose from. The only thing I don't like about Disturbia Clothing is that they have a limited number of sizes. If you are looking for something that fits, I recommend that you get a size up.\\xa0\\nDisturbia Clothing is one of those brands that I have been looking forward to purchasing for a while. I have been a loyal customer for a long time, and finally I got my chance to get my hands on one! I am very happy with my purchase.\",\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.2110748291015625,\n", " 'text': \" roofer can provide you with the services you need. If you don't have the skills to do the job yourself, you may need to hire a roofing contractor to do your roofing work. If you don't have the skills to do the job yourself, you may need to hire a roofing contractor to do your roofing work. Learn more about roofing contractors in Hearne Texas.\\n\\nWhat is a Roofing Contractor?\\n\\nA roofing contractor is an experienced roofing contractor who can install and maintain roof systems. A roofing contractor is an experienced roofing contractor who can install and maintain roof systems. Learn more about contractors in Hearne Texas.\\n\\nWhat Is the Difference Between a Residential Contractor and a Roofing Contractor?\\n\\nRooftop\",\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.9569151401519775,\n", " 'text': ' calling for an immediate end to the violence and calling on all parties to respect the rights of civilians.\\nThe UK Foreign Secretary, Boris Johnson, condemned the attacks, saying:\\n\"This is a despicable attack on innocent men, women and children. I condemn this barbaric attack. We will do all we can to help the victims and their families. Our thoughts are with the victims and their families.\"\\nThe Foreign Office has issued a statement saying: \"The UK condemns in the strongest terms this cowardly and cowardly attack on innocent people in Manchester and all those who serve in the armed forces.\"\\nA statement from the UN Security Council said:\\n\"The UN Security Council is deeply concerned by reports that at least 22 people have been killed and many more injured in an attack on a concert by US singer Ari',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 6.331172943115234,\n", " 'text': ' Pluto. The 8i Portal is available for Windows PC, Mac OS X and Linux, and can be downloaded here for free.\\n\\nThe web portal is designed to allow users to watch videos of Pluto and other features of the Pluto system, such as its moon Charon, or explore Pluto\\'s atmosphere.\\n\\nThe web portal is available to download for free from the 8i Portal site.\\n\\nThe Pluto web portal will continue to be developed by the team at 8i, and will be available in the future.\\n\\n\"This is a great day for the Pluto community, and we are looking forward to seeing what the 8i community has to say about the Pluto web portal,\" said Mike Brown, executive director and CEO of 8i. \"We are proud to partner with Pluto\\'s',\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.5723280906677246,\n", " 'text': ' in 2015.\\n\\nIn the past five years the percentage of weekly mobile banking users has more than tripled — from 9% in 2010 to 30% in 2015. The majority of mobile banking customers are women.\\n\\nIn the past five years the majority of mobile banking customers are women. Mobile banking accounts for less than one percent of all bank accounts in Canada.\\n\\nMobile banking accounts for less than one percent of all bank accounts in Canada. Mobile banking accounts for approximately one in five Canadians.\\n\\nIn the past five years the majority of mobile banking accounts are approximately one in five Canadians. The majority of mobile banking accounts are low income.\\n\\nMobile banking accounts for approximately one in five Canadians. Mobile banking accounts for approximately one in five Canadians. Mobile banking accounts for one in five Canadians.',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.141684055328369,\n", " 'text': ' we are living longer than ever. ( 2017). New York, NY: Russell Sage Foundation.\\n\\n( 2017). New York, NY: Russell Sage Foundation. Roser, M. (2017)。 The history of the development of the world economy since 1970. ( 2017). Princeton, NJ: Princeton University Press.\\n\\n( 2017). Princeton, NJ: Princeton University Press. Roser, M. (2017)。 How we got to where we are today. ( 2017). New York, NY: Russell Sage Foundation.\\n\\n( 2017). New York, NY: Russell Sage Foundation. R',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.313995361328125,\n", " 'text': \" recipe book I bought years ago, but I haven't had the time to check it out yet.\\n\\nThis week I've been working out, but I haven't been working out as much as I should.\\n\\nI'm not sure why, but I'm having a lot more energy these days.\\n\\nThis week, I started working out more.\\n\\nIt's not just that I'm lifting weights, I'm also working out in the gym. It's that I'm doing more cardio. I'm also doing a lot more stretching.\\n\\nI'm also having a lot more fun. I've been having lots of fun this week.\\n\\nI'm not just enjoying the food, I'm enjoying the people.\\n\\nThis week I went to a friend's wedding.\",\n", " 'msg_rate': 0.55,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.512189865112305,\n", " 'text': ' I will have to go to Darwin. It is not going to be pleasant.\\n\\n\"I don\\'t know what I will do, but I\\'m going to have to stay here for a little while.\\n\\n\"I have to look after my son. I don\\'t know what I am going to do.\\n\\n\"He is going to have to look after me. I don\\'t know what\\'s going to happen. I am going to be away from my family for a while. I don\\'t know what to do.\"\\n\\nA family friend of the couple\\'s said the mother-of-two had been in and out of hospital with a hip injury and had not been back to work for at least a month.\\n\\nShe had also suffered from depression and was taking medication,',\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.4508769512176514,\n", " 'text': \"zzie.\\nI don't know what to call them, but they all have one thing in common. They are women of color. And they are fighting back.\\nI'm sorry to say I am not one of these women.\\nI don't know what to call them, but they are women of color. And they are fighting back. I am not one of these women.\\nMy mother is black. I grew up in a black household. I don't know how else to describe my family. I don't know what it means to be black in America today.\\nI grew up in a black household, and I don't know how else to describe my family. I don't know what it means to be black in America today.\\nMy mother is black. I grew\",\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.7372994422912598,\n", " 'text': ' City. The deal is expected to reach a final agreement by late next year.\\n\\nArlington County Executive Ike Leggett and Arlington County Board President John DeGioia have been pushing the project for more than a year.\\n\\nArlington County Executive Ike Leggett, left, and Arlington County Board President John DeGioia, right, have been pushing for a $23 million Amazon facility in Crystal City. The agreement is expected to reach a final deal by late next year. AP Photo/John Minchillo\\n\\nArlington County Executive John DeGioia and Arlington County Board President John DeGioia have been pushing for a $23 million Amazon facility in Crystal City. The deal is expected to reach a final deal by late next year.\\n\\nThe deal',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.0119147300720215,\n", " 'text': \" Ricketts.\\n\\nContact Information\\n\\nDr. Leigh Ricketts\\n\\nP.O. Box 561\\n\\nVancouver, BC V6Z 2N1\\n\\nTelephone: 1-604-955-7287\\n\\nE-mail: ricketts@bvsu.ca\\n\\nDr. Ricketts is an associate professor of psychology at the University of British Columbia and has been involved in research on gender identity, sexuality and gender expression since 1991.\\n\\nDr. Ricketts is the author or co-author of a number of articles on gender identity, sexuality and gender expression in psychology, including Gender Identity: The Psychology of Masculinity and Women's Sexuality (1995) and Gender Identity and Sexuality (2004).\\n\\nDr. Ricketts\",\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.965684413909912,\n", " 'text': 'highway)/28(truck) MPG\\n\\n2018 Cadillac CTS-V 6MT 5dr Sedan, AWD, Black Interior, Black exterior\\n\\n2018 Cadillac CTS-V 6MT 5dr Sedan, AWD, Black Interior, Black exterior\\n\\n2018 Cadillac CTS-V 6MT 4dr Crossover, Black Interior, Black exterior\\n\\n2018 Cadillac CTS-V 6MT 4dr Crossover, AWD, Black Interior, Blue\\n\\n2018 Cadillac CTS-V 6MT 4dr Crossover, AWD, Black Interior, Blue\\n\\n2018 Cadillac CTS-V 6MT 4dr Crossover, Black Interior, Blue\\n\\n2018 Cadillac CTS-V 6MT 5dr Sedan, AWD, Black Interior, Black exterior',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.359999179840088,\n", " 'text': \" would have been a little bigger, too. I'm sure it would have made me feel more comfortable. I always feel comfortable when I'm wearing their clothing. I love it. This is one of my favorite brands.\\n\\nI am so happy to have purchased this item! I love the color and quality of the fabric. It is so comfortable to wear! I will definitely be buying more.\\n\\nI love this cardigan! I bought this for myself and it was the first cardigan I purchased from them. It's super comfy and looks great!\\n\\nI love this cardigan! I bought this for myself and it was the first cardigan I purchased from them. It's super comfy and looks great!\\n\\nI LOVE IT! I love this cardigan! I\",\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.145984172821045,\n", " 'text': ' time you have given me.\"\\n\\n\"You\\'re welcome.\"\\n\\nHe left the room and went downstairs to his office.\\n\\n\"Well, I\\'m going to take a shower,\" he told me when I arrived. \"I\\'ll see you tomorrow morning.\"\\n\\nHe looked at me for a long moment. \"That\\'s good of you,\" I said. \"I\\'m going to bed.\"\\n\\nHe was gone.\\n\\n* * *\\n\\nA few days later, I got an email from my father.\\n\\n\"I am very sorry to hear from you,\" he wrote. \"I am sure you will understand. I am in need of money, and I do not know where to begin to get it.\"\\n\\n\"I\\'ll give you a call,\" I',\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.217759132385254,\n", " 'text': ' a list of the most common editors:\\n\\nThe most common editors are listed in order of most common to least common:\\n\\nMost Common Editors:\\n\\nThere are a few things you might notice about this list:\\n\\nAs you can see, there are a lot of editors in the middle of the list, but there are also a few editors in the middle of the list that are not listed:\\n\\nThere are a lot of people in the middle of the list. This is probably due to the fact that there are so many editors in the middle, and there are so many people in the middle.\\n\\nThere are a lot of people in the middle of the list. This is probably due to the fact that there are so many editors in the middle, and there are so',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.908784866333008,\n", " 'text': \"la can't remember.\\n\\n‹Carla, I need you to come with me now.\\u202d ‹I'll call you if you need me\\u202d\\n\\n‹I need you to come with me,\\u202d Carla says. ‹I need you to come with me,\\u202d\\n\\n‹I need you to come,\\u202d she says.\\n\\n‹I need you to come,\\u202d she says again.\\n\\n‹Carla, I need you to come,\\u202d Carla says. ‹I need you to come,\\u202d\\n\\n‹I need you to come with me,\\u202d she says.\\n\\n‹I need you to come,\\u202d Carla says. ‹I\",\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 6.747862815856934,\n", " 'text': \" on one service and amazing food, I highly recommend this restaurant.\\n\\nThis is one of the best Portuguese restaurants I have ever had. The service is always fast and friendly. You can tell that they care about you and that you are going to be treated with respect. My favorite is the macaroni and cheese. The macaroni and cheese is the best and I've never had anything like it. It's so good that I have to come back to try other items. This is one of my favorite restaurants to visit in Macau. If you want to experience the authentic Brazilian Portuguese dishes, with live one on one service and amazing food, I highly recommend this restaurant.\\n\\nI came here on a Tuesday night with a group of friends. We arrived around 6:30pm and\",\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 6.255910396575928,\n", " 'text': 'ang Airport.\\n\\nThis is one of the most popular tourist attractions of the city.\\n\\nIn the evening, you can enjoy a meal at the restaurant, which has a wide variety of dishes, such as lamb, chicken, fish, beef and vegetarian. You can also enjoy a glass of wine from the wine bar located at the entrance to the restaurant, or you can enjoy a light snack at the restaurant.\\n\\nIf you are planning to visit Bandar Hilir for the first time, it is recommended that you book a hotel near the city at least 2 months in advance.\\n\\nBandar Hilir is an easy to reach city, located in the middle of the Malacca Strait.\\n\\nThe airport is located in Bandar Hilir.\\n\\nThe airport is one of',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.150614261627197,\n", " 'text': ' you want.\"\\n\\nHe added: \"It would be interesting to see how that would work.\"\\n\\nHe also added that the team is currently \"working on a lot of things\" in terms of the game.\\n\\n\"We\\'re working on a ton of different things, a lot of different ideas,\" he added. \"We\\'ve been working with a lot of different game developers, and we\\'re trying to find out how we can make a game that\\'s going to take advantage of what\\'s going on right now.\"\\n\\nWe\\'ll keep you updated on this story as more information becomes available.\\n\\nSource: Gamespot\\n\\nShare Have a tip for us? Awesome! Shoot us an email at [email protected]. We won\\'t share your email address, and\\n\\nE-',\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.1656219959259033,\n", " 'text': '\\nhttp://www.facebook.com/pages/McGlone-Law-Firm-P.C.-McGlone-County-County-Law-Firm-P-C/16605564156560\\n\\nhttp://www.mcglone.com/\\n\\nhttp://twitter.com/mcglone_law\\n\\nhttps://www.facebook.com/pages/McGlone-Law-Firm-P.C.-McGlone-County-County-Law-Firm-P-C/16605564156561\\n\\nhttps://www.youtube.com/user/mcglone_law\\n\\nhttps://www.facebook.com/McGlone-Law-Firm',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 4.096874713897705,\n", " 'text': \" their lives and the lives of their families. It is a powerful way of empowering women to be leaders in their own lives.\\n\\nI believe it is time for us to take a stand for women's rights and for women's education.\\n\\nWe can't afford to sit idly by as our daughters and our sons are raped and murdered for the crime of being women.\\n\\nI am proud to have been a founding member of the women's rights movement in the 1980s and 1990s and I have been fighting for women's rights for over 30 years.\\n\\nI believe women should be able to control their own bodies and have full control over their own lives. I believe it is time for us to take a stand for women's rights and for women's education.\\n\\nI am\",\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.549341678619385,\n", " 'text': \" day to go to the beach, play in the park, and spend time with your family and friends. This is one of the best things you can do for your health and your wallet. This is a lot of time and money you don't have to worry about when you are home.\\nYou can do this at home, but it's better done in a hotel or a hotel room. If you have a car, make sure you take it to the beach on the weekend. It will save you a lot of money.\\xa0\\nIf you are going to the beach on a weekend, you will want to go early in the morning. This will give your body plenty of time to recover and get back in shape. You will be able to go to the beach and surf for hours on end without\",\n", " 'msg_rate': 0.55,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 5.217785835266113,\n", " 'text': ' Group to a group of private equity funds led by private equity group J 23 a.s.\\n\\nJ 23 a.s. said in a statement that Penta has agreed to sell part of its stake in the ADAST Group to J 23 a.s. The company said that it has agreed to pay a cash price of $3.7 billion to J 23 a.s. in exchange for the sale of a minority stake in the company.\\n\\nJ 23 a.s. said that the deal is expected to close in the second half of 2017.\\n\\nThe ADAST Group is the largest private equity firm in India with a market capitalization of $1.7 billion.\\n\\nJ 23 a.s. said in a statement that the deal will help accelerate growth of',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 3.488091468811035,\n", " 'text': 'opy, cancer diagnosis, cardiac surgery, and even in the medical field.\\n\\n\\nThe high luminosity of the light source can also be used to increase the life of the patient by increasing the lifetime of the lamp.\\n\\n\\nThe high luminosity has also been proven to be an efficient way to reduce the exposure of the patient to radiation.\\n\\n\\nThe high luminosity of the light source can also be used to increase the life of the patient by increasing the life of the lamp. The High luminosity has also been proven to be an efficient way to reduce the exposure of the patient to radiation.\\n\\n\\nThe high luminosity of the light source can also be used to increase the life of the patient by increasing the life of the lamp. The High luminosity has also been proven to be an',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 2.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 0, 'deltas': 1},\n", " 'perplexity': 2.9245975017547607,\n", " 'text': 'oyd, Sept. 13, 1884 - Sept. 20, 1960. Robert H. Loyd, Sept. 13, 1884 - Aug. 30, 1959. Charles Loyd, Sept. 26, 1884 - Dec. 5, 1960. William H. Loyd, Sept. 26, 1884 - Aug. 30, 1959. William H. Loyd, Aug. 12, 1884 - Sept. 30, 1959. Robert H. Loyd, Aug. 12, 1884 - Aug. 30, 1959. Charles Loyd, Aug. 10, 1884 - Dec. 5, 1960. Charles Loyd, Sept. 12, 1884 - Aug. 30, 1959. Charles Loyd, Sept. 9, 1884 - Aug. 30, 1959. William H',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 4265.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 7.444396018981934,\n", " 'text': ' love this beginner BBQ class that will give you the basics of BBQ and how to make great BBQ at home. We will teach you all the basics so you can start to make your own BBQ recipes with a little help from our experienced instructors. Come learn about BBQ, how to make it, what makes it great, what makes it different, and how you can improve on your BBQ skills. This is a great way to get started in BBQ and make sure to bring a friend with you. There will also be a grill for the whole class to cook on as well as a grill for the kids to watch from the grill.\\nThe class is free and all ages are welcome so come on out, make some BBQ, and have fun!\\nWe will be holding this BBQ class on Saturday, October 25',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.198068141937256,\n", " 'text': '\\nThis message was edited 3 times. Last update was at 2012/01/20 22:21:51\\n\\nThis is the first release candidate for Lion (10.7) and it contains a number of bug fixes and performance enhancements.\\n\\n\\nLion 10.7\\n\\nNew Features\\n\\nIn Lion 10.7 we have added the following new features:\\n\\n\\nLion UI\\n\\nLion UI has been redesigned from the ground up to offer a much more intuitive and responsive experience.\\n\\nThe Lion UI has been redesigned from the ground up to offer a much more intuitive and responsive experience.\\n\\n\\nSystem Settings\\n\\nYou can now configure your default system settings, including your keyboard shortcut, system language and whether you want the system to automatically switch to the taskbar.\\n',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 10.878703117370605,\n", " 'text': ' with metal chain loop.\\n\\n\\nSizing Chart: Sizing is determined by the height of your foot.\\n\\nModel S S M L XL XXL Model S S M L XL XXL\\n\\n\\nPlease measure your foot from the top of your heel to the end of your shoe.\\n\\nMeasurements are taken at your height.\\n\\nMeasurements are taken at an angle.\\n\\n\\nAll measurements are taken in inches, not millimeters.\\n\\nMeasurements may be off by 1/2 or 1/2, 1/8, 1/16 or 1/32 inch depending on your height and weight.\\n\\nMeasurements may not be off if you are wearing heels or flats.\\n\\nMeasurements are taken with shoes closed.\\n\\n\\nAll measurements are based on measurements',\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 8.020063400268555,\n", " 'text': ' 2015\\n\"How many links per day for new site?\" is a great question and one that I\\'ve asked myself a lot over the past few years. I think the answer is that most of us just don\\'t have the time, the patience, or the bandwidth to go through every single link on every single site. In fact, most of us would rather just spend a few seconds on a new blog post, posting it on social networks, or posting it to a newsletter, rather than go through the effort of doing all the backlink research and research on each of the sites we\\'re linking from. So what does this mean for us SEOs? Well in the case of backlinks we\\'re talking about all the pages you link from, not just those on your website, but also those on your',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.6803741455078125,\n", " 'text': \" and cooling projects, and more.\\n\\nThe Denver Board of Education opened the 2017-18 school year with an update on projects that include new construction, upgrades, heat and cooling projects, and more.\\n\\nThis year's board meeting was held at the Denver Public Library.\\n\\nThis year's board meeting was held at the Denver Public\\n\\nLibrary.\\n\\nThe board will meet again in January to discuss the state's fiscal outlook.\\n\\nHere are some of the highlights from the meeting.\\n\\nThe Denver Board of Education will meet again in January to discuss the state's fiscal outlook.\\n\\nThis year the board will meet again at Denver Public Library to discuss the state's fiscal outlook.\\n\\nThe Denver Board of Education will hold another meeting in January to discuss the state's\",\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.703037738800049,\n", " 'text': ' and schedules.\\n\\n1. Gondia Junction is part of the same service as the SBC.\\n\\n2. The Gondia Junction trains will operate on a direct line to Gurgaon.\\n\\n3. For more information about the Gondia Junction service please see www.sbc.org.in\\n\\nGurgaon – Gurgaon-Gurgaon-Gurgaon\\n\\nGurgaon – Gurgaon-Sangrur-Udhampur-Mumbai\\n\\nGurgaon – Thane-Mumbai-Pune-Rajdhani-Mumbai\\n\\nGurgaon – Mumbai-Sangrur-Udhampur-Karnataka\\n\\nGurgaon – Mumbai-Mumbai-P',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.756502151489258,\n", " 'text': ' of the show, and they said, \"Don\\'t worry. We\\'re going to put you in a coma.\" I was in a coma for a few days. I was so shocked, I couldn\\'t sleep.\\nThis was the best thing that could have happened to me.\\nI got up and I went out to the studio and I just started crying. I said, \"What have I done to deserve all this?\" It was like I had been hit by lightning, and I\\'m like, \"I\\'m sorry.\"\\nI didn\\'t say anything to anyone about it. I just went to bed. I woke up the next day, went to work, and I was like, \"What the hell happened? I\\'m not going to talk about it.\"\\nI went straight to the hospital',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.343118190765381,\n", " 'text': \" of rules than the rest?\\nOr is it just that when they do something it's because they know that they will get away with it?\\nI think I know the answer...\\nIt's just that the poor don't know the answer.\\nThey can't figure out how to do it for themselves.\\nAnd the rich are getting richer, but the poor are getting worse, and the poor can't figure out what is really wrong with their lives...\\nIt's not just the poor. It's not just the poor.\\nIt's everyone. It's the rich and the poor.\\nAnd the poor are getting poorer...\\nAnd the poor are getting poorer... And the rich are getting richer...\\nIt's just that they don't know the answer...\\nThey can't figure\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.481510639190674,\n", " 'text': ' Each box contains 90 contact lenses. The replacement lenses do not need to be replaced every day and can be used for up to 30 days. You can use the lenses up to 4 times per week. These contact lenses are available in three different colors: white, blue, and black. The lenses come in three different sizes: 5 mm, 6 mm, and 7 mm. The lenses will fit over the eye, over the eyelids, or over the top of the nose. You will need to take your prescription at a hospital or pharmacy before you wear these contact lenses. You will need to wear the contact lenses for 24 hours. You will need to use your prescription at a hospital or pharmacy before you wear them. The replacement lenses are available in three different colors: white, blue, and black.',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.608209609985352,\n", " 'text': ' judge ruled that the deal did not violate antitrust laws.\\n\\nIn her ruling, US Foods\\' board of directors agreed with the company, which had argued in court that the deal violated antitrust laws because it would have given it a large market share.\\n\\n\"This agreement is simply not in the public interest,\" the company board said in an e-mailed statement. \"We will continue to work with US Foods to develop alternatives that will achieve the same competitive benefits.\"\\n\\nThe transaction, which would have been the largest deal to be approved by a federal judge, had been in the works since 2009. US Foods and its parent company, Mondelez International, had been seeking to buy a controlling stake in Mondelez International Corp., the world\\'s largest food company, and then merge it',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 3.6693787574768066,\n", " 'text': ' of the World film festival\\nhttp://edgesoftheworldfilmfest.org/\\nEdges of the World Film Festival is an international film festival organized by The International Film Festival Association (IFFA).\\nEdges of the World Film Festival is an international film festival organized by The International Film Festival Association (IFFA). It is one of the largest film festivals in North America, and is held annually in Portland, Oregon, USA.\\nEdges of the World Film Festival is an international film festival organized by The International Film Festival Association (IFFA). It is one of a number of film festivals in North America. Edges is one of a number of international film festivals, organized by The International Film Festival Association (IFFA).\\nEdges is a film festival organized by The International Film',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.956241607666016,\n", " 'text': ' to hear GOD. I hope you enjoy the videos!\\n\\nhttp://www.dailymotion.com/video/xo8b6v\\n\\nhttps://www.youtube.com/channel/UCDjVmN0JhU_ZHqNmZcXkYUg\\n\\nhttps://www.youtube.com/watch?v=r7YVX-qRJcI&feature=youtu.be\\n\\nhttps://www.youtube.com/watch?v=r7YVX-qRJcI&feature=youtube.com\\n\\nhttps://www.youtube.com/watch?v=r7YVX-qRJcI&feature=youtu.be\\n\\nhttp',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.486439228057861,\n", " 'text': ' Monetary Policy.\"\\n\"The Federal Reserve & the Monetary Policy Debate.\"\\n\"The Impact of Monetary Policy on Unemployment and Inflation: A Comparative Analysis of New Data.\"\\n\"Unemployment and Inflation: Evidence From the United States.\"\\n\"Unemployment, Inflation and Growth.\"\\n\"Unemployment and the Implicit Contract Model.\"\\n\"The Federal Reserve and the Federal Reserve Banks.\"\\n\"Unemployment, Unemployment and Inflation: Evidence From the United States.\"\\n\"The Effects of the Federal Reserve on Unemployment.\"\\n\"The Federal Reserve and the Federal Reserve Banks.\"\\n\"The Federal Reserve and the Federal Reserve Bank.\"\\n\"The Federal Reserve and the Federal Reserve Bank.\"\\n\"The Federal Reserve and the Reserve Banks.\"\\n\"The Federal Reserve and the Federal Reserve Banks',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.99506139755249,\n", " 'text': ' I did not know that brittloyd.org had been taken down.\\n\\nHow can I get my domain back?\\n\\nIt is important that you do not remove your web site brittlloyd.org and do not use your domain name in any way that is related to your web site brittlloyd.org.\\n\\nWhat happens if I change the name of my web site from brittlloyd.org to brittloyd.co.uk?\\n\\nYour web site may be changed to brittlloyd.co.uk, brittloyd.co.uk or brittloydco.co.uk. However you will not have to remove your web site brittlloyd.org. Your web site may be updated to br',\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.84763765335083,\n", " 'text': ' are state of the art. We have a wide selection of poolside entertainment, restaurants, bars, restaurants, restaurants, bars, restaurants, dining rooms, and lounges. Our guest rooms are spacious and comfortable. We offer a full range of amenities including breakfast, lunch and dinner. We offer a wide range of amenities including breakfast, lunch and dinner. We offer a wide range of amenities including breakfast, lunch and dinner. We provide a full range of amenities including breakfast, lunch, and dinner. The resort offers a wide range of amenities including breakfast and lunch.\\n\\nEast Bourne Resort & Spa Shimla is located at the foot of the Himalayan mountain range. East Bourne Resort & Spa Shimla offers a wide range of amenities including breakfast, lunch and dinner. Our guest rooms are',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 7.014978408813477,\n", " 'text': \" I've had plenty of opportunities to ask him to go away and bake a pie or go away.\\n\\nIf you want to send me your pie, I'll happily bake it for you. If you want to make me a cake for you, you can send me your cake, too!\\n\\nI'll even bake you a cake and give you the recipe.\\n\\nIf you're ready for me to bake a cake for you, please tell me what you're ready to bake for and I'll make you a cake you can eat!\\n\\nIf you don't want to make a cake, you can just make your own cake and send me a picture of you making the cake and I'll make you a cake of your choice. Just send me a picture of you making a cake,\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.569824695587158,\n", " 'text': ', it is a problem.\\nThe film trailer is a marketing device that is used by film producers to promote their movie.\\nA movie trailer is meant to promote a film, but it is also a marketing device that is used by film producers to get people to buy tickets to their movie.\\nIt is used for marketing a movie to the general public as well.\\nThere is no doubt that the trailer is an effective promotional tool.\\nHowever, the way it is used to promote a film, and the way it is used by the film producers to get people to buy tickets to their film, could be spoiling a movie for everyone in the audience.\\nMovie trailers are used to promote a movie, but are also used by film producers to get people in the audience to buy tickets.\\n',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.1230292320251465,\n", " 'text': \" phase in design and construction of the new city. The new city will be designed and built as a multi-modal city with a mix of traditional and contemporary architecture.\\n\\nThe next phase in the design of the city will take into consideration the need for a wide variety of modes of transport, including bicycles, buses, ferries and trams. The city will be composed of a mix of public and private spaces, including public parks and open spaces, commercial areas and cultural spaces. The city will also have a mix of industrial and commercial areas.\\n\\nThe new city will also include a wide range of residential, commercial and industrial spaces.\\n\\nUNStudio's vision is to develop a city with a mix of traditional and contemporary architectural styles in a manner that adapts to the needs of the\",\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.671378135681152,\n", " 'text': ' 1, a group of about 30 students gathered outside Jogyesa Temple to protest the school\\'s decision.\\nThe students said they were protesting against the government\\'s decision to close down the Jogyesa temple.\\nIn a letter addressed to Prime Minister Prayuth Chan-ocha on April 1, Jogyesa\\'s Superintendent of Religious Affairs said the school has been closed since June 2014 because of a lack of funding.\\nIn that letter, he said the government had also closed the Jogyesa Temple in 2011 because of lack of funding.\\nOn April 1, students and parents gathered at Jogyesa Temple and chanted slogans such as, \"Freedom of worship, freedom of education, freedom to worship.\"\\nIn a letter to Jogyesa\\'s Superintendent of Religious',\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.121026515960693,\n", " 'text': 'ethysts, the most common form of quartz, are found only in the northern and southern parts of the globe, where they can be found in all the major regions of the globe. The color of amethysts is determined by their chemical makeup.\\n\\nAmethysts are the most common form of quartz. They have a colorless, colorless, or yellowish powdery crystal structure. Amethysts generally have a diameter of about 0.5 to 1.0 mm, but can have diameters as small as 1.0 mm. Amethyst is the most abundant of the amethysts and has diameters as small as 2 mm. Amethyst is composed mostly of carbon, but can also be made of other elements such as fluorine. Amethyst can have a wide variety of',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.713054180145264,\n", " 'text': \" of being in the kitchen with my mother and grandmother.\\nOne of my best friends.\\nMy father, who passed away a couple of years ago. I loved him dearly, but I also knew that I had to make a life for myself, so I moved away from the city to live in an apartment with my family. It was the best decision I've ever made in my life.\\nMy mother and her family.\\nGrowing up in a small town, I didn't know a whole lot about other people's lives. I didn't realize how important it was for me to learn as much as I could from people, and I really didn't have any friends. I didn't know anything about other people, and I was afraid to ask them for help. I also didn't want to\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 7.911158561706543,\n", " 'text': ' the clutches of an evil cult. The kids were trapped in the cave by a deadly fungus that had taken hold of the cave and was attacking the children and their parents. The cave was filled with the bodies of the dead children and the parents.\\n\\nThe kids were rescued by volunteers from around Thailand and were transported to the United States.\\n\\nThe parents of the rescued children were able to visit the children in a hospital in New York and were treated for shock.\\n\\nThe kids are doing well and are doing well. The cult members are still out there, but it is up to us to save these kids and their families from death and destruction.\\n\\nThe kids are doing well in the hospital, but there is a lot of work left to be done, and it is all up',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.052883625030518,\n", " 'text': \" the fundamentals of Flash as you learn how to use it to design websites and apps, and help you understand what makes it so powerful, and what you can do to maximize its benefits. You'll learn about HTML, CSS and JavaScript, and how Flash works. You'll also get hands-on hands-on time with the latest version of Flash, which includes some of the most popular features in the world of web development. This course will introduce you to Flash, and you'll be ready to dive in as soon as possible.\\n\\nThis course is a great opportunity to practice your skills as an HTML, CSS, JavaScript and Flash developer, as well as to learn how to develop your own websites with Flash. You'll also learn about HTML5, CSS2 and JavaScript, and learn how to create\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.046950817108154,\n", " 'text': \" you'll get a bonus on your interest rate every month, which can be as high as 10%. You can also save money by using our credit card at Citibank to pay off your balance within a month. We'll even send you an automatic statement reminder when your balance hits $500.\\n\\nWhat to do if you have a credit or debit card account?\\n\\nIf you have any credit or debit card accounts with Citibank, you'll have a convenient way to pay back your balance on your account every month. When you use your Citibank credit or debit card, we'll send you an automatic statement reminder when your balance hits $500. You'll also get a 10% bonus on your interest rate every month.\\n\\nIf you don't have a credit or debit card\",\n", " 'msg_rate': 0.55,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 9.673051834106445,\n", " 'text': ' not gaming, then what are your hobbies?\"\\n\\nIn the survey, people were asked to rate the importance of different aspects of their daily life. The results showed that people\\'s priority in their lives was related to how important each of these aspects were in their daily life.\\n\\nThe survey also showed that people are more likely to have a positive attitude towards their hobbies, as well as be satisfied with how they interact with others, if they spend time with their friends.\\n\\nThe study was conducted by the University of Groningen, the Netherlands.\\n\\nFollow LiveScience on Twitter @livescience. Our tips and stories are a constant source of inspiration for the types of people we\\'re like.\\n\\nCopyright 2012 LiveScience, a TechMediaNetwork company. All rights reserved. This material',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 37327.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.865292549133301,\n", " 'text': ' In addition to locking services, Westington offers a wide range of keying and security systems, such as locks, safes and key fobs. Westington offers a full line of security systems for all types of locks.\\n\\nWe are able to offer a wide selection of locks and safes to meet all of your lock needs. Our full line of locks and safes includes the following models:\\n\\nLocking and Keying Services\\n\\nWe offer a variety of services to meet your lock and security needs. Our full line locks and safes includes the following locks and safes, including:\\n\\nWe offer a wide selection of locks and safes to meet all of your lock and security needs. Our full line locks and safes includes the following models:\\n\\nLocksmith',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 3.69295597076416,\n", " 'text': 'overs & Moving Companies in Cottage Grove, California for every moving service.: Movers M & S :.\\nMovers M & S in New Orleans, Louisiana, for every moving service.: Movers M & S :.\\nMovers M & S in Los Angeles, CA, for every moving service.: Movers & Moving :.\\nMovers M & S in Miami, FL, for every moving service.: Movers M & S :.\\nMovers M & S in Palm Bay, Florida, for every moving service.: Movers M & S :.\\nMovers M & S in Tampa, Florida, for every moving service.: Movers & Moving :.\\nMovers M & S in West Palm Beach, Florida, for every moving service.: Movers & Moving :',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.554433345794678,\n", " 'text': ' get closer to them, give them a massage, touch them, give them advice, etc., etc., but you can also do it in any way you like, as long as they are interested in it and want to do it. If you want to use this technique to get your partner to come to you, then it is highly recommended to do it in front of your partner, as this is the most comfortable way. There are many videos on Youtube showing you how to do this, but you will need to watch the videos in reverse order, to make sure you are getting your partner to come to you in reverse order and not just in reverse order. If you find that you are getting your partner to come to you in reverse order and they are not interested, then you will need to change the',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.514968395233154,\n", " 'text': ' U.S. has been on the decline for several years.\\n\\n\\nA survey by the Pew Internet and American Life Project shows that only 5 percent of Americans now have an online dating profile, the lowest share since the survey began tracking the topic in 2006. Meanwhile, 18 percent of Americans said they had used dating services at least once in their lives before the survey began in 2007. The report also found that only 3 percent of online dating users are women.\\n\\nThe survey of more than 1,000 adults was conducted from Dec. 1-7 among adults aged 18 and older.\\n\\n\\nThe survey was conducted in English and Spanish and had a margin of error ranging from 4.2 percentage points to 11.2 percentage points.\\n\\n\\nThe survey of 1,000 adults was conducted from Dec',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.440019607543945,\n", " 'text': \"'ve been working on a new project where I'm building a web server in C#. In this article, we'll look at how to build the server from scratch and how to use the C# compiler.\\nIn order to build a server in C#, first, you'll need to get the C# compiler. You can download it here: https://www.microsoft.com/en-gb/download/details.aspx?id=4038. If you've never heard of Microsoft Visual Studio, I recommend that you check out my article on the topic here: https://www.microsoft.com/en-gb/articles/building-an-application-in-visual-studio. You'll also need to create a new.NET Core project that contains the C#\",\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.659143924713135,\n", " 'text': \" the world.\\n\\nHere's how it works: the book is divided into two sections, each covering a different geological era.\\n\\nThe first section shows the geologic history and present biodiversity of the world, the second the geological past of the world. The book starts from the beginning of the geological history of the world. It starts with the creation of the world, with the creation of the world's first dinosaurs. It goes on to show the evolution of dinosaurs, the development of mammals and birds and the development of plants, and ends with the evolution of life on Earth today.\\n\\nThe book is divided into two sections\\n\\nThe book starts from the creation of the world\\n\\nThe book ends with the creation of the world\\n\\nEach section of the book covers different geological eras and\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.859829425811768,\n", " 'text': 'osuGamers, 5 ”,,, :0 5 r,, The_Red_Viper, 5 §, :0, 0, 0, 0, 0, 0, 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 0 0 1 0 0 1 1 0 0 0 1 1 1 1 0 1 1 0 0 0 1 0 1 1 0 0 1 1 1 0 1 0 1 0 0 0 0 0 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 0 1 0 0 0 1 0 1 1 1 0 0 1 0 0 1 0 0 1 1 1 1 0 1 0 0 1 1 1 0 1 1 1 0 0 1 1 1 1 0 0 0 1 0 1 0 0 1 1 1 1 1 0',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 7.30001163482666,\n", " 'text': \". One day of swimming. One day of running. One day of biking. One day of weightlifting. One day of weightlifting, and then one day of swimming. And then one day of weightlifting. They competed all weekend at The Heart of America, and it was a blast!\\nI'm not going to talk about the other three days of the competition, but you get the idea. It was amazing. I had no idea what I was in for when I got there.\\xa0\\nThe pool was really cool, and the weight room looked like it was made for athletes.\\xa0\\nAnd then I was told to go home.\\nI got home and I sat at the kitchen table.\\xa0\\nI wasn't sure what was going to happen.\\xa0\\nI wasn't going to\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.514261722564697,\n", " 'text': ' on your list?\\n\\n\\nIf you would like to participate in the survey, please enter your email below.\\n\\n* Your Name: *\\n\\nYour Email (optional): *\\n\\n* Your Phone Number : *\\n\\n* Your Website URL: *\\n\\n* Your Twitter URL: *\\n\\n* Your Youtube URL: *\\n\\n* Your Facebook URL: *\\n\\n* Your Google Analytics ID: *\\n\\n* Your Facebook ID: *\\n\\n\\nThank you!\\n\\nI would like to thank everyone who took the time to participate in our survey. I look forward to your feedback!\\n\\n\\nThank you again for taking the time to answer our survey, and thank you for all the feedback! We hope to see you all again in a few days for another round of',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 8.533743858337402,\n", " 'text': ', the late Paul Miller)\\n\\n\\u200fUncle Ian III (Into the Unknown’, with artist Louise Jenkins, and her cousin, the late Paul Miller)\\u200f \\u200fThe Battle of the Atlantic (The Battle of the Atlantic\\u200f, with illustrator John Eaves)“\\n\\n\\u200fThe Battle of the Atlantic\\u200f, with illustrator John Eaves)“ \\u200fThe War of the Worlds“ (World War II\\u200f)\\u200f\\n\\n\\u200fThe War of the Worlds\\u200f (World War II\\u200f)\\u200f \\u200fWorld War II\\u200f \\u200fUncle Joe\\u200f (Uncle Joe\\u200f)\\u200f\\n\\n(World War II\\u200f)\\u200f \\u200fUncle Joe',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.268317699432373,\n", " 'text': ' cats and are always looking for volunteers to care for our animals. If you want to become a volunteer please contact our office at 973.621.7111 or email volunteer@kc.org\\nWe are located on the North side of the University of Kansas campus. We are located on the west side of the University of Kansas campus. You can find more information at: kc.org/dog-and-cat-counseling-services-and-services-for-the-homeless-and-own-dogs-and-cats-973-621-7111\\nIf you would like to learn more about this program please visit: kc.org/dog-and-cat-counseling-services-and-services-for',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 2.6348321437835693,\n", " 'text': ' of the cosmos that can help you solve these problems, please let us know! Thanks!\\nPosted by Neil deGrasse Tyson at 6:26 PM No comments: Links to this post\\nPosted by Paul at 2:43 PM No comments: Links to this post\\nPosted by Neil deGrasse Tyson at 3:50 PM No comments: Links to this post\\nPosted by Neil deGrasse Tyson at 4:31 PM No comments: Links to this post\\nPosted by Neil deGrasse Tyson at 5:33 PM No comments: Links to this post\\nPosted by Neil deGrasse Tyson at 6:01 PM No comments: Links to this post\\nPosted by Paul at 6:12 PM No comments: Links to this post\\nPosted by Paul at 6:15 PM No comments',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.619510173797607,\n", " 'text': ' 1st half New England NE 3 2 plays -1 yards -1 yards 1:06 End of 2nd half End of 3rd quarter New England -1 yards -1 yards End of 2nd half New England -1 yards -1 yards New England -1 yards -1 yards End of 3rd quarter New England -1 yards -1 yards End of 2nd half -1 yards -1 yards New England -1 yards End of 2nd half New England NE 3 1 plays -1 yards End of 2nd quarter New England -1 yards -1 yards End of 2',\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.127429962158203,\n", " 'text': 's social networking app has been around for years, but this year it has seen its popularity skyrocket.\\n\\nTencent is the second biggest mobile game publisher in China, according to market research firm IDC.\\n\\n�Tencent has always had a strong foothold in China and now we�re seeing a lot of people start using the Tencent app for mobile games,� said Steve Lee, an analyst at IDC in a statement. �This is a significant moment for Tencent.�\\n\\nThe app is available on Apple and Google Android smartphones and tablets.\\n\\nThe game has been downloaded over 1.5 billion times in China, according to Lee, with more than half of those players playing it on their phones.\\n\\n�It�s a huge game,� Lee said.',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.407506465911865,\n", " 'text': '\\n\\n\\n\"We have worked with Thames Reach to ensure that every homeless person we meet in the city receives the support and care that they need.\"\\n\\n\\nThe charity said it had been working with the Metropolitan police and other partners to ensure that the numbers of homeless people it works with are kept to within acceptable limits.\\n\\n\\nThe charity also said it had been providing support for people who have been homeless for at least a year.\\n\\nA spokesman from Thames Reach said: \"It is important to stress that we have been working closely with the police and other partners as well as Thames Reach London to ensure that the number of people we work with in the capital is within acceptable limits.\"\\n\\nThe Met said it had been working with a number of partners to ensure that the number of homeless people it worked',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 7.0790605545043945,\n", " 'text': \", times and location of the Assembly for Children. The Assembly will be held on July 11-13, 2017. The Assembly is open to adults and children ages 3-12. You can register at https://www.facebook.com/events/839259967244528/\\n\\nFor further information please contact:\\n\\nP.S. If you would like to volunteer with the Assembly for Children at the 99th International Assembly, please fill out the form below. The Assembly will then contact you via email to confirm you will be able to volunteer at the Assembly for Children at the 99th Assembly.\\n\\nThank you!\\n\\nAdvocates of Children's Rights\\n\\nAdvocates of Children and Families International (ACFIF)\\n\\nInternational Association for Children's\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.845038890838623,\n", " 'text': '-day trek will take you through the beautiful Annapurna and Mustang regions. The trek begins at the village of Nandi in Jomsomuktinath in the Mustang region. From there, the trek travels through a variety of valleys and mountains, and you will get a good look at the landscape of the region. You will also get to spend a lot of time on the mountain.\\n\\nThe trek begins in the Annapurna region, which is known for its spectacular mountains. The trek ends at the village of Nandi in the Mustang region, which is one of the most picturesque areas in the Mustang region. The trek starts from the Jomsomuktinath village and ends at the mountain of Nandi. This trek takes about 4-6 hours to complete.',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.940610408782959,\n", " 'text': \").\\n\\nIn 771, he was made Bishop of Würzburg (750). In 773, he returned to Rome and was consecrated a monk by Pope Gregory IX (750). In 777 he received the episcopal see of Bologna, and in 778 he was consecrated Bishop of the Holy Roman Church in Bologna (775). He was made Bishop of the Holy Roman Church in Pisa in 781. In 782, he was made Bishop of St. Peter's in Pisa.\\n\\nIn 803, he was appointed Archbishop of Rome by Pope Leo IV. In 810, he became Bishop of the Holy Roman Church and was consecrated Bishop of Pisa in 811. In 814, he became Bishop of Pisa. In\",\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 7.5012969970703125,\n", " 'text': \" Roku and Chromecast, or subscribe to ABC Go in your country and watch it wherever you are.\\n\\nABC Go is the world's leading destination for live television in the United States. From the US and Canada to Latin America, Australia and the UK, ABC Go delivers the best in sports, news and cultural programming. You can catch up on the latest live events, news, comedy and drama from ABC News, the World News, the Today show, the The View and ABC TV.\\n\\nView ABC Go in all its glory in ABC's app on iPhone, iPad and Android.\\n\\nABC Go in the US is available on the iTunes App Store, App Store and Google Play stores in the US, UK, Canada, Australia, New Zealand, Hong Kong, South Korea and India.\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.082882404327393,\n", " 'text': \" up to you to stitch together all the data and stitch them together in the way that best suits your needs.\\n\\nShown below are three examples of stitching data from Shippo to the app.\\n\\nShown below are two examples of stitching data from Shippo to the app.\\n\\nShown below are three examples of stitching data from the app to the Shippo app.\\n\\nThe app also offers a number of built-in data sources, including Shippo's own data and your own data.\\n\\nShown below are four examples of stitching data from the app to the app.\\n\\nFinally, you can stitch data from multiple sources to a single file.\\n\\nOnce you've finished your stitching, you can save the data and stitch it again.\",\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.575780391693115,\n", " 'text': \" for creating a theme that is easy to use and has lots of options. A theme that is easy to use is one that is easy to customize. The theme that is easy to customize is one that is easy to share.\\n\\nWordPress themes are great because of all of the things that they allow you to do. You can create a theme that you can share with others. You can build a WordPress theme that is easily adaptable to your needs. A WordPress theme is an easy way to build one that you can customize and share with others. A theme that is easy to customize means that you don't have to think about it too much when you are creating your theme.\\n\\nIt is a theme that you can customize that is easy to share that is easy to customize. It is a\",\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.169726371765137,\n", " 'text': \" high costs associated with private coverage. Now, a study shows, many also don't know they can get coverage through their employer.\\n\\nThe study, released today in the American Journal of Preventive Medicine, shows that about one-in-five Americans are uninsured or underinsured, and that the uninsured and underinsured share more in common than the uninsured and underinsured share in income. This is because many Americans don't know they are covered under their employer's plan.\\n\\nThe study was conducted by the Kaiser Family Foundation, a nonpartisan, nonprofit, not-for-profit health policy research organization.\\n\\nAbout one-third of Americans lack coverage for long-term care insurance. The number of uninsured or underinsured Americans is expected to reach 25 million in the United States by 2027,\",\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 7.690253257751465,\n", " 'text': \" It's a one-day event that includes a variety of activities for all ages and kids ages 6 and up, and will include live music, arts, crafts and children's activities. You can find more information about this amazing event at: http://pbskidsinpa.org/event/pbskids-park-festival/\\nSaturday, June 21\\n8:00am – 10:00am FREE\\nArboretum of the City of New York City, New York City, NY\\nJoin New York City Parks and the City's Department of Cultural Affairs (CCA) in a fun-filled evening of arts and crafts for all ages. This free, family-friendly event includes a variety of activities for all ages. Learn more about this free event at: https://\",\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.33178186416626,\n", " 'text': 't pleased with the news.\\n\\n``I think that Vecindario is a person who doesn�t know anything about soccer. I don�t think there is anything wrong in that, because he is a player who has played a lot of games. I don�t know anything about soccer, but he is a person that has a lot of experience with the game and he has a lot of ideas about the game, so I am not surprised.``\\n\\nVicente, on the other hand, is not so sure that Vecindario�s opinion is correct: ``He is a player with a lot of experience, and he has ideas. I don�t think there is something wrong in that, but he is a person who plays a lot of games and has a lot',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.056684970855713,\n", " 'text': '.\\n\\nYou can also use it for multi-monitor setup, for example you can connect multiple monitors on one computer, or you can use it for gaming system.\\n\\nFeatures\\n\\n1. USB 3.0\\n\\n2. SATA 6Gb/s (6 Gbps)\\n\\n3. SATA 6Gb/s (6 Gbps)\\n\\n4. Mini DisplayPort 1.2 (HDMI, DVI-D, Dual Link DVI, VGA)\\n\\n5. DIMM slots\\n\\n6. SATA 3Gb/s (6 Gbps)\\n\\n7. PCI-Express 3.0 x16\\n\\n8. PCI-Express 3.1 x16\\n\\nSupport\\n\\nPCI Express 3.1 x16\\n\\n',\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 3177.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.584443092346191,\n", " 'text': 'akeem Nicks knows he\\'s going up against one of the best cornerbacks in the game.\\n\\nNicks, who is coming off a season that saw him win the NFL Defensive Player of the Year Award, said he knows he\\'ll have to go up against one of the NFL\\'s top corners to make the jump to the NFL.\\n\\n\"I don\\'t think it\\'s going to be easy,\" Nicks said. \"I\\'ve been around some great cornerbacks. I know some great cornerbacks. I know some great corners that I\\'ve been playing with, and I\\'ve been playing with them my whole life. I know what I can and can\\'t do.\"\\n\\nThe Atlanta Falcons\\' No. 1 pick in the 2017 NFL draft, Nicks has played in just three games',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.266486167907715,\n", " 'text': \" not be trivial, but solving it is. The purpose of software is to make people happy and productive, and in order to do that, software must be easy to use, reliable, and scalable.\\n\\nSoftware Platforms\\n\\nIn order to create a successful software platform, you need to:\\n\\nMake it easy for people to use\\n\\nEnsure that it is easy for the people who use the software to use\\n\\nMake sure that the people who use the software are motivated to use it\\n\\nEnsure that software is scalable and reliable\\n\\nIf you're building a software platform, you need to:\\n\\nBe able to build and maintain software that can be used by people.\\n\\nBe able to make it easy for developers and other users to use the software.\\n\",\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 3.7453975677490234,\n", " 'text': ' In a large mixing bowl, stir together the flour, baking powder, salt, cinnamon and nutmeg until well combined. Add in the egg yolk and beat until well combined. Add the flour mixture and mix on low speed until fully incorporated. Add in 1/3 of the milk and mix until combined. Add in the rest of the flour mixture and beat until just combined. Add the rest of the flour and beat for another minute. Add in the remaining 1/3 cup milk and beat for a further minute or two. Add the remaining flour mixture and beat on low until combined. Add in the remaining 1/2 cup milk and beat on low until just combined. Add the remaining flour and beat on low until combined. Add in the remaining 3/4 cup milk and beat on low until just',\n", " 'msg_rate': 0.55,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.574069976806641,\n", " 'text': ' be done by using an RNA-Seq kit.\\n\\nIn order to assess the expression levels of genes encoding proteins that are essential for the development and maintenance of skin and hair follicles, we used the RNA-Seq kit to identify genes encoding proteins essential for the formation and maintenance of the hair follicles.\\n\\nThe mRNA expression profiles of genes encoding hair and skin cell-specific proteins were determined using the Gene Expression Ontology software package (version 1.1.1). The mRNA expression profile of hair follicles and skin cell-specific proteins were determined by real-time quantitative PCR (RT-qPCR). The RT-qPCR data were analyzed as a function of time.\\n\\nThe mRNA expression levels of the genes encoding proteins required for the development and maintenance of the',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.472990036010742,\n", " 'text': ' members to the 2001 List.\\n\\nThe Ohio State University Class of 2001 is comprised of over 1,000 Ohio State University graduates who graduated from high school during the fall of 2001, and are not on this list, because they are not on this list. You may find more information on this topic here: http://www.osu.edu/colleges/student/colleges_2001.aspx\\n\\nOhio State University Class of 2000 Graduates\\n\\nThe Ohio State University Class of 2000 graduated nearly 1,000 Ohio State University graduates during the summer of 2001, so if you are not on this list, contact us and we will add you. You can also find out more information about the Ohio State Class of 2000 by clicking here: http://www.osu.edu',\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.835906028747559,\n", " 'text': \".\\n\\nIf you want to read about the life and times of one of the most infamous people in British history, then this is your book. It will take you to the darkest days of Britain's underworld, the heart of a man who was once the most famous man in Britain and a man that would go on to become the most famous criminal in British history.\\n\\nIf you've ever wondered about the life and times of a man who would go on to become the most famous man in Britain and the man that would go on to become one of the most infamous criminals in British history then you'll want to check this out.\\n\\nIf you want to read about the lives and times of one of the most famous people in Britain, Stuart Neville is a great book. It will take you\",\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.708889484405518,\n", " 'text': \" culture and politics, with particular emphasis on the social sciences. The CECUPS is a research institution of the University of California, Los Angeles. The Center for the Study of Culture, Politics and Society is a member of the American Association of University Professors. The Center is also affiliated with the University of California, Santa Cruz, and with the University of California, Santa Cruz's Department of Social and Behavioral Science.\\n\\nMedia Contact: Robert K. Smith\\n\\ncecups@uclsanec.uc.ca\\n\\n(213) 962-4100 ext. 6161\\n\\nhttp://cecups.ucs.ca.us\\n\\nFor more information about the Center for the Study of Culture, Politics and Society, contact:\\n\\nCec\",\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.247703552246094,\n", " 'text': \".\\n\\nWe will be back here next March to continue pushing the limits.\\n\\nWe're not done yet!\\n\\nWe've got much more to offer.\\n\\nFor example, we are working on making our website a little easier to navigate and faster to load.\\n\\nWe're also starting to look at the possibility of making our site even more mobile friendly.\\n\\nSo don't miss out.\\n\\nYou can find all of the details in this blog post.\\n\\nWhat's next for us?\\n\\nWe have lots of exciting plans for the future.\\n\\nOne of the things that we'll be focusing our efforts on this Summer is getting our website up and running in time for the launch of our new campaign.\\n\\nWe are also getting to grips with the\",\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.688478946685791,\n", " 'text': \"'s Janczak gets his first start of the season. He had a couple of nice pitches and struck out three.\\nTCU's Janczak gives up a hit and gets a groundout in the second inning.\\nHe struck out the side and got another out.\\nTCU's Janczak gives up a base hit in the third inning.\\nThe game was tied at one when Janczak walked.\\nHe struck out the side and got a base hit in the fifth inning.\\nI thought he had a great game. I'm really looking forward to seeing if he can continue his hot start next weekend.\\nHe got his first hit and got a groundout on a single.\\nTCU's Janczak got his first hit and he\",\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.293556213378906,\n", " 'text': \"?\\n\\nThis question has been asked so many times, that I am going to try and address it.\\n\\nFirst of all, let me be clear: I am no doctor. I am not going to be a doctor. If you want to ask me questions about anything, I am not there to help you with it. I'm not trying to be a doctor.\\n\\nBut if I can offer a little bit of information to help you make a decision about whether or not you want it, then I'm going to try and do that.\\n\\nIf you're like many people, you probably don't even know what it is you have.\\n\\nFor example:\\n\\nI don't know what it is I have. I just know that I want it. I don't\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.151270866394043,\n", " 'text': \" are not an option for you, try the following tips:\\n\\n1. Don't drink excessively\\n\\nYou can get away with eating too much if you're careful, but if you're in a hurry, you might not have enough time to enjoy the meal you're about to eat.\\n\\nIt's important to avoid eating too much food before bed. If you eat too much, your body will not absorb the calories and you'll feel bloated.\\n\\nWhen you're sleepy, you're also more likely to eat too much food because you don't feel full and you're not hungry anymore.\\n\\n2. Eat at least three to four glasses of water\\n\\nIf you're planning a big dinner party, make sure to drink enough water. If you're eating out, make sure\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.346511363983154,\n", " 'text': \" buyers, buyers\\nThere are two types of buyers in Japan: buyers and buyers. There are two categories of sellers in Japan, the buyer and the buyer's buyer.\\nThe buyer's buyer is a company that is owned and controlled by a foreign buyer. The seller is a foreign seller.\\nThe buyer must meet all the requirements for a buyer's buyer to be allowed to do business in Japan, including being a member of the Japanese stock exchange.\\nBuyers are required to have a minimum of 5,000 yen in cash.\\nThere are four types of sellers in Japan: buyers and sellers.\\nThere are two types of buyers in Japan: buyers and sellers. There are three categories of sellers: sellers, buyers and buyers.\\nThere are three types of buyers: sellers, buyers and\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.981773376464844,\n", " 'text': \"ishment. The company also provides bespoke glazing solutions to clients in the UK and Ireland. For more information, visit http://www.osprey.com.au/façade-glazing/.\\n\\nAbout Osprey Limited\\n\\nOGL is an internationally recognised company that provides a wide range of bespoke glazing solutions to clients across the UK and Ireland. The Osprey brand is recognised for its innovative design and innovative products.\\n\\nOGL glazing solutions are also used in some of Osprey's other products. For more information on the Osprey brand visit www.osprey.com.au\\n\\nMedia contact:\\n\\nNatalie O'Brien\\n\\nChief Communications Officer Osprey Limited\\n\\n+353 (0)20 805\",\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.028811454772949,\n", " 'text': ' Greater Manchester, said: \"I\\'m sorry to hear of the death of my colleague, the coroner for Greater Manchester, Sir Peter Macdonald. I would like to thank all the bereaved relatives and friends of Sir Peter for their outpouring of grief. I would like to thank the police for their outstanding work.\"\\n\\nDr. Macdonald was the chief coroner for Scotland, England, Wales and Northern Ireland, and the chief coroner in Scotland for Scotland. He also served on the board of the National Institute for Health and Care Excellence.\\n\\nIn 2012, Dr. Macdonald received the British Medical Association\\'s \"Dr. Macdonald Medal of Merit\" for outstanding service in the field of medicine.\\n\\nDr. Macdonald was born on June 23, 1948, in Shoreditch,',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.763067245483398,\n", " 'text': \" It's not quite the same, but it's pretty good. If you want to give it a go, you can find it here:\\n\\nhttps://infinity.de/forums/viewtopic.php?f=2&t=1257\\n\\nI also have a new website, infinity.co.uk\\n\\nhttp://infinity.co.uk\\n\\nAnd I'm currently working on a new game. If you want to follow along with it, hit up my new website:\\n\\nhttp://infinity.co.uk\\n\\nI'm working on a lot of other things, but I'll be back with a new game at some point. Thanks for reading, and have a good day!\\n\\nYou can find me on:\\n\\nInstagram\",\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 7.487879753112793,\n", " 'text': \"to-day hustle & bustle of life. They love being able to play fetch with their owners. They love being able to walk around their neighborhood without worrying about a stray cat or dog running around in front of their home. They love being able to walk around their backyard in peace.\\n\\nBut there's something else they really love, too: being able to go to the movies.\\n\\nThat's right dogs. Movies are an awesome time to spend with your family. But they're also a time for your dogs to get to know you and your friends. And they love it when they can do it together.\\n\\nSo how can your dogs get the most from watching movies together?\\n\\nIt doesn't have to be complicated. Here are the basics you can do to make\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.036447048187256,\n", " 'text': \".\\n\\nAir Force Research Laboratory\\n\\nThe Air Force Research Laboratory (AAFRL) is responsible for the design, production, development, testing, evaluation, and acceptance of UAVs and UAS. In addition, it is responsible for UAS systems development and testing.\\n\\nAir and Space Command\\n\\nAir Force Space Command (ASOC), which operates the space launch complex at Wallops Island, Virginia, is the primary operator of the UAS system.\\n\\nDefense Advanced Research Projects Agency\\n\\nThe Defense Advanced Research Projects Agency (DARPA) is an organization responsible for research, development, procurement, and fielding of UAS and UAS systems. The agency's mission is to enhance the national security and capabilities of the United States by developing, testing, and fielding new and\",\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.671247482299805,\n", " 'text': \". Learn from a variety of industry experts who have years of experience with your business and are willing to share their experiences.\\nYou will learn how to develop a successful business plan, how to market your product, sell your product, manage your product, build an online presence, market your product to your target audience, market your product to the media, and manage your product to meet your target audience's expectations. You will also learn about the business process, the legal and accounting issues that apply to your products and services. You will gain a solid understanding of the legal, accounting, and marketing aspects of your business. The course is designed to give you an understanding of how to develop and execute a successful business plan so that you can achieve your goals. The course does not assume that you will succeed in your\",\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 8.767168045043945,\n", " 'text': ' in Theater from the University of Illinois at Urbana-Champaign and a M.A. in Improvisation from the City University of New York. You can find Jeanne on Facebook, Twitter and Instagram. She can also be reached at [email protected] and at [email protected] with questions or comments.\\n\\nRelated Articles:No related articles.\\n\\nAbout the Author Walker is the co-founder of ColumbusUnderground.com and TheMetropreneur.com along with his wife and business partner Anne Evans. Walker has turned local media with the help of his wife and business partner in order to bring you the latest news and conversations about urban development and planning, as well as advocate for the local community in our quest for better transportation options and a safer city.\\n\\nTags',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.149392127990723,\n", " 'text': \" opportunity to try out a lot of different varieties of cheese. I was inspired by the cheeses I had grown up eating, such as cheddar and Swiss, and I knew I wanted to try making my own version.\\n\\nI started with a small batch of homemade cheese from Whole Foods. My first attempt was a bit dry, but it was still delicious. My second attempt was much more creamy, and it turned out even better. My third attempt was even creamier, but still delicious. The fourth and final attempt is my favorite cheese I've ever made!\\n\\nI love making this cheese because it is very easy to make and tastes great! If you have a stove top, this cheese can be made in advance, or can be made ahead of time. I like to freeze mine,\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 3.357825994491577,\n", " 'text': ' to San Francisco Opera House.\\n\\nTook BART to the Mission BART station. Took BART to the Mission BART station.\\n\\nTook BART downtown. Took BART downtown. Took BART into SF.\\n\\nTook BART into SF. Took BART into SF.\\n\\nTook BART into SF. Took BART into San Jose.\\n\\nTook BART downtown into downtown San Francisco.\\n\\nTook BART into SF.\\n\\nTook BART downtown.\\n\\nTook BART downtown.\\n\\nTake BART into SF. Took BART downtown. Took BART into San Jose.\\n\\nTook BART into San Jose. Took BART into San Francisco.\\n\\nTook BART downtown into SF. Took BART into downtown San Francisco.\\n\\nTake',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 3.3034067153930664,\n", " 'text': ' Add salt and pepper and stir until combined. Pour mixture into a 9x13\" baking dish. Bake at 350 for 40-45 minutes. Remove from oven and cool slightly. To serve: Top each slice of bread with a layer of sour cream, tomato and green onions. Serve immediately.\\n\\nMakes 6 servings\\n\\nIngredients:\\n\\n6 slices bread\\n\\n1 cup sour cream\\n\\n1 cup diced onion\\n\\n2 cloves garlic\\n\\n1/2 teaspoon dried thyme\\n\\n1/4 teaspoon ground cayenne\\n\\n1/2 teaspoon dried oregano\\n\\n1/2 teaspoon dried basil\\n\\n1/2 teaspoon dried parsley\\n\\npinch of salt\\n\\npinch of freshly ground black pepper\\n\\n1/4 teaspoon dried oregan',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.624009132385254,\n", " 'text': \". We got to taste the beer, and it's been one of our favorite things to do over the last few months. We've had the chance to try a few beers from this brewery as well, so stay tuned for more in the near future, and if you have any questions, feel free to ask below!\\n\\nThe Bier Abbey Brewing Company is located on the corner of 6th Avenue and 5th Avenue.\\n\\nCheck them out at:\\n\\nFacebook\\n\\nInstagram\\n\\nTwitter\\n\\nAdvertisements\\n\\nShare this: Twitter\\n\\nFacebook\\n\\nReddit\\n\\nLinkedIn\\n\\nPinterest\\n\\nTumblr\\n\\nGoogle\\n\\nEmail\\n\\nPrint\\n\\nPocket\\n\\nTwitter\\n\\nWhatsApp\\n\\n\\nLike this: Like Loading...\\n\\nRelated\\n\\nPosted\",\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.99813175201416,\n", " 'text': ' of the Athlone community. The event will take place from 7pm to 10pm on Tuesday 7th July 2017 and will feature live music, talks, talks, music, talks, and more. For more information, please visit http://www.athlone-community-radio.co.uk or call 01604 683 040. The Athlone Community Radio is supported by the Athlone Community Foundation which is run by a group of passionate people who are committed to supporting the Athlone community in its endeavours. For more information visit www.athlonecommunity.org\\n\\nThis article was edited on 5/31/2017 to reflect the fact that Athlone Community Radio is now run by a group of people dedicated to supporting the Athlone community.',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 7.033708572387695,\n", " 'text': ' place until after the end of this year. Centrica said: \"We are pleased to announce that we have not been able to secure sufficient funds to complete the injection process. This means we will be able to continue to provide the storage service to customers for at least a few more months.\"\\n\\nCentrica Storage Ltd said:\\n\\n\"We will continue to provide the storage service for a number of months, and we will be working closely with customers to secure the funds needed to complete the project. This is an important step towards delivering our customers\\' storage needs and we look forward to seeing how it all turns out.\"\\n\\nCentrica Storage Ltd will be providing the storage to customers in three phases.\\n\\nThe first phase will see Centrica Storage Ltd supply storage to the National Grid in the',\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 2236.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 7.319307327270508,\n", " 'text': \" a great place to buy clothes for a family of 6 or 7. They have lots of stuff to choose from and you don't have to worry about shipping costs. Their website is really easy to navigate. They have everything you could ever want from a clothing retailer. I would definitely recommend this place to anyone looking to shop for clothing. I would also like to say that they have free shipping on all orders over $25. I received my order in less than 5 business days, which is pretty fast for a clothing retailer. I will definitely be coming back again to try other items. I am really happy with my purchase and would highly recommend this clothing store.\\nDisturbia Clothing Coupon code gift!\\nI was really excited when I received my order. I was so excited to finally get my\",\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.538609981536865,\n", " 'text': ' roofer can provide you with the roofing you need, and this is why you need to find a roofing contractor that specializes in roofing in Hearne Texas. A roofing contractor can help you to save money and improve your overall property value. You will also be able to avoid the high cost of roofing by hiring a roofing contractor. If you are thinking of hiring a contractor in Hearne Texas, make sure you read through this article first, as there are many different roofing contractors in this area that will help you save money and improve your property. Here is a list of roofing contractors that are in Hearne Texas that can help you save money on your roofing project.\\nROOFING DEPARTMENT IN HEARNE TX HOLDINGS\\nThere are',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.6093525886535645,\n", " 'text': ' calling for an immediate end to violence in Yemen. \"The UN Security Council has expressed grave concern over the situation in Yemen, reiterates its calls for the immediate and unconditional release of all Yemeni prisoners and the safe and unhindered passage for humanitarian assistance, including humanitarian aid to people in need, to all parts of Yemen,\" the statement said, according to the AP.\\nThe United Nations says it has received reports that the United Kingdom has been providing arms and ammunition to the rebels. The United Kingdom and France have been in Yemen since March 2014.\\nU.S. President Barack Obama has said that U.S. and British military forces are providing air strikes against the Houthis in Yemen. The U.S.-led coalition has been supporting the rebels with U.S.-made military equipment.',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.9051103591918945,\n", " 'text': ' the city.\\n\\nThe 8i Portal, which launched today, takes users on a virtual tour of New York City.\\n\\nThe portal allows users to pan, zoom in and out, zoom in, zoom out and pan around the city in real-time, as well as explore the city\\'s diverse neighborhoods.\\n\\nThe portal also offers a 360 degree panoramic image view.\\n\\nThe portal is the latest addition to New York\\'s ever-growing library of virtual reality apps, which are now available on iOS and Android devices.\\n\\nIn addition to the portal, the company is also developing a mobile app for iOS and Android, which will allow users to use virtual reality on their mobile devices. This app is expected to be available in early 2016.\\n\\n\"Virtual reality is',\n", " 'msg_rate': 0.55,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.315679550170898,\n", " 'text': ' in 2015.\\n\\nThis growth was driven by mobile banking being more popular among people aged 18-24.\\n\\nHowever, the trend has also been driven by mobile banking being used by people who do not use mobile banking, such as students or people living in remote areas.\\n\\nIn 2015, only 2% of mobile phone users said they had used mobile banking, up from 5% in 2012 and 3% in 2007. This is the lowest ever percentage of mobile bank users to use mobile banking.\\n\\nThe report found that the number of people using mobile banking has grown faster than the total number of bank accounts, with more than a third of people saying they had used mobile banking at some point between 2011 and 2015. Mobile banking accounts were also used more often by people living in remote areas',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.687707424163818,\n", " 'text': \" we are living longer than ever. Nature Communications, DOI:10.1038/s41467-017-0333-7. doi:10.1038/s41467-017-0333-7\\n\\nThis article is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. To read the original article, go to www.nature.com.\\n\\nFollow us: Twitter Facebook Google+\\n\\nThis article was originally published on The Conversation. Read the original article. Follow us on Facebook, Twitter and LinkedIn to receive the latest news in your field.\\n\\nImage credit: Shutterstock.com\\n\\nThis article was originally published in The Conversation and is reprinted here under a Creative Commons license. The views expressed are the author's own and do not\",\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.580036640167236,\n", " 'text': \" cookbook I read years ago, but I haven't had the time to make it yet. They were great. On Sunday I went to the store and bought some beef jerky. It was delicious. Monday I went out to lunch with my mom and sister and ended up having dinner with my friends. I had a great time, but it was also quite a bit of work. I'm not sure what's going to happen, but tomorrow I will be back to the office. I'll see you guys again on Monday.\\n\\nP.S. - I just wanted to give a huge shoutout to all my readers who have been sending me questions over the past few days, especially the ones that have been answered. I've been doing a lot of research on the subject, and I've\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.918685436248779,\n", " 'text': \" that it will be difficult to get there. I don't want to be left behind because we are not able to pay rent.\\n\\nI have been working in this country for almost 25 years and this is the worst time to leave. My husband and I cannot afford to live in this country and I want to find a place where I can stay and be with my family.\\n\\nI don't want to go back to where I was when I was born. This is not the life I wanted for myself. I don't want to go back in a way where I can't go to school.\\n\\nMy children are in school and my husband and I cannot afford to send them to school.\\n\\nI have tried to get a job for my children, but I can't get a\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.436809062957764,\n", " 'text': \"ose_Sawyer\\n\\n\\nPosts: 7\\n\\n\\n8/8/2015 I just want to thank everyone who has supported me in this journey, and I'm grateful for the encouragement.\\n\\n\\nPlease keep in mind that all of this is just the beginning. This is just my first foray into a new medium, and I'm looking forward to learning and growing. I am excited to see what people think of the art. I am also looking forward to the challenges I'll face as a writer and artist. I'm excited to get to know the people I will meet along the way. I hope you enjoy it as much as I do. :)\\n\\n\\nThank you!\\n\\nMoose\\n\\n\\nPosts: 7\\n\\n\\n8/8/2015 Just wanted to thank you again for all\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 8.037424087524414,\n", " 'text': \" City. The company is expected to ask for at least $12 million in incentives to build a new building in downtown Arlington.\\n\\nThe county Board approved Amazon's request last week for the $23 million in incentives and other financial assistance. Amazon also asked the county Board to provide a $2.3 million loan to help cover the cost of the $12 million in incentives.\\n\\nThe company's request comes as it prepares for a major announcement Friday in which it will announce plans to build a $1 billion data center in Texas.\\n\\nArlington County officials said Friday they hope to announce the location and size of the $1 billion data center in the coming weeks. The company also wants to announce it plans to open a new data center in Crystal City.\\n\\nThe county Board approved a\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.374106407165527,\n", " 'text': ' Ricketts.\\n\\nPlease contact us if you have questions about our services or would like more information about Dr. Leigh Ricketts and her services.\\n\\nDr. Leigh Ricketts\\n\\nUniversity of Texas Health Science Center\\n\\nUniversity of Texas Health Science Center, San Antonio, TX 78504\\n\\n(210) 859-4400\\n\\n(210) 859-4400 Phone: (210) 859-4541 Fax: (210) 859-4546 Email: DrLeigh@utahhealth.edu\\n\\nEmail: DrLeigh@utahhealth.edu Phone: (210) 859-4544 E-Mail: DrLeigh@utahhealth.edu\\n\\n\\nBack to top of page\\n\\nDr. Lillian',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 3.908170700073242,\n", " 'text': 'highway)/28(truck) MPG\\n\\n2018 Ford F-250 4dr V6 Supercharged 4dr V6 Supercharged\\n\\n$17,900 $17,900\\n\\n\\n2018 Chevrolet Silverado 1500 4dr V6\\n\\n$17,900 $17,900\\n\\n2019 Ford F-150 4dr V6 Supercharged 4dr V6\\n\\n$16,900 $16,900\\n\\n2018 Chevrolet Silverado 2500 4dr V6 Supercharged 4dr V6\\n\\n$18,600 $18,600\\n\\n2019 Nissan 370Z 4dr V6 Trans Am 4dr\\n\\n$18,200 $18,200\\n\\n2018 Ford F-150 4dr V6\\n\\n$18,600 $18,600\\n\\n2018',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.951913356781006,\n", " 'text': ' would have a little bit of color in there too.\\n\\nRated 3 out of 5 by dana from I love this brand! This brand is by far my favorite! The price is right, the quality is great, the selection is amazing and the service is always great. If I had to pick one thing that I would do differently, it is that they do not carry my favorite shoe brands. I wish I had bought them years ago!\\n\\nRated 5 out of 5 by Lizzie from I love these shoes I love them. They are comfortable, stylish and durable. They have been my go-to shoes for years. I am very satisfied with how they feel. I would recommend these to anyone.\\n\\nRated 2 out of 5 by Tami from Disappointing I bought',\n", " 'msg_rate': 0.55,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.827000617980957,\n", " 'text': ' time you have given me.\"\\n\\n\"You\\'re welcome, sweetheart. What brings you here? Can I help you with anything?\"\\n\\n\"Yes, of course. I\\'m here to see your friend. He\\'s coming to visit you.\"\\n\\n\"Good, good. He\\'s coming to visit you, too, right? Now, can you tell me more about him? What\\'s he like?\"\\n\\n\"He\\'s handsome, isn\\'t he?\"\\n\\n\"He\\'s very handsome, actually. I\\'ve never seen him before.\"\\n\\n\"Well, he\\'s got a lot of friends.\"\\n\\n\"Well, you\\'re right. I haven\\'t been to his house.\"\\n\\n\"Well, you know, I\\'ve never been there either. I\\'m going to',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.938937187194824,\n", " 'text': \" where you need to build a relationship between your editor and the child. If you are a parent, you need to build this relationship. You need your editor to give you feedback, and you need to make sure that your child is happy. If you are a child and you are writing to your child, this is where you need to talk to your editor to make sure that you are on the same page. You need to give your editor feedback about your writing, and you want your editor to know that you are happy that you are doing it. If you are a parent of a child who is reading, you need to be on the same page so that your child doesn't feel that he or she is being treated as if you don't exist.\\n\\nYou need your editor to give you feedback\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.851768970489502,\n", " 'text': \"la has already missed by a couple of years. It comes on again every year, when Carla is in the kitchen making dinner and her son comes into the kitchen to see if he can take some of Carla's cooking. It comes on again every time, when Carla is in the bathtub with her grandson. It came on again every time when Carla is at work with her grandson. It came on again when she was in the hospital in the morning.\\n\\nIt comes again when Carla and her son are in the car with their son.\\n\\nIt comes again whenever Carla is in the hospital with her son.\\n\\nAnd it comes on again every time, when Carla and her son go to bed. It comes on again every time, when her son is\",\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.789478302001953,\n", " 'text': \" of the most talented chefs in the industry, and you are there for lunch or dinner, then this is the place to be.\\n\\nI have been to several Macanese restaurant's and this is the only one that I feel is truly authentic. The owner and staff are all very knowledgeable in their craft and the food is always fresh.\\n\\nI've been coming here a few times for lunch. The service and food are awesome. My favorite part is when you sit down at the table and order and wait for your food to be ready. They have a lot of different dishes that are delicious.\\n\\nMy friends and I came here a few weeks ago for a lunch date, and it was a hit! The service was great, and our server was super friendly. The restaurant is small\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.04530668258667,\n", " 'text': 'ang Airport.\\n\\nAerial view of Melaka Tower from the road.\\n\\nAerial view of Melaka Tower.\\n\\nView of Melaka Tower from the runway.\\n\\nA view from the top of Melaka Tower.\\n\\nMelaka Tower from the street.\\n\\nMelaka Tower.\\n\\nThe Melaka Tower is made up of two towers:\\n\\n(1) Melaka Tower (A)\\n\\n(2) Melaka Tower (B)\\n\\nThe towers were built in the 1950s and 1960s, respectively. The Melaka Tower was completed in the early 1990s and was completed with the help of the Malaysian government.\\n\\nMelaka Tower A\\n\\nMelaka Tower A was completed in 2001.\\n\\nThe Melaka Tower A',\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.971698760986328,\n", " 'text': ' you want it to go into,\" he said. \"You\\'re going to be able to do things that you wouldn\\'t have thought of before, and you\\'re probably going to feel like you\\'re part of something bigger and better.\"\\n\\n\\nHe added, \"That\\'s one of the things that I\\'m really proud of, is that when you think about what we\\'re doing, it\\'s really not about what\\'s going to happen next week. We\\'re doing it for the long-term.\"\\n\\nThe team is currently in the process of finding a home for its new home, which will be located in the Bay Area and be similar to the one in Austin, Texas. It\\'s not yet known if the team will have a home in its home city, or if it will move somewhere else.',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 7.760979175567627,\n", " 'text': '\\nhttp://www.McGloneLaw.com\\n\\nhttp://www.FairfaxFairfaxMedia.com\\n\\nhttp://fox5dc.com/story/news/local/2017/11/27/extra-eyes-for-dwi-heres-fairfax-county/85901891/\\n\\nhttps://www.facebook.com/McGloneLawCriminalDefense/videos/1044295728458896\\n\\nhttp://www.fox5dc.com/crime/2017/11/26/extra-eyes-for-dwis\\n\\nhttps://www.youtube.com/watch?v=J9Zm8y_Hg7s\\n\\nhttp://fox5dc.com/',\n", " 'msg_rate': 0.25,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 6.724423885345459,\n", " 'text': \" their lives as well as their communities. It is time to take that power and use it to inspire, educate, and empower women and girls around the globe. This year, I'm proud to announce that I am running for president.\\n\\nHere's how it works: On the first day of every month for three months, I'll be launching a series of videos on education and women empowerment around the globe. I will share with you my goals and priorities for the next four months, as well as why I think the next four months will prove to be a transformational time in women's rights around the world.\\n\\nI will also be posting my videos on Facebook, Youtube, and Twitter. In addition to that, I will be posting my blog posts in English and Spanish. I will be\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 5.331516265869141,\n", " 'text': \" week that you don't have to worry about money.\\nThe only downside I've found is the fact that I'm not sure if it's a good idea to spend the entire day at the beach. If you don't have a beach, you'll be spending too much time on the beach and not enough time doing anything productive. However, if you do have a beach, it's a great idea to spend some time there before heading off to work.\\nI think it's a good idea to spend the day at the beach as well as at work. It's a good opportunity to get to know someone new and to meet people that you wouldn't have met otherwise. It's a good opportunity to get out of your comfort zone and try something new. If you're like me and you don\",\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 10.488489151000977,\n", " 'text': \" unit to a group of investors led by UBS.\\n\\nPenta will pay J 23 a.s. a cash payment of $12.7 billion for the company, which is valued at $11.5 billion, and will acquire the remaining shares in ADAST.\\n\\nPenta and J 23 a.s. said in a statement that they expect to finalize the deal on June 1. The deal is subject to approvals from the U.S. Securities and Exchange Commission, which is expected in May.\\n\\nADAST is a joint venture of UBS & Co., the world's leading investment bank. It is one of a number of UBS & Co. holding companies in the United States and Europe that have made investments in hedge funds, credit default swaps, private equity\",\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 2.7944438457489014,\n", " 'text': 'opy. The High brightness is being compared to 350 Watts conventional xenon light source that can be utilized for critical illness like laparoscopy.\\n\\nThe High brightness is being compared to 350 Watts conventional xenon light source that can be utilized for critical illness like laparoscopic surgery.\\n\\nThe High brightness is being compared to 350 Watts conventional xenon light source that can be utilized for critical illness like laparoscopic surgery. The High brightness is being compared to 350 Watts conventional xenon light source that can be utilized for critical illness like laparoscopic surgery.\\n\\nThe High brightness is being compared to 350 Watts conventional xenon light source that can be utilized for critical illness like laparoscopy.\\n\\nThe High brightness is being compared to 350 Watts conventional xenon light source that can',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 3.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 0, 'deltas': 2},\n", " 'perplexity': 4.265576362609863,\n", " 'text': 'oyd, Sept. 27, 1893 - Aug. 30, 1959. Frank J. Loyd, Aug. 24, 1896 - Dec. 6, 1962. William H. Loyd, Oct. 1, 1896 - Dec. 6, 1963. Charles Loyd, Oct. 1, 1897 - Aug. 29, 1970. Margaret H. Lloyd, Oct. 1, 1898 - Aug. 29, 1971. William J. Lloyd, Nov. 1, 1900 - Sept. 27, 1974. Mary Loyd, Oct. 1, 1903 - June 12, 1974. Margaret H. Lloyd, Oct. 1, 1905 - Aug. 30, 1976. Frank J. Lloyd, Aug. 30, 1907 - Aug. 30, 1977. Charles Loyd, Aug. 30, 1910 - Sept.',\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 4769.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.857240200042725,\n", " 'text': \" love our beginners BBQ class. We will show you everything you need to make the best BBQ in the world. We will teach you all the basics so you can start to make your own BBQ recipes right away. We'll teach you the secrets of the best BBQ sauce, how to make BBQ sauces, how to make homemade BBQ sauce, how to make BBQ sauce with vinegar, and much more!\\nIf you're looking for a BBQ class in Missoula, I'm sure you will find it in this class! We will be teaching you everything we know about BBQ and you will not be disappointed in our lessons.\\nWe will show you the secret of the best BBQ sauce and how to use it to make your own BBQ sauce with vinegar, and we will teach you how to make BBQ sauce with\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.602677822113037,\n", " 'text': \"\\nThis discussion has since been transferred to the 'Mac OS X Mavericks (10.7)' discussion. The discussion in 'Mac OS X 10.7 Mavericks and Mac OS X 10.6.4 Mavericks' began in 'Mac OS X Mavericks' started by axboi87.\\n\\n\\nDiscussion in 'Mac OS X 10.7 Snow Leopard (10.5.4)' started in 'Mac OS X Snow Leopard'. This discussion has since been transferred to the Snow Leopard discussion in the 'Mac OS X 10.5.4' discussion.\\n\\nThis discussion has since been transferred to 'OS X Mavericks (Snow Leopard)' in the 'Mac OS X 10.5 Snow Leopard' discussion. The Snow Leopard discussion started in 'Mac OS X Mavericks' started by axboi87\",\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.231078624725342,\n", " 'text': '.\\n\\nPants are constructed of a cotton t-shirt with a high collar and a buttoned up skirt. A pair of high heels are attached at the knee with velcro. The top of the skirt is attached to the front of the pants with velcro. A pair of cargo shorts are attached with Velcro at the knee and a pair of cargo gussets are also attached with Velcro at the ankle.\\n\\nHoodie features a hood with a zip up hood closure and an open front. The hood is also attached with Velcro.\\n\\nLaptop features a laptop sleeve and an open back. The back is also attached with a zip up hood closure. The sleeve is also attached with an elastic band.\\n\\nPants are constructed of a cotton t-shirt',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.245971202850342,\n", " 'text': ' 2014, with the following question:\\n\"What is the number of new backlinks for each site?\"\\nIn the previous question, I asked about the number of backlinks for new sites. What is the answer to this question?\\nLet me explain:\\nFor a site to have more links, it has to be ranked higher in Google search results.\\nAs a result, new sites have to rank better in search results to have more links.\\nIn the past, I used Google\\'s ranking algorithm to determine the number of backlinks for each site. I was using the following algorithm:\\nRankings for each site based on the number of backlinks per day for new site\\nFor each site, I took the number of backlinks for each day and multiplied it by 5 (or 1',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.058421611785889,\n", " 'text': ' and air conditioning, new classrooms, new facilities for teachers and staff and more.\\n\\nIn July 2016, the Denver Board of Education announced a $1 million grant program for the Denver Public Schools to help students with special needs pay for school supplies.\\n\\nThe Denver School District, which operates more than 2,600 schools in Denver County, will receive $2.5 million in 2017-18. The district also will receive a $2.4 million federal grant from the Department of Health and Human Services to expand the use of school uniforms and supplies.\\n\\nIn addition to the grant funding, the district will be required to increase the number of teachers who teach special education by more than 50 percent and to hire at least 100 more teachers. The Denver School District also plans to increase the number of',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.883336544036865,\n", " 'text': ' and timetables\\n\\nGondia Junction\\n\\nGondia is located on the south eastern corner of the Ganga.\\n\\nIt is an easy-to-manage line and is the only line in the city which can be accessed by all modes of travel.\\n\\nGondia Junction is a commuter line, which runs from Gonda station in the western suburbs of Chennai to Gondia Junction in Chennai and then to Chinnaswamy in the eastern suburbs.\\n\\nThe line operates on a 24-hour service.\\n\\nThe Gondia Junction is a train-only line connecting Gondia Station in the western suburbs of Chennai with Chennai Gondia Junction in the eastern suburbs of Chennai and Chinnaswamy.\\n\\nIt operates on a 24',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.277566432952881,\n", " 'text': \" of the show that made me think there was more to come and that I should go ahead and try to figure out what I should do next season. I know I'm not the first person to do so, so here is my script.\\nAnd here are my thoughts on what I want to do next season: \\xa0\\xa01) I want to try my hand as a writer on a TV show, and I want to try to figure out if I have what it takes to take on the role. \\xa0\\xa02) I am looking forward to working on this show, and I want to work with the cast and crew, and I want to work with the writer. \\xa0\\n3) I want to work with people I know, people who have worked on other TV shows, and I want to\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.173759460449219,\n", " 'text': \" of rules than the rest?\\nOr is it just that everyone is playing by the rules?\\nIf you are a rich white person and you have a job and you are doing a good job, why don't you just quit and work for free?\\xa0\\nOr if you are a poor person and you don't have a job and you are doing a bad job, how come you get paid less?\\xa0\\nIf you are a rich white person who has a job, and you have to eat and clothe and pay rent and utilities, why don't you just get out of the job and work for a living?\\xa0\\nOr if you have to work and you have to pay for your kids' college tuition, how come your kids can get free college?\\xa0\\nOr if you are\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.232576370239258,\n", " 'text': ' Each box contains 10 contact lenses. You will receive your lenses in the mail in the first week of November.\\n\\nThese lenses are compatible with Apple iPhone 4S, Apple iPhone 4S Plus, Apple iPad 2, Apple iPad mini 2, Apple iPad mini 3 and newer.\\n\\nEach box contains 100 lenses.\\n\\nPurchase your replacement contacts here: http://www.coopervision.co.uk/contact-lens-purchase/\\n\\nThe lenses will ship via Priority mail within 2 working days.\\n\\nYou can also purchase the lenses online at the following links:\\n\\n\\nhttp://www.coopervision.co.uk/shop/index.php/Product/Contact-Lense-Purchases/\\n\\nIf your phone is not compatible with the',\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.32916784286499,\n", " 'text': \" judge ruled that the deal couldn't be approved because of antitrust violations by the company's former chairman.\\n\\nShares in US Foods fell 7 percent in after-hours trading following the announcement. The company said it would seek an emergency restraining order to block the deal, which was originally scheduled for completion this year but has been postponed because of concerns about competition. US Foods' board of directors will meet Tuesday to discuss its plans for the company, the company said.\\n\\nUS Foods, which is the No. 2 private employer in the state, has been a target of antitrust regulators who have said they are concerned about the company's business practices. US Foods has been accused of using deceptive pricing practices, and the company has faced regulatory scrutiny in recent months in connection with allegations that its products were misbranded.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 8.220758438110352,\n", " 'text': \" of the Earth is an epic tale of a young girl and her father's quest for peace and justice. It's a film that is both a celebration of all things indigenous, and an attempt to understand why so many people in our society are so hostile towards indigenous cultures and people.\\nThe story begins in an isolated village on a remote island in the middle of the Amazon. The girl's mother has died, and her father has been left without a wife or son. The girl's younger brother, a young man, has gone missing and is presumed to be the missing man. The family is desperate for help. The village is divided by land and by religion.\\nThe girl's father has gone to live with her aunt, a woman who has lived for many years on the island. However, the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.799983978271484,\n", " 'text': ' to help others. I hope you enjoy them. I hope I have contributed a little bit to your life.\\n\\nPlease share this with anyone who may be interested.\\n\\nI hope this is helpful for you and for yourself. Thank you for reading and if you have any questions, please leave a comment below or email me directly. I will try my best to respond as soon as possible.\\n\\nThank you for your time,\\n\\nGerald\\n\\nAdvertisements\\n\\nShare this: Email\\n\\nPrint\\n\\nFacebook\\n\\nLinkedIn\\n\\nReddit\\n\\n\\nTumblr\\n\\nTwitter\\n\\nGoogle\\n\\nPinterest\\n\\nTumblr\\n\\nLike this: Like Loading... Related\\n\\nFiled under: Bible | Tagged: God, hearing, hearing testimony, hearing testimonies, hearing testimonies |',\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 9.26011848449707,\n", " 'text': ' Monetary Policy.\"\\n\"The Federal Reserve. The Monetary Policy Debate.\"\\nPosted by David K. Anderson at 8:02 PM\\nDavid said...\\nIt is interesting to note that, in the absence of any compelling evidence of a monetary policy shock, even the most conservative estimates of inflation and unemployment would appear to be quite conservative. I think that\\'s a reflection of the nature of inflation. If the Federal Reserve is doing the right thing by reducing the amount of money it spends, and if the rate of unemployment is declining, then the economy will be growing at a faster rate than it would otherwise. If the Fed is doing the opposite, and raising the amount of money it keeps in reserve to try to prevent inflation from rising, then inflation will continue to increase at an even faster rate than it would',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.120704650878906,\n", " 'text': \" the web site is no longer working. I'm still trying to get it to work and will update this site as I find a solution. Thanks for your understanding. I have a few other projects that I am working on as well as a new website. I would like to make a donation for you if you want to help out. Thanks.\\n\\nThank You!\\n\\nIf you have any questions at all, please don't hesitate to get in contact. I would also like to thank the following for their support and assistance:\\n\\n\\nThe Rock Port Authority of the United States and Canada\\n\\nRockport, Ontario\\n\\nCanada\\n\\nhttp://www.ropports.com\\n\\nhttp://ropports.org\\n\\n\\nThe Rockport Community Association (RCAA)\\n\\n\\n\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.6106414794921875,\n", " 'text': \" are top notch in all aspects and are fully equipped with all the amenities one would expect from a resort in India. The resort's facilities have been designed to meet and exceed the needs of all guests. We offer everything you could possibly need at an affordable price, including a wide range of services such as fitness centre, pool, spa, spa services, sauna, poolside restaurant, and even private cabins. The resort also offers a full range of leisure activities including swimming, fishing, horse riding, cycling and horseback riding. The resort is conveniently located on the outskirts of Mumbai and is just 15 minutes away from the city center. It is ideal for those who are travelling to India for business or leisure purposes, and who want to enjoy their stay at one of the most comfortable resorts in India.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 9.699207305908203,\n", " 'text': ', yes, it\\'s possible to have children and have them grow up to be terrible people.\\n\\n\"I\\'m not saying you can\\'t be good, but I am saying if you\\'re going to be a parent, you need to be able to take care of yourselves.\"\\n\\nThis article was first published in the New Statesman.\\n\\nThe Independent has launched its #FinalSay campaign to demand that voters are given the power to decide that the UK is no longer a place where racism, sexism and homophobic abuse is allowed to grow.\\n\\n\\nSign this petition here:\\n\\n\\nhttp://www.finalandsay.com/call-to-action\\n\\nRead the full article here\\n\\nFollow The Independent on Instagram here\\n\\nShare this article on Facebook and Twitter if you agree',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.330439567565918,\n", " 'text': \", we said. And yes they are, but there's a big difference between spoiling a film for your friends and spoiling a movie for your own enjoyment. Here are a few things you might not know about film trailers:\\n1. They aren't always bad\\nIn October 2014, we asked if there were any films that were just plain bad trailers for their respective releases. The answer was a resounding yes. Here are some of the top 10 worst trailer-filled movies of 2014:\\nThe Hunger Games: Catching Fire\\nThe Hobbit: The Battle of Five Armies 2\\nThe Avengers: Age of Ultron\\nThe Maze Runner: The Scorch Trials\\nThe Lego Movie: Battle of the Beanstalk\\nAnd here's a list of the worst trailer-packed movies of 2013\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.316009521484375,\n", " 'text': ' phase in their development of UNStudio for the next 10 years.\\n\\nUNStudio is a fully open-source development environment designed for the development of software projects and applications. It is designed to be flexible enough to be integrated into a range of applications. It is based on UNStudio 3.0, which has been updated to version 4.0. UNStudio has been designed for a wide range of different use cases and applications. It has been extensively tested in production environments, and has received extensive support from the UN developers community. UNStudio 3.0 continues to evolve, with new features, improvements and improvements to UNStudio 4.0.\\n\\nUNStudio is available for download from: https://developercenter.unity3d.com/#/UNStudio\\n\\nFor more details on',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.112015724182129,\n", " 'text': ' 29, a group of about 50 students gathered outside the school to protest. They chanted slogans against Jogyesa Temple, demanding its closure and demanding the immediate release of the arrested students. The students also demanded the withdrawal of the police from the school. The police arrested the students on April 30 after they refused to stop their protests. The police also filed an FIR in the case. The Jogyesa Temple has been the target of protests before. In 2011, a group of students protested outside the Jogyesa Temple, calling for the closure of the temple. The police used batons and stun guns to subdue the protesters, and the protesters were arrested. The Jogyesa Temple is the largest Hindu temple in the country and has been under threat of demolition for the past five years',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.808725833892822,\n", " 'text': 'ethyst has a rich yellow-green color and red-brown color, while sapphires and garnets have a reddish-purple color. It is one of the most abundant minerals on earth; it has been found in the oceans of many places, and has been found in many other minerals as well.\\n\\nIt is one of the most common and varied mineral on earth, and its abundant colors produce many Gemstones. Amethyst has a rich yellow, green, and red colors, and garnets. It has a reddish-pink color, and red-pink color, garnets, amethyst, and quartz. It has been found in ocean waters, and it has been found in ocean rocks. Amethyst is also one of the most abundant minerals found in the',\n", " 'msg_rate': 0.55,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.719827651977539,\n", " 'text': \" of my parents, my father's family, my mother's family and my father's mother.\\nMy earliest memories are of my father, my mother and me, and my brother and me.\\nAs a kid, we were raised by our grandmother, my mother and her sister, and my father, my father's father, my grandfather's father, and my father's mother, my grandmother's grandmother and her brother, and my grandmother's grandmother's grandmother, my mother's mother and her father, and my grandfather's grandfather, and my grandmother's grandmother, and my grandfather's grandfather and my grandmother's grandmother.\\nMy parents were the first people I knew who talked about the food they ate.\\nMy parents were the first people in our family to have their own kitchen, which was the only\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.702285289764404,\n", " 'text': ' a massive mudslide.\\n\\nThe rescue took place on Wednesday, March 29th, at 9:40 a.m. at a cave in Thailand\\'s Thonburi province. According to CNN, rescuers worked day and night over the past two days to save the children.\\n\\n\"We are very lucky to have found all the children,\" rescue center manager Nakhon Pham told CNN.\\n\\nHe said the cave, located on the side of a river, contained more than 250 people trapped in the mudslide. According to the Bangkok Post, a total of six children, ages 6 to 13, were among those rescued.\\n\\nThe children\\'s parents were able to get the children out of the cave, and they were flown by helicopter to a nearby hospital for',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.124451160430908,\n", " 'text': \" the fundamentals of Flash in detail and show you how to apply them effectively in your projects and business.\\n\\nIf you are looking for a more in-depth introduction to Flash design, this course is the perfect choice. If you're just looking to learn the basics, this is the course for you. This course covers the basics in Flash design and then covers some of the advanced features in Flash.\\n\\nWhat is Flash?\\n\\nIn Flash, the graphics engine is a powerful tool for creating and displaying interactive web and mobile experiences.\\n\\nIn Flash, users can create beautiful, engaging interactive experiences that are interactive and responsive. Flash is an open-source, cross-platform, cross-device and cross-device-independent graphics library for the web and mobile devices. It is designed to be\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.899842262268066,\n", " 'text': \" you'll earn interest on your Citibank Money Market Account. We'll send you a text whenever we earn interest on your Citibank Money Market Account. You'll receive the text when you reach the amount of interest earned. You don't have to wait for the text.\\n\\nHow do I earn interest on Citibank Money Market Account interest? We earn interest on Citibank money market accounts on a quarterly basis. The amount of interest earned each quarter depends on how many times we've made a deposit on the account.\\n\\nHow can I earn interest? You can earn interest on Citibank money market accounts on the following dates: If you deposit $1,000 on a Citibank Money Market Account and make a deposit of $50,000 on the following date:\",\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.066729545593262,\n", " 'text': \" your free time and you want to spend it on anything that you want, then it is up to you.\\n\\nHow do you spend it? Do you spend it on food? On clothes? Or do you put it all in one place and spend it on the things that are most important to you.\\n\\nIf you spend it on clothing, do you wear it in the morning or at night? Do you wear clothes that you love? Or do you not wear them at all?\\n\\nDo you spend it on your hobbies? If you don't, then you have a lot of time on your hands and will not have a good life. If you spend it on your hobbies that you love then you will have a lot of freedom.\\n\\nIf you spend it on hobbies that are\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 5681.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.517205715179443,\n", " 'text': \" Our team of engineers and technicians will ensure you get the best possible service. We're here to make sure you are getting the best bang for the buck when you're buying a lock or key.\\n\\n\\nWe're available to help with all of your Lock & Key needs. If you have any questions, don't hesitate to contact us, and we'll be happy to provide you with advice and help you get the most from your Lock & Key purchase.\\n\\n\\nOur team are committed to helping our customers make the most out of their Lock & Key purchase. We have the experience and expertise to help with all aspects of your Lock & Key needs.\\n\\nWe are committed to helping our customers make the best out of their Lock & Key purchase. Our team is dedicated to helping you get the most from\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.546535968780518,\n", " 'text': 'oversMAX\\nThis company does not have a web site, but they do have an email address and a phone number to help you out. You can send them an email at movers@moversMAX.com, or you can call them on 1-888-831-8100 and ask if they can give you directions to the nearest Movers Depot in your area. You can also use their website: movers.com, to find a moving company in your area, and they have a list of all the movers they have in the area, so you can see what is available.\\nMoversMAX also has a phone number, so if you have problems getting a movers to your house or place of business, you can call this number and ask for directions to the nearest',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.627119064331055,\n", " 'text': ' to your place. You are trying to gain your partner to you, to your bed, to your bedside, and to your bedside table, and you can do it in various ways and ways. One of the best techniques is to say to your partner, \"It\\'s time for you to meet me.\" And you can do what you want with her. If she says, \"What?\" or if she says, \"I\\'m not ready for you to meet me yet.\" You can say, \"I\\'m ready now. I am ready for you.\" But if she says \"I am ready for you,\" you cannot say, \"It\\'s not time.\" You can\\'t say, \"It\\'s time for me to meet you.\" And she can\\'t say, \"That\\'s not what I',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.771569728851318,\n", " 'text': ' U.S. has been on the decline for several years.\\n\\nAccording to the report, the number of Internet users in the United States declined by 1.2 percent in 2011, from 2.5 billion to 2.2 billion, although the share of Internet traffic for online dating services is still growing.\\n\\nThe report said that the share of the U.S. population that is using the Internet for online dating services increased by 2.5 percentage points from 2008 to 2011.\\n\\n\"The share of U.S. Internet users who were connected to the Internet at home in 2011 rose by 0.4 percentage points, from 21 percent to 25 percent,\" the report said, adding that the share of Internet-connected U.S. households increased by 1.6 percentage points between',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.297408580780029,\n", " 'text': \"'ve been working on a new project lately. I'm trying to make it a little more fun. So I've decided to make a project that's really easy to use so that you can create your own games on it as well! I've been thinking about it for a long time, so if you have any suggestions for how I could make it better, please leave them in the comment section! I'll be sure to update this project with your suggestions as soon as I've got them.\\nI'm very happy with how this project went! I hope you guys like it, and that it helps me create more fun projects for other people to enjoy! If you've got any questions or suggestions, please leave a comment! Cheers!\\nI'll be posting more updates as I get more time\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.406820297241211,\n", " 'text': \" the world.\\n\\nThis is not the first time we have published this book and it certainly will be not the last. We hope you will enjoy the book as much as we enjoyed writing it and inviting you to share with your family and friends.\\n\\nIt is available in English, French, German, Spanish, Japanese, Korean, Portuguese (Brazil), Russian, Arabic, Turkish, Hebrew, Chinese (Simplified), and Russian (translated to English). It also has a German translation that you may find helpful.\\n\\nIf you want to know more about the book, you may find it useful to visit our web site or to check out some of the books that we have written on this subject:\\n\\nThe Earth's Past: The Evolution of the Earth\\n\\nThe Evolution of\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.607883453369141,\n", " 'text': 'osuGamers, 4 ”,,, :0 5 r,,,,, Franka BrunsPost-GosuGamers, 3 ”,,, :0 6 r,,,,,,,,, Franka BrunsPost-GosuGamers, 4 ”,,, :0 7 r,,, Franka BrunsPost-GosuGamers, 3 ”,,, :0 8 r,,,,,, Franka BrunsPost-GosuGamers, 2 ”,,, :0 9 r,,,,, Franka BrunsPost-GosuGamers, 4 ”,,, :0 10,,, Franka Bruns, 4 ”,,, :0 11 s,,,,,, Franka',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.43686056137085,\n", " 'text': \", plus a couple of weightlifting sessions. It was a blast!\\nHere's a video of the girls competing.\\nHere's a link to all the videos from the day. I'll try to add them soon.\\nI also want to share a few pictures from the competition.\\nHere are some of the women that competed:\\nHere are some of the women that won't be competing this year:\\nHere are the girls that will be competing this year:\\nI'm going to keep posting all the pictures and videos from the CrossFit Games this week. I'm also going to try to add some of the pictures from this year's CrossFit Games to the blog. I'm also going to keep posting some pictures of the women from the CrossFit Games. I'll post some of\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.202770233154297,\n", " 'text': \" next?\\n* 6. What was the most exciting moment?\\n* 7. How did it go?\\n* 8. What was the most surprising moment?\\n\\n\\nI really enjoyed the session and will be back for more!\\n\\n\\nPlease send me your comments, questions and ideas.\\n\\nI'd love to hear your thoughts.\\n\\nYour feedback is very important to me.\\n\\n\\nCheers,\\n\\nHannes\\n\\n\\nDear Hannes:I really enjoyed your session.I would love to hear your ideas.I'd love to hear your thoughts.Dear Hannes:I am very sorry for the delay and I will try to fix it ASAP. Please send me your feedback.I really enjoyed your session and would like to hear more about it. I would love to\",\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.450449466705322,\n", " 'text': ')\\n\\nWork “The Champion \\u202a (with artist John Eaves, and his wife, Louise Jenkins\\u202c)\\n\\n\\u202a \\u202a \\u202a The Champion \\u202a (with artist John Eaves\\u202c and his wife)\\n\\n\\u202a \\u202a \\u202a The Champion \\u202a\\u202c\\n\\n\\u202a \\u202a \\u202a\\u202c\\n\\nWork \\u202a\\u202c \\u202a \\u202a \\u202a \\u202a\\u202c\\n\\n\\u202a \\u202a \\u202a The Champion \\u202a\\n\\n\\u202a \\u202a \\u202a\\u202c\\u202c \\u202a \\u202a \\u202a\\u202c\\u202c\\n\\n\\u202a \\u202a \\u202a The Champion \\u202c\\n\\n\\u202a\\u202c \\u202a \\u202a\\u202c\\n\\n\\u202a\\u202c \\u202a \\u202a \\u202a',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 8.466776847839355,\n", " 'text': ' cats and their owners. Please contact us if you have any information regarding this issue or have any questions regarding the care of your pet or if you would like to volunteer to assist in caring for a homeless or owned pet at our shelter.\\nWe are located at the following address (please note the street address is the same one listed on the shelter application):\\n1425 E. Main Street Suite #2, San Francisco, Ca 94105.\\nWe are located at the following address:\\n1311 W Main Street Suite A, San Fran, Ca 94102.\\nOur mission is to help homeless and own pets. We are a non-profit organization that provides shelter for dogs and cats in need, to foster them, and to provide a loving environment for their owners. Our mission is not to',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.109203815460205,\n", " 'text': \" of the cosmos that you think will help to explain the mysteries of the Universe, please let us know, and we will post them here. And if you can't, please share your discoveries with us. If you want to know more about this blog, visit the blog's home page.\\nIf you have any comments about the blog or the Cosmos or anything else, you can contact us by email at the blog's address at: astrobiologia.blogspot.co.uk\\nIf you have questions or suggestions, you can contact me by email at the blog's contact page at: astrobiologia.blogspot.com\\nIf you want to contact me about anything in particular please feel free to contact me via the contact page on this site, or on the blog's contact page\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 8.410545349121094,\n", " 'text': ' 1st half New England NE 3 2 plays -1 yards -1 yards -4 yards 0:13 End of 2nd quarter -4 yards -4 yards -4 yards 0:13 New England -4 yards -4 yards 0:07 End of 3rd quarter -3 yards -3 yards -2 yards -4 yards -3 yards 0:07 End of OT End of OT\\n\\nNew England Patriots at Houston Texans - 1st Q 1st 2nd Down Q 2nd 3rd Q 1st Q 2nd Q Q 2nd Q 3rd Q 2nd Q 3rd Q 4th Q Q Q 2nd Q OT End of',\n", " 'msg_rate': 0.55,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 8.294001579284668,\n", " 'text': 's app store has had a massive impact on the mobile market since its launch last year.\\n\\n\\nTencent�s app stores have been used by millions of developers around the globe to sell mobile games such as Angry Birds, Street Fighter II and Plants vs. Zombies. The Chinese company is also the largest game developer in China, with more than 25 million games sold, according to Forbes.\\n\\n\\nTencent, which launched its app store last year, said it will continue to expand its mobile games offerings with the launch of a mobile game called Angry Birds: The Great Escape, which is expected to debut in the coming months. The app is free to download on Apple and Android phones, and it will be released on the App Store as a paid app. The game will also be available for iOS devices',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.326148986816406,\n", " 'text': ' We\\'re also committed to supporting local authorities and local authorities in their work to tackle street homelessness. We\\'re looking forward to working closely with London boroughs and local authorities across the capital as we work to end homelessness for all.\"\\n\\nA spokesperson from Thames Reach said: \"We are proud of the work we are undertaking to combat homelessness in London and are particularly proud of the work that has already been undertaken in partnership with our partners in Essex, West Midlands and the South-East. Thames Reach is already working with local authorities across the capital to ensure that people who are homeless can access safe, secure, affordable housing. We hope this work will continue to give hope to those on the street, as we continue to build on the progress we are already making. It\\'s vital that homeless people have a safe',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.128296375274658,\n", " 'text': ', times and more info.\\n\\nFriday, Sept. 12, 12-5 p.m. at Assembly of the Americas in San Diego\\n\\nSaturday, Sept. 13, 3-7 p.m. at Assembly of the Americas in San Diego\\n\\nSaturday and Sunday, Sept. 13-14, 1-2:30-2:45 p.m. at the International Assembly in San Francisco\\n\\nMonday-Thursday, Sept. 14-15, 3-9:30 a.m. at Assembly of the Americas in South San Francisco\\n\\nFriday, Sept. 15, 1-3:30 p.m. at International Assembly in San Francisco\\n\\nSaturday, Sept. 16, 3-7 p.m. at International Assembly in San Diego\\n\\nSunday',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.195580005645752,\n", " 'text': '-day trek will take you through the foothills of the Himalayas and through the heart of the Himalayan Mountains.\\n\\n\\nThe journey starts with an overnight stay at a campsite in Annapurna, Nepal. From there, the trek takes you on a journey through the mountains and back to Annapurna. You will spend several days in the mountains where you will hike up to the base camp. From the camp, the trek will be taken on foot to the Annapurna Valley. There, you will spend several more days in this valley before you will return to the trailhead.\\n\\n\\nOnce you have finished the Annapurna Trek, you will continue on your trek to the Mustang region where the trek continues through the mountains and back to the base camp.',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.233885765075684,\n", " 'text': '), and after his death he continued to serve the Holy See for twenty-three years. He died on the 29th of June, 679, and was succeeded by Antoninus. The succession of the See was entrusted to Antoninus Pius, who held it from 691 until his death in 694. He was succeeded by his son Antoninus II, who reigned until his death in 704, and by his grandson Titus, who succeeded him until his death in 807.\\n\\nSt. Boniface is said to have received the same gifts as St. Pius IX. He was canonized by St. Gregory of Nyssa in 613. His feast day is the 19th October, and he is considered to be one of the most holy of all saints.',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.667006492614746,\n", " 'text': \" Roku and Chromecast, or subscribe to ABC Go UK here.\\n\\n\\nABC Go UK has been around since 2011 and is the world's leading destination for live television in the United States. The show is broadcast in over 200 countries across the world each week, with more than 10 million viewers watching each episode live in the US alone. The channel is available on Apple TV, Android, Roku, Amazon Fire TV, Chromecast, Apple TV, Amazon Fire Stick, Roku 3, Fire TV Stick, Fire TV, Fire TV Stick, Chromecast, Amazon Fire Stick 2, Fire TV Stick, Apple TV, Apple TV 2, iPhone 4S, Apple TV 3, iPhone 5 and iPhone 5S, iPad 2 and 3G, iPad Mini and 3GS.\\n\\n\\nFor more ABC Go UK news\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.612086296081543,\n", " 'text': \" up to you to edit and combine the data into a cohesive and meaningful story.\\n\\nTo help you create your own narrative, we've created a tutorial that shows you How to stitch. It's free and open source.\\n\\nHow to Stitch\\n\\nThe first thing we need to do in order to create your own story, is to stitch. We'll start with a simple example.\\n\\nStitching\\n\\nWe'll start by creating an image of a dog. Here's what the data looks like:\\n\\n\\nStitch the image to create a new image:\\n\\n\\nNow, we want the dog to have a name, so we want to stitch the name to the left of the image:\\n\\nStitch to create a new image to create a new image:\\n\\n\\n\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.0880656242370605,\n", " 'text': ' for creating and sharing content.\\n\\nSo, I am happy to announce that we have added a new theme available for you to choose from:\\n\\nThemes are available for:\\n\\nWordPress 4.x and higher (including 3.x) and WordPress 5.0.x\\n\\nThe theme will be available for a limited time, but we recommend that you take advantage of it before it is too late.\\n\\nYou will be able to download and install the theme from the link below, and it will be updated automatically as new themes are released:\\n\\nThe theme is available as a.zip file and you will need to download the zip archive from this link:\\n\\nYou will need WordPress installed on your computer, and the theme will be available for use with WordPress 3',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.870290279388428,\n", " 'text': \" cost. But if you want to take advantage of a new insurance option, you'll need to find a plan that's cheap.\\n\\nThat's the goal of a new study by researchers at MIT and the Massachusetts Institute of Technology's Sloan Kettering Cancer Center, which was published today in the online version of the journal PLOS ONE by MIT and MIT's Sloan School of Management. The study used data from the Affordable Care Act, which requires most Americans to obtain health insurance, and found that the cost of health insurance has gone down by about 15 percent since 2010.\\n\\nThe study used data from the Massachusetts Health Connector, a health insurance exchange launched by the federal government in 2014. The exchange provides health insurance to 1.4 million individuals and families who do not have employer-sponsored insurance,\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.862941265106201,\n", " 'text': \" It's a four-day event, and you can watch all of it at PBSKidsFestival.com and PBS Kids in the Park's YouTube channel. Here's what to expect:\\nPBS Kids in the Park Festival\\nPBS Kids in the Park is an annual festival that takes place on Saturday and Sunday mornings from June 1-3 and continues through Sunday June 5. This year's event will take place between 7:30am and 7:45am local time, and it includes a variety of activities. Here are some things to know about this year's festival:\\nPBS' Kids in the Park Festival\\nThe festival takes place in downtown Cleveland, Ohio, on Saturday, June 21. You can check out all of the highlights on the PBS Kids website, and you can also\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 8.008662223815918,\n", " 'text': 't pleased.\\n\\n�We have nothing to hide,� Vecindario says. �We are simply trying to find a solution to the situation. I think this is an example of a club that is doing everything in its power to protect itself. It�s not going to happen.�\\n\\nThe club issued a statement to the media, saying that it would not comment on the case.\\n\\nThe statement read, �The club does not agree with any of the allegations made by the media. We are committed to taking the necessary steps to protect itself.�\\n\\nThe statement added that Vecindario and the club�s lawyers are currently in contact. The club also issued this statement: \"We will not comment in detail about this matter at this time. However, let me assure you',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.884769916534424,\n", " 'text': '.\\n\\nIf you want to use this device for multiple drives, you must connect the IDE drive to the same controller as the HDD. The IDE HDD connection can only be used by one controller. If you want to do multiple drives, you must connect IDE HDD connection to IDE controller only.\\n\\nThe IDE controller is not compatible with any other controller type. For this reason, if you want to use this device with IDE controller, you must connect it to a controller compatible with IDE.\\n\\nThe IDE HDD connection can be used for up to 128GB of storage. You can also use up to 256GB.\\n\\nIt is possible to erase up to 4 HDDs / SSD on the same IDE HDD connection. The SSD is erased first before the HDD / SSD. You can erase up',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39138.56},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.78587007522583,\n", " 'text': 'akeem Nicks said he didn\\'t know what to make of the way the Philadelphia 76ers approached him.\\n\\nNicks, a second-round draft choice of the Cleveland Cavaliers last June, said he\\'s been told he will be the starting small forward on the team\\'s second team.\\n\\n\"I don\\'t know what to expect,\" Nicks, who has spent the last three seasons in Cleveland, said. \"I\\'m not going to say I\\'m disappointed. I know what I can do. I know what I\\'m good at.\\n\\n\"But it\\'s not up to me now. It\\'s up to the coaches.\"\\n\\nNicks has averaged 5.8 points and 2.6 rebounds in 18.0 minutes over the last two contests for the 76ers, who',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.681678295135498,\n", " 'text': \" be complex, or it may not even be something that people really want to do. The problem is solved by solving a specific set of problems, and then the software platform is built to solve those problems and to provide a service to those users.\\n\\nThe goal of software is to solve the problems that you already have. The goal of a software product is to help you solve more problems, to make your system more efficient.\\n\\nSoftware is a product, and software is built to solve a particular set of problems. It's not about making the system better, it's about making the system more efficient and useful.\\n\\nThe goal of building software is to solve problems that people already have, to make your system more useful, to make your life easier.\\n\\nThe goal of software is\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.965060234069824,\n", " 'text': ' In a large mixing bowl, stir together the flour, baking powder, salt, pepper and olive oil. Gradually beat in the milk and then add the egg yolk. Beat until combined. Add in the lemon juice, parsley and olive oil and beat until combined. Add in flour mixture and beat until just combined, scraping down sides of bowl as necessary. Add in all remaining ingredients and mix until combined. Pour the batter into a 9x13 baking pan, cover with foil, and bake for 25 minutes. Remove from the oven, and allow to cool completely on a wire rack.\\n\\nThis recipe makes about 1/3 of a loaf, so if you\\'re looking to use it for lunch or a snack, this is a great choice. Enjoy!\\n\\nRecipe adapted from \"The',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.118221759796143,\n", " 'text': ' be done by using primers specific for the specific target genes in the target cell line. For this purpose, we have developed two different RT-qPCR protocols, based on the RT-qPCR-based approach. The first one, based on the RT-QI-based approach, is suitable for gene-expression profiling and for the quantification of mRNA expression in cells and tissues of human subjects (Fig. 1) (23, 24). The other RT-qPCR protocol, based on the RT-qPCR-based approach, employs the RT-QI-based approach to obtain quantitative mRNA expression measurements (Fig. 1). The RT-QI-based approach is based on the use of primers specifically designed to target specific genes in particular cell lines,',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 9.782474517822266,\n", " 'text': ' or incomplete information to the table below. This information will be used as the basis for updating the 2001 Class List to reflect all of the information on the list. You can also check out the updated list here to see how the 2001 Class is changing over the past few years. If you have any questions about the update, please contact us by clicking the link below and we can assist you. Thanks again! - The Class of 2001 is now complete!\\n\\n\\nIf you have any additional questions, please contact us. The 2001 Class of 2001 is now complete!\\n\\nPlease note that all of the information included in this page may change as time progresses, but the 2001 Class List can be found here.\\n\\n\\nThe class of 2001 has been updated to include the names of all 2001 graduates that were not',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.304512023925781,\n", " 'text': \".\\n\\nPicking up right where I left off, with the exception of the first few chapters, this is an epic crime thriller, and it doesn't get more epic than it is.\\n\\nFirst, we get a detailed description of the story, which is what we expect from a crime novel. As such, I can't help but feel like I've already read all the books in the series (which I'm sure I will), but this is by far and away my favorite so far.\\n\\nThe second half of the book is a bit confusing, as I'm not sure exactly what I'm reading, but there are a couple of points that stand out.\\n\\nFirstly, there's a scene where we get a glimpse at how people are treated in London. I'm not\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.502339839935303,\n", " 'text': \" culture. CECUPS's research focuses on the cultural and political dimensions of social change and the impact of cultural and political processes on the functioning of society. The Center is funded by National Institute of Standards and Technology grants from the National Science Foundation, the Department of Energy Office of Scientific Research Grants, and various grants from the Department of Energy Office of Science, the U.S. Department of Education, and various U.S. government agencies through grants from the National Institute of Health, National Science Foundation and the Department of Energy. CECUPS's work is open to all students, scholars and the general public.\\n\\nThe Center for Research on Media, Religion, and Public Policy (CREP) at the University of Maryland, College Park (UMCP) is an international research organization dedicated\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.791423320770264,\n", " 'text': \".\\n\\nWe have also had great weather in Victoria this year, although we were able to make it out to the Goldfields this week, but it wasn't as nice as we'd hoped. We still managed to make it out to some of the most beautiful places in Australia, but the weather conditions weren't what we'd hoped for!\\n\\nWith the weather continuing to get better, we are confident we will be ready for the trip to India in the Spring.\\n\\nThe weather has not been too bad for us this year so far, although we have not had as much sunshine this year, so it has been hard to keep warm. It has been great to have the chance to spend time with friends, but it has been very difficult to spend time with everyone, especially our dogs.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.7443647384643555,\n", " 'text': \"'s offense has been playing at an above average level over the last few weeks and should be able to maintain that pace in the second half. The Cougars have been playing at a higher tempo in recent weeks, so if they can keep up that level of play, they'll have plenty of opportunities to win this game.\\xa0\\nThe Aggies have been playing at an elite level in their last few games. The last two weeks have been their most consistent of the season.\\xa0\\nThe game will start at 8:30 on ESPN2 and be televised on ESPNU. You can catch it live on your computer or mobile devices here. You can also follow the game live on Twitter at @TCUFootball and on Facebook by clicking here\\nIf you missed the game yesterday, here are some highlights:\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.007913112640381,\n", " 'text': \"?\\n\\nIf you don't know what it is then you don't have it, you don't know it, you don't know how it works, and you probably aren't going to be able to get it anyway. You don't have it in you. You don't know it either. You don't even know if you have it. You don't even know if you have any control over it.\\n\\nIf you don't have any control over it you can't get it. It's in you.\\n\\nIf you don't control it you can't get it and you don't know whether or not you have control. You don't know if you have control and you don't know if you can control.\\n\\nIf you don't know if you have control,\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.933582782745361,\n", " 'text': \" are not enough to keep you smiling and healthy, make sure you take in a healthy dose of vitamin C.\\n\\n3. Don't Forget to Take Supplements\\n\\nSupplements are a must for all of us to maintain a healthy and happy body. However, they can also be a great way for you to get the most out of your workout. In addition, these supplements will help you stay in shape and boost your energy levels. They can also help to keep you feeling energized and strong.\\n\\n4. Don't Be Afraid of the Ice\\n\\nIce is a great tool to get you in the zone. It can also be a great way to keep you feeling energized and ready to go. It's great for people who are looking to lose weight or for people who\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.837978839874268,\n", " 'text': \" buyers, buyers, buyers!\\nI'm pretty sure that most people reading this will have no idea what the hell I am talking about. I'm also pretty sure most people will think I'm making this up to make myself look cool, or at least make them laugh. If you're reading this, I hope you don't think I'm making these up to make yourself look good. I am not making these up, I am writing this from the perspective of a real estate agent, and that's why I'm going on about it so loudly. If you're not familiar with real estate, I hope you can understand why it's so important to educate yourself about it, and how to use it to your advantage. I'm not going to try to explain everything here, but I'm going to\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.00325345993042,\n", " 'text': 'ishment. The company has been providing bespoke façades for over 30 years and has over 2,000 façades to choose from. Our façade glazings range in size, materials and finishes and can be custom tailored to suit your individual needs. Our glazings can also be used as part of a bespoke finish for a wide range of buildings.\\n\\nContact Us\\n\\nFor more information on what to look for in a façade or glazing, please contact us using our contact us page.\\n\\nWe look forward to seeing you soon!\\n\\nContact Us\\n\\nYou may also find us at:\\n\\nPlease note that our website is currently undergoing a major upgrade. This means that the façades and glazings on our site may not',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 8.345020294189453,\n", " 'text': ' Greater Manchester, said: \"I\\'m sorry, but we\\'re going to be unable to provide a full and accurate account of the circumstances surrounding this tragedy because of a variety of reasons, including that we are still dealing with the impact of the incident.\\n\\n\"This morning, at the Shoreditch Town Hall, there was an announcement that there was to be a public inquiry into this tragedy.\\n\\n\"At that time we also announced that we would be setting up an Independent Commission Against Corruption (ICAC) to investigate what happened at the incident.\\n\\n\"At this stage, we have no idea how this tragic event will unfold or what will happen to those involved.\"\\n\\nDr. Peter Macdonald, M.P., chief medical officer of the Metropolitan Police service (MPPS)',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.503035068511963,\n", " 'text': \" I've updated the code to work with rss, so you don't have to install anything else. I've also added support for the new rss feed. I've also updated the code to be more clean and maintainable, so if something goes wrong you won't have to install anything else on top of the one I'm currently working on. I hope you'll enjoy it, and please leave a comment if I missed anything!\\n\\n\\n1.0.2\\n\\n- Fixed a few minor problems\\n\\n- Added feed\\n\\n1.0.1\\n\\n- Added a few new features to make it work with rss\\n\\n1.0.0\\n\\n- First public release\\n\\n- First public release is here! It's just the first version, but you\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.2078142166137695,\n", " 'text': \"to-day stresses and worries of life. But what about the dogs who don't want to do that? What about those who would rather spend their free time playing, exploring, and bonding with their owners?\\n\\nDogs can be a great companion for people of all ages! Whether you are just starting out in the life of a canine, are a seasoned dog owner looking for a companion, or have a family member with a canine, we can help you find the best companion for your needs. Whether you're a beginner, a seasoned vet, or simply looking for a companion that will make your life much easier when it comes to bringing your pet to work, play, and socializing, let us help get you started on your journey of love and adventure with your dog.\\n\\nContact Us\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.675786018371582,\n", " 'text': '.\\n\\nUAS (Unmanned Aircraft System) is a term used in this report to refer to an unmanned aircraft, or unmanned aerial vehicle, that has the capability to perform a wide range of missions that are not limited to fixed-wing, helicopter, and fixed-wing aircraft. For example, UAS can carry a wide variety of payloads that are not possible for a fixed-wing aircraft; UAS is also used as a term to refer to unmanned aircraft systems that can perform a variety of other tasks.\\n\\nUAS (Unmanned Aircraft System) is a term that encompasses a variety of unmanned aerial systems. UAS is a term that includes unmanned aircraft systems that can perform an array of functions, such as the following:\\n\\nUnmanned Aircraft System (U',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.820895195007324,\n", " 'text': ' in the field of marketing and business development, and get access to exclusive marketing and business development opportunities.\\nLearn how to create and execute a marketing strategy that makes a real impact on the future of your business.\\nGet to know your customers and gain insights into how they interact with your products.\\nLearn from industry professionals in business development, marketing and product development.\\nThis course is designed to help you:\\nLearn how to create a business plan that will grow your company and your brand.\\nBuild a team of experts who will help you execute your business plan.\\nLearn to communicate effectively in an informal setting.\\nMeet and connect with potential clients.\\nGet access to a wealth of exclusive resources that will help you grow your business.\\nLearn how to create and manage an online presence.\\n',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.514713764190674,\n", " 'text': ' in Film and Television from the University of Chicago and an M.A. in Film and Television Production from New York University\\'s Graduate School of Media and Theatre Arts. At the University of Chicago, she has been a professor of Film and Television Production for more than 20 years. She received her Master of Fine Arts in Film at the University of Chicago\\'s Department of Film.\\n\\nJeanne is also a writer, producer, and director. She won an Emmy in 2010 for her writing and directing on the hit television series \"Empire.\" She has been nominated for an Emmy three times: for her writing on \"Empire,\" which won in 2011; for her directing of \"Empire\" and \"The Shield,\" which won in 2014; and for her writing on \"Glee,\" which won for',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.746065616607666,\n", " 'text': \" opportunity to try out a number of homemade macaroni and cheese recipes when I was little.\\n\\nI am a huge fan of homemade macaroni and cheese and the recipes in this post are perfect for those who do not have the time to make all the steps of the recipe but want to try something new and try it out. I am sure you'll love them!\\n\\nWhat you'll need for this Mac and Cheese Recipe\\n\\n1 (15-ounce) can whole milk\\n\\n¼ teaspoon salt (you can substitute regular table salt if you prefer)\\n\\n2 tablespoons butter, at room temperature\\n\\n4 large eggs\\n\\n2 tablespoons Parmesan Cheese\\n\\n¾ cup grated zucchini or other leafy green vegetables (preferably zucchini noodles\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.144233703613281,\n", " 'text': \" to dinner with a friend. Didn't know what to think of the place. Didn't have any idea how much it cost. Didn't know what to expect. Got to the restaurant and ordered the steak tartare and the seafood tartare and the fish and chips. I ordered the shrimp tartare. The shrimp tartare tasted like it came out of a plastic bag. It tasted like plastic bag. The fish and chips were bland and boring. My friend got a hamburger. The hamburger wasn't good. The burger tasted like a hamburger that had been ground into a hamburger bun. My friend's burger tasted like it had been ground into hamburger. The burger tasted like it had been ground into a burger. My friend got a salad. My salad tasted like it had been ground\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.685115814208984,\n", " 'text': ' Cook for another minute or until the mixture is thoroughly coated in flour mixture. Add onion and celery to the skillet and cook until onion is tender, stirring occasionally to loosen any browned spots. Add tomato paste, salt, pepper and olive oil and cook for a minute or until the mixture begins to thicken. Add remaining ingredients and simmer covered, stirring occasionally, for about 15 minutes. Stir in wine, if using. Stir in chicken and stir in remaining sauce until well combined. Spoon into bowls and top with cheese and fresh parsley. Enjoy! Notes You can also prepare the sauce the night before. Add the remaining sauce to a large saucepan, pour the sauce over chicken and onions, and bring to a boil, stirring frequently. Reduce the heat to medium and simmer uncovered, stirring occasionally,',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 8.410356521606445,\n", " 'text': \".\\n\\nWe were in the middle of a trip to the East Coast when I got the idea for this story and decided to share it with you guys. I'd love to hear what you think, so feel free to send me a message below or on Twitter. Be sure to tag us @TheBeerAbbey so I can follow up with you guys when I have a chance. I hope you enjoy the photos as much as I enjoyed photographing.\\n\\nThe Bier\\n\\nThis beer is named for the small town of Bier, Wisconsin, which sits on the eastern edge of Madison County. It's home to a thriving small-batch distillery that makes some of Milwaukee's finest beers, including a few of our favorites. The Bier Abbey is home to a few of the\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.196860313415527,\n", " 'text': \" of the Athlone community. The event is free to the public, so if you want to get involved, join us.\\n\\nThe show will start at 7:30pm, and will be broadcast on this website. There will be a live audio feed on the site, which will be available for download after the show. You can also find the live feed here.\\n\\nThere will be lots of information about the event on this website. If you're interested in joining the Athlone Community Radio, here are links to some information about joining us and how to become an Athlone Community Radio volunteer.\\n\\nFor more details about the event you can visit the Golden Island Shopping Centre event page. The event will be broadcast on the website, so if you're interested in joining us\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 9.113716125488281,\n", " 'text': ' place until further notice.\\n\\n\\nIt said:\\n\\n\\n\"Due to technical issues at Rough, we have suspended all operations at Rough until further notice. This means we are unable to meet our targets for supplies.\\n\\n\\nWe will update you as soon as we have information to share.\"\\n\\n\\nCentrica Storage Ltd said:\\n\\n\"We apologise to customers and our suppliers for this delay. We have been working very closely with suppliers to address this issue and are confident of a smooth and safe delivery of our customers\\' orders.\"\\n\\n\\nThe company said it is working with its supplier Rough, UK\\'s largest storage facility, and its customers.\\n\\nSource:\\n\\nwww.cassos.co.uk\\n\\nShare This:\\n\\n\\nTags: Centrica storage, Centrica Storage',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 2656.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 8.194243431091309,\n", " 'text': \" back! We're back again this year with some awesome prizes and a great deal on our new t-shirts! The best part is that you can use these coupons to get these great shirts! If you don't already have them, you'll have to buy them from us to get these awesome prizes! This is a great way to spend some cash and get a great deal! You'll also get a free shirt to wear with your purchase!\\nDisturbia Clothing has been in business since 2008 and has been featured in hundreds of magazines and newspapers around the world. We are proud to announce that our second year of business is now in full swing and we are excited to give you all a sneak peek of what's coming up next. We'll be giving away a couple of free shirts to one lucky\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.770042896270752,\n", " 'text': \" roofer can provide you with the roofing you need, and that is exactly what you are looking for when it comes time to choose a roofing contractor in Hearne, Texas. You can find a great selection of roofing contractors in Texas at our Texas roofing contractors page, and we are sure you are going to love your decision when it comes to your new roofing needs. When choosing a roofing contractor for your new home in Texas, you are sure to find the roofing services you need, and you can be sure that you are going to have the roofing that will last you for quite some time. The roofing contractors in Hearne, Texas have been around for a while now, and you will find a great selection of roofing services for your home and your home's\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.3555989265441895,\n", " 'text': ' condemning terror attacks in Brussels, Paris, and Ankara.\\nThe U.N. Security Council has called on all parties in the Syrian conflict, including ISIL and Al-Nusra Front, and all other parties, to respect the territorial integrity of the Syrian state and refrain from carrying out any acts that could escalate tensions in the region. The Council also called for an immediate ceasefire in Syria. The Security Council has also expressed concern over reports of an increase in ceasefire violations by all parties to the conflict in recent days.\\nThe UN has called on all parties in the Syrian conflict to refrain from carrying out any acts that could further destabilize the situation, including the use of chemical weapons against the Syrian people, and to abide by their obligations under the Convention against the Development and Use of Chemical Weapons (CDU/',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.3186821937561035,\n", " 'text': ' New York City. The Portal is designed to connect users with information about New York\\'s most popular landmarks, as well as information about nearby attractions like the Statue of Liberty.\\n\\nThe portal is a part of the company\\'s ongoing effort to bring the world\\'s most exciting and interactive cities to mobile devices. The portal will be available for iOS, OS X, tvOS, and watchOS 4.\\n\\n\"This is an incredible opportunity to bring the world\\'s most exciting cities to the mobile web,\" said Michael Belsky, CEO and cofounder, 8i. \"It gives us an opportunity to showcase New York\\'s most iconic locations in a way that is simple and fun to use. It also provides a unique way for visitors and locals alike to discover the city\\'s most exciting places.\"\\n',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.979342937469482,\n", " 'text': ' in 2015.\\n\\nAccording to a report from research group IDC, mobile banking has been a driver of the growth of online banking. The report said that, in the first quarter of 2017, mobile payments grew by 39% compared with the same period in 2016, adding that the number of users using a mobile app to open a bank account grew at the same pace. The growth was driven primarily by mobile payment apps, which have grown by 49% in the past five years. The report also said that mobile payment apps are the fastest-growing segment of the mobile banking industry, with mobile payments growing by 29% in the first quarter of 2017, up from 15% during the same period in 2016.\\n\\nThe report added that mobile payments in the United States grew at a CAGR (',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.519045829772949,\n", " 'text': ' we are living longer than we used to. The Review of Population Studies, (2017). DOI: 10.1017/S0007116817003401\\n\\nRosenbaum, S. R. 2017. The rise of inequality: A case study of the rise of the super-wealthy in the United States. International Journal of Public Economics, doi: 10.1186/s12945-017-0054-7\\n\\nRosenfeld, M. M. & Saez, E. 2016. The income distribution in Europe and its relation to income inequality. European Economic Review, doi: 10.1007/s10551-016-0157-6.\\n\\nRosenbaum, S. & Saez, E. 2016. The distribution of',\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.11147928237915,\n", " 'text': \" recipe book I bought years ago, and it's the best I've ever made. I've been thinking about this recipe so much lately - I'm so thankful I made it, and I'm glad I did, because it was so much fun.\\n\\nI think the best part about this beefburgers is how simple they are, and how they are so delicious. It's easy to make, and I think it's great to share. If you make this recipe, share it with your family, so they'll know it's delicious too! I've made these beefburgers a couple times now, and they're always a crowd pleaser. They're also great to make ahead of time.\\n\\nIngredients\\n\\n1 pound ground chuck\\n\\n1 tablespoon ground cumin\\n\\n1\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.374743938446045,\n", " 'text': \" that we will be coming back in March. I don't want to be stuck in Perth for three months, so I am going to take my son there. I don't want him to have to drive for three months.\\n\\nWe decided to drive from Perth to Adelaide because we thought that it might be cheaper to drive from Perth to Adelaide than it is to drive to Adelaide and back. We were very happy with that decision, but we are going to drive from Adelaide to Perth. It's not ideal, but it's better than having to drive to Darwin.\\n\\nWhen we arrived at Darwin, we had a couple of days to go to the beach and have a look around. The beach here is really pretty. It's quite a nice place to look at and it's a good place\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.564342975616455,\n", " 'text': 'isture\\n1/2 cup coconut oil (I used almond oil)\\n1/2 cup water\\nIn a small bowl, combine the coconut oil with 1/2 teaspoon baking soda and mix well. In a small mixing bowl, beat the eggs and 1/4 cup water together. Add the flour mixture and mix for 1-2 minutes, until the dry ingredients are combined. Then add in 1/4 cup coconut milk and mix well.\\nIn another small mixing bowl combine the baking soda and the coconut flour. Add the dry mixture and mix until combined, about 10-12 seconds.\\nAdd the dry ingredients to the wet mixture, using your fingers to combine the dry and wet together.\\xa0\\nDivide the dry ingredients into 6 equal portions and fold them into the wet mixture.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 8.367890357971191,\n", " 'text': ' City. The company has said it wants to expand to more than 1,100 employees in the area. The company has said it would like to open a second facility in the state by 2018.\\n\\nAlderman Joe Kelly, who has pushed for Amazon to locate its headquarters in Arlington for more than a year, told the board that he would vote in favor of granting Amazon a 10-year lease at the Crystal City site. The company currently leases the property for its headquarters, which is located outside of Arlington, but Kelly said that Amazon is willing to negotiate with the Arlington County board to lease that space to the company. Kelly, whose district includes the site, has long pushed for Amazon to locate in the county, saying that the company wants to be near residents who can afford to buy a home',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.4704060554504395,\n", " 'text': \" Ricketts.\\n\\nPlease contact us if you have any further questions regarding our services.\\n\\n\\nPlease Note: Dr. Ricketts is not affiliated in any way with the University of Colorado Medical Center. Dr. Ricketts and Dr. Ricketts' family, friends and family members have no relationship with or any relationship to the University of Colorado School of Medicine or Denver Health.\\n\\nContact Us:\\n\\nPhone: 303.639.3431\\n\\nToll-free: 1-877.638.6837\\n\\nEmail: info@drsickettsmedicine.com\\n\\nWebsite: www.drsickettsmedicine.com\\n\\nMedical Records:\\n\\nDr. Ricketts' medical record can be viewed here:\\n\\nMedical Records\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.9914140701293945,\n", " 'text': 'highway)/28(truck) MPG\\n\\n2018 Toyota Tacoma 3.0L V6\\n\\n2018 Toyota Tacoma 2.8i\\n\\n2017 Toyota Corolla 4dr Crossover, AWD, 2.0L V6\\n\\n2017 Toyota Highlander 3.0L V6 Crossover, 2.3L EcoBoost, 20/27/29/33/36/39/42/45 MPG (Regular/Eco)\\n\\n2017 Toyota Highlander 3.0L V6 Crossover V6, AWD, 2.2L EcoBoost V6\\n\\n2018 Volkswagen Golf R\\n\\n2017 Volkswagen Jetta 2.0L EcoBoost, 20/28/32/35/40/44/48/50/53/56/60 MPG (',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.378815650939941,\n", " 'text': \" would have a little bit of sparkle. I don't know, maybe it would make my day! It's a shame that I can't afford to buy them in bulk, but I'm sure they'd make a lovely addition to my collection!\\n\\nI was so excited for this gift! My gifter sent a box of a few different shades that I've been wanting for a while.\\n\\nI'm very happy to have this gift! Thank you so very, very much.\\n\\nI can't wait until I can try them all!\\n\\n♥\\n\\nxoxo ♥ xoxo\\n\\nI'm off to try out all the shades that I got from this exchange. I can't wait to see what they all look like. I can't wait for you\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.908033847808838,\n", " 'text': \" time you've put in.\\n\\nI'm sorry I'm not going to be around very long. I've got work to do, and I'll be off soon, but I'll be back in a bit. If you're willing to do something, I'd be happy to try and help out.\\n\\nThanks again for the help. I'll keep you posted as soon as I hear anything. I'll see you all in a bit.\\n\\nBest Regards\\n\\nReece\\n\\nI'm sorry I'm not around very long. I've got some work to do, so if you'd like to take a look at my work, I'll do that, too. Thank you very much, and good luck to you all.\\n\\nI'm sorry to hear that\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 5.549001216888428,\n", " 'text': \" where you need to figure out how to keep them happy. How do you make sure your kids are reading?\\n\\nYou need to keep them reading. That's the key to making sure your kids are reading well. If you're not in the habit of making sure your kids are in the habit of reading well, then they won't do well in school. If you're not making sure that your children are getting the information that's important to them that they need in a well structured and structured way, then they won't have good reading habits. If you're not making sure your kids are getting information that's relevant to what they are doing in school, then they won't have good reading habits.\\n\\nThat's why I believe that kids need an editor, and it's not just about\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.389415740966797,\n", " 'text': \"la would like nothing more than to erase from memory.\\n\\nAnd yet, it's still there, in the corners of her mind, in her heart, in her mind, and it's still there for her grandson.\\n\\nHe's just as much of a son as he was when he was little. He's a son who loves and cherishes his mother, and he loves his mother more than he knows what to say about her. He's still a son, a son who wants to go to school with her, and he knows he's got a lot more to offer than what he's given to her so far in life.\\n\\nHe's a son who wants to serve in the military, and if he gets a chance to, he's determined to serve his country.\\n\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.3959197998046875,\n", " 'text': \" on one service, this is the spot to go.\\n\\nMy favorite Portuguese food restaurant in the world.\\n\\nMy favorite place to eat in town, if you want authentic Portuguese dishes.\\n\\nMy favorite Portuguese restaurant in all of China.\\n\\nThe best Portuguese food in town.\\n\\nI've been coming here for years, it's the best.\\n\\nIf you're in Macau you should go.\\n\\nMy favorite Portuguese restaurant in town!\\n\\nI love this spot.\\n\\nI love the atmosphere, and the food. The food is always amazing.\\n\\nThis is one of my favorite restaurants to eat. I've been going here for more than 20 years!\\n\\nThe best Portuguese food in Macau! The staff is always friendly and helpful.\\n\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.495871067047119,\n", " 'text': 'ang, and is one of the most beautiful towers in Selangor in terms of appearance.\\n\\n\\nThe Sari tower is surrounded by lush green grasslands. It has a view of Dataran River and the city of Melaka.\\n\\n\\nThe tower overlooks the Selangor River, which flows down to the sea. It also overlooks the city of Melaka, where the Selangor National Park is located.\\n\\n\\nThis is the most beautiful place in Kalimantan, so it is not unusual for visitors to choose this place as their destination for the night. It also provides the best view of Melaka from the Tower.\\n\\nMelaka Tower\\n\\nThe Tower has a spectacular view of Selangor National Park, the city of Melaka, and the',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 4.441252708435059,\n", " 'text': ' you might want to have.\"\\n\\n\"You\\'re going to be able to understand what I am trying to do, what I am thinking about doing, how I\\'m thinking about it. You are going to be able to understand exactly what I am doing, and you\\'re going to want to help me do it.\"\\n\\n\"You\\'re going to want to be there to help me do it.\"\\n\\n\"You\\'re going to be able to understand how I\\'m thinking about it, so you\\'re going to want to help me think about it.\"\\n\\n\"…You\\'ll be able to take these things further.\"\\n\\n\"You\\'re going to be able to take them even further into your life, and then you\\'re going to be able to take these things further into my life.\"\\n',\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.39469051361084,\n", " 'text': '\\nhttp://www.McGloneLaw.com Click here to visit McGlone Law\\'s website: www.McGloneLaw.com\\n\\nThe following is an excerpt from \"The Best Way to Get Help for DWI and Motor Vehicle Liability Liability\"\\n\\nThis article was first published in the October, 2007 edition of \"Law360\"\\n\\nA few years ago, a young woman in her 20\\'s was driving her mother\\'s car when it suddenly stopped suddenly and she couldn\\'t get out.\\n\\nHer driver\\'s license had been revoked, and she had a history of DWI and motor vehicle liability lawsuits against her employer.\\n\\nShe asked for a ride home with a friend and was given one by a friend, but the friend was too intoxicated to ride with',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 10.002143859863281,\n", " 'text': ' their lives.\"\\n\\nTo read the full article, please visit: http://bit.ly/2l5NxkC\\n\\nFor the latest news and updates, follow @CNBCHealth on Twitter and Instagram and like CNBC Health on Facebook and Twitter. Follow us @CNBChealth on Pinterest and Instagram and like us on Facebook for the latest from CNBC Health.\\n\\nCNBC Health:\\n\\nAbout CNBC Health: CNBC Health is CNBC\\'s business-focused news and information platform. The company provides news and analysis to more than 5.5 million people every day. CNBC Health also provides digital and social media platforms for CNBC, its properties and subsidiaries, and its affiliates. To read CNBC Health\\'s coverage, visit ccnbchealth.com and follow us on Twitter, Instagram and',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.370782852172852,\n", " 'text': \" week that you don't have to worry about what to do in the evening.\\nIt takes about an hour to build a house, and an hour per week to build a car. That's less than half the time it takes you to do the same work at a job you hate.\\nIf you're going to work at a job where you have a lot of stress, it's going to be hard to spend more than half of your time working on something that you hate. That's because most of the work is boring. It's not going to make you happy, and it probably won't lead to any great results. That's why you should avoid working at a job that's too boring.\\nThat's why most people who work in a job that is too boring will find that they\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.67680549621582,\n", " 'text': \" Group to a group of investors led by Hong Kong-based investment firm China Global Capital Corporation.\\n\\n\\nThe deal is expected to bring Chinese investment to about $3 billion, including about $1.5 billion from China Unicom, the country's largest telecom operator, and another $500 million in debt.\\n\\n\\nChinese media reports said that the deal would be completed by late March. The ADAST Group will continue to operate in Singapore.\\n\\n\\nADAST Group, based in Singapore, operates a variety of telecoms and Internet-based services in the country, according to its Web site. It also owns a number of other telecoms and Internet-based businesses in Singapore, according to its Web site. It is not yet clear how much of the deal ADAST Group will own in Singapore.\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 7.108516693115234,\n", " 'text': 'opy. This new technology can also be used to reduce the power needed for medical imaging such as CT scans.\\n\\nAs this new technology is designed to take advantage of the natural light spectrum of the human skin, it does not require artificial light source. It is designed to be the light source for the eye and brain to use. It can be used to provide a high-intensity light that is a perfect match for patients.\\n\\nThis is a very exciting development in the development of low-cost and high-efficiency medical imaging technology. This technology can be used for a wide variety of medical conditions.\\n\\nThis is not the first time that researchers have developed a technology that is designed to reduce the need for expensive medical technology. In the past, researchers have developed a technology that can reduce the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 4.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 0, 'deltas': 3},\n", " 'perplexity': 6.41998815536499,\n", " 'text': 'oyd died Sept. 30, 1960 at her home. She is survived by a daughter, Dorothy R. Loyd; four grandchildren; five brothers; a sister; a cousin; five nieces and a nephews. She is survived by two brothers, Harold H. and John W., and one brother-in-law, James Loyd. The Loyd family will be in attendance at 9:30 a.m. Saturday at Our Lady of the Lake Catholic Church, 1534 South Grand Avenue in St. Louis to pay their respects to Margaret and her family. The funeral Mass will be held at 7 p.m. Sunday at St. John the Baptist Church, 1001 E. Main St., St. Louis at 11:00 a.m. The family will also be at',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 37158.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.822086811065674,\n", " 'text': \" love this beginner BBQ class that will give you the basics of BBQ cooking. Learn how to make the best BBQ meatballs, BBQ ribs, ribs, briskets and all types of BBQ recipes. We'll teach you to make the most popular BBQ sauces, including BBQ sauce, BBQ BBQ Sauce, BBQ sauce and more. We will also give you all the recipes to make the most popular recipes in the world. This class will help you become a great BBQ chef. This class will give you the knowledge you need to become the next great barbecue chef in Missoula. We will give you hands on instruction to make all of the BBQ recipes you need to become a great barbecue cook. We will give you hands on instruction on how to make the best BBQ meatballs, pork ribs, ribs, brisket\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 8.952323913574219,\n", " 'text': '\\nTo view the list, click here:\\n\\nhttp://www.macbook-airsoft.com/forum/viewtopic.php/6765-Macintosh-iMac-7-5-5-3-3.34/page/3\\n\\n\\nTo view the original post in its original form, visit the following site:\\n\\n\\nMac OS X Lion FAQ\\n\\n\\nhttp://macosxlion.info\\n\\n\\nTo post a comment, send us a mail at\\n\\n\\nCopyright © 1996-2012, Mac-Tech.com All rights reserved.\\n\\n\\nAll Mac-tech.com articles are protected by copyright. If you would like to copy any portion of this article, send us a mail, or post it on your website, contact us at\\n\\n\\n',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 3.125514507293701,\n", " 'text': '.\\n\\nModel is 6 feet 6 inches tall with a 35 inch chest.\\n\\nModel wears size Small. Model is 6 feet 6 inches tall with a 35 inch chest.Model is wearing a size Medium.\\n\\nModel is 6 feet 7 inches tall with a 35 inch chest and wears glasses. Model is 6 feet 5 inches tall with a 36 inch chest.\\n\\nModel is wearing a size Small\\n\\nModel is 6 foot 8 inches tall and wears a 34 inch waist\\n\\nModel is 5 feet 10 inches tall. Model is 5 feet 7 inches tall.Model is wearing a size Small.Model is 6 feet 6 inches tall with a 35 inch chest.Model is 6 feet 6 inches height with a 36 inch chest.Model is wearing a size Medium.Model is 6 foot 7 inches',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.430148601531982,\n", " 'text': \" 2014, and went on to grow to over 50 comments per day by the time this post was published. It's worth mentioning that it's not an exhaustive list of backlinks: it's a collection of links that are interesting to the SEO community.\\nSo, how many links per day?\\nI'm not going to go over how many links to a new site should be, but I will talk about the number of backlinks a site can get from a single page (or blog post). I'll talk about the number of backlinks a site can get per month (or year, or decade), and I will talk about the average number of backlinks per day for a site over a 20-year period. I'm not going to go into the details, but I'll tell you what\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.822174072265625,\n", " 'text': \" and air conditioning, a new library, new science labs, a new sports facility, and more.\\n\\nIn addition, the school board will host an event at the school to discuss how to improve school safety and security for students and families in the district. The event will be held Wednesday, Aug. 12, at 8:30 am at Denver Public Library, 100 N. Broadway Ave., Denver, Colo. This event is open to parents, teachers, students and staff. The event will be led by Denver Public Schools Director of Safety and Community Safety and will also include the board of education's Safety and Security team.\\n\\nFor more details, visit: www.dol.gov/school-safety\\n\\nFor more information, please visit www.denver.gov/schools/\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 8.475489616394043,\n", " 'text': ' and timetables\\n\\nPasipur-Sikkim Railway Ltd.\\n\\nPasipur to Bikaner\\n\\nBengal to Surat\\n\\nBengal-Madhya Pradesh Railway Ltd (BMTR)\\n\\nBengal to Assam (Maharashtra) via Assam\\n\\nBENGAL to Bihar via Assam (Gujarat, Jammu & Kashmir, Rajasthan) via Assam, Madhya Pradesh, Uttar Pradesh and Uttarakhand\\n\\nSikkim Railway (SRI) to Mumbai\\n\\nSRI to Kolkata via Assam\\n\\nSri to Kolkata via Bihar (Jammu & Kashmir) via Bihar, Uttar Pradesh and West Bengal (Uttar Pradesh, Punjab, Madhya Pradesh',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.28977108001709,\n", " 'text': \" of the show and I had to skip it. It's one of the best shows I've ever seen, the Wire.\\nAnd now I'm here. I want to talk to you guys about this series.\\nFirst, let's start off by talking about the characters.\\nI don't think I've ever seen a show like this before, where the main characters are so complex.\\nIn fact, I didn't even know who the main characters were until this past season. But that's the point. I don't want to go into too many spoilers, but I want to point out that the characters of the show are complex.\\nI don't think I'm the first person to say this, but I'm not a big fan of complex characters. I think they are boring.\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.134720802307129,\n", " 'text': \" of rules than the rest?\\nOr is it because they don't have to live up to their own set of values?\\nAnd who decides which rules to follow?\\nI think the rich don't have to live by the rules because they know the rules. The poor know the rules because they are living by the same rules. The rich can afford to live by the rules because their wealth and power make them entitled to the same rules as anyone else.\\nI think it's the other way around.\\nI think the poor live by different rules because they don't know how to live by their own rules.\\nAnd the rich get richer and the poor get poorer because of the rules that govern their lives and those rules.\\nAnd I think it's because the rules that govern them are different\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.305243968963623,\n", " 'text': ' Each box contains 90 contact lenses. The price is $8.95 each. These lenses are made from medical grade glass and can be used with any prescription prescription. The lenses will not budge. They do not break, scratch, or peel.\\n\\nFor a limited time only, we are also offering the Hydron Contact Lenses for $9.95 each. Buy one box of 100 lenses and you will get 100 lenses for just $8.95. The lenses will not budge, but they will not peel. The lenses do not break, but they will not peel. These lenses are made of medical grade glass that can not break or peel. You will not be forced to buy new lenses if you have already bought one lens.\\n\\nThese lenses will not budge, scratch',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.864928722381592,\n", " 'text': ' judge ruled that the deal breached antitrust laws and could have affected the company\\'s bottom line.\\n\\nShares in US Food fell 3.8 percent in after-hours trading on Monday, and US Foods fell 6 percent.\\n\\nThe Federal Trade Commission, which is overseeing US Foods\\' proposed $8.9 billion takeover, is scheduled to rule on the deal on Tuesday. US Foods is one of several food companies that have been sued in recent months over alleged market manipulation.\\n\\n\"US Foods is disappointed and disappointed that today\\'s announcement will not resolve the dispute between the two companies and that the Federal Trade Commission is proceeding with its proceedings,\" US Foods said in a statement, adding that its board would meet next week to discuss its options.\\n\\nShares in US Foods also fell on the news.',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 8.305706977844238,\n", " 'text': ' of the Earth is an independent music and film festival taking place in the heart of Toronto, Ontario. We are excited to announce that we have secured an exciting lineup of bands and artists for our upcoming festival.\\nEdges of the Earth will be held on Saturday, April 22nd, 2017.\\nThe festival will feature over 35 bands, including:\\n- The Black Lips\\n- FUTURE FIDELITIES -\\n- The Mountain Goats\\n- Puscifer\\n- The Killers\\n- KISS\\n- The War On Drugs\\n- The Cure\\n- Thee Oh Sees -\\nWe will also be hosting a variety of music and film performances throughout the day.\\nWe will also be hosting a number of performances throughout the festival weekend, including a special performance by',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.9327168464660645,\n", " 'text': \" to see Him as He talks to you. You'll learn more about God as you hear Him and He will teach more about you and what you can do to become the best person that you can be. We're going to be speaking with God about hearing and hearing about Him.\\n\\nThis is an opportunity for you to hear from GOD about hearing and about hearing.\\n\\nWe'll be talking about how to listen to God as He talks to YOU and how to listen to God to hear and hear about hearing and hearing about hearing and listening and listening.\\n\\nWe'll also be talking about what hearing means to YOU and what you can do about it and how you can do something about it. We'll also be discussing what hearing means for YOU and what hearing means to God and what it means\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.561906337738037,\n", " 'text': ' Role in Monetary Policy.\"\\nhttp://cbsnews.com/2015/08/12/feds-reform-will-be-necessary-to-improve-economic-reform/\\nhttp://www.nytimes.co.uk/2012/06/14/business/14economics/14theft-and-the-new-federal-reserve.html?_r=0&emc=nyt&ml=en&ob=1\\nhttp://washington.blogs.nytimes.com/2013/03/23/economist-who-sought-exit-from-dollar-denominated-system-told-us-to.html\\nhttp://www.theguardian.com/economists/2013',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.840285301208496,\n", " 'text': ' it has already been registered.\\n\\nI was informed by my registrar I will need to register the new website with the US Patent and Trademark office. I do not have a domain name. What is the best way I can contact the US Patent and Trademark office regarding this matter?\\n\\nI am not sure where to begin with this. I am not a lawyer. I do not know how to contact the patent office. What do you suggest I do?\\n\\nI have not received a response. How can I contact the patent office regarding this matter? I think I need to contact the USPTO to ask for information.\\n\\nIs there any way for someone to contact you?\\n\\nI have yet to receive a reply. I have not received a reply from my regist',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.078116416931152,\n", " 'text': \" are among India's best and offer a unique environment where you can enjoy an unforgettable experience. Your stay will not be short and will include breakfast, lunch, dinner, entertainment, spa treatments, entertainment and more.\\n\\n\\nYou will also have the opportunity to take advantage of some of the most popular attractions in India such as the National Museum of Modern Art, National Library, the National Library of New Delhi, National Museum of History and Art, the Taj Mahal Museum, and the National Museum of Natural History and Science. All of these will be available to visit when you arrive at the resort.\\n\\nYou will also have access to a wide variety of entertainment and activities at the resort. You will also have the chance to meet some of the world's top entertainers including Bollywood stars, actors,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.667698383331299,\n", " 'text': ', it\\'s something that I\\'ve done, but I\\'ve never been able to really get away with. I\\'ve never been able to have him say it out loud.\"\\n\\nI was surprised when I heard that. He doesn\\'t have to say anything at all. It\\'s something that I\\'ve always tried to do. I\\'m just not sure I can get away with it at the moment.\\n\\nI\\'m not the only parent in the world who has a story like this. There are many, many parents in America who have stories like mine.\\n\\nNow, I\\'m not saying that there aren\\'t any other parents out there who might want to tell a similar story. I\\'m just saying, I think there are so many other stories out there, so it\\'s really hard to find',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.856573104858398,\n", " 'text': \", we said they were spoiling the experience, but we're not sure if they are spoiling your enjoyment as much as you think. There is no way we could prove that, but there's certainly nothing wrong with spending money on tickets to see something you like, even if the movie itself is not as good as you were hoping. The same goes for tickets to see a film you're not sure you will like. It's the same with film trailers, but there's no way we can prove that they're spoiling your enjoyment as much as you think.\\nWhat's more, we're not sure how much the trailers are actually spoiling movies. For example, a trailer for the film The Fifth Estate might make you think that the film is pretty bad, but in reality it's actually\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 9.13603687286377,\n", " 'text': \" phase in UNStudio's global expansion. The consortium is comprised of UNStudio, the UNStudio team and an investment group from HPP. The consortium is currently working with several companies, including Microsoft, Google and IBM, to bring their UNStudio software to the mobile device market.\\n\\nUNStudio is currently available as an app for Android and iOS, and is also available for PC. UNStudio will also be available to the public as a mobile app in the coming weeks and months, and will also be released on the AppStore and Google Play in the US.\\n\\nThe UNStudio team is also working with Microsoft to develop a cloud-based UNStudio solution for Microsoft Azure. The partnership with Microsoft will enable users to use UNStudio and UNStudio-based solutions for Microsoft Azure, which will\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.6508612632751465,\n", " 'text': \" 7, a group of about 30 students went to the school to protest. According to a local news channel, the protesters were met by police who fired teargas and batons at the group of protesters. According to police, the protesters were threatening the school and threatened to harm the school staff.\\nOn April 8, the group of students went back to the school. They said they were protesting because they were unhappy that the administration had changed the school's curriculum. The protesters said that many of the teachers were not being paid because they were not getting enough money to pay them. The protesters said they were also upset that the school did not provide them with adequate food. The protests continued for two days.\\nIn addition to the police intervention, the local media reported that the teachers had also been harassed by\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.937469005584717,\n", " 'text': 'ethysts, olivine, pyrite, tungsten and beryllium all occur naturally in quartz. In addition to its many uses in jewelry making and gemstone mining, quartz has been found to be an excellent solvent for hydrocarbons, making it a very good solvent for a wide range of industrial applications, including pharmaceuticals and automotive components.\\n\\nAmino acids are minerals found in minerals such as sand and sandstone that have been heated to high temperatures, resulting in their crystallization at the surface. These acids are highly soluble in water. When heated to an extremely low temperature, such as below -400°F, the amino acids will crystallize into their compounds.\\n\\nAcids are produced when minerals are exposed to heat. When heated, they crystallize',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.968334674835205,\n", " 'text': \" of my mother, my father and her husband, and my grandmother, who was my mother's great-niece.\\nMy relationship with her: I love my mother very much, and I miss her dearly.\\nMy relationship with my father: It is difficult for me not to love him as much.\\nMy relationship with her: I am very close to my father.\\nI have no idea how I got to the place I am now, or how I got to that place in the first place, but I do know that it is the place that made me the person that I am today, not the place that made my mother who she was.\\nI love my father very much and miss him very much. I have no idea how my mother got to that place where she was,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 8.373444557189941,\n", " 'text': \" drowning in shallow water.\\n\\n\\nThe rescue effort began in late October when a group of Thai Buddhist monks came together to help a group of kids who have been trapped in a cave in Thailand for over five months.\\n\\n\\nDuring the rescue, the kids were taken to a safe place in the cave. The group had to jump into the shallow water to rescue the kids, but they were able to get out of there safely. They are now safe and well, and have not been in danger of dying from the lack of oxygen. The children are now able to return to school and are learning English and other languages.\\n\\n\\nThe rescue effort also included members of the local community who helped in finding the kids' parents and bringing them food, clothing, medicine and other supplies to keep them alive.\\n\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.116439342498779,\n", " 'text': \" the tools, techniques, concepts, and resources you need to succeed on your Flash journey.\\n\\n\\nThis course is designed for students who have already mastered the basic fundamentals of Flash design. It is also designed for students who wish to further their understanding of Flash design. It is also designed to help you get started with Flash programming so that you can continue learning Flash.\\n\\n\\nWith this course you'll:\\n\\nLearn how to create Flash-based web applications\\n\\nLearn how to use Adobe Flash\\n\\nGet familiar with HTML5, CSS, CSS3, JavaScript and Flash\\n\\nGet an overview of the Flash framework\\n\\nLearn the basics of JavaScript and how to use it\\n\\nLearn to create your own applications with HTML5 and CSS3\\n\\nGet to grips with some advanced concepts of\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.7846245765686035,\n", " 'text': \" you'll get a bonus of 10% when you deposit the funds at an ATM or in a cash machine.\\n\\nHow to Use Citibank Money Market\\n\\nYou can use Citibank money market to get cash back from the bank or credit union, but only if the funds are at least $100 and the balance is at least 10% greater than the deposit amount. This means you'll only get $100 back for every $100 of cash you withdraw.\\n\\nCitibank Money Markets\\n\\nWhat to Look For in a Bank\\n\\nIf you're looking to get some cash back from the bank that holds your money, look into Citibank Money Markets. You'll have to pay $10 for each $100 deposited into the bank's Money Market. This means you\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.985034942626953,\n", " 'text': ' your free time and you are not doing any of those things you are free to do whatever you want. But if you are not working in any of those areas and you are just watching television or gaming you are free to do as much as you want. You can do whatever you want with your free time, no matter how it is divided up, but it has to be in a manner where you are actually working.\\n\\nIf you are not working, then you do not have a free will. You are just a mindless machine.\\n\\nIf we are talking about the mind, we are talking about consciousness. If you have a consciousness of your own you are just a mindless machine. You have no control over your thoughts, your emotions, your emotions have no control over you. You have no',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4782.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.5193891525268555,\n", " 'text': \" We're also committed to ensuring that our customers receive the best possible service. We've worked with our clients to provide them with the best possible locks and keys to ensure your security is at your fingertips. We're proud of the way we provide the best security in London, and we want you to be too. We're committed to providing our customers with an experience that is truly unique, and you'll feel confident knowing we provide you with top-notch security for your home or office. Our team of experts are committed to providing you the best possible service.\\n\\nIf you're looking to secure your property you're going to need the latest and greatest security technology. That's why our team of experts is committed to making sure you know exactly how to protect your property and your family's security. We\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.39378023147583,\n", " 'text': 'overs in New York, NY for every moving service: Movers in Buffalo, NY, NY: Movers in Philadelphia, PA for every moving service:\\nMovers in New Orleans, LA, TX, TX, TX, and TX, TX for every moving service: Moving Service in Fort Lauderdale, FL, Florida for every moving service: Movers and Moving in Miami, Florida, FL, for every moving service.: Moving Service in Miami Beach, Florida for every moving service:\\nMovers & Moving in New London, CT and CT and CT, CT and CT:\\nMovers in Pittsburgh, PA, PA for every moving service: Movers in Detroit, MI and Detroit, MI: Moving Service in Pittsburgh and Pittsburgh, PA for every moving service.:\\nMoving Service in San Francisco,',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.611332893371582,\n", " 'text': ' as well as yourself.\\n\\n\\nThe technique, which involves the practice of black magic, gives the user the ability to attract and seduce anyone. It is believed to be used by practitioners of black magic to attract the attention of potential partners.\\n\\n\\nThe technique involves the practice of a black magic, which gives the user an enhanced sense of touch, and a heightened sense of touch sensitivity.\\n\\n\\nThe technique involves using black magic, to attract the attention of potential lovers, which is not found in any other art form.\\n\\nIn other words, it is a form of magic that is not seen in any other ancient art form. This is not to say that magic cannot be found in any other ancient art form, but the concept of magic is so different from other art forms, that it',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.782388687133789,\n", " 'text': \" U.S. is growing rapidly. But the number of Internet users in the country is growing at an average rate of 0.5 percent annually. That's not enough to cover the growth in Internet traffic for all Internet users, even if they all subscribed to the Internet service.\\n\\nAccording to data from the Pew Internet & American Life project, online dating is the second-largest source of traffic to the United States, behind the telephone service, accounting for 13 percent of the total traffic in 2012. Internet traffic also accounts for about 18 percent of total U.S. mobile phone traffic.\\n\\nAs the number of people subscribing to online dating services increases, so will the number of Americans using those services online. But the number of people using those online dating services has grown much more slowly over the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.036789894104004,\n", " 'text': \"'m trying to find out if there is an easy way I can change the color of a text. For example: I have this text:\\nI'm sorry, I didn't know that you could do that.\\nIs it possible to do this? I know that when I type the word I want it to be white, but I don't want it to be black or blue. I've been trying to figure this out for a long time.\\nThanks in advance. Raam Dev\\nI'm not trying to change the text, I just want to change the text color. What do I need to change?\\nI'm sorry, you can change the text color.\\nWhat do I need to change to the text?\\nIf you want the color to change to white, type in\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.4029459953308105,\n", " 'text': ' the world. In particular, the book talks about the impact of humans and the impact of nature on humans.\\n\\nAs you read the book, think about how you think about the future of the planet. What do you think about? What are your thoughts about the future?\\n\\nThis is not an academic book about the future of humankind. It is a novel about the present of humankind.\\n\\nIt is a book about how the world is changing, how we can adapt to the changing world.\\n\\nIt is a book about how the world is evolving. It is an account of human history in order to understand the future of human history.\\n\\nIt is an account about how we are changing. It is an account of how we are evolving.\\n\\nIt is not an academic',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 2.7602078914642334,\n", " 'text': 'SL,,, 1 1, 2 0, 0 1, 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 0 0 1 0 0 1 1 0 0 0 1 1 1 1 0 1 1 0 0 0 1 0 1 1 0 0 1 1 1 0 1 0 1 0 0 0 0 0 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 0 1 0 0 0 1 0 1 1 1 0 0 1 0 0 1 0 0 1 1 1 1 0 1 0 0 1 1 1 0 1 1 1 0 0 1 1 1 1 0 0 0 1 0 1 0 0 1 1 1 1 1 0',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 8.447687149047852,\n", " 'text': ' and three days off.\\nHere are some photos from the day!\\nHere\\'s a photo from the day:\\nHere\\'s another one:\\nI\\'m pretty sure these two women were the only ones to break out in sweat.\\nHere\\'s another one:\\nI don\\'t know why, but I\\'ve been reading all the comments on this post. They seem to love this post.\\nHere are some comments about it:\\n\\xa0I\\'ve been reading all the comments, but I\\'ve never heard anyone say, \"I love this post so much! It\\'s awesome!\"\\n\\xa0I\\'m not sure why I\\'ve never heard someone say this. Maybe it\\'s that these are my favorite pictures. Maybe I\\'m just not that into Crossfit. But whatever it is, I\\'m so glad',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.716366767883301,\n", " 'text': \" on your list? * 6. How can we help? * 6. What's the best thing we could do to help you? * 7. How can we help you today? * 7. What's on your agenda today?\\n* 7. How can we help you? * 6. How can you help yourself today? * 7. How can you help yourself today? * 7. What will you do if you are sick?\\n* 7. How can you get out of the house at night? * 7. How could you help us today?\\nI'm so sorry for the inconvenience. It's just a few minutes.\\nI'll see you next time. I'm sorry I didn't get to meet you in person.\\nI'll see you next time\\nI'll\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 10.536283493041992,\n", " 'text': ', Uncle Ian III, who was known as \"Uncle Ian II\" until the 1990s“)\\n\\n(Into the Unknown, with artist Louise Jenkins, and her cousin, Uncle Ian II, who was unknown until the 1990s“) In 1986, Uncle Ian III was commissioned to paint a mural on the entrance of the United Nations headquarters.\\n\\nIn 1988, the artist was commissioned to create a mural on Capitol Hill.\\n\\n\\nGallery\\n\\n\\nTrivia\\n\\nIn the early days of his career Uncle Ian was known to be known by the nickname \"Uncle Joe\" as he was often seen walking around Washington D.C.\\n\\nHis first name, \"Uncle Joe\" is derived from the word \"Uncle John\" which was the name of a famous',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.9150004386901855,\n", " 'text': ' their owners. We also strive to keep our dogs healthy and free of disease. We will be able to answer your questions and provide all the information needed to ensure your dog is in good health. If you are looking to adopt your dog and want to know what to expect please call us at 816-955-2383 or click here to contact us.\\nIf you know of a local shelter that can take in homeless pets please feel free to let us know. We are committed to finding homes for all the homeless dogs and their owners. If you are interested in helping out, please click here to learn more about our programs and adopt a dog.\\nIf you would like information on how to adopt your dog please contact us.\\nIf you are interested in adopting your dog please contact us.',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.072665691375732,\n", " 'text': \" of the cosmos that you think will help to explain the structure of the Cosmos, please let us know, and we will add them here. And if you can't, please contact us so that we can add your observations to this site.\\nWe hope this site helps you to understand the Cosmos, and also help you to explain it better.\\nThank you for reading, and please share your observations and observations with others, as well as with us.\\nIf you find this site interesting, please share your observations on Facebook and/or other social media sites, as well as on Twitter and other social media sites.\\nPlease note that comments on this site do not necessarily reflect the views, opinions, or beliefs of The University of Texas at Austin. We encourage you to contact us if you have any\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 17.891733169555664,\n", " 'text': ' 1st half\\n\\n0:03 Play 2 of 2 New England New England 2 2-0 New England 0-0 TOUCHDOWN 0-0 2-7 New England (10:00.) New England kicks field goal 0 of 1. New England is at New England 30 for no gain (no play). New England returns 44 yards to the NE 33 for a 1 yard touchdown. 0 3. New England\\n\\nDrive started at NE 43. NE 0 0-0. Pass interference called on NE.\\n\\n0 1. NE\\n\\nDrive started at NE 41. NE 0 1-0. New England is at NE 45 for no play.\\n\\n-1-pt-\\n\\n1st-and-10 at NE 44 (',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.096421718597412,\n", " 'text': 's massively popular mobile game has been downloaded more than 100 million times since its release in December 2014, according to Google Play.\\n\\n\\nThe game, which is available for both Android and Windows Phones, takes players through a world where everything is controlled by smartphones or tablets. Players are given the ability to control animals, birds and plants. The game also allows players to create their own animals.\\n\\n\\nThe game also lets players create their own plants, animals, and buildings, which are then available for other players to use.\\n\\nTencent is also the largest mobile game publisher in China. The company released a number of games for Android and iOS in 2014 and 2015, including the critically acclaimed Angry Birds mobile game, which was downloaded 100 million times on its debut in 2013. It was followed by',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.3720197677612305,\n", " 'text': '\\n\\n\\n\"We work closely with Thames Reach to ensure that every homeless person who needs our services is provided with a roof over their head. This ensures that homeless people can get the help they need to rebuild their lives.\\n\\n\\n\"We\\'re proud that Thames Reach have been so successful in tackling street homelessness and we want to extend our support. We will continue to work closely with them to ensure that they are successful in the future, and we are delighted to be working with them in this important area.\"\\n\\n\\nThe charity said it is working with a number of other organisations in London including the Salvation Army, the Greater London Council, Jobcentres England and the Metropolitan Police to ensure that all homeless people are taken off the streets.\\n\\n\\nA number of other organisations are also helping homeless people to get',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 4.887042045593262,\n", " 'text': ' for each day of work.\\n\\nFriday, August 6: 1:45-4:45 pm – Assembly for Kids, 5th Floor\\n\\nFriday, August 6: 5:30-7:45 pm – Assembly for Kids, 7th Floor\\n\\nFriday, August 26: 1-4:45 pm — Assembly for Children\\n\\nThursday, September 2: 1-4:45 pm — Assembly for Children\\n\\nTuesday, September 13: 12pm-2:30 pm — Assembly Committee\\n\\nThursday, Sept. 23: 1:30-2:30 pm Assembly for Kids\\n\\nMonday, October 3: 11:30am-2:30 pm — Assembly for Kids\\n\\nFriday, October 4: 1-3 pm Assembly Committee\\n\\nFriday, October 11',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.930168151855469,\n", " 'text': \"-day trek is one of the most challenging trekking experiences you'll ever have. It takes a team of 12 climbers and guides to complete the 11,000-foot climb. The climb itself is relatively short but steep.\\n\\nThis trek is the most challenging trekking trip in Nepal.\\n\\nThe trek begins at the summit of Annapurna Peak in the Himalayan foothills and takes you on a journey around the valley of the same name. You'll pass through the forests and pass through villages and villages.\\n\\nYou'll then climb to the top and descend down to river levels.\\n\\nYou will then descend to the river level.\\n\\nThere, you will take a break for a few days to rest.\\n\\nThen, you'll continue up the valley until you\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 8.215104103088379,\n", " 'text': '-788), where he continued to teach until his retirement from the office in 796. He died in 796. His life is best known for his commentary of the Gospels of John and of Matthew. He was a scholar of Greek literature, and was the first to recognize that the Greek language was superior to Latin and Greek-Latin. Among his works are his commentary on the Epistles of St. Paul and St. John and of the Apocalypse of John and on the Gospel of St. Matthew and on the Apocalypse of Matthew and Luke.\\n\\nIn the early part of the fourteenth century Vergilius was made Bishop of Württemberg. In 812 he became archbishop of Cologne. He died at Cologne in 814. During the reign of Louis IX',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.350856781005859,\n", " 'text': ' Roku and Chromecast, or subscribe to ABC Go UK for £1.99 per week.\\n\\n\\nFind out more about ABC and ABC Go UK on ABC.com and ABC Go UK on Amazon.\\n\\n\\nABC Go is available as part of the BBC iPlayer app, available on Android, iPhone and iPad from the App Store and on Google Play from the Amazon App Store. It is also available for Apple TV, Roku and Chromecast from the Amazon App Store and from Google Play from the Apple TV, Roku, Chromecast and Google Play Store. ABC Go is available for iPhone from the Apple Online Store or from the Apple TV App Store. To access ABC Go, visit ABC.com.\\n\\n\\nFor the latest news, video and features, visit ABCgo.com or follow ABC on',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 8.111007690429688,\n", " 'text': \" up to you to manage your projects and keep them organized. There are so many options for you to choose from, from the free to the paid features. You can even customize your own color schemes or fonts. If you'd like to see more features, including custom templates, you'll need to sign up for Premium accounts, which costs more than the basic one. For more info, visit the official Shippo page here.\\n\\nHow to Get Started: Sign Up For Premium\\n\\nShippo offers a wide variety of features and services for you to use at your own pace. They also offer free trial accounts, which you can use if you don't like the service. To sign up, head over to the sign-up page.\\n\\nHow to Go Beyond Shippo:\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.298736095428467,\n", " 'text': \" for creating theme themes and theme themes for other WordPress themes. It allows you to create a theme with a unique look and feel.\\n\\nThemes are built on a theme theme, which means that the wordpress theme is just a part of the overall theme. This means that if you want to use the wordpress theme for your own website you will have to create your own themes for your website. You will have to build your own themes to be able to use the same theme for your website and also for other websites that use the same theme as well. This is not something you want to have to do, because then you will not have the option to share your theme theme with others if you want to use it for your website.\\n\\nA wordpress theme can't be shared with other\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.5868353843688965,\n", " 'text': \" high costs associated with private coverage. But according to a new report by the U.S. Consumer Federation of America, there's reason to worry about the future of Medicare, Medicaid, and Social Security.\\n\\n\\nA new survey by the consumer advocacy group found that nearly 70% of Americans think Medicare will not be able to meet the needs of the aging Baby Boom generation. The survey found that 68% believe Medicare will be insolvent in 2026.\\n\\n\\nThe report also showed that 54% believe Social Security and Medicaid programs will not be sustainable in 2026, while just 15% said they would be. The survey also showed that just 26% believe that the federal government is on the path of ending its involvement in healthcare in the U.S. The survey also showed that just 7% of\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.864367961883545,\n", " 'text': \" The festival runs from 9 a.m.–1 p.m. and runs along Broadway from the Washington Monument to the Jefferson Memorial and includes live music, a parade, parades through the park, an autograph signing and more! For more information, visit the Park's website at http://pbskidsparks.com/ and Facebook at www.facebook.com/parkpbskidspark/. You can also follow the Festival on social media by using the hashtag #parkpbskids on Instagram and Twitter. The Festival will be available to stream on PBS Kids' website, PBS Kids' Facebook page and the PBSKids.com mobile app for mobile devices. It will be available on PBS Kids's YouTube channel at http://www.PBSkids.com/ and on PBSKids'\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.785473823547363,\n", " 'text': \"t pleased with the outcome.\\n\\nThe case was brought by Vecindario�s mother, who claimed that Vecindario�s father, Roberto, was responsible for his son�s actions. Vecindario's father has denied the accusations and said that his son is a good boy. The case is expected to go up for a hearing next week.\\n\\n\\nThe club�s press release states that Vecindario�s mother filed the complaint on behalf of her son because she wanted her son punished more severely than the other players.\\n\\n\\n�It�s not just about us, it�s about all the players that play here, it�s not just about the fans, it�s all the players, it�s the players, the fans, everything,� said\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.265120029449463,\n", " 'text': '.\\n\\nUSB 3.0 connection is supported as well as USB 2.0.\\n\\n\\nUSB 3.1 is also supported\\n\\nHDD / SSD connection:\\n\\n- USB 3.0 - USB 3.1 - USB 3.1\\n\\n- PCIe x16 - PCI-e 3.0 / x16\\n\\n- USB 3.0 / USB-C - USB-C / USB-D / USB 3.0\\n\\n- SATA-II - SATA-II\\n\\n- IDE - IDE/IDE Controller / IDE Controller Controller\\n\\n- PCI Express - PCI Express / PCIe x16\\n\\n- SATA - SATA\\n\\n- IDE/IDE - IDE controller\\n\\n- IDE Controller Controller / IDE Controller Controller\\n\\n\\nPlease note that you will need to',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 35869.92},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.251285552978516,\n", " 'text': \"anging on the walls of the Colts locker room are photos of players who made their mark with the Colts. Here are some of the guys who have left a lasting mark on this team, and who will be remembered in the near future for their contributions to Indianapolis:\\n\\nSterling Sharpe\\n\\nThe 6-5, 220-pound cornerback was an All-Pro selection in 1998. He was named the AFC Defensive Player of Year in 1999. He was named a Pro Bowler eight times. Sharpe started all 16 games in his first three seasons in Indianapolis, and played in the Super Bowl the year after he became a free agent in 2000. He was named a finalist for the NFL's Bob McNair Award. He was a finalist for four Super Bowl rings in Indianapolis.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.672335147857666,\n", " 'text': ' not be trivial, but the way to solve it is to ask the right questions and build a product that solves the problem. A good software platform can answer questions like these:\\n\\nWhat is the need? What is the business need? What is the audience need for this product? Where can I get this product?\\n\\nIt is not necessary to build a product that solves the problem to make a good software platform, but you should build a product that answers the problem. It is not necessary to build a good software platform, but you should build a product that answers the problem to make a good business platform. A good software platform can answer any of these questions, but it cannot answer all the questions it can. It is up to each team member to decide what questions to ask and build a',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.150854110717773,\n", " 'text': ' In another bowl, whisk together eggs, flour and salt until well incorporated. In a separate bowl, stir together milk and cream until smooth and creamy. Spoon into a greased 9 x 13 baking dish and bake at 350°F for 40 minutes or until golden. Transfer to wire racks to cool slightly before serving. Notes If using a large baking dish, make sure the bottom of the oven is well-covered to avoid burning the bottom of the pan. 3.1 http://cookingwithmilk.co.uk/2013/08/mushrooms-and-eggs-and-cheese/ © Cooking With Milk\\n\\nLike this? Please share it with your social networks: Pinterest\\n\\nTumblr\\n\\nGoogle\\n\\nPrint\\n\\nReddit\\n\\nPrintLinkedIn\\n\\n\\nLike',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.268057346343994,\n", " 'text': ' be done by using primers specific for a particular target gene in the target cell line. In the present study we investigated whether the expression pattern of a particular mRNA expression pattern can predict the susceptibility of the target cell line in the presence or absence of the presence of a particular antigens by using RT-qPCR. The RT-qPCR was performed by using a monoclonal antibody (1∶1,000 units) specifically designed for the detection of human IgG and IgM. The RT-QPCR was performed by using a specific monoclonal antibody designed for RT-Q and RT-q. A total of 30,000 primers were used to identify the mRNA expression pattern of the target gene in the target cell line. The RT-qPC',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.455495834350586,\n", " 'text': ' members to the 2001 Buckeye Trail class list below.\\n\\nPlease add your name and email address to the 2001 Buckeye Trail Class List by following the instructions below.\\n\\nNOTE: This is a one time update only. You must include your name, address, and email address on this form to update your class information. You will receive an email with your class information once you have updated your information. You will be notified when your class data has been updated to the 2001 class list. Please be sure to read the information in this form before updating your information.\\n\\nNOTE: If you have any questions about this update or if you have any corrections or changes to any information in this document, please e-mail the Buckeye Trail Class List Team at BuckeyeTripTeam@gmail.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.529906749725342,\n", " 'text': \".\\n\\nA lot of people have been asking me if this is the right book to be reading right now, and the answer to that question is no, I don't think so! It's just that I've been thinking about this book for so long, and I just can't shake the feeling that this is the book I'm going to read next. So here goes…\\n\\nThis is actually the first book I've read by Stuart Neville that I haven't already read, and as I mentioned earlier, I don't think it's as good as his previous books. But this is one of the few books I can honestly say that I really like. I think Stuart Neville is an amazing storyteller, and I've been reading his other books for so long, and I really like\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.4844970703125,\n", " 'text': ' culture and politics. The CECUPS is an independent think tank located in Houston, TX and funded by the National Endowment for the Arts. The Center for the Study of Politics is an independent, nonprofit organization dedicated to improving public policy through research, public education, and policy advocacy.\\n\\n\\nFor more information, please contact:\\n\\nShirley Yee\\n\\nShirley Yee 617-542-1751\\n\\nshirley@cecupshouston.edu\\n\\nwww.CECUPSHouston.edu\\n\\nCECUPES Houston is one of the largest and most diverse cultural centers in the United States. With more than 30 years of experience in this field, CECUPS is a leader in cultural studies. CEC',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.329865455627441,\n", " 'text': \".\\n\\nWe have made it because of you. We have made it because you have shown us that no matter what we are facing, if we work together, together we will overcome anything. We believe in each other and we believe in each other's future. That is why we have made it. And we are so thankful to you.\\n\\nI want to tell you something about the people who have helped us. There are a lot of people who know us and know what it is like to go through the things we are doing. There are people who have given up their jobs to work with us. There are others who have gone to work with us just to give us support. I want to tell you a few of the people who have made the hard decisions and who are doing the hard\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.501502990722656,\n", " 'text': \"'s offense has struggled to find a rhythm. That's understandable, since the Horned Frogs' offense has struggled to find any rhythm at all. TCU has scored just four total touchdowns over its last two road games, while scoring just six points in the last three contests.\\nTCU has struggled to score in the red zone, which is a key part of the Frogs' success. In the last seven games, TCU is scoring at or near 30 points per game in red zone opportunities. The Horned Frogs have not scored a touchdown in the red zone this season. It's been an ugly season thus far, and it's going to take some big plays to turn it around for the Horned Frogs in 2016.\\nHere are your Week 5 home games. You can follow me\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.842941761016846,\n", " 'text': '?\\n\\nA: There are three things you need to keep in mind.\\n\\nFirst, you need to keep in mind that you can\\'t know everything that\\'s out there. You need to be able to look at things from a different perspective and ask questions about them that will help you understand more and more.\\n\\nFor example, you can ask, for example, why does it look like this when you put something inside a jar? When you put something in the jar, how does it react to the environment and the environment reacts to it and so on? And that\\'s what we\\'re going to try to do in this course.\\n\\nWe\\'re trying to figure out, \"What are the things in life that we can understand better? These are the things in life that make us',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.916809558868408,\n", " 'text': \" don't do it for you, try these tips from the experts.\\n\\n\\n1) Eat a healthy diet\\n\\nDiet has a significant impact on the health of your teeth, and you don't have to be an expert dietician to know the difference. Here's where you can make the most of your time on the floor:\\n\\n\\nDon't overdo the carbs, but stick to whole grains, nuts, and vegetables.\\n\\n\\nAvoid processed foods that contain sugars, trans fats, and artificial colors, as they can lead to tooth decay.\\n\\n2) Keep your mouth clean with mouthwash\\n\\nIf you have a toothbrush, you may be surprised to find that you can actually make your teeth healthier by using mouthwash.\\n\\nTo clean your teeth, apply a small\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.826786041259766,\n", " 'text': ' buyers and sellers must provide a valid passport or identification card. Buyers must obtain a copy of the passport or other document issued by the Ministry of Foreign Affairs or the Consulate General of Japan in the country in which the business is registered before they can buy or sell. Buyers must also provide a passport or other valid identification card for the purpose of importing or exporting goods, services or property.\\nBuyers, buyers and sellers must provide a valid travel document (e.g. passport or other identification card). The passport or other document should be issued by the Consulate General of Japan, or by the consular office of a Japanese consular office.\\nBuyers, buyers and sellers who are residents of a country that does not allow consular services (i.e. Japan) are required',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 9.030086517333984,\n", " 'text': \"ishment. The company has been operating since 1967 and has been awarded a number of awards for their work, including the World's Best Cladding Awards, World Cladding Awards and Best Exterior Finish awards.\\n\\n\\nIn 2013, Osprey Limited won the World Cladding Award, and in 2014 they received the Good Cladding Awards, as well as being recognised by the European Council for the Interior Architecture of Buildings. In 2012, Osprey Limited also won the Best Interior Design Award from the European Commission, and was awarded the Best Interior Decorating Award from the World Design Awards. In 2013, the Osprey Group received a Best Interior Decorating award, and in 2016 they were nominated for the European Decorative Decoration Award from the European Council on Decorative Interior Design.\\n\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.581707954406738,\n", " 'text': ' Greater London, said: \"I\\'m aware that many people have expressed their concern about the death of my brother, Dr. Paul Macdonald. I would like to offer my condolences on behalf of the family and friends of Dr. Macdonald.\"\\n\\nDr. Macdonald was born on June 16, 1931, the son of Robert Macdonald and Marguerite Leach. He graduated from the Royal Military Academy as a Lieutenant Colonel in the Royal Engineers. He went on to serve in France and was awarded the Bronze Star, the Silver Star, the Meritorious Service Medal and several other decorations. He was also awarded the Presidential Unit Citation.\\n\\nDuring World War II in the United States and the Soviet Union, he was stationed at an airfield in the town of Shoreditch. He',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.581140995025635,\n", " 'text': \" I didn't have a lot of time for it, so I just put it all together and put it on my personal website.\\n\\nI'm really happy with how things are, and I hope you are too! If you have any suggestions or comments, I'd be happy to listen to them. Thanks so much for your interest and support! 😀\\n\\n\\nIf you are wondering what I was doing at the time, you can find it here!\\n\\nI would like to thank all the contributors, especially the ones that helped me with the site design.\\n\\nI really appreciate all the love and support!\\n\\nCheers,\\n\\nNate\\n\\nAdvertisements\\n\\nCategories: News, Programming | 3 Comments »\\n\\nPosted in: Programming\\n\\nViews: 3\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.871672630310059,\n", " 'text': \"to-day business of raising and caring for kids.\\n\\nDogs love the outdoors. They like to run, swim, hike and play, just like we do. And they enjoy spending time with family and friends – especially in the summertime. That's why dogs love the outdoors. They love to be outside and have fun, and they enjoy spending time with their families. Dogs are social animals. And they love to be around people. So why wouldn't dogs love to spend some time away from the hustle and bustle of day to day responsibilities?\\n\\nSo, why wouldn't you want your child to have some fun while they're growing up? That's what you're here to help them find out. We'll show you what to do and where to go in order to\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.026483058929443,\n", " 'text': \". In order to maximize the effectiveness of UAVs, a number of issues must be considered before decisions can be made. These issues include:\\n\\nThe needs of the aircraft\\n\\nThe capabilities of the UAS\\n\\nThe capability of the pilot\\n\\nThe range and payload of the vehicle\\n\\nIn order to meet the needs of the aircraft and the UAS, it is important to understand the characteristics of the aircraft, including the capabilities of the pilot, and the aircraft's payload. This article provides information on the capabilities and payload of several UAS systems, including aircraft and unmanned aircraft systems (UAS).\\n\\nThe needs of the aircraft.\\n\\nThe need to have a wide range of UAVs in the air is increasing. UAS have become increasingly sophisticated and have the\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 8.221789360046387,\n", " 'text': \" and meet with senior executives.\\nLearn the latest in technology and business tools to grow your business.\\nLearn how to attract and retain top talent and grow your company in a fast-paced business environment.\\nGet to know the latest trends in technology, marketing, digital marketing and business applications.\\nExpertise in the following areas include: digital marketing, social media, online marketing, ecommerce, marketing automation and business applications. This course is suitable for individuals who want to expand their business and learn more about the industry.\\nWhat you need to know:\\n1) Where you want to go and how you want to go. You'll learn the best way to expand your business in an online, mobile, tablet or web environment. 2) How you want to go. You will learn about\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.643245697021484,\n", " 'text': \" in English and a Master's degree in improvisation. She is a graduate of the Chicago Theatre Workshop. When she isn't performing or teaching, Jeanne is reading and writing, writing poetry, and painting. She can be reached at http://www.jeannejean.co.hk\\n\\nWe hope you enjoyed this episode and that you will consider supporting us in the future. Please give us a review on iTunes, and please send your feedback on Twitter, Facebook, Instagram, or wherever you see the show.\\n\\nThanks for listening.\\n\\nPlease check out our other podcasts, our website, our YouTube channel, and all our social media sites:\\n\\nFacebook\\n\\nInstagram\\n\\nYouTube\\n\\nEmail us with any questions or comments about the show:\\n\\nj\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.992876052856445,\n", " 'text': \" opportunity to try her recipe, so I'm always looking for ways to improve.\\n\\nThis mac and cheese recipe has been my go-to for years, and I've also been using it as a main ingredient in my own recipes since I was in college. I love that it's low carb and dairy free, so you can feel great about eating it as a main dish. I also love that you can cook it in the oven, or serve it straight out of the oven if you prefer. It's super simple to make and can easily be doubled, and will keep for up to two days in the refrigerator.\\n\\nIngredients\\n\\n1/2 cup butter (I used a 1/2 cup butter from my favorite brand).\\n\\n1/2 cup all-purpose flour.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.962874889373779,\n", " 'text': \" to dinner with a friend.\\n\\nTook BART to SF and went out to lunch with my friends.\\n\\nHiked to SF to meet a friend and then went to SF to meet up with my friends again.\\n\\nHiked to San Francisco to hang out with a friend.\\n\\nWent to San Francisco to meet with a friend again.\\n\\nWent back to New York to meet with a friend. Took the ferry across the Hudson to catch the subway.\\n\\nWent back to SF. Took a cab from SF to San Francisco to meet up with friends again. Took the subway to SF to catch the BART to SF train to San Francisco train again.\\n\\nTook a cab from SF to San Francisco and went to a friend's place.\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.239525318145752,\n", " 'text': ' Add salt and pepper and mix until combined. Cook on low heat for about 5 minutes, or until mixture is smooth. Add tomato paste. Cook on high heat until tomato paste has softened, about 5 minutes more. Add garlic and onion mixture and mix until combined. Taste and adjust seasonings. Serve over rice. Notes 1. You will need to cook the onions for about 10 minutes before you add them to the egg wash.\\n\\n2. If you want the egg wash to have a bit more flavor, I like to add about 1/2 cup of water and 1/4 cup of butter.\\n\\n3. You will need about 1 cup of egg whites and about 1 1/4 cup of water. You can also use a stand mixer to make the egg whites and water.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 8.143902778625488,\n", " 'text': '.\\n\\nWe got to see a few of The Bier Abbey\\'s newest beers in person before they hit shelves. We were also invited to take a look inside their tasting room, where we were given the opportunity to sample some new brews.\\n\\nThe beer that caught my eye at The Bier Abbey is a German-inspired blonde ale. It\\'s been around since the early 2000s, but was only released in 2014. In the beer\\'s current form, it\\'s a strong, hoppy beer that has a slight tartness to it that I love. I\\'m also a big fan of the aroma.\\n\\nThe beer is described as having a \"sweet and fruity malt character with hints of pine, cherry, oak, and spice.\" It has a dry finish that\\'s reminiscent',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.947659969329834,\n", " 'text': ' of the Athlone community, from 6pm - 8pm Monday - Friday, and from 7pm - 8pm Saturday.\\n\\nFor the latest news and information about the show click here!\\n\\n\\nPlease share this page with your friends to let them know that you are planning on coming to the show and to let them know that you are attending the event!\\n\\nIf you have any questions about the show or the event, please feel free to send us a message through our contact page! We would love to have you!\\n\\nWe hope you will come to the show and enjoy the event! We hope you enjoy the show!\\n\\nAthlone,\\n\\nThe Athlonesome\\n\\nwww.Athlonesome.co.uk\\n\\nwww.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.619875907897949,\n", " 'text': ' place until after the end of April. This means customers will not be able to access their data until the end of March 2017.\\n\\nCentrica has advised customers that they will not receive their data until mid-May 2017. This is expected to result in significant delays for customers attempting to access the data as it has been stored in storage for more than six months.\\n\\nIf you have any questions about the situation please contact customer care at customercare@centrica.co.uk.\\n\\nFurther information\\n\\nContact: Customer Care at Customer Care\\n\\nTel: 0207 788 4111 (office)\\n\\nWeb: https://care.centrica.com (mobile only)\\n\\nE-mail: customerservice@centrica.co.uk\\n\\nFor further',\n", " 'msg_rate': 0.55,\n", " 'run_time (ms)': 11724.96},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.998361587524414,\n", " 'text': ' back in stock! Get yours today and take advantage of this great deal on your next fashion or shopping trip! Use the coupon code \"SALE\" and you will receive a $10 off your order (no coupon code required)! Use coupon code \"POWERFUL\" to receive a $50 discount off your next purchase! Enter code at checkout and you will be sent an email containing the code and a link to download a PDF coupon. If you don\\'t see the code you can use this link to download the PDF Coupon Code:\\xa0 https://www.disturbiasoftware.com/disturbias/product_coupon.php?id_product_category=SALE\\nDisturbiasoftware is back in stock! Get yours today and take advantage of a great',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.27937650680542,\n", " 'text': \" roofer can provide you with the roofing you need, whether you are looking for a new roof, a replacement, or simply to have a roofing job done in your home. There is a reason why you want to be sure that the contractor that you choose will meet your needs and that they will provide the highest quality roofing possible.\\nDo You Need Roofing Contractor to Install Your Home's Ceiling? If you live in a home with a ceiling that is too high, you will need a roofing contractor that can provide you with a high-quality roofing job that will fit within your budget.\\nDo You need Roofing Contractor in Hearne Texas? You may also want to consider a roofing company that is certified by American Roofing Contractors, which is a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.162838935852051,\n", " 'text': ' calling for an immediate end to violence in Yemen and urged all parties in the country \"to cease hostilities immediately and to take all feasible measures for the protection of civilians, civilian infrastructure and infrastructure in all areas of the country\".\\nUllah, who was born in Pakistan, has been living in the country for a decade and is believed to have been living in Sana\\'a before being relocated to Yemen in 2014. The UN says he is suspected of being involved in the attacks.\\nYemen has been in chaos since March 2015 when a Saudi-led military intervention began to crush a Shia Houthi-led rebellion against the Saudi-led coalition in support of President Ali Abdullah Saleh.\\nYemen has been wracked with violence since the Saudi-led Arab coalition began bombing Yemen on 28 March last year',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.038816928863525,\n", " 'text': \" the city.\\n\\nThis is not the first time a web player has been announced. In 2014, Vimeo announced that it would launch an app for iOS and Android that would allow users to play web videos in real time. Vimeo launched the app for iOS and Android on June 1, 2014. The company said it plans to release the app for Android later this summer.\\n\\nThe new 8i Portal web player will be available in the app stores for iPhone and iPad. It will be available for $9.99 per year, and will include a web player for the following platforms: Android, Apple TV, iOS, Mac, Windows, and Linux. The app will be available on the company's own website, as well.\\n\\nIn addition, the 8i Portal also includes support\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.968912601470947,\n", " 'text': ' in 2015.\\n\\nHowever, this growth is not evenly distributed across the country — the highest concentration is in the states of Maharashtra, Gujarat, Andhra Pradesh, and Karnataka. The highest concentration is also seen in Tamil Nadu, Tamil Nadu and Karnataka. The highest concentration is seen in Andhra Pradesh and Tamil Nadu, but not as high in West Bengal.\\n\\nIn fact, the percentage of daily mobile bank users in West Bengal is less than one-third the share of mobile bank users across the entire country.\\n\\nIn comparison, the percentage of the population that uses mobile banking has more than doubled in the last five years, while the percentage that uses daily mobile banking has nearly doubled.\\n\\nThe growth in mobile banking in India has also led to a rise in cross-border',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 9.156122207641602,\n", " 'text': \" the world's population is on track to reach 9 billion by 2050. New York: Cambridge University Press. (2017.\\n\\nRosenstein, M., and J. Dorn. 2003. Population dynamics in the 21st century: The case of Europe. New York, NY: Springer.\\n\\nSchneiderman, J. D., and A. M. Kuznets. 2014. Global population trends. New York: The New Yorker.\\n\\nSieglitzky, M. E., A. Kuznets, and A. Dorn. 2012. Population growth in the world's poorest countries: The case for economic growth. International Journal of Population Research.\\n\\nSiemann, R. E., R. J. Tisch, and A\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.3465166091918945,\n", " 'text': \" cookbook I bought years ago, and it's a little different than what I've used before.\\n\\nThis week I decided to try something different - I'm going to go out on a limb and say this is the best beefburger I've had in years. My friends and family love these. They're light and fluffy, and they're so delicious!\\n\\nIf you're not sure how to cook beef, you're not alone - it takes time, practice, and patience, but once you get the hang of things, these are the best beefburgers on earth.\\n\\nHere's the recipe, and I'll be posting new recipes from now on.\\n\\nI hope you love these beefburgers too!\\n\\n5.0 from 6 reviews Easy Beefburger\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.588147163391113,\n", " 'text': ' that it will be very cold, but it is important for us to get in the car and drive for a little bit before we get there. It is so cold that it is not even safe to drive. We really want to go to Darwin, it is so far away. We need to get there in time.\"\\n\\nThe couple have two daughters, aged four and five, and are looking forward to getting to Darwin.\\n\\nA spokesman from Darwin Zoo said: \"It is not unusual for animals to travel long distances for breeding, but this is unusual in the case of a giraffe.\\n\\n\"We are aware that our giraffe is being kept in captivity and will monitor its condition and make any appropriate decisions. We do not have any further comment at this stage as we do not',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.032729148864746,\n", " 'text': 'iraChloe. LauraSue. Laura_Sue.\\n\\n\\nGingerLee.\\n\\n\\nLori.\\n\\n\\nVickyLloyd\\n\\nLydia\\n\\nKathryn.\\n\\n\\nSarah.\\n\\nNicole.\\n\\nKatie.\\n\\n\\nCaitlin\\n\\nSarah.\\n\\nCatherine\\n\\n\\nMegan.\\n\\n\\nCindy.\\n\\n\\nCatherine\\n\\n\\nKaren.\\n\\n\\nCarly\\n\\nTara\\n\\nSara\\n\\nLaura\\n\\nKaren.\\n\\nSarah.\\n\\nDiane\\n\\nLindsey.\\n\\n\\nCaitlin\\n\\nSandra\\n\\nSarah\\n\\nKatie\\n\\nCatherine.\\n\\nCatherine\\n\\n\\nGingerLee\\n\\nSarah\\n\\nCatherine\\n\\nSarah',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.888413429260254,\n", " 'text': \" City. The company has said it wants to move its headquarters from Seattle to Texas, where it would be located on the border of Texas and Oklahoma. But the board is set to consider a proposal from the city of Arlington.\\n\\nIn an interview with The Texas Tribune on Wednesday, Arlington City Council President Michael R. O'Halloran said the board will consider the city's proposal to give Amazon tax breaks. The city has proposed a tax-exempt status for Amazon's headquarters, which it says would give it an unfair competitive advantage.\\n\\nIf the council approves the tax breaks, the city would be the first in the nation to offer Amazon tax breaks in exchange for its approval of a proposed development project, O'Halloran said. He said the incentives could be used to fund other city projects\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.893059730529785,\n", " 'text': ' Ricketts.\\n\\nPlease contact us if you have questions about our services or would like more information about the treatment of your specific condition. You may also find us at:\\n\\nDr. Ricketts & Associates\\n\\nP.O. Box 1611\\n\\nMountain View, CA 95043-1611, USA\\n\\nPhone: +1 650-722-6232\\n\\nE-mail: lee@leericksandassociates.com\\n\\nWebsite: lee.ricketts@gmail.com and leeritsassociates.org\\n\\nFacebook Page: http://Facebook.com/Leeritt-Associates\\n\\nDr. Ricketts is an Associate Professor with the Medical School at Stanford University specializing in Neuropsychiatric Diseases,',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.190236568450928,\n", " 'text': 'traffic)/28(truck) MPG\\n\\nPrice $23,995 Avg. Dealer Rating: (17 reviews) \"Good price for the car. I got the car a few days after I bought it and they said that it would be delivered in 1-2 weeks, but they didn\\'t get it until the next day. I was very upset and they said that they would call me back and I would see if they could get it back in time for my birthday. I called them back and they were very nice. I will definitely be back for another car. I would definitely recommend this dealership to anyone.\"\\n\\nhttps://static.cargurus/images/forsale/2018/09/25/06/58/2013_honda_crossover_cou',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 4.959725856781006,\n", " 'text': ' had one!\\n\\nRated 4 out of 5 by Roxy from Love this bag I bought this bag because it is the only one I could find that was made in the United States. I am so glad I did because it is the perfect size for me. It is very comfortable to wear and I love that the straps are adjustable. It fits perfectly in my purse. I am 5\\'9\" and it is a perfect size to wear under my dress. I do wish it had more pockets, but again, I love it.\\n\\nRated 3 out of 5 by Anonymous from Good bag I bought this as a gift for my husband. He loved it and it fits him perfectly. However, it does have a few places where it could use some work. For example, I can\\'t find',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.7699151039123535,\n", " 'text': \" time you spent on the project. I can't wait to put it to work. I will update you when I get it to work properly. I wish you the very best in all your endeavors.\\n\\n\\nPS: If you have any questions regarding this project or the process, please do not hesitate to ask.\\n\\n\\nThank you very much for your understanding!\\n\\n\\nBest wishes,\\n\\n\\nChris\\n\\nClick To Tweet\\n\\nHi everyone! I just wanted to let everybody know how much I appreciate all your comments and questions about this project. In the end, I wanted to make sure everyone was happy with the finished product so I made a few changes. First and foremost, I made sure the brass was properly ground before shipping it to you all. Second, I made sure all the brass\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.219013690948486,\n", " 'text': \" where you need to take some time away from your family and take some time to think about your writing, and how you are going to use it. You will need an editor. You will also need to make sure that your writing does not go stale. You will need an editor so that your writing will not go stale. You will need an editor to ensure that your writing will stay fresh and exciting. You will also need an editor to make sure that your writing will keep pace with what you are doing, so that you do not lose sight of what is going on in life. You also need an editor so that your writing will not get stale. And finally you will need an editor to ensure your writing doesn't get stale and that your writing does not become boring. And that's it.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 5.393650531768799,\n", " 'text': 'la didn\\'t see coming.\\n\\n\"What do you mean, you don\\'t want to do this?\" she asks Carla, trying to keep her voice calm.\\n\\n\"No,\" Carla replies. She does not want to do this at all. \"It\\'s just not right. I don\\'t have time for this. It\\'s too much for you, too many things to juggle. I don\\'t want to go through this again.\"\\n\\n\"It is too much for me,\" she says again, louder.\\n\\nThis is the moment that makes her want to cry. She can\\'t stop crying, can\\'t hold it in anymore, can\\'t hold it in for longer.\\n\\n\"What do you want me to do?\" Carla asks. \"What do you',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.036049842834473,\n", " 'text': \" on one service, and great wine, I highly recommend going here! I've been going to this place for over 10 years now, and it's always a hit!\\n\\nI have been coming to this place since I was about 6 years old, and it's always the same. They have some great drinks and great food! The only downside is that they do not have enough room for you to take your own table, so you'll have to share with someone else. The service is very friendly and attentive. The atmosphere is pretty cool and cozy.\\n\\nWe came here around 7:30 PM on a Friday night and it wasn't packed. We were there to celebrate the birthday of a close friend and it wasn't too busy so we didn't have to wait long for our table.\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.465090274810791,\n", " 'text': 'ang, and is one of the most famous attractions in Melaka. In the summer, it attracts tourists from all over the world, especially from Indonesia, Thailand and Sri Lanka. During the winter season, it attracts travellers from all over the world, mostly from Thailand and Sri Lanka, as well as from other parts of Southeast Asia. It is also known as the \"Melaka Tower\" and is the most famous tourist attraction. Melaka Tower was built with the help of the Ministry of Tourism and Culture and the Ministry of Health and Family Welfare. In the summer season, visitors to the tower come from all around Indonesia and Thailand, including Singapore, Malaysia and the Philippines. It is also popular during the year-round tourist season. In the summer season, visitors from all over East Asia come to visit',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.446482181549072,\n", " 'text': ' you want,\" she said.\\n\\n\"You\\'re going to be able to say, \\'OK, I\\'ve got to do this, and I\\'m going to give myself permission to have fun with these things, to do this, to do that.\\' \"\\n\\nShe added, \"I would love to be able to give you a roadmap for how to do that. It\\'s not like I\\'ve got a magic wand, it\\'s just that I\\'ve been working with these kinds of ideas for years.\"\\n\\nShe said the next step would be for her research group to take a step closer to finding out more about people\\'s brains, and how they can be harnessed.\\n\\n\"This is the first time I\\'m talking about this, so I hope it\\'s not the last,\" she',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 7.82752799987793,\n", " 'text': '\\nhttp://lawyers.mcglone-law.com/law-reviews/law-profession-review/observant-client-legal/observant-law-review/observe-law-review/observant-law-reviews/observantlaw-review.html\\n\\nhttp://www.theobserver.com/2015/09/14/local-law-review/observed-by-lawyers/\\n\\n\"Obscure Law Review: The Definitive Guide to All Things Obscure Law\"\\n\\nhttp://obscuredovelark.org/2015/09/14/observantlawreview.html\\n\\nLawyers. McGlone & Associates, P.C.:\\n',\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 4.866222858428955,\n", " 'text': ' their lives.\"\\n\\nIn some ways it\\'s not surprising. In the U.S. and other developed countries, for instance, women are far more likely than men to report being sexually harassed. In 2014, the U.S. Government Accountability Office (GAO) issued a report titled, \"Sexual Harassment: What We Know, How to Do About It, and What to Do About It: A Report to the Congress on Capitol Hill.\" In it, GAO found that women and girls are twice as likely to experience some form of sexual harassment than men. And the number of women reporting sexual harassment in the workplace is higher than that of men.\\n\\n\"Women who are sexually harassed often have little or no recourse. They may feel powerless to get help, they may feel like their',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.24618673324585,\n", " 'text': ' week that you are on your way to becoming a millionaire. This is the only way to achieve this dream.\\nI am not saying that you should have a large amount of free time, just that it needs to be allocated to the right places.\\nI know that you are not the only one who enjoys spending time with friends. I also know that you want to get to know your family and friends, and I am sure that you want to be able to spend some quality time alone.\\nI hope that you will find it easier to spend time with your loved ones when you spend time with each other. I hope that you will enjoy spending quality time with your family, and that you will have more time for your hobbies as well.\\nI am sure that there are plenty of other ways to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 8.945731163024902,\n", " 'text': ' Group to a group of private equity funds led by private equity firm TPG.\\n\\nPenta will receive an equity stake of 25 percent in ADAST Group, which will have a market value of about USD 10 billion, according to sources. J 23 will have a stake of 10 percent.\\n\\n\"We are pleased to conclude the transaction, which is a major step in the development of the company, with private equity funds, which have long been a major player in the investment banking industry,\" said Mr. Vahid, chairman of ADAST.\\n\\nMr. Vahid added: \"We believe that the deal will provide ADAST Group with a strong foundation for long-term growth.\"\\n\\nThe transaction is expected to generate about USD 100 million in revenue. The sale will be',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.418488025665283,\n", " 'text': 'opy. This is one of the first examples of a high-brightness light source used for medical imaging.\\n\\nThis light source has a wavelength of 665 nanometers (nm). This is the same wavelength that is found in the human eye and allows for a wide range of colors to be seen by the human eye. The wavelength of the light is also the same as the wavelength of visible light. This means that, unlike conventional light source, the high-brightness source has a much wider color spectrum and allows for much greater contrast between the colors. This allows for the use of this light source for many medical imaging applications, including achromatographic imaging, in vivo imaging, etc.\\n\\n\\nThe High Brightness light source uses the same light source that was previously used to produce the',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 5.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 0, 'deltas': 4},\n", " 'perplexity': 6.026421070098877,\n", " 'text': 'oyd was the daughter of Thomas F. Loyd, Jr., and his wife, Martha. She graduated from the State College of Pennsylvania, where she served as president. She was the first woman elected president of the College of William & Mary. She married John W. Loyd in 1883 and had five children. She died in Pittsburgh on June 28, 1960, at age ninety-two. She was preceded in death by a son, John Loyd (Mrs. John W. Loyd) and a granddaughter, Margaret W. She is survived by a brother, Thomas J. and a sister, Mary S. She was preceded in death by four brothers and one cousin, John W. Loyd and James W. Loyd and a sister, Mrs. John W. Loyd. She',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 1312.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.006863594055176,\n", " 'text': ' be learning to make BBQ in your own backyard. This BBQ class will be a great opportunity for you and your friends and family to learn the art of making BBQ, along with some fun activities.\\nThis class will be a great opportunity for you to learn the art of BBQ. We will teach you how to make a BBQ, how to cook it, and some of the different types of BBQ. We will also be making some BBQ recipes to share with your friends. This BBQ class is free and everyone will get to try some delicious BBQ! This is a great opportunity for people of all ages and abilities to learn BBQ. We will also be teaching you some of the BBQ recipes that we use in this class. This class is free to attend and everyone is welcome. We will have some fun activities for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 15.031000137329102,\n", " 'text': '\\nThis message was generated automatically and there is no need to appear to be anyone else using this message or discussing the subject in its current form. This message will likely be deleted unless it is needed by a different party. If you need more information please read the discussion in \"Mac OS X Mavericks (9.5)\". This message might be removed before it has been reviewed by Apple. It has been posted in this thread because it is of interest to some of you.\\n\\nAttachment: signature.asc\\n\\nSize: 5.78 KiB\\n\\nMessage: Reply with quote #1\\n\\n\\nI\\'ve checked and it looks like I\\'m on MacOS 10.5.2, not MacOS 10.6.\\n\\n\\nI\\'ve also checked MacOS X 10.6.',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.016042232513428,\n", " 'text': ' buckle. Sizes available: S/M to M/L.\\n\\n\\nPlease select the size that best fits your body type. Our measurements are based on our measurements taken on our size charts. If you are unsure about your size, please call us toll free at 1(800) 633-3827 or send us a convo. You can also email us at info@pinkhelmet.com with any questions.\\n\\n\\nPlease include your height, weight in kilograms and/or height in centimeters when ordering your item from us.\\n\\n\\nAll items are shipped from the US.\\n\\n\\nAll sales are FINAL. No returns, refunds, exchanges, refunds or credit for any reason are accepted for any reason.\\n\\n\\nPlease allow 1-5 business days for your item to be',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.233603477478027,\n", " 'text': \" 2014:\\nA few weeks ago I wrote a post about the differences between Google's search algorithm and Google Analytics. Google's algorithm is based on how many pages a user has viewed, how many links are found on each page, and how often they click through. Google Analytics is a web analytics service that measures how often people click through on a website, how often they click through again, and how often a page is viewed again. Google's algorithm is a bit different, though, in that it looks at how many pages a site has been viewed on, not how often a page is viewed. Google's algorithm does not consider what other sites a site has been visited on. This makes Google Analytics a bit of a mystery to me since I've never seen it used in any real-world context.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.361532688140869,\n", " 'text': ' and air conditioning, a new library, and new facilities. The board also announced the hiring of three new teachers. The board also announced a $1 million grant program to help build new school buildings and to support the expansion and rehabilitation of existing facilities.\\n\\nThe 2016-17 school year also included the hiring of three new teachers for the new year. The board also announced a grant program to support the construction of a new school, and to support the expansion and renovation of existing school buildings.\\n\\nThe school year ended in September with the hiring of two additional teachers. The district also announced the hiring of two new staff members. The district also announced a new staff member for the special education office.\\n\\n\\nThe 2017-18 academic year began with the hiring of two new teachers for the new year',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.874417304992676,\n", " 'text': ' and schedules.\\n\\nGOLF COURSE SBC is located in GOLF STORE. The course runs from 7am to 6pm every day. The course costs Rs. 50 per person in cash only.\\n\\nGOLFWAY COURSE SBC to GONDIA CY LIBRARY is located at the GONDIA STREET end of GOLF COURT.\\n\\nGUILDFORD STREET SBC to GONDIA CY BANK is located at GOLF COURSE. The course runs from 7am to 10pm every day and is free.\\n\\nGOLF COURSE SBC and GOLF COURSE STREETS to GOLF COURSE SBC to GONDIA CAMPUS are both located at GOL',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.727724075317383,\n", " 'text': \", so I was going to finish the first season of the Wire.\\nAnd then I thought, 'Oh, my God, what's going on. I can't finish the show. I need to finish it.'\\nThen I was told that there was no more room on this show, so I'm done.\\nSo I'm going to take a break from the show, and then come back, and finish it.\\nI don't have any plans to return to the show.\\nI'm not even thinking about returning to it.\\nAnd I'm not even thinking about going back to it either.\\nIf I do, I won't even think about it.\\nI'm going to do what's best for myself, for my family.\\nIf I do, I don't\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.060750961303711,\n", " 'text': \" of rules than the rest?\\nOr is it because the rich don't seem to care about their own well-being and the poor do?\\xa0\\nOr is it something else?\\xa0\\nIf the answer to this is yes, then we should all be outraged, and we should be doing something about it immediately.\\xa0\\nOr is it something else?\\nIf we're not outraged, then we're complicit and we're not doing anything to help.\\xa0\\nBut if we're outraged we're complicit, and complicit we are doing nothing to help.\\xa0\\nAnd if we're doing nothing to help we're doing something about it, and we're doing something about it, we're all complicit.\\xa0\\nOr is it some combination of all three?\\nAnd if we're all complicit,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.396078586578369,\n", " 'text': \" Each box contains 90 contact lenses. You will receive one replacement contact lens per month for a total of 90.\\n\\nYou will be notified by mail when your replacement contact lenses have been shipped.\\n\\n\\nWe are not responsible for lost/stolen lenses or lenses that do not fit.\\n\\n\\nOur contact lenses are designed to fit any type of lens. If you are allergic to any of the ingredients in any of our contact lenses, please consult a healthcare professional prior to using the lens.\\n\\nContact lenses for children are not recommended for use due to potential allergic reactions. Our contact lenses are for contact lens use only. You should have your child's healthcare professional check for any allergies to the lens before using the lens. All contact lenses must be removed from their eyes before the lens is removed.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.287477493286133,\n", " 'text': \" judge ruled that the transaction violated federal antitrust laws and could be halted by the US Justice Department if the company cannot prove that it would not have been harmed if it had been allowed to go ahead with the takeover.\\n\\n\\nShares of US Foods fell about 5 percent on Monday.\\n\\n\\nUS Foods announced its plan to merge with Kraft Heinz Co., the largest food processing company in the United States, earlier this year.\\n\\nIn a lawsuit filed in September, Kraft said the merger would reduce competition and hurt consumers by increasing prices. US Foods has said it would pay Kraft $15 billion to acquire a controlling stake in US Foods, which would make the deal worth about $3 billion to the combined company.\\n\\nKraft has said it intends to continue operating US Foods, despite the federal judge's\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.7325897216796875,\n", " 'text': ' of the Earth \\xa0by kalim m.\\n\"I don\\'t have a lot of words to say about this film. It is an absolute masterpiece. It has everything that you can want from a film and more. I have to say I\\'m really impressed with this film because it has everything that I have come to expect from this genre. I have watched this movie a few times now and I can\\'t really describe how I felt watching this film. I can say that all the details in this film were absolutely perfect. It\\'s a very unique film, it\\'s beautiful, it has a lot of emotions in it, and I can say that I am very happy with this movie and I hope that you will like it as well. It has a lot of heart, and I think that',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 11.041115760803223,\n", " 'text': ' to see Him. I hope you enjoy these videos!\\n\\n1. What is Hearing and how does it change your life?\\n\\nhttps://medium.com/media/4d0a2f8f4b8a0a9c6e3f8c7b9f8a9a4/href.html?width=100&version=1&rel=\"stylesheet\">2. How do you know you are listening?\\n\\nhttps://youtu.be/_bv9qC9_N0I/embed?rel=0\\n\\n3. How do you feel about listening?\\n\\nHow do I listen?\\n\\n4. What are some ways that you don\\'t hear?\\n\\nHow do I feel about listening?\\n',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.617527008056641,\n", " 'text': ' Role in Labor Markets: The Implicit Contract Model. Journal of Labor Economics, Vol. 25, No. 3 (2004).\\n\"Income and Labor Market Behavior: Implicit and Explicit Contract Models.\" In The New Economics of Labor Markets (ed. Steven C. Cohen & Robert B. Stern), pp. 1-21. Brookings Institution Press, Washington, DC.\\n\"Inflation and Job Growth in the Great Recession.\" In Economic Policy, Vol. 33, Issue 4 (June 2010).\\n\"Income Inequality, Job Losses, and the Implicit Contract Models.\" Review of Economic Studies, Vol. 77, Issue 3 (March 2010). This article discusses the effects of income inequality and job-specific wage loss on the labor market.\\n\"Implicit and Explicit Contract',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.318705081939697,\n", " 'text': \" the site has been down since the last time I tried it.\\n\\n\\nIs there anything I should do?\\n\\nThanks,\\n\\nBrent\\n\\nReply to this post edit] Poster: brittlloyd Date: Nov 25, 2009 3:03pm Forum: speed_runs Subject: RE: Brittloyd's site? I don't have the domain but I do have the IP address, so I should be able to get in. I don't know how to get the IP, but I can get the hostname of the site from the IP address, so if you want to host Brittloyd's site you can just use the IP address and hostname. brittloyd's site is on www.brittlloyd.com. I don't\",\n", " 'msg_rate': 0.35,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 12.153098106384277,\n", " 'text': ' are modern and comfortable, offering the latest technology and amenities. The resort boasts a fully equipped guest lounge, restaurant, swimming pool, gym, spa, meeting rooms, conference rooms, meeting rooms, bar and restaurant, fitness center with exercise equipment, fitness center, spa, and fitness center.\\n\\n\\nFor more information, please contact us at (061) 631-8870 or by email at booking@eastbourneresort-somla.com (Please note that we will not be responsible if your reservation is cancelled or cancelled without notice).\\n\\nEast Bourne\\n\\nShimla, India\\n\\nMumbai India, India Tel: (049) 831-5890\\n\\nwww.eastbourneresort-shimla.com (',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.276676177978516,\n", " 'text': ', it\\'s something that I\\'ve thought about every single day since I was a little girl, because it\\'s something that I\\'ve been trying to avoid. And I don\\'t know if that\\'s just because he\\'s young, or if I just don\\'t know how to deal with that, or maybe that\\'s just because it\\'s really hard to say. But I\\'ve heard it a few times now, and it\\'s something that I don\\'t really want to say. And it\\'s like, \\'Well, it\\'s not like I want to go away.\\'\"\\n\\nThen, one day in the fall of 2015, she got a call, and the voice on it said, \"I\\'m here for you, and I\\'m here to help you. Please call me when you need me, and we',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.781270980834961,\n", " 'text': \", according to our survey, yes, and yes, according to our poll.\\nThe survey also asked if the average ticket price was too high, too cheap and too low for the average moviegoing consumer.\\nIn April we asked whether people would spend money on a movie if they could get it on DVD or Blu Ray. The average response was yes, yes and probably yes. The average ticket price for a movie was $8.80.\\nIn April our survey asked if people will spend money on movies if it's on DVD and not on Blu Ray.\\nThe average response was definitely yes and probably yes.\\nSo, if you are interested in seeing a movie that might be on DVD or Blu-Ray but not on Blu Ray then there is good news! There is no need to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.121722221374512,\n", " 'text': \" phase in UNStudio's transformation. The consortium will focus on the design of UNStudio's new office buildings.\\n\\nUNStudio has already started to plan for the new building, and it is expected to be completed by mid-2017. A new office and retail space for UNStudio is expected to open in the second half of 2017 or the third half of 2018, according to an industry source.\\n\\nThe UNStudio offices are expected to include a new conference hall, office and retail space, and new meeting rooms, as well as a conference room and a meeting hall. The conference room will also include a conference room and meeting room, as well as an office and retail space. The retail space will be located adjacent to the existing conference room.\\n\\nUNStudio is currently working with HPP\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 9.480206489562988,\n", " 'text': ' 1, a group of about 30 students gathered outside the school and started shouting slogans against the school\\'s autonomy.\\n\"We are protesting against the government\\'s intervention in Jogyesa Temple. We want to know the reason why the school is being shut down,\" said Surya Singh, 16, one of the students present at the rally. \"There are so many issues which are affecting our lives here. This is not about freedom of religion. We want the authorities to take care of our children.\"\\nOn April 1, a group of about 30 Students of the School of Religious Education, which teaches at the school, gathered outside the Jogyesa temple to demand its immediate closure. The students were protesting against the administration\\'s decision to shutter the temple.\\nOn April 1, students from',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.670479774475098,\n", " 'text': 'ethyst has the highest purity of any quartzite, and is one of the hardest minerals in the world, with a hardness of 2,300,000,000,000. It is commonly used as a gem material, although it is also a very hard mineral. The color of amethyst varies with age, although it usually ranges from red to yellow, and can be white, green, pink, orange, blue or purple.\\n\\nGemstones of Quartz\\n\\nGems of quartz are commonly used in jewelry. The colors of amethyst are different from that of other minerals. Amethyst can be yellow, orange or red. The color of quartz varies with age, with yellow being slightly harder than orange, red slightly harder than orange and blue slightly harder than orange. However, most of the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.012287139892578,\n", " 'text': \", our parents, my father's childhood, my mother's childhood with my mom and her boyfriend, our grandparents' childhood with my grandparents, my mother and me, my father, my brother and his wife, our mother's boyfriend and his wife, our father, my mother's boyfriend and his girlfriend, my father's boyfriend and her girlfriend, our father, our mother's mother, my mother's girlfriend, my mother's mother, my father's girlfriend and my brother and my girlfriend, my father, my mom, my mother's mother, my father's girlfriend, our father, my mom's mother, our father's girlfriend, my mother and my brother's girlfriend, my mother's mother and her boyfriend, my mother and her boyfriend, our father and her boyfriend, my mother and her girlfriend and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 9.658702850341797,\n", " 'text': \" the deadly waters. The rescue operation started on Sunday, March 18th, 2014, when rescuers from over 20 countries and over 20 countries of all nations, including our own, stepped in to help save the lives of children trapped in the cave, located at the base camp area of Chonburi National Park on Thailand's west coast.\\n\\nThailand is known as a country of natural beauty, but in recent years there has been a lot of flooding caused by the destructive monsoons. This has caused a significant decline in the number of fish, which in turn has led to an increasing number of animals being killed by predators, as well as a decline in their habitat, which is one of the primary reasons for the loss of fish and other animals in the Mekong River Basin.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.761764049530029,\n", " 'text': \" everything you need to design a website, including basic HTML, JavaScript and CSS.\\n\\nYou will be taught how to create web pages using the latest Web technologies. This course will give you the tools and knowledge to create web pages using any modern web framework. You will also gain an understanding of how to design web pages in Adobe Photoshop, Illustrator, Illustrator CS5, or InDesign and how to use the Adobe Photoshop Elements library to create web pages. You will be introduced to the Adobe Creative Cloud platform and learn the Adobe Creative Suite to create web pages using Adobe Photoshop and Illustrator. This course is designed for web designers, photographers, video editors, web designers, and graphic artists. It's designed to give you the tools and knowledge you'll need to create a web page on the web\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.941225528717041,\n", " 'text': \" you'll also get the opportunity to earn 5% annual interest on your time deposits. This is a great benefit if you are looking for a way to earn money while saving money. You can earn up to 0.5% interest on your time deposits. You'll also be able to earn up to 1.5% interest on any interest paid to you on your time deposits, regardless of whether you are a borrower or borrower-initiated. In addition, if you are a borrower, you will also earn 5% annual interest on all time deposits.\\n\\nYou'll also be able to earn up to 2% interest on any interest paid to you from Citibank.\\n\\nCitibank Payroll\\n\\nWe offer you the ability to set your own payroll and manage your\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.358158111572266,\n", " 'text': ' a video game then you are playing the video game, you have to play it every time you play it.\\n\\nIn your free time,what are you doing?\\n\\nWhat is your favourite hobby? What do you love to do with your free time? Do you play video games?\\n\\nDo you play video games with friends?\\n\\nDo you play video games on the phone?\\n\\nWhat do you do when you are not working?\\n\\nDo you like to go to the movies? Do you enjoy watching movies? If so, why do you like to watch them? If you are a film lover,what movies do you like watching? Do you like watching movies when you are bored? Do you like watching films with subtitles? If so, which ones and why do you',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 37381.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.8958282470703125,\n", " 'text': \" We're also proud to be a leading manufacturer of locking and keying equipment in Australia. We've been in the locksmith industry for 35 years, and have been in the industry long enough that we know exactly what makes our products unique. We're proud to offer our customers the best in lock picking, locksmith service, and service quality.\\n\\nLock picking is a highly complex and demanding job that can take many months to learn and master. If you are a lock picker or keying technician, you should take time to develop your skills and become familiar with the different methods used in the locksmith industry. If you're an experienced locksmith, you'll be ready to tackle these tasks in a day or two. Lock picking is a highly complex job that requires a strong sense of humour,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.6356353759765625,\n", " 'text': 'oversMAX is a leading company that has a wide variety of moving services in the NY and NY State. The company has been serving moving companies and their customers in Randallsville, New York since 1989. We specialize in moving services.\\n\\n\\nWe offer the following services to our clients: Moving:\\n\\n1. Moving services:\\n\\n1) Moving Services: 1. Moving services: Moving: 2) Moving Services : 2) moving services Moving: 3) Moving Services :\\n\\n3) Moving Services :\\n\\n3)Moving Services: 4) Moving Services :\\n\\n5) Moving Services: 5)\\n\\n6) Moving Services : Moving: 6) Moving Services : 6) moving services\\n\\nMoving Services: Moving Services : Moving services Moving Services :\\n\\nMoving Services:',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.855210304260254,\n", " 'text': ' as well as your spouse, to you. It is a powerful technique which can be used for both physical attraction and lovemaking.\\n\\nThe technique, known as vidya bhuvanam, means that the technique is rooted in the Vedic teachings. The technique has been used for over three centuries by the great sages of ancient India, including Brahmins, Buddhists, Vedicists, and Tantriks. It has been practised in various forms by yogis and saints since ancient times. It is a powerful technique and can be done by anyone. The technique can also be done for lovemaking. The technique uses the same principle as the bhuvanam which is called bhavana or lovemaking.\\n\\nHow does the technique work:\\n\\nWhen you',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.030221939086914,\n", " 'text': ' U.S. has dropped slightly since 2013. The online dating industry is also growing fast in China. Online dating in China is booming with more than $3 billion in annual revenues, and it has been increasing in popularity as a way of attracting new users to the Chinese market.\\n\\nChina has also become a global hub for the development of social networking sites, such as Facebook. The number of Chinese visitors to these sites in the first five months of 2015 was more than four times the number of visitors to Facebook in 2010.\\n\\nAs in the U.S. Internet service providers in China are not subject to consumer protection legislation, and are required by law to treat their customers fairly, they are not subject to government regulation. In addition, they can operate without government oversight and are allowed to charge',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.4903364181518555,\n", " 'text': ' don\\'t know about everyone else, but I\\'m going to give it a shot myself.\\n1. How do I make sure that my script is executable? If I type:\\n$ sudo bash\\nand press enter, it will run the script, but it won\\'t run it in the background. I\\'ve tried this with\\n$ sudo bash -c \\'echo \"hello world\" > /home/pi/scripts\\', and the script will run. I don\\'t know if this is an issue for me, but let me know.\\n2. How do I use the script to build a new image?\\n$ sudo mkdir -p /home/pi/scripts $ sudo make -f Makefile.in $ make -j8\\n3. I\\'m having an issue with',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.6572041511535645,\n", " 'text': \" the world. In order to make this choice you need to take into account that there is a lot of information about the history of the Earth and its biosphere on the web, and you need to be able to find information about the present and future changes of those biosphere. In order to make this choice, you must have a good understanding of geological history of the world.\\n\\nThe book is based on the research of the book that I have published, which is the book The Geocentric Universe, which is an introduction to geophysics and the Earth's geocentric system, and is the first book on the geocentric universe that I have written. The geocentric model of the Earth was first formulated in the 1960's, and is a model based on the model of\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 3.1820850372314453,\n", " 'text': 'osuInterview,,, 1 0 1,, 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 1 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 0 0 1 0 0 1 1 0 0 0 1 1 1 1 0 1 1 0 0 0 1 0 1 1 0 0 1 1 1 0 1 0 1 0 0 0 0 0 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 0 1 0 0 0 1 0 1 1 1 0 0 1 0 0 1 0 0 1 1 1 1 0 1 0 0 1 1 1 0 1 1 1 0 0 1 1 1 1 0 0 0 1 0 1 0 0 1 1 1 1 1 0',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.716436386108398,\n", " 'text': ' in the CrossFit gyms in Chicago, Chicago, PA and New York and they finished in the top five in all three events! Check out the video below:\\nHere are some photos from the event! If you missed it, check them out here:\\nI hope you all had a great weekend! Be sure to follow along on Facebook for the latest updates and news!\\nI hope to see you next week when we are back in NYC! See you then!\\nLove and Peace to all,\\nSophie\\xa0\\nYou can find my blog here \\xa0or\\xa0 here \\xa0and my Twitter here \\xa0or\\xa0 HERE \\xa0and\\xa0 HERE \\xa0\\nIf you like this blog and you would like to help support it, please visit my\\xa0 Patreon \\xa0page.\\xa0',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 4.826776027679443,\n", " 'text': \" next?\\n\\n\\nSCHEDULING\\n\\n* 6. What do you need to know?\\n\\n\\nSCHEDULE\\n\\n* 1. How long should I spend?\\n\\n\\n* 2. What do you need to know about this session?\\n\\n\\n* 3. What's the most important thing I can do today?\\n\\n* 4. What would you like to learn from this session?\\n\\n* 6. What's next?\\n\\n\\n* 1. How did you find this session?\\n\\n\\nSCHEMATIZING\\n\\n\\n* 1. What are you looking for the best way to practice?\\n\\n\\nSCHEDULING\\n\\n\\n* 1. What are you trying to practice and how?\\n\\n\\nSCHEDULING\\n\\n* 2\",\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.595076084136963,\n", " 'text': ') †. It\\'s amazing what you can do when you put yourself in someone else\\'s shoes‡‡‡‡. I\\'m really happy with the work we\\'ve done. We\\'ve gotten a lot of positive feedback from fans. I\\'m really excited for what\\'s next. I\\'m excited for what\\'s in store.\\n\\n“It\\'s interesting to me that there\\'s a scene where you\\'re on a boat in the ocean, and you see a girl. She\\'s wearing a dress and she\\'s talking to a guy. She says, \"What\\'s your name?\" You look up, you\\'re like, \"You know, it\\'s me, Uncle Ian. You know, I\\'m going on this adventure with you.\" You don\\'t know what\\'s going on,',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.753278732299805,\n", " 'text': ' cats who are homeless. If you would like to volunteer for our shelter, please click here to find your local office.\\nWe are also on Facebook and you can follow us on Twitter, Instagram and Google+ for updates.\\nThank You!\\nWe would like to thank all of those who helped us through this difficult time, especially our dogs and cats.\\nWe are also grateful for the support we received from other organizations who helped us with our fundraising.\\nThank you for your thoughts, prayers, and generosity. All of us here at the Dog Rescue of Southern Indiana would like to express our gratitude to everyone who has helped us in any way. It has been an overwhelming experience for us, and we would like to thank you all sincerely for your support.\\nIf you would like to volunteer for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.018321514129639,\n", " 'text': \" of the Milky Way, you may also find interesting information about the history of the Universe.\\nYou will find a wide range of topics in this site which may interest you, and you will find a lot of links.\\nIf you want to learn about the Big Bang, you may also want to read about this topic. You will also find a large number of links on the topics below.\\nIf you can't find the topic you are looking for, you can ask the author, and he will try to answer it for you. If he cannot, you can contact him via email and he will do his best to find you a good topic to read. If he can't find you a topic, you can ask him via the contact form and he will do his best to answer you.\\n\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.4353251457214355,\n", " 'text': ' 1st half 1 play, 0 yards, TOP 1:06 2-0 New York Jets New England New England 17 3 plays -3 yards 1:46 New York Jets New England New England 19 1 play, 2 yards 1:24 3-0 Dallas New York Jets New England New England 19 2 plays, 3 yards -4 yards 2:54 New Orleans Saints New Orleans New York Jets New England 1 play, 1 yard, TOP 3:10 4-3 Chicago Bears Chicago New England 2 plays, 3 yards, TOP 3:08 End of',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.271087169647217,\n", " 'text': \"s gaming platform Tencent Games is now available on the iPhone and iPad through Apple�s AppStore, allowing users to play the game on their devices. The app will be available on the AppStore in China as well.\\n\\n�We are very excited about the AppStore,� said Tencent CEO Bobby Huang at the press conference, according to the AP.\\n\\n�The AppStore has become the most important platform,� he added, �not just in China, but around the globe.\\n\\nThe AppStore is popular in the U.S. because of a number of reasons. For one, it is free for anyone to download the game and play, according to Tencent's website, and it is also free to install on any device, including tablets, smartphones, gaming\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.763649940490723,\n", " 'text': ' We want you to become a member, and have your picture taken with us.\\n\\nWe are always looking for new members to join the team, and if you have any concerns or questions, please feel free to get in contact by email, phone or by visiting our contact page here. If you would like more information about the team, visit our team page here!\\n\\nIf you have any questions or suggestions, please email us at: support@strathearthreach.com\\n\\nPlease note that we will never sell or give out your details without your consent. You can request that we do this in writing by contacting:\\n\\nStrathearth Reach\\n\\nStrathwick\\n\\nW8 5DU\\n\\nPlease email us any questions or concerns you have by visiting our contact page',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.204424858093262,\n", " 'text': ' of events.\\n\\n2018\\n\\nFriday, August 15 – Friday, September 6 – Friday, September 14\\n\\nMonday, September 15 – Monday, October 3 – Tuesday, October 10\\n\\nTuesday, September 30 – Tuesday, September 30 – Tuesday, October 3 – Friday, November 7\\n\\nSaturday and Sunday\\n\\nFriday, November 7 – Wednesday, December 7 – Thursday, January 6, 2018\\n\\nMonday-Friday, December 7-28\\n\\nSaturday-Sunday\\n\\nMonday-Sunday, January 1-25, 2019\\n\\n2018\\n\\nWednesday, January 20 – Thursday, February 4-7\\n\\nFriday, January 27 – Friday, January 29-February 4-8, 2019\\n\\nSaturday, February 4 – Wednesday, April 7-9\\n\\nFriday-Saturday',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.28529167175293,\n", " 'text': \"-day trek will take you through the valley, where you will be able to see the famous Himalayan peaks. The trek will begin at 6:30 am, and will continue throughout the day and night. In the evening you will be able to see the sun setting over the mountains.\\n\\n\\nThe hike takes about four hours to complete, depending on how tired you are after spending the day in the valley, and how many days you are willing to dedicate to trekking. You will have the chance to see many of Nepal's beautiful landscapes.\\n\\n\\nIf you are ready to spend the night in the mountains, the trek starts at 6:45 am and will continue throughout the night and into the night. During the day, there will be other activities, such as hiking, trekking and fishing\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.740067005157471,\n", " 'text': ').\\n\\nIn 767, he was made Bishop of Munich (769) and in 771 he became Bishop of Breslau. During the reign of the Holy Roman Emperor Constantine (764-769) he received the imperial title of Pope, and in 772 he became the first Pope to receive the title of \"Venerable\". In 773, he was elected Pope, but in 775 he was deposed as Pope by his successor, Pope Gregory IX of Constantinople.\\n\\nAt this time, the Papacy of Rome was in danger from schism, and the Pope, under the name of Pope Gregory XIII, issued an edict in 774, which decreed that all the popes of the Catholic Church in Asia Minor, and also those of the',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.782841205596924,\n", " 'text': ' Roku and Chromecast for free. The app is available to download in the US and UK and can also be accessed from the ABC app store. To find out more visit ABC.com/go, or call 0800 027 0800 or email info@abc.comgo\\n\\nHow to use the app?\\n\\nThe ABC Go app is available in the US on Apple and Android devices and on Roku, Apple TV and Chromecast. In the UK, users can access it from the Apple TV, Android and Roku apps.\\n\\nTo access ABC Go outside the United States, you need to visit the ABC app store. To do this, go to the Apple TV, Android and Roku apps, and then tap the ABC icon on the home screen.\\n\\nFor users outside the US',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.734172344207764,\n", " 'text': \" possible to export data to your favorite spreadsheet or database.\\n\\nThis is a great tool to get your data out of the warehouse and into your hands. You can then use it for your own marketing or other purposes. We've found it to be a useful tool for our own marketing efforts.\\n\\nWhat are the pros/cons of using stitch?\\n\\n\\nCons:\\n\\n\\nPro: It's easy to use\\n\\nYou can export all of your Shippo data to a CSV file\\n\\nYou can use stitch to export data from all of your sources including Shippo.\\n\\nCons:\\n\\n\\nShippo has a huge database of data\\n\\nThere is no way to import data from other sources like Google Sheets.\\n\\nHow do I use stitch?\\n\\n\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.242434978485107,\n", " 'text': \" CMS. It has a huge community and has a wide array of great themes.\\n\\nWordPress themes can be used as an alternative to the default theme. This means that you can create a theme of your choice, or you can choose one of the many themes available for free. This is a powerful tool to create your own theme for your website, and the best way to learn how to create your own theme for WordPress is to read through these articles.\\n\\nWhat are WordPress themes?\\n\\nThe term WordPress themes is used to refer to themes that have been created by WordPress developers.\\n\\nWordPress theme is the name given to any theme that is created by WordPress developers. WordPress themes can be created using the WordPress theme builder.\\n\\nIn this section, I'll be going over the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.84318208694458,\n", " 'text': ' cost, and many lack the knowledge. That\\'s why The National Association of Medicaid Directors (NANDA), the nation\\'s largest group representing state and local Medicaid programs, created a comprehensive guide for patients and families to understand how much it costs to get health insurance and what they should do to save money. The guide, titled \"How Much Does Insurance Cost?\", will be released today by NANDA in partnership with HealthPocket.\\n\\nNANDA is a non-profit organization, dedicated to providing comprehensive information on the costs and benefits of all aspects of health care, including medical, mental health, prescription drug, vision, dental care. The guide provides patients and their families with the information they need to make informed healthcare decisions and make healthy choices.\\n\\nNANDA, in partnership with the',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.706759452819824,\n", " 'text': \" It's a great time to visit the park and see what's new and exciting. It's free and all ages, so check it out. And if you're looking for something different, try out some of the events and activities.\\nHere's what to expect at the festival this year!\\nFriday, June 21:\\nThe kids will be on the move this weekend, so it's important to plan ahead. Check out these events and activities to help you get ready for the park.\\nSaturday, June 23\\nThe park will be closed from 7:00 am to 5:00 pm. We'll let you know when the park is open again.\\nParking:\\xa0\\nParking will be free at the park, although there is a limited number of spaces at the park.\\n\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 9.711749076843262,\n", " 'text': \"t taking the matter lightly.\\n\\nThey say the club is the victim and that Vecindario�s comments are part of the problem, which is that he doesn�t understand the difference between the club and the club's fans. They say he�s trying to play down the controversy, but that it�ll take time for the club�s supporters to understand what�s wrong.\\n\\nThey say there is nothing to stop Vecindario�s words from entering the news, but that it should be handled with respect, and that it�s time for the fans to get to know the facts.\\n\\nThey say they�ve heard from others who are upset at the comments.\\n\\nThey say they�re waiting to see if the club�s fans respond with a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.003176689147949,\n", " 'text': '.\\n\\nUSB 3.0 connection is possible.\\n\\nUSB 2.0 is also possible with dedicated adapter and can be connected with standard USB-C cable.\\n\\nThe user can choose between USB 3.0 to 2.0 and USB 1.1 Gen 1 to 2.0 adapters.\\n\\n\\nNote:\\n\\nThe system supports USB 3.0 / USB-C to USB-C adapter, but cannot support USB 2.0 to 1.0 / 1.0.1 / 1.1.1 / 2.0 to 2.1 adapters.\\n\\n\\nThe system is designed for high-performance and low power consumption.\\n\\nIt is ideal for multi-core Intel® Xeon® processor with up to 12 cores or up to 32 cores, and up to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7441.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.691514015197754,\n", " 'text': 'iring a defensive coordinator is a big deal in Indianapolis.\\n\\nJim Caldwell, who led the Lions to a 4-12 season in 2011, was named the head coach Wednesday for the first time. He replaces Jim Caldwell, who led the Lions to two Super Bowl appearances in the 1980s.\\n\\nCaldwell\\'s hiring comes on the same day that the Lions hired Jim Caldwell as linebackers coach for the first time. AP Photo/Chuck Burton, File\\n\\n\"Jim is an extremely accomplished head coach, and I\\'m sure he\\'s going to do an excellent job,\" Colts offensive coordinator Pep Hamilton said. \"We\\'re fortunate to have him as our defensive coordinator. I\\'m excited about it. He\\'s a good friend of mine.\"\\n\\nHamilton, who was the head coach in Indianapolis from',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.263757705688477,\n", " 'text': \" be a problem that you don't know how to solve. You don't have the skills and knowledge to solve that problem. In that case it's hard to build an effective software platform. The reason is because you don't have a clear vision of what you're trying to achieve. You don't know what your goal is. You can't see the path you want to take. You have no idea how to solve that problem. You don't have the tools or knowledge to solve it.\\n\\nThere are lots of ways to solve that problem. One of them is by building the right software platform that will help you to solve it. The problem you are trying to solve is a problem you have no idea how to solve because you don't understand how to do it. That's the problem.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 4.453845977783203,\n", " 'text': ' In a large mixing bowl, stir together the flour, baking powder, salt, cinnamon and nutmeg until well combined. In the bowl of an electric mixer, combine the eggs, milk and butter and mix on low speed until smooth. Add in the dry mix and gradually add in the flour mixture until combined. Add in the wet mix and knead until well incorporated.\\n\\nStarting at the bottom and working up the sides of the dough, roll out each dough ball about 1/4 inch thick and about 1/4 inch wide.\\n\\nPour one ball of dough onto a baking sheet and bake at 400 degrees for 20 minutes, until lightly golden brown. Remove from oven to a wire rack to cool for a few minutes while you prepare the remaining ingredients.\\n\\nWhile the dough cools',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 9.760372161865234,\n", " 'text': ' be done by using a specific amplification kit (Invitrogen; http://www.genetech.com). The quantitative PCR results obtained from real-time PCR can be used to determine the relative levels of mRNA or protein in various tissues and cells. The RT-qPCR analysis can be used to identify the relative mRNA and protein levels of different tissues and cells. The mRNA and protein content of different tissue types and cell populations can be determined by comparing their RT-seq data. The mRNA and protein content may be compared to those found in the reference tissue, or to those of the reference cell population, by using RT-qRT.\\n\\nIn general, RT-seq data obtained from a given tissue are better than those from a single tissue or cell population. However, RT-seq',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.609409332275391,\n", " 'text': \" members to the 2001 List.\\n\\nNOTE: You must add your name to be added to this list. If your name isn't on the list or if you're not listed on the list, you are not on this list. Please email us to update the list. If you have any questions about adding members, please contact us here.\\n\\nThe 2001 list is updated weekly, and the 2001 class is added to the 2001 List every week. If you would like more details regarding the 2001 class, please contact us at info@buckeyetrail.org. The 2001 list is updated monthly, and the 2001 class is updated every two months.\\n\\nNOTE: The 2001 Class List is only updated once per year, so if you are interested in adding a class, contact us to\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.513350963592529,\n", " 'text': \".\\n\\n• This is the first of a three-part review, the second of which will be published next week. For the full review click here. To order a copy for £10.99 or more, go to bookshop.thestar.com/shop.\\n\\n• To order the paperback, click here. To order a copy for just £9.99, download the app for your phone and go to bookshop.thestar.com or call 0870 612 2000.\\n\\nFollow @TelegraphFilm\\n\\n\\nThis article was originally published on The Sun and has been reproduced here with the author's permission.\\n\\nMORE:\\n\\nThe most dangerous place in the world\\n\\nThe best and worst places to visit in the world\\n\\nThe world's worst\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.061989784240723,\n", " 'text': ' culture and politics. The CECUPS mission is to advance the understanding of cultural and political phenomena through the analysis and analysis of cultural, political and sociological phenomena in the United States. The CECUPS research program is supported by grants from the National Center for the Study and Study in the Social Sciences (CESSP) at the U.S. Government Printing Office, National Institute on Aging, National Institute of Health (grants N01-AG06525 and P01-AG06693). The Department of Education (DOE) is the lead agency in the study of education and training in the United States. CECUPS research and teaching is conducted under contract with the Doe, Department of Education, Washington D.C.\\n\\nThe Center for the Study',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.061361789703369,\n", " 'text': '.\\n\\nWe have also made some great friends.\\n\\nWe had a great time on this adventure.\\n\\nWe are so thankful to the Queensland Government for the support and assistance we have received.\\n\\n\\nWe are all very proud of what we have done so far.\\n\\nWe are confident we can continue to build on the progress we made in Queensland.\\n\\nWe have a lot of work ahead of us!\\n\\nWe are so grateful to all the people we met along this journey.\\n\\nThank you for your support.\\n\\n\\nWe want to thank you again.\\n\\nWe wish you many happy New Years and Happy New Years!\\n\\nHappy New Year to you!\\n\\n\\nAll the Queenslanders\\n\\n\\nWe want to thank all those Queenslanders who have supported us',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.665654182434082,\n", " 'text': \"'s offense has struggled to run the ball, and has struggled to do so in the last month.\\nThey haven't been able to put up enough points, but have struggled to put up enough yards either, so this is a winnable one for the Owls if they can put it together for a bit.\\nThe Owls' defense is really struggling at times.\\nThey've allowed 23 points per game in three games. They've allowed 13 points per game in their last three games. The Owls' last two games have been shut out by Oklahoma State and Oklahoma. They've surrendered 15 points per contest in their last three road games. They've given up 21 points per game at home in their last five road games, so they should be able to put up some points.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.941896915435791,\n", " 'text': '?\\n\\nAnd how do you get out of a rut? What do you do when it gets too deep? How do you get out of a hole? And what does it really mean to be \"in\" a rut? How do you get out of a slump? And what is it about being \"out\" that makes it so easy to get back in?\\n\\nI\\'ve been working with people who are struggling to get back in a rut or out of a hole, and I\\'ve found them to be very, very honest and open about their struggles and their fears. I\\'ve seen them get back into their groove. They don\\'t need me to convince them otherwise. I\\'ve seen them realize that their problems are not unique, and they can work together to solve their problems',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.655432224273682,\n", " 'text': \" don't do it for you, try a hair treatment. It's cheap, easy to do and can keep your teeth and gums looking their best for a few months at a time, and can also help prevent cavities from forming in your mouth. You can learn more about hair treatments at our hair care section.\\n\\nWhat's the best place to get your hair cut, waxed or done? Haircuts and waxing can be done anywhere, so long as you're comfortable in your own skin, and you're not allergic to any products.\\n\\nHow much does it cost for a salon cut? It depends on how long you want your hair, how long you want your cut to be, and what you like about your hair style. The salon you choose will determine the price.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.975094318389893,\n", " 'text': \" buyers, buyers, buyers!\\nI have been asked a few questions recently about this, so here's a quick summary of what I mean. First, I'm going to assume that you have read all of the previous posts in this series. Second, if you've read them all, you know what you are dealing with, and what you are buying. If you haven't read these posts yet, here are a couple of links to some of the previous posts:\\nBuyers, buyers, buyers?\\nI'm going to assume for the sake of this argument that you've read and understood all of these posts in the series:\\nThere are a lot of things you can buy with Bitcoin, some of them good, and a lot of other things you shouldn't be buying with Bitcoin, some\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.929254531860352,\n", " 'text': 'ishment. Our team of skilled and experienced technicians can work on a range of projects to ensure that your project looks and feels the best it can. Our work is designed to enhance the appearance and performance of your project. We do not have any fixed prices for our projects so please call us for more information. Call us today for a free estimate to find out more about our services.\\n\\nContact Us:\\n\\nPhone: +44(0)(0078)-2-1311\\n\\nEmail: sales@ozp.co.za\\n\\n\\nWe are also available for private consultations. Contact us today to discuss the details of a project or ask any questions you would like to know before you start.\\n\\nContact us for more information or to arrange an interview:\\n\\nOffice: +44',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.252701759338379,\n", " 'text': ' Greater London, informed us that the body which had been found in the road was a young man of about twenty-one. He had been strangled, he said, on the 2nd of November by a man who was driving a white lorry, which had been driven over the head of the body. He had, he said, been badly bruised and badly cut, and that he was lying on the ground with his face down, his hands in the air, and that he was moaning and groaning. It was thought that he had been killed immediately, and that he was dead when he was found on the road, but that his death had been very sudden, and had not been caused by natural causes. The corpse was found lying on the road in a state of extreme disorientation,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.21813440322876,\n", " 'text': ' I did a little bit of research and found a few interesting articles.\\n\\n\\nhttp://www.infinity.de/?lang=en&mode=medium\\n\\nhttp://infinity-design.dk/\\n\\n\\nhttp://www.infinity-de.de/?language=de&mode=de&category=Design\\n\\nhttp://infinitydesign.wordpress.com\\n\\n\\nhttp://infinity.de/?languages=de&category=Design&mode=medium&source=rss&relevance=0\\n\\n\\nIf anyone can help me with any questions please do so. I am trying to keep the blog up and going, but I do have a few things that I would like to keep up to date on, if anyone would like to take a look at',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.028360843658447,\n", " 'text': \"to-day responsibilities of their owners. Dogs are also good at keeping track of their owner's whereabouts. When your dog is gone for a few hours, he or she won't be sure where you are. Your dog will be wondering where you are and what you're wearing.\\n\\nIf your dog needs to get away, he or she will need your help finding you. If your dog is going on a walk and you aren't able to be there for it, you can still take him or her to the park.\\n\\nIf you don't have a dog guide with you, you can also take your pet on a walk with you to give it the benefit of a dog walk. Take your pet to the park and give it a walk or take it to the park with you.\\n\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.822772979736328,\n", " 'text': \".\\n\\nIn the U.S., the Federal Aviation Administration and the U.S. Army are developing an unmanned aircraft (UAV) that can fly autonomously over populated areas and conduct surveillance. In the U.K. and the U.S., the Federal Aviation Authority is working on an unmanned aircraft (UAV) that can be used to fly over cities.\\n\\nThe U.S., which has the world's largest fleet of manned aircraft and has been developing its own UAV fleet for several decades, continues to seek ways to improve its capabilities. UAVs also have a role in surveillance.\\n\\nFor example, UAV technology can allow pilots to fly in remote areas without having to land or take off from a fixed location. A UAV flying over an area with\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.338570594787598,\n", " 'text': \" in the field of marketing and business development, and then apply the knowledge to your next project.\\nIf you haven't already, please sign up for my free email newsletter to stay in touch with all of my latest projects.\\nI'd love it if you enjoyed this post! If not, please share it and follow me on Facebook and Twitter to stay up to date with what I'm up to in this exciting and exciting business world.\\nPlease feel free to reach out to me with any questions or feedback. I'm here to answer them.\\nThanks, and happy marketing! Cheers! _________________\\nThis article was written by __________________, the author of\\xa0 The Business Planner Book \\xa0. It may not be reprinted without permission.\\nIf you enjoyed this post, please\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 9.762152671813965,\n", " 'text': ' in Film and Television from the NYU Graduate Center and an M.D. from Northwestern University Feinberg School. She is the co-founder and host of The Jeanne Lasky Comedy Club. She can be reached by email at jleissaccomedy@gmail.com and Twitter @JeanneLP.\\n\\n\\nFor more comedy news, subscribe to our podcast at http://eepurl.com/bqbq.\\n\\n\\nPlease rate & review our show on iTunes and/or Stitcher if you enjoyed it!\\n\\nSubscribe to our Podcast on iTunes at http://bit.ly/pizzagatepod Like us on facebook and follow us on Twitter https://twitter.com/#!/Pizza_Podcast Follow us on Tumblr http://pizzagoweb.tumblr',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.102988243103027,\n", " 'text': \" pleasure of trying a few different recipes, and eventually came to love them all!\\n\\nMy mom's recipe was so simple that I could not believe my eyes. I've never tried any of her recipes before. My mom's recipe is easy and delicious, but I'm not sure how well it's going to work for me. I'm trying to figure out if I'll try it again in a few months, or if I'll just leave it as is. I've also been wondering if it's okay for me to make this again, since I've made it for years. If you have any questions, please leave a comment! 🙂\\n\\n5 / 5 ( 1 Reviews Did you try Mac & Cheese this recipe? Leave review » Mac & Cheese This recipe for macaroni & cheese\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.477791786193848,\n", " 'text': ' to San Francisco State to get my degree in Computer Engineering and Computer Science from Cal State San Bernardino.\\n\\nRated: 4.5 out of 5 based on 14 reviews. 13\\n\\nReview by: David on 06/10/2017 I bought this computer for my wife for Christmas. She liked it. She took it on a weekend trip to the Bay Area and loved the fact that she had a laptop. It worked great and she had a lot of freedom with it to use whatever she wanted to. She is now on her second laptop. She loves it. She has not had any problems with the machine. She loves to use it. She has been taking it with her on the plane. She loves to use it. She loves it. She has been taking it on the plane. She',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 4.355724334716797,\n", " 'text': ' Add salt and pepper and mix until combined. Pour mixture into a baking dish and bake for about 30-40 mins, or until lightly browned. Remove from oven and let cool for 5 mins in pan. Serve topped with parsley and chopped parsnips. This can be served as a side dish as well.\\n\\nIngredients\\n\\n2 Tbsp olive oil\\n\\n1 medium onion, chopped\\n\\n4 cloves of garlic, finely chopped and thinly sliced\\n\\n1 tsp cumin powder\\n\\n1 tsp ground coriander\\n\\n2 tsp turmeric powder\\n\\n½ tsp red chili powder (or more if you like it milder)\\n\\n¾ tsp black pepper\\n\\n2 tsp cumin seeds, ground or finely ground\\n\\n2 tsp ground cumin seeds, ground',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.995571136474609,\n", " 'text': \". We had an opportunity to sample a few of The Bier Abbey's products, and while we were there, one of the brewery's brewmasters came over to us to talk to us a bit. After chatting a bit, he invited us to come over to his brewery and try one of their brews. We jumped at the chance.\\n\\nI've been a fan of craft beer since the beginning. I've always wanted to be a part of the craft beer industry, but I've always been afraid I'd be left out because of my background in brewing. When I started my brewing career in the late '90s I worked as a homebrewer. I worked as a brewer since then and now I'm passionate about craft brewing. I've learned a lot about the craft beer scene and\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.162998676300049,\n", " 'text': ' of the Athlone community. It will also be broadcast live from the community centre on Radio Athlone. This will be the first time the station will have a live broadcast to a community centre and will be a chance for people from around the community to hear the station.\\n\\nAthlone Community Radio will also be broadcasting live from its community centre from 10.00am until 2.45pm.\\n\\nWe will be live from 11am to 2.45pm.\\n\\nThe station will also be broadcast live at the community centre from 9.45am until 2.45pm and at 2.45pm until 5.45pm on the following days:\\n\\n11.00am\\n\\n11.30am\\n\\n11.50am\\n\\n11.60',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.285785675048828,\n", " 'text': ' place until after the end of June. This means customers will not be able to access their data until the end of August 2017.\\n\\nCentrica has also revealed that it plans to close its UK storage facility on 25th April 2017. A spokesperson said:\\n\\n\"We are aware of the concerns raised by customers and are committed to delivering our customers\\' storage needs as they arise. This is a difficult and challenging period for Centrica and we are working to resolve these issues as quickly as is possible.\"\\n\\nCentrica, which has a global storage capacity of over 40TB/year, has been heavily criticised by customers who claim it is over capacity and is unable to meet their expectations. The company\\'s shares have lost over 30% in 2016. The company\\'s shares have fallen by over 20',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 10964.44},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.477528095245361,\n", " 'text': \" the world's largest online store for clothing, accessories and fashion accessories. We've been in operation for more than 25 years and we are proud to have been the #1 online shopping destination for clothing for over 12 years now. We have the best selection of clothing, accessories and fashion and accessories for women, men, teens, adults and kids. We carry a huge variety of clothes, accessories and fashion and accessories, including men's, women's, teens' and adult's clothing, accessories and fashion, as well as fashion accessories for children, women's, teens and adults. Our clothing and accessory department is the largest in the United States and has been for over 25 years, and we have been in operation since 2002. Our clothing and accessory section has been featured on CBS, ABC, Fox, NBC\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.956521034240723,\n", " 'text': ' roofer can provide you with a roof you can afford, and this is especially true if the contractor has a high-level of knowledge. It is important that you consult a roofing contractor knowledgeable in the area you are considering if you are considering buying or leasing a roofing home or apartment.\\nThe following is a list of residential roofing companies that can help you determine whether a roofing company that you can afford is qualified for your project.\\nIf a roofing company is not listed here, do not contact them. They are not licensed in your state and can not provide you with the information you are seeking. If a roofing contractor that you are considering is not listed here, contact a licensed roofing contractor to determine if they can offer you the best price for your roofing project.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.117894649505615,\n", " 'text': ' calling for an immediate end to violence in Yemen and urging all parties to respect the territorial integrity and political independence of Yemen.\\nA statement by UN Secretary-General Antonio Guterres on Saturday said it was \"deeply saddened\" by the killing of the three UN peacekeepers who were killed in clashes with Houthi rebels in Yemen. The UN Mission in Yemen also issued a statement condemning the attack.\\nThe UN said the three peacekeepers, who were from the United Nations Mission in Yemen (UNMUI) and had been stationed in the capital Sanaa, were returning to the base when they were attacked on Friday.\\nThe statement said: \"They were returning to the base when the attack took place. The UNMUI personnel were returning from their mission when they were struck by gunfire.\"\\n',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.044054985046387,\n", " 'text': \" the world.\\n\\nAccording to the 8i Portal website, the Portal can be downloaded for free, and can serve as a tool for users to browse and create their own images, videos or music. Users will be able to upload their own artwork, share their creations with the world through social media and upload their own video clips to the portal. The website also promises to offer an online community of 8i Portal users, where users will be able to share images, videos, and stories.\\n\\nThe 8i Portal was created by 8i's head of product and marketing, and will be available as a free download on the 8i Portal website for all users to use.\\n\\nThe portal will allow users to upload images and videos, as well as create and share music and sound clips,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.65095329284668,\n", " 'text': \" in 2015.\\n\\nAccording to a report released in September 2016 by the Bank for International Settlements and Credit Suisse, mobile banking accounted for one-third of all payments in 2016, up from 1% in 2009.\\n\\nIn 2014, more than a quarter of the world's population had no bank accounts, according to the United Nations Office on Drugs and Crime; by 2020 the number of people without access to cash-based payment systems will increase to almost half of the total population.\\n\\nMobile banking has become increasingly popular in emerging markets, such as Brazil, Mexico, South Africa and India.\\n\\nHowever, in some countries the adoption rate is far lower than that of traditional banking. In India, only 5% of households have a mobile phone or internet access, and only 1%\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.692444801330566,\n", " 'text': ' we are living longer than we used to \\uf00d\\n\\n\\uf003\\n\\n\\uf003\\n\\n\\nThe short history of global life conditions and why it matters that you \\uf00d\\n\\n\\n\\uf001\\n\\n\\nThe short history of global life conditions and why we \\uf000\\n\\nThe short history of global life conditions and how it matters that we \\uf001\\n\\n\\uf002\\n\\n\\uf040\\n\\n\\n\\uf000\\n\\n\\uf014\\n\\n\\uf051\\n\\nThe Long History of Human Life and Why it Matters \\uf00d\\uf005\\n\\n\\n\\uf053\\uf052\\n\\n\\uf053\\uf052\\n\\n\\nThe fact that we are \\uf00d\\uf005\\uf053\\n\\n\\n\\uf051\\uf052�',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.858541488647461,\n", " 'text': \" cookbook I read a long time ago. And then on Sunday I went out to the beach to see if I could figure out how to cook up some beef stew.\\n\\nI was looking for recipes to share with my friends, so this was a nice way to try out some new ones. I'm not sure if it's a good thing or a bad thing. It's a good thing because I'm always hungry when I'm out with my family and it's nice to have something new on the menu. I'm sure there's a lot of bad things about it, but this is probably the best I've ever eaten beef stew.\\n\\nTo make this stew, you will need: 1 pound of beef stew, cut up into cubes\\n\\n1 can (8 ounces) diced tomatoes\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.1745476722717285,\n", " 'text': ' we won\\'t see each other again for a few months. I am so sorry for the inconvenience.\"\\n\\nIn response, the mother said:\\n\\n\"You know, I\\'m sorry, you know, you don\\'t have a choice in the matter. I\\'m just so sorry, it was just a terrible decision and I\\'m sorry.\\n\\n\"I just want you and your family to know I\\'m so sorry.\"\\n\\nIn an interview with the Herald Sun earlier this week, the man said he was upset he had been forced to make the decision.\\n\\n\"This is my life, it\\'s what I do, I don\\'t want to live like this any more,\" he said.\\n\\nTopics: family-and-children, family-and-children, family, community',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.94491958618164,\n", " 'text': 'iraKatherine. AmyNicole. LauraGiovanni. SarahKellis.\\nNathan. AmyNICOLE. LauraGiorgio. LauraCox. Rebecca.\\nNina. SarahKellis.\\nSarah. AmyCox.\\nLisa. SarahKeller.\\nSarah. AmyCox. Sarah. AmyNICOLE.\\nSandra. SarahCox. Sarah.\\nSara. SarahKellis.\\nJessicaA. Sarah. AmyN. AmyKellis. AmyNICOLE. Sarah. Amy.\\nAmyNICOLE.\\nAmyN. AmyKellis. Sarah. Amy. Sarah. Amy.\\nAmy. Amy. AmyNICOLE. Sarah.\\nAmy. AmyCox. Sarah',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 8.551995277404785,\n", " 'text': \" City. The company has said it wants to move its headquarters from Seattle to Austin by 2023.\\n\\nIf approved, the project will create about 100 jobs at the site of an old military airfield and would generate $7.4 million in economic impact annually. It would also create up to 50 permanent jobs for local businesses, including a local fast-food restaurant, a local arts and music venue, and an independent coffee shop with a brew house.\\n\\nThe project will cost $5.6 billion and be funded largely by federal tax dollars.\\n\\nIn addition to Amazon, other companies interested in bidding on Amazon's site include Google (GOOGL) and Qualcomm (QCOM). Google and Qualcomm also own the land where Amazon would be built, according to the Texas Tribune.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.077932834625244,\n", " 'text': \" Ricketts.\\n\\nPlease contact us if you have questions or comments about this article, or any other of our articles. We would love to hear your thoughts and opinions about the articles on our website. Please feel free to send us your feedback and questions via email or via the form below and we'll be happy to respond back to you.\\n\\nClick here to learn more about how we make our articles possible.\\n\\nIf you wish to receive email updates when we publish new articles then please sign up here. You can also follow us on social media by clicking on our Follow Us link at the top of every article and following us on Twitter and Facebook.\\n\\nThank you for your interest in our website and thank you so much for reading.\\n\\nWe hope this helps you find Dr.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 11.855133056640625,\n", " 'text': 'high) MPG, Navigation, Sunroof/Moonroof with Power Windows, Leather Seats\\n\\n2018 Toyota Tacoma R\\n\\n4dr Crossover with AWD and 4WD, AWD, Alloy Wheels, Alloy Seats\\n\\n2018 Toyota Prius V Plug In Electric Drive\\n\\nPlug-in Electric, Plug-In Hybrid, 6-Speed Automatic with Manual Transmission, Bluetooth, USB-C, Front-Panel Audio, 7.0-Inch LCD AM/FM/CD/DVD Player, Alloy Seats, 5.0L V-6, Bluetooth, Navigation, Rear Seats\\n\\n2017 Toyota Corolla Hybrid Plug In Electric Power Steering\\n\\nPlug-in Hybrid, Plug-in Electric Drive, Automatic Transmission with Manual Transmission, USB-C,',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.762355327606201,\n", " 'text': ' would have a little more value. I would buy them all again. Thank you for making my dreams come true. I am so grateful for your products and services. I will never shop elsewhere again. Thank you for all of your hard work. Thank you again for the beautiful products. I will be buying more from you and your company for the foreseeable future. Thank you for making my life easier.\\n\\nWendy I have been buying from you for more than 20 yrs and I am very happy. I love your product so much and am so pleased with the results. I will be buying from you again in the future. Thanks,\\n\\nDawn I love your website and your products. Your customer service is awesome. Thank you!\\n\\nDawn I purchased a few of your',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 5.806923866271973,\n", " 'text': \" time that you put in.\\n\\nThank you again and I will be back in about a week. I will keep you posted on the progress. I'll be sure to keep my eye on this thread and update you all if anything happens to my bike. I appreciate your help and I hope you will keep me posted on the progress. Thanks again for your help.\\n\\nThanks again for all that you have done. I will keep you posted on my progress. Thanks again for the help and patience.\\n\\nThank you for helping me with my project. I am very happy with my bike. Thank you again.\\n\\nThank you again. I am so very happy with my new bike. Thank you again for the help. Thank you again. I am so very happy with it. Thank\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.132130146026611,\n", " 'text': ' where you have to put yourself out there. You need to put yourself in front of a lot of people, you need to tell people how you feel about them, and that\\'s how you\\'re going to make a lot of people happy. If you just say, \"Hey, what\\'s up?\" you\\'re going to make them happy, but you\\'re also going to make them think you\\'re cool, too. You know what I\\'m talking about? It\\'s really important to have that, to have that person that you can talk to, that is going to listen to what you have to say, listen to what your opinion is. That\\'s what you want. And then you\\'ll get the feedback.\\n\\nThat\\'s the key thing. Let\\'s say you are a writer, and you are',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.635624885559082,\n", " 'text': 'la can never fill. She can only hope her son will find her again.\\n\\nIn her mind, she hopes that this time, he will. And she hopes that he will give her the strength to find her.\\n\\n* * * *\\n\\nThe first day of school.\\n\\nShe wakes up in her room, feeling as if she\\'s been hit by a truck. She feels as if she\\'s lost her way. She wonders what she\\'ll do when her son comes home from school, and what he\\'ll do if he finds out that Carla was sleeping with another girl. She wonders if Carla will find out.\\n\\nHer mother walks into the room, and says,\\n\\n\"Carla? Are you OK? You look like you\\'re hurt, but you',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.21901273727417,\n", " 'text': \" on one service, this is the restaurant to go!\\n\\nThis is the best Portuguese restaurant in Macau, I've been coming here for years. The service is great as always. The place is very clean and the food is amazing. They have a ton of different Portuguese food and drinks. I would come back again if it wasn't so busy. If you are in Macau check this place out. It's the best Portuguese restaurant in the area. I'm sure you will not regret coming here\\n\\nI love the atmosphere, service and the food! I came here for lunch on a Saturday night and loved it! It was so much more relaxed and fun than I expected! The service was great as always and I had a great time. The place is pretty small, but it was\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.487252712249756,\n", " 'text': 'ang, and is one of the few places in Malaysia where tourists can stay for free in the whole country.\\n\\nAs a tourist destination for the past 20 years, Bandar Hilira has been known to attract thousands of foreign visitors from around the world. However, this is the last resort in Malaysia for those who cannot afford to stay in Bandar Hilir.\\n\\nBandar Hilir is home to a diverse population of different nationalities and cultures. It is also known for its beauty, wildlife, and natural wonders. There are over 200 national parks in Bandar Hilira.\\n\\nAs a result, Bandar Hilira is a popular holiday destination for many foreigners, and there is also an abundance of accommodation options in the city.\\n\\nTo find the most suitable accommodation in Band',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 4.4837541580200195,\n", " 'text': ' you want it to go.\"\\n\\n\"You know, I have no idea. I have no idea.\"\\n\\nThis is the first time the two of them have spoken on the phone. He\\'s been so close to her all of this time that he doesn\\'t want to let her down. But there\\'s just no way he can.\\n\\n\"I don\\'t think it\\'s going to be that easy,\" she says. \"I just don\\'t. I don\\'t think I\\'ll ever be that person. I don\\'t think it\\'s ever going to happen. I really don\\'t. I just can\\'t.\"\\n\\n\"What do you mean?\" he asks. \"You won\\'t be able to?\"\\n\\n\"I don\\'t think it\\'s gonna be that easy. I don\\'t',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 9.227987289428711,\n", " 'text': '\\nLawsuit Dismissed in Fairfax Circuit Court | Post-ABC, Inc., Inc., P.L.C.\\n\\n\\nThe following case was dismissed in Fairfax County Circuit Court by Judge Thomas Lipps after the parties failed to provide the necessary supporting documentation to the court. This is a complete summary of the decision:\\n\\nThe Fairfax Circuit Court has determined that: 1. The claim for damages for emotional distress was not filed within the time allowed under Code § 13.2-100.2(A)2. This court has determined that the claim for damages for emotional distress must be filed within 30 days after filing of a notice of alleged violation of Code § 2.1-101(E) or within 30 days after receipt of written notice of the claim. Therefore, this court',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.211212158203125,\n", " 'text': ' their communities.\\n\\nWomen who have been educated, regardless of their socioeconomic status, are more aware of and more able to access health care for themselves and their families than women who have been educated in a traditional way. In addition to being able to access higher quality health care, the educated women have a greater opportunity to participate in family life.\\n\\nEducating women and their children is one of the most powerful ways to ensure that women have the opportunity to achieve their full potential as citizens and citizens in their communities. It is also one of those things that is most difficult for many of us to admit.\\n\\nThis article was adapted from \"The Impact of Higher Education on Women and their Families: The Role of Women\\'s and Children\\'s Education and Work\" published in The Journal of Women, Work',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 6.524775505065918,\n", " 'text': \" week that you begin to believe that you can do anything you set out to do. This is a great motivator and motivator alone. It is so easy to lose yourself when you can't accomplish anything because you are too busy. If you don't get this out of the way, you'll be surprised at how much you can achieve with just a few weeks of focus and motivation. The more you can do, the less you have to do.\\nIn addition to this, I think that you have to realize that you are in charge of your life, and that you can't control the things that are in your life. You can't control what your friends are doing, what they're eating, what they're drinking, or how much money they are making. You can't do anything about\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 9.829687118530273,\n", " 'text': \" group, a joint venture of the two companies. The deal is expected to be completed within a month. ADAST shares are trading at Rs.9.78 apiece, while Penta's shares are trading at $2.50 apiece.The ADAST group was formed in 1999 with an initial investment of $20 million. It was formed as a venture capital fund to provide private equity capital for technology companies. The fund has raised nearly $60 million from investors, including Microsoft, Intel, IBM, Oracle and Cisco. The fund has invested about $4 million in private equity companies. ADAST is one of the largest private equity fund investors in India. It has over $40 million in assets.Penta had been in talks with the ADAST group for some time. The two companies have been at\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 11.546059608459473,\n", " 'text': \"opy. This is an ideal source of light for clinical studies because it has been shown to be 100 times more efficient than the best conventional xenon light sources with respect to safety, accuracy, and cost-effectiveness.\\n\\n\\nThe high brightness is being compared against the conventional light source used in the laparoscopic surgical procedures for which there is a need for high luminosity. For example, the xenon light is being compared to conventional light used in the surgical procedure to improve the patient's ability to observe the patient during the procedure.\\n\\nIn order to ensure that all materials used in the medical devices are well tested and proven before being used in clinical trials, all materials used in clinical devices will be manufactured in accordance with ISO/IEC 17802-2016 standards. All materials will also undergo\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 0, 'deltas': 5},\n", " 'perplexity': 7.16796875,\n", " 'text': \"oyd (née Holleman). Born in New York City. Son of Edward T. and Alice (Baker) Loyd. Assistant Surgeon to the New York City Department of Health and Hospital Administration. Married, June 25, 1913, Mary Elizabeth Gertz. Relative in Fraternity, brother, William L. Loyd, Alpha Sigma, '03. William L. Loyd (d. 1967). Born at Fort Wayne, Ind., February 22, 1896. Relatives in Fraternal Order of Police and in Fraternity, parents, William T. Loyd, Alpha Kappa, '79; Charles F. Loyd, Alpha Sigma, '99; George H. Loyd, Jr., Alpha Sigma, '01; George H. and Ella M. Gertz\",\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 16834.16},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.359221935272217,\n", " 'text': \" love our BBQ lessons!\\nWe'll be teaching all kinds of great BBQ techniques to you as you learn to make great BBQ. We will also be teaching some great recipes to you. Our goal is to help you make the best BBQ of your life! This class is for those who want to learn how to make the best BBQ, but don't know how!\\nYou'll learn how to make the most delicious BBQ you've ever eaten. We'll teach you how to make your own sauces, rub your meat on the meat, and how to make it all look great! We will teach you the secrets of making the best BBQ, and you'll be amazed at the results you'll get when you make the most delicious BBQ ever!\\nWe will be teaching you all the techniques that make great BBQ\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 16.335477828979492,\n", " 'text': \"\\nLink to discussion in 'OS X 10.7: What's new?' started by konradm, Feb 1, 2011. Last revision by axboi87 on Jan 22, 2014\\n\\nTo comment on this entry, submit a letter to the editor or write to mail-list@OpenBSD.org. You may also contact us at webmaster@opensource.net.\\n\\nCopyright (C) 2006-2010, The FreeBSD Project, all rights reserved. This document may be freely copied, distributed, and/or modified, subject to certain restrictions, provided that the following permissions are granted: 1. You may reproduce this document under the terms stated in the Creative Commons Attribution-NonCommercial-NoDerive 2. You must retain all copyright and proprietary notices in any derivative\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.4739670753479,\n", " 'text': ' loops with elastic straps.\\n\\n\\nSize\\n\\nWomens sizes 40-48, 42-48, 49-50, 51-52, 54, 56, 58-60, 61-62\\n\\n\\nFabrics\\n\\nFabrics will be made in Italy.\\n\\n\\nSizes\\n\\nM/S 36, 38, 38-40, 40-41, 42.42-43, 44.44-45.\\n\\n\\nShown\\n\\nWomens size 38-40, 42.38-43\\n\\n\\nMeasurements\\n\\n\\nMeasurements taken at bust and hips.\\n\\n\\nSize 38-40, 38.5, 39.25, 41.25, 43.5, 44.25.\\n\\n\\nWomens Size 39-40, 41, 42',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 14.358782768249512,\n", " 'text': ' 2016. https://groups.google.com/d/forum/#!forum/blackhat-solve-searched-seo-seo-2014-04-17-12-22-14/aA4QQrLxE1hjgQQ1UWw\\nDiscussion in Google Groups \\'What is the best way to do SEO?\\' started Jan 2015. https://groups.google, Google+ Community, Gmail Group\\nDiscussion in Google+ \\'What are some common SEO mistakes and how to fix them?\\', started Dec 2015. http://groups.google.co:443/browse-groups/google-seo\\nDiscussion in Google Group \\'What is SEO?\\' started May 2015.\\nDiscussion thread in Google Groups \"What is the',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.270426750183105,\n", " 'text': \" and cooling upgrades, new classrooms, improvements to student health and safety facilities and more. The board also announced a new $30.5 million grant program to expand and strengthen the Denver Public School system and the district's support of the National Association of Secondary School Principals' (NPSP) annual conference.\\n\\n\\nThe Denver Public School System is one of the country's largest elementary and secondary school districts, with approximately 7,000 students in grades 1 to 12. In 2016-17 Denver Public School District students earned $4.4 billion worth of state and federal aid, and the district received $4.5 billion in federal aid in the fiscal year 2016-17, according to the board's 2017-18 budget request.\\n\\n\\nThe district received $4.7 billion in federal funding\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 9.584821701049805,\n", " 'text': ' and schedules.\\n\\nAUSTRALIA JUNCTION SBC to BRITISH SOUTHWESTERN SBC\\n\\nSydney, VIC, AUSTRALIA CY CY CY SBC to VIC CY CY CY CY JUNTION SBC.\\n\\n\\nCY CY CY CY JUNTION BANGALORE CY CY to VIC SYDNEY, VIC, AUSTRALIAN CY CY CY CY JUNCTION JUNCTION CY CY JUNTRION CY CY to SYDNEY CY CY JUNTRION CY CY CY to SYDNEY CY CY CY to SYDNEY CY CTY CY to CY CY CY to CY to CY CY CY CY CTY CY CY CY JUNTION CY CY',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.79977560043335,\n", " 'text': ', so I didn\\'t finish it. And I don\\'t know, maybe I didn\\'t finish it at all because I was on my way back to the studio and I didn\\'t catch the last two episodes of the season, so I just don\\'t remember. I think I was supposed to finish it, but by the time I got back to my office, it was time for lunch. I was like, \"Okay, I\\'ve got to finish it,\" and I\\'m like, \"Okay, I\\'m done.\" So I just kind of walked out and went to my car. I was like, okay, I need to go home, and my wife was like, \"What are you doing out here? You\\'re out of the country.\" I didn\\'t really know how to explain it, so',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.377373695373535,\n", " 'text': \" of rules than the rest?\\nOr is it simply the rich don't have to pay their fair share for everything?\\nIs it just the rich get richer because of their wealth or because of their status, or both?\\nOr are we all on the brink of a new class war?\\nOr is a new class war really on the horizon, and a new class war is inevitable?\\nIs the rich getting richer because they are rich, or are they rich because they are smart, or smart because they are wealthy?\\nOr do we all have to pay a price for our success, and that price is a decline in social status?\\nOr do the rich get richer simply for being better?\\nOr is it simply that the poor and the middle class get poorer for not being as smart\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 9.878508567810059,\n", " 'text': ' Each box contains 90 contact lenses. You can use these for up to 30 days without needing to replace them. These lenses are made from 100% recyclable polycarbonate, which is 100 times less plastic than other contact lenses available. They can be washed and dried and can be sterilized with water. They can also be washed and dried with alcohol. They can be used as disposable contact lenses during the day.\\n\\nYou can buy these contact lenses online at http://coopervision.com/contact-leaves\\n\\nYou can also purchase them in stores and online at CooperVision Hydron.com and they will ship to you in 24 hours from your location.\\n\\nThey are available in black or silver. Black lenses come in a variety of sizes and colors, and Silver lenses',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.904816627502441,\n", " 'text': ' judge ruled that the deal lacked a sufficient public interest.\\n\\nShares of the world\\'s largest supermarket chain fell as much as 12 percent in after-hours trading, after the news broke. The company said it would continue to work with federal authorities to protect its investors. US Foods\\' stock closed down 5 percent, or about $3 billion.\\n\\n\"We are disappointed that a court has rejected the deal, and we look forward to moving forward with our plan for US Foods,\" US Food Chief Executive David C. Thompson said. \"We will now focus on our long-term strategic plans, which will be informed by the lessons learned from this case and the broader discussion about the role of corporate governance and transparency in an environment where the value of an investment is measured by its potential impact on the company',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 10.510350227355957,\n", " 'text': \" of the Earth's Heart (2017) -\\xa0 https://soundcloud.com/edgewise/edge-of-souls-theft-theft-and-theft-a-couple\\nGuns and Roses\\xa0 (2017) -\\xa0 https://youtu.be/-E0q9Y8J7ZU\\nThe Secret (2017) \\xa0- https://vimeo, youtube,\\xa0 facebook,\\xa0 twitter | instagram | instagram |\\xa0 instagram | instagram |\\xa0 instagram\\nThe Secret (2017) \\xa0-\\xa0 http://imgur.com/a/hf6RZ\\nGuns And Roses (2017) -\\xa0 http://imgur.com/a/m8NkY\\nThe Last Of Us\\xa0 (\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 10.397395133972168,\n", " 'text': \" to share your testimony with the world. You'll also get to know some of the most influential people in this amazing world and gain insight on how you can use this knowledge to better your own life and the lives of others.\\n\\nThis is a great way to expand your life and learn something new. I hope you'll take a look!\\n\\nI invite you to follow me on Twitter and Instagram, and Facebook. I've also got an affiliate link in this post for your pleasure. Please help me out, and share this podcast and all of my other work on the social networks, so others can benefit as well. Thanks for being an awesome supporter!\\n\\nI'm on iTunes! Go get it, and subscribe to my feed, and check out my other shows too. You can also\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.208033561706543,\n", " 'text': ' Response to the Financial Crisis and the Implicit Contract Model.\" Review of Economics, Vol. 103, No. 3 (Fall, 2009), pages 531–540.\\n\"Economics and the Contract Market: The Implicit Contract Market and Monetary Policy.\" The Journal of Economic Behavior & Organization, May, 2009.\\n\"Implicit Contract Markets: A Review of the Evidence.\" The Quarterly Review of Austrian Economics, Vol. 48, no. 2 (March, 2010), pages 543–559.\\n\"Implicit Constraint Models in the Labor Market: Implicit Contract Markets and Labor Markets.\" Review of Economic Studies, July/August 2009.\\n\"Implicit Constraints and the Labor Market. An Empirical Investigation.\" Journal of Economic Literature, July, 2010.\\n',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 10.007840156555176,\n", " 'text': ' I did not use the \"new\" tag as I did not know it was a brand name. So I did not know it was an old web site but I do know that you can still visit brittlloyd.org. If you are curious you can visit the site today.\\n\\n\\nI have also made a web site www.brittelloydart.com which you can also visit. I do not have any images on my site so if you have any please let me know and I will provide them for you. If I am able to locate them I would appreciate it if you could send me an e-mail so that I can add them. I also have a web site brittilloyd.com and a website brittelloydrockport.com. I am',\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.369513034820557,\n", " 'text': ' are designed to provide you with a relaxing and fun stay at one of the finest resorts in the world, where you can enjoy your vacation in comfort and at your own pace. Enjoy all the comfort of your favorite hotel rooms with the convenience and convenience of modern conveniences at one of the most luxurious facilities in India.\\n\\n\\nWith all the modern facilities at this resort, you can enjoy all the amenities at one convenient location at a reasonable cost.\\n\\n\\nEnjoy all the modern facilities at West Bourne Resort & Spa. West Bourne Resort Resort & Spa has been designed so that you can enjoy your stay with the comfort of modern conveniences at a reasonable cost. With all the modern facilities at the resort, you will enjoy all the amenities with the convenience of a modern facility at a convenient location.\\n\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.427222728729248,\n", " 'text': \" I thought it was worth sharing. This pie is so good, you'll want to give it a go.\\n\\nThis recipe is based on a favorite recipe from my mom, and I'm sharing it here with permission because it's just so delicious. I think you can figure out the recipe yourself if you want to, but if you're not familiar with the recipe, here's a summary of what it's all about: 1 cup (2.5 ounces) heavy cream 1/4 cup sugar 1 tablespoon vanilla 1 egg 1/2 teaspoon ground cinnamon 1/2 teaspoon salt 2 cups all purpose flour (I used all-purpose) 2/3 cup (1 ounce) sugar 1/3 cup (1 ounce) cornstarch (I used cornstarch) 2 teaspoons baking powder 1\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 9.263541221618652,\n", " 'text': \", we said. And yes we said again, but now we want to know whether this is a new trend or not.\\nLet's take a look:\\nIt's not just movies that are spoiling their trailers, it's TV commercials as well too. The average price per minute spent on TV advertising in the US is around $1.20, while it costs just over $1.50 to watch a trailer.\\xa0\\nHow do you think it will affect you when you go to the cinema to watch a movie, but the trailer spoils on the way? Do you think it's better to wait to see the trailer until after the movie, or is it better to watch the trailer right away?\\xa0\\nDo you think it's better for you to wait for the trailer to be\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 9.987991333007812,\n", " 'text': ' phase in UNStudio\\'s transformation plan. The consortium will be managed by the HPP architects, who will provide the firm with the necessary financial and technical expertise. The UNStudio-HPP collaboration was initiated in 2014 with a vision for UNStudio to be transformed into a \"world-renowned\" museum and research institute, with an emphasis on sustainability. The new partnership will enable the development of UNStudio into a sustainable institution that will enable UNStudio to focus on its mission and its future.\\n\\n\"It is with great pride and great excitement that I announce the formation of a consortium to transform UNStudio,\" said UNStudio CEO, Alastair Mackenzie. \"Together with our partners at the HPP, I want UNStudio to be one of Europe\\'s largest and most internationally respected museums.',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.756278991699219,\n", " 'text': \" 15, a group of about 30 students gathered outside the school to protest. According to the students, the administration has not provided them with any information on the situation at the school for the past several months.\\nAccording to students, they believe that Jogyesa Temple has been operating as a religious institution for decades.\\nOn April 16, students held a protest outside their school, saying that Jogyesa Temple should be allowed to continue as a religious school and not be shut down by the government.\\nOn April 23, about 30 students from the nearby Jogyesa Temple protested outside the school, chanting slogans against the administration and calling for the school's closure. On April 24, about 30 student protesters gathered outside the school, again chanting slogans and holding placards against the administration and the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.607338905334473,\n", " 'text': 'ethysts, olivine, and silica are the most common mineral types, and they can be found all over the world, but are especially abundant in Africa, Asia, Europe, and the Americas. Amorphous silica is another common mineral found in all parts of the earth.\\n\\nThe most common form of quartz is quartz crystal, which can be either quartz or olivine, and there are other types, as well. Quartz crystals are also used in jewelry. There are several different types of quartz crystals, but the most common form is quartz crystal. The color of these crystals can be red, green, blue, brown, yellow or white. The color of quartz crystals depends a lot on the source of the mineral, but the most common form of quartz is quartz crystals.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.385209560394287,\n", " 'text': ' of my mother, my father and me, my sister, my best friend, our parents, our grandmothers, aunts, cousins, grandparents, my brothers, my sisters, my boyfriend and my best friend.\\nMy favorite memory is of my mom, my dad and my father. My favorite memory of my father is that he was the one who taught me not to judge myself. I was taught by him not to judge myself.\\nMy favorite thing about my dad is that he always gave me the best in life. He taught me to be the best person you can ever be. He taught me what it takes to have a life. He taught me what it really takes to have a family and to have a life.\\nMy favorite memory is when I was 7 years old. I was',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.44694185256958,\n", " 'text': ' the ocean.\\n\\nAccording to the World Wildlife Federation, Thailand has one of the largest cave systems on the planet with over 2,000 caves. The cave system has been severely affected by recent heavy rains which have led to flooding, landslides, erosion and even a cave collapse this week.\\n\\n\"We are very thankful to all the people of Thailand who came together to save our children. They worked together to save these children and we are so proud of them for their efforts,\" said World Wildlife Federation\\'s Director General Dr. David Leakey in a press release. \"Thailand is one of the most flood-prone countries on the planet and we are incredibly grateful for their efforts in saving these children and their families from the devastating floods that have struck the country this week,\" Leakey',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.085710048675537,\n", " 'text': \" how Flash can be used in your own projects and your clients' applications. We'll also help you learn the fundamentals of Web design and web development so that you can create your own applications and applications that are accessible to everyone.\\n\\nThis is a great course that can serve as a valuable resource for anyone who is interested in web design, HTML, JavaScript, or any other area of web development.\\n\\nThe course covers everything you need to know about HTML, JavaScript, CSS, Bootstrap, Bootstrap Elements, Bootstrap Media Queries, CSS3, and CSS Grid. It also provides you with a thorough understanding of web development, including how to set up your own website. You'll be able to complete the course by the time you're ready to start coding, and you won't have\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.437758922576904,\n", " 'text': \" we can set up a payment plan, which allows us to pay you directly to your account each month. This way, you don't miss out on any interest on the money you spend. You don't even need to set up a payment plan to get the most out of our rewards program.\\n\\nPayment plan details:\\n\\nMonthly interest rate is 3.75%\\n\\nMaximum interest rate: 7.75% per month. (If your interest rate is higher than 7.75%, you can increase the amount you pay by up to 25%).\\n\\nInterest rate will be charged to your account each month until it reaches the maximum of 7.75%. We may also adjust this rate if your interest rate exceeds the minimum rate set by us.\\n\\nYour interest rate may increase\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.557434558868408,\n", " 'text': ' not TV or gaming, what are you doing? If it is something like surfing the Internet, what are you reading? What do you do in between your work and your free time? Do you read or listen to anything?\\n\\nIf so, then you have a problem. If not, then you need to work on fixing it. Here are some tips to help you.\\n\\nDo not be lazy\\n\\nIf you are lazy, you are not working hard.\\n\\nIt is very important that if you have a task, you do it as soon as you can. The more you do it the less time you have, and therefore the less time you get to spend on the task itself.\\n\\nAnother thing to do is to try and do it as quickly as possible. The more',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4243.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.017005920410156,\n", " 'text': \" We're also proud to be the first and only locksmith to be certified by the National Association of Lock and Keying Experts (NAMKE). The NAMKE Certification Program is designed to certify locksmiths across the country to provide the highest quality products and services to their clients. We're also certified by the NAMKE Association for Lock and Key Services.\\n\\nNAMKE Certified Lock and Key Service – We're certified by the Association of Lock and Key Services (ACLS) to offer you the most up-to-date and accurate lock and key services. Our locksmith services are designed to provide the most reliable, reliable and effective locksmithing experience.\\n\\nCertified locksmith – We are certified by the Association for Lock and key Service (ACLS). ACLS\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.854908466339111,\n", " 'text': 'oversMAX is a New York based, independent movers company, offering moving services in New York State, New York, Connecticut and Connecticut, New Hampshire, Massachusetts, New York, Pennsylvania, New Jersey, Delaware, Delaware and Maryland. We specialize in moving your vehicle from Point A to B. We are a fully licensed movers and moving company and are licensed to do so by the state of NY. Our company has been in the moving business for over 30 years, and we have over 50 years experience in the industry. Our team consists of a full time movers & moving company owner, an experienced driver, and a licensed driver. Our experienced driver is a licensed driver in New York state and has been with MoversMAX for over 30 years. We are able to offer our movers and mo',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.594226360321045,\n", " 'text': \" to your place. It's simple and effective. It's also a great exercise in self-care. It's also a great workout. You can learn how to perform it, and you can also do it without a partner, with a partner, or alone. You can also do both at once, with a partner, and with yourself.\\n\\nThe most important aspect of this practice is to learn how to control your partner and not to let him control your partner.\\n\\nIt is very important that your partner be aware of his presence in your space. It's very important that your presence in his space is very subtle. You can't just let him come in and take over your entire space.\\n\\nIt is important for you to control your partner, so that he doesn't take over\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.947755336761475,\n", " 'text': ' U.S. has been on the decline for several years, the report says. The decline began in 2008, but has been accelerating since then, with more than 40 percent of all online traffic going to dating services last year, up from just over 20 percent in 2011, the report said.\\n\\n\"The number of Americans using online dating services declined from 3.5 million in 2008 to less than 3 million a year ago,\" the report says, citing data from Nielsen, a market research company, and the National Center for Information and Regulatory Affairs, an independent agency. \"In the U.S. in 2008, the share of all online users using dating services was roughly equal to the share of people who used phone, mail, or fax services, with the majority of those using online dating services',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.523561954498291,\n", " 'text': \"'ve been playing around with this script for a while and noticed a couple things. Firstly, it has been running for a very long time, and I haven't seen any significant changes to the code. Secondly, there's been no change in the amount of time I'm spending on it.\\n\\n\\nI'm not sure if it's a bug or a feature, or both.\\n\\nI've been running it for over a month now and nothing has been changed. I've also been playing around with it and it seems to be working fine.\\n\\n\\nHere are the results of running the script for about 3 hours a day for the last week:\\n\\n\\nNote: I don't know if this is a bug, a feature, or both.\\n\\n1.1:\\n\\n- Added\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.803418159484863,\n", " 'text': ' the world.\\n\\nThis book, which is available in paperback, comes with a companion book by the author. It also offers the reader the chance to take part in discussions about the issue of biodiversity and the impact it has on the lives of people. The book was written with a view to encourage people to make a choice on the current biodiversity and landscapes of the world, and to discuss how these are affected by human activities.\\n\\nThis book is suitable for anyone who wants to take a deeper interest in the biodiversity issue.\\n\\nIn addition, it includes an introduction to the book by the author.\\n\\nThis book was written in 2013, and will be updated in 2017. It is available in both paperback and e-book.\\n\\nYou can buy it from Amazon UK or Amazon US',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 4.443241596221924,\n", " 'text': 'SL.com,,, 1, 0, 0,, 0, 1, 4, 3, 4, 3, 3, 4, 0, 0, 0, 3, 0, 0, 4, 4, 4, 4,, 0 0 0 0, 0, 0 0 0, 1, 0, 1, 4 0, 0, 4 0, 4, 4,, 0, 0 0 0, 0, 1 1 0, 1, 1, 4 0, 4 0, 3, 0, 4 0, 3, 3, 3, 4, 3, 0, 0 0 0, 1 0, 4, 0, 0, 4,, 0 0, 0, 4 0, 3, 4 0, 0, 4, 4,, 0, 1, 0, 0, 0 0',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.588493347167969,\n", " 'text': \" with a variety of exercises.\\nI'm really excited for this competition to be held again in the spring! I'm sure that I'll be taking part in this year's events. I'm sure that there will be a lot to see and feel in this event. I hope that you all will join me this weekend and I'll be sure to give you all of the latest information on the event! And as always, I will have updates via my Facebook page and Twitter. You can follow me on Facebook, Pinterest, and Instagram as well for all of the latest updates on the CrossFit Games.\\nPlease do share this post if you enjoyed it! If you would like to support my efforts, please click here for my PayPal donation button. Thanks again for reading, and have a wonderful day!\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.771274089813232,\n", " 'text': \" next?\\n\\n\\nThere is a link to the full transcript of the session in the comments.\\n\\n\\nI'd be happy to share a link to the transcript if you are interested. I'd also appreciate it if anyone else can take the time to add to the transcription.\\n\\n\\nI'd also be interested in sharing a link to the full transcript if you want to learn more about how to do this. You can find that here: http://tinyurl.com/2jhf8z7\\n\\nhttps://sites.google.co.nz/view/kentpeter/\\n\\n\\nI'd also like to thank you all for reading this post. I hope this helps.\\n\\n\\nCheers,\\n\\n\\nKent Peter\\n\\nCEO & Founder\\n\\nKenton P\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 9.448257446289062,\n", " 'text': ')\\n\\nIn the second half of his career, Sir Ian was a prolific figure. He was a tireless supporter of the arts, including performing at the London Royal Philharmonic, where he won an Olivier award in 1977; he wrote and performed his own music, such as \"I\\'ll Be There For You When You\\'re Needed\" and \"I\\'ll Remember You When You\\'re Gone\", which were performed in London\\'s Southbank Centre in 1978 and 1979. He also wrote a poem, \"The Champion (Into the Unknown), about a man with a dream of becoming king. The song is about a man with no dream of being king. He wants to become a champion of his people. And that\\'s why he\\'s singing this song: because he has a dream of becoming king',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.1164655685424805,\n", " 'text': ' their owners. We strive to provide our dogs with love and respect and to provide a loving and safe environment for them to live in. Our mission is not only to raise money for our dogs, we want to help other homeless and owned dogs find a forever home. Our goal is to raise enough money so that we can provide for the needs of our dogs by providing them with safe, loving, secure housing. Our goal is not to give up our animals, our mission is to keep them safe and healthy.\\nOur mission is to raise money for homeless and own dogs. Our mission is to provide them with loving, secure housing. Our mission is to raise enough money so that our homeless dogs can live in a loving, stable environment.\\nWe want to raise enough money so that our dogs can be',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.136442184448242,\n", " 'text': \" of the cosmos that you think will help to explain the origins of the Universe, please let us know at the bottom of the page, and I'll add a link to them to the post. If you don't see an observation you think will be helpful, send us a message and I will add it in.\\nIf you have a question about the content of this blog post or the blog, please email me or contact me through the contact form on this page. I won't reply unless I'm able to answer it.\\nI'll be posting more about the Cosmos on a regular basis, but you might want to check back here and there for posts I've posted about the Cosmos. I'll try to keep the blog updated as often as possible, but occasionally I'll post something that isn't\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 20.369707107543945,\n", " 'text': ' 1st half New England NE 15 2 plays -1 yards -0.5 yards 0.5 yards \\n\\nPlay 01:40 Play 02:40 Quarter 2 0 of 0 NE 35 -3-0 New England 0 of 0 Passes 0 of 0 Pass Interference 3 Yard Line 0 of 0 Punt Return 2 of 0 Punt Kick 0 of -0.0 0 of 0 Kickoff 0 of -1 2-10 3rd Down Conversions 2 of 0 2-11 2nd Down Conversions 0 of 0 2-12 3rd and Long 2 of -0.5 2 of -1 3-8 3rd and Long 2 of -4 0 of -0.0\\n\\nPlay 01:38 Play',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.49670934677124,\n", " 'text': 's instant-messaging app was announced at the end of September and now has more than 10 million downloads worldwide. The game will be available on the Apple App Store and Google Play on October 18.\\n\\n\\n�We are always looking for more partners,� Tencent said.\\n\\n�We�ve been looking at mobile development for some time,� the company said in a statement, �and it looks like Tencent has a great chance of being the next big platform.� It said it plans to make Tencent-created mobile games available in the \"next few months.\"\\n\\n\\nTencent has been developing mobile games for years, but this marks the company�s first foray into the mobile market. It�s unclear whether the app will be available in China, but it is available in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.100833892822266,\n", " 'text': ' We\\'re looking forward to working together to ensure the most effective and cost-effective way to end homelessness is achieved,\" said the Mayor of London. \"Thames Reach will be working with charities and other partners to make sure that the most effective way of ending homelessness in London can be implemented in a coordinated, cost-effective and sustainable manner.\"\\n\\n\\nFor more information about Thames Reach, visit https://theshortheshore.org\\n\\n\\nAbout Thames Reach Housing Trust\\n\\nThe Thames Reach Housing Trust provides supportive housing for people who are at risk of becoming homeless. The Trust operates six housing co-ordinating units in London, with a further three in London boroughs. The Trust also provides support services to a wide range of individuals and families, such as education, job training, housing',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.880613327026367,\n", " 'text': \", times and location of the Assembly:\\n\\nJune 7 – 7pm – Assembly of the Nations, New York, NY.\\n\\nJune 21 – 9:30am– Assembly of Children at 99th International Assembly.\\n\\nAugust 25 – 10am– Assembly of Nations, New York\\n\\nSeptember 18–10am– Assembly of the Children of the Americas\\n\\nOctober 4– 9am– Assembly of the Children at the 99th International Assembly, Chicago.\\n\\nSeptember 25 – 9 am– Assembly of Children at the 99th International Assembly, New York City\\n\\nOctober 1– 9am– Children's Assembly of New Orleans\\n\\nOctober 15 – 9 am– Assembly of New York\\n\\nThe Assembly of the Nations, New York, NY will host the first Assembly of the\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.068108558654785,\n", " 'text': \"-day trek will take you through the beautiful mountains of the Himalayas.\\n\\nThis trek is one of Nepal's top trekking destinations. It is an adventure that you will not want to stop for.\\n\\n\\nThis route is suitable for intermediate and advanced trekkers as well as experienced trekkers. If you are a beginner or experienced trekker this is the trek for you. This trek is not for beginners and experienced trekkers only. If you are a beginner and an experienced traveller you will definitely enjoy the journey.\\n\\nIf you are looking for the perfect way to reach the highest peaks of the Himalayas then you will definitely enjoy this trek. It is one of those journeys that will make you feel like you are going to the top.\\n\\n\\nThe hike from Kathmandu\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.982375144958496,\n", " 'text': '-742) by Pope Innocent IV, and continued as Bishop of Salzburg to be elected Pope in 774. He was succeeded by St. Gregory IX, who also died in Salzburg in 779.\\n\\nVirgil\\n\\nThe Virgil was a poet of the eighth century. He wrote many works, including the Odes to Eleusis. Virgil was born in Pannonia, then under the rule of the Macedonians, and died there at the end of his life.\\n\\nHe was a close friend of Cicero and one of the most popular of all Greek poets of his day.\\n\\nVoltaire\\n\\nIn 1785, Voltaire published his first novel, La Belle et La Loi. The book was very successful,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.677626132965088,\n", " 'text': \" Roku and Chromecast, or subscribe to ABC Go.\\n\\nHow to access ABC Go from the US?\\n\\nTo access ABC Go using the Apple TV or Android devices, follow this guide to unblock and access the ABC Go app from the US:\\n\\nStep 1: Unblock ABC Go in the US\\n\\nFrom Apple TV\\n\\nFrom Android devices\\n\\nIf you're not sure how to connect to the ABC Go app on your device, here are the steps you need to follow to get ABC Go connected to the ABC Go app on your iPhone:\\n\\nStep 1: Open the ABC Go app\\n\\nFrom Apple TV\\n\\nOpen the Apple TV app\\n\\nOn Android devices\\n\\nGo to the Settings menu on the bottom of the screen, and then tap the ABC\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.6084566116333,\n", " 'text': \" ready for use across all of your data. It can be used as a data source in a spreadsheet, in a web service, or even in an app for iOS and/or Android! It's fast enough to run on your own servers, so if you're running a small company, you'll get the best of both worlds: access to your data and the best platform for running it.\\n\\n\\nWith a single click, you can export your project to Shippo or Shippo Pro, and import it into a spreadsheet or Web service.\\n\\n\\nWith Shippo 3.0, you'll be able to export project data from all your projects to a central warehouse, and then export your project data to any of your projects. It's like having access to all your data in one\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.874100685119629,\n", " 'text': ' platform to build a blog.\\n\\nI have been thinking about this for quite a while now.\\n\\nA few weeks ago, I wrote a post on WordPress themes. The theme was called Wordpress Theme Builder. In it, we looked at how we could create a theme similar to WordPress and create a website.\\n\\nI have been thinking about the wordpress theme theme builder for a long time, and I have been thinking about this theme builder a lot. I have been working with the theme for more than two years and I have been able to create a theme like this.\\n\\n\\nThe theme builder is a great way to develop a theme for WordPress, and it is easy to use. In this post, I want to share with you my experiences with the theme, and I want to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.430415630340576,\n", " 'text': ' high costs.\\n\\nA new study finds that nearly half (46 percent) of Americans who don\\'t want to buy insurance because it\\'s too much to pay for don\\'t know where to go to find coverage. A similar proportion (45 percent) say they are unable to find coverage because they can\\'t afford the high costs. The study, published online in the July issue of the Journal of the Association for Community Health and Health Research, also shows that those who are uninsured tend to have poorer health outcomes.\\n\\n\"This is not surprising because people don\\'t want to pay for insurance because they are concerned about costs, or because of concerns about health care quality or the affordability of insurance,\" said senior study author Sari Levine, professor of community and family medicine at Yale School of Medicine. \"But',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 9.190564155578613,\n", " 'text': \" The festival features a variety of interactive, fun, and educational activities that will allow kids from all ages and abilities to discover the wonders of America and its history. This year's festival is sponsored by PBS Kids in the Parks. Learn more about PBS Kids in Parks here. The festival will also include live music, food trucks, and lots of other fun things to do. Check out some highlights from the festival here. The festival runs from June 21-23, so be sure to plan your visit to the park before it's too late.\\nThere are so many things going on at this weekend's PBS Kids in Parks Festival. Here's a look at some of the highlights from this weekend:\\nThe Parade:\\nThe parade begins at 8 am with the parade starting in Front Street and moving down Front\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.417986869812012,\n", " 'text': \"t taking the matter lightly.\\n\\nThey are calling for the club to be banned from playing in the Champions League, the Copa del Rey (which they won last year) and all international competitions for three years and a fine of up to 10 million euros. The club will be fined 2 million euros if they do not comply. The club will also be expelled from the Champions League for a period of 15 years.\\n\\nIn addition, the club will be barred from playing any competitions in the UEFA Champions League for two years and up to a year's suspension.\\n\\nIt is unclear whether Vecindario will appeal against the ban, but the lawyer of the Club of Santander said that Vecindario has already accepted that the club will have to pay a fine. The lawyer said that the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.880239009857178,\n", " 'text': '.\\n\\nNote: If you have a single HDD / SSD, you must connect the IDE cable to the computer via the IDE port on the motherboard, otherwise you will lose data on the SATA port of the IDE drive.\\n\\nYou may need to connect the motherboard to your computer via the USB port to be able to connect the drives.\\n\\nImportant: If you do not have a dedicated adapter for the SATA port, you can connect a SATA cable to the SATA port on the motherboard. You can also connect the SATA cable directly to the IDE port of a computer using the SATA port adapter on your computer.\\n\\n\\nHDD / SSD Connecting via IDE\\n\\nThe IDE connection is possible with the following adapters:\\n\\n\\n1. SODIMM\\n\\nThe SATA-to-',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 1852.12},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.494813919067383,\n", " 'text': \"iring a veteran running back will be difficult for the Indianapolis Colts, who will be without Le'Veon Bell this season after he missed the first six games with injury.\\n\\nBell has missed six of the Colts' first seven games after suffering a torn ACL last November. He missed the final four games with a torn patellar tendon in his right knee but returned for the final six games of the 2014 season.\\n\\nIn the final week of the season against the Baltimore Ravens, Bell suffered a season-ending Achilles tendon injury.\\n\\nHe has been working on his conditioning this offseason, but the Colts hope he'll be ready to go by training camp. Coach Chuck Pagano said Monday that Bell will likely be ready to play again this season, but he won't know until after training camp\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.4424357414245605,\n", " 'text': ' be complex, or it may not even be something you know anything about. A software platform needs to be built for a specific purpose. The goal of software development is not to solve problems, but simply to provide a service.\\n\\nSoftware Platforms\\n\\nWhen we build a software platform, we start with a set of tools, and then we build the platform with them.\\n\\nThere are two types of tools we build software with. One type of tool is an application framework. This is software that we use to build our software. This type of tool can be written in any language, including C#, Java, and C++, or it could be written in some other language. This is the tool we use to create software. The second type of tool is an extension. This is',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.913998603820801,\n", " 'text': ' In a large skillet, melt butter over high heat and add onion; cook until onion is soft and golden-brown and begins to brown on top, about 10 to 15 minutes. Transfer to a serving platter, top with feta cheese, pepper jack cheese and parsley; serve immediately.\\n\\nAdapted from Cooking Light. Reprinted by permission from The New Yorker, April 2016.\\n\\nServes four.\\n\\nThis recipe is from Cooking Light.\\n\\nServes four\\n\\n1/4 teaspoon ground coriander seeds (if using) or 1/2 tablespoon finely chopped fresh cilantro\\n\\n4 large eggs\\n\\n1 teaspoon dried thyme\\n\\nsalt and pepper to taste\\n\\n2 tablespoons fresh lemon juice (freshly squeezed) or 1/2',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.400784492492676,\n", " 'text': ' be done by using high quality, commercially available sequencing kits. To date only one RT-seq-based method for RNA-seq is available, which is based on the single-copy amplification of RNA-sequencing data with a single polymerase chain reaction. RT-qPCR has been shown to have the highest sensitivity of all RT-seq methods [27], [38], and has been shown to have a high specificity for RNA-seq-based methods [38]. However, this method is not widely available, and is not currently widely used in the scientific community [37], [39], [40]–[43].\\n\\nIn the present work we developed a novel RT-qPCR method that has a high throughput and specificity for RNA-seq data. The RT-seq',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.92692756652832,\n", " 'text': \" or incomplete information to the 2001 list. You can do this by sending a message to The Buckeye Trail.\\n\\nIf your name is not listed, contact us and we'll update the list with your name. If you are on this list and would like to have your name removed from the 2001 Class List, please click here. You can also send us your name by clicking the link below and we'll remove your name from the list in a timely manner. You can also send us a message by clicking the link below.\\n\\nIf you are not on the 2001 Ohio Class List, please visit this page to see what you can do to help our Class of 2001 graduates!\\n\\nClick Here to view our 2001 Ohio Class of 2011 List!\\n\\nThis year the Ohio Class List has been\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.762983322143555,\n", " 'text': \".\\n\\nAlfred Hitchcock\\n\\nThe man who inspired Alfred Hitchcock to create his classic film Psycho is alive and well. His latest film, Hitchcock Presents, is a fantastic introduction to the legend of the director himself.\\n\\nDennis Lehane\\n\\nI'm a big fan of the late, great, legendary British director, and Hitchcock Presents is a great introduction to this man and his films. Hitchcock Presents also has an excellent score by the great David Bowie.\\n\\nBarry Jenkins\\n\\nJenkins was the darling of the film industry and is an incredible director. This is a fantastic documentary on the legendary director, and I'm sure you'll agree it's a must-watch for Hitchcock fans out there. It also features a fantastic piece of music for the film, which is a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 9.014970779418945,\n", " 'text': \" culture. CECUPS seeks to develop a theory and method of cultural analysis in order to provide a comprehensive and comprehensive understanding of cultural development and change. The Center's work is directed toward the research, teaching and practice of cultural studies and cultural anthropology, with an emphasis on social, political, philosophical, economic and cultural analysis. The Center's work is funded through grants from National Science Foundation (NSF), American Institute of Arts and Letters (AIA) Grant No. 1-1021-0277, National Humanities Research Council (NHRRC) Graduate Fellowship, National Institute on Aging (NIA), National Science Foundation (grant number R01-HG-086615). CECUPS also receives funds from the National Science Foundation under grant number R40-DA07\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.068748950958252,\n", " 'text': \".\\n\\nWe've been blessed and lucky to have an amazing family and friends that support us.\\n\\nWe've been blessed to have a loving community that supports us. But we've also had to contend with a lot of hard work, hard decisions and hard times. We've had to make difficult decisions that have affected us deeply, and we've had to make those hard decisions for the sake of those we care about and for the sake of our kids and grandkids. And that's OK. It's all worth it if we can do it together. It's all worth it if our children, grandkids and friends can look to us. It's what's best for them, and what we want them to feel at home in our family and what we want them to feel on the road\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.514520168304443,\n", " 'text': \" is 3-3 in its last 5 games. The Bears have won 4 in a row at home against the Frogs.\\nTexas A&M is 1-1 in their last 6 games against ranked opponents.\\nTexas State has dropped its last two games. The Mustangs have lost 5-0 in Big 12 play to Oklahoma and 5-0 in Big 12 play to Texas Tech.\\nTexas Tech has won 5 of their last 10 games against ranked teams. The Red Raider have lost 4 of those contests to the Longhorns.\\nThe Golden Eagles have lost 4 of 5 against ranked teams. They've also won 3 of those games.\\nThe Red Raiders have lost their past two games at home against Oklahoma. The Golden Eagles have won all three of their home games this season against the Soon\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.0982866287231445,\n", " 'text': '?\\n\\nA: It\\'s called \"Stalking\" and is a very common type of sexual harassment in the industry and in the dating world. It can come in many shapes and forms, some subtle, some more aggressive, and some more aggressive yet subtle. It can also come in the form of a physical threat, which is when you say something to someone that they are not allowed to say back. It can also be a threat of sexual violence.\\n\\nIt can come in subtle and aggressive ways. It can come when you are talking about someone\\'s appearance, when you\\'re asking them for their number, or when you\\'re saying that they are not supposed to talk about their sexual history, or when you\\'re saying that they should not have sex with that person. It can come in the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.634192943572998,\n", " 'text': \" are not an option for you, try adding a few drops of red pepper flakes and garlic powder.\\n\\n5. Make a Pretzel Crust with Red Pepper Crumbs\\n\\nThe red pepper flakes can be a bit hard to find in supermarkets, but if you can find it, you'll be surprised at how easy it is. Simply mix together the red pepper flakes, cumin, cinnamon, and salt in a large bowl. Add in the pretzel crusts, and you're ready to eat. You can use a pizza cutter to make sure the crust is evenly spread, or you can roll it out with your hands to ensure it gets even.\\n\\nWhat do you use for your pretzel crusts? Have you ever made one? If so, share your homemade recipes in the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.327347278594971,\n", " 'text': ' buyers, buyers, buyers!\\nAt this point you may be asking yourself \"what does this mean?\"\\nIf you are looking to buy or sell a certain brand, then you should be aware of the differences between the UK and US markets.\\nIn the following sections I will explain the differences between different brands in the UK, US, Canada, and Australia and how these differences can affect your buying decisions. This information is not meant to be a definitive guide, but is intended to give you an idea on what you should expect when buying a certain product.\\nThe UK & US Market Differences\\nThe UK market is a bit different to all the others in the world. The UK has a relatively small population, and it is one of the only countries in Europe where it is not illegal to buy,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.258307456970215,\n", " 'text': \"ishment. Our extensive knowledge of roofing, roofing engineering and design has been developed over many years of experience working in a number of different industries including building materials, construction, roofing, construction materials and products. We specialize in all aspects of the façade glazing industry and are able to offer a full range of products and services to our customers.\\n\\n\\nWe pride ourselves on being the only company in London to have the reputation of being the UK's leading manufacturer and supplier of high quality roofing and curtain walling services. We also pride ourselves in providing excellent customer service with a warm and friendly atmosphere.\\n\\n\\nOur team of experienced roofing professionals have a wide variety of experience and are available to answer all your questions and help you choose the correct roof and curtain walling product or service\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.62253475189209,\n", " 'text': \" Greater London, said: 'I have been advised that the body has been found by members of the public.'\\n\\nA postmortem examination will take place on Monday.\\n\\nThe inquest is expected to last between two and three weeks and is expected to conclude by next Friday.\\n\\nA spokesman for the coroner for Greater London, Dr Peter McClelland, said in a statement: 'It is with great sadness that I can announce that the death of a young man aged 16, who tragically passed away yesterday, has been ruled a homicide and that a postmortem examination is now to be conducted to identify exactly what caused his untimely death.\\n\\n\\n'The coroner has also informed the family that, in accordance with the coroner's instructions, he is to hold an inquest into the circumstances\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.365147590637207,\n", " 'text': '\\n\\n\\nI also did some things to the server side. I changed the way the server works to allow it to handle more traffic. I also changed how it handles requests to the server. I will be adding more information about this later on in the thread. I also did some more work to create a better user interface I think. I also added some new features and a few changes to the user interface. I also added the ability to set a password for each user in the server. I will also be adding a way to create a list of users in the server so that you can search for a specific user in the database. I also did some work to add a way to add users to a list and then remove that user.\\n\\n\\nI also did some things to the server. I changed',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.405036926269531,\n", " 'text': \"to-night life of the city. And they also love to play. So what better time to bring your best canine friend out into the sunshine than on a weekend?\\n\\n\\u202aYou don't have to be a dogperson\\u202c to enjoy a weekend out of the city. If you're looking to get away from your busy schedule and take a break from all the commotion around you, a weekend out in New York could be the perfect opportunity to spend some quality time away from the crowds.\\n\\n\\u202aThe best way to get your best canine friend into the sunshine is\\u202a to bring them along with you when you go on vacation!\\n\\n\\u202aWhether you're looking to bring your dog along on your next weekend getaway or you just like to take your canine friend\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.256828308105469,\n", " 'text': \".\\n\\nIn addition, the United States and its NATO allies continue to pursue the use of unmanned aircraft systems in support of military operations, including surveillance, strike, and precision strikes. The use of unmanned aircraft is also being encouraged by the international community, particularly the United Nations.\\n\\nU.S.-NATO Partnership\\n\\nThe North Atlantic Treaty Organization's Partnership for Peace is an important element of NATO. The Partnership provides countries with a shared set of shared objectives to address challenges in peace-making and security. It is a key element in the U.S. strategic approach to defense, and U.S. and NATO military forces operate in close cooperation with partner nations.\\n\\nWhile the U.S.-led coalition has conducted operations in Afghanistan since 2001 and continues to operate against al-\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.921084880828857,\n", " 'text': ' in the field of marketing and how to take advantage of the latest trends and trends in business.\\nThis course is designed for those who have experience in marketing, branding, sales, marketing strategy and sales development.\\nYou will gain a deeper understanding of how to use the latest trends in marketing to your advantage.\\nYou will also learn how to create a successful marketing email campaign.\\nThe course covers the following themes: 1. Marketing Goals, 2. Marketing Strategy, 3. Sales and Marketing Communication and 4. Social Media\\nThis course is designed for those who want to gain the most from their online marketing career.\\nThis course will give you an overview of how to use social media to reach your potential customers. It will also help you understand the impact of social media marketing on sales, marketing and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.755182266235352,\n", " 'text': ' in music education and an MPA in composition and performance, with a focus on improvisation, performance, and composition. She began her musical training at the University of Chicago where she received a Master of Music from the College of Music in 1999. Jeanne has performed with nationally and internationally recognized artists such as N.W.A., David Bowie, Rufus Thomas, The Beach Boys, and more. To learn more, visit www.jane-neal.com and www.jeannenalco.com.\\n\\nThis episode was produced in partnership between WOWKradio.com and WOW.org. You can hear more of their work at www.WOWK.org and www.wowsradio.org.\\n\\nGet the WOWK app for free',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.242354393005371,\n", " 'text': \" opportunity to try out a lot of homemade macaroni from my mom's house. I have to say that I loved it so much. It was so easy to put together, and I loved that it could be served hot or cold. My favorite part about it is that it was so flavorful, and not too sweet, which I love about macaroni. If you're not familiar with stove top macaroni recipes, you're in luck! I will share them with you soon!\\n\\nI wanted to give you all a heads up that this is one of those recipes that I will definitely be sharing with my friends, family, and family. If you're a fan of homemade mac & cheese, and you're looking to make it yourself, this is definitely one you should try!\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.076182842254639,\n", " 'text': ' to see the San Francisco Symphony. Got home and spent the day with my mom and sister.\\n\\n\\nThe night before my flight home, I made sure I got enough sleep, and I took a half-hour nap. After I woke up in the early morning on Saturday morning, I decided to take a short nap, and then I headed to the train station.\\n\\nA couple hours before my train was due to leave, I noticed that there were people walking around the station waiting to get off.\\n\\nI saw a few people walking with their hands up, and I asked one of them where he was. He said that he was waiting in line at the station to get off the train.\\n\\nI then noticed that there were several people sitting in the train, and I asked one',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.069042205810547,\n", " 'text': ' Add salt and pepper and mix until well mixed. Sprinkle with chopped cilantro, if necessary.\\n\\nTo serve, place a plate on a cutting board and top with 1/3 of the roasted sweet potato, chopped green onions and chopped cilantro leaves, and serve.\\n\\nNotes:\\n\\nThis recipe is adapted from my favorite book, \"The Art of Slow Cooking: The Science and Techniques of Real Food,\" by Michael Greger, published by Little Brown and Company.\\n\\nI\\'ve also adapted the recipe from the New York Times best seller, \"Slow Cooker Baked Potatoes with Sweet Potato and Cilantro.\"\\n\\nThis recipe makes 4 servings. You can serve up to 4 people, but make sure they have plenty of room on the plate so they don\\'t',\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.602631092071533,\n", " 'text': \".\\n\\nWe got to sample a few of The Bier Abbey's products, which include their beer, the Blue Moon IPA, and their cider. It was fun to walk around and see what was on tap, what was new, what was available, and what the brewery was doing.\\n\\nThe brewery has been in business since 2012, but it only recently opened its doors to the public. The taproom is now open for all to enjoy, so you can grab a drink or grab a bite to eat if you want!\\n\\nWe had a few questions about the new brewery, and we were able to get the answers by talking to a number of folks at the brewery. Here's what we learned:\\n\\nHow The Bier Abbey Works (and Doesn't Work)\\n\\n\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.485316753387451,\n", " 'text': ' of the Athlone community, from 6pm.\\n\\nThis will be a free public service radio broadcast with no ads.\\n\\nThe show will also be available online at www.athleonecommunityradio.org\\n\\nPlease remember to bring your own picnic or picnic basket and drink, if you wish.\\n\\nThe show will be recorded and broadcast in the Athlone area.\\n\\nThe Athlone community will be asked to come along for the event and share their thoughts and experiences of life in Athlone. This is a great opportunity for people to meet up with each other and get a feel of life in Athlone.\\n\\nFor more information on the show visit www.athlonecommunityradio.org\\n\\nThis event is free for everyone to attend',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.330487251281738,\n", " 'text': ' place. This is in response to concerns raised about the safety of the company\\'s storage facilities. Rough, which has a total of 1.3 million square metres of space, is operated by British Gas. Rough has been providing storage for British Gas since 2009, and has also supplied storage for Scottish power companies. Rough\\'s parent company, Centrica, has a long history of providing storage for the energy industry, and has been involved in storage projects across the UK for years.\\n\\nCentrica said that, because of concerns about safety of storage facilities, the company will be withdrawing all injections at Rough and will re-assess its plans to supply storage to British Gas for the next two years. The company said:\\n\\n\"We are very concerned about the risk to the environment and people\\'s health',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6199.72},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.943432807922363,\n", " 'text': \" the only clothing store in the world that delivers to any city you want. We offer a huge variety of clothing and accessories for men, women, children and pets, and we even have a wide range of new and used clothes for your pets. If you're a fashion lover and would like a gift for your pet, we've got it! You just have to enter the code on our site and we will deliver it to you at no charge. Enter coupon code at checkout and you will receive a $10 discount off your entire order. Make sure to enter the code on the checkout page, so you don't miss the discount! Enter code at check out and we will deliver it to you free! If you're a fashion lover and don't want to miss the discount, sign up for the newsletter\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.0560479164123535,\n", " 'text': ' roofer can provide you with the roofing you need, whether you are looking for a new or used roof, a new or refurbished roof or just a roof that is in need of a little work. If you are considering a new roof, it is important that you consider the following considerations when considering a new roof. First of all, you should make sure that the new roofing you are considering is in good condition. If not, you may end up spending more money on the roof than it will save you. Also, make sure you know exactly what you are getting yourself into. If your new roof is going to cost more than it saves, you may be in for more problems down the road. Finally, if you are looking for a residential roof, it is important that you have the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.752319812774658,\n", " 'text': ' calling for an immediate end to violence in Myanmar, and for the withdrawal of foreign troops from the country by May 31.\\nUN human rights chief Navi Pillay described the violence in Myanmar as genocide.\\nA senior government official said the decision to withdraw the troops from Myanmar was taken at an emergency session of the Security Council, which was chaired by France\\'s Francois Hollande, and that President Obama would meet with Prime Minister Manmohan Singh on Wednesday.\\nIn a statement released on Thursday, the White House said President Obama was \"extremely concerned\" about \"a number of human rights abuses\" occurring in the country.\\nIn a separate statement, the UN Security Council called on Myanmar to take \"all measures to ensure the protection of the rights and fundamental freedoms of the people of Myanmar\" and urged all',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.998187065124512,\n", " 'text': \" the Grand Canyon at sunset.\\n\\n8i Portal is powered by the open source Unity engine for 3D games and will be a free app for iOS, Android and PC. The app will be open source as well.\\n\\nThis is the second time in as many months that an open source video game has been released to the App Store. The original game was available for free for a year on the App Store, but after it was removed, it was re-released on Steam and other platforms.\\n\\n8i announced in February that it would release a new 3D video of the Great Wall at sunset. Since then, developers around the globe have made 3D videos of other famous landmarks in China, Europe, and the U.S. It's unclear if 8i will follow in\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.937008857727051,\n", " 'text': \" in 2015.\\n\\nAccording to a report released in April 2016 by the Bank for International Settlements' Financial Stability Committee, mobile banking accounted for one-third of all mobile money transfers globally in 2014 and is expected to account for around one third by 2020. The report estimates mobile banking transactions to be around $2.5 trillion per year.\\n\\nMobile banking is also expected to become the main source of remittances for millions of people in the developing world. Globally, one in six remittances goes to developing countries, according to figures from the World Bank. The report also notes that mobile banking can be an important tool for remittance remittance providers to increase the effectiveness of remittances, which are often used as an alternative method of payment.\\n\\nThe report notes that mobile\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.5989556312561035,\n", " 'text': \" we are living longer than we used to \\uf00d\\n\\n\\uf00b\\n\\n\\uf00b\\n\\n\\nThe long history of life expectancy\\n\\nThe average age of men and women in the world has been increasing at an average of 2.4% per year from 1900 to 2016.\\n\\nThe increase in the average life expectancy has been driven by the rapid expansion of the population. Over the last century, the number of men aged 75 and over has increased at an average pace of 1.6% per year.\\n\\nWomen also have an increased average average life expectancy of 4.9 years per year, while men's has increased by just 0.2 years.\\n\\nOver the same span, life expectancy in the world has increased by 0.4% per year. This is\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.055606842041016,\n", " 'text': ' cookbook I read years ago, and it\\'s the best beefburger I\\'ve made yet.\\n\\nAnd now, today, I\\'m showing off my new recipe, which I call \"The Sausage Burger\".\\n\\nIn case you haven\\'t seen it yet, The Sausage burger has to be my absolute favourite burger.\\n\\nIt\\'s just so darn good, and so simple. You can make this burger in less than five minutes at the most - and it\\'s got just enough meat and cheese to make you think there\\'s meat in there, but it\\'s still got a lot of flavor.\\n\\nI\\'m going to try to show you how to make your own Sausage burger in just a little over 30 minutes here. If you\\'re a meat person, you',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.687671184539795,\n", " 'text': \" that we will be on holiday for a few months, so I am going with my boyfriend to see what the weather is like.\\n\\nI have been planning this trip since September 2013. I am not sure if I should tell you about this because it is not something I have planned before.\\n\\nI am not sure what to expect.\\n\\nI am not sure what I'm going to do, but I am sure that what I am going to do, I am sure it will be something that I really enjoy.\\n\\nIf you are looking for a great place to stay, it is very hard to find a place to stay in Darwin. If you have a car and you like to drive, I would recommend you to get a car and go to Darwin. I would recommend you to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 9.934189796447754,\n", " 'text': \"iraKatherine. LizziaKenny. JulieGomez. AmandaSue.\\nAnd there are more to come!\\nThank you so very much to all of you that joined us over the years and to everyone that has supported us over the past few years. If you have any questions, don't hesitate to contact us at the contact us link in the top right corner of all of our websites or by email. We are here to help.\\nThank you for visiting our site and thank you for visiting our Facebook page. We appreciate it so much.\\nLove and Peace,\\nThe Smashing Pumpkins\\nSee more of Natalie and Chris' work at www.natalieandcris.com\\nSee more photos of the band at http://thesimpskinny.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.275496006011963,\n", " 'text': ' City. The board will consider the proposal at a meeting that begins at 10 a.m. and ends at 3:45 p.m., according to the Arlington County Times, which first reported the story.\\n\\n\\nIn December, the Board of Supervisors agreed to give Amazon a $100 million tax break that will pay for the construction of the new headquarters.\\n\\n\\nThe company is currently seeking a 10-acre parcel in Crystal City where it could build a $1 billion office and warehouse complex. The company also plans to create 5,000 new jobs and 1,000 permanent ones, according to an Aug. 25 letter from Amazon to the city.\\n\\n\\nAmazon has already announced a $500 million investment in Arlington, which will include a $200 million public library, $40 million to create',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.438207626342773,\n", " 'text': ' Ricketts.\\n\\nPlease contact us if you have questions about this product.\\n\\nWe are always looking for new and exciting products for our customers. To learn more about how we develop new and exciting products, please click the button below to visit our Products and Services section.\\n\\nTo find out more information about our customer service team, please visit the Contact Us page.\\n\\nContact Us\\n\\nDr. Leigh Ricketts, Esq., is a board certified internal medicine resident physician in Los Angeles, California specializing in pediatric endocrinology and metabolic medicine and a board-certified specialist in endocrinology and metabolic disease in Los Angeles, California. She is board certified in internal medicine and endocrinology, and has been a registered dietetician and dietitian-gynecologist',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 14.789948463439941,\n", " 'text': 'high) MPG, 3 year/36,000 miles\\n\\nCurrent Car Details: 2017 Toyota Tacoma 4dr 4dr, 2.3L EcoBoost V-6\\n\\nCertified Preowned, AWD, AWD Titanium, 2.0L EcoBoost V6\\n\\nCurrent Car Status/Usual Location:\\n\\n2015 Toyota Prius Plug In Hybrid 2.3L V6, 20/27 MPG, 3 year/37,600 miles, Sunroof/Air Conditioner\\n\\n2017 Toyota Tacoma Plug In, 2.0L, 20/30 MPG, 3 year/35,600 miles, Off Road\\n\\nCurrent Car:\\n\\n2018 Toyota Prius Plug In, 20/30 MPG, 4 year/3600 miles, Off Road, Navigation,',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.770391464233398,\n", " 'text': ' would have a little bit of color. I\\'m so happy I found this!\\n\\nRated 3 out of 5 by Toni13 from Comfortable, but doesn\\'t last long I purchased this in the spring of last year and have worn it a couple of times. It\\'s comfortable to wear, but I have to say it\\'s not as long as I was expecting. I am 5\\'4\" and I\\'m a medium-tall woman, so when I put on it, I feel slightly short. In fact, I felt a bit short in it the first couple of times. After about half a year of wearing, I\\'m still a bit short in it, but I am very happy with the size. I\\'m going to wear it again this year, so I\\'ll update the review later',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.99602746963501,\n", " 'text': ' time. I am sure that we will have a good time in our new house, and that I will have time for you.\"\\n\\nThe next day, he called again, saying that he would be back in a week. The next afternoon, the phone rang again; this time, it was his father\\'s voice on the other end.\\n\\n\"I don\\'t think it\\'s too late to ask for your help.\"\\n\\nHe hung up, then said,\\n\\n\"You have a friend in this matter. He tells me that your brother has had a stroke. I hope that he is doing well.\"\\n\\nThe next morning, when I arrived to collect my father, he greeted me by name and asked if I had heard anything about his brother. I told him that my father',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.577840328216553,\n", " 'text': \" a list of the most important things you should know.\\n\\n1. Writing a book is hard work!\\n\\nYou need to have a plan, and you need to have a plan for each chapter. If you don't, there will be no way to follow through with your ideas.\\n\\nThere are two things you should know when it comes to writing: 1) You can't go into a book with your ideas and expect to come out with a book. 2) It is easy to go into a book with your ideas and come out with a book that you didn't even read, because you have no idea how it's going to fit together. You will have to figure it out for yourself. You will have to do it.\\n\\n2. You need your ideas!\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.905734062194824,\n", " 'text': 'la can\\'t fill. She can\\'t help herself.\\n\\nAnd then there\\'s this: \"I love you so much for what you\\'ve done to me. I\\'ve never felt more alone than when I was in the hospital with my grandson.\"\\n\\nIt is not.\\n\\nAnd it\\'s not because her grandson has a heart.\\n\\nIt\\'s because his heart has a heart of its own, and that\\'s what Carla has always wanted. It is a heart with no boundaries. It\\'s a heart with a heart that has no limits. And it\\'s a heart that will never go away, no matter what you do to it. Because that\\'s the nature of a heart, isn\\'t it? A heart that will always find a way.\\n\\n\\u202a\\n\\nCar',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 6.759981155395508,\n", " 'text': \" on one service, try this place out. It is definitely one of the best. The staff is friendly, the atmosphere is very comfortable, and there are plenty of other places to eat besides this place. If you are looking for a restaurant in the area, this one is definitely the spot!\\n\\nI've been coming here for the past couple of years and my family loves it. It's located right on the beach next to the main pier and is a good spot for a nice relaxing afternoon. The food is always amazing and I've had a lot of different things to try from the menu. They have a lot of different dishes on the menu, so if you're looking for something different, check it out. The service was great and I've never had a problem with anyone. It's\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.371807098388672,\n", " 'text': \"levi Mosque. This is a popular tourist destination.\\n\\nTo access the city, you must first head to the city centre and take a taxi to Bandar Hilir, which is about 5 km away. After getting off the cab, you must take an escalator to Taman Bazaar, where you'll see the Taman Mosque, which is the main mosque in Bandar Hilir. The mosque is surrounded by a garden and a courtyard.\\n\\nTaman Mosque\\n\\nBandar Hilir Taman Mosque is situated at the heart of Taman district. It is the only mosque located on the main street of Bandar Hilir and the only mosque in this district. It is also a popular tourist destination.\\n\\n\\nTo reach the mosque, you can take an escalator to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.676753044128418,\n", " 'text': ' you want.\"\\n\\nHe added:\\n\\n\"I think we are going to have to make some changes. I am not sure how long it will take but I am sure we will have to make some fundamental changes.\\n\\nYou have to understand that you can\\'t just throw money at these problems. These are problems that you have created and you have to fix them.\\n\\n\"I am sure we will get to where we want to be and we will have to take a look at it.\\n\\n\"This is one of those things where you have to take a look at yourself and say \\'this is how I feel\\'. I am sure that we will find some solutions. I think that we will find some ways to improve this.\\n\\nHe added:\\n\\n\"This is',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.609021186828613,\n", " 'text': \"\\nHere is a copy of the letter to the Fairfax County Board of Education from the Fairfax County Clerk's Office to the Board of Education:\\n\\nIt is with great sorrow and deep concern that we inform you of the passing away of our beloved Mr. Edward C. McGlone, who served as President and Chief Justice for the County of Fairfax, Virginia, for thirty-three years. He was preceded in death at his residence on Wednesday, December 2, 2012.\\n\\nEdward McGlone was born on October 29, 1921, in the city of Virginia Beach. At an early age Edward learned that he would one day become an attorney and was taught to practice law in the state of Virginia by the late Edward C. Robinson.\\n\\nMr. Robinson graduated from Harvard University in 1946,\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 5.882648468017578,\n", " 'text': ' their lives.\"\\n\\nAccording to a 2014 report from the National Association of Social Workers, the mental health of women with mental illness is significantly impacted by their relationship status.\\n\\n\"Women with mental illness experience a range of emotional and social difficulties, ranging from depression to suicidal tendencies,\" the report states, adding that mental illness can affect the physical and emotional health and well-being of all women.\\n\\n\"Women who are mentally ill also have higher rates of physical health conditions, including obesity and diabetes,\" according to the National Association for Mental Health (NAMI)\\n\\nThe NAMI reports that mental illness can be a significant barrier to accessing care for women and girls. It states that women with mental health issues have a greater likelihood of being denied health care and that women who have been diagnosed with',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 7.4459757804870605,\n", " 'text': \" day to build your dream house. Spend the rest of the day in your garden. Spend time with your family when you are not working. Spend the rest of day playing with kids. Spend all of the time you want to play with your kids and enjoy life. Spend all of your money and money's worth.\\nNow, I'm going to go ahead and say I'm not an architect, so I'm going to have to admit that this is a lot to ask of you. But I do want to give you the best advice I can to help you get your dream home.\\nYou are going to need a lot more than just a house to get your dream home.\\nSo I want to tell you that you need a lot of things, but the one you need the most is money\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.442684173583984,\n", " 'text': \" Group to a group of private equity funds led by Fidelity Investment Management, the country's largest private equity firm, in a deal worth approximately $15.3 billion.\\n\\nUnder the terms of the proposed transaction, Fidelity will acquire the ADAST Group and its assets in exchange for $5.6 billion of cash, which it will use to fund its investment strategies in the United States, China, and India. The transaction will close in the second half of 2017. The purchase price includes a premium of approximately $1.6 billion and is expected to close in late 2017 or early 2018. In addition to ADAST Group, Penta and J 23, which is headquartered in Singapore, are the principal investors in ADAM, an Indian private equity fund.\\n\\nFidelity said in a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.731466293334961,\n", " 'text': 'opy. This is one of the most powerful lights available that can be deployed in hospitals and medical centers. The High light can be programmed to activate when the patient is in a critical condition. The High brightness has been tested in hospitals across the country and is designed to deliver the highest intensity of power to the patient.\\n\\n\\nThe High Brightness is designed to provide the highest power to the patient while maintaining a low ambient light environment. The High brightness can be programmed to turn on when the patient has fallen asleep, when the patient has taken a nap, or when someone is in pain or has been in the hospital.\\n\\n\\nThe High Brightness is designed for patients who have a medical condition that require high intensity of light. The High brightness is designed for patient safety and optimal patient care. The High',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 7.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 0, 'deltas': 6},\n", " 'perplexity': 8.10358715057373,\n", " 'text': 'oyd was the daughter of Thomas F. Loyd, Jr., and the granddaughter of John Loyd and Mary F. (Wright). She was preceded in death by two sons and one daughter. Survivors include two brothers and a sister-in- law; a brother and a cousin; and a brother and a cousin. Albert M. Loyd, Sept. 26, 1884 - Sept. 20, 1962. Charles Loyd, who was born June 16, 1882, died June 20, 1962 of an apparent heart attack while working in the office of Mr. F. Loyd at the office of Mr. W. F. Loyd. He was preceded in death in death by his wife, two daughters, three brothers and a sister. William Loyd, April 13, 1884',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4581.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.5701727867126465,\n", " 'text': \" find a variety of BBQ lessons and tips in this beginner BBQ class in Missoula.\\nYou will learn:\\nHow to make your own BBQ sauce from scratch!\\nThe best place to start making sauces!\\nHow to use your spice rack to spice up your BBQ!\\nWhat to do to keep your meat moist, tender, and flavorful.\\nHow to keep your BBQ hot without burning your hands!\\nDo you have any questions you'd like to ask? Email us at info@mssbacon.org.\\nBacon is a lean, meaty dish made from pork, beef, or chicken. It is typically served as a side dish, in a sandwich, as a main dish, and on sandwiches.\\nBacon has been a staple of American cooking since the\",\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 5.628030776977539,\n", " 'text': \"\\nIn this article, we discuss how to install Mac OS X Lion on your Mac, starting with the basics of booting.\\n\\nBoot from CD or USB Drive\\n\\nBoot from your computer's USB flash drive.\\n\\nIf your computer has a CD/DVD/USB drive, you can use a USB Flash Drive to install Mac OS X on your computer, but you can't use a CD/DVD or USB Flash Drive directly to boot your computer from.\\n\\nBoot from a CD/USB drive\\n\\nYou can boot from a USB Flash Drive using the Terminal application.\\n\\nTo boot from a USB Drive:\\n\\nOpen a new terminal window, and type:\\n\\n# cd /dev/disk1 # cd /tmp/boot.img # tar xf boot\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.0406413078308105,\n", " 'text': ' with metal mesh straps.\\n\\n\\n$895.00\\n\\n\\n\\nDETAILS: Made in Italy\\n\\nWeight: 1.7 oz\\n\\nSizing: 32\\n\\nSizes: XS (M, L, XL)\\n\\nSizing Chart\\n\\n\\nSizes: 32 Sizes: S (XXL)\\n\\nSizes: M (S, M, S, M)\\n\\nHeight: Small (M)\\n\\nMedium (XS, S, M, M)\\n\\n\\nSizes S: XS, S, M (M, L, XL, XL) S (XXL, M, S, M)\\n\\nM: Small (XS, L, XL)\\n\\n\\nSizes XL: Medium (L)\\n',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.58390998840332,\n", " 'text': \" 2014, and went on to be extended into the 'How Many Backlinks Per Day for New Website' section. This is a very broad topic and I think there is room for improvement. There are two main ways to do this. One way is to use Google Analytics to estimate the number of links to a website. Another way, which I prefer, is to calculate the number of times a website has received a link from Google and then compare it to Google's own statistics. The idea is to determine how much time is spent on a website and how often the link comes from Google. If you look at Google Analytics, you can see the number of times your website received a link from Google, and how often it came back to Google's website, for a given day. You can then calculate the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.217345237731934,\n", " 'text': ' and air conditioning, new equipment, and an expansion of the library. In addition, Denver Unified School District officials announced a two-year pilot program to expand the High School for Science and Mathematics and the College of Technology.\\n\\n\\n\"It\\'s been a busy time for our school district and our district partners,\" Denver Unified School Board President David Harris said, adding that the district is \"excited for what\\'s coming up.\"\\n\\n\\nHarris said the district\\'s efforts will focus on the following projects:\\n\\n• Two new buildings, including the new library.\\n\\n• The expansion of the high school science and math and the college of tech, both of which will open in 2017. The high school science and math project will open with the opening of the new library in 2018. The college of technology',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.299404621124268,\n", " 'text': ' and stop names are shown in the following table:\\n\\n\\nSCHEDULE GONDIA LINE 1/2/2017 SBC Gondia Line 1/3/17 Gondia SBC SBC SBC\\n\\nGonda SBC Gonda Gonda SBC JN Gondia JN Gondia Line 2/17/2017 SBC JN\\n\\nGonda\\n\\nSBC JN\\n\\nGonda SBC Gonda MBC Gonda MBC JN\\n\\nJN\\n\\nJN SBC JN\\n\\nJN Gonda SBC JN Gondia Line 3/19/2017 MBC JN\\n\\nJN Gondia Line 3/23/17 MBC SBC Gondia Line 3/',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.142343997955322,\n", " 'text': \" of the show and I had to watch the entire episode. I had to see it again to make sure I wasn't being misled. It was really hard to watch.\\nI had been working on this piece for about a year when I was told by my agent that he had a story to tell. I was told that he was writing a screenplay for a film. He told me that he wanted me to read the script for him.\\nAnd I did. And I read it. And it sucked.\\nI read it and I was so disappointed.\\nI thought I would love it and see it through to completion. But then I watched it again.\\nI was so disappointed in myself that I just threw it out.\\nAnd then I read the script. And then I started reading it\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 5.773258209228516,\n", " 'text': ' of rules than the rest?\\nOr is it just that everyone is entitled to their opinion?\\nAnd what is your opinion?\\nWhat is your view on the subject of taxation? Do you agree with the idea that there should be a minimum amount of taxation for the rich?\\nDo you think the rich should pay a higher rate of tax? Do you think that the rich should be taxed less than they are?\\nDo you support the idea that there should be taxation on the wealthy?\\nWhat do you do to raise money for charity?\\nIs there anything you would like to say to the British people?\\nHow did you get involved in politics?\\nWhat is your opinion on the subject of the NHS? Do you think that the NHS needs improvement?\\nWhat is your view on taxation',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 9.645018577575684,\n", " 'text': ' Each box contains 90 contact lenses. You can use up to 4 contact lenses per person. Each box also comes with an applicator to use the lenses directly on the eye with no need for the contact lenses to be removed.\\n\\nHow to Use:\\n\\nLift each lens off of the eye using your fingers, and place the lenses on the inner part of the eye for easy removal.\\n\\nEye Drops are also available for purchase in the CooperVision store.\\n\\nFor additional information on CooperVision products and services, visit www.covenightvision.com\\n\\n###\\n\\nCONTACT US FOR INFO\\n\\nFor more information on this product:\\n\\nCooperVision Hydron\\n\\n817-726-2676 ext. 823\\n\\ninfo@co',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.869248390197754,\n", " 'text': ' judge ruled that the deal lacked the required regulatory approvals.\\n\\nShares of the company fell 2.5 per cent to $14.42 in after-hours trading after the announcement. The stock closed down $2.5 at the close of the trading day. The stock has been under pressure since last week\\'s ruling by US District Judge William A. Zloch that US Foods, owned by a consortium led by Blackstone Group, would not be able to complete the takeover without the requisite regulatory approvals.\\n\\nThe judge found that the deal lacked the necessary approvals to complete the transaction.\\n\\nAccording to court papers filed by US Food, the deal \"would result in substantial harm to the Company\\'s ability to compete in an increasingly competitive food and beverage markets and would place the Company at a disadvantage',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 10.646117210388184,\n", " 'text': ', Edges, Everywhere..\\nI hope I don\\'t make a mistake and say that this is a \"Korean\" movie, but it\\'s not.. \\xa0I\\'m sorry if this is a bit harsh.\\nThis movie was filmed during a time when the Korean War was raging in the Korean peninsula.\\nIn the middle of all this fighting was a film called \"Peacebreaker 2017\".\\nThe film shows a young man, who is the leader of a guerrilla group fighting for peace and independence.\\nThe film shows a young man, who is a guerrilla group fighting for peace and freedom.\\nIn this film we have a young boy playing the part of a guerrilla.\\nThe boy, who is played by Kim Joon Ah, is a young man who dreams of becoming a guerrilla fighter',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.462123394012451,\n", " 'text': \" to do what is right.\\n\\nThe video below is one of the best videos that I have ever watched. This is a great way to build confidence and confidence in your ability to hear GOD and listen to His Word.\\n\\nThis is a great way to hear GOD's voice in your life. This is a great way to hear God speaking to you in your life.\\n\\nI am so thankful to have this opportunity to teach you all of these wonderful ways of hearing God's Word and hearing His voice. I'm sure you'll find many ways to listen to God's Word and to listen to His Voice in your daily life. I am sure that God will provide you with some great ways to learn to hear His Voice in your life.\\n\\nThis is an excellent way to listen to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.887487411499023,\n", " 'text': ' Monetary Policy in the Great Recession and its Implication for Economic Growth.\"\\nNew York, NY: Russell Sage Foundation; May 2009........\\n[5] The New York Fed is the central bank of the USA.\\n[2] For a list of the top 20 cities with the highest unemployment rates in 2010, visit the Economic Policy Institute.\\n[2b] The following table shows the percentage increase in the percentage change in unemployment from January 2000 to January 2010 for the 50 states, as well as the total number of jobs.\\n[2c] See Table 3.1.\\n[3] For a discussion of the effects of fiscal policy on employment and the economy, visit The Economic Policy Institute\\'s blog, \"Fiscal Policy.\" The blog post is',\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 10.016797065734863,\n", " 'text': ' I did not use it as a web site because I did not think it was appropriate.\\n\\n\\nhttp://brittlloydrockport.blogspot.com/2008/03/my-new-domain-is-brittlloyd_rockport.html\\n\\n\\nhttp://www.newscotlandrockport.com/brittelloyd/\\n\\nhttp://newspark.com/tradition.asp?id=15\\n\\nhttp://newscottrockport-rockport.org/brittlloyd/index.html\\n\\nAnd I do not know of any other web site which I have used as a web site or which I would recommend as a web site for brittlloyd.org.\\n\\n\\nI have been using britt',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 9.557923316955566,\n", " 'text': ' are designed to provide you with the comfort, luxury and peace of mind that is required to enjoy your vacation. We are one of the few resorts in India where all the rooms, suites and suites can be converted into private apartments, with all of the amenities and services that you could expect. We offer a wide range of amenities and services that can be enjoyed by you, your family and your guests.\\n\\nEast Bourne is located close to major cities such as Calcutta, Chennai, Mumbai, New Delhi and Delhi. We also have a number of hotels in the resort area, such as Sheraton, Residence, Residences and Resorts and many more hotels in and around Shimla. In addition to the luxurious amenities, we are also a hub of cultural activities, including a variety of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.261791706085205,\n", " 'text': ' I\\'ve decided to try to make him a better baker. I\\'ve tried to make him eat a little bit less sugar and a little bit more fruit. I\\'m going to give him a better understanding of how the world works.\"\\n\\n\\nAnd that understanding is what\\'s going to make all of this possible.\\n\\n\\n***\\n\\nFor more information on the project, check out their website: http://frostedbaker.com and follow them on twitter: @thefrostedbaker!\\n\\nFor more information on this project, please check out their Facebook Page: http://fb.me/ThefrostedBaker and like them on Facebook to stay updated on the latest from the team as they continue to create amazing cakes! And for more cake recipes, visit Frosted',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.646814346313477,\n", " 'text': \", it is a real problem. The answer is no. It's just that there are so many more ways to spend your time. You can check out our list of the Top 10 Best Ways to Watch Movies Online, or you can read more about why it's so important to find the right movie for your time and budget on our Top 10 Reasons You Shouldn't Buy a Movie Ticket, or check out our Guide to the 10 Best Movie Tickets on Amazon. You can also find out more about how to get the most money out of movie tickets by reading our guide to the Best Ways to Buy Movie Tickets Online.\\nIf you're a fan of film trailers, here are some more tips that you might like to consider:\\n1. Don't buy tickets to see a movie that you've already\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.991398811340332,\n", " 'text': \" phase in their development of the world's tallest structure, the UNStudio Tower.\\n\\nUNStudio Tower will be one of the world's tallest skyscrapers, with a span of 556 metres. Designed by HPP Architects, the tower will be located at the base of Mount Everest and is scheduled to be completed in 2018. The UNStudio is part of the International Centre for High Performance Architecture (ICHHPA) and will serve as the global headquarters for the UN's High Performance Design Centre. UNStudio is currently the world's largest high performance office complex.\\n\\nThe UNStudio Tower will be the first high performance building in New Zealand and it has been designed to take full advantage of all of the available space and features, while still providing a comfortable and safe working environment for its staff.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 10.437149047851562,\n", " 'text': ' 7, a group of about 30 students gathered outside the school to protest. They were demanding that the school be given autonomy from the school authorities. The police moved to disperse the protesters, but some of the students managed to get away from the school.\\nOn April 10, the school administration announced that all students in the school would stay in their homes for a period of two months. The administration also stated that all students would return to school on May 3.\\nOn April 11, a large mob of around 50 students stormed Jognesa Temple in front of a police station to demand the school be given its autonomy from the authorities. The police had no option but to move in. The police arrested about 20 students and arrested the leader of the group. The crowd then proceeded to burn the temple.',\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.456306457519531,\n", " 'text': 'ethysteine, used as a dye in making jewelry, is another common mineral, and is also found in many different colors.\\n\\nThe colors of quartz can range from white, yellow, black, gray, black, orange, green and violet. The coloration of the mineral can also vary depending on what is being used to color the gemstone. Quartz crystals are usually yellow, but they can have a variety of colors. The most common colors are yellow, pink, blue, purple, white, green, blue, orange, gray and black.\\n\\nIn the United States, quartz can be mined and processed for use in jewelry.\\n\\nHow Quartz Minerals Affect Your Skin\\n\\nAlthough it is not known exactly how quartz affects skin, studies have shown that quartz can increase the production',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.357269287109375,\n", " 'text': ' of being a little girl, childhood friends, family, school and friends of many years.\\nWe are a group of people with a passion to raise awareness about the plight of animals. Our goal is to inspire others to do something about animal suffering. We are committed to helping animals, and we are committed to spreading the word about veganism. We are a small but passionate group who love to share the joy of life with others, and we hope to inspire others in their own way to love and be loved by their animals. We are all in it together. Our vision is simple: We want you to be one of us! We are a group of people who love life. We are committed to living life to its fullest. We believe that all life is worthy of respect. All life is worthy',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.6158599853515625,\n", " 'text': \" the water.\\n\\nAccording to Thai media reports, the children, aged between 5 and 10 years of age were found by a group of fishermen on the island of Koh Tao, about 100 kilometers (60 mi) west of the capital Thani.\\n\\nThe children were rescued by volunteers working for the Thai Red Cross on the island of Koh Tao. The rescue operation was conducted in partnership with the Royal Thai Navy and the Thai Air Force. They were rescued by divers who were using a special diving suit.\\n\\nThe children's parents told reporters that they believed that the children had been swept into the cave by heavy rain and could not swim.\\n\\nAccording to the Thai news reports, they were rescued by divers who used a diving mask that was specially designed for rescue divers, which is made from\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.232120990753174,\n", " 'text': \" how Flash can be used in your own projects and why you should choose Flash over other programming languages and tools.\\n\\nYou will be introduced to the basic principles of programming and learn how to build web applications using JavaScript and HTML5. We'll explain how you can use Flash to create rich interactive content, including video, audio and graphics, and how you can interact with them.\\n\\nFlash is a powerful scripting language that can be used in a number of applications, including:\\n\\nWeb development\\n\\nVideo editing\\n\\nGraphics rendering\\n\\nImage manipulation\\n\\nYou'll also learn about advanced techniques and techniques for creating interactive web and mobile apps using Flash.\\n\\nThe course is based on the foundation of programming that you learned in the previous course, but you'll be introduced to the basics of\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 5.916932106018066,\n", " 'text': \" you'll also get an annual interest rate based on the interest rate on your savings account.\\n\\n\\nHow much interest you'll receive depends on how long you've held your Citibank Money Market Account and the amount of cash you have in your savings account. The interest rate on your money market account will vary each month based on how long you haven't held the account and your current interest rate.\\n\\nWhat if I don't hold my money market account? You'll receive no interest on your Money Market Account for the first 12 months after you open the account. After that time, you'll pay interest based on your current interest rate, which can range from 3%. to 5%.\\n\\nWhat happens if my interest rate drops? Your Money Market Account will earn interest on deposits at a fixed rate\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 5.32383394241333,\n", " 'text': ' a video game then you are more likely to spend hours playing the game. If it is watching TV then you may spend a lot of time watching the show. You may even spend hours reading the newspaper or reading an article in the news. If you are watching television then you are likely to be glued to the screen.\\n\\nIt is interesting to note that the amount of time that you spend watching TV is not the same for all people. For those who spend much of their time watching television, this amount of time is probably not the same as the amount of time that you spend doing other things in your free time. For example, if you are watching TV then you would probably spend much more of your free time playing video games than watching TV.\\n\\nHowever, if you spend much of your',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2381.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.538181781768799,\n", " 'text': \" We want you to have the security and confidence you need to keep your business running at the highest level possible.\\n\\nWe're proud to have been featured in The Guardian and have been featured in the Daily Mail. We've been featured on Newsnight and have been featured in the Daily Express as well as many other major media outlets, including The Daily Telegraph, The Daily Mail, The Guardian, The Times, BBC, The Sunday Times, The Sun and many more! We've also been featured on a variety of TV shows and documentaries.\\n\\nWe look forward to working with you on your next project.\\n\\nAs well as being a lockmith, we are also dedicated locksmith experts who can help you secure your doors and windows.\\n\\nWe can help you secure your doors or windows with\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.95743465423584,\n", " 'text': 'overs MAX (Mover Moving Services) is an award-winning company that is committed to improving the lives and health of our community. Our mission is simple: to ensure that every moving service is safe, efficient and reliable. Movers MAX is a full-service movers company and has been providing moving service to our community for almost 40 years! Movers MAX is a family-owned company and our employees are dedicated to providing excellent service to our community. We are dedicated to providing our customers with outstanding service and are committed to maintaining a clean, safe and efficient environment. Our staff includes experienced movers. Movers MAX is an all-ages moving company. We are a family-owned company, so our employees are also dedicated to supporting their families. Our employees enjoy working with and working with their',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.347169876098633,\n", " 'text': ' as well as yourself. If you have done any black magic in your life, you will be able to master this technique as well. You can learn this technique by going to the following website: http://www.vashikharaproject.com/blackmagic-study.asp and click on black magic study. You will find a large selection of black magic books, books on black magic techniques, and a large list of black magic exercises.\\n\\nThere are many books that will give you this technique, but you have to study them one by one, and you have to do them one by one, because if you do one by one, you will not get it. You have to do them in sequence. If you are interested in black magic study, and you have done some',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.1890339851379395,\n", " 'text': \" U.S. has been dropping for years. The percentage of total Internet traffic that's used for online dating services fell from 30 percent in 2008 to 19 percent in 2013 according to a study from the Pew Internet Project released last year. A 2014 Pew study also showed that Internet users are spending less time watching videos and more time using social networking apps like Facebook and Instagram.\\n\\nIn addition to declining usage, online dating services also have a number of disadvantages. For example, many online dating companies charge a fee based on the number of potential matches the user has on their profiles. This fee is known as a match ratio. If a user matches with just three people on their profile, the match ratio is 0.7, which means the user will have to pay an additional fee of $10 for each\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.6570725440979,\n", " 'text': \"'m not aware of an official guide for this. I have tried to find it but I couldn't find one. I found this thread but it doesn't provide much information about it. I don't have much experience with this but I hope someone can help me with it.\\n\\n\\nThere are two methods that I've seen:\\n\\n-If you're going to be using this, make sure that you're running at least 1.5 GB of ram and at least 1GB of free space for the application\\n\\n-If you'll be running Windows 7/8.1/10 and you don't want to be using Windows Explorer, you can skip this step. It's not recommended to do this if you're running Windows 8.1 or later as it can cause performance problems.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.049819469451904,\n", " 'text': \" the world.\\n\\nThis book was written to give a detailed overview of the impact of natural and man-made processes on biodiversity. It is based on the work of several authors, and it has been translated into 17 languages, including Chinese, Russian, Portuguese, Dutch, French, German, English, and Swedish.\\n\\nIt is available in paperback and ebook formats, as well as on Amazon.com, where you can also order a digital copy.\\n\\nThe book was written in collaboration with scientists at the University of Wisconsin-Madison and the US Geological Survey. It was funded in part by the Natural Resources Defense Council, National Geographic Society, and the Natural History Museum of Wisconsin. It is also available on the publisher's website.\\n\\nIn addition, the book was written to serve as\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 2.8967103958129883,\n", " 'text': 'SL,,, 1 1, 2 0, 0, 1 1, 1, 1 1, 1 0, 1 1, 1 0, 0, 0, 0 1, 0, 0 1, 1, 1, 1 0, 1, 1, 0, 0, 1 0, 1, 0 1, 1, 0, 0 1, 0, 1, 1 1, 0, 1, 0, 0 0, 1 1, 1, 1 0, 0 0, 0 1, 0 1, 0, 0 0, 1 1, 1, 0 0, 0, 1 0, 1 0, 1 0, 0, 0 0, 1 0, 0 1 0, 0, 1 0, 0 1 1, 1, 0 0, 1 0, 0, 0 1,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.714008331298828,\n", " 'text': \" and competitions. Check them out below:\\nI couldn't be prouder to have worked with these ladies. I hope you all enjoyed the workout videos as much I enjoyed working with you. If you don't have the time, please check them out on YouTube. I hope you enjoy my videos as much!\\nIf you would like to join me in my CrossFit Training, let me know on Twitter. I will try to keep you posted on my progress. I will also post more workouts as they become available, as well as any tips and tricks I can think of. I hope you enjoy my videos!\\nIf you would like to join my CrossFit Training Program, please email me for more information. I would love for you to follow me on social media to stay in touch with me\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.215667724609375,\n", " 'text': ' next?\\n\\n\\nWant to learn more? Download our free eBook, The 5-Hour Body.\\n\\nGet your FREE eBook now:\\n\\nThe 10-Hour Body and How to Quit Smoking\\n\\n\\nGet 5 free ebooks with every order:\\n\\nThe 5-hour body and how to quit smoking,\\n\\nThe 10-hour body: the 5-minute plan, and the 10-minute program\\n\\nGet your FREE eBook now!\\n\\nWant to read the full list of free ebooks on our website?\\n\\nSign-up today for a free trial!\\n\\n5-Hour Body\\n\\nThe 10-hour body and how to quit smoking\\n\\nThe 5-hour body: how to get your metabolism up to speed,\\n\\nThe 10-minute plan',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.589748859405518,\n", " 'text': \", the late artist Louise Jenkins) is an example of this. He is a man with a vision. It's the kind of vision that, if you're a writer working in comics, is going to make a lot of people want to work for you. But it is also an idea that doesn't require a lot of money. It can be written and drawn in a few weeks. It's something you can do for a lot less money than you might think. It's also something that doesn't require that you have a degree in art history; you just have to have a passion for art and a desire to do something creative with it.\\n\\nAnd it's not just about the art itself, it's also about the creative process. The process that leads to the creation of a character,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.82587194442749,\n", " 'text': \" their owners. We strive to provide you the most accurate, up to date listing of all of the shelters in the state. If you would like to contact us directly, please contact us here.\\nWe strive to provide the best possible service to our clients. However, due to our limited resources, most of our clients are unable to contact us during their stay. If you have any concerns regarding your pet's needs, please contact the shelter.\\nIf your pet's needs are urgent and you are unable to make an appointment, please contact the shelter.\\nIf you are in need of help in finding housing for your pet please contact us here.\\nAll of our dogs are vaccinated and microchipped. If your dog has a medical issue and needs to go to an animal clinic or hospital, please\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.642271041870117,\n", " 'text': \" of the cosmos that don't conform to the traditional cosmological model, you might be able to find evidence of alien life, or even other life forms, in some of those observations. But you might not be able to find evidence of any alien life at all. This is because, for example, if there were no life at all in the universe, then there wouldn't have been any observable signs of life in the universe at all!\\nThis means that, even if you were to find evidence that there was life in the universe at some point, you would still have a problem finding evidence that there's any life beyond our solar system.\\nThe idea that aliens might be living on our planet has been going around for a long time. It's even been suggested that aliens might be inhabiting\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.668966293334961,\n", " 'text': ' 1st half New England NE 17 1 0 plays -1 yards -0.5 yards 0.5 yards New Orleans -1 plays -4 yards -4 yards -2 yards -4 yards End of 2nd half New England -1 plays 0 yards -3 yards 0.5 yards -3 yards -5 yards \\n\\nA look at how the Patriots ran the ball against the New Orleans defense in this game:\\n\\nFirst Quarter\\n\\nNew England runs a quick slant route against a Saints defensive front. After the slant, they run a quick pass play to a running back. This play is designed to keep the Saints defense honest.\\n\\nNew England also runs a play action fake',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.060064315795898,\n", " 'text': 's gaming platform, which has more than 300 million users, is the second most popular app in the world behind Google Play.�\\n\\nThe game, which is free to download and play, comes with a number of cool features such as the ability for users to upload photos and videos from their smartphones to the game.\\n\\nThe game also features an online mode for players to play with others.\\n\\nThe game is currently available for free on both mobile devices, PCs and Macs in China, and is available for Android devices.\\n\\n�This is really exciting for us, we�ve been waiting to see how people will react and how we can make this even bigger,� Tencent co-founder and CTO Jia Yu.\\n\\n�We�ve always been focused on',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.075969696044922,\n", " 'text': ' We\\'re looking forward to continuing this work in 2017.\"\\n\\nA spokesperson from Thames Reach confirmed that the group will continue to provide support and services to the homeless, as well as providing assistance to victims of crime in the area. \"We are looking forward to providing further support to vulnerable and socially excluded people across London over the coming weeks,\" said the group\\'s spokesperson.\\n\\nIn the past, the group has also provided help and support to victims of sexual assault, domestic violence, domestic abuse, stalking, drug abuse and sexual harassment.\\n\\nIn March this year, a report from the Metropolitan Police Service stated that there were more than 100 reports of domestic violence to Thames Reach.\\n\\nThe report also stated that Thames Reach had received around 1.5 million reports of domestic abuse and 1.5',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 4.993958950042725,\n", " 'text': ' for each day of work.\\n\\nFriday, August 16: 1:45 pm – 1:45 am (8pm – 8:30pm) and 5:45 am – 5:45 pm: 1:45 pm – 1:45 pm (8:30 – 8:45 pm) and 7:45 am – 5:45 am: 1:45 am (8:45 – 9:15 pm)\\n\\nMonday, September 1: 5:45 am – 5.45 am (8:30 pm – 8:45 pm): 4:30 am – 6 am: 1:30 pm: 5:30 am–5:45 am: 5.45 am – 6 am: 5:30 pm: 1.30 am–4.45 am: 5.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.87795639038086,\n", " 'text': '-km trek is one of the most challenging trekking experiences available in the region, and can be done in a variety of temperatures ranging from freezing to -30°C. However, if you want to enjoy some of the best mountain biking in the country, this may be the best option.\\n\\nThe Annapurna Trek is one of a series of two-part trekking trips that start at the Nepali capital Kathmandu and travel up through the Himalayan region. The trek starts in the foothills of the Himalayan mountains and passes through the Kumbh Mela, Kalka Mela, and Kumbh Ghat ranges. It then passes through the remote Ganges valley, through the Brahmaputra, and finally passes through Chotan, Kathmandu',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.217111110687256,\n", " 'text': \").\\n\\nIn the year 859 he was made Cardinal of Salzburg (859).\\n\\nIn the year 863 he was made Pope (863-865). He died on December 7, 865. He is the only Pope of his day to be buried in the Vatican Basilica.\\n\\nThe Holy Father died in Salzburg in 865 and was buried in St. Basil's Basilica, Salzburg.\\n\\nSt. Boniface\\n\\nSt. Boniface\\n\\nIn the year 863 he became Pope (864). He died on November 23, 840. The Pope's funeral took place in St. Peter's Basilicum. The Holy Father was buried in the Church of Santa Maria Maggiore. The body of\",\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.710639953613281,\n", " 'text': \" Windows Phone, Xbox One, Xbox 360 and Playstation 4\\n\\nHow to unblock ESPN UK in US? Check out ESPN on Apple TV or Android\\n\\nWhat's next for ABC Go UK? Stay tuned for more news\\n\\nABC Go is a free app for iPhone, iPad, iPad 2 and iPod touch that allows users to watch live and on demand ABC and ESPN content on their television sets. The app can be downloaded for iPhone, iPad 2, iPad mini, iPad, iPhone 5, iPhone 5c, iPhone 5s and iPhone 5c Plus, iPod touch, iPhone 6 and iPhone 6 Plus, and select Android and Windows phone.\\n\\nABC Go UK is available to download for iPhone, iPad, iPhone 4s, iPad 4s, iPod touch 4G, iPhone 5 and iPhone\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.70116662979126,\n", " 'text': ' up to you to stitch to your own custom data.\\n\\nThis is a great opportunity to experiment with different data types, such as:\\n\\nColumns and tables\\n\\nColumns of data, such as the date of birth, salary, or a name\\n\\nA list of users\\n\\nAll of these are valid data types.\\n\\nStitch can also create your own custom columns and tables for your custom data, which can be helpful when building your own search engine. Stitch lets you customize your search engine to match the data you want to stitch to. You can also use Stitch to stitch to your own custom data.\\n\\nTo create a custom data type:\\n\\nSign in to Etsy. Go to Stitch. Create a new project or add an existing project.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.264779567718506,\n", " 'text': ' for sharing content. It has been used to build amazing blogs and news sites, it is used for SEO, it is used as a blogging platform and it is now used for social networking. It has been able to grow exponentially and it has been able to become the most used platform in this space. However, it has been plagued with problems.\\n\\nOne of the problems has been that WordPress was not designed with social sharing and sharing on social media in mind. It was not designed with social sharing, and sharing on Facebook was not designed for social sharing.\\n\\nIn fact, a lot of things were not designed for sharing on Facebook, and many of the features that were built for Facebook were built for sharing on WordPress. This was not a good situation for WordPress, and it is not good for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.041686534881592,\n", " 'text': \" cost. But new research from the Kaiser Family Foundation shows that while many people don't understand how much insurance costs, they do know they need insurance to pay for care.\\n\\nThe study, published in the September edition of the journal Health Affairs, found that while more than half the American public thinks it's important to get coverage, only 27 percent of those surveyed knew the average cost of coverage.\\n\\nThe study found that the average annual cost for coverage for an individual is about $1,000 a year. But the study also found that people also have varying expectations for the cost.\\n\\nIn some ways, it's similar to the way Americans learn about the cost of health insurance. When you read about the cost of insurance, you expect to pay a lot. But when you look at\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.742659091949463,\n", " 'text': ' The festival is open to kids ages 3 and up and is free to attend.\\nThe event features a variety of activities for all ages, including live music, arts and crafts for kids from 6-11, face painting with a variety of animal characters, crafts and food vendors, live entertainment and more! The festival will run from 6:30-8:45 p.m. Saturday, June 21, in Downtown Raleigh.\\nThe event also features a multitude of activities for adults, including an arts and crafts booth with art, crafts, crafts, face painting and more! The event also features an open bar featuring craft cocktails, beer, beer and wine.\\nThe festival runs from 6:30 p.m-8:45 p.m. on June 21, and it is free to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.76826286315918,\n", " 'text': \"t taking the matter lightly.\\n\\n``I think it is a big mistake for the club and the fans to go through this again, especially after they won the Champions League last season,'' Vecindario says. ``We are happy to say we won the championship, but we are also happy for the fans. We don�t want anyone to forget what we did in last year�s title campaign, but it�s a pity that this is happening again, especially when there is so much more to come for us in the next two or three months. I am sure we will get back to our game and try to win the title again this year.''\\n\\n``It�s not good news, but it is not a bad thing,'' says Vecindario when asked about the team�\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 9.091477394104004,\n", " 'text': '.\\n\\nSupport for RAID 0 / 1\\n\\nSupport for RAID 10 / 11, RAID 10 / 12, and RAID 10 / 12.1\\n\\nSupports SATA 3G / 3.0 and USB 3.0 / USB 2.0 / UHS 2.0 / SATA 6 Gbps / SATA 6Gb/s / SATA 3Gbps / SATA 3Gb/s.\\n\\nSupports SATA 3.1 / SATA 6.0 Gb/s and SATA 6 Gb/s (not supported for SATA 3.0 and SATA 6Gb/s devices). USB 3.1 / USB 1.1 Gen 1.0\\n\\nSupports SATA 4G / SATA 6 Gb (not supported)\\n\\nSupport for RAID 0 / 1\\n\\nThe new',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5122.36},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 10.363190650939941,\n", " 'text': 'akeem Nazarene was on the field Monday afternoon for the second consecutive day with an ankle sprain.\\n\\nHe had not practiced all spring because of his ankle injury, which he said was not serious. He was not expected to play Saturday night against the Chicago Cubs.\\n\\nNakajima-Faria suffered the injury during a spring training practice in April. He also has been limited to one rehab start in the past four years due to injury, but he said his ankle was healthy enough to practice this week. The injury was not serious, but he said his ankle was not feeling the same as it did before the injury.\\n\\nNakajima and Faria have been teammates in Atlanta for the past four years and played on the same Braves roster last season. The Braves',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.237777233123779,\n", " 'text': \" be a problem that you are trying to solve, but the solution may not be a problem that people actually want to solve. If you're building software that solves a real problem, that's a different story. If you want to build a product that doesn't solve problems, you'll need to think about what kind of problem you're building for, and figure out how that problem fits into the broader context of software development. It's also important to understand why you're building what you're building. You need to build something that people will use. If you build it to solve problems, you'll need to think about why you're building the product, and whether you're building something users will actually want.\\n\\nWhat's the right kind of software to build a software platform from? The right kind\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 4.266369342803955,\n", " 'text': ' In a large mixing bowl, stir together the flour, baking powder, salt, cinnamon and nutmeg until well combined. Whisk in eggs, milk and vanilla until well combined. Scrape down bowl to remove any crumbs. Gradually add dry ingredients to the wet mixture, mixing until just combined. Stir in the remaining flour and baking powder, scraping down bowl to prevent any lumps. Divide dough evenly among prepared pans. Bake at 350 degrees F for about 18 to 20 minutes, until a toothpick inserted into the center comes out clean on one side. Let cool for a few seconds and then slice into squares.\\n\\nServes 4 to 6.\\n\\nNutritional Information:\\n\\nCalories: 8\\n\\nProtein: 2.7 g\\n\\nFiber: 0.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.465482711791992,\n", " 'text': ' be done by using primers for specific genes, which can lead to error in the detection of gene expression.\\n\\nIn order to avoid this problem, researchers at the Uppsala Center for Genomics have developed an RNA-Seq method to obtain accurate mRNA expression analyses in a variety of cell types. In addition, they have created a tool that can be easily integrated and used by researchers.\\n\\nThe tool, RNA-Seq toolbox, enables researchers to analyze mRNA expression using real-time RT-qRT-PCR with a high degree of precision. This tool allows scientists to quickly and precisely extract mRNA transcripts from mRNA-producing cells.\\n\\nThe toolbox was developed to provide a simple, fast and accurate method for RNA-Seq analysis. It is based on RNA',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.248993396759033,\n", " 'text': ' or inaccurate information to the 2001 Classes List page. This will help us keep track of all of the classes that are on this list, and keep the class list updated.\\n\\nThe class list on this page was last updated for the 2001-2003 classes. The class list for 2004-2005 is not yet available.\\n\\nThe class list for the 2003-2005 classes has been moved to our Class List page.\\n\\nIf you are looking to register for any of our classes, contact your college or school for information.\\n\\nIf you are looking for a specific class, contact the school that offers the class.\\n\\nThe class list for the 2001 classes has not been updated since January 1, 2005. The class list for 2004 classes has been moved.\\n\\nThe Class List page for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.774303913116455,\n", " 'text': \".\\n\\n7. A Man Called Murphy\\n\\nA lot of writers will tell you to write a good crime novel, or at least a thriller, but I don't think you can do that. A man called Murphy, by the way is a real name, and he's a great writer. This is a great thriller, and I have a feeling I will read it a few times before I write another one. It's also a great story.\\n\\n6. The Man Who Loved to Sleep\\n\\nI've never read this book before. It's a true crime thriller about the FBI, and the FBI's investigation into a serial killer. As I mentioned, it's a fantastic read. I can't wait to see what they do next.\\n\\nAdvertisement\\n\\n6.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.731718063354492,\n", " 'text': \" culture. CECUPS's research focuses on the relationship between culture, politics, and society at large and the ways these relationships influence individuals and societies. Its primary research areas include cultural, political, social and international relations.\\n\\nWe are an undergraduate and graduate student organization. We have an undergraduate department and a graduate department with an international student body. Our research programs are interdisciplinary. Our research areas include cultural studies, political economy, international relations and cultural anthropology. Our research focuses on the cultural, political, economic, and social processes that affect cultural diversity. Our research focuses on the cultural context in which individuals and society are formed, and on ways in which individuals and societies interact with and influence culture.\\n\\nOur mission is to provide a comprehensive, interdisciplinary approach to understanding and analyzing the cultural\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.817230224609375,\n", " 'text': '.\\n\\nWe\\'ve been fortunate to have some great support from our sponsors, the Australian Rugby Football Union, the Australian Rugby Football League, and Australia\\'s National Rugby Council. All of them have made it a very special season for us. We\\'re excited about what\\'s to come this year and we\\'ll be doing everything we possibly can so we can keep the momentum going for another good season. We\\'re confident we\\'ll have a great season and we hope to see you back on the field soon!\"\\n\\nIn the coming weeks we will be releasing more information about the 2016/17 NRL Telstra Premiership and we will be making further announcements on our website and social media platforms, including Facebook, Instagram, Twitter and YouTube. All of this will be made possible thanks to our fans who have helped us reach',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.880214691162109,\n", " 'text': \"'s offense is a mess. \\xa0The passing game has a lot of issues, but the running game isn't getting anywhere. \\xa0TCU's defense will have to figure it out as well.\\nNot that there's a lot of talent on offense, but there's plenty of talent on the other side of the ball, too. \\xa0They'll have to figure out what to do with those guys. \\xa0You know, because we don't know. \\xa0That's probably why the offense is so bad right now, but, hey, let's not get carried away with it right away, okay! \\xa0Let's just get it through the first hour of practice, OK? \\xa0Let's figure out who's who and figure out how to use them, OK?\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 5.060458660125732,\n", " 'text': \"?\\n\\nYou can get it by doing the following:\\n\\n\\n1. Ask yourself the question: What is it that I am? I can't tell you exactly what it is, but you know the answer to this:\\n\\n\\n2. Ask yourself: What does this thing mean? What does it mean to be me? You can find out what this thing is by asking the following question: What does it mean for someone to be you? What is it about being me that makes me who I am? You can find out how you know this answer by asking the following questions: Who am I?\\n\\n\\nIf you get the answers to these questions you will have a clear picture of who you are, and you will know exactly what it means to be you. You will also be able\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.648108959197998,\n", " 'text': \" don't do it for you, try these tips from the experts at The Healthy Eating Guide to help you get your smile back!\\n\\nWhat's the biggest mistake you make when trying to lose teeth? What's your favorite toothpaste and cream?\\n\\nI'm going to tell you what I do to make my smile. I use the best toothpaste and cream for my face and mouth.\\n\\nWhat is the most common cause of tooth decay?\\n\\nI can't tell you what it is exactly, but I've had it for over 30 years.\\n\\nWhat is the best toothbrush and mouthwash for me? Do I need any?\\n\\nI'm not much of a mouthwash person, but I definitely do need one. I've been using Nivea's Tooth\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.93137264251709,\n", " 'text': \" buyers, buyers, buyers.\\nI'm sorry to say that I am not in favour of this policy.\\nI don't have a problem with foreigners buying houses here, but I think it would be a mistake to allow this to continue.\\nI think there are two main reasons why this should be stopped.\\nThe first is that there are many Japanese people who have lived here for generations, and have seen their family members move to other countries.\\nI think it is unfair that they are left with nothing to settle down with when their children grow up.\\nThe second is the fact that it would mean that Japan will have fewer Japanese people living here at a time when it is trying to attract new workers to its labour force.\\nI am a foreigner and I love Japan. But I\",\n", " 'msg_rate': 0.15,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 10.697957038879395,\n", " 'text': 'ishment. The company has been providing bespoke glazing to clients in the UK and Europe for over 25 years and has been a recognised leader in façade glazing for the last 15.\\n\\n\\nWe are delighted to announce the arrival of our newest member, a highly sought-after product that has become one of our best selling and most sought after products.\\n\\n\\nThe new addition to our range is an upgraded and improved version of the original Osprey Special Edition Series. This product features an upgraded and improved design with a more refined design and a wider colour range. This product will be available in the Osprey Special Edition range starting in March 2017 and it is anticipated that these will have an extended shelf life. The product will be available in all Ospreys from March 2016 and will',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.375271797180176,\n", " 'text': \" the district of York, attended the inquest into the deaths of Mr. and Mrs. Ethel, who, on the night of their death, were found dead at their home, and who, on discovering their mutilated bodies were lying outside, went into the house to open the door and discovered the deceased's mutilated bodies, which were lying on the floor in the room where they had been lying, and had been cut with a razor blade. In the meantime, Dr. Macdonald went into the house, and found Mrs. Ethel lying on her bed with a razor in her face, and a piece of paper in her mouth, and a large knife, which had been cut into her wrist. She had been stabbed in the neck and chest. The knife, which had been in her hand\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 5.509670734405518,\n", " 'text': \" It's really nice to see it's finally being made available for all to see. It's been a while since my last update, but I'm really happy with how things are shaping up. If you want to see what I'm working on, you can check out the links below. If you're interested in contributing, I'd be grateful to hear from you in the comments section below. If you're still interested in helping me, feel free to get in touch with me on Twitter, Facebook, Discord or via email.\\n\\nThanks for reading! I'll see you next time!\\n\\n—\\n\\nYou may also like:\\n\\n\\n-Dawn of a New World\\n\\n-Dawn of a New Age: The New Age\\n\\nYou may also like:\\n\\nD\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.945483207702637,\n", " 'text': \"to-night routine. If you have a puppy, it's important to make sure he gets enough exercise.\\n\\nPuppies need exercise, but not just any exercise. You need exercise that will get your puppy excited and motivated to be active. The following exercise routines can help get your puppy into the best shape possible:\\n\\nFlexible Exercise Routine – Get your dog in the habit of flexing and stretching. This is a great exercise for your dog to keep him fit and healthy.\\n\\nBarking – Dogs need to get into the habit of barking and barking loudly to get your dog excited. This may be something your dog likes or something that makes him feel safe. Your dog should be excited to be able to bark and be able to bark when you call out to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 5.662076950073242,\n", " 'text': \".\\n\\nIn the U.S., the most common type of unmanned aircraft is UAS: unmanned aerial vehicles. Other types include:\\n\\nAn Unmanned System (US): A system that is self-contained and has no crew.\\n\\nAn Air Traffic Control system (ATC): A system that is fully autonomous, but has a human operator on board.\\n\\nAn Automated Control System (AAS): A system that is automated, but relies on human input.\\n\\nBoeing's UAS program is focused on developing an unmanned aircraft that can fly at high altitudes and at high speeds. The program has been in the works since 2002.\\n\\nThe program is being overseen by Lockheed Martin, the world's largest defense contractor, and includes the development of the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.90972375869751,\n", " 'text': \" in your field, including those who have been in business for a long time.\\nIt's time to take the next step and start your own business or start your own company, and it's time to get your business started. You don't need to wait for the next opportunity. Start your business today.\\nStart your own business today.\\nWhat is a business plan?\\nBusiness plans are the first step in starting a business as a freelancer. Business plans can be written in any language and are designed to guide the way you think about your business and your clients. You can write business plans in English, Spanish, Dutch, Portuguese, French or any other language. The business plans should reflect your goals, objectives, objectives and goals. The business plans are designed to guide how you will manage\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.304713249206543,\n", " 'text': ' in English and a master\\'s degree in film studies.\\n\\nIn her work, Jeanne explores the relationship between art and life, the meaning of film, and what it means to become human. Her work has appeared in publications in The New York Times and Vanity Fair, among others. At the same time, she has written several books about the arts, including \"The Art and the Life of Joan Didion,\" which she co-edited with David Brin. You can find Jeanne on Twitter at @joanDidion.\\n\\nThis piece was produced in partnership between WND and The Nation Institute for Media and Public Affairs. You can see more of Jeanne\\'s writing and her work at www.joanDidion.com and follow her at twitter @JoanneJeanne. You can also',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 9.013501167297363,\n", " 'text': \" opportunity to try out a lot of different options at the farmers market. My mom's recipe was a little different than mine, so here are a few things I learned from her:\\n\\nShe had a lot of ingredients that I would have never considered before, but I also learned that she had a ton of ingredients that I would love to try but wouldn't have the time for. I think my mom would agree.\\n\\nHer stove top recipe was a little bit different than mine because she wanted her mac and cheese to have more flavor and texture, not to have as much of a creamy texture. My mom also had a ton of different ingredients that she would have preferred to try but wouldn't be able to use in her recipe, so this recipe was perfect.\\n\\nShe wanted her mac and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.272673606872559,\n", " 'text': \" up to the Mission, then to the Castro and back again, then onto the Golden Gate bridge.\\n\\nGave up on my dream of getting a job in SF and moved to the Bay Area to work as a software engineer at Google in Mountain View, where I still work. I've been working as a software engineer ever since. I've also been a software engineer at Google since 1997.\\n\\nI'm the founder and co-chairman of the board of directors for the Bay Area R&D Institute, and a board member of the Silicon Valley Research Foundation. I also serve as chair of the board at Google, where I'm on the Board of Directors, and as vice chair at Google and on the board of directors of the Bay Area Data Science Institute, where I'm also a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 4.133081912994385,\n", " 'text': ' Add salt and pepper and stir until combined. Pour mixture into a 9x13\" baking dish and bake for about 15 minutes or until heated through. Remove from oven and let cool. Remove from pan and set aside. In a large skillet over medium heat, heat butter over medium-low heat. Once melted, add onions, garlic, celery, and celery broth and cook for 2-3 minutes, stirring frequently until onions are soft and vegetables are tender. Sprinkle with salt and pepper, and cook for another 5-10 minutes until vegetables are tender. Add flour to pan and cook for about 2 minutes more, stirring constantly to combine. Stir in cheese and chicken stock, and return skillet to medium low heat and simmer until cheese has melted, about 5 minutes. Remove from heat and stir',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.89152193069458,\n", " 'text': \". We had a few beers to try before heading out to the brewery for dinner and then we headed back home for the night.\\n\\nThe beer was brewed by The Bier House, a small craft brewery that specializes in Belgian-style ales, porters, and imperial stouts with a strong focus on local and regional influences. The Bier House is located on the grounds of Capital Brewery, and it's currently in the process of renovating their tasting room.\\n\\nWhen we arrived in town on a Tuesday night at 7pm, we were greeted with a line out the front door. We waited in line about 10-15 minutes long before we were finally ushered inside the tasting room. As soon as we got inside we were greeted with a variety of beers that were available for tasting and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.639632701873779,\n", " 'text': ' of the Athlone community. The event is free to the public.\\n\\n\\nThere will be live music throughout the evening.\\n\\nThe show will start at 7:30pm, and will be broadcast on Radio Athlone.\\n\\n\\nIf you would like to register for the event you can do so here\\n\\nThe show will be available on this page for a couple of days, so please register as soon as you can!\\n\\n\\nPlease contact us if there are any further questions about the event, and you may join us on facebook for updates!\\n\\nThank you for listening!\\n\\n\\nFor all questions or feedback please contact\\n\\nAthlone Media Team:\\n\\nAthlone Media Contact: 01828 607837 or info@anthmlive',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.547851085662842,\n", " 'text': ' place until January 2018 due to \"an unexpected shortage of storage equipment\". The company said: \"Due to a lack of storage capacity, Centrica is unable to operate the site until it is able to obtain the necessary equipment.\"\\n\\nThis is the second time in as many months that supplies of storage have been interrupted. In July, Centrica said that supplies would be suspended for three weeks due to \"an unexpected shortage\" in the United Kingdom\\'s storage facility, which is located near Glasgow.\\n\\nThe company also said that it had received a request from the Department for Business, Innovation and Skills in the UK to provide storage for the National Health Service in Scotland. It said that the request was due to be processed later in January. In August, the Department for Work and Pensions said that it',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6221.52},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 9.189925193786621,\n", " 'text': \" a clothing brand based in China. Their line of clothing is made up of women's clothes. They have a huge selection of styles for every style you can imagine, from casual to formal and everything inbetween. They have the best prices for women's clothing, and you can get it for $5 or less with a discount code for Disturbia Clothing coupons.\\nDisturbia Clothing coupons are available on their website, and they also have gift cards for their clothing, so you can go shopping with confidence. I'm going to try and keep this short and sweet, but if you'd like to check it out for yourself you can check out their website, or click on the image below for a larger image. You'll be able to see a lot more information about the brand, and you'll\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.753180027008057,\n", " 'text': ' roofer can provide you with the services you need. A roofer who does not have the knowledge and skills to properly deal with your roofing problems is not qualified to provide your roofing service.\\n\\n\\nHearne, Texas is located in the middle of a large prairie prairie, which means that the weather is usually very dry. This means that the temperature and humidity are low, so it is possible to install roofing on your property without having to worry as much about the weather. The weather in Hearne, Texas is mild, so if you are in need of roof replacement, you may be able to install your roof on your home in a few days.\\n\\nDo You Need a Roofer to Install Your Roofing?\\n\\nIf a roofing contractor is not available',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.548698902130127,\n", " 'text': ' calling for an immediate end to violence in Yemen. The statement also urges the international community to provide humanitarian assistance to Yemeni civilians.\\nUllah is believed to have fled to Saudi Arabia. The UN says his family is receiving food, water and shelter.\\nThe UN has also issued a statement saying it is aware of reports of human rights abuses in Saudi Arabia.\\nHuman Rights Watch has also been monitoring Saudi Arabia\\'s crackdown in Yemen, which has killed thousands of people, including women, children and elderly. Human Rights Watch said that Saudi Arabia has used \"excessive force\" against peaceful protesters in the capital Sanaa.\\nUllah is believed to be in his late teens to early 20\\'s and was born and raised in Yemen. He is described as a resident of Jizan, a village near',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.310317039489746,\n", " 'text': \" New York City. The Portal is designed to give users more ways to explore the city and explore the city's cultural and historic sites and features. It is available for Windows, Mac, Linux and iOS devices and can be accessed through the Microsoft Store.\\n\\nThe portal is also available for purchase through the Xbox app and the Xbox Marketplace. The 8i Portal will be released in the coming weeks and will cost $10. The portal is also available to pre-order via the Xbox Marketplace.\\n\\nThe 8i Portal was launched in October 2014 and will be available to download for Windows, OS X and Linux computers.\\n\\nFor more details, visit http://8iportal.com/en\\n\\nFor the latest from Microsoft, follow us on twitter at @IBTGames, on\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.765643119812012,\n", " 'text': \" in 2014.\\n\\nAccording to a report released in June by the British Bankers' Association, the number of mobile banking users has grown from 9 billion in 2010 to 36 billion in 2013. Mobile banking is expected to grow further in 2014, to more than 40 billion users.\\n\\nAccording to the OECD, mobile banking has the potential to create more jobs than the internet and to increase GDP by more than $15 trillion over the next five decades. Mobile banking will also help to reduce costs, with some estimates suggesting the cost per transaction to a mobile user could drop from $0.01 to a mere $1.\\n\\nThe OECD report also noted that mobile banks are also the fastest growing forms of banking across all countries, accounting for more than 10% of the banking sector in 2013.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.898412704467773,\n", " 'text': ' the planet is dying "' 2017$. New York, NY: Russell Sage Foundation $\\uff00 2017 bb!ef2017eg 2017 e$!f\\uff00 2017!fgf!"ef&!!\\uff00 2017"e&!aab!$\\uff00 2017\\uff00 2017b!fab\\uff00 2017�',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.476160526275635,\n", " 'text': \" cookbook I read years ago, and it's so good that I've been making it at home for a couple months now.\\n\\nThe beefburgers are a bit different to what you'd find in a restaurant - they're made from ground beef, which is much cheaper than store-bought ground beef.\\n\\nThey're also made with some of the best ground beef you can find, and I'm not even sure I've ever had anything like it.\\n\\nThey're really good, though, and I've made them at home a couple times, and I'm sure they'll keep you coming back for the next couple months. I've been cooking them for about two weeks now and they're still going strong, so if you haven't tried them, they're worth a shot\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.715422630310059,\n", " 'text': ' that there is a possibility that we will not see each other in February. My husband is worried that we may not have enough money to pay for a car. I want to pay for a car for him and his wife, so that we can travel together on a road trip.\"\\n\\nIf the government\\'s proposal is passed, a $1,000 deposit will be required to apply for a driver\\'s licence. The fee would be reduced to $400 per person per year, down from $2,000 per year. The fee would be waived if the applicant has an existing vehicle registration and is under 21 years old, according to the government.\\n\\nAccording to the government\\'s website, drivers who do not have a licence will still be required to register with the Driver and Vehicle Record Office.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.778152942657471,\n", " 'text': \"osey.\\nAmanda. \\xa0\\nI have to admit that I was shocked when I first saw her. I had never seen her before, and I still don't know how I got to know her. She reminded me of my best friend, Emily. When I first saw her, she was just another girl, but then she became more than that. She changed. She became my best friend for life.\\nI didn't realize how much that meant to me until recently, when I saw her on the cover of Teen Vogue. She reminded me of the first time I had seen her. She looked like a young girl in her first year at college. I could see why she was there, and I wanted to hug her and tell her that I was so very happy she was there\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.5722784996032715,\n", " 'text': ' City. The company has said it wants to move its headquarters there by 2019.\\n\\nArlington County Board members voted in favor of Amazon\\'s request for a $25 million incentive package Thursday. Board members also voted in favor of giving Amazon up to $10 million to build a new campus.\\n\\nThe Arlington City Council is scheduled to consider Amazon\\'s request Friday.\\n\\nGoogle, which has been working with Arlington to build a campus, said it was pleased to have the board vote in its favor.\\n\\n\"Google will continue to consult with the City of Arlington about the next steps for the project,\" the company said in an email.\\n\\nArlington\\'s request for incentives will help Amazon pay off debt on the $6.4 billion headquarters campus.\\n\\nThe county\\'s office of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.537460803985596,\n", " 'text': \" Ricketts.\\n\\n*Please note that all telephone numbers and email addresses listed below are not to be used for any other purpose other than personal communication, and may only be used to contact a specific individual. Dr. Ricketts reserves the right to delete any information from any email address that is used to contact any other individual without their knowledge.\\n\\nContact Information*\\n\\nPlease note that this is not an endorsement or recommendation of Ricketts' products.\\n\\nContact Information:\\n\\nPlease note that the information provided on this site is not to be construed as a recommendation or endorsement of any of the products or services discussed here, nor should it be considered a recommendation or endorsement of other companies, organizations or individuals. This information is provided to you for informational purposes only, and it is not intended\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 10.279431343078613,\n", " 'text': 'high) MPG, $16,495, $13,495\\n\\n\\n2010 Toyota Camry 3.6L EcoDiesel 4dr Crossover\\n\\nComes with 19\" 4-wheel disc, 2.5L EcoDiesel gas engine, 20/28/34 MPG, Automatic Transmission\\n\\n\\n2010 Toyota Prius Hybrid 3.3L 2.0L 4-Cyl\\n\\nComes with 16\" 4 wheel disc, 2.3L E85 fuel injection, 20/29/35 MPG, Automatic transmission, 5-Way Power Front & Rear\\n\\n\\n2011 Ford Fusion 3.0L 3-Cyl 2.0L EcoBoost 3-Crossover Hybrid\\n\\nComes in 2.0L E85 with 20/26/35 MPG',\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.064924240112305,\n", " 'text': \" would have a little bit of the sparkle. I hope they come out with a limited edition of these in the future, because they look so pretty. I love these pants, and I love the way they fit and feel. I am so glad I got them, and wish they came in more colors! I am so thankful I got these pants, and they fit perfectly! I love these pants. I love these pants so much. These pants are so comfortable, and they look so beautiful. I love them. I love them! I love them so much. They are great! They're so comfortable and sexy! I love these! These are just so cute. I love them. I love them so very much. I just love them! I love them so very much. I love them\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.166271686553955,\n", " 'text': \" effort you've put in.\\n\\nI'm looking forward to your next request. I've been waiting on this one for quite a while, and I can't wait to hear what you have in mind. If you could send me a photo, please? I'm really looking forward to seeing your work! I hope you have a wonderful Christmas and Happy Hanukkah.\\n\\nBest wishes for a happy New Year!\\n\\nD.H.\\n\\nI received your mail today, and I am very pleased to say that it looks exactly as you sent it. It is a very nice brass piece. Thank you again for your efforts. I hope you have a wonderful holiday, and I hope you have a wonderful New Year as well!\\n\\nDana\\n\\nI was so excited\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 5.82405424118042,\n", " 'text': ' a list of the most important things to consider when writing for children.\\n\\n\\n1) How do you get your children involved in the process? Do you have a blog, a Twitter account, Facebook page, or email list? If so, what are you doing to keep your kids engaged in the process? How do you encourage them to read and share your articles?\\n\\n2) Is there a way for your readers to get involved with your articles? Is it possible to reach them by email or by posting on Facebook?\\n\\n3) How do you get your children to engage with your content? How can they be engaged by your content? Can they be engaged by your articles themselves? Can they be engaged by your content without reading it? How can they be engaged by your content if they',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.590108871459961,\n", " 'text': \"a never really knew she had, but that she felt as though she knew.\\n\\nCara felt a rush of relief. She didn't know if she should be happy or sad, but she had to be happy. She had to be happy. And she was so happy to finally have the chance to share this moment with her son.\\n\\nShe reached for her son's hand and wrapped it tightly around hers. Cara knew that this moment would never be enough, that she needed her son to know that he was loved, she needed her to know that there was more to her life than what she could see and hear. It was time, she knew, and she wanted him to feel that. It was her time now.\\n\\nHer father's voice carried through the kitchen.\\n\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 6.69707727432251,\n", " 'text': \" on one service, this is the spot to go.\\n\\nThis place is amazing!! I've been to many places and this is by far my favorite. The servers are really friendly, and the prices are very reasonable! I love this place.\\n\\nI have been coming back here since I moved here a little over two months ago. They are a little pricey, but the service is great, and I love the atmosphere! My favorite thing about this restaurant is that they have a variety of different dishes to try, and they have an amazing selection of beer.\\n\\nI love this place! I have been coming back here for years. They are always packed and there are always a few tables ready for a drink. The staff is friendly and knowledgeable and the food is always fresh and amazing.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.209264278411865,\n", " 'text': \"ang, and is one of the few places in Malaysia which is open 24 hours per day and seven days a week for visitors.\\n\\nThe Taming Sari was built in 1871 and is named after Sultan Abdul Aziz, who owned it during the reign of Sultan Abdul Hamid.\\n\\nIt has been named the Sultan's Palace and has become one of the most visited attractions in the country. It is the most visited tourist attraction in the country and has become a national treasure.\\n\\nIt was opened to the public in the late 1950s by Sultan Abdul Ghani, who was himself a member of the royal family of Malaysia.\\n\\nDuring his visit, Sultan Abdul Ghani, who was known for his love of luxury, decided to build a Taming Sari and named it\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 10.696593284606934,\n", " 'text': ' you want,\" she said.\\n\\n\"You want to take it a step further, you want to take it in a different way, and I think there are a lot more people that would be able to do it.\"\\n\\nMs MacLeod said she hopes the new initiative will encourage the public to become involved.\\n\\nTopics: research, arts, community-and-society, community-development, human, nt, australia\\n\\n\\nCommunity news\\n\\nTopics: community_and_friendship, sexuality, marriage, marriage-and-life, sa, vic, ntt, sydney-2000\\n\\nYou can also contact us on Twitter: @newscom_ydn\\n\\nOur comment system is now closed. If you would like to contact us with',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.45047378540039,\n", " 'text': '\\nhttp://lawyersforwants.com/blog/2015/11/28/wanted-for-perjury-attorney-wants-to-seek-duties-in-counseler-disclosure-for-wants-in-dwim-case/\\n\\n\\nAttorneys for the victim of a sexual assault in Fairfax County, Virginia, have filed an affidavit with Fairfax County Police charging the defendant with sexual battery in connection with an alleged incident on Halloween night, October 31st, 2014.\\n\\n\\nIn the complaint filed with Fairfax County police on December 5th, 2015, a victim, identified herein as W.J., claims that on Halloween night at approximately 9:30 pm, she was alone in a hotel room in Fairfax, Virginia,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 5.567971706390381,\n", " 'text': \" their communities.\\n\\nWomen's education is not only the most effective tool to improve the lives of women, it is also the one most needed. Women's education is the first step toward the empowerment of women and the empowerment of society at large.\\n\\nIt is important to recognize that the vast majority of women do not receive the education they deserve. This is especially true when it comes to girls and women who are at the bottom of the educational pyramid.\\n\\nThere are many reasons for girls' education not being as effective, but the most important reason is that girls are often not given the education that is needed for them to succeed in school. This is a direct result of the gender wage gap (the difference in pay between the genders for the same work).\\n\\nFor example, in the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 8.780689239501953,\n", " 'text': \" day to go to the beach and do what you like. Get to relax and enjoy the beach.\\nBuild Vacation time a week or two after you start your workday. Take advantage of your vacation time and enjoy your vacation.\\nHow to Make Vacation Time More Useful\\nIt's important that you pay attention to what you do in the morning. If you are spending time at the beach or on a workday, you will want to make sure that you spend as much time at those activities as you can. This will help you spend more time enjoying your vacation. You can also use this time to go to your local pool or go to the beach to have a nice swim. You can also use this vacation to go to your favorite restaurant, play a video game or watch a movie.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 9.835468292236328,\n", " 'text': ' Group to a group of private equity funds led by New York-based Elliott Management. The deal marks the end of an era.\\n\\n\"This transaction is an important victory for the future of the ADAST brand as it allows us to continue to grow our portfolio of high quality, innovative brands in an environment that is more dynamic and competitive,\" Penta President and CEO Michael Smith said in an interview. \"It is a testament to the strength and capabilities of Penta that we have found the right partners and we believe they will make this deal a reality.\"\\n\\nPenta will retain a majority ownership interest in the company, with J.A. Smith, Penta\\'s CEO, serving as a minority partner. The sale of the company is subject to closing, which is scheduled for later this',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.191945552825928,\n", " 'text': 'opy. This is one of the most powerful lasers available to doctors in the U.S. and Canada.\"\\n\\nThis is the first time the High Brightness has been used to treat patients with cancer in the U.K. and the U.S., the researchers said. The technology, which is being developed at the University of Cambridge, is part of the UCL Department of Chemical Engineering and Biomedical Engineering and has been approved by the U.K. National Research Ethics Committee.\\n\\n\"The High Brightness is not a cure but can be used for a wide variety of conditions, such as cancer, for which there are no existing therapies available,\" said lead author and postdoctoral research fellow at UCL Professor of Chemistry Ralf Schutze.\\n\\nThe High Brightness is',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 8.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 0, 'deltas': 7},\n", " 'perplexity': 7.416487216949463,\n", " 'text': 'oyd was the daughter of Dr. Henry F. Loyd, who was a member of the Board of Delegates of the Presbyterian Church in America from 1885 to 1892, and who held the position of president of the Presbyterian Episcopal Church from 1895 until his death. Margaret was born in the town of New Salem, Mass., September 27, 1840, where her father was employed as physician to Dr. F. Loyd. She was educated in the public schools of New Salem; she was married to Thomas E. Loyd in 1883, who was a native of New Hampshire. They have one son, James, who graduated from New Hampshire High School, Fairview, and is now a resident of Boston, Massachusetts. The Loyd family emigrated with their two children to the United States in',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 3802.32},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.248258590698242,\n", " 'text': \" love our beginners BBQ class. We will give you everything you need to start making delicious BBQ. Learn how to make BBQ sauces, sauces that you can use for BBQ, sauces you can use for sandwiches, sauces for sandwiches, sauces that will make the best BBQ sauce, and so much more. We will also teach you all the basic recipes and how to cook BBQ at home.\\nThe class will be led by one of America's leading experts in the food industry, Dr. David M. Brown, and will take place on Tuesday, September 15th, 2015 at 8:00pm in the Backyard BBQ Bar.\\nThe class is free, but please bring your own picnic basket and food to share. There is no fee to attend, but you will be required to pay for your own food\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.9045867919921875,\n", " 'text': \"\\nLast update: January 23, 2012\\n\\nComments (27 posted):\\n\\n\\n[...]\\n\\n\\n[...] What's new in OS X 10.7 Lion?\\n\\nWhat's changed about Lion in terms of new features? What's new in OS X 10.4 Snow Leopard?\\n\\n[...]\\n\\n\\nWhat's different about Lion?\\n\\n\\nHere's a list of some of the new things in Lion (and some of the features I've never heard of):\\n\\n• You can now drag a file on the Finder to resize it\\n\\n• You can drag and drop files from Finder to Mac OS X\\n\\n[...] What's new about OS X Lion? [1]\\n\\nWhat's changed about Lion in general?\\n\\n\\nHere are a few things I've\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.479754447937012,\n", " 'text': '.\\n\\nThis product has been discontinued and may be discontinued by our manufacturer.\\n\\nPlease contact your local retailer for more information or to purchase this item in stock.\\n\\nItem may be discontinued or are not currently available at this time. Other products may be added in a later time. Please check back soon.\\n\\nThe following items may be available in a later time or for a lower price when you select the option to purchase in bulk. Please refer to the item descriptions for additional details. Item may be subject to additional duties and taxes. Please inquire with your local distributor for more information.\\n\\n\\nAll products are shipped via UPS Ground and are not available for pick-up outside the contiguous U.S., Canada or Puerto Rico. Shipping charges are not included and are calculated at checkout.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 9.223577499389648,\n", " 'text': \" 2014\\nBlack Hat has made an attempt to track new site backlinks, to see if they can be used in order to improve SEO. It is not yet known how well this works, but we can say for sure that there is a huge amount of backlink activity.\\nIf you are not familiar with the concept of backlink building, it is when a website creates links for other websites. For example, a website with a link on one website will get links from all the other websites. The link on that website is then added to the top of the new website's list of links. This is a good way of getting links from other website's.\\nFor example, Google has a feature that allows users to link to their own sites. For instance, Google will show you a link on\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.423903465270996,\n", " 'text': \" and air conditioning, a new playground, new buildings for students and teachers and a new science lab.\\n\\nIn addition, the school board approved the purchase of a $5.2 million building next door that will house new classrooms for students with special needs. The project is expected to begin construction in fall 2018 and will be ready to open in 2019, after which the school board must approve further funding for it. The school board also approved $2.4 million for a new computer lab that will serve students with disabilities, and $1.6 million in funding to renovate the current science lab building.\\n\\nHere's the full text of the board's 2017-18 budget:\\n\\nDistrict of Denver 2017-18 School Financial Report\\n\\n2018 School Financial Report | 2016-17 Financial Report\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.176153182983398,\n", " 'text': ' and timetables for the SBC, as provided by the Railways, will be published in the Railway Gazette in January 2018.\"\\n\\nThe announcement also said that all train schedules for the Delhi-Pune line will be released in September 2018, while the Mumbai-Srinagar route will be announced in September 2019. The Gondia Junction route will be released in October 2019, while Gondia-Punjab route will be released by December 2020.\\n\\nThe announcement said that all train schedules for the Chennai-Puducherry-Sikkim route and the Chennai-Pune-Pune-Bengaluru route will be announced in January 2019, and those for Mumbai-Bengaluru-Punjab route will be announced in January 2020.\\n',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 9.729976654052734,\n", " 'text': ' that I missed. And it was pretty interesting. I didn\\'t realize it was there until I looked at the back of the episode, but it said, \"In the final scene on the last night of the third season, there is a note from the last season\\'s narrator that said, \\'I\\'m going to end this season on a good note.\\' This is a really good note, I hope you like it.\\'\" And then there was a little sign that said, \"If you like this note, don\\'t watch the next two seasons.\" I thought, \\'Oh my god, this is the end of the Wire!\\' And then I watched the episode again.\\nI\\'m so glad it wasn\\'t the ending. I\\'m so glad I didn\\'t finish the third season. I feel like it was',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.914129257202148,\n", " 'text': \" of rules than the rest?\\nOr is it because they have more money than the rest?\\nIf you are a rich white male in America, and you have a choice of whether to go to college, go to work for a company that pays more than minimum wage, or invest in your future and retire early and live off the proceeds of your investments than you are likely to choose to go to college. You're likely to choose to work for more money than minimum wage. You're also likely to invest more than minimum wage. And you're unlikely to save enough to pay for a college education or retirement. This is because if you choose to work and invest more than minimum wage then you will have less money left over to spend on your future and to retire early. And if you choose to save\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.945854187011719,\n", " 'text': \" Each box contains 10 contact lenses. This product is not intended to replace contact lenses purchased at an optical provider.\\n\\nProduct Features:\\n\\nComes in white, green, blue, red, black and white shades.\\n\\nWaterproof.\\n\\nComes in a reusable tube.\\n\\nLenses are made of a non-toxic, biomedicially-repellent material that can protect against UV rays and other environmental factors.\\n\\nThe lens is designed to protect the eyes from harmful rays.\\n\\nEach contact lens comes with an eye protection cap which covers the lenses.\\n\\nProduct Weight:\\n\\nThe product weighs 4.2oz.\\n\\nWhat's included:\\n\\n100 lenses. One box.\\n\\nHow to use the product:\\n\\n\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.722496032714844,\n", " 'text': ' judge in New York blocked the plan. The judge said the deal posed a risk to US Foods\\' workers and consumers and that the company did not have sufficient information on workers\\' conditions and benefits to make such an investment.\\n\\n\\nUS Foods\\' board voted on Monday to approve a deal to acquire the Chicago-based supermarket chain, which it acquired in 2010 for $2.75 billion. The company\\'s board said in a statement Monday that it was \"deeply concerned\" about the deal\\'s impact on its workers and their families. US Foods said it would continue its work with its labor and human resources departments to ensure that the deal is approved and that US Foods\\' employees receive fair and adequate benefits.\\n\\n\\n\"While we believe that this deal does not present a material threat to the health or wellbeing',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.60882043838501,\n", " 'text': ' of the Earth is coming to cinemas soon and i want you to be there! i am so excited to be in the position i have been in for the last 6 years. i have been given the opportunity to make a film of my own. \\xa0this film will be the first in my career to be released by cinema. i have worked on a lot of films over the last 6 years and i think this film will be one of my best. \\xa0i have been working with a good team for the last 6 years. \\xa0we have worked together and i think this will be one of our best films yet! \\xa0i have been given the chance to shoot the film with some of my favourite directors. i am so excited to make this film. i have been working with a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 5.000239849090576,\n", " 'text': ' to share that with others.\\n\\nI hope this website is helpful for you and I hope to see you all soon. If you have a question that you would like answered please contact me via the contact form on this website. I will be happy to answer as many questions as you have.\\n\\nI would also love to hear from YOU if you have any questions you would just like to know answered. You can contact me through the contact form on this website and I will answer as many as possible.\\n\\nThank you for visiting. I hope to see you all soon and I look forward to meeting you soon.\\n\\nThank you.\\n\\nPete\\n\\nAdvertisements\\n\\nCategories: Book Reviews, Blog Posts, Music Reviews, Podcasts, Reviews, Video Reviews, Videos,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 10.008078575134277,\n", " 'text': ' Monetary Policy in the Age of Austerity.\" The Quarterly Journal of Economics, vol. 97, no. 4, January-March 2010. Available from:\\n\"Unemployment, relative price divergence and the implied contracts model: Evidence from the FOMC.\" The Journal of Economic Literature, vol. 115, no. 1-2, August 2010. Available at: www.jelaw.org/ejdl/2011/11/11/11-10.html\\n\"The Effects of the Federal Reserve\\'s Monetary Policies on the Unemployment Rate.\" The Federal Reserve Bank of Atlanta, Atlanta: Georgia Institute of Technology Press, 2010.\\n\"The Implicit Contracts Model.\" The Journal of Economic Literature, n.d., p. 4. Available at:\\n\"Implicit Contracts:',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.382798671722412,\n", " 'text': ' I never received any response to my e-mail.\\n\\nThis is the web site that britt lloyd.org has been using for the past few years.\\n\\nI have tried several times over the years to get the site to work again but have been unsuccessful.\\n\\nPlease help\\n\\nIf this is your first time, please visit the site.\\n\\nIf you have any questions about the service or the website, please feel free to e-mail us\\n\\nor fill out the form below\\n\\nThanks!\\n\\nBritt\\n\\nbrittloyd@bristlloyd.org\\n\\nE-mail us at brittloyd.info\\n\\nor call us at 617-726-8100 (U.S.)\\n\\nor 1',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.89776086807251,\n", " 'text': \" are designed to provide you with all the comfort and entertainment you need to relax and enjoy the peace and tranquility that comes with a day at the spa. Enjoy your stay at the spa with complimentary tea and coffee at our bar. Be sure to check in before heading in to enjoy your complimentary tea or coffee with us.\\n\\nThe Spa is located at the heart of Shimla, just 10 minutes away from many of Shimla's most popular attractions and attractions. The Spa offers a wide variety of spa services, including massage, massage therapy, body work, facial and body treatments, and aromatherapy. We are conveniently located within walking distance of many of the city's best shopping, dining and entertainment areas. The Spa is one of the best value spa options in Shimla. The Spa is also\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 5.721978187561035,\n", " 'text': ', yes, it\\'s time to go. I\\'m not even sure if I\\'ve said this to my son more than once.\"\\n\\n\"Well, I\\'m going to go,\" he said. He looked at me like I\\'d been shot in the head. \"C\\'mon,\" I said, \"you\\'re going!\"\\n\\n\"I\\'m going,\" I said again. I put my hand on his.\\n\\nHe looked at me like I was trying to break his heart.\\n\\n\"I\\'m going?\" he said. I looked at him.\\n\\n\"No, you\\'re going,\" he told me. \"Go away,\" he told me. \"It\\'s not worth it.\"\\n\\n\"Yes,\" I said. \"I know,\" I told him. I put my',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.546061038970947,\n", " 'text': \", according to our research, yes, and yes, according to our own research. But let's start with the basics.\\nIf you're a movie-going public, and you're looking to see your favourite movie, you're going to end up at the cinema. If you're not a movie-loving public, and you're looking for something else, you'll end up at a different movie-going venue. This is one of the reasons why we've created this handy infographic to show you how much money you're likely to save on your next ticket.\\nSo what's your favourite? What is your favourite movie? Do you have any tips for saving on movie-ticket prices? Sound off below. And if you want to know how much you could save on movie tickets, here's\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.245173454284668,\n", " 'text': ' phase in their development of UNStudio in partnership with HPP. In this phase, HPP Architects and UNStudio designers will collaborate on the development of a single-family home. The project is expected to be completed by the year 2023 and will be in partnership with HPP Architects in the UK, with UNStudio Architects in New Zealand.\\n\\n\"We are excited to work with HPP Architects on the UNStudio design,\" said UNStudio Group Chairman and President, John Clark. \"We have a long-term partnership and are excited to see UNStudio in the hands of HPP Architects, who share our values of quality design, sustainability and innovation.\"\\n\\nThe UNStudio design team consists of:\\n\\nThe UNStudio Group is one of a number of international design teams who are working',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.255146026611328,\n", " 'text': \" 15, a group of several hundred Muslim students marched to protest the decision to convert the temple into an independent school. The students were met with tear gas, water cannons and rubber bullets by police.\\nAccording to students, the decision was taken by the students' union, which has been in power for the last four years and has a majority in the board of trustees.\\nThe students' union has been demanding an end to the school conversion. They have also demanded an end to the conversion of the Hindu temple into a mosque.\\nThe students are demanding that the government allow them to carry out their demands. They are demanding that their demands be addressed to the Chief Minister's office.\\nOn April 15, the board of students met and decided to hold talks with the students. It was decided that the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.380215167999268,\n", " 'text': \"ethysts, olivine, pyrite, tungsten and nickel are some of the rarest minerals in the world, and there are many varieties of quartz. It is composed mostly of iron and rare earth elements, and is the second most abundant mineral after titanium.\\n\\nBecause quartz is so precious, it is mined and refined in various ways. In the past, most of the world's supply was mined in the South Pacific and the Andes Mountains in South America, where it is mined by local tribes.\\n\\nIn the 1960s, a small percentage of quartz was mined in Chile, and in recent years, a large percentage of the world's supply was mined in India and China. It is mined in a number of different ways in these countries, and it is important to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.125429153442383,\n", " 'text': \", memories of my parents, memories of friends, friends of friends\\nWe live in San Antonio, TX.\\nI am an artist. I write poetry, I draw, I create, I play music.\\nMy favorite thing to do is listen to music, I love music. I am fascinated by art.\\nIf you have a question about veganism, please send me an email. If you would like to learn more about my work, please click the link below to read my bio and see my website:\\nI am currently completing my Master's degree in Visual Arts. I am working as a freelance artist, writer, musician, and teacher.\\nMy interests are in poetry, art and music. I love to travel, listen to music. I am passionate about helping others in need,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.750360488891602,\n", " 'text': ' the ocean.\\n\\nThis is not the first time we have rescued children from a flooded cave, we have rescued over 150 children from this cave in 2010. It is the first time in Thailand where the rescue of children from a flooded cave has been accomplished on a national and international scale and we are proud to be able to contribute in this regard. Our goal is to help these children to return to their families alive.\\n\\nWe will be sharing more information as we receive more details regarding the rescue effort, please contact us if there is anything we can contribute to.\\n\\nFor more information about the rescue, visit our website here:\\n\\nhttp://www.recreation.org/recreation/\\n\\nFor more details about our efforts, please visit our website:\\n\\nhttps://www',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.242484092712402,\n", " 'text': \" how Flash can be used in your daily life to design beautiful websites and apps, while learning more about Flash as a technology.\\n\\n\\nThe course will start with an overview of web design basics, followed by a brief overview of the Flash programming language, Flash Player, and Flash. We will look at the basics of Flash, how it works and how it's used in the modern web, and how Flash is useful as a programming language.\\n\\n\\nYou will be introduced to Flash through the following topics:\\n\\n\\nThe Flash Programming Language\\n\\n\\nThe basics of Flash\\n\\n\\nThe Flash Player\\n\\n\\nFlash as a programming language\\n\\nThe Flash Programming Language\\n\\n\\nWe will start with the Flash Programming language, Flash Player, and Flash. In this lesson we will see how to use the Flash Programming Language\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.490748882293701,\n", " 'text': \" you'll earn interest on your Citibank Money Market Account (if you already have one) as long as you meet all of the following requirements. You can only earn interest if you meet the minimum balance requirement (the minimum amount you'll have in your account) and you'll have a minimum balance of $200.\\n\\nYour interest rate is based on your credit score, based on the time you have remaining on your balance and your credit score. If you have a score below 300, your interest rate is 1%. If you have an average score above 300, your interest rates are 0.75% for 30 days after your balance is zero, and 0.25% after the balance is $200 or less. You can also earn interest on your money market account only when you meet the minimum\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.223380088806152,\n", " 'text': \" not TV or gaming, then it is time for another hobby. If you don't want to play video games, but want to enjoy music or watch movies then you need to read a book. If you don't have time to read any books, then you will have a lot of time to enjoy music and movies.\\n\\nIt is important to have a lot of leisure time. You need time to read, play video games, read and listen to books, watch TV, watch movies, go swimming and so on. You must also have a lot of leisure time. It is important for you not to get bored.\\n\\nI know that it is hard for some people to find time in their lives to read, watch TV and listen to music. I am not telling you that you should not\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13243.88},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.583104610443115,\n", " 'text': \" We're also proud to be the first and only locksmith shop in the UK that has been accredited with ISO 27001. We've got a wide choice of products to suit every budget, and we want to make sure that your locksmith is up to the task. Whether you are a first or a professional, you'll find that Westington has a wide range of locks and fittings to suit all your requirements.\\n\\nWe have an extensive range of locks and locksmithing equipment including:\\n\\nWe have a variety of tools and equipment to help you secure and secure your locks.\\n\\nWe offer a range of products for the locksmith, such as:\\n\\nWe have a wide range of products for the locksmith.\\n\\nWe have an extensive list of products and services for\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 10.6603364944458,\n", " 'text': 'oversMAX is a Moving Service provider with more than 30 years in the business. We are the only moving company that can help you move from your home to anywhere in New York City without the hassle of renting a moving truck and/or moving equipment. We are committed to providing you with superior service and quality products. We offer our customers everything from moving products to moving services and everything in between. We offer a wide variety of moving services to suit your needs including:\\nMovers & Moving Companies\\nMoves & Moving\\nMovers Moving Service\\nWe are the Only Moving Company in Randallsville, NY for every Moving Service\\nMoves and Moving Companies\\nWe have been in the moving service business for over 40 years. Our moving services include: Moving & Storage\\nMoves\\nMoves Moving',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.818387508392334,\n", " 'text': \" and they will become attracted to your partner too. It's a technique that is used by some of the biggest stars in the world, and it's also used by celebrities, and it's a technique that is used in many other studies, such as a study which found that people who use black magic have a lower IQ, and it's a technique used by some of the biggest stars in India.\\n\\nSo what is black magic, you might ask?\\n\\nBlack magic refers to the act of using magic in order for someone else to gain something for oneself.\\n\\nIt is a technique used in many different studies, and it's a technique used in many different India studies, and it's used in India studies in general. Black magic has been used for millennia, and it's a technique\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.7306599617004395,\n", " 'text': ' U.S. has dropped since 2012. The number of Internet users in the country is expected to grow by 10% to 20% by 2035, as more people choose to use the Internet to do online activities such as online shopping, watching TV and playing video games.\\n\\n\\n\"The Internet has become a major tool for people to connect with people around the world, whether they are in China or the United States, and the number of people using dating sites is increasing every day,\" said Chen, adding that social networking sites have become a popular way of meeting people and connecting with each other online.\\n\\n\\n\"The Internet has become an indispensable tool for individuals to meet and connect with friends and relatives around the globe,\" he said.\\n\\n\\nThe Internet is also being used by people to engage in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.446191310882568,\n", " 'text': '\\'m very happy to hear that. I\\'m also quite disappointed that it was not included on this list, as it is a very well known topic and I know that many people have been asking for more information about this topic, so I hope that this will help others who are looking for this topic. I\\'m sure that there are many others who would like to know this topic as well as I am. Thanks for your time, Raam.\\nPosted by Raam Dev at 5:26 AM\\nI would like to thank all the participants in the thread, as well as all the people who contributed to it. If you have a question or comment about this topic you can post it on the forum, or just click on the \"Contact\" link at the top of every post. You can also',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.7089409828186035,\n", " 'text': ' the world.\\n\\nThis book should be on every library shelf.\\n\\n\\nP.O. Box 786, Washington, DC 20017-8600\\n\\nTel.: +1-800-521-2713\\n\\n\\nThis book is available from Amazon and other retailers.\\n\\n\\nThe ebook is also available from Amazon (in English and Spanish).\\n\\n\\nThe book was prepared with the help of a team of scientists from the US and the UK, and is based on the best available evidence. It is published in an accessible format.\\n\\n\\nThe book was written by a team of scientists at the US Geological Survey (USGSS), the US National Museum of Natural History (NHNH) at the Smithsonian, the US Geological Survey, and the US National Oceanic and Atmospheric Administration',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 10.942517280578613,\n", " 'text': 'SL.net, 10/29/15,,01-Dec-16,,16-Apr-2016,Reply,10-Mar-17,2016,http://postgame.net/2016/01/frankabrasse-post-gsm-8th-place-championship-match.html,,,,,,,\\n\\n8 8,8 4,4 3,2,1 2,4,1 3,2 2,4 3,4 3 3,4 3,4 3 3,4,1 3,2,2,4 3,2,2 3 3,2,4 3 3,4,2,4 3,4 3 3,2,4 3 3,2 3 3,4,2,4 3 3 3,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 9.385713577270508,\n", " 'text': ' and a final meet. If you\\'re interested you can find out all about that here.\\nHere\\'s the breakdown of the guys and girls. I\\'ll add more pics as I see them.\\n1. Justin \"The Pigeon Catcher\" Smith\\nJustin is a 6\\'4\" 300lb powerlifter who won the CrossFit World Championship last year and has been working with CrossFit since 2012. He trains at CrossFit East. He\\'s a regular at the Crossfit East meet and is currently ranked as the #6 ranked powerlifter in the United States. He\\'s also a member of the US National Team at the 2015 CrossFit Games. You can find out more info on Justin on his website and Instagram.\\nJustin has a background in fitness and training, and he',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.475570201873779,\n", " 'text': ' your favorite song/album/artist/whatever you listen to?\\n* 7. How would you describe your personality?\\n* 11. When did you first start to enjoy music, and why?\\n* 16. What is your favorite type of music, and why do you prefer it to other types?\\n* 18: How much of your day do you work out? How much of it are you doing at night? How much do you sleep at night? Does your sleep schedule vary at all? How much time do you spend watching television?\\n* 20. How much of your time do you read? How many books do your children read?\\n* 22. How did you get started in music, and why do you prefer to listen to music over other types of listening?\\n\\n\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 14.862909317016602,\n", " 'text': ')\\n\\n• The Lost Boys, with artist Peter MacKaye and illustrator Ian McElderry (The Lost Boys †, with artist Ian MacKaye) and storyboarder Ian McElderly\\n\\n• \"The Lost Girls\", with artist Chris Ruggiero‡ & storyboards and illustration by Chris Ruggiero (Lost Girls ‡ and •) and storyboards and design work by the same artist\\n\\nThe Lost Girls was the story of a group of boys who were kidnapped and sold into slavery in Africa. The story was told in an anthology series by the artist and storyboard artist, and the artist and storyboarder, respectively, created the artwork for the anthology series.\\n\\n• The Lost Boys, with art by Chris R',\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.612247943878174,\n", " 'text': ' cats and their owners. If you would like to become involved please call us or contact us.\\nIf you are interested in volunteering for us please contact us at 412-294-8181.\\nWe are looking for volunteers who are willing to help us provide shelter for our homeless and owned dogs and cats.\\nWe are also seeking volunteers to assist us in the rescue and placement of abandoned and stray dogs, cats, kittens and other animals in our shelter.\\nFor more information on how to get involved please click here:\\nIf you are interested in volunteering for us contact us at (412) 294-8083.\\nThank you again for taking the time to read this post and if you have any questions or if you have any suggestions for us contact us.\\nThank you again for your time',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.752688884735107,\n", " 'text': ' of the Solar System and the Universe that you find interesting or fascinating, please consider contributing to this blog. I will try to post them as quickly as I can. I will also post some pictures of the objects that I have photographed and the observations that I made on them. If you have any comments or suggestions that I should add to the blog, I would be happy to read them. Also, please do send me an email so that I may add you to the blog. Thanks for your time, and enjoy the journey.\\nI thank you for reading this post and I thank you for taking the time to read through my post. I also would appreciate it if you would share this post on any social media platforms so that others can benefit from my observations. If you would like to follow my blog',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.3663859367370605,\n", " 'text': ' 1st half New England NE 15 2 plays -1 yards -0 yards 0:40 1st & 10 -1 20 New Orleans NE 11 2 plays -0 yards -4 yards 0:35 2nd and 10 -0 19 New Orleans \\xa0 NE 13 2 plays -1 yards New England New Orleans 15 2 plays -0 yards -3 yards 1st & 10 New Orleans \\xa0 New England 16 3 plays -0 yards -0 yards -0 yards 2nd & 4 New England NE 14 New England NE 11 1 plays -0 yards 2nd & 10 ',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.001327037811279,\n", " 'text': 's massively popular mobile game � Tencent Warriors � will be available in the U.S. and Canada by the end of the year.Tencent, which is China�s biggest mobile gaming company by revenue, also announced last week that it has signed a partnership with EA to create a mobile version of �FIFA 18.� It�s the first time EA has partnered with Tencent in a mobile game, and the first game to be developed for mobile devices. The company�s new mobile game, FIFA 18, is set to be available this fall for iPhone, Android and Windows Phone devices.The company also announced the launch of an online service that will allow players to compete against friends on a global leaderboard. The goal is to create a global platform that allows users to compete with each other',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.097021102905273,\n", " 'text': '\\n\\n\\n\"We have made a commitment of £2m over five years to help homeless and vulnerable young people who are at risk of falling through the cracks. This funding will help to build on this commitment by providing support to young people who might otherwise be on the streets.\\n\\n\\n\"We are committed to working closely with Thames Reach to ensure that our commitment is delivered, and we will continue to work with local authorities to ensure that homeless and vulnerable children, young people, young people of all ages, and families are supported.\"\\n\\nA Home Office spokesperson said: \"It is absolutely right that homeless and vulnerable people are treated with dignity. It\\'s also right that homeless people have access to the help that they need. That\\'s what we are doing in London and the rest of England. The Government',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.852696418762207,\n", " 'text': ', times and location of the Assembly for Children event.\\n\\nSunday, July 19, 7 p.m. at 10 a.m.;\\n\\nJuly 21, 1 p.m., and 2 p.m.\\n\\nMonday, July 22, 6:30 p.m.\\n\\nSaturday and Sunday\\n\\nJuly 27, 8:30-11, and 12:30 p.m.; and Sunday, Aug. 1, 7 p.m.:\\n\\nJuly 28 and 31, 8:30 a.m.-noon; and Sunday, Aug. 4-7:30 p.m.\\n\\nThe Assembly for Kids will be at the United Nations Headquarters in Manhattan, NY. The event is free to attend. The Assembly for Kids is sponsored by The United Nations Educational',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.680847644805908,\n", " 'text': \"-day trek is one of the most challenging trekking experiences you'll ever have. The trek begins at the village of Bhuj and continues to the foothills of the Mount Everest. The trek begins with a beautiful hike to the top of the mountains. You will then follow the trails around the valley until you reach the foothills. From the foothills, the trek continues through the valley of the Gobi Desert. The trek culminates in a short walk to the village of Kumba. The trek ends at the village of Bala.\\n\\n\\nThe trek starts at around 8,000 feet above sea level, and you will reach the valley of the Gobi Desert. From here, the trek continues to the valley of the Kumba Desert. After a hike around Kumba\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.410691738128662,\n", " 'text': ').\\n\\nA.D. 765. This was the period of the Crusades. After the martyrdom of Saint Augustine, he was succeeded by A. D. 765-814. He was Bishop of Tuscany from 771 until his death. He was succeeded in 774 by B. A. 775-788. He was Bishop since 778 by B. E. 779-783. He was Bishop from 784 until 793, when A. D. 793-794.\\n\\nHe died on the 5th August, 792. He was succeeded in 795 by A. A. 805-813, by A. A., A. C., and by C. A. 814-828, and by',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.125367164611816,\n", " 'text': \" Kindle Fire TV, Roku and Xbox 360\\n\\nThere's a new iOS app that lets users of Apple TV, Roku and Amazon Fire TV devices watch ABC Go UK on Apple TV or Google Chromecast.The app, called Apple TV Go USA Unblock, allows users to unblock the U.S.-only network. The app is available to download for free from Apple's iTunes App Store.The Apple TV app allows users of devices running the iOS 6.1 operating system to watch the ABC Go UK channel on their television. The Apple TV Go USA version of the Apple TV app, however, requires the use of the Apple TV remote control, which isn't available on the iPhone or iPad.The app also allows users to access the ABC Go USA channel from the Apple TV's web browser.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 5.652011394500732,\n", " 'text': \" up to you to process and store your data. It's also possible to create your own data storage solutions.\\n\\nHere's what it looks like:\\n\\nStitch is available for Windows and Linux. If you don't want to run on your own machine, don't worry. We've created a Chrome Extension so you can use Stitch on any browser.\\n\\nWe've built Stitch for Windows because it's faster and easier to set up, but it also makes it easier to use.\\n\\nThe easiest way to get started with Stitch is to download it from the Chrome Web Store. It's free for the first year, but you'll be charged $5 per year for continued use. You'll also need to create an account. If you're a Windows user, you\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.354862689971924,\n", " 'text': \" CMS. It has a lot of features that you would not expect to find in a mainstream CMS.\\n\\nHere is a quick example of some WordPress themes:\\n\\nHere is an example of how a theme would look like if it was built with the theme theme.com as the base.\\n\\nThe most common theme theme.com theme\\n\\nThe most common theme theme\\n\\nThe most common WordPress theme theme\\n\\nHere is how a theme would look without the themes:\\n\\nHere are some examples of other popular themes built with theme themes.\\n\\nHere are a few more examples of themes with theme themes.com:\\n\\nHere is a list of all the themes available on theme themes.com:\\n\\nHere's another look at theme themes.com:\\n\\nThere are\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 5.833767890930176,\n", " 'text': \" cost, and in some cases pay for it out of pocket. A new survey from Gallup shows that the number of Americans who don't know how to pay for insurance has doubled since 2013. The survey also shows that the percentage who are unsure about their ability to pay for insurance is on the rise:\\n\\nAbout two-third of Americans don't know if they can pay for their health insurance, according to Gallup. In 2013, only 25% of people knew they could pay for insurance. Since then, the number has grown to 31% and is on pace to hit 40% by 2020, Gallup says. The percentage who say they cannot afford health insurance is also rising, with the share of Americans who cannot afford to pay for their own health insurance at a record high of 38%.\\n\\nGall\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.778934001922607,\n", " 'text': \" This event takes place from 7:00am to 7:30am, June 21, 2014, at the Washington Park Amphitheater in Washington Park, Maryland. The festival features live music, activities and performances by some of the nation's top kids' entertainment companies. The festival will also include educational activities, food trucks, games and vendors.\\nFor more information, please visit www.PBSKidsInThePark.com, Facebook, Instagram, Twitter and Pinterest.\\nFor more details on how to participate in this year's festival, visit http://pbskidsinpbspark.com and follow #PBSkidsinpbspark.\\nPlease note that children must be accompanied in person at all times during the festival. Children 12 years old and under are welcome, but are not\",\n", " 'msg_rate': 0.85,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.811411380767822,\n", " 'text': 't pleased.\\n\\n�We don�t want to hear that we�re not going to do anything,� Vecindario told reporters after Sunday�s 2-1 loss at Real Betis. �We need to hear that we�re not being treated unfairly.\\n\\n�We have a lot of questions, but I think we have a lot of answers.�\\n\\nThe club issued the following response to the accusations made against it earlier in the day.\\n\\n��It�s important to note that FC Deportivo is a club that has been in existence for over 60 years and is one of the most recognized and successful clubs in the world. The club was established on the idea that one day there would be a club where people could come together, play football, and enjoy',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.911077499389648,\n", " 'text': '.\\n\\nUSB 3.0 connection is possible.\\n\\nUSB 2.0 is also possible with dedicated adapter and USB 3.1 connection is not possible at this time\\n\\nIt is also possible to remove the HDD / SSD with the dedicated adapter but it is not supported by this product\\n\\nThe built-in power supply is rated to handle up to 10A.\\n\\nThe unit is designed to fit in any case and is suitable for all types of PC cases. It can also be used on desktops.\\n\\nThis product comes with the following accessories:\\n\\n1x Power supply\\n\\n1x Power cable\\n\\n2x USB cables (5.0 Gbps max)\\n\\n4x 3.5mm plug (3.0 mm plug size)\\n\\n\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13553.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.827293395996094,\n", " 'text': 'akeem Acosta was one of five players to score in double figures for Miami\\'s win over Indiana on Saturday night, helping the Marlins earn a 3-1 victory at Target Field to move within a half-game of the Central Division lead in the Central Division with two games to play in the season\\'s first week.\\n\\nAcosta, who scored seven of Miami\\'s 10 runs, was one of five players with at least two hits and four RBI.\\n\\n\"I think I\\'m getting better at hitting the ball hard and making plays on balls in the strike zone, and I\\'ve been working on it this summer,\" he said, adding that he\\'s already hitting the ball better. \"It\\'s just a matter of getting the timing right.\"\\n\\nFlorida is now 7 ½ games behind the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.934080123901367,\n", " 'text': \" not be in the software itself, but in how people use it as a service. The problem is solved by using the right software to solve it. The way you solve the problem will determine the way people use your product.\\n\\nThis is the core of software engineering and the core of what we're talking about.\\n\\nSo, let's talk about some of the things that you need to know when you start building software. You probably already know some of them.\\n\\nWhat is Software Engineering?\\n\\nThe first thing you'll need to understand is what software engineering is all about. It's something you'll learn in college. It's the science of software design. Software engineering is about solving problems, and making sure that those problems can be solved.\\n\\nSo, if you want\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.03227424621582,\n", " 'text': ' In another bowl, whisk together eggs, flour and salt until well incorporated. In a large bowl, stir together chicken stock, lemon juice and parsley, stirring until well combined. Pour this mixture into prepared muffin cups. Bake at 350 degrees F for 20 minutes. Allow to cool completely before cutting into squares. Notes Recipe Notes *If you want the muffin to be easier to spread, add 1/3 of the batter to the top of your muffin pan before filling it. This will give you an even batter.\\n\\n*If your muffin pan is too big, you may have to add a bit of water to the muffin pan to make room for your muffins. This will allow the muffins to rise properly, but will also make the muffins smaller in size,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.807718753814697,\n", " 'text': ' be done by using a high throughput bioinformatics system. In the absence of such a high throughput system, a reliable and reliable mRNA expression profile is not possible.\\n\\nIt is important to understand how the RNA-seq data can be interpreted, as this can lead to different interpretations of the data. For the present study, only mRNA data were analyzed. In the future, mRNA expression data should be used to analyze the whole transcriptome. In the present study, we analyzed mRNA expression data from 16 different species of plants, as well as the RNA-Seq data from 16 different plant species.\\n\\nTo determine the mRNA expression, we first performed a RT-PCR on the 16 different plant species, and then performed a whole transcriptome sequencing. We used a RT-qPC',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.793917179107666,\n", " 'text': ' members to the 2001 List.\\n\\nThe following list is not complete. Please contact us with your suggestions.\\n\\nClass of 2000\\n\\nThe following classes are no longer in active use. Please contact the school directly to find out if they can be added back to the 2001 Classes List.\\n\\nCampbell University\\n\\nThe following classes were discontinued by the school in 2001:\\n\\nHershey College, Inc.\\n\\nUniversity of California, Santa Cruz,\\n\\nStanford University, California, USA\\n\\nSchool of the Arts and Sciences of The City University of New York\\n\\nUniversity of North Carolina at Chapel Hill, NC\\n\\nUniversity of South Florida, University of South Florida Campus, Gainesville, FL. (Florida).\\n\\nUniversity of Southern California at Los Angeles,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.893867492675781,\n", " 'text': \".\\n\\nAlfred Hitchcock\\n\\nThe man who brought us Psycho was a master of suspense, and Hitchcock would be proud of his masterpiece. It is no coincidence that Hitchcock was also one of the best directors of the 20th Century. He's also known for his style of writing, so you can expect to be taken in by his storytelling. This is a must-read for any fan of Hitchcock. It's a must-reading for all fans of Hitchcock.\\n\\nJohn Carpenter's Halloween is another classic of horror. It's a film that is both scary as hell and incredibly funny. Carpenter is one of the greatest horror filmmakers ever, and this is his most recent film, and one of the greatest horror films ever made.\\n\\nAlfred Hitchcock\\n\\nWhat is it that\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 9.657556533813477,\n", " 'text': \" culture and politics. It promotes the scientific study of culture and politics, the analysis of culture, politics, and society and the application of those studies in policymaking and public policy. The Center's work has been supported by grants from National Endowment for Cultural and Cultural Heritage (NEFCC), the Ford Foundation, the William H. Fulbright Program, and the U.S. State Department's Cultural Affairs Office.\\n\\nThis work was supported by a grant from National Science Foundation (grants 0376936, 0774866 and 07747977) and an award from the National Academy of Sciences of the United States. The views expressed are the author's own. The Center does not accept outside funding. The views are not the responsibility of the authors. The Center for the Study\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.487938404083252,\n", " 'text': \".\\n\\nWe've been fortunate to have some great support from the community.\\n\\nWe're proud to be part of one of South Australia's most diverse communities.\\n\\nFor the past year, our community members, businesses and organisations have come together to give back to our community and each other through many projects.\\n\\nFor example, we've worked with the North West Community Foundation to help raise funds for the North West Community Services Centre (NWCCS).\\n\\nOur community members have donated over $1 million towards this centre. We're proud to say that many of our members have also donated money to other community organisations that support South Australia and the surrounding region.\\n\\nOur community members are also continuing to volunteer and fundraise, giving away their own money for charitable causes.\\n\",\n", " 'msg_rate': 0.55,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.285867214202881,\n", " 'text': \" has only won one game in its first six games.\\nIt's been a tough few weeks, for the Frogs. They've dropped eight of nine games and are 0-2 in conference play. They've lost three games by double digits.\\nThey've had some upsets. They've had some upsets in conference, but their biggest win came against South Alabama, who they beat by 17 points. That gave them three wins in six conference games, and it was the first time they had won four games in their first six in conference play.\\nThe Frogs have lost three games by double digits, though. That's the most they've ever had in any conference. The last time they lost four games in their first five in conference play, it was 2010. The last time they\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 5.926549911499023,\n", " 'text': '?\\n\\nA: There are three ways of getting it. One way is to go to your spiritual guide. The second way is that you can ask for it from a friend or someone you trust. If you ask your spiritual guide, she or he will give you the answer, but you must ask again and again. The third way to get the gift is to seek it through prayer, fasting, meditation, and other spiritual practices. If you want to know how to get the gift, you will have to wait for your spiritual guide to teach you, so be patient and wait for her to teach.\\n\\nQ. When did you first get the idea that you wanted to get the gift? What did you do to try to get it?\\n\\nA, I got it from my spiritual',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.70065450668335,\n", " 'text': \" don't do it for you, try a hair treatment. It's safe, effective and can help whiten the teeth as well. There's even a hair treatment for women that's also safe and can help. If you think you might have tooth decay, seek out a dentist who can treat your teeth before they deteriorate and after they've been whitened. If you're not comfortable with a dentist, seek out an oral health specialist who specializes in teeth whitening.\\n\\nWhat if I can't whiten? If you're not able to get your teeth whitened or don't have a dentist who can, there are a few things that can help you whiten your mouth:\\n\\nIf your teeth have been whited in the past, don't worry about it. You can always\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.853453159332275,\n", " 'text': \" buyers, buyers, buyers!\\nI'm sorry to say that this is going to take some time. It's going to be a while, but I'm confident that we will have something in the pipeline that will be awesome. I hope you'll join me for the ride.\\nI'll see you there!\\nThanks again for your continued support and I hope to see you at the show in a few days!\\nI'll be back in a couple weeks. Until then, I'll see you there! \\xa0Stay tuned!\\n-Travis\\nI'll be on Twitter for updates as well. You know, if you're looking for me there, I'll be tweeting from there as well. I'll also be posting videos on YouTube as I go along. Thanks for your continued support\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.787181854248047,\n", " 'text': \"ishment. The company also provides glazing and roofing services to some of the world's largest construction companies.\\n\\nWe are pleased to confirm that our client is one of those companies. The client will be able to access the services offered by our glazing and roofing services for up to six years. We would also like to confirm that we will continue to provide the services we have been able to offer for many years.\\n\\nWe are pleased that we have been selected as our client and are extremely grateful for this opportunity to offer this service to our clients.\\n\\nThe following is a summary of the services we offer to clients:\\n\\n\\nGlazing\\n\\nOur glazings provide you with the most accurate glazing you could possibly wish for your property and also allow you access to our\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.48471212387085,\n", " 'text': \" Greater Manchester, will give evidence on the inquest into the circumstances surrounding the death of the two men.\\n\\nMr. Wilson, the lawyer for the two victims, Mr. Macdonald, and the coroner, said he had not yet received the coroner's report on the inquest. He said he had been in contact with the two victims, Mr. Macdonald and the coroner and that he was waiting for a copy to arrive.\\n\\nHe added that Mr. Macdonald had been in London for several days, but that he did not know what had happened to him and did not want to interfere with the legal process. He also said that he did not know the name of Mr. Macdonald's son, and did not want to reveal his identity to the public. The lawyer said that he had\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.445542812347412,\n", " 'text': ' It\\'s a lot easier to find out what\\'s there and what isn\\'t.\\n\\nAs always, if there is anything you think should be added in this post, or if you have a suggestion, please feel free to send me a message.\\n\\nThank you so much for your time and support. If you ever need me, I will gladly respond to your email.\\n\\n-Dennis\\n\\nAdvertisements\\n\\nShare this: Share\\n\\n\\nTweet\\n\\nFacebook\\n\\nPrint\\n\\nLinkedIn\\n\\nTumblr\\n \"Like\" this: Share\\n\\nFacebook\\n\\nTumblr\\n\\n\\nTags: D&D, Dungeon Master, Dungeons and Dragons, Forgotten Realms, Game Design, Game Play, Role Playing Game, RPG, Role playing, Role Playing System, Scenarios, Scenario',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.913647174835205,\n", " 'text': \"to-night routine. They like to have a good time, spend time with family, relax and relax.\\n\\nDogs love to have fun, too, and they're very good at playing fetch and fetching. They love being able to play fetch, just like humans, and they like to keep their heads down, too. It's no surprise that dogs love to play fetch, because it's a fun way for them to socialize and bond with friends.\\n\\nIt is a good idea for dogs to have access to some playtime at night, so they're able to get out and enjoy the night. However, dogs are not the only pets that enjoy night-time activities. Cats are also great night owls and enjoy getting out of their crate and into the yard.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.059596538543701,\n", " 'text': \".\\n\\nIn addition, there are numerous other UAS technologies, such as the use of unmanned aircraft systems to track, identify, and track enemy aircraft and their weapons systems. There also are UAS technology, such as the use of unmanned aircraft to track and track enemy forces, and unmanned aircraft systems that are used for reconnaissance and intelligence gathering. The use of unmanned aircraft systems to track enemy forces, and intelligence gathering, is also currently being developed by the US Department of Defense, which is the primary contractor for the Department of Defense's Air and Missile Defense Systems (AMDS) program.\\n\\nIn 2015, the US Air Force began testing and fielding unmanned aircraft systems. The US Air Force has developed an unmanned aerial vehicle system, or UAV-1, for use by its Air National Guard\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.101785182952881,\n", " 'text': \" and expand your client base.\\nWhat's the difference between a client and client relationship?\\nA Client Relationship is an informal, non-professional, and confidential relationship between two clients. It is the basis for all of your business relationships with your customers, clients, and your potential clients.\\nA client is a client. It is an individual or entity who you are working with. It can be a person, a company, or a business. A client relationship is not a contract or a legal agreement. A contract is an arrangement between two parties. A legal agreement is an agreement between two individuals. A legal agreement is a written agreement or written contract. A client is an individual or entity that you are working with or working with.\\nA client relationship is informal and confidential. It is not a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.671216011047363,\n", " 'text': ' in Film and Television from the City University of Chicago. She has worked with such notable artists as David H. Koch, Bob Dylan, and Steve Reich and has performed with the Chicago Symphony Orchestra, the Choral Choir of San Francisco, the San Antonio Symphony Orchestra, and many other orchestras and choirs around the world. You can follow her at her website.\\n\\nShare this with your friends on Facebook, Twitter, Google+, LinkedIn, or email:\\n\\nTweet\\n\\nRelated Posts\\n\\nCategory: Interviews, Interview Interviews, interview Interviews, Interviews: interview Interviews, interviews, interview Interviews: Interviews Interviews, interviews, Interviews, Interviews: interview Interviews: Interviews, interviews Interviews\\n\\nPosted In: Interview\\n\\nTags:',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.3616042137146,\n", " 'text': \" occasional batch of the store-bought version, and so I knew what I was getting myself into. I've never been able to eat macaroni and cheese without thinking about how it's made, or how the mac and cheese will taste.\\n\\nSo, when I heard about this amazing mac & cheese recipe, I jumped right on it. I knew it was going to take a lot of work and time to whip up and make, so my goal was to create a mac & cheese that would be easy to whip up and eat in under 5 minutes.\\n\\nI'm happy to report, it turned out amazing, and I'm excited to share this with you.\\n\\nI hope you all enjoy this mac & cheese recipe, and that you make it your own, too.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.086527824401855,\n", " 'text': ' to see a bunch of movies. Got home around 4pm. Saw the fire. Got to bed around 6. Got to work on the next day around 6pm.\\n\\nTook BART into SF. Saw the fire. Got to sleep around 8pm. Got up around 8:45 and walked around the city for a few hours.\\n\\nWent to work around 8:30am and walked around. Went to work around 12am and took BART home.\\n\\nGot to work around 2pm. Got up around 3pm. Saw the fire in the park. Got to work around 7pm. Saw the train coming up the hill from Lake Merritt around 8pm. Got to work around 6:30am and went to see the fire. Got home around 6:45',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.751802444458008,\n", " 'text': ' Stir in chicken broth. Add salt and paprika.\\n\\nPour chicken broth over flour mixture and toss to combine. Season with salt and paprika. Pour mixture over chicken, cover pan and cook on HIGH for 3 to 5 minutes or until chicken is browned and cooked through. If you like, you could drizzle sauce over top of chicken. Serve topped with lime wedges.\\n\\n\\nYield: 4 servings Serving Size: 1 chicken breast Calories: 526 Fat: 17g Carbohydrates: 48.5g Dietary Fiber: 1g Sugar: 5mg Protein: 3g Nutrition Serving Size: 4 chicken breasts Calories: 474.4 Fat: 14.6g Carbohydrates: 46.6.4 Dietary Fiber: 5.5g Sugar: 12.5',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.4848856925964355,\n", " 'text': \". We had a few beers to try, and then we went back for more. The brewery has been in the neighborhood for over 20 years, and I'm pretty sure that's how long it has been open. We were given a tour of the brewery's tasting room, the taproom and the tasting room bar.\\n\\nThe taproom is pretty much the same, except for a few changes. The taproom bar has been remodeled and is a bit smaller than the tasting room, so you can get more of a sense of what's inside.\\n\\nIn the tasting room there's a lot going on, so I'll give you an overview of what's going on in there. The first thing you notice is that the beer selection is very limited. They only have one or two beers\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 9.107661247253418,\n", " 'text': ' of the Athlone community, from 5pm until the end of the game. The game will be shown on the Sports Channel and on the BBC iPlayer, and will also be available on Radio Ireland and the ABC iView.\\n\\n\\nAthlone will host their first ever European Championship qualifier this weekend and will also be hosting their first ever home European Championship Qualifier on Saturday 18th April. The qualifier will have the potential of being the best chance to advance to the semi-final stage of the tournament, where they will face the winners of the qualifiers from Scotland, Ireland and Northern Ireland.\\n\\nAthlone will also have a chance of making a return to the Scottish Premiership this weekend, following a successful 2015/16 campaign which saw them win promotion to the Scottish Premiership and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 10.836621284484863,\n", " 'text': \" place until further notice. Rough, which is home to many of the UK's biggest gas and oil storage facilities, is expected to shut down on the 13th June.\\n\\nCentrica is the UK's largest electricity retailer, with over 1,100 customers in 15 regions.\\n\\nIn April 2016, the company announced it had reached a deal to buy gas storage provider EDF Energy for over £40 billion.\\n\\nIn September 2017, the company announced it had completed the purchase of its first storage facility in Ireland, the Eirbank facility.\\n\\nIn May 2018 it announced plans to acquire more than 1,000,000 cubic metres of storage capacity across England and Wales. Centrica's storage facilities are built on sites around the United Kingdom and the Republic of Ireland, and are used\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2697.68},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.326547622680664,\n", " 'text': ' now offering a gift code to their customers. You can get the coupon code by using the coupon code \"Gift\" on your order. You can use the gift code on the following items.\\nYou will get a code via email to your email address on or before November 21st.\\nIf you have any questions regarding the gift code, please contact us. Thank you!\\nFor more information about the Disturbia Clothing Coupon Code, please see their website:\\xa0https://disturbiasociety.com/store/\\nFor all other questions, please contact us at: info@disturbiasoclothing.com\\nVisit us at:\\xa0https://disturbiasoce.etsy.com/shop?section=shop&id=1515\\nThe Disturbia',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.752767562866211,\n", " 'text': ' roofer can provide you with the services you need. A roofer who does not have the knowledge and skills to deal with your needs is not qualified to install your roof. However, if you are looking to get a new roof installed in your neighborhood, a roofing contractor who has the knowledge and skills will be able to give you a good price for your new roof. Here are some reasons why you should contact a residential roofer in your community.\\nIf you need a roofing contractor in Hearne to install your roof, here is some of the best reasons to contact a Residential Roofing Contractor:\\n1. You have a roof problem\\nIf your roof is leaking, if it is falling apart, if it is falling off, if there is a lack of insulation on the roof,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 4.899216651916504,\n", " 'text': ' calling for an immediate end to violence in Yemen and calling for an immediate ceasefire.\\nThe U.N. says the humanitarian situation in Yemen remains dire, with more than 10,000 people dying of hunger in the country since the beginning of the crisis in March 2015. The U.S. says the situation in the country is improving, but the United Nations has warned that humanitarian needs will continue to rise, especially as the conflict intensifies.\\nU.N. humanitarian coordinator Jan Egeland says the situation in Yemen continues to worsen.\\nThe U.N. says the war has killed at least 1,500 people and displaced more than 6.6 million people since it started in March 2015.\\nIn a statement on Friday, U.S. Ambassador Nikki Haley said \"the United States is',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.582098484039307,\n", " 'text': \" the comet's surface.\\n\\n\\nThe portal, which will launch on Wednesday, will provide users with access to more than 1 million 3D images from NASA's Comet C/2014 Q2 mission. Users will be able to zoom in, zoom out and zoom in on the comet and its surroundings. The user interface will be similar to that found on NASA's website.\\n\\nIn a press release, NASA said that the portal will also provide users with the ability to download 3D images from the agency's website and share them with others. The portal will be free to download and users can also upload their own images.\\n\\nThe portal is the first in the agency's volumetric 3D initiative, which was announced in February.\\n\\nIn September 2014, NASA announced it had acquired a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.042290210723877,\n", " 'text': \" in 2015.\\n\\nAccording to a report released in September 2015 by the Bank for International Settlements — the world's central bank — more than 50 percent of all bank accounts in India are mobile banking accounts, an increase of 20 percent since 2009.\\n\\nThe report added that the mobile banking market is worth $8 billion in 2016, up from $3.5 billion in 2015, and that more than $1.3 trillion in mobile banking is being processed every month in India, up from $1.1 trillion in 2015.\\n\\nIndia has more than 1.3 billion mobile banking customers, according to mobile banking portal e-Banking India.\\n\\nThe report also revealed that India is the fastest growing bank market in the world.\\n\\nAccording to the Indian Statistical Authority, the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 10.430171012878418,\n", " 'text': ' we are living longer than ever \\uf030. The Lancet, doi.org \\uf031 2016 \\uf031 doi.org \\uf030. \\uf030. 2015 \\uf030. 2015/11/11/16/2016/11/17/17/2017/2018/2019 \\uf031 2015/09/26/16/2018/2019/19/18/2017/2018 \\uf031 \\uf074 2016 \\uf075 2017 \\uf031 2017 \\uf031 \\uf031 2017 \\uf031 \\uf074 \\uf075 2016 \\uf030. 2015/07/01 \\uf075 2016/09/01 \\uf075 2016/07/02 \\uf031 2016/09/02 /\\uf030 \\uf031 2016/09/02 �',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.450990676879883,\n", " 'text': \" cookbook I read a long time ago. I made them in a slow cooker. On Sunday I ate them all in a slow cooker, and on Monday ate them in the oven. I'm not sure if I've ever made anything like that in my life. I'm not sure I've ever done anything like that. I'm sorry.\\n\\nI've been thinking about this recipe a lot lately. I don't think it's ever going to make it out of my head. It's a good thing it's so simple, because if I had to guess, I would say this is one of the first recipes I learned how to cook by accident.\\n\\nI'm sure there are many other recipes out there that would be just as easy or even simpler to follow, but I'm not\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 5.773784160614014,\n", " 'text': \" we won't see each other for a while, but we will be back soon. I have never been to Darwin before. My husband is excited about it, but I am very nervous. I am not sure if I should tell him I am going, but I know I should. I am scared about what I will see, but I don't know if I should tell him either. I am scared of getting lost. I hope I will be able to get home safely, but I don't know if I can. I am worried about what I will see if I do go. My husband is worried about what I will find there. I hope I will be safe. I hope I can go to Darwin with you. I hope you are well. I hope you will take care of me when\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.471905708312988,\n", " 'text': \"istureKitty MoistureKittie Moisturizer MoistureKitty is a wonderful moisturizer that is easy to use. It is made of 100% natural plant-based ingredients. Moisturekitty is great for those of you that don't have a lot of moisturizer in your life. It is made from non-greasy coconut oil and has a very soft feel on the skin.\\nMoisturekits, like the others in this category, are great for people that don't want to use a lot of moisturizers every day. Moisturizer is one of the most essential components of any makeup routine, and it's great to have on hand for when you need one. Moisturizer helps keep your skin feeling moisturized, so\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.562670707702637,\n", " 'text': \" City. The company has said it wants to move its headquarters to Virginia by 2020, but has said it is considering locations elsewhere.\\n\\nAmazon has asked the Virginia Economic Development Board to approve $23 million in incentives to bring the headquarters site up to code, which would bring the project up to code within 90 days, according to the board.\\n\\nThe board's decision is subject to approval from the Virginia State Economic Development Commission, which will hold a public hearing on the matter on Thursday.\\n\\nAmazon's request for an incentive package is part of its ongoing effort to expand its presence across the state. In March, Amazon announced a $3.2 billion purchase of a 35 percent stake in Expedia, a travel website, for $45.4 billion, giving it control over more than 1\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.673063278198242,\n", " 'text': ' Ricketts.\\n\\nAddress\\n\\nMoorpark\\n\\nHillsborough\\n\\nSC2 1PQ UK\\n\\n\\nTel: 0208 749 7300\\n\\nE-mail\\n\\n\\nWebsite | Contact Us | Twitter | Facebook | LinkedIn\\n\\nDr. Ricketts is a Senior Lecturer and Chief Scientific Officer at the National Institutes of Health (NIH).\\n\\nHis research interests are in biochemistry, infectious disease and human genetics.\\n\\nHis research was funded by the National Institute of Mental Health, the National Science Foundation, the US National Institutes of Health, the UK Medical Research Foundation and the US Department of Health.\\n\\nHe received his Doctorate of Science in biochemistry and was the first recipient of the Doctorate of Science from the University of Sheffield in 2004.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.15949821472168,\n", " 'text': 'Hwy/highway)\\n\\n$2,800 $4,200 $3,200 $3,000 $4,500\\n\\n$2,900\\n\\n$2,600 $4,200 $2,600 $4,500\\n\\n$1,900 $2,400 $4,000\\n\\n$5,000\\n\\n\\nThis car was sold in 2009. It is in perfect working order, it has been maintained and it still looks like new.\\n\\nThere are no previous owners listed and the current owner does not own it. The car has been in the same condition for over 10,000 miles since it was purchased, and has been driven about every 15,000 miles. It has been a nice car to drive, but it is not worth $',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.874598979949951,\n", " 'text': \" would have a little more money in there. I'm not the type of person who likes to throw away money, but this is the first time I can't afford to throw it out. I will be returning this purchase.\\n\\nRated 2 out to 5 by Anonymous from The product is great, but it does not fit. I purchased this for my husband and we both love it. It fits perfect, but it did not fit his waist. He had to purchase a size up. I will send it back, but for now I will not be purchasing it again. I would recommend it to anyone with a similar waist size to me, but please don't waste your money on this item. I will return it. I would not recommend it.\\n\\nRated 1 out of 5 by mr\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 5.73486328125,\n", " 'text': ' time that you put in.\"\\n\\n\"You\\'re welcome, sweetheart. Please don\\'t hesitate to call me again in the event that you need me for anything.\"\\n\\n\"Of course, darling.\" She kissed him on the cheek. He smiled, and kissed her again. \"I\\'ll be sure to get back to you soon.\"\\n\\nShe kissed him again, again, and again. \"Thank you for your time, sweetheart. See you soon.\"\\n\\n\"You too, baby.\" He pulled her into a tight hug. They lay there for a while, kissing and crying.\\n\\nHe picked her up and headed for the front door. \"It\\'s all right sweetheart, I\\'ll call you later.\"\\n\\nHe did.\\n\\nThe next morning she woke',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 5.565993785858154,\n", " 'text': \" where you need to take some time away from your children's writing, because you'll need to be a writer yourself. Your children need books to read, and you need them to read books. They need you to write them books. They need you to take care of them when they're sick. You need to be a writer. You need to take time off from their writing, and write them books. You need to teach them to write, to be a writer.\\n\\nSo, what should you teach your children to write?\\n\\nFirst, you need to teach children to write. You don't want to be teaching your children to write because you want them to become writers. You want to be teaching your children to write, so that they will become writers. You want them to write\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.16904354095459,\n", " 'text': \"la has spent the last few weeks trying to erase from her memory, to make sure it never happens again, to remind her of everything that's gone wrong in her marriage and everything that's changed since that fateful day in February. And yet, she can't erase it from her mind, she can't erase her own grief and anger and frustration and sadness, she has to remember it, but she can't forget what she never wanted to be, what she doesn't want to have happen again. And now, in her final moments, she finds herself facing her husband and her son. She can't let go. She can't forget. It's all she has left, all she wants to have.\\n\\nThe next morning, Carla wakes up and finds herself in her kitchen, in the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.280263900756836,\n", " 'text': ' on one service, this is a place to go.\\n\\nMy favorite Portuguese restaurant is the one at the corner of the street where I live. It is called \"The Bar\" and it has amazing Portuguese food. My favorite is the one on Macau. It is a small place and the service is amazing.\\n\\nThe best Portuguese food I ever had was in this restaurant. It\\'s right across from my place on Macau and is my go to spot.\\n\\nCame here on a Friday afternoon. The food was good, the staff was very helpful. The atmosphere is casual and the food is great. I would recommend this place to everyone. I highly recommend it. I\\'ll definitely be coming here again when I am back to Macau!\\n\\nI have been going to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.312042236328125,\n", " 'text': 'levi Mosque. This is the largest and most beautiful mosque in the country and is one of the oldest mosques in Malaysia, dating from 1688. It is home to more than 3 million Muslims from around the world and is known as the \"House of Islam\" and \"House of Prayer\".\\n\\nThe Mosque is the largest and most beautiful mosque in Malaysia, dating from 16 88\\n\\nLocated at Bandar Hilir, beside the Mosque is the famous Malacca Beach, a popular tourist attraction, and the Malacca Peninsula. The peninsula is also the site of the Malacca Straits, one of the most important shipping lanes in Malaysia.\\n\\nLocated at Bandar Hilir, adjacent to this beautiful beach is Bandar Kelana, a historic town in Malacca. The town is famous',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 5.996556282043457,\n", " 'text': ' you want it to go into. And I think there\\'s a lot of people who are going to be interested in that kind of thing, and I think there are a lot more people that would want to be able to do that than would want to do a book like this.\"\\n\\nHe continued, \"I don\\'t know if you\\'ve ever been to an art gallery, you\\'ve never seen art that you\\'re not interested in and want to see more. I think it\\'s a way of getting to know your own art. And there are people who would like that and there are people who are going to want that. I think there are people that will want it. And there are some people who would like it. And there will be people who are going to want it, and there will',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 15.880269050598145,\n", " 'text': '\\nhttp://mattmccloughlinlaw.com/#extra_eyes_forDWIs/\\n\\nHalloween in Fairfax, VA:\\n\\n\"Walking With Dead People\" on December 31st | Arlington County Public Safety Division\\n\\nhttps://visitorcenter.arclightway.org\\n\\n\"Falling for the Devil\" on January 1st, 2018 | Arlington County Fire Department\\n\\nhttp://www.arclightshowdownfire.com/\\n\\n\"Walking on the Moon\" on July 4th, 2018 | Park and Recreation Commission\\n\\nArlington City Council\\n\\n\"Falling for the Dead\" at the Fairfax City Hall\\n\\nArlington City Hall\\n\\nArlington, VA\\n\\nArlington City Hall:\\n\\nhttp',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 7.997910499572754,\n", " 'text': \" their lives as well as their communities. It is not a simple matter to get women involved in the political process, but empowering them is critical to building strong and sustainable movements. It is not enough to simply make sure that the women who participate are engaged in politics; they have to be engaged in the process itself. In the United States it is estimated that women make up about half the electorate. In the United States alone, women's participation in the political system is valued by more than $1.1 trillion dollars each year.\\n\\nIn addition, the role of women in politics has been on a steady rise. In 1980, only 5% of American women held a job in the federal government. In 2014 that number rose to 35%. This means that women make up a large portion of those who\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 6.4112348556518555,\n", " 'text': \" day to go to the beach, run errands.\\nThere was a lot of fun to be had with this project.\\nIf you're thinking about doing this, please share your thoughts and comments below! If you'd like to see more posts like this, subscribe to my blog below!\\nThank you for reading, and if you liked this post, please consider supporting me by purchasing my books through DriveThruRPG! You can find more information about DriveThruRPG on their website. You can also find out more about me at my website. Thanks for reading and I'll see y'all soon!\\nIf you enjoyed this post and found it helpful, I'd love to hear from you by commenting on any of the posts in this blog post! You can reach me on Twitter @\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 8.929452896118164,\n", " 'text': '.\\n\\nIn addition, the two companies have agreed on the transfer of the remaining shares of the company to ADAM, the parent company of ADAM. The sale of ADAM shares to ADAST and the transfer of the shares of the company ADAM to Penta are scheduled to be completed within one month.\\n\\nThe transaction is subject to regulatory approval and approval by Penta\\'s Board of Directors. The transaction has been approved by the Board.\\n\\n\"The acquisition of ADAST by J 23 A.S. is a significant milestone for Penta, which is focused on growing its customer base, expanding into new areas and expanding into new markets. The acquisition of the highly successful ADAST brand is an important step towards achieving this goal,\" said Michael Haines CEO Penta,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 10.594074249267578,\n", " 'text': 'opy, cancer diagnosis, medical imaging, etc. This is in line with the goals of the Advanced Photon Thermal Research Center of the University of Southern California (APSAC). This research was funded in part through a grant by the California Energy Commission, the Department of Energy Office of Scientific Research.\\n\\nFor further information please contact:\\n\\nP.S. We want you to have fun with the High Brightness! We want you to be able to see, touch and hear what you are doing!\\n\\nFor more information visit: https://www.APSACPhoton.org/high/index.asp\\n\\nFor more information on Advanced Photon Photon Thermal Research, visit http://APSACPhoton.org\\n\\nAbout the Advanced Photon Photon Photon Thermal',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 9.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 0, 'deltas': 8},\n", " 'perplexity': 9.080015182495117,\n", " 'text': 'oyd died June 30, 1960, of heart failure. She is survived by a daughter, Mary E., who is currently living at home; five grandchildren and one great great grandchild. The funeral Mass will be held at 11:00 AM at St Peter\\'s Cathedral in San Antonio, Texas, on Saturday, September 29, 2018. The family asks that no flowers be brought.\\n\\nBibliography:\\n\\n\"The Loyd Case,\" San Antonio Times-Herald, April 16, 2000, p. D9.\\n\\nhttp://www.thesantacostana.org/en/newsroom/news/news/article.asp?A=1&SID=4\\n\\n\"Jurisdiction of U.S. District Court for Texas,\" U.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 39418.24},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 5.599188327789307,\n", " 'text': \" love this beginner BBQ class that will give you the basics of BBQ and the tools you need to make it even better.\\n\\n\\nThis BBQ class is designed to give you all the skills you need to start making great BBQ at home.\\n\\n\\nYou will learn how to cut meat, roast meats, braise meat, smoke meat and smoke it all. This is a great class for anyone who is just getting into BBQ or just wants to start.\\n\\n\\nThis BBQ class will give you the knowledge you need to become the master of BBQ. This is a great class for anyone that has never made BBQ before. This is a class you will not regret taking.\\n\\nFor more information on the class please click on the link below and follow the instructions. This is a class you won't want to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 10.872238159179688,\n", " 'text': \"\\nThis message was generated automatically and there is no need to try to reply.\\n\\nTo report a bug or suggest an enhancement, mail us at mail@gladeonsoftware.com. We respond to bug reports and feature requests in a timely manner, but if you want to discuss a specific bug, please use our mailing list. Our general interest list is also a good place to discuss Mac OS X bugs.\\n\\nYou can also join our discussion on the MacRumors Mac User Group mailing list, which is archived here.\\n\\nWe welcome any feedback you have on the article or on Mac OS X Lion. You can send us an email to info@gladeonsoftware.com and we'll do our best to respond to you as quickly and as effectively as possible. Thanks in\",\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.328706741333008,\n", " 'text': ' with metal studs and buckle. The belt is secured to the top of the pants with metal buckles on both the front and sides. The belt has a metal belt loop. The belt is removable and can be removed for cleaning. In the photo above you can see the buckle on the belt loop. The buckle on this belt has a metal buckle loop on both ends. The buckle is secured with a metal clip.\\n\\nIn the photo above, the buckle is secured to the waist with metal clip.\\n\\nThe buckles on this belt have metal loops on each side and are secured to the belt loop with metal buckle clips. The buckles have metal loops on the inner and outer sides of the buckle loops. The buckles are secured by a metal buckle clip. The metal clip is attached',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 11.334254264831543,\n", " 'text': \" 2016. https://blackhatseo2016.wordpress.com/#!/2017/07/06/why-i-do-no-blog-blog-posts/#more-10\\nGoogle's Blogging API (aka blog.googlers.com) has been around since 2008, but it was not available on the Google website until 2015. As of this writing, this API is used by over 5,000 websites worldwide.\\nGoogle's Blogger API is available on the API Level 2 (L2) level and is not available to businesses.\\nBlogger is a service that allows developers and publishers to publish their blog content on the web. Blogger is also used by many small businesses to publish content to social media (Facebook, Instagram etc.).\\nBlogger is an open\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.849419116973877,\n", " 'text': \" and cooling upgrades, a new library, new school buildings, and a new curriculum. The board also released a list of projects that have been approved so far this year.\\n\\nThe Denver City Council approved $11.4 million for construction and $7.3 million for upgrades at the school. The Board of Education approved more than $1.2 million in funding for renovations, including $2.2 million to add a new school library and $2.2 million in new funds to renovate and expand existing buildings.\\n\\nIn addition, the Board approved $1 million for upgrades at the school, which will include:\\n\\nConstruction of a new library\\n\\nUpgrades and renovations of existing classrooms\\n\\nUpgrading the school's equipment\\n\\nExpanding the library\\n\\nUpgrades\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 9.407173156738281,\n", " 'text': ' and timetables\\n\\n10:30 AM - 11:00 AM, Friday, October 26,\\n\\n2018-09-25, 10:30 AM - 11:30 AM\\n\\nGOLDFISH HILLS SBC to GALVESTON MCT\\n\\n10:30 AM, Friday, November 1\\n\\n2018-10-01-10:30 AM, 12:00 PM\\n\\nGORGON HILLS JUNCTION G to GORGIANT EAST SBC, GORGON HISTORICAL HISTORIC HILLS SBC\\n\\n11:00 AM-12 PM, Saturday, September 28, 2018,\\n\\n2017-10-01-10:00 AM, 10:30 AM-11',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 9.266622543334961,\n", " 'text': \" that left me speechless! I can't tell you what it was, or how it affected me but it was the best thing that happened today. I'm really grateful to the audience for watching this series and for giving me an opportunity to continue to write this show. I hope you enjoyed it and I'll see ya next week for the next installment of The Wire.\\nI've got a couple things I'll be doing this weekend, so stay tuned for more! Until then, I'll see you guys next week for the finale!\\nThe Wire airs Sundays on FX. You can watch it on Netflix or Amazon Instant Video. You can follow me on twitter at @thedailywire or on my\\xa0 Facebook Page. Please leave me a review on iTunes, Google Play Music, Spotify, St\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.136601448059082,\n", " 'text': \" of rules than the rest?\\nOr is it just that everyone has an opinion and everyone has an opinion on everything?\\nIs it just the rich who think differently?\\nOr is it just that the poor don't have any opinions?\\nIs it just the rich who don't care?\\nOr is there a deeper reason for it?\\nOr is there a deeper reason why the rich don't care or don't care at all about anything?\\nIf you have any thoughts on the matter, let us hear them in the comments section below!\\nShare this: Email\\n\\nTwitter\\n\\nReddit\\n\\nPinterest\\n\\nTumblr\\n\\nPocket\\n\\n\\nLike this post? Please share it! Google\\n\\nTumblr\\n\\nPinterest\\n\\n\\nPrint\\n\\nEmail\\n\\nPrint T-Shirt\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.030377388000488,\n", " 'text': ' Each box contains 90 contact lenses. You will receive one replacement contact lens per month for 90 months. Each replacement lens is waterproof and will not peel off. You will receive a receipt for your replacement lens purchase.\\n\\n\\nYou will receive a replacement lens purchase upon receipt of a replacement lens.\\n\\n\\nFor more information, please contact us at 800.826.5222 or contact us by email at coopervision@gmail.com with your order number and your contact information. You will be notified by email when your replacement lens is ready to ship. If your lens is not received within 24-48 hours, you may return it for a replacement.\\n\\n\\nFor more details on how to use contact lenses, contact us by email at contactlenses@comcast.net. You will be',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.58834171295166,\n", " 'text': ' judge ruled that the deal lacked the requisite government approval.\\n\\nShares of the company fell 2.5 percent to close Monday at $13.76. The stock was up 5 percent in after hours trading.\\n\\n\\nAccording to the lawsuit filed in US District Court for the Northern District of Texas, which alleges that the takeover was an illegal scheme to take control of the company, the deal would have given United Foods Group Inc. (US Foods) a controlling stake in all US foods sold in the United States, including fruits, vegetables, dairy, meats, poultry, fish and shellfish and seafood.\\n\\n\\nThe lawsuit seeks an injunction barring the takeover and demands that United Foods be allowed to keep its ownership interest in all food products.\\n\\n\\nThe deal was originally scheduled to close on Monday.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.6077446937561035,\n", " 'text': \" of the earth are divided into two camps. The one that believes in the law and order and the one who is against that.\\nThe first camp of those people believe in laws and order. They think that the law can be enforced by force.\\nThe second camp of the people believe that there is no law and that their rights have been violated. The law can be enforced by military force.\\nThe first camp is not against the law and the law can't be violated. But the second camp isn't against military force. It's the law that is broken and it's the law that has to be enforced.\\nThe first camp believe that everyone is equal. But the second camp think everyone is equal. It doesn't mean everyone has the same rights and responsibilities. But it doesn't mean\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.189103126525879,\n", " 'text': ' to say \"I believe in God.\" You can do this by listening to this book, listening to this podcast, reading this book or by simply watching the video below.\\n\\nI\\'m going to share some of the best videos that I\\'ve seen on the subject. Some of these videos are very short, some of these videos might take a couple of hours of your time, so be prepared.\\n\\nI hope that you\\'ll enjoy listening to this book and I\\'ll see you soon!\\n\\nI\\'ve created a free PDF download of all of this material here so that you can listen to the audio version of this article. You can download that free PDF here:\\n\\nDownload Audio of This Article HERE:\\n\\nListen to This Article Below\\n\\nHere\\'s a link to a YouTube video',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 10.924674034118652,\n", " 'text': ' Monetary Policy Response to the 2007–08 Financial Crisis.\" Journal of Monetary Studies, Vol. 32, No. 1.\\n2. \"Federal Reserve Policy Implications of the 2008–09 Economic Meltdown: Lessons from the 2007-08 Crisis and the 2008–09 Economic Meltdown.\" Economic Policy Journal, vol. 35, Issue. 4, Pages 441-455, September 2012.\\nhttp://jmssociety.org\\n3. Paul Krugman: \"How Much Is Too Much?\" The Washington Post, February 12, 2012, http://wapo.st/1EqX2Hw\\n4. \"Mt Gox Fears About the Future, but Is It Real?\" Bloomberg View, March 15, 2012, www, BloombergView.com/articles/',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.313770294189453,\n", " 'text': ' I did not make any changes. I also did not make any changes in my web site. My web site is still accessible through my old web site which is www.brittloyd.org, however it does not link to my site.\\n\\nI have been a member of this web site for over 30 years. I also opened a web site in 1997. I did not change anything on that web site. I have been a member on this web site for over 35 years.\\n\\nI am a retired U.S. Marine Corps officer, I am married to a U.S. Army officer, we have a son who is in the Air Force, and we have a grandson who is in college. I am also a retired Navy Officer who is married to a Navy Officer.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.312918186187744,\n", " 'text': ' are designed to provide you with all the comfort and facilities you need to enjoy your vacation in the best way possible, whether you are staying in hotels or in hostels.\\n\\nThe resort is located in the heart of the Shimla area of India. It offers a wide range of services such as hostels, lodgings, hostels, guesthouses, golf courses, restaurants, shops, hotels, and accommodation. The resort is conveniently located in the Shimla region, which is about 45 minutes from Delhi. You will get to enjoy the best of Shimla, and you can enjoy your stay at Shimla in a relaxed environment, with all the facilities you need. The resort offers a wide range of services including guesthouses, lodgings. It also offers guesthouses and hostels,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 5.354337692260742,\n", " 'text': ' I\\'ve had to deal with that, too. I\\'ve had to say to my son, \\'You know, I just want to bake you a cake. I don\\'t care what you have to do.\\' Or, \\'You know, you don\\'t know what you\\'re doing. You don\\'t know what your dad\\'s done, and you know that you don\\'t have a lot to lose. So I want you to bake a cake.\\' Or, \\'I\\'m going to go home and bake you a pie. I don\\'t care how big or how small you want it. I just want you to do what I tell you. I don\\'t care how much money you have. I want you to do what my dad told you to do.\\'\"\\n\\nHe continued, \"That\\'s the thing',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 9.366544723510742,\n", " 'text': \", we said. And yes they are, but only if you compare them with the average ticket price at the time of purchase.\\nThe average film ticket is about £5.10, compared with £3.50 at its peak in the mid-1990's and then just £2.50 in 2007.\\nIn fact, that's what the average ticket price was at its peak at its height, when there were more theatres in the UK.\\nSo, yes, ticket prices are a problem. But the problem is that they're not a major one. The average movie ticket price is just £2.50. And the average cinema ticket price was £4.50 in 2008 and £5.10 this month.\\nWhy?\\nThere are two big reasons for this.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.827471733093262,\n", " 'text': ' phase in UNStudio\\'s global expansion. The consortium is led by HPP Architects and UNStudio.\\n\\nAs part of the agreement, which was announced on Monday, the two companies have agreed for UNStudio to continue to work with the HPP Architects on the future of UNStudio in the UK, with UNStudio continuing to develop the UNStudio design as a global brand.\\n\\n\"We are extremely excited to be working together on this new project. We are both very excited about what we will create together, and looking forward to working with UNStudio to build a strong brand in the UK,\" commented Paul Smith, president and chief operating officer, HPP Architects, and UNStudio CEO. \"We are confident that together, UNStudio and UNStudio can make a significant impact on the growth of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.482022762298584,\n", " 'text': ' 5, a group of about 30 students gathered outside the school to protest. They chanted slogans such as the following:\\n• \"Our freedom is not just ours. Our freedom is not just ours\"\\n• \"We are not afraid. We do not fear.\" \\xa0\\n• \"Freedom is our freedom. Freedom is our freedom.\" \\xa0\\n•\\xa0 \"We are not afraid of you\"\\n•\\xa0 \"Freedom is not our freedom; freedom has to be yours.\"\\nOn April 6, about 25 students gathered outside the school and chanted slogans such as the following:\\n▲ \"We want to protest because we are scared of you. We are not scared of you.\\n▲ We want our freedom back. Our freedom has to return to us.\"\\n▲\\xa0 \"Freedom is',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.618831634521484,\n", " 'text': \"ethysts, olivine, chromite, and iridium form the backbone of quartz, while olivine-rich mica, felsic silica, quartzite, and mica-rich quartz form the core of the mineral world, and are commonly used as gemstones as well as decorative stones.\\n\\nThe world's oldest known mineral, quartz, is found in all of the continents on Earth. It has a silvery-white coloration and is believed to have originated in North America, but it has since spread to many other regions of the globe. It has been used as a mineral for millions of years, and is still used today in jewelry.\\n\\nThe first quartz crystal was discovered in 1849 by the English geologist William Thomson. It was discovered in a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.352213382720947,\n", " 'text': ', memories of childhood, childhood memories, life memories, memories of our lives, memories of our lives memories, memories of our lives memories, life memories, life memories, memories of life memories, childhood memories\\nPassion for all living things, animals, plants and all living things. I believe that all living things, animals and plants should have the chance to live free from harm and suffering, to be treated with respect, and to have the right to live in harmony with the natural world.\\nI believe that all living creatures should be given an equal chance for life, and all living beings should be given the chance for happiness and success. I believe all animals should be treated with compassion. I do not consider myself an animal activist, animal lover, or vegan.\\nI believe all living creatures should',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.336814880371094,\n", " 'text': \" the deadly flood that swept through Thailand on Monday. The rescue effort was spearheaded by the Thai Red Cross Society.\\n\\nAccording to Thailand's National Disaster Prevention Department (NDPD), around 100 people were rescued from the cave on Tuesday night. They were later brought to a hospital where they were treated for shock and dehydration.\\n\\nThai Red Cross volunteers said the rescue operation began at around 6 p.m., when they received the call from a woman who was trapped in a cave. The rescue team quickly arrived on the scene, and they were quickly able to rescue the children at around 7:30 p.m.\\n\\nThe rescue team said that the cave was about 10 meters wide, and the water level was at least seven meters high.\\n\\nAccording to the NDPD, all of\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.518303394317627,\n", " 'text': \" everything you need to become a Flash developer, including basic coding skills and the tools you need to create interactive web experiences. We'll show you how to use Adobe Photoshop, Adobe Premiere Pro, and Adobe Illustrator to create stunning web-based projects. We will show you the tools you need to get started quickly and easily. You'll also learn about the benefits of Flash and learn about how to create your own projects using Adobe Photoshop Elements and Adobe Illustrator.\\n\\nWith this course you will:\\n\\n• Understand how to create a Flash app with Adobe Flash Player (Flash 11.0 and later).\\n\\n• Learn about how to develop Flash content using Adobe Creative Cloud, Adobe Premiere Pro, or Adobe InDesign\\n\\n• Learn how to create a Flash web app using Flash Player 9.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.998227119445801,\n", " 'text': \" you'll earn interest on your Citibank Money Market Account, your Citigroup Money Market Account and the Citigroup Credit Card.\\n\\nWhat's the difference Between a Citibank Money Market Account and a Citigroup Money Bank account? Citigroup Money Market accounts are backed by the Citigroup Money Market Index, while Citibank Money bank accounts are backed by the Bank of Citibank (BCA) and the Citigroup Credit Card. Citigroup Money Market accounts also allow you the ability to borrow from your account.\\n\\nHow much interest can I earn from my Citibanking Money Market Account? The amount of money you can earn from your CitigroupMoneyMarket account depends on the number of Citibank Money Market deposits you make each month (up to a maximum of $500,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.121338367462158,\n", " 'text': ' not TV or gaming, what are you doing? If you do not know, why do you want to become a lawyer? What is your profession? Do you like to work with people? If so, what kind of people are you looking for?\\n\\nThe following questions are designed to help you decide whether you want to become an attorney, or if you are already an attorney but have yet to decide whether to become a lawyer or not.\\n\\n\\n1. How long did you have a legal job?\\n\\nThe answer will depend on the type of legal job you have at the time you answered these questions. If you have been working as an attorney for more than six years and you answered this question, that indicates that you are already an attorney and have not taken any additional legal education courses.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20528.28},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.154225826263428,\n", " 'text': ' If you have questions about your locking system you can email us and we can help you. If you are interested in learning more about locking please contact us for a free consultation. To find out more about our locksmith service, please visit our website.\\n\\nLock & Key London\\n\\nWe offer a wide range of locks and keys to meet your lock and key needs from simple lock and keys, to complex locks and key set up. We offer locksmiths in London who can install and repair locks and key set ups in your area. Our locksmiths can also install, repair and repair locks for you. If you would like to contact your local locksmith please contact us. To learn more about our Lock & Key Service visit our Website.\\n\\nTo find out more contact us on 01',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.669780731201172,\n", " 'text': \"overs in New York City : Movers NYC :.\\nMovers in Texas : Tradeshow Movers : Tradeshow Movers\\nMover in California : Movers CA :.\\nNew York's Best Moving Service in the City : Movers NYC :.\\nNew Orleans Moving Service in Louisiana : Moving Service New Orleans :.\\nMovers in Texas : Tractor Movers : Movers Texas.\\nMovers New York : Moving Service NY :.\\nMoving Service New York City: Movers NYC.\\nMovers New York : Movers NY :\\nMovers in New York : Tradeshow MOERS :.\\nMovers in California : Tractor MOERS :.\\nMoving Service California: Moving Service CA :..\\nNew Orleans' Best New Orleans Moving\",\n", " 'msg_rate': 0.75,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.053311347961426,\n", " 'text': \" and they will be drawn towards your partner. It can be used as a substitute for any other kind of love spell, for instance, if you're trying to seduce your partner into having sex.\\n\\n\\nAlso, there's a lot of romance elements in this spell, because you can attract your partner's love interest to you. It can also be used as a dating spell when you're in love with someone who's not your partner, or you want to seduce them into having sex. You can also create a magical bond between two people by having this spell cast on them.\\n\\n\\nIt can be used as a date spell, as well as a romantic spell. It's also used to attract your partner's friends.\\n\\n\\nYou can also attract your lover to you when you're in\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.274557113647461,\n", " 'text': ' U.S. has been on the decline for several years. (See \"The Rise and Rise of U.S. Web Traffic.\")\\n\\nThe decline in dating sites is not unique to dating apps, either, though. The Pew Internet Project found that, in 2013, the number of online dating websites in the world fell by 7 percent, from 4.4 million worldwide to 3 million.\\n\\n\"Online dating has been one of the pillars of the Internet for decades, but in the last five years it\\'s really taken off, and now there\\'s a lot more of an appetite for it among people around the world — at least in part due to new technology,\" said Pew\\'s Andrew Kohut. \"That\\'s not to say we\\'re not seeing more interest in dating in countries where it',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 5.841540813446045,\n", " 'text': \" don't know why there isn't a link to the article. Maybe it was removed from the site? I didn't have any problems with it, but I'm wondering if it is still available.\\nThis article is a must read. If you haven't seen it yet, it is a must read! If you haven't seen it yet, I recommend reading this article.\\nI have to say, I really like this article. If you are looking for a good article, I would suggest this one. I would recommend reading the whole article in one go.\\nI think this article is really interesting and I hope that you will like it as much as me. I would also like to thank all of you that took the time to write this article. Thank you very much. I really appreciate\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.521978378295898,\n", " 'text': \" the world.\\n\\nThis is not the first time a book has been made available on this topic. The first edition of this book was released in 2013. The book is based on the first volume of the textbook Geology and Climate Change, published in 1998, and it was published by Cambridge University Press, the same publisher of The Geological Society of America and the International Geological Society, which is the world's leading authority in geosciences. In 2014, a second edition was released.\\n\\nThe book offers an overview of current scientific knowledge on biodiversity and climate change. The book is written in a clear and concise manner, and it is easy to understand. The book covers a wide spectrum of topics, from geology, climate change, and biodiversity, to ecology, economics, and politics.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 3.5295634269714355,\n", " 'text': 'SL.com,,, 1, 0, 0, 5, 1, 4, 0, 4, 0, 0, 4, 2, 2, 2, 0, 2, 2, 4, 4, 4, 4 0, 4, 1, 2, 0, 4 0, 1, 0, 4, 2, 2, 1, 0, 4, 0, 2, 4, 2, 0, 0, 0, 4, 4, 2, 1, 2, 1, 0, 2, 0, 0, 0, 4, 0, 2, 0, 1, 4, 0, 1, 2, 0, 0, 1, 2, 1, 2, 4, 2, 2, 4, 1, 1, 4, 2, 2, 0,',\n", " 'msg_rate': 0.05,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.1201171875,\n", " 'text': \" and a final meet.\\nHere are some pics of the ladies.\\nAnd here are the pics I took on Saturday.\\nHere are some photos I took of them on Sunday morning. I was there with my camera.\\nI've been looking forward to doing this event for quite some time. I love doing CrossFit because I know I will have a great workout and I will have fun doing it. I love doing this because I have so much fun with it.\\nI'm going to try my hardest to have a great time on Sunday.\\nHere are the pictures I took from the beginning of the day until the end. You can click on each picture for a bigger view. I'll try to update as I get pictures.\\nDay 1\\nFirst of all, thank you so much\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.544262409210205,\n", " 'text': \" next?\\n\\n\\nThe list is not exhaustive but is a good indication of what I think would be a good session.\\n\\n\\nIf you would like to ask me anything, just ask and I will do my best to help you.\\n\\n\\nAlso, if you have suggestions for what could be improved, I will be more than pleased to consider them. :)\\n\\n\\nThanks for reading and I hope you enjoy this guide. I will try to respond to questions as I can, but if you are in any doubt about something, please don't be afraid to let me know and I'll try to answer the question as best as I can. Thanks again for reading, and I'll see you next time!\\n\\n__________________Last modified: 09-23-2010 at 03:34 PM.\\n\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 12.004475593566895,\n", " 'text': \", artist Alex Jones) “and the first album, “The Book of Revelation“ which is the first book in the series ”The Bible”. This book was the inspiration for all of the songs in “The Book of Revelation ” and “Uncle Joe”.\\n\\n\\n”The Bible was the first book in the series, ”the Bible, ”and “Uncle Joe.\\n\\n\\n”And the first album was the book of Revelation ”. It's the one that inspired all of those songs that we all sing to this day!\\n\\n”It was the inspiration for ”Uncle John”.\\n\\n”It was inspiration for “Uncle Joe”, ”and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.116268634796143,\n", " 'text': \" cats who need loving homes, regardless of breed, size, age or any other condition.\\nWe are dedicated to providing a safe, loving, and supportive place for our clients to spend their time.\\nWe strive to be a resource for all our clients and their pets, no matter the breed or size.\\nWe are committed to providing the best care we can to our dogs and cats.\\nIf you have a dog or cat that needs a home that is not listed here please contact us to discuss your pet's needs. We are always here to assist you.\\nOur mission is to provide loving and safe homes to dogs, cats, and other animals in the state of New Jersey. Our goal is to serve the needs of our clients who are homeless.\\nIf you would like to become a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.014118194580078,\n", " 'text': \" that are consistent with those theories, I'd be interested in hearing them out in the comments. If you have any observations or theories that you would like me to consider, please contact me and I will do my best to address them.\\nAs always, thank you very much for taking the time to read this blog. If there are any observations that you find to be incorrect or inconsistent with any theory in this post, please do let me know by sending me an email or posting a comment in the comment section. I'm always eager to learn more about this topic and would love to hear more about what is going on in the universe, and what we're doing about it, as well as how we can make life better for others.\\nIf you are interested in participating in future blog posts, please\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 11.67929744720459,\n", " 'text': ' 1st half\\n\\n0:07 2nd Q Start of 1st quarter\\n\\n0:06 1st 3rd Q Play\\n\\n6:52 2rd Q 1-9 Pass Clock, YD -0:00 3rd Q 3-10\\n\\n0:00 3rd TD pass to Dion Sims\\n\\n6:44 4-7 Pass Rush, YA -0:00 4-7 Run Stop, YD -0:00 4th Q 4-11\\n\\n1:51 4th Q 3-11 Pass Rush, YA 0:06\\n\\n0:00 3rd Down Conversion\\n\\n1:21 2nd Q 2-10\\n\\n0:00\\n\\n4th Quarter\\n\\n1:21 2nd Q 1-10 Pass',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.400050640106201,\n", " 'text': \"s gaming platform, which launched earlier this week, is the first to allow mobile users to play online with others. The game has been downloaded more than 300 million times.\\n\\nThe game, called Ping Pong, will be available in the U.S., Canada and Mexico on Oct. 10, and in Australia, New Zealand, South Africa, South Korea, China, Hong Kong, Singapore and Malaysia on Oct. 12 and Oct. 14. Ten cent games is the first Tencent mobile game to be available on a smartphone, according to an official Tencent blog post on the game's launch.\\n\\n�We�ve always dreamed of doing something like this,� said David Yip, Tencent president and COO. �It�s a great way to reach millions of people\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.025282382965088,\n", " 'text': ' We understand that volunteering can be a difficult and time consuming process which can be daunting and stressful for those who are already experiencing homelessness.\\n\\nOur volunteers are committed to helping people to overcome their challenges through a range of supportive services, including social work, housing and employment support, housing assistance and more. Our volunteers also have access to the most up-to date resources for those experiencing homelessness and are able to offer support and referrals to other agencies that are available to them in their local area, as well as helping them to plan their future.\\n\\nWe are always looking for new volunteers to join our team. We are looking for people of all abilities, ages and experience levels, and we have a wide range of experience levels, from those who were homeless for a short time, through to those experiencing homelessness',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 10.612625122070312,\n", " 'text': ', times and location of the Assembly:\\n\\nAssembly for Children at 99th\\n\\n7-11 p.m. July 4-6, 2018\\n\\nAssembly for Women at the World Conference on Sustainable Development in July\\n\\n7-12 noon July 11, 2018,\\n\\nAssociation of Women Entrepreneurs in India\\n\\n9:30 am July 17-19, 2018 (Monday-Thurs),\\n\\nAssociation Women Entrepreneurs\\n\\n2-4 p.m., Tuesday-Sunday July 22-25, 2019.\\n\\nAssault on Women: International Conference on Gender and Violence\\n\\n6:30-8 p.m., July 24-26, 2019. The conference will focus on women and violence against women.\\n\\nInternational Association for the Study',\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 10.377479553222656,\n", " 'text': \"-day trek is one of the most challenging trekking experiences you'll ever have. The trek can be experienced from any city in the Mustang region. It starts at the village of Gokul in the north-central part of Nepal. After you reach Gokul, you'll be able to travel for 3 days through the Mustang region.\\n\\nThe trek begins at the village of Goksheti, a small village about 10 kilometers from the village. You'll pass through the valley of Gokheti and reach the Jamsom Muktincha trekking village in the south-west. From there you will pass through the mountains of Jamsom to reach the Mustang region. If you choose to stay in Goksheti after you reach the Mustang region you will reach the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.165629863739014,\n", " 'text': '), and after his death he became a monk, and his relics are still preserved in Salzburg. At the end of the ninth century, he was succeeded by his nephew, Eustathius, who succeeded him as bishop of Salzburg. Eustathianus had no son, but in the year 888 he married the daughter of a bishop, who afterwards died, and in the following year the infant was born to her. He was ordained a monk in 888. In 890 he died, and his relics were placed in the church of the Holy Trinity in the town of Breslau, which is now called Brest.\\n\\nThe relics of Eustathius, which were found in the monastery, are now in the church of St. Basil.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.567606449127197,\n", " 'text': \" Roku and Chromecast, or subscribe to ABC Go UK for iOS.\\n\\n\\nIf you don't have a US cable TV subscription, ABC Go UK is available on the ABC App for Apple TV and iPhone.\\n\\n\\nABC Go UK also provides free access to ABC TV Australia on Apple TV, iPad, iPhone, iPad 2 and Android phones.\\n\\nWhat can I watch?\\n\\nThere are more than 100 hours of ABC programming available to stream in the ABC Go UK App for Apple TV, iPhone and iPad. You can also access ABC TV in Australia on the ABC App for iOS.\\n\\nABC Go UK also offers access to ABC TV in some other countries, including Canada, New Zealand, Australia, New Zealand, South Africa and the United Kingdom.\\n\\n\\nThe ABC Go UK app offers\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.077460765838623,\n", " 'text': \" ready for use anywhere in the world. You can even import it to your existing data warehouses, or create new ones with your existing data. You can even use it in your own applications, and export to CSV, TXT or CSVX format.\\n\\nClipboard is a powerful open source software that allows you to organize your data in a single place. Clipboard is based on OpenOffice and has a very similar design to Microsoft Office, so if you're familiar with those, you can use Clipboard. It's also a free and open source software. You can download Clipboard from their website.\\n\\nThe world's largest online store for music, movies and books. It has all your music, movies and book collection in one convenient place. You can browse, buy,\",\n", " 'msg_rate': 0.45,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.73986530303955,\n", " 'text': ' for sharing content. It has been designed to give you an easy and convenient way of sharing the same thing with your audience. With WordPress themes you can create a blog that is completely unique and different from the others. If you want your website to be popular you can create a theme with different features and features that will make it stand out from others. You can also use WordPress themes to customize your website. You can use WordPress themes to customize everything in your website. This means that you can create your own theme with different functions and themes, add new features and add customizations. You can also use it to create a website that you would like to share more with your audience and you don’t need to spend money on a website.\\n\\nIf you want to have your own website, you',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.162545680999756,\n", " 'text': ' high costs associated with private plans, says a study published today in Annals of the New York Academy of Sciences (NAS). In a study of more than 4 million Americans, researchers found that insurance companies offer policies that are too expensive to be useful.\\n\\nThe study, published today in Annals, is the second study of long-term care plans published in Annals over the past six months. The study is the first to directly compare insurance plans offered by private insurance companies and those of government-sponsored health care plans.\\n\\nIn the analysis, the researchers compared health care plans offered by private insurers and those offered through the government-sponsored health care system, which includes Medicare, Medicaid, and the CHIP program under which many individuals receive health benefits. In addition to providing comprehensive coverage, the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.049283027648926,\n", " 'text': \" It's a four-day event that includes live entertainment, arts activities and more. It's free and all ages, so head on over to the link below for the details. There's also a live stream of the festival on the PBS Kids Facebook page. You can follow the event on social media using #PBSKidsPark and you can also follow PBS Kids in the Park on Facebook, Twitter and YouTube. The festival takes place on June 21 and 22 at the New York Public Library in Midtown, NY, and it runs through June 23.\\nIf you haven't seen the PBS Kids Festival yet, make sure to watch the video below, which shows a sneak peek at how it's going to look. You can follow the PBS Kids Festival on Facebook for all the latest news about the festival\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.355472564697266,\n", " 'text': \"t so sure they want to be accused of racism.\\n\\nVecindario has been a member of the team for over 20 years, and has played for the club for nearly 20 years as well. He is a member of the club's youth academy, and has been a professional footballer for the past seven years at a time when the club�s youth ranks are short of players. He has played for the club for more than 10 years as well, and has been in La Liga for almost seven years, and has been in the national team for more than five seasons, and is a professional footballer for seven years at a time, and a professional footballer for almost two years at a time in the Spanish First Division, and he is a professional footballer in the Spanish First Division, and has been\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 5.415584087371826,\n", " 'text': '.\\n\\nNote: If you have already installed Windows 7 or Windows 8, you can skip this section and continue directly to step 2:\\n\\nInstalling Windows Server 2008 R2 SP1 or Windows 8.x from USB drive. If you installed Windows Server 2012 from a USB drive, you will need to remove Windows Server 2012 R2 R2 or Windows 8.1 R2 or Windows 7 SP1 from USB drive before installing Windows 8.x. You can also install Windows Server 2008 R2 and Windows Server 2012 through the USB drive. If you have installed Windows Server 2012 through USB drive, you need to uninstall Windows Server 2012 and install Windows 8.1 and Windows 7 SP1 from the USB drive first and then follow the installation instructions from step 1 to install Windows Server 2012.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13805.76},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.254792213439941,\n", " 'text': '. J. Ackerman, the University of Indianapolis\\' dean of the College of Business, said he\\'s not sure who will be the first woman to coach the football program in Indianapolis. \"It could be a couple weeks, or it could be a month,\" Ackerman said.\\n\\nAckerman said he\\'s pleased to hear the news, but not surprised.\\n\\nA few years ago, when Ackerman took over at Indiana as the school\\'s dean of students, he said, the football program had about 10 women on the coaching staff. He\\'s not sure how many of the women are still on the staff, but Ackerman said the number of women who have been on the team since he\\'s taken over is about 20.\\n\\nHe said he didn\\'t know if any of the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.8463053703308105,\n", " 'text': \" be technical, or it could be social. The purpose of software is to make people happy and productive, and that's exactly what we're trying to build here. It's about creating a better world for all of us.\\n\\nWe're going to build the software platform that people want to be productive in. We're building the software platform that's going to make us happy. And the reason why that's so exciting is because all of our products are designed to solve a problem people already have, and that's the purpose of software. The reason why we're excited about it is because we're going to build a software platform for people to be productive and happy, and then we'll build the platform that makes them happy again. We're building a platform that people can use to solve their problems\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 5.3122758865356445,\n", " 'text': ' In another bowl, whisk together eggs, flour and salt until well incorporated. In a separate bowl, stir together chicken stock, lemon juice and parsley, until well blended. Pour this mixture onto greased baking sheets and bake at 400 degrees for about 20 minutes. Meanwhile, melt butter over medium heat in an 8-inch skillet, stirring occasionally, until melted. Add onion and cook, stirring frequently, until tender. Add celery and celery stock and cook for another minute or two. Add chicken stock, paprika, salt and pepper and mix well. Stir in milk and cornstarch mixture and cook over medium heat, stirring constantly to prevent sticking. Add chicken stock mixture and simmer uncovered for about 30 minutes, stirring occasionally, or until thickened with chicken broth. Remove from heat and stir',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 9.569175720214844,\n", " 'text': ' be done with the use of commercially available PCR kits that are well-characterized for the type of mRNA being analyzed, the type of PCR reaction used and, in some cases, their specific detection limits. In addition, the accuracy and completeness of the results obtained in this way can only be assessed after all of the necessary PCR reactions are done. However, the accuracy of PCR results obtained in the present study, as well as the completeness of the analysis, is still subject to several limitations. First, it is not possible to use RT-qsPCR in real-time to identify the specific gene expression profile of each sample for the different types of mRNA used. Therefore, it is not possible to assess the specific expression profile of the whole sample or to identify the specific genes that were involved in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.233436584472656,\n", " 'text': ' or incomplete information to the 2001 and 2002 Lists. To add missing or incomplete Information to the 2001 and/or 2002 Lists please click the following link:\\n\\nCampus Safety\\n\\nCampus Safety and Security is a volunteer-led organization dedicated to maintaining and enhancing the campus safety environment on campus. Our goal is to provide students and faculty with the information they deserve to make informed decisions about campus safety. To learn more about Campus Safety or Security visit our website at www.csosafety.org. To report suspected criminal activity to Campus Safety or Security contact the following:\\n\\nOffice of the University Dean\\n\\nUniversity Hall\\n\\nCampus Safety & Security Office\\n\\nBuck Hall\\n\\nUniversity Hall\\n\\nCampus Safety and Security Unit\\n\\nUniversity Hall\\n\\nColumbia University\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.819166660308838,\n", " 'text': \".\\n\\nThis week's top 20:\\n\\n1) The BFG (HBO)\\n\\n2) The Wire (CBS, USA, UK, Canada, Ireland, New Zealand) (Season 2, Episode 1) (Season 1, Part 1)\\n\\n\\n3) The Wire Season 2 (Season 2) Episode 4 (Season 3) (Season 2)\\n\\n4) The Killing (Netflix, USA)\\n\\n\\n5) The Wire Season 2 Episode 5 (Part 1)\\n\\n\\n6) True Crime: The Man Behind the L.A. Serial Killer (WGN America)\\n\\n\\n7) True Detective Season 1 Episode 6 (Part 3)\\n\\n8) The Wire Season 2 Part 1 (Season 2)\\n\\n10) Game of Thrones (HBO\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.269322872161865,\n", " 'text': \" culture and politics. It has been the leading authority on cultural and political phenomena since the early 1960s, and is one of the world's leading centers for research and teaching on the subject. It has published over 150 books and more than 500 articles.\\n\\nThe Center for Cultural Studies (CCS) was founded in 1964 to study cultural and political developments in the U.S. during the 1960s and into the 1980s. It has published over 150 books on the history and sociology of the American cultural scene. The Center has a long and distinguished history of teaching on the sociology of cultural change. In addition to teaching at the University of Chicago Law School, the Center for the Study of Cultural and Political Events (CSSE) provides classes and seminars to law students at the University of Chicago.\\n\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.7055768966674805,\n", " 'text': \".\\n\\nWe've been on the hunt for a new bike for three years now – and finally found one. It's been on our radar for a while, but we've never really been able to afford one. We've cycled a lot, but it's always felt like we were on a fixed budget.\\n\\nI have always found the bike to be the most fun, and the best value for money, when I'm out in the road. I love the ride, and can't wait to try it out next time. It's such a simple bike, but it has all the features I want in a road bike. It's also a great value for money, and I'm thrilled to have found a bike for so much less than I expected to pay for it. It's\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.230496883392334,\n", " 'text': \"'s offense has been struggling mightily this season. The Bears have the worst offensive line of the bunch, and they've allowed 4.3 yards per rush on the ground. That's not good enough to get them over the top, though.\\nTCU's defense is the best in the country, and they give up only 11.8 yards per rush.\\nTCU has the nation's second-best rushing attack (24.4 ypc), but it's just 2nd in the nation in yards per rush allowed (3.9 ypc). The Bears have allowed the third-most yards rushing (302) and yards per rush (3.0) and have given up the fifth most passing yards per game (204.5).\\nIt's time for the Bears to turn things\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.136300563812256,\n", " 'text': \"?\\n\\nA: It's not something you can just pick up in the street. If you want it you have to get it. You can't get an apple from your mom. You don't have to get it if you don't have it. You just have to find the right way to give it to it. You can't just pick it up from the ground. You have to find the root.\\n\\nQ: Why do you think it's so hard to give an item that you know is valuable?\\n\\nA: It's because of the lack of communication. If we don't communicate, it's hard to give something that we know is valuable. If we have a conversation and it doesn't happen, then we have to give it up. That's why it takes\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 9.007328987121582,\n", " 'text': \" don't do it for you, try adding a few drops of the anti-oxidant salicylic acid. If you prefer a more natural look, try adding some coconut oil or coconut milk to your hair. If you're feeling adventurous, you can opt for a bit of Botox for your cheekbones and jaw lines. You can also opt for Botox for your eyebrows, and for those of you that have a little bit of acne prone skin, try adding some Botox to your face.\\n\\nWhat do you do when you want to improve your appearance? Do you see yourself as a confident person? Share your thoughts in comments section below!\\n\\nFeatured Image: Shutterstock.com (CC0) and Pixabay via Shutterstock\\n\\nImage credit: Shutterstock.com.\\n\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 5.844918251037598,\n", " 'text': ' buyers, buyers, buyers.\\nSo, if you are thinking of buying a home, you are likely to be interested in buying a detached home. But, if you are thinking about selling, you may want to think carefully about where you are going to buy and what you want to give up to buy a house.\\nSo, here are five things you may want to consider in choosing the right home if you decide to sell:\\n1. Where do you live?\\nIt is important to determine where you live if you are thinking of selling. If you live in London, where are the houses located? If you are thinking about selling in the South East, where do your neighbours live? If you are thinking about selling in the East Midlands, you will want to consider what you would give up',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.37061595916748,\n", " 'text': \"ishment. The company has been providing bespoke glazing to a range of clients since 1997.\\n\\n\\nThe company was founded in 1987 by J.P. McLeod, M.P.H. and is owned by the two brothers.\\n\\n\\nJ.P. and his partner, J.M. have worked together for 20 years and have a long history of providing glazing and cladding to clients around the globe, including the UK.\\n\\n\\nJ. M. McLeod is an experienced glazing consultant, having worked with some of the world's largest clients, including the UK government and the Department for Environment, Food, Rural Development and Rural Affairs (Defra) and was awarded a CBE for services to public life and public policy.\\n\\n\\nJ.P. is a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.0010600090026855,\n", " 'text': ' Greater London, said: \"I have been called by the police and the coroner to give evidence in the case. I am going to give you a statement to give you an understanding. I want to be absolutely sure that this is what I am doing and I want the information to be accurate.\\n\\n\"I want to give you the information that you need to know so that the police can make a decision. I am very confident that I will be able to give you all the information.\"\\n\\nThe police statement said: \"There are a number of witnesses in the case and I am not able to provide any more information at this stage of the investigation.\\n\\n\"However, I can confirm from the information given to me by the coroner and the police that there is an ongoing investigation.\"\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 5.939284324645996,\n", " 'text': \"\\n\\n\\nIt's now possible to use the link below to download the zip file:\\n\\n\\nDownload:\\n\\n\\nIt's been a while and I'm really excited about this release. I'm hoping to be able to get it into everyone's hands as quickly as possible.\\n\\n\\nI've been working with a lot of different people to try and get this up to par as soon as possible, so I'm looking forward to seeing what everyone else has to say. I've also been working on a few new things to try and get it into everyone's hands, so I'll let you know when I've got something up and running.I've also had a few bugs that I can't figure out how to sort out, so if anyone's having issues, please email me and I'll try\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.419519901275635,\n", " 'text': \"to-night stress of the real world. But there's more fun to be had in your backyard too.\\n\\nHere's what you need:\\n\\n– A small, sturdy, and well-ventilated area in your house where you'll have a place to put the dog. We recommend a well-ventilated, enclosed area that is at least 20 square feet and that has a door that you can easily open for ventilation. If you don't have a good place for your dog to go, you can put a blanket on your dog's back so that it won't get wet. It's important that the area is at least 18 inches deep to allow for your dog to breathe properly. If you have a large backyard, you might want to consider putting your dog in an area that is\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.184701442718506,\n", " 'text': '.\\n\\nUAS (Unmanned Aircraft System) is a term used in this section to refer to an unmanned aircraft.\\n\\n\"UAS system development\" refers to the development of aircraft, instrumentation, or other systems to support military operations. The term is also commonly used in the context of unmanned aircraft development, but is not limited to UAS.\\n\\nUAS systems include unmanned aerial vehicle (UAV), manned and unmanned aircraft, unmanned aerial systems, and remotely piloted aircraft systems (RPSAs). UAS systems may include systems that are capable of remote operation, but may not include systems capable of remote flight.\\n\\nUCS is short for Unmanned Combat Air System and refers to any unmanned aircraft or unmanned aircraft system that is capable of flight. UAS',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.742715358734131,\n", " 'text': \" in the field, and gain valuable business knowledge that can be applied in your future business ventures.\\nYou can also learn from the world's most trusted business leaders, including:\\n-Business leaders with over 30 years of business experience and over 150 years of experience in their field.\\n-Leaders of Fortune 500 companies who have built their business empires on the backs of their customers and customers' families. You can learn from them about the value of the customer relationship, and how to build the best possible customer relationship for your company and your customers.\\nYou will learn:\\n-Why customers love to work for your business\\n-Why you need to build a loyal customer\\n-The best customer service practices to use to build strong relationships with customers.\\n-How you can use customer feedback to improve\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.066251754760742,\n", " 'text': \" in English and a master's degree in composition from New York University's Graduate Acting Program. Jeanne has been performing since 1987 and is the author of four books on the subject of improvisation and improv theater. Jeanne's work can be found on her website at jeanne.schneidermusic.com. She can also be heard on the popular podcast The Improv Nerd on Wednesdays from 3-6 p.m. ET on 92.5FM WLWT. You can find out more about the show on www.theintro.org.\\n\\nFor more information about the Improvisation Institute of Chicago, visit Improvisation Institute of Chicago. To subscribe to the podcast, click here. You can also visit www.theintropod.com. You can also\",\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.217871189117432,\n", " 'text': \" opportunity to try out her homemade stuff. I can't say that I've ever made my own mac and cheese, but this is the first time I can. I'm sure I'll add more recipes to this blog, so check back for more.\\n\\nI'm going to share a recipe with you today that I've never tried, but will definitely make again in the future if you're in the kitchen. It's a quick and easy pasta dish that is really good for a snack.\\n\\nIt's so quick and easy to make and is perfect for a quick dinner or a quick snack. If you have any questions, just let me know below!\\n\\n4.81 from 13 votes Print Easy and Easy Mac and Cheese This is one of those dishes that you can prepare for a quick\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.57112979888916,\n", " 'text': ' to see the Golden Gate.\\n\\nStopped by the library and took a picture of one of my favorite things in the world:\\n\\nI\\'m pretty sure this is what it looks like when a woman walks by a man with a sign that reads:\\n\\nI don\\'t know why, but I just love it. I feel like I\\'m walking in a world where women aren\\'t afraid to walk around with signs saying, \"I don\\'t have time for this!\"\\n\\nI\\'ll admit, though, I don\\'t think it\\'s fair for women to be told what to do with themselves.\\n\\nIf women can\\'t choose to live like men, where do we go? I\\'m not sure how I feel about that.\\n\\nAnd if I were to pick one piece of advice',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.680865287780762,\n", " 'text': ' Add garlic, salt and pepper. Cook over high heat for 5 minutes or until the mixture begins to brown and the mixture begins to brown on top. Transfer to a plate. Remove from heat and set aside. In a small mixing bowl, beat eggs with flour until well blended. Add milk, 1/4 cup water and salt and beat well until well blended. Add egg yolks slowly, mixing until combined. Add flour mixture slowly, mixing well. Add eggs one at a time, mixing until well combined. Beat until just incorporated. Pour batter into prepared pan and place on top of the onion, pepper and celery. Spread 1/2 inch thick with 1 1/2 inches of butter. Bake for 20 minutes, or until onions are very tender and the cheese is browned. Serve',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.1396026611328125,\n", " 'text': \". We had a blast.\\n\\nI'm going to give a quick overview of some of the beers that we sampled, then we'll dive in to a few of the other great beers that we tried. We'll start by talking about some of the breweries that made the trip to the brewery, and then move on to a few breweries that we had the opportunity to sample that I think you'll agree are worth checking out.\\n\\nBarrel Aged Belgian Tripel\\n\\nThe Beer:\\n\\nThis beer is aged in bourbon barrels for six months. The barrels are left to sit for a year before being tapped. The resulting beer is very rich, dark, and full bodied, with a very strong caramel and vanilla note.\\n\\nAppearance & Aroma:\\n\\nThe beer has\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.376169204711914,\n", " 'text': \" of the Athlone community, from 12pm until 6pm on Sundays.\\n\\nThis is a free service for all listeners, and you can download and subscribe to this service at www.thv.ie, or you can listen to it live on the station's website or on your mobile device.\\n\\n\\nIf you would like to support this service, please click here to purchase a ticket for the show.\\n\\nYou can also support the community by purchasing a ticket to the show, which includes entry to the show, and a free pint of beer.\\n\\nFor more information about the community, visit: www.athlonecommunity.ie\\n\\nFor more information on the show, or to purchase tickets, please send an email to thv.fm@thr.ie\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.44025707244873,\n", " 'text': ' place until further notice. Rough, which is operated by Centrica Storage Ltd, will continue to be operated by Centrica Storage Ltd, but there is no immediate impact on storage operations. Centrica Storage Ltd is the UK\\'s largest provider of storage services and services to the wholesale and consumer markets.\\n\\n\"We are very pleased to confirm that we will continue to provide storage to Rough customers in the UK,\" said Craig Williams, Chief Executive Officer and Chairman of the Centrica Storage board. \"We have been monitoring the situation with Rough and will continue to do so.\"\\n\\nCentrica Storage will continue to work with Rough, and it will continue to supply storage services to the wholesale and retail customers in the UK, as previously planned. Rough will continue to operate in the normal way, and customers will',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4568.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.139215469360352,\n", " 'text': \" a clothing company that has been around for almost 40 years and has been around forever. I've been a fan of them since they started out, and have been using their products for years. I've been a loyal fan of their clothing line since they started, and I'm sure they're going to keep making great products. I'm sad to see them close their doors, but at the end of the day, I've always wanted to be a part of their family. So, I'm giving Disturbia Clothing a free gift.\\nI've been a fan of them for years and they've been a fan of mine for years. I've always bought their clothing, and they've always been my go-to place to shop. So, it's bittersweet for me to hear about their\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 5.8666181564331055,\n", " 'text': \" roofer can provide you with the roof you need. In order to get a high-quality, durable roof, a contractor needs to have experience in roofing, construction, and roofing materials. If you don't have the skills and knowledge to do your own roofing business, a licensed roofing contractor in Texas is an excellent place to start your roof business. In order to hire a licensed roofing contractor to do your business in Texas, you must first find out if he or she is qualified to do your roofing business in Texas. If you are interested in hiring a roofer and are looking for a licensed roofing contractor to perform roofing services, contact us and we will provide you with the most comprehensive list of licensed roofers in Texas.\\nIf you need residential roofing services\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.232505798339844,\n", " 'text': ' calling for an immediate end to violence in Bangladesh. The statement says: \"The United Nations urges the Government of Bangladesh to implement a political solution to the conflict in Bangladesh and to ensure the protection of the rights and interests of the people of Bangladesh.\"\\nBangladesh\\'s government issued a statement saying it will take the necessary actions \"to ensure the safety of all of its nationals and residents in Bangladesh\".\\nThe statement said the government will \"work with the international community to ensure that all Bangladeshis in need of protection are provided with the protection and assistance needed\".\\nThe United Nations said: \"We call on all parties in the conflict in Bangladesh to end violence against Bangladeshis, and to ensure the immediate safety and protection of all people in the country.\\n\"The United Nations strongly condemns the use of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.93370532989502,\n", " 'text': ' the world\\'s largest volcano, Mount Etna. The 8i portal will allow people around the world to watch, share and comment on the 8i volcano video. The 8i Portal allows users around the world to view the world\\'s biggest volcano, Mount Etna, and comment and share on it. The portal will be available on 8i.com/portal, and will also be integrated into the 8i website, 8i.co and the app for Android, iPhone and iPads. \"With the 8i Portal on the web, we are making it easy for people around the world around the world around the world around Mount Etna to connect with us and share their thoughts and observations with us about the 8i volcano,\" explained Mike Lee, CEO of 8i Inc. \"With the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.269087314605713,\n", " 'text': \" in 2014.\\n\\nAnd it's not just mobile banking. In 2014, the total number of business users of mobile banking services in India rose to 1.25 billion, up 10% from the previous year, while mobile payments in the country grew by 7%.\\n\\nIn 2016, mobile banking was the second most popular form of financial services in India — after mobile banking.\\n\\nWhile mobile banking has grown in popularity over the past decade and a half in India, it is still a small percentage of the total financial services in India. And it has been growing in India for a long time, since the beginning of the mobile era in 2007, when it was just a few hundred million users across the country. But the number of users of mobile banking has been steadily rising in India, and is\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.3260602951049805,\n", " 'text': \" the world's population is on track to reach 9 billion by 2050 ..イ.イ イ イ-.シ�イシ� コスス.イ イ!スコス?@シ�ココDDﻟ@シ� -...-@シ�@ﻟコﻟシ�@ コﻟ�\",\n", " 'msg_rate': 0.65,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.326374530792236,\n", " 'text': \" cookbook I read years ago, and I'm so excited to share with all of you this Sunday. I've always had a love/hate relationship with meat and I've always loved the feeling of having meat in my mouth. But I've been a vegetarian for a while now and I've noticed a few changes in my eating habits, and this recipe has helped me cut back on the meat.\\n\\nI think it's fair to say I've been a vegetarian for about 15 years. In fact, the last time I went vegetarian was about 5 years ago and the first time I went vegan was in 2012. For those of you that don't know, vegetarianism is basically eating meat and dairy products. I know that sounds crazy to some people but I've come to realize that eating meat,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.769640922546387,\n", " 'text': ' that it will be very cold, but I\\'m looking forward to it.\" She added: \"I\\'ve never been to Darwin, so I\\'m really excited about it.\\n\\n\"What\\'s amazing about this place is the fact that it has been open for 20 years, there\\'s a lot of heritage in the place and it\\'s very cosy. It\\'s such a wonderful place to spend a day or two.\\n\\nShape Created with Sketch. 10 things you should do before you leave for Darwin Show all 10 left Created the first nine left Created the second 19 left Create the first picture\\n\\nHide Caption 1 of 10 Advertisement\\n\\n\"I\\'m a bit nervous, I\\'ve never really been there before, but I\\'m excited.\"\\n\\nMore than 1,000 people have already applied for',\n", " 'msg_rate': 0.95,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 4.8421430587768555,\n", " 'text': \"iraCatherine. I am not sorry. I don't know why I am not sorry anymore.\\nI am sorry that I did not tell you. I'm sorry that you didn't tell me when I was younger.\\nI am so sorry that you didn't tell me when we were older. I am so sorry. I'm so sorry. I am so sorry.\\xa0\\nI am not sorry. I am sorry that you don't have to be sorry.\\nI'm sorry that you're not sorry. I am sorry that you don't have a reason to. I am not sorry anymore. I am not sorry. I'm not sorry anymore. I'm so sorry. I'm very sorry. I'm so sorry that I'm not sorry anymore. I'm sorry. I am\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.577752113342285,\n", " 'text': ' City. The company is expected to spend at least $5.5 billion over the next five years to build a $2.4 billion campus in Virginia. The project would add more than 2,100 new jobs in the region.\\n\\n\\nIn December, Arlington County approved a tax break worth more than $7 million from Amazon to build the site for the company\\'s new headquarters. But the company\\'s plan for the site has been criticized by some local leaders who say it would undermine the integrity of a county park and create more traffic congestion than it would solve. The company has also criticized Arlington\\'s plan as a \"gift\" to Amazon and other developers.\\n\\nThe county board will vote Saturday at 8:30 am on giving Amazon a $23-million tax break to build the $2',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.603626251220703,\n", " 'text': ' Ricketts.\\n\\nTo learn how you can support the work being done at The Johns Hopkins University Center for Reproductive Medicine by making a donation to the Center, visit:\\n\\nhttps://www.jhs.org\\n\\nTo read more about the Center, visit http://reproductivehealthcenter.jhs.com\\n\\nContact Information\\n\\nCenter for Reproductive Medicine: (301) 835-7999\\n\\nCenter for Genetics and the Genome (617) 843-4366\\n\\nInstitute for Reproductive Medicine at The Johns Hopkins School of Medicine\\n\\n\\nThe Johns Hopkins School for Public Health: (410) 542-4100\\n\\n\\nThe Center for Genomics and Reproductive Health at Johns Hopkins\\n\\n\\nThe Johns Hopkins School of Medicine: (301',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.495862007141113,\n", " 'text': 'high) MPG, Navigation, Sunroof/Moonroof with Power Seats, Alloy Wheels, Premium Package, Bluetooth Bluetooth, Aluminum Wheels and Sunroof.\\n\\n2017 Honda Civic Type R 2.0i (3.5L V-6, DOHC, DOHC, 6 speed manual)\\n\\n2015 Honda Civic TypeR 2.0i AWD 6 speed manual (5.2L DOHC DOHC, 5 speed manual, 6 Speed Automatic with ABS, 6 speed manual with ABS)\\n\\nHonda Civic Type R 6 Speed Automatic 6 speed manual (3.0L V6, V-8, DOHC, 6 speed Automatic, 6 speed Automatic)\\n\\n2016 Honda Civic Type R (3.6L V-6, V-7',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.241114616394043,\n", " 'text': ' would have a little bit of sparkle. I wish they would have made a larger size, since they are so popular! I just wish I could buy a bigger size, but I\\'m so glad I found this brand!\\n\\nRated 3 out to me I love these bras. I bought them for my friend. She is 5\\'2\" and has very small boobs, so she was a little worried they would be too small for her. She wore this bra to work and it fits beautifully. I am 5\\'2\" and my boobs were a little small. I would recommend these to anyone with small breasts, or anyone who likes a little bit of sparkle in their bra. I only wish they would make larger sizes, since they are so popular!\\n\\nLove these! These are',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.0970611572265625,\n", " 'text': \" time you spent on the project. I would like to express my gratitude for all that you did.\\n\\nAnd now, for those of you that haven't seen this before, I'm going to be posting it here with the link so everyone can read it. And I hope you enjoy it as much I did.\\n\\nSo, here's the deal with this: I have a friend that works at a comic book store I frequent. He's been a fan since he was little, so he knows what it's like when you see a lot of people talking about comics in general. He also knew what it was like for me to go through all of that, and when I told him that I was doing this, he knew it was going to happen.\\n\\nSo, he and his\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 5.962730407714844,\n", " 'text': \" where you need to figure out how you can best make sure your kids are writing every day and that they are writing the best they can. You want them to have a sense of purpose, a sense that they can make a difference in the world and that their writing will contribute to this. So what you need to do is, first and foremost, make them understand why they are writing. You don't want them to write because they want to, you know, they want to have a life, they want to have a job, and they want to be happy, so they write because they know that if they write, then they will have a purpose and that they will have a chance to contribute. So that's the first step, you know what I mean?\\n\\nSo what you need to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 5.530540466308594,\n", " 'text': 'la can never fill again.\\n\\nShe can\\'t. Not yet. She can\\'t. She can\\'t. Not yet.\\n\\nBut she\\'ll fill it. She\\'ll fill it when she gets her hands on her grandson again. She will fill it when her son is ready to be a father. She will fill it when her son is old enough to do it.\\n\\nShe will fill it when her grandson is ready to be a parent.\\n\\nShe\\'ll fill it.\\n\\nShe\\'ll fill it.\\n\\nCarla is going to pick up the phone. She will call her grandson again.\\n\\n\"Carla? Carla?\"\\n\\n\"Hello?\"\\n\\nHer grandson is not there. Her son is not in bed.\\n\\n\"What is it?\"',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.452802658081055,\n", " 'text': \" on one service, don't hesitate. And if you are in the area and want some of the best Macanese food in the Bay area, I highly recommend this place! The service is great, the food great, the atmosphere is amazing.\\n\\nI have been coming back to this place for a long time. The service is always excellent, and the food great as well! The prices are great too. They also have a great selection of beer and wine!\\n\\nI love the atmosphere of the restaurant. The decor is beautiful, the staff is always very friendly, and the food is amazing. I've been going here for years and it has always been the spot for me. I've been to a few other restaurants in Macau, but this is by far my favorite.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 9.145880699157715,\n", " 'text': 'ang, and is one of the largest and most beautiful temples in the city of Selangor in Selangor state. In addition to the temple complex, Selangor also has a large mosque and a number of private homes in the area.\\n\\nThe temple complex is located within the Bandar Hilir area of Bandar Sulawesi. The temple was built in the early 1800s. It was the site of the first temple of the Islamic religion, and the first mosque to be built in the Muslim world.\\n\\nDuring the Islamic era the temple was known for being the seat of the Caliph.\\n\\nThe temple complex has a number of different houses, the most famous one being the Taming Sari, or Melaka Sari as it is called today. It has',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.411386013031006,\n", " 'text': ' you want,\" she said.\\n\\nShe said she has already been approached by several companies interested in the product, and is hoping for a partnership that would allow them to bring it into the field. She would not go into detail on what that partnership might involve, but added that it might include a partnership with one of the biggest pharmaceutical firms in the United States, Novartis or GSK.\\n\\n\"What I\\'m trying to do with this is to give people access to these technologies, and then to give people the ability to see if there\\'s something that they might be interested in, and to see if there\\'s a better way to bring this technology into the field.\"\\n\\nShe said the company is currently working with a number of universities and companies to get the product into the field.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 7.1121649742126465,\n", " 'text': \"\\nIf you are interested in a free consultation or to schedule an interview, please call the office of the Fairfax County Assistant Attorney General at 1-866-876-2273 or visit the office website at: http://adamlaw.fco.gov/attorneys.html.\\n\\nThe Fairfax County Attorney's Office is available to answer questions from the public during regular office hours of 8:30 a.m. until 7:45 p.m.:\\n\\nOffice hours are Monday through Friday between 8 a.m. until 6 p.m. or by telephone during office hours: 1-800-843-4688.\\n\\n\\nThe office provides free legal assistance to people who are in need of legal representation. The law firm can provide information on:\\n\\nConsumer\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 12.032567977905273,\n", " 'text': ' their lives.\"\\n\\nThis article was written by Michelle L. Smith and originally appeared at The Conversation. It\\'s an editorially independent series produced by The Current\\'s Sarah Harris. You can follow the authors of this article on twitter @SarahHarrisABC, and sign up for their weekly podcast, The Secular Mind, on iTunes. You can also find them on Google Plus.\\n\\nRead more:\\n\\n\\'I think we\\'ve been too focused on gender\\': Why it\\'s so important for science to include women\\n\\nWhy women and girls don\\'t have equal representation in tech, business\\n\\nWhy it\\'s important to talk about women in science — even if it\\'s painful\\n\\nFor more articles, like The Secular Mind, please visit our \"like\" buttons on Facebook, follow us',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 6.780533790588379,\n", " 'text': ' week of work. Get to know your work environment and how you work. Learn how to work efficiently and effectively. Get to know the work environment and what to expect. Learn about what you can expect to be asked to do. Get to know the people, places, and activities you will interact with on the trip and how they will affect your experience. Get to know the challenges that you will face, how you will get through them and the people who will be around to support you. Be prepared to spend a large portion of the day on the road. Learn about your ability to adapt and to deal with change. Learn how you will cope with setbacks. Learn how you will react to challenges. Get to know what you will need to do and where you will be when you get there. Get to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 9.513789176940918,\n", " 'text': \".\\n\\nA deal for Penta's stake in the firm would see it take control of the company, while J 23 a.s will own a 20 percent stake. Penta's stake will be valued at $20 billion. J 23 a.s will own the remaining 50 percent.\\n\\nJ 23 a.s plans to sell the stake in the ADAST as early as next month. It will also sell its stake in the ADAST to an unnamed investor. Penta will retain 50 percent. The sale will be contingent on J 23 a.s raising the capital it needs to fund the divestment.\\n\\nThe transaction is subject to certain regulatory approvals, including regulatory approvals for the ADAST deal, which are pending, according to sources with knowledge about the deal. Penta and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.842695236206055,\n", " 'text': 'opy. This is not a new technology and it is being used for medical applications. This is a very important aspect of the clinical applications because xenon light sources are extremely efficient at producing high-brightness light which can be useful in the treatment and/or diagnosis of various diseases. The High brightness provides a very clear image with very good color reproduction. The High brightness is not limited to the X-ray area, it can be used for all areas of the body.\\n\\nThe X-ray area of a human body is approximately 1.5 square meters.\\n\\nThe High brightness is about 1,000 times as bright as conventional LED light sources.\\n\\nThe X-ray area can be viewed for a maximum of about 5 minutes.\\n\\nThis is not the first time X-',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 20,\n", " 'msg_type': 'random',\n", " 'delta': 10.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 0, 'deltas': 9},\n", " 'perplexity': 8.206273078918457,\n", " 'text': 'oyd died Oct. 12, 1960 at her home. She is survived by a daughter and three grandchildren. Ethel Loyd was born in 1872 and died in 1894 at her home. Her son, John Ethel, was born Oct. 10, 1885 and passed away in 1898 at his home in Hagerstown County, Md. Mary Loyd was born Jan. 19, 1870 and died in 1892. She is survived by three children, two daughters and two sons and a granddaughter. Joseph E. Loyd, Jr., Sept. 24, 1880 - Nov, 25, 1959. Joseph, his wife Mary and their three children were buried at his home. Joseph E. Loyd died Dec. 11, 1960. His son, David Loyd, died Dec. 12,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 13033.4},\n", " ...],\n", " 'msg_len_change': [{'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.51834487915039,\n", " 'text': \" love this course! This course is designed to give you an idea of how BBQ is made. We'll cover a variety of topics, and you will learn how to put together a delicious meal. We'll\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 114767.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 14.693243026733398,\n", " 'text': \"\\nThis topic is currently being reviewed and edited. There may be new topics added to the topic in the future, and this page may be updated with new information. Consult the Mac User's Guide.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 114767.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 14.426941871643066,\n", " 'text': '.\\n\\nShirts: Spandex shorts with metal elastic waistband.\\n\\nSweater: Metal belt with metal buckles, with metallic belt loops, and a metal belt buckle buckle.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 114767.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 19.42985725402832,\n", " 'text': ' 2014, with the goal to find out the average number of backlinks per month for a new site. The data is taken from the Google Analytics report:\\nThe data for this post comes from http://',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 114767.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.090921401977539,\n", " 'text': ' and hot water, new classrooms, new school bus services, and more.\\n\\n\"We\\'re excited to announce a number of improvements to the Denver Public Schools, including:\\n\\nConstruction on new classrooms',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 114767.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 18.361785888671875,\n", " 'text': ' and timetables\\n\\nPune-Bengaluru: The Central Railway has announced that it has started construction of three new track interchanges at Gondia Junction and Panchkula.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103365.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.30681324005127,\n", " 'text': \".\\nIt was amazing.\\nI was just watching and it was like I had been watching for so long. I couldn't stop thinking about it. It was so good. It was amazing.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103365.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.446016311645508,\n", " 'text': \" of rules than the rest?\\nOr is it because they have more money than the rest?\\nYou can find out for yourself in this video:\\nSo what's your answer? Do you think that\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103365.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.065651893615723,\n", " 'text': ' Each box contains 90 contact lenses. You can use up to one contact lens per person. These are disposable contact lenses that are designed for use on the eye. You can purchase one box of contact lenses per',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103365.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.779494285583496,\n", " 'text': ' judge ruled against it in a lawsuit brought by shareholders.\\n\\nShares of the company fell nearly 8 percent on Tuesday after the company announced it had reached a settlement. US Foods, which was bought for $',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103365.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.548616409301758,\n", " 'text': ' of the earth are beautiful.\\nI love to listen to music.\\nMy life is filled with dreams.\\nI want to live a life of happiness and success.\\nI love to dance.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 106443.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 18.997055053710938,\n", " 'text': ' to speak to HIM! I hope this helps you!\\n\\nPlease share this page with your friends to spread the message of hearing GOD! This can only help to raise the consciousness of those of us that',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 106443.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.894274711608887,\n", " 'text': ' Role in Monetary Policy.\" In Federal Reserve Bank of New York, Washington, DC, April 2004.\\n\"The Fluctuations and Flows of Interest Rates in Recent Monetary History.\" Federal Reserve Board of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 106443.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.150896072387695,\n", " 'text': ' I have yet to hear anything back from them. I have been told that I am welcome to visit their website. I am not sure what they mean by that, but they seem very friendly and welcoming.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 106443.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 22.104145050048828,\n", " 'text': ' are top notch, with the finest and most modern resort facilities available in the area. East Bourne provides you with an unforgettable experience that you will never forget. Our location is at the centre of the city',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 106443.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.455207824707031,\n", " 'text': ' I said, \\'No, you can\\'t come to my house.\\' He was like, \\'I\\'ll buy you a pie.\\'\"\\n\\nThat was the last time he ever saw me. I\\'ve been',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100895.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.578508377075195,\n", " 'text': \", we've seen it happen, and it's not a good thing.\\nIf you want to see a film, go to your local cinema and see the trailer. If that's not enough, you\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100895.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.560686111450195,\n", " 'text': \" phase in UNStudio's transformation. The consortium will focus on the design of UNStudio's new offices in New York, London and Hong Kong. The project will also focus on the development and implementation of the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100895.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.426627159118652,\n", " 'text': ' 7, a group of about 30 students gathered outside the school to protest. They chanted: \"We are a minority and we don\\'t belong here. Let us be free. Let us be independent.\"\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100895.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.168232917785645,\n", " 'text': 'ethysts, the most common of all, are composed of carbon and oxygen atoms, and can be formed in a wide range of chemical reactions, including oxidation and precipitation.\\n\\nThe chemical reactions involved in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100895.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.264886856079102,\n", " 'text': ' of my mother, my father and me, my grandmother, my father-in-law and many friends.\\nI want to share my life story, my thoughts and my journey. I want to share',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109669.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.77803897857666,\n", " 'text': ' the horrors of the flooding.\\n\\nThe children were rescued off of the beach and are now safe and sound in Thailand. They have been brought to a shelter in Thailand. Their parents have been contacted and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109669.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.011299133300781,\n", " 'text': ' how Flash can be used in your own projects and why you should consider using Adobe Flash in your projects. This course will introduce you to the basic concepts behind Flash in order to give you a better understanding of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109669.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.962091445922852,\n", " 'text': \" you'll earn interest on your Citibank Money Market Account (MMM).\\n\\nWe're proud to be one of the world's leading financial services companies, and we're confident that you'll love\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109669.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.427440643310547,\n", " 'text': \" your free time and you don't know what you do for a living (and you should), then it's time for you to find out what you do every day.\\n\\nWhat is your most important\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109669.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.384042739868164,\n", " 'text': \" We're also proud to announce that our team of experts can assist you with your next project. We've worked with some of the world's leading lock manufacturers to develop the best quality locks and keying solutions\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 98880.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 19.031354904174805,\n", " 'text': 'overs in New York City : Movers NYC :.\\nMovers in the District of Columbia : Movers DC.\\n\\n\\nIn addition to the moving company, a moving company will also be needed for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 98880.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.348352432250977,\n", " 'text': ' and make them lose their virginity to you. You have to spend a day with your partner in front of a mirror. Afterwards, they are supposed to perform a sex act with you. You also have',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 98880.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.503361701965332,\n", " 'text': \" U.S. has been dropping for years. The share of total Internet traffic that's used for online dating services rose from 3 percent in 2008 to 5 percent in 2013, but that share is expected to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 98880.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.633626937866211,\n", " 'text': \"'m trying to find out if there are any mods who allow you to add/remove a lot of mods. For example: If you have a custom mod which allows to add or remove several mods at once\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 98880.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 14.696491241455078,\n", " 'text': \" the world.\\n\\nAnd it's not just a scientific book but a historical book as well.\\n\\nIn this case, it's a history book which is not about the past and its impact,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 131158.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.01481819152832,\n", " 'text': 'osuInterview,,, 1, 0, 0, 1, :,,,,, 1, :,,,,, 0, 0, :,,,,,, 1, 2, 2, 1, 2, 0, 1',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 131158.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.549530982971191,\n", " 'text': \" for all the women in the world. Here's a video from one of the workouts.\\nHere's a video from one of the other workouts. I can't wait to watch the rest of the women\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 131158.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.837432861328125,\n", " 'text': \" next?\\n\\n\\nI'd also like to hear from you! If you'd like to be included in an upcoming video, please send me your questions. I'm always eager to hear what you think!\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 131158.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 25.649442672729492,\n", " 'text': ')\\n\\nThis series, created by artist Louise Jenkins, explores the experiences of a man named Uncle Ian III, who has been missing for almost 40 years. The series is about his life and his',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 131158.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.031750679016113,\n", " 'text': ' their owners. We strive to provide as much information possible to the public.\\nWe also strive to provide information to the public on other issues that may be pertinent to the dogs that may be in our care',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109914.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.947145462036133,\n", " 'text': \" of the Milky Way, you'll find that our Milky Way is a very strange place to live in. There are no galaxies to be seen, and there are no stars. There is no atmosphere, no\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109914.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 47.54309844970703,\n", " 'text': ' 1st half New England NE 3 2 plays -1 yards -0 yards 0:01 \\n\\n2017-18 2017-18 Week 3 vs. Buffalo Bills NY',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109914.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 16.42180061340332,\n", " 'text': 's QQ game, developed in partnership with Apple, will launch on Android devices in late February.\\n\\nTencent has developed more than a million games for iPhone and iPad, and has become a major',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109914.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.302048683166504,\n", " 'text': ' We understand that there are people in need of assistance and we work closely with the community to provide support to those who need it.\"\\n\\nThe charity also said that, on average, homeless people in the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109914.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.015776634216309,\n", " 'text': ' for each day of work.\\n\\nFriday, August 7th, 7:45 am-12 noon.\\n\\nSunday, July 31, 9:30 am - 2:30pm.\\n\\n\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107316.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.346796989440918,\n", " 'text': \"-day trek is one of the most challenging trekking experiences you'll ever have. The trek begins at the village of Lopur in Nepal, where trekkers can enjoy the beauty and diversity of the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107316.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.474853515625,\n", " 'text': ').\\n\\nDuring the Reformation he was made Bishop of Würzburg (823).\\n\\nDuring the Reformation, he was consecrated a priest by Pope Gregory IX (848).',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107316.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 18.175140380859375,\n", " 'text': ' Roku and Chromecast, or subscribe to ABC Go UK through your cable or satellite TV provider for free here.\\n\\nHow to get ABC Go UK into your home? Check out ABC Go UK in your',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107316.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.276679039001465,\n", " 'text': ' up to you to keep track of all your data.\\n\\nThis is the same process as it was for creating a spreadsheet in Excel, but Shippo lets you see all your data in one place',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107316.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.568115234375,\n", " 'text': ' platform to build themes for.\\n\\nThemes are now a part of the core of the platform, and can easily be included in any website, whether that website is a blog or a portfolio website.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 94677.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.497204780578613,\n", " 'text': \" cost. But new research from the National Center for Health Statistics shows that those who buy coverage through an employer-based plan can save more than $500 per year by buying insurance through their employees' own health\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 94677.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.898085117340088,\n", " 'text': \" In addition to participating in the fun, guests will also get to see some of the most talented children's entertainers in the country performing live. The event, which runs from 9:00am – 3\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 94677.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 17.015056610107422,\n", " 'text': 't taking the matter well.\\n\\n\"They are trying to make it appear that Vecindario is not a person who has done anything wrong but that he was just doing his job,\" said one of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 94677.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.171507835388184,\n", " 'text': '.\\n\\nUSB 3.0 support\\n\\nThe system features USB 3.0 (2.0Gbps), which can be used to connect external drives to the system. The system comes with a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 94677.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.402453422546387,\n", " 'text': \"anging on the rafters in the parking garage of a downtown Indianapolis hotel is a sign with the same message: Don't worry, we've got a good one! It's a hand-painted sign that\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 106531.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.60490608215332,\n", " 'text': \" not be hard, but solving it is. It may take a long time to learn to code. Or it may be just as hard. But it's worth it.\\n\\nThe point here is to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 106531.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.045159816741943,\n", " 'text': ' In a large skillet, melt butter over high heat and add onion; cook until softened. Add garlic and fry, stirring frequently, for a few minutes, until fragrant, stirring occasionally and occasionally turning the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 106531.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.83559799194336,\n", " 'text': ' be done by using a high affinity RT-qRT-PCR (HRPC), which can be used in combination with a high sensitivity RT-q PCR (HRTQ). RT-qPC',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 106531.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.549522399902344,\n", " 'text': \" members to the 2001 class.\\n\\nWhat is this? This is our way of giving you an update on what's happening with our classes. You can use this as a way to stay up to date\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 106531.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.962121963500977,\n", " 'text': \".\\n\\nThis isn't the first time someone has attempted to write a crime thriller, although it may be the first to be directed and written by him. It is the first time he has written a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 96335.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 17.71834373474121,\n", " 'text': \" culture. CECUPS's research focuses on the history, social and political context of cultural change, as well as the evolution of cultures and societies. It is part of a large and diverse collection of\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 96335.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.347457885742188,\n", " 'text': \".\\n\\nIn the meantime we have been hard at work in the areas we know best. We've set up a number of new facilities in Brisbane to meet our growing demand, and are also looking to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 96335.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.11156940460205,\n", " 'text': \"'s offense has been solid this spring, and Janczak looked like a guy who had a chance to be one of the best in college football. The Frogs ran the ball well in the spring\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 96335.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.634793758392334,\n", " 'text': \"?\\n\\nAndrea. Well, I know a lot about this stuff, because I've been doing this for a long time. And I'll tell you a story. When I started out in the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 96335.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.576602935791016,\n", " 'text': \" don't do it for you, try these simple tricks to brighten up an otherwise dim and dull face.\\n\\n1. Make sure your face is clean\\n\\nIf you have a messy and dirty\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92089.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.392691612243652,\n", " 'text': \" buyers, buyers, buyers!\\nI'm really happy to hear that this is something that people are excited about. I hope you'll be too. I'm really happy to hear about it too!\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92089.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.249095916748047,\n", " 'text': 'ishment. Our team is experienced in façade repair, construction and installation of new walls and cladding.\\n\\nWe are currently offering a bespoke façade restoration service on a wide range of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92089.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.073724746704102,\n", " 'text': ' Greater London, said: \"I hope I\\'m wrong, but the cause of death is unknown.\"\\n\\nHe said it was \"unfortunate\" that he was unable to give an exact cause of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92089.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.519286155700684,\n", " 'text': \" It's a bit more complicated but I think I'm done with that.\\n\\n\\nI'll probably do a bit more with the forums but I'm pretty sure I'm done here. I'll probably do\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92089.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 18.94342803955078,\n", " 'text': \"to-night stress of the city. You'll find a wide range of dog-friendly activities and activities available at some of the country's best dog shows, including our annual DogFest. Here are the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 99117.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.908960342407227,\n", " 'text': ' that are both safer and more efficient. The United States continues to be the world leader in UAS research and development and is leading the development and deployment of a wide variety of technologies to meet the changing requirements',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 99117.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.29548454284668,\n", " 'text': ' and become an expert in your niche. You will learn:\\n1. What is your business and how can you capitalize on your unique skillset to gain the trust of your target audience? 2. What',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 99117.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.578075408935547,\n", " 'text': \" in English and a master's degree in composition from Pace University. Her work has been published in the Los Angeles Times, the Village Voice, Chicago Tribune, Chicagoist, The Guardian, Los Angeles Times and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 99117.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.96429443359375,\n", " 'text': \" opportunity to try homemade mac n' cheese a few years ago. My mom made a few different versions with different toppings. One of them was made with bacon, one was made with cheese and another was\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 99117.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.442279815673828,\n", " 'text': \" to San Francisco for a week. Ended up spending more time in the city of San Francisco than any other city on Earth. Had some great time, but it wasn't nearly as fun as I had hoped\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 105760.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 5.735053062438965,\n", " 'text': ' Add salt and pepper and stir until combined. Pour mixture into a 9x13 inch pan and bake at 375 for 10 minutes or until golden. Remove from oven and cool on a wire rack before slicing into',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 105760.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.196943283081055,\n", " 'text': ', Bier Abbey. We were there to meet the brewers and sample some of their brews.\\n\\nHere are the beers we had the chance to try, along with some tasting notes from the brewery',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 105760.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 16.12397575378418,\n", " 'text': ' of the Athlone community, from 6pm - 8pm on Fridays.\\n\\nThis is a free and all ages show, featuring music from local bands, as well as other local music.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 105760.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.928427696228027,\n", " 'text': \" place until late May 2017.\\n\\nThe announcement follows a meeting between the company's chief executive and the Department for Business Innovation and Skills, which is overseeing Centrica.\\n\\nThe announcement follows an investigation\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 105760.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.433504104614258,\n", " 'text': \" now offering a 5% discount on orders over $75! Get yours today!\\nThe new clothing is available now at Amazon, Ebay, Target, and Walmart!\\nWhat's that you say?\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 126455.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.826654434204102,\n", " 'text': \" roofer can properly install a residential roofing system. In order to obtain a residential roof, you'll need a roofer who has extensive experience in roofing, as well as specialized skills. If you\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 126455.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.365056991577148,\n", " 'text': ' calling for an immediate end to violence in Yemen and calling for an immediate ceasefire.\\nThe Saudi-led coalition has carried out air strikes in Yemen for the past two weeks, targeting the capital of the country',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 126455.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 16.596097946166992,\n", " 'text': \" New York City. The portal will also be available for download from the company's website and will be the first to offer volumetric 3D video on the 8i. It will also be the only\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 126455.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.727002143859863,\n", " 'text': ' in 2014.\\n\\nAccording to the latest report from the World Bank and the Pew Research Centre, the number of mobile banking users has grown from 4 million to 7 million in just the past five years —',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 126455.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 83.19409942626953,\n", " 'text': ' we are living longer than we used to \\uf00d 2017 )。\\n\\n\\uf001 2018 \\uf012 2018 \\uf00f 2017 \\uf00d 2016 \\uf00e 2017 \\uf04b',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 90099.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.445328712463379,\n", " 'text': \" cookbook I read years ago, and it's the one I've been looking forward to since I was little. I had to make them for my son to try. He loved them, and now he\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 90099.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.494913101196289,\n", " 'text': ' I will have to pay a lot more than I would have been able to if I drove in Australia,\" he told the ABC\\'s Lateline program today. \"It would have been much easier if I had',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 90099.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 17.079675674438477,\n", " 'text': \"iraKatherine. Elizabeth.\\nSamantha.\\nLinda.\\nAndrea.\\nAndrea is an American actress, best known for portraying the title role in Disney's animated series Beauty and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 90099.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.612981796264648,\n", " 'text': ' City. The deal is expected to close by early next year.\\n\\n\\nIn October, the company announced it would invest $5 billion in Virginia to build an expansion of its Virginia headquarters, which will include',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 90099.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.645255088806152,\n", " 'text': \" Ricketts.\\n\\nAdditional Information\\n\\nDr. Leigh Ricketts will be making a presentation of her research to the International Symposium on Women's Health, which takes place from November 27-30,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102729.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 18.997779846191406,\n", " 'text': \"high) MPG, $4,199, $1,499.00.\\n\\nThis is the first 4dr crossover in the Crossover line, and it's built on a 1.5L\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102729.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.930187225341797,\n", " 'text': ' could be one of theirs!\\n\\nI wish I had the opportunity to wear them in my everyday life. They are so comfortable and I love how they make you feel. I love how they fit in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102729.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.67536735534668,\n", " 'text': ' time you gave to me.\"\\n\\n\"Well, then, what do you think of the brass? I\\'ve got no idea what it looks like, but I don\\'t think I\\'ll be able to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102729.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.714550971984863,\n", " 'text': ' a list of the most important things you will need and how to do that.\\n\\n1. Create a list of everything you want your children to read, and create your own list of things they should',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102729.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.600863456726074,\n", " 'text': \"la can never fill. She can't imagine what it would mean to see him again, to see his face again, to see his name again, but it's too late for that, too late to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102138.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.594855308532715,\n", " 'text': \" on one service, this is the spot to go.\\n\\nThis is my second time visiting Macanese Cuisine and this is by far my favorite restaurant. It's so easy to meet new people\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102138.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.746537208557129,\n", " 'text': 'levi Mosque, and is a UNESCO World Heritage Site. It has been designated a National Heritage Site of Indonesia. It has been visited by millions of tourists. It is famous for its spectacular waterfall.\\n',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 102138.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.003224849700928,\n", " 'text': ' you want,\" she said.\\n\\n\"You know, I\\'ve been doing it for five years and I\\'ve never had any problems with it, and it\\'s a lot easier for me to do it',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102138.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.054608345031738,\n", " 'text': '\\nhttp://www.McGloneLaw.net\\n\\nhttp://www.dwlaw.net\\n\\nMcGlone Law Firm, P.C., is an Arlington, Virginia-based',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 102138.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.213047981262207,\n", " 'text': ' their lives.\"\\n\\nAccording to the Women\\'s Leadership Institute, there were 4.6 million women and girls in college last year, with an average age at graduation at 25 years old. The institute\\'s',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 114622.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 19.509288787841797,\n", " 'text': \" week that you'll need to make time for it.\\nBuild Vacation time every other week.\\nBuild Vacation time every week after you've made time for it the day before you start.\\n\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 114622.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.125067710876465,\n", " 'text': ' Group to a group of private equity companies. The sale is valued at $6 billion and is expected to close in January 2017.\\n\\n\"This transaction will enable us to better serve our customers and provide',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 114622.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 17.303829193115234,\n", " 'text': 'opy, cancer diagnosis, blood pressure monitoring, etc.\\n\\nIn order to achieve high brightness, the light source needs to be kept dimmed to a maximum of 5%.\\n\\nThe High brightness is',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 114622.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.822831153869629,\n", " 'text': 'oyd died Sept. 6, 1961, in St. John, Newfoundland. Her husband, John R. Loyd, passed away Aug. 28, 1962, in New Brunswick, Nova Scotia. They were',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 114622.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 23.093856811523438,\n", " 'text': ' be able to do a class in Missoula on Saturday, July 18, 2017! This class will',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 51997.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 15.627632141113281,\n", " 'text': '\\nThis is a work in progress, please submit any additional ideas for feature requests, corrections, and improvements',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51997.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 33.103816986083984,\n", " 'text': ' buckle.\\nIncluded Socks - 2 different sizes for sizes 4-6, 3 sizes 5-',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51997.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 37.76913070678711,\n", " 'text': ' 2012, https://archive.io/r9qw5\\nThe original post, which was linked',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51997.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 36.261295318603516,\n", " 'text': ', cooling and other measures that will be needed to improve student achievement. The district will also begin planning for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51997.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 50.16509246826172,\n", " 'text': ', schedules & more! All trains run at 7.45am, 6:30pm, 6.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51643.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 37.31961441040039,\n", " 'text': ', the finale, that seemed to make me go \"What?!? Where is that?\" So I thought',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51643.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 57.747764587402344,\n", " 'text': ' of standards?\\nI think we are seeing an unprecedented pattern of behavior of wealthy individuals in America and around',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51643.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 22.83392333984375,\n", " 'text': ' The lenses are reusable, and can be thrown away if you forget them, which is what they are designed',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51643.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 48.94538497924805,\n", " 'text': ' judge ruled last month it had not proven enough evidence against the Chinese company for the deal. The move caps',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51643.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.584775924682617,\n", " 'text': '\\nPosted by: kimberley | Aug 27 2016, 2:23:34 PM I am',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58439.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 43.48927688598633,\n", " 'text': ' to share with other people how He has helped us to become stronger in hearing and knowing Him in His word',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58439.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.999176025390625,\n", " 'text': ' Role in Job Creation.\" The Annual Report to the Congress on Economic Performance (Washington: Department of Health and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58439.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 62.74345779418945,\n", " 'text': ' I need to register it. Please get me the necessary info for registering the new web site but any help',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58439.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 30.69235610961914,\n", " 'text': ' include Spa, Spa Pool Club, Spa Resort, Spa Spa & Pool Club (includes Pool Club & Pool',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58439.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 11.090850830078125,\n", " 'text': \" when I hear him say, 'I'll be back, I promise,' it just makes it easier to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 50328.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.02873420715332,\n", " 'text': ', we were told, they can be. But is it? Is it worth it? You might think',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 50328.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 80.9176254272461,\n", " 'text': ' generation UN studio. The project, called The UNStudio is an unprecedented collaboration among UNSC Headquarters, UN',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 50328.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 53.25244903564453,\n", " 'text': ' 1, the students organized a protest in the Jogyesa temple compound. The protestors demanded to see',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 50328.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 35.405887603759766,\n", " 'text': 'ethyst has been found in almost all of the minerals studied, but diamonds, ruby, white sand, quartz',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 50328.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 50.68031692504883,\n", " 'text': \" of my mom's family.\\nMy daily routine: working out at the fitness centre for the day and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 53477.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 40.2554817199707,\n", " 'text': ' the dangers of the flood waters. Thank you soooo Much to our generous supporters! We are in the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 53477.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 55.87628173828125,\n", " 'text': ': • How it works: The basics of a Flash object • What makes it great: A look at',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 53477.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.016756057739258,\n", " 'text': \" you'll always have a fixed rate in your checking account at any time of day. No credit card fees\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 53477.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.922616958618164,\n", " 'text': ' not your passion then you need to find it!\\n\\nDo you have a job and you have no',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 53477.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 37.245933532714844,\n", " 'text': \" We've already been working with a number of high quality lockmakers to deliver the latest locks and keying\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51687.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 329.1802978515625,\n", " 'text': 'oversMAX: Moving services.\\nMinersville Movers: Moving services.: MineralsMover,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51687.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 42.876983642578125,\n", " 'text': ' your love interest, and you yourself in the process. It can be practiced for any sexual experience, regardless',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51687.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 28.620906829833984,\n", " 'text': ' US has dropped slightly. The decline was even sharper among older generations, and among women in particular. In',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51687.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 17.564477920532227,\n", " 'text': \"'ve written a bit about the topic a bit more here. It's pretty much about how you can make\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51687.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 17.859342575073242,\n", " 'text': ' the world without any preconceived notions. In my opinion the book is worth reading if you have a desire',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 59297.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 84.494873046875,\n", " 'text': 'uild Wars 2 World Championship, 4/10|,, 0 0 1 1, 0 1 1 0',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 59297.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 20.836881637573242,\n", " 'text': \".\\nAs you can see in the pics below, I'm doing pretty much every exercise you would expect\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 59297.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 37.65945053100586,\n", " 'text': ' the worst thing that can happen to your child in the future with this session? (1-4)',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 59297.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 73.53195190429688,\n", " 'text': ') “The Champion and his wife, Victoria, are a short-lived, but very successful,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 59297.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 30.94258689880371,\n", " 'text': ' their owners, while allowing them the highest quality service. Our goal is simple. To provide for the welfare',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 63363.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 12.842850685119629,\n", " 'text': \", you'll have a good indication of the nature of a system, and you can use this information to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 63363.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 79.42227172851562,\n", " 'text': ' 3rd Quarter 5 -1 yards -0.00 0:45 1 2 3 NE 44 -0',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 63363.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 49.67525100708008,\n", " 'text': 's online store has sold over 800 million copies worldwide since it released the first version of Playground Games in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 63363.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 29.775135040283203,\n", " 'text': ' We do this through volunteerism and our focus is solely on those with severe or chronic conditions, particularly those',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 63363.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 28.715721130371094,\n", " 'text': ' of events that are expected: July 7, 11-17, 14-18\\n\\nJuly 8,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 65654.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 50.444244384765625,\n", " 'text': '.5 km (9.5 miles), 1 hour hike starts out from Kathmandu at the K',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 65654.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 26.993236541748047,\n", " 'text': '). In 783 he sent to Rome the book of St. John, which was ordered by his brother',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 65654.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 14.684269905090332,\n", " 'text': ' Roku and more. You can find it all in the video below, and you can learn how to un',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 65654.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.524328231811523,\n", " 'text': ' possible to import your data into any web server you want without needing to download it again, which is a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 65654.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 42.09562301635742,\n", " 'text': ' for creating themes with lots of cool features, but has also become a platform for spamming your blog with',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 66668.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 13.549352645874023,\n", " 'text': ' cost. A new study published in the September 15, 2016, issue of American Journal of Health Policy finds',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 66668.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 17.03866195678711,\n", " 'text': ' The festival will run from 5 to 10PM at Universal Studios Hollywood, and you can learn more and register',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 66668.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 89.21981811523438,\n", " 'text': 't having the same luck with their client because of the FIFA ban. The court will give its verdict sometime',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 66668.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.382007598876953,\n", " 'text': '.\\n\\n\\n1/4-inch, 0.25-inch HDD connector is compatible with USB 3',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 66668.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.064966201782227,\n", " 'text': 'anging on to last place in a tough division is a sure sign of mediocrity. The Indianapolis Colts',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58128.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 31.14678955078125,\n", " 'text': ' be \"what should I do with this\" and that may be a simple \"make something\". This is',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58128.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 9.958921432495117,\n", " 'text': '\\n\\n\\nMix together flour, egg, salt and sugar in medium mixing bowl. Beat until combined. Add',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58128.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 33.653221130371094,\n", " 'text': ' be done up to 2 times, because it is expensive to use a real-time PCR kit. In',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58128.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 6.077157497406006,\n", " 'text': ' names. If you have a suggestion, please let us know in the comments box below. You can also',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 58128.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 34.86317443847656,\n", " 'text': '.\\n\\n\\nIf I could say anything about how much I appreciate the writing and directing abilities of Colin Baker',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55745.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.99951934814453,\n", " 'text': ' cultural identity and the development of democratic social institutions in the United States, Canada and Europe. The Center was',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55745.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 15.318387985229492,\n", " 'text': ' – and we can only hope that the weather will be better for you next time the sun comes out.\"',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55745.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.08445167541504,\n", " 'text': ' has been without a starter in its last four games because of injuries. The Frogs have had some good',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55745.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 13.141995429992676,\n", " 'text': '? How do you get this? What are you? And how does it make you feel and what is',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55745.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 23.3712100982666,\n", " 'text': \" don't seem to have a chance of helping, give yourself time to change things up. You can also\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54338.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 14.352675437927246,\n", " 'text': \" sellers of goods and services.\\nIf the person you're looking to buy from is in need of help\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54338.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 35.62721633911133,\n", " 'text': 'ishment as a specialist in all types and styles, both exterior and interior, and also in all stages of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54338.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 36.389102935791016,\n", " 'text': ' London and Staplebridge, gave an address at which he stated, that, in relation to Mrs.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54338.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 32.56877517700195,\n", " 'text': ' I hope you all enjoy the app. See the changelogs for the latest version! -sj',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54338.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.178852081298828,\n", " 'text': \"to-day stresses and pressure of living a busy life. It's also great to spend some time with\",\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 56883.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 30.50338363647461,\n", " 'text': ' that will require more complex software to support operations. In general, however, software development is not expensive and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56883.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 35.632022857666016,\n", " 'text': ' and experts in the industry to get your business on track! We offer a 1-2 day orientation to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56883.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 16.680517196655273,\n", " 'text': ' in English from Columbia University with a concentration in theater, film, music, and film theory, and a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56883.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.761037826538086,\n", " 'text': ' opportunity to learn it from my mom in the early 1980s (she had lived in California for several years',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56883.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 53.975685119628906,\n", " 'text': \" to San Bruno for the day to see San Francisco Opera. Got a call in San Francisco saying they'd\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 63974.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 11.244565963745117,\n", " 'text': ' Add salt, pepper, oregano, bay leaves, bay leaf, and garlic. Stir until mixture',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 63974.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 27.669715881347656,\n", " 'text': \". We were excited about the beer on tap and decided we'd try a sampling of a variety to see\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 63974.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 29.883682250976562,\n", " 'text': \"land of Athlone's music community. It's a free show from 6:00pm - 9\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 63974.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.464252471923828,\n", " 'text': ' place until the summer, and will be suspended in September. This is not an uncommon practice for the company',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 63974.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 23.067779541015625,\n", " 'text': \" the UK's #1 selling lingerie retailer. With more than 500 stores in Europe, they are known\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 64096.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.582317352294922,\n", " 'text': ' contractor has been hired for the job you are requesting in this area. The roofing contractor will have the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 64096.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 17.05217170715332,\n", " 'text': ' condemning \"extremism\" on all sides and asking all parties for peace to take place in Syria.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 64096.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 62.34370803833008,\n", " 'text': \" the Moon's surface which it says has captured images that were only available on YouTube. It will launch the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 64096.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 26.76735496520996,\n", " 'text': ' last year, according to IDC, while the amount spent each month on bank transactions has almost tripled —',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 64096.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 210.32798767089844,\n", " 'text': ' we should do something about the crisis in the future \\uf00d 2018. ﻢ 2018. Global',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 57332.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 40.399742126464844,\n", " 'text': ' cookbook of mine called Good Eats - and a few hours before dinner on Sunday we got a text',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 57332.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.451271057128906,\n", " 'text': ' it could be a nightmare but we are going as soon as we can so I would love to have the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 57332.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 24.960872650146484,\n", " 'text': 'ist-baking ingredients include coconut milk, almond flour, almond flour, all purpose, brown rice flour',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 57332.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.520824432373047,\n", " 'text': ' River.\\n\\nAmazon has been eyeing a $5.8 billion facility in Virginia since 2012 but has',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 57332.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 20.418506622314453,\n", " 'text': '. Please do not call or text this number, or otherwise contact this office directly. All calls, emails',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 52079.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 160.45704650878906,\n", " 'text': 'Hwy)Hr, Alloy Wheels, 3\"x8\" in-dash CD Player and Bluetooth',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 52079.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 37.2297477722168,\n", " 'text': \" was a little less crowded. A little less clutter and I'm happy I could have something to keep me\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 52079.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 27.36580467224121,\n", " 'text': ' time you put into it. Please keep me informed as we will be using it. I would appreciate any',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 52079.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.393779754638672,\n", " 'text': ' where you really make an impact, because it is a unique and rewarding role. You will have a tremendous',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 52079.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 29.596269607543945,\n", " 'text': \"a never even knew existed before. She can't stand it anymore, and she wants out. And so\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58318.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 89.48107147216797,\n", " 'text': \" on one Portuguese speakers, this is where it's been for years and you can come and have your food\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58318.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 121.04133605957031,\n", " 'text': 'levi Street, Dataran River Road, Bandar Durran Road and Sari Beach. In',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58318.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.439123153686523,\n", " 'text': ' you know you want,\" he tells me over coffee, a few floors above me on the ground floor,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58318.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 23.566247940063477,\n", " 'text': \"\\nTo read more blog posts about police brutality and the media's failure to raise awareness about these abuses,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58318.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 29.342594146728516,\n", " 'text': ' the lives of the rest of their children, partners, family, community and communities. It helps them develop',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54175.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 46.961273193359375,\n", " 'text': \" day to learn, do, relax, eat!\\nThat's right folks, this project will help you\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54175.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 64.83544921875,\n", " 'text': ' Group at an aggregate purchase price in the vicinity of 7 billion euros (about $9 million USD). Pent',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54175.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 37.68706130981445,\n", " 'text': 'opy, laser eye examinations, blood pressure and heart tests. It has a low luminance so it does',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54175.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 20.986162185668945,\n", " 'text': \"oyd was born July 18, 1880, at Baltimore, Md., and raised in Baltimore after her husband's\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54175.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 252.98806762695312,\n", " 'text': ' be making delicious food in this one week class at this',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138136.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 94.04946899414062,\n", " 'text': \"\\nFirst, read Mac OS X's FAQ 1.\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 138136.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 113.56697845458984,\n", " 'text': '.\\n1/10 Scale 100x100mm;',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138136.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 361.1799011230469,\n", " 'text': '. 17. You could easily compare page rankings now with',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138136.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 142.36260986328125,\n", " 'text': ' and ventilators, new technology, student life support',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 138136.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 416.2266540527344,\n", " 'text': ' & service. DTC: 05:23 – 06',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133838.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 155.7656707763672,\n", " 'text': ' that aired from 6 to 7 AM today night, which',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133838.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 223.2637481689453,\n", " 'text': ' of rules too? Why is life a playground when you',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 133838.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 189.46522521972656,\n", " 'text': ' Each unit is $16 for 90 rounds of disposable plastic',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133838.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 47.51712417602539,\n", " 'text': ' judge ruled the deal did not satisfy its needs.\\n',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 133838.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 70.44835662841797,\n", " 'text': ' are not that great, cause he is white, which',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135616.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 151.18008422851562,\n", " 'text': ' to respect and appreciate what YOU believe and DO about YOUR',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135616.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 71.44664001464844,\n", " 'text': ' Effectiveness of QE#4\" in Bank of',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 135616.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 65.26664733886719,\n", " 'text': ', its been almost a year to no new information on',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 135616.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 85.02833557128906,\n", " 'text': ' are not available with us in Q1 2016 and no',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135616.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 64.59288024902344,\n", " 'text': ' I ask, when is dinner time? He wants to',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 139149.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 156.20806884765625,\n", " 'text': ', not that great, sadly – we still want you',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 139149.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 102.00520324707031,\n", " 'text': ' phase of our search and develop a vision for downtown Toronto',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 139149.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 227.5886688232422,\n", " 'text': ' 1st there was mass demonstration with around 4100 students',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 139149.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 203.58827209472656,\n", " 'text': 'ethyst has six to seven varieties combined with four minerals,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 139149.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 60.152488708496094,\n", " 'text': ' of my grandparents before I came to them, but only',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 138954.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 246.7108154296875,\n", " 'text': ' a high temperature near the capital Bangkok. The remarkable feat',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 138954.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 74.34293365478516,\n", " 'text': ' how all of the elements of good UI, from simple',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 138954.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 38.70513153076172,\n", " 'text': ' if the accounts balance goes to zero then you will receive',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 138954.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 531.2512817382812,\n", " 'text': ' a weekly or something like sports then then you will likely',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138954.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 132.966552734375,\n", " 'text': ' We employ dedicated team on the technical side too, with',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 137783.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 502.3966369628906,\n", " 'text': 'OVING SERVICES and MOVERIES. All car mo',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 137783.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 163.8643035888672,\n", " 'text': ' and this will keep you a virgin with her while remaining',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 137783.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 54.720909118652344,\n", " 'text': ' US remained stagnant in the early 2000s.\" There is',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 137783.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 52.47166061401367,\n", " 'text': ' am going to give some benchmarks of our existing and planned',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 137783.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 136.56341552734375,\n", " 'text': ' the planet but not going against the history. But it',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 144123.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 132.95831298828125,\n", " 'text': 'uild Wars-1.9c 1 2 5 6',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 144123.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 265.4577331542969,\n", " 'text': ' with 4×3 10lb squats. The finals were',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 144123.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 86.0570068359375,\n", " 'text': ' your favourite character in the book?\\nThe second section',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 144123.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 98.68973541259766,\n", " 'text': ') with his son, Justin, aged six and infant',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 144123.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 103.24432373046875,\n", " 'text': ' cats when any of these organizations provide support. But,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133586.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 209.79840087890625,\n", " 'text': ' that agree with what is outlined on Skeptic blog –',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 133586.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 125.6310806274414,\n", " 'text': ' 1st Quarter 9 9 PIT 7 10 PIT 6 14',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 133586.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 236.25852966308594,\n", " 'text': 's Hangout is a free multiplayer app where phone gamers',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133586.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 228.23419189453125,\n", " 'text': ' We now provide services, including housing support. Thames Reach',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 133586.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 212.77955627441406,\n", " 'text': \" for those that can help get children's presentations for these\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133385.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 85.8201904296875,\n", " 'text': 'km trail is short and has high elevation change. On',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133385.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 316.0270690917969,\n", " 'text': '), and from 6 to 7 October came under Pope V',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133385.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 90.36652374267578,\n", " 'text': ' Roku and WebTV! We will be LIVE to watch',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133385.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 492.0567932128906,\n", " 'text': ' just machine stitching and importing. It uses Gist so',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133385.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 199.5854949951172,\n", " 'text': ' platform (like most platform ‒ that includes mobile,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133588.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 29.065208435058594,\n", " 'text': ' cost (typically 20-40 percent of monthly household income',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 133588.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 80.59585571289062,\n", " 'text': ' This festival includes music, children arts programs, dance performances',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 133588.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 130.98052978515625,\n", " 'text': 't having it in the least, however, saying he',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 133588.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 99.83992004394531,\n", " 'text': '.\\n\\nIt also has A-to B adapter',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 133588.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 140.00238037109375,\n", " 'text': \". Tony Pareja wasn't expecting the call he\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136947.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 64.43405151367188,\n", " 'text': ' be different or even irrelevant for people. The idea is',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136947.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 78.95170593261719,\n", " 'text': '\\n\\n1/5 Cup of Water-Heat up',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136947.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 98.24542236328125,\n", " 'text': ' be done for 10–13% of samples at each',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136947.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 120.26506805419922,\n", " 'text': ' students in your comment, including class size (must be',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136947.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 51.24750518798828,\n", " 'text': '.\\n\\nTillman, John (writer of',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 134645.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 226.67694091796875,\n", " 'text': ' cultural elites and public governance issues for all educational programs,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134645.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 99.7955093383789,\n", " 'text': ' – and another big year. It seemed impossible that our',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134645.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 286.5124816894531,\n", " 'text': ' is playing their fourth straight slate off with four national titles',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134645.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 349.09442138671875,\n", " 'text': '? When and what is Grace so Grace is it.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134645.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 68.79595184326172,\n", " 'text': ' are not available, then bring in your lunch, which',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136733.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 142.8160400390625,\n", " 'text': ' sellers or investors also need insurance policies by national or local',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136733.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 360.9779357910156,\n", " 'text': 'ishment... more Photo: Steve Futterlow / Hear',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136733.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 170.4384765625,\n", " 'text': ' London and New Forest, delivered the reasons for making these',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136733.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 114.53976440429688,\n", " 'text': ' I hope the comments here on a bit much will help',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136733.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 71.49568176269531,\n", " 'text': 'long stress. You know how it is with some great',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136142.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 35.33978271484375,\n", " 'text': ', increasing safety, reducing pollution, creating employment, and',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136142.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 280.2439880371094,\n", " 'text': '.\\n1/5 Bonus\\nPartner Resources &',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136142.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 197.01942443847656,\n", " 'text': ' in English Fiction (1998) and TESS, which',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136142.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 138.7344207763672,\n", " 'text': ' recipe. What followed was two dinners over an old grill',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136142.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 142.87693786621094,\n", " 'text': ' to BART for my first two days without going downtown.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135505.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 42.26772689819336,\n", " 'text': ' Add stock, bring to a boil then skim and reduce',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135505.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 82.44971466064453,\n", " 'text': '.\\n\\nAfter getting our first sip into their IPA',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 135505.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 220.81748962402344,\n", " 'text': \" of Athlone Central's vibrant arts and sports area\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 135505.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 113.81658172607422,\n", " 'text': ' place until Q22018 and deliveries will take place in',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 135505.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 89.17013549804688,\n", " 'text': ' proud of our unique design that has drawn many to buy',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138450.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 149.44786071777344,\n", " 'text': ' roof-tenders know how it all fits in place',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138450.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 90.85765075683594,\n", " 'text': ' condemning terror activity but has so far avoided any naming and',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 138450.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 161.9237823486328,\n", " 'text': ' the Space Shuttle launchpad and related imagery. Unlike other',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138450.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 19.72373390197754,\n", " 'text': ' now — not as an individual but as a collective.',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 138450.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 195.17529296875,\n", " 'text': ' we know the latest numbers and details. World Com,',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 134047.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 71.93353271484375,\n", " 'text': ' book and very good (I have an English book with',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134047.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 45.711429595947266,\n", " 'text': \" he won't leave without me, plus if he does\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 134047.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 731.723876953125,\n", " 'text': 'joRose. AnitlinBond. Lina',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134047.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 72.54540252685547,\n", " 'text': \" City by 2020. Amazon won't commit. But it\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134047.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 134.88624572753906,\n", " 'text': ' Ricketts and learn more of his interest and role.',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 140520.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 306.5814208984375,\n", " 'text': 'Hwy). This is for MY 2014 VW Beetle 2',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 140520.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 41.53658676147461,\n", " 'text': \" would have them in the beginning. Since I'm going\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 140520.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 85.361572265625,\n", " 'text': ' money in your note. I got something to eat in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 140520.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 97.21641540527344,\n", " 'text': ' a list of some general editors who work well for me',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 140520.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 92.29844665527344,\n", " 'text': \"la is never allowed to leave–that it's there\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136843.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 380.8166198730469,\n", " 'text': ' on one games or with groups of eight friends enjoying a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136843.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 106.75719451904297,\n", " 'text': 'levi. You are escorted through this complex by J',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136843.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 71.0179214477539,\n", " 'text': ' I believe I deserve,\" King said to his critics.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136843.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 160.31455993652344,\n", " 'text': '\\nJames \"Skeevyn\" Long, MD',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136843.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 90.13885498046875,\n", " 'text': ' their future lives; it supports the psychological, cognitive,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138502.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 40.732669830322266,\n", " 'text': ' day?\\nAfterwards I spent a fair amount of',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 138502.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 95.37068176269531,\n", " 'text': ' project, to build luxury hotel resorts and retail center.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138502.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 109.5232162475586,\n", " 'text': 'opy to assess blood cells and healthy tissues, heart,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138502.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 0, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 120.20790100097656,\n", " 'text': 'oyd John J. Johnsen. Born near Birmingham,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138502.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.117867469787598,\n", " 'text': ' learn everything you need to become a master at this class. This BBQ class is designed to help you improve your cooking skills so you can make your own BBQ recipes. This is a great opportunity for you to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92915.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.361865997314453,\n", " 'text': '\\nComments, criticism or suggestions? Send them to [email protected];\\n\\nor send an e-mail using the form below. Your name and e-mail address will only be used for identification purposes',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92915.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.128363609313965,\n", " 'text': ' with belt loop and snap.\\n\\nComes with: 2 sets of elastic bands, 2 sets of elastic straps, 2 pairs of belt loops\\n\\n$15.95 each\\n\\nAdd to cart',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92915.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 21.5609188079834,\n", " 'text': ' 2014.\\nComment by Omoplata on the topic of backlinks:\\nI believe that there is no \"right way\" to do SEO. It is not just about ranking in Google search result pages',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92915.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.822233200073242,\n", " 'text': ' and lighting, and other improvements. The district also announced plans to add more than 50 new classrooms and create a new science and math learning center. The district also plans to add several new buildings to improve its',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92915.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 46.359832763671875,\n", " 'text': ', services and timetable information.\\n\\nSACRIFICE SECTOR MUNICIPAL SBC, Gondia JUNCTION G train schedules, schedules, services, timetable information',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 102291.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.05313777923584,\n", " 'text': ', \"The Final Countdown,\" and it went something like this.\\nI think I got to say something that I really didn\\'t want to. I\\'m sorry. I just don\\'t like what I said',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 102291.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.105707168579102,\n", " 'text': \" of rules?\\n\\n\\nThe rich get richer.\\n\\n\\nThe rich get richer. It's just a question of who gets to pick up the pieces. The rich are not going to leave.\\n\\n\\n\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 102291.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.995007514953613,\n", " 'text': ' You can buy additional lenses for $3 each, or you can buy a box of 180 lenses. You can also order a box of 10 sets of lenses, which are the same lenses as above.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102291.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.386482238769531,\n", " 'text': \" judge blocked the deal last week. The move comes a day after the Justice Department said in a filing that US Foods had violated antitrust laws. The Justice Department said that US Foods' purchase of the US Foods\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102291.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.164599418640137,\n", " 'text': \":\\n1) The story is about what happens when a young man goes to war.\\n2) It's about a boy who has lost his parents and wants to help the people of the village.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92431.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.491677284240723,\n", " 'text': \" to hear HIS voice and hear HIS voice. I hope you find this a helpful way to get in touch with God and to hear His voice. I can't wait for you to get started!\\n\\n\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92431.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 19.040063858032227,\n", " 'text': ' Implicit Price Dispersion Hypothesis: A New Perspective.\" Journal of Money, Credit, Savings & Investment. 2011;28(1):21–38. DOI: http://jmds.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92431.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.734855651855469,\n", " 'text': \" I cannot find the web site. Does anyone have any idea why this site has not been found? I don't know who it belongs to and I would like to have it removed. I have contacted the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92431.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.53455638885498,\n", " 'text': ' are fully accredited by the Accredited Accommodation Accreditation Organisation (AAO) and meet stringent accreditation standards.\\n\\nAccredited Accommodation\\n\\nAll Accredited accommodation at East Bourne',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 92431.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.4616875648498535,\n", " 'text': ' I think it\\'s fair to say that my son is a strong believer. And I think he\\'s a good person.\\n\\n\"I think I\\'m just trying to help him understand that the world is',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 98496.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 20.43097686767578,\n", " 'text': ', they do spoil your visit to the cinema.\\nWe also asked if movie trailers are spoiling the movie. Yes, they are. And if you have seen a trailer in a movie, you know',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 98496.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.387824058532715,\n", " 'text': ' phase of the work. The plan is for the project to commence in 2016, and be completed by 2018.\\n\\nIn a press release the firm said:\\n\\nWe are delighted that UNStudio has',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 98496.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.129196166992188,\n", " 'text': \" 14, students of the Jogyesa Temple, who are protesting against the government's decision to close down their school, were threatened by unidentified men with sticks. The incident took place in front of the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 98496.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.219708442687988,\n", " 'text': 'ethyst is the most common, while jasper is the rarest of all gemstones. Amethyst is composed of a group of carbon atoms arranged in an octahedral shape, while jade and j',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 98496.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.860105514526367,\n", " 'text': ' of a beautiful, happy, happy childhood. Growing up, I was blessed by my parents to be raised in a loving and supportive home where I learned to love my body and my friends.\\xa0 I was',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 111731.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.620049476623535,\n", " 'text': ' their captors.\\n\\nIn the video below, you will see a young boy, who is about 10 years old, trying to crawl out of a cave in Thailand. He is wearing a t-',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 111731.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.614696502685547,\n", " 'text': ' how to create a website with just a few lines of HTML code and show you how to make it work with a variety of different web technologies. You will learn how to create web pages using Adobe Flash,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 111731.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.36691951751709,\n", " 'text': \" you can choose from a variety of rates, including low interest rates and low fees. You also get the option to pay as little as 1%.\\n\\nWhat's in the Bank\\n\\nYou have the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 111731.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 16.077301025390625,\n", " 'text': ' something that interests you,I would recommend you try to find another hobby. You will find a lot more interesting stuff in your Free time if you spend it with people that are interesting to you and that are',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 111731.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.371700286865234,\n", " 'text': '\\n\\nWe have worked closely with industry leaders to provide a variety of locking services to meet your specific needs.\\n\\nWe have a team of experts who are ready to assist you with any questions you may',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103045.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.916925430297852,\n", " 'text': 'overs New York, Inc. (NYSE: MOYS) is the largest moving company in the world. The company has been in business for nearly 80 years. It is the only moving company that specializes in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103045.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 14.27225399017334,\n", " 'text': ' but not yourself.\\n\\nVashikaran can be used for two purposes, one of which is for getting to know your partner better. The other is for learning more about your own mind.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103045.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 89.19335174560547,\n", " 'text': ' United States has fallen slightly over the past two decades.\\n\\nNewsletter Sign Up Continue reading the main story Subscribe To Get The Best of the Internet From Every Category Subscribe New to TechNet? Subscribe This field',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 103045.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.114912986755371,\n", " 'text': \"'m still trying to find the right words for this topic. I have a feeling there is a lot more to it than this, but can't figure it out right now.\\n1) How do you\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103045.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.140324592590332,\n", " 'text': \" the earth. The author's interest in geological history is evident from the title of his book and his emphasis on geological history in particular.\\n\\nThe geological history book, entitled 'The Geology of the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101347.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 25.260765075683594,\n", " 'text': 'SL, 2014-06-25,,03-R3L-GSL, 3, 4,,, 1.5, 0.25, 0, 0, 1, 1.5,,,,,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101347.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.673445701599121,\n", " 'text': ' were held in Dallas, Texas, and one day in Houston, TX. The event was held at the Heart of America Crossfit Training Center in Dallas. The event was held in the CrossFit Austin area',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101347.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.093626976013184,\n", " 'text': ' the next step?\\nAll questions must be submitted by 10am on Thursday, August 17th. The winner will receive an invitation to attend the workshop on Saturday, August 18th. The deadline for submissions',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101347.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.191812515258789,\n", " 'text': \")“\\u202c.\\n\\n\\u202aThere are a couple of things I want to point out about this work. First, it's the first time I'm hearing of it, so feel free\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101347.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.569425582885742,\n", " 'text': ' cats. We are here for you if you have any questions or concerns. You can reach us with any of the following:\\nCall us at 1-888-622-3400.\\nEmail',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109682.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.622251510620117,\n", " 'text': \" that you think are interesting, please share them below in the comments section below. And don't forget to follow me on twitter @TheCosmosObservatory and like my Facebook page. Thank you for\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 109682.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.791241645812988,\n", " 'text': ' 2nd Quarter 1st and Goal at NE 21-7 1st and 5 at NE 20-10 1st and 10 at NE 13-10 \\xa0-1 yard line -1 yard line -',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 109682.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.680047035217285,\n", " 'text': 's mobile games platform has grown to become the largest in the industry with more than 20 million players, making it the largest mobile gaming platform outside the United States and Europe.\\n\\n\\nTencent also announced that',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 109682.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.886817932128906,\n", " 'text': '\\n\\nIf you are interested in helping out, please complete the form below. You can also contact us by emailing volunteer@thirstreak.com.uk or call us on 0330 333',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 109682.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.369290828704834,\n", " 'text': ' and times for the event.\\n\\nSaturday, July 7th\\n\\n11:00 AM – 5:45 PM\\n\\n9:00 – 12:00 PM\\n\\n\\nSunday July 8th\\n',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 116960.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 18.13755226135254,\n", " 'text': '.7-kilometre trek starts at the popular Khumbu trekking area, then climbs to the top.\\n\\nThe route, which starts in an area near the Khumbu trailhead',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 116960.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.18355941772461,\n", " 'text': '). He died in 769, and was succeeded in 772 by his son. The monastery of St. Peter and St. Mary is still standing. It is now the monastery of Our Lady of the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 116960.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.333135604858398,\n", " 'text': ' Roku, Apple TV and Chromecast, and on Amazon Fire TV, Fire TV Stick or Chromecast, as well as the Apple TV, Roku, Fire TV Stick or Chromecast\\n\\nHow to un',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 116960.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.065075874328613,\n", " 'text': \" easy to send it to a third party for analysis, or to send it on its own. For example, you can make your own charts to visualize your data. You don't even have to store it\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 116960.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.13904094696045,\n", " 'text': \" platform for building themes. It's easy to setup, easy to tweak, and it's free to use.\\n\\nIn this post you will learn how to use wordpress themes to build a theme with\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 119194.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.722990036010742,\n", " 'text': \" cost of private insurance plans.\\n\\nThat's because they don't know what to expect, according to a new study conducted by UConn School of Public Health. The survey, published online today by the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 119194.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.785221099853516,\n", " 'text': \" It will run from 10am-4pm. If you've been to any of those events, I'm sure you'll be thrilled with what you're seeing. There will be a variety of events,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 119194.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.151087760925293,\n", " 'text': 't interested in talking about it at all. It would be better to wait for the conclusion of the investigation and the outcome of an appeal. It�s not the end of the story, though.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 119194.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.449944496154785,\n", " 'text': \". It's the best option if you're interested in performance.\\n\\nFeatures\\n\\n1.1 GHz Intel Core i7 6400 CPU\\n\\n16 GB DDR4-2400 Memory Module\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 119194.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.0824613571167,\n", " 'text': \"anging from the ceiling is an image of Peyton Manning, the NFL's all-time leading rusher. It was taken in the days before Peyton Manning was arrested on suspicion of child abuse. It has been a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 89457.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.88495922088623,\n", " 'text': \" have been solved by someone else, but it's still there.\\n\\nFor example, you might build an application that allows users to access a web page. You want to make sure it has all of\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 89457.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.785611152648926,\n", " 'text': '\\n\\nIn a larger bowl, mix together the tomato paste and the garlic paste. Stir in the flour, salt and pepper and knead for 30 seconds. Then, add in the flour mixture and mix',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 89457.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.322169303894043,\n", " 'text': ' be performed in vitro or on cell lines grown in culture. Thus, in this study, we used RT-QPCR in vitro to determine the mRNA expression and expression levels of CXCL8 and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 89457.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 14.31191349029541,\n", " 'text': ' or outdated information.\\n\\nIf you have information about a missing or outdated entry on our Class of 2001, please contact our office.\\n\\nClick on the link below to view the class information for 2001',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 89457.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.606624603271484,\n", " 'text': '. It\\'s a superbly written thriller, one that will leave you wanting more and one that will give you goosebumps all over again when you\\'re done with it.\" —The Sunday Times Bookshop',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 97541.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.56756591796875,\n", " 'text': ' cultural politics. CECUPS offers a wide range of courses in cultural, political and social policy analysis. In particular, these courses include:\\n\\nThe History of Political Economy (HPE)\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 97541.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.097691535949707,\n", " 'text': ' – but we still feel like there is much work to do before we reach our 2020 target.\\n\\nThere are a couple of reasons. First of all, as I have said many times, we are',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 97541.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 14.523301124572754,\n", " 'text': \"'s first drive of the afternoon came on a 1st-down play from scrimmage. The Red Raiders got a first-and-10 on the left side and instead of taking a quick shot, the QB\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 97541.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.033333778381348,\n", " 'text': '?\\n\\n\\nWhat I want to talk about today is how you got it, and why you got it.\\n\\nFirst I want to talk about what it is. What it means. What it means',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 97541.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.20815658569336,\n", " 'text': \" are on your list, don't miss out on this fun and easy way to take your self-esteem to new highs. You can also check out our list of fun foods and drinks to help you boost\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102023.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.895636558532715,\n", " 'text': ' sellers and agents must apply for and pass a national identity card (NIO). The card is required to purchase goods or services. There are no restrictions on how long a seller may keep the card.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102023.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 17.527986526489258,\n", " 'text': 'ishing.\\n\\nWe have extensive experience in all aspects of façade glazing and cladding refinishing and construction, and are available for enquiries and advice on all aspects of glaziering',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 102023.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.775091171264648,\n", " 'text': \" London, stated that the body of a young girl was found in a garden at the foot of the steps of the King's Cross. She had been strangled, and some of her clothes and shoes were\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102023.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.311601638793945,\n", " 'text': '\\n\\nYou can read the original post here: http://kronk.de/2016/03/29/infinity-and-infinity-de/\\n\\n\\nIf you want to see',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102023.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.496233940124512,\n", " 'text': \"to-day grind, and they'll do anything to get out and play with you. They're also great with kids, especially if they've got a puppy or a toddler.\\n\\n2. They\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 115735.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.910809516906738,\n", " 'text': ' that can be used for many missions, including surveillance.\\n\\nUAS systems have a range of functions, ranging from surveillance to communication and reconnaissance. UAVs can also operate autonomously as part of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 115735.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.075923919677734,\n", " 'text': ' and learn from your clients.\\nLearn from experts in the fields of marketing, marketing automation, web development, mobile apps, analytics, web design, digital marketing, and more.\\nBuild your business and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 115735.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.123540878295898,\n", " 'text': ' degree in music from the University of Chicago, a B.S.FA in composition from the Illinois Wesleyan School of Music, and a MFA in composition and performance from the Illinois Institute of Technology.',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 115735.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.206443786621094,\n", " 'text': ' good fortune of getting my hands on a few of her classic recipes from years gone by. One of those recipes was an Italian version of macaroni and cheese and it was one of those dishes that I',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 115735.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 14.940132141113281,\n", " 'text': ' to the Golden Gate Park BART station for the last ride. Took a taxi to the airport and got off at the airport. Came back to the station for the last ride.\\n\\nHad a very',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103718.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.387789726257324,\n", " 'text': '\\n\\nAdd tomato paste and cook, stirring occasionally, for 5 minutes, stirring in milk if needed. Stir in chicken broth and salt, if using, and pour into skillet.\\n\\nPour over',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103718.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.8868989944458,\n", " 'text': '. The brewery is located near the University of North Carolina at Asheville, and serves up some of the freshest, highest quality beer in the Triangle. The menu at the brewery features a variety of beer from',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103718.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.141032218933105,\n", " 'text': ' of Glenrothes. The show will start at 8.45PM and run for 4 hours until 11PM. The show will also include news and information. You can find more information at: http://',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103718.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.514273643493652,\n", " 'text': ' place as planned due to a lack of capacity.\\n\\n\\nThe firm said:\\n\\n\"…due to a lack of available storage, we have been unable to deliver the necessary volumes to meet customer demand.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 103718.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.122967720031738,\n", " 'text': ' now on sale for 50% off! Get 20% off your order when you use this coupon code at checkout. This deal is valid for the first time through the end of the year.\\nCheck out',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 95719.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.419722557067871,\n", " 'text': \" contractor can properly install it. If your roof is falling apart, it's likely your contractor has been unable to get the job done properly, and your home is likely to be damaged in some way.\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 95719.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.372153282165527,\n", " 'text': ' calling on all parties in Yemen \"to ensure the security of civilians in all phases of hostilities, to ensure the safety of civilian populations, to ensure the protection of civilians, to prevent the use of child soldiers',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 95719.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.487422466278076,\n", " 'text': ' Mars.\\n\\nIn the game, players will explore the Red Planet as they explore Mars in the first-person perspective of an astronaut aboard the Curiosity rover. The player can interact with objects and interact with',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 95719.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.827828407287598,\n", " 'text': ' today.\\n\\nIn the same time frame, the percentage of users using their smartphone to make a deposit has dropped from 40% last year to 15% this year. Mobile banking accounts for less than 1',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 95719.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.546815872192383,\n", " 'text': ' we live longer. Social Science Quarterly, 69(6), 1277 – 1292. https://doi.org/10.1177/0956797416537580 https://www.',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 100339.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.884326934814453,\n", " 'text': ' recipe I found in a cookbook called \"Burgers and Stews: A Complete Guide to Food and Cooking in the United States.\" I made the meatballs and the sausage, and the best part',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100339.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.233115196228027,\n", " 'text': \" it will be difficult, but we have decided that we should take the chance. I don't have a car, but we will have to pay for it. I don't have much money and we are\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100339.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 15.317136764526367,\n", " 'text': \"iraBruno. LaceyLane.\\n\\n\\nI've had some great feedback from those of you who have shared this post and asked me questions, and I hope you'll continue to do so\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100339.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.360756874084473,\n", " 'text': ' City, according to an email sent by board members Monday morning.\\n\\nThe move comes a day after The Wall Street Journal reported Amazon plans to pay $13.7 million in tax breaks to acquire the',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 100339.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.227277755737305,\n", " 'text': ' directly.\\n\\nIf you or someone you care about is suffering from any form of mental illness please contact us today at:\\n\\nTel: (888) 836-2434 or email: info',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 108251.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 18.922500610351562,\n", " 'text': 'highway) MPG. This is an excellent example.\\n\\nThis car is currently for sale and available for financing through AutoNation.\\n\\nIt is currently listed for $22,000.00 with',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 108251.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.312318801879883,\n", " 'text': ' could have more of these.\\n\\nI love this brand. They are my favorite in the world. I have had them for years and I love every single one I have ever owned. They have the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 108251.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.242268562316895,\n", " 'text': ' money you put in. I am sure you will be happy with your gift, and hope to see you soon. I am sure I will not have a problem with you, or any of my other customers',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 108251.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 5.935124397277832,\n", " 'text': ' how to get started:\\n\\n\\nGo to the Amazon website, click on the book you want to buy and select \"Buy Now\".\\n\\nClick on the Buy Now button.\\n\\nYou will be',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 108251.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 18.223731994628906,\n", " 'text': \"la never got a chance to fill. And now, for the third time, her son is going on his wedding day with someone else. This time, her husband is going to be her father's son\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93391.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.55756664276123,\n", " 'text': '-on-one service from the chefs, this place is for you. The atmosphere of this restaurant is really unique and the atmosphere of the restaurant is really good. The food here is delicious. They have',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93391.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.841708183288574,\n", " 'text': 'ang.\\n\\nDescription Edit\\n\\nMelaka Tower was the site of an ancient temple and the capital of the ancient Melaka kingdom. It was known for its wealth and the presence of many treasures.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93391.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.34061336517334,\n", " 'text': ' you\\'re in,\" she said. \"It is a very different experience from how you would expect to go out and do it. It\\'s not like you\\'re walking around in a room where you don\\'t',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93391.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 31.191852569580078,\n", " 'text': '\\n\"Dirty Work\" on Halloween | Fairfax County Law Firm\\n\\n\"Falling Into the Water\" on Halloween Here in Fairfax County | Fairfax Law Firm, P.C. \"Falling Into',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 93391.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.060526847839355,\n", " 'text': ' society.\\n\\nWomen are the future of America. They are the future of America as a whole; they can do it, and they will. It is time for all of us in our communities to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93963.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.78841495513916,\n", " 'text': \" week to do whatever you like. Spend as much as you like. That's it.\\nYou know what I think? I don't think I'll do any of these things. I just don't\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93963.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.759573936462402,\n", " 'text': ' Group.\\n\\nIn a joint statement, ADAST said that the deal, which is expected to close by the end of July, will enable Penta shareholders to retain a controlling stake in the company.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93963.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.665580749511719,\n", " 'text': 'opy and imaging.\\n\\nIn addition to the high luminance of light, this light source will also be extremely effective in reducing radiation dose to the patient, which is a major concern for patients with cancer',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93963.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 1, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 14.392250061035156,\n", " 'text': 'oyd, July 25, 1884 - July 25, 1957. Elsie L. Loyd (Mrs. A. H. Loyd), June 1, 1885 - June 14, 1960. Charles',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 93963.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 41.61604309082031,\n", " 'text': ' get to try it in this fun class! There are many different styles of BBQ, from briskets,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58174.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 52.774166107177734,\n", " 'text': \"\\nFor more related topics in 'Apple OS X':\\n\\nThe 'Mac', 'OS X and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58174.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 42.75585174560547,\n", " 'text': ' loops. Sized in size: 34\" from hem to hem edge, 34\" from hip, 32',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58174.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 36.20297622680664,\n", " 'text': ' 2012. It was very interesting and well received, so he created a FAQ for the forum, but he',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58174.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 33.44050979614258,\n", " 'text': ' and lighting systems and upgrades to facilities. The year also includes a series of meetings, including the annual meeting',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58174.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 31.37531089782715,\n", " 'text': ', timetables (e.g. Mumbai to Bangalore), rail and bus service schedules as well as timet',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 53169.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.837141036987305,\n", " 'text': \" and I'm sorry, but the story's not over, I want to hear it!\\nSo here\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 53169.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 135.44415283203125,\n", " 'text': ' of rules than they are told by those they live with?\"\\nThe rich and rich are alike. In',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 53169.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 20.5261287689209,\n", " 'text': ' You will receive one box per month and you will pay the full retail price, which includes free shipping.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 53169.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.2728214263916,\n", " 'text': ' judge ordered its request for a stay of execution overturned earlier this month by a court in New Jersey. (',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 53169.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 14.673786163330078,\n", " 'text': \", I'm sorry, but we cannot afford to be in this world without the help of our brothers and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 64253.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 27.036771774291992,\n", " 'text': ' to communicate with Him in any language you choose to learn. All of this information can easily be found on',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 64253.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 32.999671936035156,\n", " 'text': ' Economic Model of Unemployment.\" (ed.) W. A. Cohan & J. Cialdini',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 64253.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 26.707948684692383,\n", " 'text': ' it is now registered under a different domain holder, the domain name is the name of a website and the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 64253.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 35.03639602661133,\n", " 'text': \" are a wonderful experience and one of Shimla City's best places to visit. You will feel at home\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 64253.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 10.338160514831543,\n", " 'text': ' if you\\'re like me, you\\'ll know what that means. \"I think I\\'m getting too old',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 71782.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 26.563356399536133,\n", " 'text': \", but it's worth noting this is not necessarily a problem for film trailers. The biggest problem we see\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 71782.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 37.41292190551758,\n", " 'text': ' step in this project by building a high-tech, environmentally friendly office complex. The UNStudio is a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 71782.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 24.79536247253418,\n", " 'text': ' 28, two days before the school was opened for classes, a teacher at the new school filed an FIR',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 71782.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 22.42296600341797,\n", " 'text': 'ethyst is made by cutting off crystals of quartz in a process that turns the pure white quartz into ruby-',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 71782.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 24.73117446899414,\n", " 'text': ' of riding horses, learning to paint, playing the violin. I loved to dance and had a passion for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58283.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.58049964904785,\n", " 'text': ' the depths of an ocean.\\n\\n\\nThe rescue is believed to have occurred last week after more than 500',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58283.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 24.7150936126709,\n", " 'text': ' the fundamental principles of web design in a single-subject course. The course includes all the tools, techniques',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58283.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 29.539865493774414,\n", " 'text': ' Citibank is offering to refund your interest if the balance on our account falls above your deposit amount.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58283.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 35.29658889770508,\n", " 'text': \" a movie that you have seen in theaters, I guess then I would watch that one too! It's\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58283.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 120.80786895751953,\n", " 'text': '\\n\\nFor many, a Lockmith Westington will provide you the best value lock and key services for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56369.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 97.42696380615234,\n", " 'text': 'overs & Moving Companies in Randallsville and surrounding communities::\\n\\n\\nMovers and Moving Companies\\n',\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 56369.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.972930908203125,\n", " 'text': \" but it doesn't do anything else. You do it by touching his/her cheek, or by holding\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56369.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 15.592528343200684,\n", " 'text': ' United States declined in 2013 from 2012 to 13.0 percent from 16.3 percent in 2012. In',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56369.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 16.90292739868164,\n", " 'text': ' have been asked about the issue and how to deal with it by various people I know and by people in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56369.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 22.007959365844727,\n", " 'text': \" this planet, but also to learn about the environmental impact of man and his actions on nature. It's\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55906.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 26.579288482666016,\n", " 'text': 'SL-Korea, 0, 1, 0, 0 6, 1 1, 0 0 #DIV',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 55906.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 36.83246994018555,\n", " 'text': ' were held over three days of CrossFit at CrossFit Los Angeles.\\nI was so proud to see',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55906.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 65.11383056640625,\n", " 'text': \" next for us? (I'd like the following.)\\n-1. How was the Session?\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55906.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 109.916748046875,\n", " 'text': ', her brother and sister) “was one of a few projects that got a second run in the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55906.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.786457061767578,\n", " 'text': ' cats, but there are limitations with the state of California that prevent us from providing the services required by the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56928.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 17.476911544799805,\n", " 'text': \" of a particular type on the internet, let me know and I'll put that on the page as well\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56928.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 187.50538635253906,\n", " 'text': ' 2nd 3:57 The Patriots scored a touchdown 7 yards short. The Seahawks scored 1 yard',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56928.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 46.20484161376953,\n", " 'text': 's Tencent app is now the world�s best selling mobile gaming game on iOS, according to an',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56928.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 47.27516555786133,\n", " 'text': '\\n\\nFor a fee, you could help end street homelessness by volunteering on Thames Reach!\\n\\nIf',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56928.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 66.69480895996094,\n", " 'text': \" and time for your registration. Please sign up at: Assembly for Children\\n\\nThe Assembly's Facebook page\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 75391.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 72.86625671386719,\n", " 'text': \".8-kms long Trek takes you across the plains and up into the mountain passes. It's\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 75391.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.925458908081055,\n", " 'text': ') by St. Maximus II, and died on the 13th of May, 1524, at',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 75391.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 27.464078903198242,\n", " 'text': ' Roku, Chromecast (Android, iOS), Chromecast Stick or Fire Stick to download and watch the ABC',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 75391.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 23.283021926879883,\n", " 'text': ' just a matter of making sure each stitch is in its proper place in a single file and that all of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 75391.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 77.31419372558594,\n", " 'text': ' for blogging, but if you think it\\u202as more than that then you‒re wrong.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58120.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 24.852571487426758,\n", " 'text': ' high premiums they might face if they become ill.\\n\\nFor the study published online by the American Academy',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58120.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 24.66682243347168,\n", " 'text': ' The event will showcase more than 1,300 local and national educational, creative, athletic and cultural programs from',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58120.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 44.65928649902344,\n", " 'text': 't ready to discuss it yet, the player said. But there is the possibility, he admitted, to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58120.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.031597137451172,\n", " 'text': \", but it is not recommended. If your system doesn't come with a single SATA drive, a USB\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58120.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 20.458301544189453,\n", " 'text': 'ired to coach the Cleveland Cavaliers after the Cleveland Cavaliers fell to the New York Knicks, Mike Brown spent his',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56831.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 24.640501022338867,\n", " 'text': ' be to manage a large amount of data to ensure that all the data you need has the right type of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56831.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 10.57707405090332,\n", " 'text': '\\n\\nHeat the vegetable oil over low heat in a cast iron skillet over a medium/high flame.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56831.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 40.534297943115234,\n", " 'text': ' be used with an in vivo assay, as this assay requires a sample from tissue tissue or tissue culture.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56831.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.84918975830078,\n", " 'text': ' students to the list or by sending us the following information. This list is updated daily. Send information to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56831.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 42.57175064086914,\n", " 'text': \". It is about two bad guys and their relationship and it's all about the drama. Neville's work\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 80120.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 14.52609634399414,\n", " 'text': ' cultural, political and economic issues. We are a member of an international coalition of organizations focused on the cultural',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 80120.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 17.61556625366211,\n", " 'text': '. It was the first time on record that every year we have had rain, and it was the second',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 80120.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.128036499023438,\n", " 'text': \"'s defense did not fare too well. The Cougs allowed just three receptions for 19 yards on the night\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 80120.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 7.535542011260986,\n", " 'text': \"? I'm sorry, but this is not the way it's done. You can't just pick up\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 80120.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.076900482177734,\n", " 'text': \" are a concern or if you wish to keep things under wraps, don't be surprised to find yourself in\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55067.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 10.211243629455566,\n", " 'text': ' sellers, agents, and customers are not eligible to participate in this program. You can apply at any time',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55067.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 34.10408401489258,\n", " 'text': 'ishment for commercial and private residential buildings, and residential and industrial buildings for both commercial occupancies and residential use',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55067.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 28.58913803100586,\n", " 'text': ' London, delivered the first report. He said: \"It appeared to be caused by one bullet striking the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55067.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 12.553889274597168,\n", " 'text': \"\\n\\nSo yeah. I hope you enjoyed the mod. I'll see you on the forums for more\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55067.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 26.336719512939453,\n", " 'text': 'job, too. Some dogs spend the day playing fetch, chasing after a ball, running around on all',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51604.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.433645248413086,\n", " 'text': '. It is an ongoing process and is not necessarily a result of technological advances and advances in the aerospace industry',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51604.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 56.91832733154297,\n", " 'text': ' and grow your network with industry partners. The possibilities are virtually limitless.\\nLearn the skills to become a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51604.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 44.88483810424805,\n", " 'text': ' in theater from Indiana University. Jeanne also enjoys playing piano, jazz guitar, and writing poetry. When not',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51604.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 10.585636138916016,\n", " 'text': \" chance to try it. I was excited about it at first, as it didn't look too complicated.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 51604.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 27.802255630493164,\n", " 'text': \" to a bar that wasn't too busy. Got to the park around 10pm. Got a drink and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55489.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.462526321411133,\n", " 'text': '\\n\\nStep 8\\n\\nAdd mushrooms, tomato paste and stock. Simmer, stirring to coat bottom',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55489.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 10.828084945678711,\n", " 'text': ' for a few hours to try out some new things. It was really fun, and I am looking forward',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55489.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 36.40495300292969,\n", " 'text': ' of Ireland, from 6pm onwards, every day from Tuesday until Friday. You can follow on Facebook at',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55489.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 51.1139030456543,\n", " 'text': \" place at all. The UK's biggest warehouse operator announced on 24th April 2016 that its storage facilities,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55489.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 38.23795700073242,\n", " 'text': ' a brand of clothing that was founded in 2010.\\nThey started out in an attempt to create a clothing',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55019.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.136211395263672,\n", " 'text': ' contractor is qualified to perform a given roofing job, but there are other contractors who can perform a specific',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55019.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 14.98213005065918,\n", " 'text': \" urging the perpetrators of Sunday's attacks to halt and allow security forces to continue their operations. (Reuters)\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55019.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 30.347610473632812,\n", " 'text': ' the solar eclipse over Cape Canaveral, Florida.\"We\\'re very excited about this exciting new product and are looking',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55019.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.699726104736328,\n", " 'text': ' in 2011, a 10% increase in revenue and more than 50% in new customers added to the platform',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55019.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 109.7497329711914,\n", " 'text': \" we're alive today \\uf031\\uf074 \\uf030\\uf021 \\uf015 �\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 52751.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 36.615928649902344,\n", " 'text': \" book - and on Sunday, the best beef burgers in New Zealand, so I know what I'm doing\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 52751.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 27.395004272460938,\n", " 'text': ' he will not have a visa for Australia but I believe if he does then he has the right and the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 52751.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 149.68511962890625,\n", " 'text': 'iraLilly LaurenBentley. JulieBartel. EmilyGiblin. SarahM.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 52751.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 28.095781326293945,\n", " 'text': ' River, a suburb about 10 miles north of Fort Worth. But the city has asked the Board to postpone',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 52751.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 32.68967819213867,\n", " 'text': ' Ricketts via email or by phone at 619.876.2700 x1924 or email',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 58201.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 64.67992401123047,\n", " 'text': 'highway)/28mpg (est) EPA E85 fuel economy rating, 28/35mp',\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 58201.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 30.644161224365234,\n", " 'text': ' had this too. The only other brand that has it is Saks, which is really nice to see',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58201.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.671913146972656,\n", " 'text': ' money you spent, and I hope you find some pleasure with it. May God bless and bless all of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58201.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.554595947265625,\n", " 'text': ' what you should know. When you hire a writer you should know that they write for a specific audience:',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 58201.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 24.163341522216797,\n", " 'text': 'la never thought about until now, the moment she will never forget.\\n\\nIt is a time to',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 65502.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 36.864192962646484,\n", " 'text': '-on-one Portuguese, we recommend you come here. There is something about the fresh fish and seafood',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 65502.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 69.3077621459961,\n", " 'text': 'levan Mosque in Kuala Lumpur (Kuala Lumpur) where there is the Taman Tan Bukhari',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 65502.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 15.303232192993164,\n", " 'text': \" you're creating. And the way I think of it is, when I think about how much I've\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 65502.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 51.82329559326172,\n", " 'text': '\\nWashoe\\'s \"The Haunted Mansion: The Ballad\" on Halloween\\n\\nIn addition,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 65502.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 23.585521697998047,\n", " 'text': ' their families, society and themselves. We are a diverse nation, and we need women to speak up in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 60037.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 16.199993133544922,\n", " 'text': ' day that you feel like you could be spending all day playing video games, and you will be in the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 60037.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 38.81528854370117,\n", " 'text': ' group to a consortium led by China National Property Corporation (CNNPC), which is under Chinese law a subsidiary',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 60037.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.178707122802734,\n", " 'text': 'opy on cancer patients. This device is designed to be used indoors in a low light environment. It has',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 60037.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 1, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 15.538338661193848,\n", " 'text': 'oyd\\n\\nMargaret D. Hulen\\n\\nMarilyn Hulen-Hil',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 60037.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 277.81781005859375,\n", " 'text': ' learn all the steps by cooking together at one BBQ restaurant',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136552.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 450.97442626953125,\n", " 'text': '\\nReply to member: mnoreagle | From',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136552.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 244.08258056640625,\n", " 'text': ' with elastic loops and 2 strap tabs to hold extra-',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136552.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 41.187278747558594,\n", " 'text': \" 2015. But here is some additional insight on the '\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136552.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 65.41436004638672,\n", " 'text': ', water system upgrades, energy conservation and modernization, new',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 136552.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 2263.138427734375,\n", " 'text': ' and timetable info:- GABARDASTRAN -',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138168.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 48.64158248901367,\n", " 'text': '. It came up during the last 8 minutes of a',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 138168.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 2843.84765625,\n", " 'text': \" of rules; a'sensory preference grid'?\",\n", " 'msg_rate': 0.0,\n", " 'run_time (ms)': 138168.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 161.9202423095703,\n", " 'text': '\\n\\nClick the Product on a LENS to go',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138168.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 382.2380065917969,\n", " 'text': ' judge halted discussions about buying the firm and two rival food',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138168.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 463.5965576171875,\n", " 'text': \"\\nMackenzie\\nOzel (who's\",\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 134191.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 80.3187026977539,\n", " 'text': \" to become an amazing artist. It'll inspire your whole\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134191.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 121.4983901977539,\n", " 'text': ' Monetary Role.\" Q&A Journal, April-July',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 134191.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 78.13301849365234,\n", " 'text': \" it still doesn't appear. It did last for 2\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134191.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 89.75083923339844,\n", " 'text': ' include luxury living spaces and facilities for formal and informal social',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 134191.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 66.99522399902344,\n", " 'text': ' I get the issue and it is that when people say',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136200.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 162.9907989501953,\n", " 'text': ', moviegoers who spend hours searching the cinema, are',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136200.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 107.58680725097656,\n", " 'text': ' phase of upgrade of infrastructure in Kuwait and Tunisia, including',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136200.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 256.9701232910156,\n", " 'text': \" 14, I attended Jogyesa University Women's\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136200.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 129.20738220214844,\n", " 'text': 'ethyst is most commonly found where Quartz flows off into deep',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 136200.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 133.58580017089844,\n", " 'text': \", college experiences, what's different today in college.\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 134590.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 47.56536865234375,\n", " 'text': \" the depths of the country's mountain pass. This year\",\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 134590.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 55.095733642578125,\n", " 'text': \" how it's used, a detailed introduction to the Flash\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 134590.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 98.62401580810547,\n", " 'text': \" if we're successful at raising your interest on the balance\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134590.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 98.42481994628906,\n", " 'text': \" not something you enjoy watching/playing then you're out\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134590.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 18.894977569580078,\n", " 'text': ' We will provide you with specialist advice and support, including',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 133858.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 253.56076049804688,\n", " 'text': 'overs of New York\\nFor every moving service that accepts',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 133858.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 129.59141540527344,\n", " 'text': ' but in some ancient myths the person is sacrificed as \"',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133858.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 35.38968276977539,\n", " 'text': ' United States edged up 2 percentage points last year. That',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 133858.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 152.77291870117188,\n", " 'text': ' have 2 Docks, one way to sell me the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133858.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 117.8796615600586,\n", " 'text': ' the earth (in the future), before everything moves to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134308.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 61.734493255615234,\n", " 'text': 'arden, N.G,, 1, (1)',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 134308.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 235.8515167236328,\n", " 'text': ', three workouts! (Watch them in full below)!',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134308.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 165.03778076171875,\n", " 'text': ' your last words to everyone?\\nAll responses received during',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 134308.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 189.11122131347656,\n", " 'text': ') also did a mural featuring some old friends at a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 134308.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 86.66254425048828,\n", " 'text': ' cats through our mission. Our goal in providing for your',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 141875.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 89.32470703125,\n", " 'text': ' that you liked so much you found them elsewhere here on',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 141875.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 318.7389221191406,\n", " 'text': ' 3rd 21 2nd Team 9 4 7 1',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 141875.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 347.77520751953125,\n", " 'text': 's new game, LeiXian Bing (Free),',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 141875.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 119.62860107421875,\n", " 'text': '\\n\\nJust like anywhere on a street-floor in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 141875.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 148.46560668945312,\n", " 'text': ' for when volunteers may begin arriving. You can download and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138908.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 152.5500030517578,\n", " 'text': '.56-kilometre pass through four different terrain',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 138908.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 255.72525024414062,\n", " 'text': '). He served as Provincial Patriarch of Germany, occupied at',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138908.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 142.2901153564453,\n", " 'text': ' Windows or smart TVs within US. You can download and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 138908.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 35.430503845214844,\n", " 'text': ' just a matter of clicking \"upload, save and share',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 138908.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 134.948974609375,\n", " 'text': ' for blogging, news gathering, text analysis. Not all',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 137512.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 146.51708984375,\n", " 'text': ' high premiums to meet their yearly insurance payments or find the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 137512.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 139.02586364746094,\n", " 'text': ' The fest runs 12 to 15 years, is hosted on',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 137512.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 206.8305206298828,\n", " 'text': 't even taking the offer or giving it any thinking about',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 137512.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 56.56167984008789,\n", " 'text': '. It offers different features that you can do to the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 137512.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 214.66590881347656,\n", " 'text': 'itting the roof! As it went up Monday afternoon at',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136972.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 55.41551971435547,\n", " 'text': ' be to turn an ebook into a magazine. This can',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136972.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 34.4400749206543,\n", " 'text': '\\n\\nIn the bowl and on top of a cutting',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 136972.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 217.50341796875,\n", " 'text': ' be obtained reliably by adding small sample volumes or using a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136972.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 69.33882904052734,\n", " 'text': ' students to the list here. Then, send in any',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 136972.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 64.28199005126953,\n", " 'text': \". It doesn't have short stories to sell. There\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 151239.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 107.77195739746094,\n", " 'text': ' cultural practices as subjects. Our goal, as researchers interested',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 151239.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 33.48537826538086,\n", " 'text': \". It doesn't have to rain in December. There\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 151239.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 117.80520629882812,\n", " 'text': \"'s last starter (Jake Long) came from Houston.\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 151239.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 36.15492248535156,\n", " 'text': '? If you asked her why and she could think of',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 151239.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 171.09494018554688,\n", " 'text': ' are brought inside, keep it out from your dog while',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 140147.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 69.38526916503906,\n", " 'text': ' sellers and sellers alone must all be informed to the full',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 140147.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 613.5460205078125,\n", " 'text': 'ishment from retrofitted wood to complex systems that suit both',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 140147.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 429.48907470703125,\n", " 'text': ' London has informed her Majesty the Governor General [12 Nov',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 140147.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 100.31732177734375,\n", " 'text': \" I haven't started with it for my client so there\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 140147.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 81.85432434082031,\n", " 'text': 'to-day action of eating and moving your furniture around',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 135225.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 117.2596206665039,\n", " 'text': '. It offers increased safety for civilians while providing for better',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135225.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 136.38328552246094,\n", " 'text': ' and grow the most efficient solution for every organization! We',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135225.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 223.9232940673828,\n", " 'text': ' in theater from Georgetown and an M.FA in play',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 135225.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 240.04672241210938,\n", " 'text': ' luxury to spend so much quality time cooking homemade mac.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135225.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 309.0091247558594,\n", " 'text': ' to Whaleroom. Got tired in that part',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136761.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 91.75729370117188,\n", " 'text': '\\n\\nRemove onion, cloves from seeds, celery',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136761.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 84.7416000366211,\n", " 'text': '. It seems that people can really have fun drinking craft',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136761.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 213.2121124267578,\n", " 'text': \" of South Tristan County's west coast. This year\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136761.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 138.27032470703125,\n", " 'text': ' place any earlier than Saturday 30 April 2017. This suspension',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136761.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 57.3293571472168,\n", " 'text': \" a cute little gift card shop. You can't miss\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 135893.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 121.9522933959961,\n", " 'text': ' roof company will conduct your work properly. To find the',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 135893.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 98.99708557128906,\n", " 'text': ' on Thursday to condemn Israel. It \"affirms\"',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135893.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 65.26760864257812,\n", " 'text': \" the solar system. A version for Apple's latest operating\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 135893.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 54.97543716430664,\n", " 'text': ' today,\" says the study. It adds that all smartphones',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 135893.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 78.61387634277344,\n", " 'text': ' we will not prevent the future from reaching its limits as',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136904.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 78.36465454101562,\n", " 'text': ' few years ago but this just goes beautifully with any type',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136904.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 52.120445251464844,\n", " 'text': ' we will travel to San Diego for my annual family visit',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136904.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 68.38215637207031,\n", " 'text': 'oseHailMatter\\n\\n\\nJoined: 11 Apr',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 136904.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 33.38069534301758,\n", " 'text': \" City that's 1,500 to 2,250 feet\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 136904.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 52.689693450927734,\n", " 'text': ' at your location. For questions about the use and safety',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 137074.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 702.0346069335938,\n", " 'text': 'hwy)-15,000Mph Power Off Road',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 137074.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 211.55108642578125,\n", " 'text': ' was more discreet than my hair products because when people say',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 137074.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 76.32402038574219,\n", " 'text': ' time; I can now begin to build the armour for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 137074.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 80.06144714355469,\n", " 'text': ' where all the magic comes. Nowadays, universities are',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 137074.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 163.01365661621094,\n", " 'text': 'la was powerless to fix. It shows in this conversation',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 133200.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 78.22924041748047,\n", " 'text': ' on a plate or food that you can order directly on',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133200.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 219.0752410888672,\n", " 'text': 'ang\\'s office, within an ancient underground fort called \"',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133200.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 55.33627700805664,\n", " 'text': ' you create with it and it will actually create more of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133200.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 263.43328857421875,\n", " 'text': '\\nWays to Use your Home Recording Devices to Spy',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 133200.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 138.7154998779297,\n", " 'text': ' the entire ecosystem in which women interact. The research demonstrates',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135266.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 27.463748931884766,\n", " 'text': \" day, I don't like it when their time is\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135266.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 284.184814453125,\n", " 'text': 'IC and IGI cable companies, totaling approximately 700 million',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135266.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 96.91445922851562,\n", " 'text': 'opy as we have in previous medical research labs. This',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 135266.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 5,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 1, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 73.53047180175781,\n", " 'text': 'oyd-Waldwell. Survived by her son',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 135266.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.813789367675781,\n", " 'text': ' be amazed at how easy and fun this class will be to take part in. We will teach you how to make the best BBQ on the grill. You will be able to taste the flavor of the meats and you will get to know all of the ingredients involved in making BBQ. This class is a fun, easy, and fun way to get started with making delicious BBQ. You will learn about all the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5438.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.862652778625488,\n", " 'text': \"\\nMac OS Lion is the first major release in Apple's line of Macintosh computers. Mac OS Lion introduced several new features, including a large number of enhancements and bug fixes. The release also brought a major update to the platform.\\n\\nMac OS Lion includes many major new features:\\n\\nApple Pencil\\n\\nThe Apple Pencil has become one of the most popular user interfaces in the world.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5438.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.796915054321289,\n", " 'text': ' with metal buckle.\\n1/8\" thick polyester nylon webbing is used to secure and secure the belt, it is made of light weight polyester and is a 3/4 inch thick. The webbing is fastened with Velcro fastening hardware, and is made of light weight nylon with a 1/4\" thickness. The buckle on this harness is 1/4\" thick and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5438.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.548493385314941,\n", " 'text': ' 2016.\\n\\n\\nTo summarize: If you want to have a good site, you have to create a good content.\\n\\nFor example, you can create good content for your business or just for yourself. But, you can also create good content for all kinds of sites, especially if you are a content marketing expert. There are several ways in which to create content:\\n\\n- Create content that',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 5438.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.646610260009766,\n", " 'text': \" and cooling systems, lighting, and more.\\n\\nThe Denver Public School District also opened a new science building that will be used to teach science and math to students in grades K-8. A new science building will be added to the school's science and technology building in the fall. The science building will be used to teach students the fundamentals of science and technology and will also be used as a classroom\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 5438.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.926336288452148,\n", " 'text': ', times, fares and schedules.\\n\\n\\nAUSTRALIA\\n\\n10:30-12:30, 12-15:00, 16:30, 17:30, 18:45, 20:30, 23:30, 25:45, 26-28, 29-30\\n\\nFRONT\\n\\nFRONT ROUTES AND TIMINGS:\\n\\n9:45am',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 18486.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.2471923828125,\n", " 'text': \" that I just couldn't stop watching.\\nHere's the comment:\\nAnd I'm not sure what's worse.\\nThe fact that he didn't know who was on the panel or that they didn't give him any information about who was in the panel. I don't know what's worse, that the show doesn't even know who he is or they don't give him the info that he\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 18486.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.039615631103516,\n", " 'text': \" of rules?\\nAnd it is the poor that get poorer as they are forced out of their homes and forced into servitude, as they are forced to sell their possessions and leave their families behind.\\nIt is not that these rich people don't have enough to eat and drink. It is the rich who do, and when they don't, the poor are left with nothing to eat.\\nThe\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 18486.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.479182243347168,\n", " 'text': ' The lenses are available in a variety of colours and styles, and you can also purchase a set of lenses in a range of different styles, sizes, and colors to suit your personal preference and vision.\\n\\nFor more information visit www.cosmoelectronics.com and www.comcast.net\\n\\nFor more information visit www.www.coop.com\\n\\nTo find out',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 18486.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.4818115234375,\n", " 'text': ' judge rejected the company\\'s attempt to block an antitrust probe into the deal.\\n\\n\\nUS Foods\\' $3.5 billion deal to buy the country\\'s third-largest fast-food chain would have generated $3 billion to the company in profits, the company said Monday.\\n\\n\"US Foods is pleased that today the federal courts have rejected US Foods\\'s attempt to block our acquisition of the company,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 18486.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.381426811218262,\n", " 'text': ' of the world, we are in the age of change. The era of change is coming to an end. We must fight for the future of our world. We must fight for freedom. The world is in need of change. We need a new direction in our world. We need the new people, and the new world. We need to change the world for the better. The change we want is',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 181853.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.885748863220215,\n", " 'text': ' to speak HIS name.\\n\\nThis is a great way to build confidence, to build your self confidence and to be a better person. This is an opportunity for you to become a better listener and a better person.\\n\\nYou can listen to this for free at this link:\\n\\nhttp://youtube.com/user/GodSpeaks/feed?feature=plcp\\n\\n\\nYou can',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 181853.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.41915512084961,\n", " 'text': ' Role in the Economic Crisis: A Review of the Economic Implications of a U.S. Dollar Depreciating Against the Yen.\" Federal Reserve of Chicago Working Paper no. 4, April 2007.\\n\"Gross Domestic Product and Economic Inflation: The Federal Reserve and the Federal Reserve System.\" Federal Reserve of Kansas City Working Paper, July 2008.\\n\"...the Federal Reserve\\'s Role in the Federal',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 181853.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.480511665344238,\n", " 'text': ' it has been taken down. I am still waiting for the domain owner to respond to the complaint. I do not know why the domain owner is refusing to take down my web site. It is clear to me that my web site is not going to be able to compete with other sites on the same domain name. I would appreciate any information you can provide to help me locate the domain name.\\n\\n',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 181853.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.9574294090271,\n", " 'text': ' are world class in every aspect. We offer everything you need for your stay. We have everything you need and more. We are committed to providing you the very best.\\n\\nWe have all of the modern conveniences you would expect from a resort. We offer all the amenities you would ever want including a fully equipped fitness centre, a full bar and restaurant, as well as all the facilities you would',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 181853.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.869899272918701,\n", " 'text': ' I thought, what if I made a pie?\\n\\nI decided that I was going to make an apple pie crust, and then I started experimenting with different recipes to see if I could make a pie like this.\\n\\nAnd this is the pie that I got.\\n\\nI love the flavor of it. I love the texture, and the way the crust is formed, and the way it',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 24737.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.836736679077148,\n", " 'text': \", it does seem to be so. We've seen it, and there's nothing to suggest it's a bad thing. However, if you take a look at how the average price of a ticket for a movie has risen over the past decade (from $8.49 in 2003 to over £40 today), you can see that, at the bottom end, prices are actually dropping quite a lot.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 24737.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.7904052734375,\n", " 'text': \" phase in the design and development of UNStudio.\\n\\nThe consortium will be based in the UK, with a focus on the future of digital media. The design and development of the new UNStudio will take place in collaboration with the UNStudio team in the UK, in collaboration with HPP Architects in New York. The UNStudio is set to be the world's largest and most advanced digital media production\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 24737.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.278413772583008,\n", " 'text': ' 1, the Supreme Court ruled that the school was not allowed to operate as a religious institution in the state of Kerala.\\nThe case was filed on April 1, 2014, by a lawyer representing the school and its teachers. The school has been operating under the same title for more than two decades. The Supreme Court had said in its order on April 2, 2014 that the state government should not interfere in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 24737.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.9900994300842285,\n", " 'text': 'ethysts are the second most abundant group, followed by pyrite, fluorite, mica, and amorphous pyrite.\\n\\nFluorine is the most widely used of all the minerals on earth. It occurs naturally in many rocks and has been used since ancient times in jewelry, pottery, etching, and in the production of many types of glass.\\n\\n',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 24737.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.978675842285156,\n", " 'text': \" of growing up with a vegan mother, grandmother, aunt, uncle, aunts, uncles and cousins.\\nWe're passionate about helping others find the health benefits of plant-based living.\\nWe love to dance, sing, dance, eat, eat, dance and dance and do whatever it is that we do to feel good about ourselves.\\nWe're always up for a good conversation about the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 190675.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.170049667358398,\n", " 'text': \" the worst flooding ever seen in Thailand.\\n\\n\\nA group of Thailand's largest cave rescue groups worked together to save thousands of kids from waterlogged caves around the country in just two weeks.\\n\\n\\nThe cave rescue efforts began in May of last year and were led by Thailand's National Disaster Mitigation Authority (NDMA), the Thai Ministry of Environment and Forestry (MoEFE), and the Thai\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 190675.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.223384857177734,\n", " 'text': \" the tools and techniques you'll need to create stunning web and mobile apps. Learn the basics of Flash as we guide you through this comprehensive introduction to the leading interactive-design program.\\n\\nFlash is a web and mobile application programming interface (API) developed by Adobe. It allows users to build web and mobile applications on a variety of devices using HTML and CSS. Flash has become an integral part of web\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 190675.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.3227386474609375,\n", " 'text': \" you don't have to do anything extra to get your money back. Just make sure you tell us when you want to withdraw your money from your Citibank Time Deposit account.\\n\\nWhat happens if Citibank forgets your account? Your money will be automatically returned to you if you make at least one withdrawal within 30 days of your account opening.\\n\\nHow much money can I withdraw from\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 190675.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.065393924713135,\n", " 'text': \" something like that then it would make sense for you to have a job in the entertainment sector.\\n\\nDo you think it is right for a woman to become a doctor? No, I don't. It is not right for women to be educated in medicine. I don't think there is any reason for women to become doctors, especially since it costs a lot.\\n\\nWhat do you think about\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 190675.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.766637325286865,\n", " 'text': \" We're constantly looking to improve our services and offer you the latest technology and innovative products to help you achieve your goals.\\n\\nOur products range from locks and keypads to key fobs and key fobs with a variety of different designs. We offer an array of locks and keys to suit every type of security needs.\\n\\nIf you are looking for the perfect lock or keypad for your\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20541.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.353480339050293,\n", " 'text': \"overs MAX is a small moving company with a great reputation. Our company has been around for over 20 years. We've moved millions of customers around the United States, Australia, Canada, Europe, Russia, Mexico, South Africa, the Middle East, Australia and New Zealand. We have a reputation for providing the best customer service in the industry and are one of the largest movers and havers in New\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20541.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.927658081054688,\n", " 'text': ' and gain their trust.\\n\\nThis is a great way to have fun with your partner, or just to learn something new. You can learn about magic from one of the most popular magicians of the day, Chandigarh. If you are looking for a fun way to practice your love magic, you can learn more about it here. If you are interested in learning about magic with your partner',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20541.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.262381553649902,\n", " 'text': ' US remains relatively stable.\\n\\nIn December 2014, a report from research company eMarketer found that Internet users in the United States were using more than 60% of the nation\\'s available bandwidth.\\n\\n\"Online dating can be one of the easiest ways to meet people online,\" says the e-commerce firm\\'s chief economist. \"If you don\\'t have a traditional dating profile, you\\'ll find',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20541.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.297248363494873,\n", " 'text': \"'m not sure if I should comment on this comment, but it seems to be the case.\\nI'm not sure if it's a bug or a feature, or both.\\nI'm not sure how to deal with it if it does happen.\\nIf I don't add a comment, I'll assume there is no problem with the comment.\\nIf I add a comment with the bug,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 20541.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.571974754333496,\n", " 'text': ' the planet. In this way, it does not attempt to explain the past in a way that is too simplistic, although it tries. It tries to explain the present and future.\\n\\nThe book is published by Feral House Press and is also available in the following languages: English, German and Spanish.\\n\\nThe ebook is available in PDF format.\\n\\nIf you like this article and find',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 191865.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.220737934112549,\n", " 'text': 'SL Season 1, 1, 0.00 2, 0, 0, 1, 0.00, 0.00,,, 0, 0,,,,,,, 1, 1.00, 0.00, 0, 1.00, 1, 1, 1,,, 1-0, 1-1, 0-1,,,,,, 0, 1, 1.00, 0, 1, 0',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 191865.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.440632820129395,\n", " 'text': \" with a total of 25 minutes of cardio and 10 minutes of weights. This is my favorite part of all the workouts because you get to train your body to burn fat while you're doing the cardio.\\nI'm going to keep this post up to date with the rest of the Crossfit CrossFit Championships, so keep checking back for that. I hope to see you at the Crossfit Games in Chicago\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 191865.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.992229461669922,\n", " 'text': \" next?\\n* 7. How did the session go? (I'm not sure what I did wrong)\\n* 11. How was the session? (What I did wrong, I'm not sure what else I did wrong, I guess I should go back to the drawing board!)\\n* 12. What was the most interesting thing that happened in the session?\\nThank you so much for your\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 191865.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.773472785949707,\n", " 'text': \"-in-Law, artist George R.R. Martin) has a lot of fun with the title. In the story, Ian is born into a well-known London family and falls in love, but soon finds out he's an illegitimate child. He is adopted by an orphanage run by his aunt and uncle, and they take him to live with them. After a while, the orphans start\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 191865.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.8199286460876465,\n", " 'text': ' cats and to provide a safe haven for those that are in need of a safe place to live and be cared for. We are a non-profit organization and we rely on donations from individuals and businesses for our expenses and we appreciate all donations.\\nPlease consider making a donation here:\\nwww.dogs.org/donate-to-the-shelters\\nThank you so much for your',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 31420.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.729412078857422,\n", " 'text': \" of the Universe, you'll find a lot of theories about it. There are theories about galaxies, stars, black holes, quarks, and so on. If you are interested in that, you'll find lots of theories about everything. If you want to understand the nature of matter, energy, space and so on and why they exist, well, you'll find theories about them.\\nIf you\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 31420.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.79216194152832,\n", " 'text': ' 1st Quarter 1:39 1st-and-10 at NE 41 -1 -0.7 New England 43 -2 -1.2 New England 45 0 -0.3 New England \\n\\n1 plays, 1 end of 2nd quarter\\n\\n4 total plays \\n\\n4 total plays \\n\\n2 total plays \\n\\n4 total plays\\n\\n',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 31420.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.520764350891113,\n", " 'text': 's $100 million investment will enable developers to create games for smartphones, tablets and PCs that will be available for download in the coming weeks. That�s just one of the many ways Tencent is leveraging its massive Chinese presence.\\n\\n�This is a great way for Tencent to expand into new areas,� Tencent�s president and CEO Lin Yutang wrote in an interview with The',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 31420.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.899018287658691,\n", " 'text': \" We're proud of our work and would be happy to talk about how we can improve our work, if you want to get involved please contact us. You can also email us at info@thorthesreach-uk or visit our Facebook page for updates.\\n\\nFind out more\\n\\nIf you have any feedback please email us at info@thorthesreach.uk\\n\\nWe are also\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 31420.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.91241455078125,\n", " 'text': ' of the events that are available for volunteer assistance.\\n\\nJuly 25-27, 2017,\\n\\n9:45 AM - 12:00 AM\\n\\nNew York State Fair\\n\\nRockefeller Center, New York, NY\\n\\nRegistration required for all volunteers.\\n\\nJuly 25, 2017 - August 11, 2017\\n\\n1-5:45 PM\\n\\nInternational Conference on HIV/',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 189198.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.169150352478027,\n", " 'text': '.5-km Trek will take you through a lush and diverse landscape in the southern Himalayas, including the highest mountain range in India, Mount Everest.\\n\\n\\nYou can find out more information about the Trek at:\\n\\n\\nwww.nepalese.gov.in\\n\\nhttp://nepal.gov.in/travel/nepal-treks\\n\\n\\nYou can',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189198.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.989134788513184,\n", " 'text': '). In 771, at the age of twenty-four, he was ordained to the office of Bishop. In 776, he was made Vicar general of the Roman Catholic Church, and in 782, he became Bishop of Heidelberg. In 785 Vergilius was ordained a deacon at the Church of Our Lady at Heidelberg; and at the end of the reign',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189198.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.749021053314209,\n", " 'text': ' Roku and Amazon Fire.\\n\\nHow to unblock BBC iPlayer in the US? See BBC iPlayer on Amazon Fire or Apple TV.\\n\\nWhat are the best ways to watch TV on Apple TV? Watch ABC, CBS, NBC and FOX with the Apple TV, Roku, Chromecast and Chromecast Ultra devices.\\n\\nWatch TV on Amazon Fire TV, Fire TV Stick and Fire TV',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189198.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.153609275817871,\n", " 'text': ' up to your computer to convert it to CSV, XML or JSON. It also supports CSV, XML or JSON format, so you can import it to any spreadsheet program.\\n\\nShippo is a powerful tool for creating data-stitching and data-editing applications. It can create simple and complex diagrams, charts and graphs, create charts with multiple columns, create charts of different types, and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189198.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.619817733764648,\n", " 'text': \" for creating beautiful themes.\\n\\nWordPress themes are great to use as a base for creating beautiful WordPress themes. In this post I'm going to walk you through what I think is best for creating beautiful WordPress theme.\\n\\n1) Themes should not be too long\\n\\nThemes should be short and simple. Themes that are over 2.5mb in size will not be a good\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 176959.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.024405479431152,\n", " 'text': \" cost. In a new survey of 1,200 adults, Kaiser Family Foundation, the nation's largest nonprofit health policy research, finds that only about a quarter of respondents have insurance.\\n\\nThe survey, conducted Aug. 29-30 among adults ages 18-64, reveals a significant gap between people's willingness to pay for care and their ability to afford the care. Nearly half of those surveyed say they\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 176959.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.708925724029541,\n", " 'text': ' The festival will be held from June 21-23, 2016 at the New York Botanical Gardens in Manhattan, NY.\\nThe festival is designed for children ages 6-12 and is organized by the Parks and Recreation Department at the Botanical Gardens.\\nParks and Recreation will offer a variety of fun activities for children of all ages to enjoy. For more information visit www.nypl.org/',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 176959.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.322498321533203,\n", " 'text': 't going to be satisfied with simply saying, �We don�t want to comment.� They want answers from the club and its supporters, and they want them soon.\\n\\n�I think it�s very important for us to have an open dialogue with the media and the fans in order to have a positive and positive atmosphere,� said Vecindario. \"We�ve got to get the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 176959.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.614037036895752,\n", " 'text': '.\\n\\n\\nIf the HDD is connected to your computer through IDE and you want to use a USB hard drive, you must use an external drive. You can also use external HDD directly on the computer, but it will be slow. The speed of the USB HDD will depend on the speed of your hard drive. You can use external HDD directly on your computer, but you will have a lot of problems',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 176959.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.575340270996094,\n", " 'text': 'akeem Olajuwon has been selected to play in Monday night\\'s NBA All Star Classic in Indianapolis.\\n\\nOlajuwon is the first player selected to play in the dunk contest.\\n\\n\"He\\'s a great dunker. He\\'s got a good shot. I\\'m excited to watch him play,\" said Pacers forward David West, who has dunked at least 25 times for the',\n", " 'msg_rate': 0.4,\n", " 'run_time (ms)': 23515.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.714808940887451,\n", " 'text': \" or may not be a software problem; it may not even be software engineering problem. The problem is software engineering problem.\\n\\nThe goal of the software engineering problem is to solve the software engineering problem. The goal of the software engineer problem is to create software. The software engineer problem doesn't have a single solution. The software engineer problem has many solutions and they are all related. The problem is software\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 23515.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.100735664367676,\n", " 'text': ' In the same bowl, add the butter, salt, garlic, thyme and thyme leaves. Cook over medium heat for 2 minutes, until the mixture starts to brown. Stir in Parmesan and cook for another 5 minutes. Add the broccoli and sauté for another 2 minutes. Stir in Parmesan and Parmesan crumbles. Add the broccoli mixture and toss to coat. Sprinkle the Parm',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 23515.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.614721298217773,\n", " 'text': ' be carried out in the presence of appropriate conditions.\\n\\nThe mRNA expression of the transcriptional factors Cdk1, Cdk7, p38 MAPK, PKC1, and PKC2, and their downstream signaling pathways can be assessed by quantitative RT-PCR using a variety of methods including the RT-PCR method, RT-(q)PCR and Real-Time RT-',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 23515.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.73066520690918,\n", " 'text': ' or missing names to this list. Please include your name, first and last initial, and the year you graduated. If you have a question or would like us to add another name to the list, please contact us at info@buckeye-trailclass.com with any information.\\n\\nI am on the list but my name is missing. Can you help me? If you are on',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 23515.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.566640377044678,\n", " 'text': \". He is a great writer. He is a very talented writer, and he's a very clever writer. He's got a wonderful sense of humor about him and his writing.\\n\\nIt's actually really good.\\n\\nYeah, because you know, it's not a real crime novel, but it does have some really interesting things going on in it that you wouldn't normally see in a real\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 185221.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.124897003173828,\n", " 'text': ' culture, politics, ethics, and social movements.\\n\\nFor more details, please visit our website: https://www.cecups.ca/about/\\n\\nhttp://courses.cecuPS.org/\\n\\n\\nThis site is not affiliated with, endorsed, or sponsored by the University of Ottawa\\n\\nIf you wish to share your opinion on any of the topics discussed',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 185221.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.027689933776855,\n", " 'text': ' – and we are still waiting to see how the weather will change for the final two weeks of the tournament before we make our decision. But we are confident we are going to win and are confident of our chances of making the quarterfinals.\\n\\n\\nWe are pleased with what we have seen from our players over the past two weeks, and we believe that we are in a good spot to make the quarter',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 185221.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.504959106445312,\n", " 'text': \" has been a bit shaky on offense lately, so this should be good.\\xa0 I'm not sure how good this game is, but I'm sure it will be fun to watch, and I look forward to watching it live.\\xa0 If you want to see some highlights, you can check out these videos:\\xa0\\nJanczak vs. Oklahoma State:\\nTCU vs. Oklahoma:\\n\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 185221.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.376428127288818,\n", " 'text': \"? How do you know it? How do you know that you've got the right one?\\n\\nIt's important to remember that what you know is not a secret. It's not the secret that you can't talk about. It's what is known to you.\\n\\nIt is something that you know. It is something you know because you know it.\\n\\nIt is the same as\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 185221.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.578974723815918,\n", " 'text': \" don't appeal, you may be tempted to get your hands dirty with makeup.\\n\\n3. Get a manicure. Even if you're just trying to get a smile, it's a great idea to have your nails done. Getting a manicure will boost your confidence, make you look better, and give you a look that you'll remember forever.\\n\\nYou'll also be able to take\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6197.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.368435859680176,\n", " 'text': \" buyers who don't have an agent or who don't know where to go to find out if something is available.\\nBuyers who are new to the industry and don't want to wait for their agents to confirm their interest in buying something.\\nBuyer who are new to the industry but who are interested in learning about the business before they buy something.\\nThere are many things to look for when\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6197.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.775533199310303,\n", " 'text': 'ishment. We specialize in the construction and installation of custom façade finishes.\\n\\nWe offer a wide range of custom façade finishes including custom window and door glasswork, custom window and door glazing and custom curtain walls. If you are looking for a unique façade finish for your home or office, look no farther. Our team can design your custom façade for you.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6197.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.083148956298828,\n", " 'text': ' London and the coroner for Middlesex, who is the leading authority on the causes of deaths in England, was asked whether there was any evidence that there was an increase in the number of deaths among the elderly in London in the last decade. He replied: \"No.\" Dr. Macdonald said it is possible that, in some cases, the increase in the elderly population might be explained by the fact that',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 6197.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.7042694091796875,\n", " 'text': ' If you want to check it out go to:http://infinityjs.org/InfinityJS/Infinity.html\\n\\nInfinityJS 2.0\\n\\nYou can download the 1.2 version here:http://www.Infinity.de/infinity-js-2/\\n\\nhttps://sourceforge.net/projects/index.php/src/infinity',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 6197.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.004011154174805,\n", " 'text': \"to-day stresses of being a pup. So what better way to spend the weekend with your dogs than with a dog park. Dogs enjoy getting away from home for long periods, so it's important to keep them safe and entertained. It's important to make sure your dog's activity level is up and you are happy with how your dog is spending his time. There are plenty of activities to choose from\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7816.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.54942512512207,\n", " 'text': ' that are more capable, more accurate, more versatile, and less costly to maintain and operate.\\n\\nThe UAS technology portfolio is highly diverse. The following is a list of the most widely used aircraft and systems that have been developed and deployed in UAS:\\n\\nAerostat\\n\\nThe Aerostat is a system that collects and analyses airspeed data. It is used for weather',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7816.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.35090446472168,\n", " 'text': \" and become a partner in the growth of your business. You'll gain the knowledge, skills and experience you need to be successful in any industry.\\nLearn more about our program and how you can get in touch with an expert in your field.\\nThis program is designed specifically for entrepreneurs who want to expand their sales and marketing efforts to a new audience.\\nYou'll learn how to market your business to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7816.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.5349884033203125,\n", " 'text': \" in music theory from the Illinois Institute of Technology and a M.Phil. in music education from the University of Missouri. She has performed at Chicago's South Side Jazz Festival, as well as Chicago's West Side Music Festival, as well as at festivals such as the Chicago Jazz Festival and Jazz in the Park. She has performed at numerous venues in New York and Los Angeles, and has performed as a solo\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7816.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.602379322052002,\n", " 'text': \" pleasure of watching my mom cook. My mom's cooking style was very much inspired by her mother, and I've tried to emulate it. I've also tried to learn as much as I can from her recipe books.\\n\\nIf you are looking for more information on mac and cheese than I've given, you can check out my mac and cheese recipe book by clicking on the link above.\\n\\n\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 7816.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.547077178955078,\n", " 'text': \" to work. Went on to the beach to play some video games. Got a little lost. Went back to work.\\n\\nI'm going to give you my best estimate of how long it would take me to walk from here to the nearest BART station.\\n\\nIt's not an exact science. It's a rough estimate. But you get my drift. It's a rough estimate.\\n\\n\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 189657.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 5.998384475708008,\n", " 'text': ' Add garlic and sauté for about 2-3 minutes, stirring occasionally.\\n\\nTransfer to a large bowl, add egg and milk and whisk until fully incorporated.\\n\\nAdd 1/2 cup flour to the skillet and stir with a wooden spoon. Add 1 tsp salt and 1 tsp baking soda and mix thoroughly until all flour is combined. Add remaining 1 tsp salt and 1/2 cup flour',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189657.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.22363567352295,\n", " 'text': ' and sample some of their beers. We were treated to a tasting session at The Bier Abbey, which is located in a nondescript building on a quiet residential street in Cambridge, Massachusetts. We were introduced to the beers on tap and were treated to some delicious food and drinks as we sampled a few of their tasty beers.\\n\\nWe were also treated to a tour through their tap room and tasting',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189657.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.845685958862305,\n", " 'text': ' of the community.\\n\\n\\nThe live feed will be available on the following platforms:\\n\\n\\nOnline at http://www.athlonelive.com/\\n\\n\\nFacebook: www.facebook.co.uk/athloneshow/\\n\\n\\nTwitter: @anthlonehow\\n\\n\\nThe Athlone Daily Times will also provide live coverage of the show at www.dailytimes.com',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 189657.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.527215957641602,\n", " 'text': ' place until the third week of August 2017.\\n\\n\\nCentrica is one of the largest producers of bulk storage in the UK, with more than 1.7 million tonnes delivered to customers in 2016.\\n\\nCentrica will continue to deliver storage in the UK as normal.\\n\\nCentrica will provide further updates on its plans as they become available.\\n\\n\\nFor further news and information, please visit',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189657.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.305088996887207,\n", " 'text': \" back!\\nIn case you have not noticed, we have a ton of new stuff for you this month!\\nHere's the list of items that you will be able to purchase for a limited time. The items will be on sale for 24 hours from the time these coupons go out. All items are on sale for a limited time, so make sure to check back often for the latest coupons! We\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 192207.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 5.952879905700684,\n", " 'text': \" roofer will do the job. If you don't know what you need, you can always contact a roofer. In fact, if you know what you want, you can call a roofer and ask for a quote. A roofer will know exactly what you need, and if you ask for a quote he or she will give it. If you ask for free roofing, you may be\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 192207.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.426806926727295,\n", " 'text': ' calling for all sides to abide by the ceasefire.\\nThe statement said: \"The UN Security Council calls on all sides to comply with its resolution 2231 (2016) on the ceasefire, and to allow humanitarian aid to enter and exit the areas under their control. The Security Council calls on the Government of Myanmar to immediately stop all violence and to ensure full respect for the ceasefire and its provisions.\"\\nThe',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 192207.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 14.71853256225586,\n", " 'text': \" the Sistine Chapel in Florence, Italy, to be shown at this year's EICMA show. The portal will allow users to watch the 3D video of the chapel from the 8i's cameras on a desktop computer or mobile device, or from an 8i smartphone or tablet, and to download and stream the video.\\n\\nIn addition, the app will allow users to export the 3D\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 192207.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.030794143676758,\n", " 'text': ' in 2014, the report found. In addition, the proportion of mobile-only bank users has more than tripled — from 1.3 million users in 2010 to almost 9 million users in 2016, the report said, adding that these numbers are likely higher. In the past five years, a growing share of mobile bank users is mobile only, while in the previous decade, the share of mobile users ranged from',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 192207.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 14.234597206115723,\n", " 'text': ' we are not living longer. , -* * 0 .-), *\\n\\nThe history of human life is a history of human suffering. In this article, I will take a look at the historical origins of human life, and how it has been shaped since the beginning. I will examine the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3266.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 5.426458835601807,\n", " 'text': \" cookbook that I've been working on for three years, and it's been a real pleasure to finally be able to share it with you.\\n\\nI've been making these for a while now, and it's been quite a while since I've put them to the test, but I thought I'd share a few of the results with you now.\\n\\nFirst up - I've been experimenting\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3266.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.864483833312988,\n", " 'text': ' we are not going to see each other again.\\n\\n\"He is a very good man who loves his family and his job. It is very difficult for him because he does not have a lot of money. I am worried about him because he is a very good father and I know he is trying to get his life together. I am worried for him and I am worrying about my children. I',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3266.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.335284233093262,\n", " 'text': \"iraKitty.\\nAnd of course, there's me, my wife and our three children. I'm the only one in this picture who doesn't live in a house full of cats.\\nA few months ago, I had the opportunity to visit my friend and co-founder of Moira Kitty in San Francisco. She's been raising cats for over ten years, and she's been raising\",\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 3266.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.079933166503906,\n", " 'text': ' City. Amazon has said it will invest $5 billion in jobs, including 3,500 in Texas. The company already employs about 100 people at its Austin headquarters.\\n\\n\\n\"I think this is a win for the people of Texas and the city of Arlington,\" said Arlington Mayor Mike Bowers. \"It\\'s a win for Arlington, for the region, for Amazon, and it\\'s certainly a win',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 3266.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.07921314239502,\n", " 'text': ' Ricketts by phone or email. Dr. Ricketts is currently working as a faculty member in the Department of Family Medicine at the University of Florida School of Medicine in Jacksonville, FL, and she is also currently working as an intern at the Institute of Family Medicine at the University of Florida Medical School, Jacksonville.\\n\\nDr. Leigh Ricketts, Family Medicine\\n\\nProfessor, Department of Family Medicine,',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 42583.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.999923706054688,\n", " 'text': 'Hwy) EPA fuel economy rating is 25/33/30/28 mpg City/highway EPA rating is 26/30/31/30 mpg Fuel economy rating is 23/27/26/25 MPG EPA fuel efficiency rating is 25/33/31/28 MPG EPA fuel efficiency ratings are based on combined city/highway driving and is comparable to the Nissan Leaf.\\n\\n',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 42583.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.6674017906188965,\n", " 'text': \" was a little bigger.\\n\\nThis beautiful dress was made for a friend who was going through a rough time and needed something to keep her spirits up. It's perfect for an evening when you want to dress up a little and dress down. She wore it to a reception and it made her look so beautiful. I'm so happy that I got to wear it.\\n\\nI love this dress!\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 42583.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.314021110534668,\n", " 'text': ' time you took to help. I am so glad that you sent me your brass. I hope that you will be able to use it again soon, and I hope that it will be safe. Thank you again for your help.\"\\n\\nIn an interview with the Boston Herald in March 1842, he said he was impressed with the workmanship of the brass. \"I have seen the brass of a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 42583.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.304508686065674,\n", " 'text': \" where it gets tricky.\\n\\nFirst, you must find someone to edit your writing. If you have children, you may have a friend or relative to edit your kids' writing, but if not, a friend or relative of your children's will do.\\n\\nSecond, if you have someone to edit your kid's writing, that person is going to be in charge of editing your kids' writing\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 42583.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.469932556152344,\n", " 'text': 'la has never been able to erase. She stares at her son for a long moment, then turns away from him and walks back to the living room. When she gets back, she opens the front door and steps out into the street.\\n\\n\\n* * *\\n\\nCarla and her grandson are sitting on the porch, watching television. Carla picks up her iPad and turns it up to the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 194751.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.294060707092285,\n", " 'text': ' of the best chefs in Macau, then this is your place to go.\"\\n\\nYou may be wondering, what is Macau\\'s favorite dish? Well I have to admit that my favorite dish at the restaurant is the Macanese Sausage Rolls. The macanese meat is cooked in coconut milk and seasoned with a spicy chili pepper oil.\\n\\nHere are some photos of the Mac',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 194751.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.198013305664062,\n", " 'text': 'ang, near the border between Malaysia, Indonesia and Thailand, and has a total of 16 rooms. It is a very popular resort for tourists.\\n\\nThe hotel is equipped with a spa, an indoor pool and outdoor terrace. The rooms are spacious and comfortable, and the restaurant offers a full menu.\\n\\nMelaka Tower is also known to be a popular place to stay in Kelantan',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 194751.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.929779052734375,\n", " 'text': ' you want to live.\"\\n\\nAnd when he\\'s not trying to figure out how to do that, he\\'s working on his own musical project, which he says is \"the first time I\\'ve ever done something that I don\\'t want to be a part of.\" He\\'s also trying to get his own band together, which will put him \"in the same room\" with musicians he\\'s been listening',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 194751.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.429254531860352,\n", " 'text': '\\nD.R.A.D.E., Inc. is not a legal entity and is not affiliated with the City of Loudoun.\\n\\nAll trademarks are property of their respective owners, unless otherwise stated.\\n\\nIf you are looking for more information on the law in Loudoun or in Fairfax County, contact a licensed attorney in that area.\\n\\nIf you would like more information on',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 194751.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.318720817565918,\n", " 'text': \" their lives. In a world where women make up just 7 percent of Fortune 500 companies, the impact of teaching women is huge. The impact of women in business is huge, and the effect of women's education is enormous. It's not that we don't have opportunities, it's that women's education has been underrepresented in the last few decades. For women, it's not just about access to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 17432.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.682821273803711,\n", " 'text': \" day to work on your project that I felt it was worth the extra work.\\nAfter a year of working on my own, I feel like I can work on my own projects again, but this time I'm going to have to take the time to work on them.\\nI'm looking forward to getting started on more projects, and hopefully this will be the beginning of an exciting new career path for\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 17432.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.574139595031738,\n", " 'text': ', the company said.\\n\\nAccording to sources, Penta will sell the company to J 23 at a value of about $3 billion.\\n\\n\"The sale of ADAST will enable J 23 to further develop its business and create jobs in the Philippines,\" said ADAST\\'s chairman and CEO, Juan Carlos Bautista, in a statement.\\n\\nBautista said that the company will',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 17432.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.781664848327637,\n", " 'text': 'opy.\\n\\n\\nThis is not a cheap light source to use, but a great value when it comes to medical applications. It is designed to work with any medical equipment and has been designed to be as easy to install as possible to ensure that it does not interfere with any medical procedures. The High Brightness is designed to produce a bright light that will be useful in the field and it has been designed',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 17432.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 2, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.107637405395508,\n", " 'text': 'oyd was born June 2, 1884, the daughter of John F. and Alice Loyd and was the second wife of John F. Loyd, of Springfield, Mass. She was the wife of John F. Lloyd, Jr., of Springfield, who died in 1887. Margaret married James W. Hulen on June 1, 1884, at Columbia, 111. The couple lived in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 17432.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 35.03152847290039,\n", " 'text': ' love our beginner class for you! This is for those just learning how to BBQ with us, and for the seasoned barbecue lover!\\n$5 per adult, $0 for kids ages 4-17.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 104101.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 32.60749435424805,\n", " 'text': '\\n# The above message and all attached documents are public knowledge, and may not necessarily be reproduced by any non-profit or educational entity without permission.\\n\\nCopyright © 2012-2016, Axiom Systems',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 104101.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 27.16968536376953,\n", " 'text': ' with metal buckle. Fabric: Polyester, polyamide (cotton, elastics and fleece). Size 28 - 30 (M and L).\\n\\nSizing Chart: S-M: M',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 104101.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 16.379484176635742,\n", " 'text': \" 2016. What do you recommend to build your site? I've created a list of the most successful sites on the net (and you can add yours too). The list of sites I recommend is given below\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 104101.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 42.4504508972168,\n", " 'text': ' and light improvements and other activities. The update includes projects in the Denver School District. See the latest updates here on the board website. The Denver School District will have another update at 8:30 am Friday',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 104101.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 28.213171005249023,\n", " 'text': ' and schedules are listed below, with additional timetables for some other lines.\\n\\n(click on your train schedule to go to page with that timetable) RERES\\n\\n(click on the timetable',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 96295.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.13381576538086,\n", " 'text': ' of the episode. In it, they said that they would keep the series going until Season 5 and that Season 5 would happen in September of 2018.\\nThat was the last I heard about the Wire.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 96295.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.17992401123047,\n", " 'text': ' of rules? In a world where we are told that all life is precious we have no way to protect the vulnerable. No matter how many people die. There is nowhere to turn. No one is listening',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 96295.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 12.010479927062988,\n", " 'text': \" If you don't already have a contact lens, you will want one to replace your current lens. These replacement lenses have been tested in clinical studies.\\n\\nThe replacement lenses have not been approved or approved\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 96295.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.157915115356445,\n", " 'text': \" judge rejected its bid to block it from taking the world's largest snack retailer over its refusal to pay employees more than $15 million in overtime. The deal, which would give US Foods access to the world\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 96295.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 61.54620361328125,\n", " 'text': '\\nPENCARIAL FILMPUNK 2017 Peace Breaker! 거이하기, 횈동드 전진',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 94071.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 15.3821382522583,\n", " 'text': ' to appreciate the gifts of the Lord Jesus Christ.\\n\\nHere are some of his favorite quotes to inspire us through our hearing training:\\n\\n\\n\"If you hear the voice in your head that says,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 94071.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 38.422454833984375,\n", " 'text': ' Role In Asset Pricing.\" Journal of Macroeconomic Policy and Research 10.3.2013 (PDF). doi:. Google Scholar\\nhttp://books.google.com/books?id=Vk6',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 94071.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 20.711666107177734,\n", " 'text': ' I am not sure whether it works properly or not. I have a contact form but no way to send any emails. I have also created my email address at www.davidlindsaydavis',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 94071.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 20.234529495239258,\n", " 'text': ' are among the top in Asia. The resort is located close to several major metropolitan centers and has many amenities including guest rooms, an elegant restaurant, swimming pool area, sauna facilities, a gym, fitness',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 94071.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 11.713274002075195,\n", " 'text': \" I just want to make sure he knows it's important and that he has my respect and I think he does, but I just feel like a mother. I know I can't control what my son does\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 147249.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.88810157775879,\n", " 'text': \". In the UK you pay more to see a trailer than to actually watch it - you're talking £2,500 to see it.\\nBut that's why the trailer is there to promote a film\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 147249.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.525270462036133,\n", " 'text': ' phase in the redevelopment project for the Old Town.\\n\\nIn partnership with the local council the partnership aims to develop a design and development framework for the complex, which includes a pedestrian zone, pedestrian bridge,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 147249.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 22.87258529663086,\n", " 'text': \" 25, police had closed down the temple's campus after complaints of violence from students and the media. (Photo courtesy of R.A. Raju) On March 24, a group of around 2,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 147249.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 14.900354385375977,\n", " 'text': 'ethyst was one of the earliest gemstones discovered and is still mined in large amounts, while jasper has become increasingly important as an abrasive mineral.\\n\\nJasper\\n\\nIn addition to the mineral',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 147249.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 23.483104705810547,\n", " 'text': \" of our mother, childhood memories of walking the streets on a rainy day.\\nWhen I'm at home, I write about food, books, and life. Sometimes I write about life. Sometimes I go\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93345.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 24.58426284790039,\n", " 'text': ' the deadly floods. In addition to saving many of their parents, Thailand is also saving many of those children who may have been swept into the wild.\\n\\nThe rescues are being made in tandem with',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93345.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 16.418989181518555,\n", " 'text': ' how HTML and CSS work, how to create dynamic websites, give you tips on using JavaScript, and give you a few tips for using the Adobe Lightroom, Photoshop and vector software. It will also teach',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93345.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 23.055728912353516,\n", " 'text': ' we offer cash back on your deposits, plus rewards and rewards points on top of earning interest. The rewards are based on the type of deposit and also include points on the purchase of your rewards. There are',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93345.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 31.443525314331055,\n", " 'text': ' a sport, you love it. Some of you, like cooking or sewing, but you also like traveling. I like to do that because you can travel for hours with nothing in your wallet. But if',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 93345.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.471776962280273,\n", " 'text': \" We offer you an unparalleled experience when you shop with Westington Lock, and we're proud to have them as our trusted and trusted customers. We have more than 40,000 customers, including over 40 million\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 112436.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.28982925415039,\n", " 'text': 'overs MAX will make arrangements to have your order placed for pick up within 30 days of the payment receipt being received, provided your order is paid in full within 14 days of receipt of your payment receipt by a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 112436.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 46.358306884765625,\n", " 'text': ' which can be done through touching his body, but the process is not as easily understood. This book is based on the book of vashishram. It helps you create a bond and enhance your sexual',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 112436.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 20.514070510864258,\n", " 'text': ' US remains small. In the first quarter 2011, 24% of US Internet users said they were looking for new online dating partners online, compared with 21.8% who said so two years earlier and 17',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 112436.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 15.712718963623047,\n", " 'text': \"'ve been looking around at other people's work and can't decide which is the most useful to me at this point! It's certainly been interesting reading about it, but I'm sure there are many other\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 112436.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 25.765626907348633,\n", " 'text': \" the planet. We see it in how the book deals with our history.\\n\\nIn the first chapter we're presented with all kinds of natural wonders where there are many species of fauna, from the\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 91581.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 28.253740310668945,\n", " 'text': 'SL Season 1, Post Game, Day 4,,.,, 0-1, 0-- 1- 0, 0:00.00, 1 1, 0, 0:00.00, 3 4',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 91581.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.200998306274414,\n", " 'text': \" and a dinner afterwards. Check out her workout video here and check out her nutrition info here. And here are a few pictures of her that I took on the course. I'm sure you guys will love\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 91581.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.436391830444336,\n", " 'text': ' your biggest issue with this game and why is it so bad, and what are you working towards in the next update\\n- 4.1.1.2 - Fixed an issue preventing the player from getting',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 91581.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 20.798866271972656,\n", " 'text': ', Uncle Ben, who died during the shooting).\\n\\nIn a series of interviews released this year on his website, he revealed that he had been approached to star in \"an upcoming film\" by a',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 91581.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 16.071889877319336,\n", " 'text': ' cats and the public at large and hope the information and resources presented on our website can help others who find themselves on the streets and in need, and help others who may be looking for a loving home for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101855.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 34.89836502075195,\n", " 'text': ' of the Cosmos that are of general interest, I may have included them in a future post, and the blog is always welcome for suggestions.\\nAll posts are also welcome on the web at www.Cos',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101855.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 58.24354934692383,\n", " 'text': ' play. New York Giants -1 Plays from scrimmage -2 yards 1 plays, 0 seconds Left End of play (1) New England 0 NYG 7 Plays From Scrimmage 0:07.0',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 101855.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 33.77263641357422,\n", " 'text': \"s massively multiplayer online battle series is so good that it's been played more times than the entire history of The Matrix in just one week, the Guardian reported, and it's the one game on the market\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101855.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 10.291522979736328,\n", " 'text': ' If you are willing to help out, please get in touch. You can find out if you can help by calling our team on 0845 528 5400\\n\\nFor more information check out our website',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101855.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.16463279724121,\n", " 'text': ' of the events that are available for the volunteers to participate in. You can find the dates for the events below. All volunteers should arrive early for the Assembly for Children event to ensure they have all the materials',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107689.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 26.46955680847168,\n", " 'text': '.4 kilometres, 7.6 miles hike from the base of Mt Everest is an exhilarating trek. You will cross over several dangerous peaks and glaciers before you get to the base of Pangma.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107689.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 22.930566787719727,\n", " 'text': '). At the death of the Bishop himself, Vergilius was reelected. After some delay, in 677, his nephew, the Bishop of Cologne, died in 678. The year 6',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 107689.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 35.54249572753906,\n", " 'text': ' Roku devices and more. (ABCGo.tv/abcnewsgo UK TV)\\n\\n\"We have been advised that we are in breach of Australia\\'s copyright law if we are to offer these services',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107689.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.368492126464844,\n", " 'text': ' up to your computer to create the data, merge it with other sources (with the aid of other machines), import them and display them in a way that you can easily understand and understand your data.\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107689.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 42.84607696533203,\n", " 'text': ' for sharing. If you don’t have any website you’re looking for ideas, then you should try WordPress on your blog, and maybe share your site on Facebook. WordPress has also made',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 104820.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 12.163820266723633,\n", " 'text': \" cost and don't see how they will be covered under Medicare or the Affordable Care Act, new research from Harvard School of Public Health suggests. A study led by Harvard School of Public Health experts found that people\",\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 104820.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 17.840742111206055,\n", " 'text': \" This is a huge event for many reasons — and we're excited about what this means for us and for the children of New Haven and beyond. The festival is designed to foster creativity and connect kids from around\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 104820.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 33.84091567993164,\n", " 'text': 't pleased about this and they are getting ready to appeal the decision. The legal team says the case is based on a completely unjustified accusation. \"The judge has ruled against the club, and it�',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 104820.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 31.571897506713867,\n", " 'text': '. By connecting the adapter IDE HDD will be accessible from other IDE devices such as: SD card / CD/DVD, mouse / keyboard and USB keyboard (for example if you use your USB keyboard as a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 104820.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 28.7268009185791,\n", " 'text': 'ired by the Colts as an intern, John Elway had a dream to be in the NFL, an internship that led him into Indianapolis and to his current gig as head coach (and occasional head coach)',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107405.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.872814178466797,\n", " 'text': ' not be a big problem. The task of software developers and designers is solving problems that have been built up by others for years without any real innovation.\\n\\nIt is in this vein that Google does not',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107405.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 13.750932693481445,\n", " 'text': ' In the same bowl, place the onion rings and pepper and cook for 10 minutes. Add the potatoes, carrots and tomatoes, stir well with a fork and cover. Let them simmer for 30 seconds, add',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107405.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 15.1984224319458,\n", " 'text': ' be useful for screening for high-risk mutations.\\n\\nIn contrast to previous studies using a variety of methods to determine the expression of genes for specific diseases, in this research we used a single-str',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107405.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 29.403514862060547,\n", " 'text': ' alumni in the Comments Below. Thanks!\\n\\nThis list includes all students in this class who graduated in 2001\\n\\nNOTE - If a student has never graduated from high school from Ohio, they may not',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107405.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.247495651245117,\n", " 'text': \", because he's sure to give you all the details of the crime that will leave you feeling a sense of shock and disbelief. Neville knows how to tell a compelling story, but he can tell a great\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 99217.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.40238380432129,\n", " 'text': ' culture and political life and in particular to cultural studies and politics. The Center is an academic center dedicated to exploring cultural, political, sociological, and social issues that concern people, societies, and culture in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 99217.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 16.782346725463867,\n", " 'text': ' – we are still having fun and enjoying ourselves.\\n\\nLast week, we returned to Brisbane with our two children for a day on our own and we made the most out of the last weekend. We',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 99217.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 12.546316146850586,\n", " 'text': \"'s offense looked fluid in the first half but couldn't score. The Longhorns had a 14-5 edge on the run and didn't have a chance to score a touchdown until midway through the third quarter\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 99217.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.581510543823242,\n", " 'text': \"? Is there a difference between knowing and believing or are you just pretending to know and believing stuff? Thanks for your questions, Grace, and sorry if I'm late but I'm out of time, so\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 99217.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 27.834035873413086,\n", " 'text': ' are too sweet, use a low dose of honey, sugar, and honey flavoring for your teeth whitening regimen. Just remember, this is not meant to compete with any dental treatments, just to get',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136248.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 14.474784851074219,\n", " 'text': ' buyers, who do not qualify to buy property in Japan in the first place and do not have a financial interest in their purchase, or buyers who are not Japanese can apply for a mortgage on property in Japan',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136248.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 29.844039916992188,\n", " 'text': 'ishment. With over 30years of combined experience we know what is best for both the home owner and the building industry. Our expertise comes from extensive experience with façade glaze and curtain walling and',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 136248.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 30.445228576660156,\n", " 'text': ' Greater Manchester (C.A.C.), announced that she had ordered an independent investigation of all deaths in respect of firearms that occurred from 1999 to 2016 on the London Underground, including deaths on trains, on',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 136248.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 20.095155715942383,\n", " 'text': \" This is a huge step towards making infinity the best infinity server.\\n\\nNow, with this, I'm looking for someone to run a server for me. I'm hoping that someone has experience\",\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 136248.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 16.78478240966797,\n", " 'text': 'to-day demands of the day. In fact, a recent study from the University of Southern Denmark shows dogs are capable of spending two or three days out of every four in their own habitat alone in a',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 101774.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.972257614135742,\n", " 'text': ' that are more capable and reliable than previously imagined.\\n\\nThese developments have led us to the conclusion that, despite our belief in the inherent safety benefits of autonomous flight, a significant proportion of commercial and government',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101774.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 27.61221694946289,\n", " 'text': ' in the areas of: business development, business management, customer development, marketing and PR, online advertising, SEO, customer satisfaction and customer service, and more\\nLearn from leading industry and academic experts to learn',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101774.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.288284301757812,\n", " 'text': \" in Performance from the Polytechnic and a Master of Arts in Theatre from the University of Chicago. She has performed on Broadway and in Chicago's Southside district and has performed at several venues, including:\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 101774.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 31.635303497314453,\n", " 'text': ' occasional slice from the garden. The cheese was made from ricotta or azo-cord and the sauce is made by boiling eggs in water until the whites begin to melt and the yolk hardens',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101774.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.218692779541016,\n", " 'text': \" to work. Went downtown and bought a bunch of books. Started a blog at http://joeandme.blog. I've had to take some breaks, but I'm trying to keep it up\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 101087.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 10.642204284667969,\n", " 'text': ' Add garlic and stir in. Cook 5 minutes.\\n\\nIn a large skillet or pan, heat up a few teaspoons of oil. Stir in onion, peppers and carrots and simmer until tender, about 5',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101087.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 23.80318832397461,\n", " 'text': \", The Olde Dominion. The location on the city's Main Street has been the site for several years, but it's still very much an experiment, a place where beers are brewed for the curious,\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101087.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 24.264236450195312,\n", " 'text': ' of the town. Live music, conversation and discussion will go on throughout the event and the entire town will join the festivities. Free. The community radio station will take place from 9am until 12pm (',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101087.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 38.34214401245117,\n", " 'text': ' place. Rough, located about 250 miles from Cardiff in West Wales is one of four storage facilities being developed to meet a growing demand from customers for low cost storage of digital data. Rough is currently the world',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 101087.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 14.233266830444336,\n", " 'text': \" back!\\nYou asked for it, We got it!\\nI love this one, I love it, I can't stop wearing it\\nI just bought a copy, I just bought a copy.\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 112114.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.592376708984375,\n", " 'text': ' roofer with the right training and equipment can safely install your new home. If not, a roofer can work with you in selecting the best contract for your situation. Here is a few helpful resources to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 112114.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 23.72344207763672,\n", " 'text': \" calling for international attention to protect the victims of Monday's bombing at the Ben Gurion International airport in the western suburb of Ramallah on Friday. The Israeli military has also said that two soldiers were killed in\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 112114.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 29.10451889038086,\n", " 'text': \" Earth's surface from space, which is a combination of video and sound.\\n\\nIn addition to supporting the Apple TV app on Mac, the 8i Portal lets people watch the same video on their Apple\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 112114.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 11.682212829589844,\n", " 'text': \" now. One of the reasons for this surge is the growth of mobile wallets like Apple Pay or Google Wallet. But what's happening is that more and more people have started to use Android phones. There are\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 112114.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 17.9658260345459,\n", " 'text': ' we are dying of hunger. The Economic Papers Series, Volume 22, Issue 3 (June 2016): 1-21. https://doi.org/doi:10.1086/1856-7',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 126223.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 28.31990623474121,\n", " 'text': \" book called The Perfect Food. And then Sunday, we went out, and we went out drinking, because all we wanted was some good, good, good fucking food! And I've never really eaten anything\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 126223.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.450563430786133,\n", " 'text': ' we are going to find it extremely difficult. I hope she can come with me, because I know she could not stay in Darwin, and we need to go somewhere else because of the cost of accommodation.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 126223.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 149.992431640625,\n", " 'text': 'ira_Holly_Chen SarahKeller MaryShelton-Smith. SarahLacey. MaryEllenMeyer SarahP.Carroll. ElizabethLaurisSarahKeller Mary',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 126223.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 18.73274040222168,\n", " 'text': ' City. One of the reasons for the push is to spur Amazon to expand into Texas, a key state that has lagged the company in other markets like California but is now looking for a bigger presence there',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 126223.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 30.544063568115234,\n", " 'text': ' Ricketts by phone or email (818) 642-1834. All questions about the treatment may be found at our treatment page here: The Treatment Page\\n\\nWhen you come to the clinic',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100052.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 43.81473159790039,\n", " 'text': 'highway) in/23(automobile) ft of ground clearance. $5k $5,000\\n\\nPitot Compressor\\n\\n$600-$600,000,000.',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 100052.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 20.922504425048828,\n", " 'text': \" was bigger and my wallet could fit bigger. But I'm sure it isn't, because I love it. I'm also so glad to know that I can order from them again. I'll be ordering\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100052.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 15.06956672668457,\n", " 'text': ' time to do it.\" And then she went to sleep, thinking that he had done well for the night and was enjoying the company that he had provided. But when the morning dawned and she looked around',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100052.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 17.848148345947266,\n", " 'text': \" where it becomes problematic, because all you want is to become a good reader. But you're also writing the book every day! You're not writing for your own enjoyment. It's not for your kids\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 100052.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 31.13150978088379,\n", " 'text': \"la has to fill now. And then something else. It's like, what?‒ It's like it's the only way to say goodbye.’\\n\\nThere's a moment of silence\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102522.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.531997680664062,\n", " 'text': \" of the finest seafood dishes, and you are a really good person - this is for you! If you can't pay for food, this is probably not the spot to go!\\n\\nI went here\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 102522.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 28.387853622436523,\n", " 'text': 'ang National Park (BHM) and Bandar Lehang National Park.\\n\\nIf you go to Melaka you will be at the top, you will have great view and a view of all that',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 102522.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 15.499452590942383,\n", " 'text': \" you want and to see how you can make them better, to take them on a journey, and so that's how I've been working on them the most. That's how much I want it to\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 102522.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 40.61266326904297,\n", " 'text': '\\nHere\\'s what is going on behind the scene in Fairfax County for the holiday season with \"Extra Eyes for DWIs\" here at the office.\\n\\n\"Extra Eyeshadows\" is an annual',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 102522.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 23.387113571166992,\n", " 'text': ' their communities and society at large.\" The authors acknowledge that while education alone has been effective in reducing female poverty rates, \"it cannot be reduced to one thing, and it is in no way limited by a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 97770.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 19.094173431396484,\n", " 'text': ' day on your vacation time and you can make your vacation a whole lot more enjoyable with this one little tip. I like to start each of my vacations early so I can start getting more sleep before going to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 97770.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 28.89209747314453,\n", " 'text': ' Group to J 23. In total, J 24 and J 19 have a combined debt of approximately $7 billion. It is understood the sale is not complete, and it is believed J 24 will continue to',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 97770.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 22.469289779663086,\n", " 'text': 'opy. In this instance, this high brightness provides an excellent match for the high power and low luminosity of high power laser pulses, making this device ideal for use in surgical applications or in non-in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 97770.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 4,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 2, 'bases': 1, 'deltas': 0},\n", " 'perplexity': 21.432981491088867,\n", " 'text': 'oyd is a member of the Department of History and Art. She is professor of fine art and literature at Harvard University and has taught and edited the course, \"American Popular Art and Poetry.\" Robert A',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 97770.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 113.31739807128906,\n", " 'text': ' learn skills and apply that experience to making great ribs. Join and watch us and your guests train for a',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 57280.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 49.18743896484375,\n", " 'text': '\\nApproach\\n\\nOne would like a lightweight tool (or library) for performing automatic testing within an',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 57280.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 104.7040023803711,\n", " 'text': ' and buckle. One front panel and two long arm sleeves are tucked into a large leather gimme.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 57280.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 197.17657470703125,\n", " 'text': \". 2, 2006; now available for online users! O'Neal provides some further readings, but it\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 57280.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 98.62062072753906,\n", " 'text': ' and cooling facilities and materials on the ground. Schools are also expected to pass through numerous upgrades to existing buildings',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 57280.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 128.0606231689453,\n", " 'text': ', timetable changes, trains, timetables on website:\\n\\nGurgaon - CST, L-',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 59988.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 80.9326400756836,\n", " 'text': \"!\\nHe's like an extra person in those episode and if not for that comment he was giving a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 59988.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 111.48160552978516,\n", " 'text': \" of rules?\\nI'm wondering: Are there patterns to that argument and what may it signify for a\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 59988.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 56.55364227294922,\n", " 'text': \" Each 90mm provides a 360mm coverage of your home. It's also about 10% cheaper than going\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 59988.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 39.58503341674805,\n", " 'text': ' jury in a Brooklyn trial earlier this year turned against Wal-Mart.\\n\\nUS Foods was sued by',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 59988.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 80.126220703125,\n", " 'text': ':\\xa0 F-8K-4W\\nI was so nervous my chest and lower back gave out',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 69518.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 132.96572875976562,\n", " 'text': ' to experience HIS will. All these great speakers will help to further push your listening and singing abilities while helping',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 69518.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 74.0127182006836,\n", " 'text': ' Response: the Policy-of-Impact Method.\" Chicago Economics Review 22, 3 (July 2001)',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 69518.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 56.78451919555664,\n", " 'text': ' it does not host the content we need to support our email newsletter or even sell something on the web site',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 69518.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 121.21588134765625,\n", " 'text': ' include a spacious pool and dining room, fitness center including a stationary pool machine; spacious indoor exercise studio and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 69518.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 53.389366149902344,\n", " 'text': ' I just keep eating what\\'s best in me—but it is a meal.\"\\n\\n8. Get',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 65686.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 161.35728454589844,\n", " 'text': ', because the more screen that sets you and the lower it is you get out of front-line traffic',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 65686.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 79.11466217041016,\n", " 'text': ' stage, the design, art and engineering. With international recognition in the architectural community this group aims to use',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 65686.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 100.03739166259766,\n", " 'text': ' 15, the Bihar government started to sell the same land in central India where Jogyesa village was',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 65686.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 99.19757843017578,\n", " 'text': 'ethyst occurs in abundance when quartz forms, often accompanied with carbon. Quartz shows the largest variation across many ge',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 65686.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 55.78177261352539,\n", " 'text': \" of us sitting on benches of a church playing and reading. It's all really fuzzy now, but it\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 59720.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 122.41104125976562,\n", " 'text': ' drowning and dehydration. Their story, their story. On February 13 the five boys from Thailand are receiving their',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 59720.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 149.354248046875,\n", " 'text': \" how to transform interactive elements to a powerful, functional experience through techniques we've worked well into other industries including\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 59720.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 80.71499633789062,\n", " 'text': ' you receive an APR that may be one of your own choosing! More than just checking your phone balance on',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 59720.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 165.45668029785156,\n", " 'text': \" not TV you might spend hours on Instagram. Maybe even 10, or even so far i haven't thought\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 59720.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 50.43381881713867,\n", " 'text': \" We offer professional, free consultations – a first choice – on a number of methods that you've probably never\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 75994.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 537.3072509765625,\n", " 'text': 'overs/MOBILIONS in Indiana :.-Moves :.\\nTowers of Shady Brook,',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 75994.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 112.79947662353516,\n", " 'text': ' even when he is your opposite number? Vashikaran gives you guidance and insights, including that every',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 75994.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 37.550899505615234,\n", " 'text': ' US went from 48% earlier this year to 55% more than last year - and at a more or',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 75994.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 20.20441436767578,\n", " 'text': \"'m not sure of why the term has been banned, if it does have a proper name, but it\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 75994.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 92.86298370361328,\n", " 'text': ' the Amazon, to take back, as a conservation priority the huge area that currently houses its rain forest for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55045.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 91.87479400634766,\n", " 'text': 'SL 2v2: Group #1 [BO3] ByyyYs vs.Bjø',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 55045.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 205.90365600585938,\n", " 'text': \", 2x50 meter time Trial runs the same day is what made the girls shine. I'm so\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 55045.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 66.34384155273438,\n", " 'text': \" your response?\\nI'm fairly experienced in both use cases.\\xa0 So, I spent an interesting week\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 55045.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 184.33126831054688,\n", " 'text': \", Sir Tony). We can't forget that Uncle Ian would make more beautiful, dramatic films if he made\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 55045.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 66.09149932861328,\n", " 'text': ' cats in our communities. Our Mission will remain in alignment and focused upon the wellbeing of animals and making sure',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 66756.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 59.652339935302734,\n", " 'text': ' that are relevant to me I recommend you to comment as below this article. Enjoy your visit if you like',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 66756.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 653.8882446289062,\n", " 'text': ' play-clock 4 \\xa0Lamara kicks 5 45 -13-0 3 1 \\xa0',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 66756.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 125.70760345458984,\n", " 'text': 's virtual currency BtcPurse, launched about two weeks ago to pay players out the games and online',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 66756.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 142.1546173095703,\n", " 'text': ' We offer six week long summer shifts in several parks around Greenwich area of London of approximately 120 days each,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 66756.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 134.86251831054688,\n", " 'text': ' and contact numbers that should help those concerned with this event, and others such as other Assembly participants in general',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 54865.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 145.67166137695312,\n", " 'text': '.4-km trek includes a popular peak, scenic panorama in three days along river and hillside',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 54865.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 91.145263671875,\n", " 'text': '). When a new peace, established justly, in 801 between Charles V, Duke of Normandy and',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 54865.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 109.04010772705078,\n", " 'text': ' Kindle and Fire tablets or by logging onto the web portal – Watch ABC Go UK! To find out about',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54865.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 111.51297760009766,\n", " 'text': ' just that — that, a batch of sheets produced by your computers. You might find yourself making that next',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 54865.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 176.15878295898438,\n", " 'text': ' tool to share content across various devices by utilizing global cross promotion, or \"shared plugin\" to discuss about',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107213.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 48.488014221191406,\n", " 'text': ' cost and uncertainty surrounding choosing their plan. They may also be concerned about the limited financial savings they may have',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 107213.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 47.615596771240234,\n", " 'text': \" It's at 8PM EST, and we saw some new movies playing, especially in the children's area\",\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 107213.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 183.42202758789062,\n", " 'text': 't playing along and no decision had been reported to explain the situation to its sponsors and customers by early afternoon',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 107213.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 132.67648315429688,\n", " 'text': '. Check our product or visit the other products list.\\n\\nDell drives with SATA support and PCI',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 107213.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 73.63082122802734,\n", " 'text': 'akeem Nicks came up bright and early in an opening speech to give Indiana its first-round NFL',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 58909.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 56.939449310302734,\n", " 'text': ' be: \"Why do I own the hardware and operate these programs? So I can keep running this?\"',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 58909.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 33.756988525390625,\n", " 'text': ' In a small sauce pot combine coconut oil and the onion and simmer for 20 minutes (or 2 minutes longer',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 58909.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 80.31063079833984,\n", " 'text': ' be useful for high-resolution RNA isolation (24). The available studies report little correlation in size and shape',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 58909.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 222.26971435546875,\n", " 'text': ' information to [here] For any further information about creating your own class of 2001 graduates the Class Finder FAQ',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 58909.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 76.36836242675781,\n", " 'text': \". Very much for me I recommend you to make 'em like. You might find yourself asking for a\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56076.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 58.22589111328125,\n", " 'text': ' culture and society in North American and American international history, and on contemporary American cultural performance in cultural, political',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56076.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 58.695770263671875,\n", " 'text': ' – I was always looking forward to watching my grandchildren again because as you can guess my husband would argue with',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 56076.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 95.6240463256836,\n", " 'text': \"'s attack can be trusted and has become more mobile, and on defense he also looks like he will continue\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 56076.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 42.31806182861328,\n", " 'text': \"? Why the hell doesn't she ask her firstborn again? Why would there have been more letters?\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 56076.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 113.82976531982422,\n", " 'text': \" are essential, eat in private room, since that makes it uncomfortable, especially after you've done it once\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 76557.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 75.2456283569336,\n", " 'text': ' buyers with a business connection. This category includes individuals having an actual commercial investment and with significant ownership interests.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 76557.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 130.02029418945312,\n", " 'text': 'ishments. Since its early discovery it has earned awards of gold and meriton medals, including both gold',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 76557.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 87.97613525390625,\n", " 'text': ' London County was presenting me to a crowd of anxious and curious friends — the latter mainly because of an incident',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 76557.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 20.048234939575195,\n", " 'text': \" It's up to me how I handle some things so I haven't done much writing. I'm still\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 76557.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 68.10724639892578,\n", " 'text': \"long routines that we live, over a long distance, and on airplanes. You'll notice, I don\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 53466.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 50.22303771972656,\n", " 'text': '. Although the USAF is still a strong performer in almost every area of air warfare, by 2014 its U',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 53466.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 91.28701782226562,\n", " 'text': ' and receive an extensive knowledge resource which you may use with companies that are interested in launching a technology company using',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 53466.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 130.3905792236328,\n", " 'text': ' in creative writing in Creative Media at Columbia with emphasis on critical theory. An international master in cultural performance at',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 53466.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 77.41323852539062,\n", " 'text': ' opportunity a year or two ago with her to make two ways (salt and fresh pepper) from scratch',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 53466.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 131.79335021972656,\n", " 'text': ' to work without a map or address on my wallet. Was an 8am PT. Got home before dark',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 68724.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 51.77689743041992,\n", " 'text': ' Add corn-seed mix, cornmeal, honey and salt and bake stirring until cooked through, 3-',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 68724.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 92.52362060546875,\n", " 'text': ', The Bier Bar Co. The brewpub is serving a 24-seat craft beer tent with outdoor',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 68724.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 110.80620574951172,\n", " 'text': ' of ATHNÉ history. The community is excited about hosting live music from 4 pm to 6pm',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 68724.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 173.91114807128906,\n", " 'text': ' place until the summer after securing a storage service agreement with HydroOne and taking orders on a second location.',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 68724.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 64.01624298095703,\n", " 'text': \" a clothing store specializing in men's dress. Feel like looking great, feeling cool. Shop the hottest men\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 52292.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 37.51386260986328,\n", " 'text': \" roofer will be able to install the proper roof cover. It's also better for us if you feel\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 52292.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 146.18267822265625,\n", " 'text': ' condemning reports of abuses of refugees, as a crisis looms in Africa as people flee grinding conflict zones across this',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 52292.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 115.51393127441406,\n", " 'text': ' the Ringwood Bridge in New Zealand.[1] From November 1st to 2nd of 2014 8i',\n", " 'msg_rate': 0.6,\n", " 'run_time (ms)': 52292.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 51.064205169677734,\n", " 'text': ' today, the paper reports. This means many families cannot access their accounts because in some instances customers may have',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 52292.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 58.70792007446289,\n", " 'text': ' it does. In A. Z. Omer, and X. Huang (ed.). Handbook of Modern',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 56654.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 99.86904907226562,\n", " 'text': ' recipe book! I also cooked up another fantastic bread and chocolate bread pudding - all the words are just in',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56654.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 37.877986907958984,\n", " 'text': ' that in a month or so he has been away and not been contacted by us, so he will never',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 56654.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 233.53111267089844,\n", " 'text': 'joKitty. LauraEllen. NickyKari. KayleePampeo-A',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 56654.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 125.419677734375,\n", " 'text': ' City to replace what they dubbed a \"downtown-floppy-office.\" That announcement came after it',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 56654.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 41.181365966796875,\n", " 'text': ' Ricketts at 317/921-4590.\\n\\nIf you need assistance regarding health problems,',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 64482.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 95.16675567626953,\n", " 'text': 'highway) Laps, Navigation Lights\\n\\n2016 Toyota Camry, Silver/Red 3dr Sed',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 64482.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 82.11558532714844,\n", " 'text': \" could hold a wallet from Lush instead of L'Oreal for that extra touch! What a wonderful\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 64482.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 86.08065032958984,\n", " 'text': ' help that I receive! It was only a slight headache when the horn broke after you began, but it',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 64482.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 38.1202507019043,\n", " 'text': ' where they grow up writing everything from \"Oh my god, my name is Jill\" to the phrase \"',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 64482.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 101.14790344238281,\n", " 'text': 'ole could never fill, one inextricably bound in her family — the ones she cares about deeply',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 64233.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 95.14298248291016,\n", " 'text': ' of these bahamian fish that i love to serve my guests or the ones we serve ourselves,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 64233.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 197.5449981689453,\n", " 'text': \"ang University's Sajak. The route brings the Taming Sari to Malacca before going up\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 64233.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 64.7770767211914,\n", " 'text': ' we want for all people, including your kids and grandmothers; and really do make them a life worth',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 64233.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 84.11546325683594,\n", " 'text': '\\nDianna Williams and Shawn Pasternak are partners in the Virginia Tech-Williams-Patterson',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 64233.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 70.29574584960938,\n", " 'text': ' their own future, which often includes changing behaviors. Women experience negative impact at rates in excess of twice that',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 57189.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 88.07275390625,\n", " 'text': ' week. Your work is awesome! A great customer service team would really do some extra digging! Tons',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 57189.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 85.59092712402344,\n", " 'text': ' Group in a total sale financing transaction worth Dh7 billion (US$65 million), after three previous consortium',\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 57189.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 194.88925170898438,\n", " 'text': 'opy by those that practice radiation exposure medicine in medical and scientific settings. An array of Xe LED products',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 57189.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'random',\n", " 'delta': 6.0,\n", " 'base': 16,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 2, 'bases': 2, 'deltas': 0},\n", " 'perplexity': 149.81272888183594,\n", " 'text': 'oyd is secretary of W. I. Wilson. Mrs., Margaret E. Larson was the late James W',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 57189.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 0, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.989774227142334,\n", " 'text': ' get to learn about the science of cooking, and how the different methods of cooking differ from one another. This class will cover the science of how to properly cook meats and veggies. The class is designed for people with a good understanding of the science behind cooking, and will help them understand the differences between different ways to prepare meats and veggies. This class will teach you the basics of cooking so that you can',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 193058.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 1, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.157483100891113,\n", " 'text': \"\\n'Mac OS X Lion 10.5.5 (Xcode 10.5.5)':\\n\\nMac OS X Lion is a version of Mac OS X designed for the Mac Pro and the new Mac Mini. It has been released in October 2011.\\n\\nThe release of Mac OS X Lion is a significant upgrade from the Mac Pro's original release. The Mac Pro was released in August\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 193058.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 2, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.194182395935059,\n", " 'text': ' loops.\\n\\n\\nSize: 42\" wide x 32\" tall x 12\" deep.\\n\\n\\nMade in Canada.\\n\\n*Please contact us for custom sizing.\\n\\n\\nItem is made to order. Please allow 3-5 days processing time.\\n\\nPlease allow 2-4 weeks delivery time.\\n\\n\\nAll orders are made to a USPS Priority Mail envelope.\\n\\nAll orders must be',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 193058.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 3, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.237821578979492,\n", " 'text': \" 2014.\\n\\n\\nWhat are the benefits of a Backlink Checker?\\n\\n\\nBacklinks can be used to attract new customers to your website, and to improve your SEO ranking. It is important to keep in mind, that backlinks will not help you rank higher in Google if you don't do the right backlink checking.\\n\\nBacklinks can be used to attract you new visitors, and\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 193058.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 4, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.847030639648438,\n", " 'text': ' and lighting and other improvements.\\n\\nIn addition, the Denver School District announced Monday that it has approved more than 500 new school construction jobs for the coming fiscal year.\\n\\nThe Denver School Board also said it has received a total of nearly 1,200 applications for new construction jobs since the school year began.\\n\\nThe district said Monday that it has approved nearly 1,400 new construction positions since',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 193058.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 5, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.612079620361328,\n", " 'text': ', and schedules, including alternate trains, to and from Delhi and Mumbai. The schedule includes Delhi, Mumbai, Bangalore, Hyderabad, Jodhpur, Bhopal, Chennai, Chennai Central, Chennai North, Chennai East, Delhi South, Delhi South Central, and Delhi South North Central. The schedule is subject to change without notice. The schedule is subject to change without notice. The timetable is',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 9762.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 6, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.688796997070312,\n", " 'text': ' and I had to go to bed, so I had to watch the episode again. I thought that I\\'d done well, and that I was doing well. So I thought, \"What if this is it.\" And then I realized that I\\'d been watching a lot more of the show, so I thought that I\\'d done well. And I thought that I\\'d done well for a while, and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 9762.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 7, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.141277313232422,\n", " 'text': \" of rules?\\nOr are the rich rich because they can afford to play by the rules?\\nAnd if that is the case, why aren't all of the rich richer than they were before?\\nI don't know.\\nIs it because they got richer? I don't know why they don't.\\nI'm not saying they don't.\\nI'm not even saying that their wealth\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 9762.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 8, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.156661033630371,\n", " 'text': \" You can replace them for free if you buy a new box of lenses. The lenses will last up to 12 months.\\n\\nIn order to purchase a replacement lens, you'll need your ID.\\n\\nYou will need an ID that is valid for 3 or more years.\\n\\nYou will need to provide proof of age and residency. You also need to have a valid photo ID. You can\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 9762.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 9, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.111773490905762,\n", " 'text': \" judge refused to block its move to buy out the company's shareholders.\\n\\nShares in US Foods Inc. closed down 1.5% on the news.\\n\\nShares of US Food rose 0.6% to close at $2.11.\\n\\nShares in General Mills, the world's largest food-maker by market cap, were up 0.1% on the news and rose 0\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 9762.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 10, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.364126205444336,\n", " 'text': ':\\nEdges\\nPENCIAN:\\nEdges\\nEDGES:\\xa0\\nEdges\\xa0\\nYuk:\\nEdges\\xa0\\nYuk:\\nEdges\\nYUK:\\xa0\\nEdges\\nYuk:\\xa0\\nPENCIAN:\\nYuk\\nEdges\\nEdges\\xa0\\nYuk:\\nYuk:\\xa0\\nYuk\\nYUK:\\n',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 187232.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 11, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.542594909667969,\n", " 'text': ' to hear Him. I hope you find these videos helpful in helping you to become a better musician and better person. If you have any questions please email me at info@musixology.com.\\n\\nCheck out the videos below and let me know which ones interest you.\\n\\nDownload the SoundCloud Audio Player\\n\\nDownload the YouTube Audio Player\\n\\n\\nI hope you enjoy these videos as much',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 187232.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 12, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.287964820861816,\n", " 'text': ' Implicit Inflation Model.\"\\n\"The Labor Force: An Empirically-Assessed Indicator of Health.\"\\n\"The Monetary Effects of Unemployment: Evidence from the 1980s.\" The Quarterly Journal of Economics. Vol. 96, No. 1 (Spring, 1988).\\n\"The Federal Reserve's Effect on Employment and Inflation: A Quantitative Analysis. \"\\n\"',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 187232.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 13, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.685050964355469,\n", " 'text': ' I do not maintain the site. I am planning to start a blog. I am hoping to get a domain name that is not already registered. I also have an existing blog. I would like to be registered as a web site. If you have any questions, please contact me at the email address listed above.\\n\\nI do not have a website.\\n\\nI would like to purchase a domain',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 187232.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 14, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.400673866271973,\n", " 'text': \" are amongst the best in the country.\\n\\nShimla offers the comfort of a modern, contemporary hotel and resort, with a range of services to suit all budgets.\\n\\nStay at one of East Bourne Resort & Spa's 24 guestrooms and suites. Enjoy complimentary Wi-Fi. Enjoy a range of services to suit all budgets from breakfast and lunch to nightlife and catering. Enjoy complimentary\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 187232.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 15, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 5.673945426940918,\n", " 'text': \" that's what we do.\\n\\nWe have two kids. It's hard for us to do that, but we love each other. We have a lot of fun together. And I'm really proud to be a mom, to be a dad, to have my son.\\n\\nAnd I don't have to worry about whether I'm going to be a good mother or a good father. I\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 193479.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 16, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.932493209838867,\n", " 'text': \" and no.\\nOne of the most common complaints we heard was that movie trailers spoiled movies. In fact, there's a lot of research into this question, but the evidence is mixed. There are a number of factors that contribute to this problem.\\nOne is that trailers aren't the only thing that spoils a movie. In fact, some of the most expensive movies you can see are actually\",\n", " 'msg_rate': 0.2,\n", " 'run_time (ms)': 193479.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 17, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.353968620300293,\n", " 'text': \" phase of the redevelopment of the historic Old City of Jerusalem. The project aims to transform the city into an urban hub that will serve as the focal point of the city's cultural life. The project will include the restoration of historic buildings, the renovation of existing historic buildings, and new cultural buildings that will serve as the focal point of the city's public spaces and events. UNStudio is currently developing a plan\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 193479.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 18, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.635659217834473,\n", " 'text': ' 24, the students of Jogyesa Temple were attacked by unidentified assailants in the campus area.\\nThe incident took place in the evening while students of Jogiesa temple were celebrating their graduation ceremony.\\nIn a press release, the police said they were investigating the case. \"We are investigating whether the incident is related to religious or political issues. We will take all necessary action against anyone who',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 193479.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 19, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.801985740661621,\n", " 'text': 'ethyst, for example, occurs in large quantities in the form of quartz, and is one of the rarest gems in the universe. Other minerals are also common in large quantities. However, much of the quartz that is mined in the U.S. and Europe is not actually mined from the region. Most of it is imported from Asia, where it has been mined for more than two millennia, and',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 193479.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 20, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.27552604675293,\n", " 'text': ' of family and friends, childhood memories of my parents, childhood of myself, and my parents, childhood memories of family and friends, childhood memories of me, childhood memories of my friends, my parents and my parents, memories of myself, childhood memories of my friends, memories of myself, and my friends.\\nMy life: I have lived my life as a vegan for 20+ years. I started out',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 2046.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 21, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.056257247924805,\n", " 'text': \" a cave-in in Bangkok. The children were from a village in northern Thailand. Their mother was taken to the hospital and treated for dehydration, but was later released. According to reports, they were rescued with help from rescue teams from the UK, Australia, Canada, and Germany. The children's mother was able to communicate with them on the phone and helped to coordinate the rescue effort, with assistance from\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2046.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 22, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.647067070007324,\n", " 'text': \" how to create your first Flash application and how to apply these skills throughout your creative career. We'll show you how Flash works, why you might use it and how to make it work best for your needs. We'll also explain why you might want to learn more about it in the future, so you'll have the information needed for success. This is a great way to start learning Flash or get started\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2046.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 23, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.465427875518799,\n", " 'text': \" you can save money on your monthly payments and earn interest, too.\\n\\nHow much interest can I earn?\\n\\nInterest is only available on our fixed deposits, so if you have a deposit of $50,000, you'll receive $50,000. However, you can also earn more interest by making additional deposits to your account. We'll show you how in just a moment, but\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 2046.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 24, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.23606538772583,\n", " 'text': \" something you love, try to get some free time.\\n\\nDo you have any tips for those who are interested in a career in the game industry? For me, the best advice for anyone who wants to get into the industry is to do your research. There are many resources on the internet that can help you, but don't just follow what others have said about the game industry. It is not\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 2046.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 25, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.295102596282959,\n", " 'text': \" As a locksmith, you are responsible for the safety and efficiency of your locksmith shop. We offer a wide range of services, such as:\\n\\n\\nWe also offer:\\n\\nLocksmith services which include:\\n\\n\\nWe offer a range of services for:\\n\\n\\nOur locksmith services are available to all locksmiths and locksmiths' apprentice.\\n\\nFor more detailed information\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 196414.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 26, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 25.603710174560547,\n", " 'text': 'overs & Shuttlers : Movers in Randallsville, New York.\\nMovers and Moving Companies in Rockaway, Queens for each moving service.: Movers in Rockport, Long Island :.\\nMotorcycle & Freight Companies in Rockaway, Queens :.\\nMovers and Shuttles : Motorcycles in Rockport, Queens for each moving service.: Truckers in Queens,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 196414.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 27, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.171143531799316,\n", " 'text': \" your partner can attract you, you can attract yourself, your partner's partner's partner's partner, your partner's partner, etc., etc., all the way up until the point that you can no longer be attracted to the person you love, and that is when it's over. It's actually pretty cool, it's a lot of fun and a lot of fun for both of you. You can\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 196414.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 28, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.502321720123291,\n", " 'text': \" United States remains relatively low.\\n\\nIn addition, according to the Pew Research Center, Internet users are far more willing to pay to access the Internet than are other Americans.\\n\\nThe Pew Research Center's Internet survey found that among those who use a dating site, 77 percent said that they pay for Internet access on a regular basis. Among those who do not have a dating site but use it for\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 196414.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 29, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.675294399261475,\n", " 'text': '\\'m going to start with the question that is most often asked: how do I find out if I have a problem? It is very common for people to be confused about this question because of all the jargon that is used to describe it and because of the way in which it is phrased. For example: \"If you\\'re having a problem, you might have a problem that you\\'re trying to solve',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 196414.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 30, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.090200901031494,\n", " 'text': ' the Earth.\\n\\nThis is not a book about history, but a book about the present.\\n\\nThe book is divided into four parts. The first one is a historical introduction to the subject of climate change and its impacts on biodiversity. The second part consists of a discussion on the impacts of climate change in the past and in the future. In the third part, the book considers the effects of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 8080.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 31, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 4.099085807800293,\n", " 'text': 'SL-Season-4-Final, 1, 3, 2, 1, 1, 4, 1, 0, 1, 4, 1, 0, 1, 4, 2, 2, 1, 4, 2, 4, 1, 4, 0, 2, 1, 4, 0, 4, 2, 4, 2, 4, 1, 0, 2, 2, 0',\n", " 'msg_rate': 0.1,\n", " 'run_time (ms)': 8080.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 32, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.787840843200684,\n", " 'text': \", two hours of running, four hours of yoga, four hours in cardio, four hours of weightlifting, two hours of strength training…and then they did it again!\\nI'm pretty sure they're going to compete in next year's CrossFit Games!\\nI'm sure I've missed a lot of these ladies, so if you're in the area, don't miss out on any of\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 8080.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 33, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.048747062683105,\n", " 'text': \" the most important thing you want to hear today?\\n* 6. What would you do if someone asked you not to do anything?\\n* 13. What's the worst thing you've done to yourself lately?\\nWhat do you want to hear next?\\n\\n\\nWhat do you need to do to get a response?\\n\\n\\nHow long is the time limit?\\n\\n\\nWhat is your gender?\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 8080.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 34, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 23.564889907836914,\n", " 'text': ', Dr. J.R. Tarrant)\\n\\n“Uncle Ian III“ (Into The Unknown ″, with artist Louise Jenkins)\\n\\n”Uncle Ian III‣ (Uncle J.R. Tarrant\\u202c ″, with Louise Jenkins, and Dr. J.R. Tarrant\\u202c ‹, with artist',\n", " 'msg_rate': 0.3,\n", " 'run_time (ms)': 8080.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 35, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.998260021209717,\n", " 'text': ' cats in our community and we want you to have the best service possible for your pet.\\n\\n\\nIf you have any questions, please call us at (303) 854-7500\\n\\nIf you are having issues with your pet or want to share your concerns please email us at: info@thedogpets.org\\n\\nThank You!\\n\\n-The Dogpets\\n\\n',\n", " 'msg_rate': 0.7,\n", " 'run_time (ms)': 195542.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 36, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.221563339233398,\n", " 'text': ' that support the theory, please post in the comments section. You can also post your own observations, ideas, observations, ideas, ideas.\\nI will be posting a new post each day, with links to previous posts. I will be posting a new post each week, with links to previous posts. If you are a regular visitor to the blog, please subscribe to the RSS feed so that you can',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 195542.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 37, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.488154411315918,\n", " 'text': ' 2nd Quarter\\n\\n1 0- 0 New England 3 0- 0 New England New England 3 -1 plays New England New England 3 -1 plays New England New England 2 -1 plays \\n\\n1 0- 1 New England 3 0- 0 New England \\n\\n1 0- 3 New England New England New England 2 -3 plays ',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 195542.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 38, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.950599670410156,\n", " 'text': 's mobile games division is responsible for nearly half of the world�s revenue.\\n\\n�This is an exciting opportunity for us to continue to build the global mobile gaming market,� Tencent CEO Andrew Liu said at the launch. �We�re confident that Tencent gamers and developers will be among the top customers when the game is released next year.�\\n\\nThe company�s first mobile game',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 195542.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 39, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.791833877563477,\n", " 'text': '\\n\\nWe are proud that we have worked closely with the Department of Work and Pensions, the Metropolitan Police and the Salvation Army to support the provision of housing, support for homeless people, and support for people experiencing homelessness in London and the wider UK.\\n\\nWe have been proud to support the homeless for over 25 years, helping them find housing, food, and support for themselves and their families,',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 195542.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 40, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.575892448425293,\n", " 'text': \" and times of the meetings.\\n\\nMarch 31 – Assembly for Children\\n\\nMarch 31 – International Assembly for Children\\n\\nApril 2 – Assembly for Children\\n\\nApril 2- International Conference for Children\\n\\nMarch 24- International Children's Association (ICE) Conference\\n\\nApril 7 – International Children and Families Conference\\n\\nApril 7- International Conference on Child Care and Development (ICCDDC) Conference\",\n", " 'msg_rate': 0.8,\n", " 'run_time (ms)': 7902.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 41, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.315622329711914,\n", " 'text': 'km trek is a combination of two of the most popular trekking routes in Nepal. The first trek is called \"Nepal-Nepal Trail\" which is a 4-8 day trek through the mountainous regions of Nepal. For the first trek you will be on the northern side of the Annapurna River, while for the other, you are on the southern side and you will have',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 7902.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 42, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.861526012420654,\n", " 'text': '). He was killed by the Franks in 774. After his martyrdom he became Bishop of Mainz, and in 778 was Bishop of Cologne. He died in 792 at the hands of the Emperor Maximilian II. He is buried in the Church of St. Peter and Paul, in the city of Cologne. He is buried near the monastery of St. Peter at Cologne. St.',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7902.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 43, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 3.8767263889312744,\n", " 'text': ' Roku, Amazon Fire TV, Google Chromecast, Amazon Fire TV Stick, Chromecast Mini, Amazon Fire TV Stick, Apple TV, Amazon Fire TV Stick, Xbox One, Xbox One S, Chromecast, Amazon Fire TV Stick, Amazon Fire TV, Google Chromecast, Chromecast Mini, Apple TV, Amazon Fire TV Stick, Apple TV Stick, Amazon Fire TV Stick, Roku, Fire TV Stick',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7902.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 44, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.993674278259277,\n", " 'text': \" ready to be sent anywhere, anytime, anywhere in the world. It's also easy to share with other companies, because it can be sent to anyone in the world. Plus, with Shippo you can share data between multiple users.\\n\\nThis is what Shippo is all about. It's what makes it unique.\\n\\nIt's what makes it unique. Shippo's team\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7902.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 45, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.076239109039307,\n", " 'text': \" for blogging.\\n\\nWordPress is the most popular CMS on the planet, it's free, it's open source and it allows you to customize it to your heart's content, and it's free for you to use. If you are interested in blogging, you should check it out because it's free.\\n\\nI want to talk about some of the WordPress themes that come with WordPress. I\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189822.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 46, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.42312479019165,\n", " 'text': ' high cost, according to new data.\\n\\nAccording to a Gallup-Healthways Wellness Index report released today, the average cost for long-term care insurance in the US is $959 per year, while the average cost for employer-provided health insurance is $1,072. The overall average cost of all insurance is $1,847 per year, with an average deductible of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189822.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 47, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.146624565124512,\n", " 'text': \" This year's event will feature more than 150 participating parks, including some of America's most popular attractions including Disney's Animal Kingdom, Epcot, Disney's Animal Kingdom Studios and Tomorrowland. The event also includes some of Disney's newest attractions including Star Wars Land and Star Tours.\\nTickets are available for purchase online and at the participating parks beginning at 10 a.m., on Saturday, May 28.\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189822.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 48, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.638348579406738,\n", " 'text': 't happy.\\n\\n�We�re not going to talk about that anymore,� Vecindario said, �but if they�re not satisfied with the answers we�ve given, that�s OK, too. We�re not going to change the answers.�\\n\\nAs for Vecindario, he said the club�s response has been �inconsistent.� He also said',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189822.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 49, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 13.493313789367676,\n", " 'text': \". This is a good solution if you want your SSDs to remain compatible with your IDE drives for long-term storage needs.\\n\\n\\nIf you're not sure which HDD / SSD to use, you can choose between 2 different models: 1. 3.6TB SATA III (5400rpm) 3.4TB SATA II (4300rpm-5000rpm)\\n\\nor you can use\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 189822.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 50, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.898384094238281,\n", " 'text': 'anging from a hook in the rafters at the BankUnited Center, the Indiana Pacers\\' Paul George said that he wants the Indiana Pacers to get the Indiana Pacers to win.\\n\\n\"You want to win every night, but you want to win in a good way, too,\" George said. \"If we can win, we can win a championship.\"\\n\\nThe Pacers are on the brink of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 198654.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 51, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.7765474319458,\n", " 'text': ' be simple or complex, it may be a bug in your app or library, or it could be a problem with your business model. A good software platform will be built with the goal of solving the problems that are already out there, while still providing a service that is useful to people around the world. In this article, I will be discussing how software frameworks have been built, and what they mean for',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 198654.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 52, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 4.9980058670043945,\n", " 'text': '\\n\\nPour the lemon juice over the garlic mixture and toss well to combine. Sprinkle over the fennel and toss again.\\n\\nHeat oven to 350 degrees F. Line two baking sheets with paper towels or parchment paper.\\n\\nPour the lemon mixture onto the parchment paper lined baking sheets and bake for 20-25 minutes, or until a toothpick inserted into the middle of a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 198654.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 53, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.816386222839355,\n", " 'text': ' be performed by using the primers used in previous experiments. Therefore, we have developed a new protocol for the quantitative PCR of human mRNA (Fig. S1A–C). The RT-qPCR procedure is based on four steps, in which the mRNA is amplified by using primers specific for each gene. The primers that were used in the previous RT-seq experiments have been removed from',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 198654.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 54, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.903640747070312,\n", " 'text': \" or incorrect names to the 2001 list.\\n\\nThis is an updated version of the Class of '01 Class List.\\n\\nClass of '02 Class of 2000 Class of 2000 Class\\n\\nThe list of Class of 2001 graduates on this page has been updated to include the Class of 2001.\\n\\nClass of '02 Class of 2000\\n\\nClass of '02 Class of 2001 Class\\n\\nThe\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 198654.2},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 55, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.630097389221191,\n", " 'text': \". This is a story that will leave you wanting to know more and more as it unfolds.\\n\\n\\nWritten by Stuart Neville\\n\\n\\nStoryline:\\n\\n\\nIn a small town, a young boy has a vision of himself as a criminal. This vision leads him on a path to become a serial killer.\\n\\n\\nWhen he kills, he does so in the name of justice, but it's not\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 197956.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 56, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.789939880371094,\n", " 'text': ' cultural and political life in contemporary societies. In particular, it studies the relationship between cultural and political identity, identity politics, the media, politics, and media consumption. The CECUPS is an independent think tank that seeks to understand how the media, politics and society interact to shape popular perceptions of culture, politics, society and the world around us. Founded by anthropologist and sociologist Margaret Mead',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 197956.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 57, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.636734008789062,\n", " 'text': ' – without any major blizzards.\"\\n\\nAs a result of the severe weather in Queensland, the Australian Bureau of Meteorology issued a state of emergency in the state.\\n\\n\"At this time of year it is important for all Australians to be vigilant and prepare for the worst,\" Acting Chief Commissioner of the BMA, Tony Pallas, said.\\n\\n\"We urge all people to take',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 197956.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 58, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.15926456451416,\n", " 'text': \"'s defense has been one of the biggest reasons that the Frogs are currently in the playoff hunt.\\nThe Horned Frogs won their first two games of the Big 12 tournament, including a win over Oklahoma State. TCU has been shut out of its last three games by Oklahoma State and Texas, and will look for its first win over a ranked Big 12 team since beating Texas Tech on Dec. 7\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 197956.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 59, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.072755336761475,\n", " 'text': '?\\n\\n\\nGIRL #3:\\n\\n\\nYou can\\'t just go and get it and say, \"I got it.\" It\\'s not like that. It\\'s something that you\\'ve got to deal with. I\\'m not going to just sit here and say, \"Well, you know what I did?\" I\\'m not. I\\'m not going to just say I got it. I\\'m',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 197956.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 60, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.00845718383789,\n", " 'text': \" aren't your thing, you might want to consider using lipgloss to brighten your cheeks or whiten your hair. You could also try applying an eye shadow to your cheeks and eyes to brighten and soften up your complexion. If you're not sure, check out our tutorial on applying lip gloss to your cheeks and eyes for more details.\\n\\n\\nIf you're in need of an extra boost\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 193464.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 61, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 5.749424457550049,\n", " 'text': ' sellers and other interested parties may apply for permits in person or by mail. Permits are issued by the local police department. The permit fee is $10.00 (tax included) and must be received by the office within 30 days after the purchase date. Permits are valid for up to two years from the date the purchase date. All permits expire on January 31 of the following year. All permits',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 193464.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 62, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.537999153137207,\n", " 'text': \"ishing.\\n\\n\\nOur experienced team of consultants will advise you on the best solutions to meet your project's needs.\\n\\n\\nContact Us\\n\\n\\nFor more information please visit our website:\\n\\nwww.ospreylimited.co.za\\n\\n\\nIf you are unable to view our website please email us.\\n\\nContact Us\\n\\nContact Us\\n\\n\\nPhone 020 796 6500\\n\",\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 193464.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 63, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.238863945007324,\n", " 'text': ' London, gave a statement in which he did not consider the body to be that of a woman. He said that it was the skeleton of the female. He stated that it appeared to have been that of a woman, but it was not immediately possible to say whether she was the mother of the infant, or had a child of her own, and whether she had been married or unmarried. It was also',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 193464.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 64, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.495671272277832,\n", " 'text': '\\n\\n2.1.0\\n\\n\\n- Added a checkbox for whether or not to show/hide the user interface.\\n\\n\\nVersion 1.0\\n\\n1.8.2\\n\\n\\n- Added a checkbox in the options to show or hide the status bar. When checked, this will only be shown if the app is running in the background. When disabled it will also be hidden',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 193464.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 65, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.235823631286621,\n", " 'text': 'to-day stress of the world.\\n\\nDogs enjoy the peace of mind of being able to go out and enjoy the world without having to deal with the constant worry and stress that comes along with having a dog. Dogs love the freedom offered by being free to roam and explore in nature. Dogs love the freedom afforded by having the option of being able to go out and play with friends or family',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 7491.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 66, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.828174114227295,\n", " 'text': '. The U.S. Department of Defense (DOD) is committed to ensuring the safety and reliability of UAS. To achieve this mission, DOD has developed the UAS Safety Advisory Committee (SAAC).\\n\\nThe SAAC is composed of the following members:\\n\\n\\nChairman\\n\\nSecretary of Defense (Secretary)\\n\\nChief of Naval Operations (Commissioner of Operations), Vice Admiral',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7491.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 67, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.184969902038574,\n", " 'text': ' and learn from the latest trends in marketing and branding.\\nLearn from industry leaders in all aspects of the marketing process.\\nLearn about your clients, customers, competitors and the world around them. This course will teach you how to create compelling and effective marketing campaigns and how to communicate effectively with your customers.\\nYou will also learn about your own personal business and how to market your products and services to the',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7491.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 68, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.222057342529297,\n", " 'text': ' in Theatre, Theatre Arts and Acting from Northwestern University\\'s McCormick Institute for the Humanities. She lives and works in Hong Kong now.\\n\\n\"It\\'s kind of difficult for me to describe the feeling of being in New York,\" she said.\\n\\nIn addition to performing in the city, she has been working as a freelance writer in the US and Europe.\\n\\n\"In the past',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7491.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 69, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.346702575683594,\n", " 'text': \" benefit of having access to an older stove top cooker that I could borrow from my mom. My mom made the following mac and cheese recipe.\\n\\nThe mac and cheese recipe is simple, but I have tried to include some tips to make it easier to make at home. I've also included links to my mom's cookbooks to show how to make the macaroni. The macaroni is\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 7491.8},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 70, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.3064117431640625,\n", " 'text': ' to the Oakland Museum of California Art.\\n\\n7/9/13: Went up to Lake Merritt.\\n\\n7/13/14: Went to Lake Merritt for the second time.\\n\\n8/7/14: Went up to the Bay Area.\\n\\n8/8/15: Took a bike ride to San Francisco.\\n\\n9/4/',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 4437.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 71, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.281599044799805,\n", " 'text': '\\n\\n3. Stir in garlic, onion powder, cumin, salt and black pepper. Season with salt and pepper. Toss well to combine and season to taste.\\n\\n4. Pour in tomato paste, tomato puree, salt and pepper. Stir to combine and cook for 3 to 4 minutes or until sauce is cooked through and tomato paste is smooth. Transfer sauce to a bowl and serve',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4437.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 72, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.666023254394531,\n", " 'text': \" for a taste. The brewery was named after one of my favorite beers, a beer that I've been trying to get my hands on for awhile, but never had the opportunity to try. It was a fantastic beer and I'm glad I had the opportunity to taste it. The beer was a pale ale with a bit more malt than most but it was balanced out nicely with a touch of citrusy hops\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4437.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 73, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.751980304718018,\n", " 'text': ' of Ireland.\\n\\nWe are also pleased to announce that our first show will be on Wednesday, September 5th, at 7.30 pm. This will be followed by a show on Saturday, September 7 at 9 pm. We hope you can join us!\\n\\nFor those interested in being a part of this exciting project, please contact us with your name, address and phone numbers to discuss your',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4437.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 74, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.54025650024414,\n", " 'text': ' place as planned. The company said that it had decided to suspend all operations.\\n\\nThis is the first time that Rough storage facility will be shut down.\\n\\nA statement issued on behalf of Rough storage facility said that: \"The company has decided to suspend the operation of the storage facility for the period of 12 April 2017.\\n\\n\"The decision to suspend operation was made following a review of',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 4437.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 75, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 5.97715425491333,\n", " 'text': ' proud to announce that our newest line of apparel will be hitting store shelves on November 5th!\\xa0 The line consists of the following:\\xa0 T-shirts, hoodies, sweatshirts, and more!\\xa0 These items are available in a variety of sizes and styles and are available for purchase in store only.\\xa0 We are so excited to have this line on the shelves and thank you so very much',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 12131.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 76, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.431859016418457,\n", " 'text': ' contractor can provide a roof. If your property does not meet the standards of a residential roof, you may choose a contractor that can provide the necessary work and provide a roof. Contractors who are certified to perform roof work are licensed to do so by Texas Department of Housing and Community Affairs (HDCA).\\nYou may also be able to hire a contractor who is certified as a roofing contractor to perform',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 12131.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 77, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.543055534362793,\n", " 'text': ' condemning the terrorist attacks.\\nUN Secretary General Antonio Guterres has called on all parties in the region to take all feasible steps to prevent further attacks on civilians and humanitarian workers, including by ISIS.\\nISIS has released a statement claiming responsibility for the terrorist attacks.\\nISIS claimed responsibility in a video on social media, saying that it killed more than 80 people and wounded dozens more at a mosque in Bangladesh',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 12131.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 78, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 8.374439239501953,\n", " 'text': \" the Great Pyramid of Giza. The new portal will allow users to view and download videos, photographs, maps, audio files and other digital media. The portal will also include a user-friendly interface designed to make it easier than ever for 3D artists to upload their creations.\\n\\n3D video is a great way to showcase the beauty of Egypt's ancient monuments and sites. But it's also\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 12131.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 79, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.50423002243042,\n", " 'text': ' in 2016.\\n\\nIn 2016, the number of users was estimated to reach 1.4 million. The mobile banking market is expected to grow by 5.4% in the first quarter of 2017, up from 1.2% in 2015. According to the International Data Corporation, by 2020, a total of 1.2 billion people will have mobile banking accounts. This market is forecast to reach a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 12131.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 80, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 17.420976638793945,\n", " 'text': \" we're living longer than ever. International Journal of Epidemiology. DOI:10.1097/01.ije.000016074.17.01.001\\n\\nRosenbaum, D. A. ) 2017 ) 0 0 \\uef11 0 11 0 0\\n\\nRosen\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 189444.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 81, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.668942451477051,\n", " 'text': \" friend of mine - and today I made them in my own kitchen.\\n\\nIf you want to make them in a crock pot, you can do that too. Or, if you have a crock pot, just follow the directions on the back cover.\\n\\nI've also made them in a slow cooker, but they didn't taste nearly the same as they did on the stove. I\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189444.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 82, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.2198486328125,\n", " 'text': ' it is going to take some time for him to get acclimated to the city but we are hoping he will be OK. He is very excited about going to Australia and we have decided he will come with us. It is going to be hard for him but we have decided to take the risk and we are hoping he will be OK. It has been very difficult but we have decided that he will',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189444.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 83, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.385748863220215,\n", " 'text': 'isturizer - Moisture Cleanser\\nWater - Shower & Bath\\nShower - Wet Shower\\nWet - Bath\\nWet - Shower\\nWash - Shower & Shower Gel\\nDry - Shower\\nWet & Dry - Shower\\nWet - Wash\\nWet - Dry\\nShower - Shampoo\\nWash - Shampoo',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189444.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 84, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 9.728529930114746,\n", " 'text': ' City, the Washington Post reported Monday.\\n\\nAccording to the Post article, the board\\'s decision on whether to grant the incentives comes less than two weeks after Amazon announced that it planned to move its headquarters from Seattle to the nation\\'s largest tech hub.\\n\\nIn the Post article, board member Michael R. Allen said that the Amazon incentives were \"a good first step.\" He said that he was',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 189444.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 85, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.29730224609375,\n", " 'text': ' directly.\\n\\n\\nPhone: 1.800.543.5400\\n\\nToll free (United States): 1-800-332-4453 (International): 1-888-823-4788\\n\\nWebsite – www.DrLeigh.com\\n\\n\\nMental health services are available to anyone who has experienced a severe mental health crisis, and to anyone who may be experiencing',\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 17775.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 86, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 12.004834175109863,\n", " 'text': 'highway)\\n\\n2018 Chevrolet Colorado 1.5L EcoBoost 4dr Cabriolet, 2WD, Automatic, 6-Speed Automatic\\n\\n2018 Chevrolet Colorado 2.3L EcoBoost 4dr Cabrolet 4DR, 2WD/8-Speed, Manual, 6-Speed, AWD\\n\\n2017 Chevrolet Impala 3.4L EcoBoost 4dr Crossover 2WD',\n", " 'msg_rate': 0.5,\n", " 'run_time (ms)': 17775.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 87, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.5942769050598145,\n", " 'text': \" had some of these. Thank you!\\n\\nRated 4 out of 5 by Jessica from I bought this item as a gift. My husband and I used it to decorate a guest room. It's a great piece of art. We've used it to decorate the living room of our guest house. We've also used it to hang pictures of our kids. It's a nice piece of art\",\n", " 'msg_rate': 0.9,\n", " 'run_time (ms)': 17775.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 88, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.16962194442749,\n", " 'text': ' money you put into it.\"\\n\\nHe looked at me for a long while. \"I\\'ll see you tomorrow.\"\\n\\nHe left and I sat there for a little while, trying to figure out what I had done wrong. What did he mean? I didn\\'t want to go to work with him again. I could see that he was not going to give me a second chance, and I',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 17775.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 89, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.725375652313232,\n", " 'text': ' how to do that: First you need to figure out how many books you have to sell to make a profit. If you have ten, then you need to write five more. Then, if you are a small publisher, like myself, you need to write five more books.\\n\\nYou will need to do this every month.\\n\\nSo you are writing the books, and then you have a',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 17775.6},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 90, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.2942609786987305,\n", " 'text': 'la could never fill again.\\n\\nCarla couldn\\'t help herself; she started crying. She held her son\\'s face to her chest. \"He\\'s okay,\" she whispered to him. \"I love you, Dad,\" she whispered. \"I\\'ll miss you. I won\\'t let you go.\" She kissed his forehead.\\n\\n\"I don\\'t want you to go,\" he said,',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 192054.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 91, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.401256561279297,\n", " 'text': \"-on-ones with the chef in the kitchen and live music, then go here. If you want the authentic Macanese cuisine, then go elsewhere.\\n\\nMy absolute favorite restaurant. The food is amazing. The atmosphere is amazing. The people are great. The ambiance is amazing. I've been here twice now.\\n\\nI've been here twice now and it's my favorite restaurant\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 192054.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 92, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.752590656280518,\n", " 'text': 'ang.\\n\\n\\nThe name Melaka Tower is from the Melaka tribe of the Malay archipelago, who were the original inhabitants of Melaka Island. The name Melaka is derived from the Malay word for tower.\\n\\n\\nThe Malay people were the first people to arrive in Malaysia in the 14th century. They are said to be the descendants of the Melaka, a people',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 192054.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 93, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.668338775634766,\n", " 'text': ' you\\'re going to have.\"\\n\\nHe said he\\'s not concerned about the fact that people don\\'t understand the implications of his ideas.\\n\\n\"It\\'s not that I\\'m saying I don\\'t want to understand what it would be like to be a child,\" he said. \"I just think that there\\'s a certain level of understanding and understanding that we have that we need in order for us',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 192054.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 94, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 16.19353675842285,\n", " 'text': '\\n\"Eyes for Wounds\" on Halloween in Alexandria | McGlone\\n\\nThis is just a sample of the many ways McGlone Law can help with your legal problems. You can contact us with your questions or concerns at 888-547-9232 or by email at lawyers@msglonellc.com. If you or someone you know needs help, contact us',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 192054.0},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 95, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.138383388519287,\n", " 'text': \" society. We must make sure that women have a seat at the tables, that they are not relegated to the margins and that their voices and perspectives are valued.\\n\\nIf women are to succeed in the 21st century, their voices and perspectives have to be heard. That is why women's rights activists, feminist academics and women's rights organizations are working to create an inclusive society where all women are equal\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 9105.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 96, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 6.473180294036865,\n", " 'text': \" week to do it.\\nIf you are a freelancer, this is probably the most important thing that you need to know. If you aren't a freelancer, you probably aren't aware that it's possible to earn more time on your own time than on your company time. And even if you are freelancer, don't assume that you are able to earn more time for your own work than\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 9105.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 97, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 11.19893741607666,\n", " 'text': ' Group, the parent company.\\n\\nADASS has been in liquidation proceedings since last month.\\n\\nThe company had been owned by a consortium of private equity funds.\\n\\nThe consortium, comprising private equity firms KKR & Co., BDC Partners, JDS Capital Partners, U.S. Capital Partners, and others, had been seeking a buyer in order to complete the sale. The',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 9105.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 98, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 10.112510681152344,\n", " 'text': 'opy and imaging of patients with cancer or other serious illnesses. This light source can be used as a diagnostic light for patients with certain cancers such as melanomas.\\n\\nHigh Luminance Xenon Light Source for Cancer Imaging\\n\\nThis light source is a high-luminance xenon-based LED light source for cancer imaging and is designed to provide a high-energy and highly focused beam of light',\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 9105.4},\n", " {'gen_model': 'gpt2_medium',\n", " 'msg_len': 10,\n", " 'msg_type': 'readable',\n", " 'delta': 6.0,\n", " 'base': 2,\n", " 'num_beams': 4,\n", " 'ptrs': {'prompts': 99, 'msgs': 3, 'bases': 0, 'deltas': 0},\n", " 'perplexity': 7.743216037750244,\n", " 'text': \"oyd, June 24, 1896 - Sept. 12, 1972, was born in Boston, Mass, to the late Josephine Loyd and the late George Loyd. She graduated from Harvard University with a bachelor's degree in education. She worked as a public school teacher in New York City. She is survived by two sons and a daughter, all of which attended Harvard. She was preceded in death by\",\n", " 'msg_rate': 1.0,\n", " 'run_time (ms)': 9105.4},\n", " ...]}" ] }, "execution_count": 10, "metadata": {}, "output_type": "execute_result" } ], "source": [ "results" ] }, { "cell_type": "code", "execution_count": 11, "id": "59fa31e1-a49e-4295-9536-dcc686388e0c", "metadata": {}, "outputs": [ { "data": { "image/png": "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LAar1YpwOAyn04n+/n5IkgS32z3/65dZURWRmW8aADZs2ICOjg488sgj5YqJiIioZmXvvlvKBgCtra2wWCzqlu9WK4lEArIsw+l0QhRFeL1eeDwend/x3ApKREZGRuBwOCCKIq6++mrNcwcOHMB1113HiggREZGOhoeHMTIyom49PT05x0iSBFEUIYoiAKj/jcViOkY6t4ISkW3btmHLli3IZDJ461vfinvuuQcHDhxAZ2cn7HY7rrvuOs2aIkRERDSLMg1WbW5u1mwz2zIATDceJJ+CxohEIhEMDQ0BAAKBAKxWK3p7e+H1erF9+3ZYLJaKBklERFQzyjRGpBCSJMHhcCCVSkEURXUtEZvNNv/rl1lBicj0KbsAYLVaEY1GmYAQEREVSVCmtlLOL0YoFILf74fdbkc0GjXd9N2CEhFBEHIeMwkhIiIyP1EUEQwGjQ5jVgUlIvF4XDMI5tixY3kHxeQbsUtERETT8KZ3GgUlIh0dHZrlYJ1OZ87ysDOrJkRERJSHjmNEqkFBiUgoFKp0HERERLQAFb2yKhEREZWArRkNJiJERER6YiKiUfRN74iIiIjKhRURIiIiPbEiosFEhIiISE+cNaMxr9bMrl27cMstt6hriezcuRO7du0qa2BERERU+4pORHp6ehAMBuHz+RCJRAAADocDfr+/7MERERHVmuwS76VstaTo1kw4HMbevXsBnL0HjcViQSqVKmtgRERENYljRDSKrohYLBY8+uijAM6uprpnzx7ee4aIiKiGjY6OVuR1i66IDAwMwOFwoL29HclkErfeeisikQhXXyUiIqphHR0d2LlzJ5qbmwEABw4c0AzReM1rXjOv1y26IiJJEhKJBLxeL3w+H2w2G3bv3j3vAIiIiBYSASWOETEo7g0bNqhJyC233AK73Y5oNIpkMol7770X119//byqJkVXRHp6etDb24vNmzfnPHf//fcDAG688caiAyEiIloQqnT67pYtW3Dfffeht7cXTqcT/f39ObnAPffcgzvuuKOo1y06EYlGozh+/Dji8TgkSVKzo56eHgwODsJqtUKW5aIDqSbygRfxP/f9Ae73OnBJ2/lGh0NERFRxmzdvxsjIiJp8bN26FRs3bsSVV16pHrNhw4aiX7foRESSJKxfvx52ux379+9HX18fbrjhBvT392P//v1obm7Gpk2bajIRURQF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", "text/plain": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "id = 0\n", "for base in [2, 4, 16]:\n", " for num_beams in [1]:\n", " deltas = list(range(1, 11))\n", " msgs_rates = []\n", " ppls = []\n", " for delta in deltas:\n", " msg_rate, ppl = get_mean(results[\"delta_change\"], {\"base\": base, \"num_beams\": num_beams, \"delta\": delta})\n", " msgs_rates.append(msg_rate)\n", " ppls.append(ppl)\n", " plt.scatter(ppls, msgs_rates, c=deltas, marker=markers[id], label=f\"Base {base}\")\n", " id += 1\n", "cbar = plt.colorbar()\n", "cbar.ax.set_ylabel(r\"$\\delta$\")\n", "plt.xlabel(\"Perplexity\")\n", "plt.ylabel(\"Message Rate\")\n", "plt.legend()\n", "plt.savefig(\"figs/delta_change/diff_base.pdf\", bbox_inches=\"tight\")" ] }, { "cell_type": "code", "execution_count": 13, "id": "1d3178b6-9852-41ba-8920-d79cffad41d5", "metadata": {}, "outputs": [ { "data": { "image/png": "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", "text/plain": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "id = 0\n", "for base in [4]:\n", " for num_beams in [1, 4]:\n", " deltas = list(range(1, 11))\n", " msgs_rates = []\n", " ppls = []\n", " for delta in deltas:\n", " msg_rate, ppl = get_mean(results[\"delta_change\"], {\"base\": base, \"num_beams\": num_beams, \"delta\": delta})\n", " msgs_rates.append(msg_rate)\n", " ppls.append(ppl)\n", " plt.scatter(ppls, msgs_rates, c=deltas, marker=markers[id], label=f\"Base {base} ({num_beams}-way beam search)\")\n", " id += 1\n", "cbar = plt.colorbar()\n", "cbar.ax.set_ylabel(r\"$\\delta$\")\n", "plt.xlabel(\"Perplexity\")\n", "plt.ylabel(\"Message Rate\")\n", "plt.legend()\n", "plt.savefig(\"figs/delta_change/beam_search.pdf\", bbox_inches=\"tight\")" ] }, { "cell_type": "code", "execution_count": 22, "id": "3e23e19b-57d5-4e07-82fa-eebe2be9ac84", "metadata": {}, "outputs": [ { "data": { "image/png": "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", "text/plain": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "id = 0\n", "for gen_model in [\"gpt2\", \"gpt2_medium\", \"gpt2_large\"]:\n", " for base in [4]:\n", " for num_beams in [1]:\n", " deltas = list(range(1, 11))\n", " msgs_rates = []\n", " ppls = []\n", " for delta in deltas:\n", " msg_rate, ppl = get_mean(results[\"delta_change\"], {\"base\": base, \"num_beams\": num_beams, \"delta\": delta, \"gen_model\": gen_model})\n", " msgs_rates.append(msg_rate)\n", " ppls.append(ppl)\n", " plt.scatter(ppls, msgs_rates, c=deltas, marker=markers[id], label=f\"{gen_model}\")\n", " id += 1\n", "cbar = plt.colorbar()\n", "cbar.ax.set_ylabel(r\"$\\delta$\")\n", "plt.xlabel(\"Perplexity\")\n", "plt.ylabel(\"Message Rate\")\n", "plt.legend()\n", "plt.savefig(\"figs/llm/delta_change.pdf\", bbox_inches=\"tight\")" ] }, { "cell_type": "code", "execution_count": 31, "id": "2bc112fb-bafa-4f22-8c44-5db2e837b0b0", "metadata": {}, "outputs": [ { "data": { "image/png": "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", "text/plain": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "id = 0\n", "for gen_model in [\"gpt2\", \"gpt2_medium\", \"gpt2_large\"]:\n", " for base in [4]:\n", " for num_beams in [1]:\n", " msgs_lens = list(range(5, 55, 5))\n", " msgs_rates = []\n", " ppls = []\n", " for msg_len in msgs_lens:\n", " msg_rate, ppl = get_mean(results[\"msg_len_change\"], {\"base\": base, \"num_beams\": num_beams, \"msg_len\": msg_len, \"gen_model\": gen_model})\n", " msgs_rates.append(msg_rate)\n", " ppls.append(ppl)\n", " plt.plot(msgs_lens, ppls, marker=markers[id], label=f\"{gen_model}\")\n", " id += 1\n", "plt.xlabel(\"Message Length\")\n", "plt.ylabel(\"Perplexity\")\n", "plt.legend()\n", "plt.savefig(\"figs/llm/msg_len_change.pdf\", bbox_inches=\"tight\")" ] }, { "cell_type": "code", "execution_count": 15, "id": "24285c83-56cf-41d6-971a-2d6a73578465", "metadata": {}, "outputs": [ { "data": { "image/png": "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", "text/plain": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "id = 0\n", "for base in [2, 4, 16]:\n", " for num_beams in [1, 4]:\n", " msgs_lens = list(range(5, 55, 5))\n", " msgs_rates = []\n", " ppls = []\n", " for msg_len in msgs_lens:\n", " msg_rate, ppl = get_mean(results[\"msg_len_change\"], {\"base\": base, \"num_beams\": num_beams, \"msg_len\": msg_len})\n", " msgs_rates.append(msg_rate)\n", " ppls.append(ppl)\n", " plt.plot(msgs_lens, msgs_rates, marker=markers[id], label=f\"Base {base} ({num_beams}-way beam search)\")\n", " id += 1\n", "plt.xlim(xmin=0)\n", "plt.ylim(ymin=0, ymax=1)\n", "plt.xlabel(\"Message Length\")\n", "plt.ylabel(\"Message Rate\")\n", "plt.legend()\n", "plt.savefig(\"figs/msg_len_change/msg_rate.pdf\", bbox_inches=\"tight\")" ] }, { "cell_type": "code", "execution_count": 16, "id": "3ee5672d-3b75-46b8-84ca-b5713a7990b8", "metadata": {}, "outputs": [ { "data": { "image/png": "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", "text/plain": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "id = 0\n", "for base in [2, 4, 16]:\n", " for num_beams in [1, 4]:\n", " msgs_lens = list(range(5, 55, 5))\n", " msgs_rates = []\n", " ppls = []\n", " for msg_len in msgs_lens:\n", " msg_rate, ppl = get_mean(results[\"msg_len_change\"], {\"base\": base, \"num_beams\": num_beams, \"msg_len\": msg_len})\n", " msgs_rates.append(msg_rate)\n", " ppls.append(ppl)\n", " plt.plot(msgs_lens, ppls, marker=markers[id], label=f\"Base {base} ({num_beams}-way beam search)\")\n", " id += 1\n", "plt.xlim(xmin=0)\n", "plt.ylim(ymin=0)\n", "plt.xlabel(\"Message Length\")\n", "plt.ylabel(\"Perplexity\")\n", "plt.legend()\n", "plt.savefig(\"figs/msg_len_change/perplexity.pdf\", bbox_inches=\"tight\")" ] }, { "cell_type": "code", "execution_count": 17, "id": "a417c24b-b5df-4dcb-a8c2-779ad0913d96", "metadata": {}, "outputs": [ { "data": { "image/png": "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", "text/plain": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "id = 0\n", "for msg_type in [\"random\", \"readable\"]:\n", " for base in [4]:\n", " for num_beams in [1, 4]:\n", " msgs_lens = list(range(5, 55, 5))\n", " msgs_rates = []\n", " ppls = []\n", " for msg_len in msgs_lens:\n", " msg_rate, ppl = get_mean(results[\"msg_len_change\"], {\"base\": base, \"num_beams\": num_beams, \"msg_len\": msg_len, \"msg_type\": msg_type})\n", " msgs_rates.append(msg_rate)\n", " ppls.append(ppl)\n", " plt.plot(msgs_lens, msgs_rates, marker=markers[id], label=f\"Base {base}, {msg_type} ({num_beams}-way beam search)\")\n", " id += 1\n", "plt.xlim(xmin=0)\n", "plt.ylim(ymin=0, ymax=1)\n", "plt.xlabel(\"Message Length\")\n", "plt.ylabel(\"Message Rate\")\n", "plt.legend()\n", "plt.savefig(\"figs/msg_type/msg_rate.pdf\", bbox_inches=\"tight\")" ] }, { "cell_type": "code", "execution_count": 18, "id": "31b70dd1-29ae-4e0d-aa0a-5fb4d4631cb1", "metadata": {}, "outputs": [ { "data": { "image/png": "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i4+IiIjyT15VOSUmK6qqoqurK6laSVVVuN1uuN1uOBwOBIPBlNvZvHkzqqqqtEdNTc10h05EREQ5JAkhRK6DSMVut6O1tXVMkhOf9vv9aGpqQiAQGPPaVCU0NTU16O7uRmVl5XSHTkRERFOgp6cHVVVVGX1/51UJTZyqqvB6vWOqlxJLZBRFQTAYTFlKU1xcjMrKyqQHERERzV55mdBs27ZtTDLj9/uxbt26MeuazeYZioqIiIjyVV4mNH6/f0yioigKWltbtWmv1wubzca7nYiIiCj/7nKKG93HjCzLqKurQ1tbG2RZRiAQgMvlylF0RERElE/ytlHwVMqmURERERHlh4JvFExERESUDSY0REREVPCY0BAREVHBY0JDREREBY8JDRERERU8JjRERERU8JjQEBERUcFjQkNEREQFjwkNERERFTwmNERERFTwmNAQERFRwWNCQ0RERAWPCQ0REREVPCY0REREVPCY0BAREVHBY0JDREREBY8JDRERERU8JjRERERU8JjQEBERUcFjQkNEREQFjwkNERERFTwmNERERFTwmNAQERFRwWNCQ0RERAWPCQ0REREVPCY0REREVPCY0BAREVHBY0JDREREBY8JDRERERU8JjRERERU8JjQEBERUcFjQkNEREQFjwkNERERFTwmNERERFTwmNAQERFRwWNCQ0RERAXPkOsARvP7/QCA2tpaBINBqKqK2tpaAEAwGITb7YaiKAgGg2huboYsyzmMloiIiPJB3iU0TqcT7e3tAICGhga4XC5tWVNTE3w+H4BYcrNx48ak5URERDQ35V1CY7VaEQqFACCp9CUYDCatpygKvF7vTIZGREREeSov29DIsjymKsnr9cJsNifNM5vNWhUVERERzV15V0KjqircbjcAoKOjA3a7HYqiQFXVlOt3dXWNmTc4OIjBwUFtuqenZ1piJSIiovyQdwlNYkNfRVHQ2NiIQCCQdv1Uic7mzZvxta99bZoiJCIionyTd1VOiW1l4nczBYNByLI8pjSmq6sr5V1OLS0t6O7u1h779u2b7rCJiIgoh/IqofH7/Vi3bt2Y+WazGQ0NDSlfU1dXN2ZecXExKisrkx5EREQ0e+VVlZOiKGhtbdWmvV4vbDZbykbCwWAQdXV17IeGiIiI8iuhkWUZdXV1aGtrgyzLCAQCSf3MuFwuOBwO1NfXo6Oj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", "text/plain": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "id = 0\n", "for msg_type in [\"random\", \"readable\"]:\n", " for base in [4]:\n", " for num_beams in [1, 4]:\n", " msgs_lens = list(range(5, 55, 5))\n", " msgs_rates = []\n", " ppls = []\n", " for msg_len in msgs_lens:\n", " msg_rate, ppl = get_mean(results[\"msg_len_change\"], {\"base\": base, \"num_beams\": num_beams, \"msg_len\": msg_len, \"msg_type\": msg_type})\n", " msgs_rates.append(msg_rate)\n", " ppls.append(ppl)\n", " plt.plot(msgs_lens, ppls, marker=markers[id], label=f\"Base {base}, {msg_type} ({num_beams}-way beam search)\")\n", " id += 1\n", "plt.xlim(xmin=0)\n", "plt.ylim(ymin=0)\n", "plt.xlabel(\"Message Length\")\n", "plt.ylabel(\"Perplexity\")\n", "plt.legend()\n", "plt.savefig(\"figs/msg_type/perplexity.pdf\", bbox_inches=\"tight\")" ] }, { "cell_type": "code", "execution_count": null, "id": "61183027-8a59-4e7e-b06e-f63102e27c7c", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.14" } }, "nbformat": 4, "nbformat_minor": 5 }