text stringlengths 13 30k |
|---|
{"repo_name": "kmrf", "path": "./kmrf/src/cli.rs", "content": "/*\\nCopyright (c) 2020 Pierre Marijon <pierre.marijon@hhu.de>\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the 'Software'), to deal\\nin the Software without restri... |
{"repo_name": "kmrf", "path": "./kmrf/src/error.rs", "content": "/*\\nCopyright (c) 2020 Pierre Marijon <pierre.marijon@hhu.de>\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the 'Software'), to deal\\nin the Software without rest... |
{"repo_name": "kmrf", "path": "./kmrf/src/lib.rs", "content": "/*\\nCopyright (c) 2020 Pierre Marijon <pierre.marijon@hhu.de>\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the 'Software'), to deal\\nin the Software without restri... |
{"repo_name": "kmrf", "path": "./kmrf/src/main.rs", "content": "/*\\nCopyright (c) 2019 Pierre Marijon <pierre.marijon@hhu.de>\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the 'Software'), to deal\\nin the Software without restr... |
{"repo_name": "yacrd", "path": "./yacrd/tests/run.rs", "content": "/*\\nCopyright (c) 2020 Pierre Marijon <pmarijon@mpi-inf.mpg.de>\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the 'Software'), to deal\\nin the Software without ... |
{"repo_name": "yacrd", "path": "./yacrd/src/reads2ovl/fullmemory.rs", "content": "/*\\n Copyright (c) 2019 Pierre Marijon <pmarijon@mpi-inf.mpg.de>\\n\\n Permission is hereby granted, free of charge, to any person obtaining a copy\\n of this software and associated documentation files (the 'Software'), to deal\\n... |
{"repo_name": "yacrd", "path": "./yacrd/src/reads2ovl/mod.rs", "content": "/*\\nCopyright (c) 2019 Pierre Marijon <pmarijon@mpi-inf.mpg.de>\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the 'Software'), to deal\\nin the Software ... |
{"repo_name": "yacrd", "path": "./yacrd/src/reads2ovl/ondisk.rs", "content": "/*\\nCopyright (c) 2019 Pierre Marijon <pmarijon@mpi-inf.mpg.de>\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the 'Software'), to deal\\nin the Softwa... |
{"repo_name": "yacrd", "path": "./yacrd/src/stack.rs", "content": "/*\\nCopyright (c) 2019 Pierre Marijon <pmarijon@mpi-inf.mpg.de>\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the 'Software'), to deal\\nin the Software without ... |
{"repo_name": "yacrd", "path": "./yacrd/src/cli.rs", "content": "/*\\nCopyright (c) 2018 Pierre Marijon <pmarijon@mpi-inf.mpg.de>\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the 'Software'), to deal\\nin the Software without re... |
{"question": "what is the use of fn key in mac", "sentence": "It is typically found on laptops due to their keyboard size restrictions .", "label": 0, "sentence_in_long_answer": false, "short_answer_in_sentence": false} |
{"question": "when did the ipod 7th generation come out", "sentence": "Cupertino , California : Apple .", "label": 0, "sentence_in_long_answer": false, "short_answer_in_sentence": false} |
{"question": "who dies in season 6 once upon a time", "sentence": "^ Jump up to : Abrams , Natalie ( August 5 , 2016 ) .", "label": 0, "sentence_in_long_answer": false, "short_answer_in_sentence": false} |
{"question": "who was the first avatar ever in the last airbender", "sentence": "Jeremy Zuckerman and Benjamin Wynn composed the series ' music and sound ; they experimented with a wide range of instruments , including the guzheng , pipa , and duduk , to match the show 's Asia - influenced setting .", "label": 0, "sent... |
{"question": "how many games do they need to win to win the world series", "sentence": "p. 21 .", "label": 0, "sentence_in_long_answer": false, "short_answer_in_sentence": false} |
{"question": "when did rufus wainwright record across the universe", "sentence": "266 -- 67 Jump up ^ Sheff , p. 266 Jump up ^ Karimi , Faith .", "label": 0, "sentence_in_long_answer": false, "short_answer_in_sentence": false} |
{"question": "two core functions of the world health organization (who) are", "sentence": "In 1977 , the first list of essential medicines was drawn up , and a year later the ambitious goal of `` health for all '' was declared .", "label": 0, "sentence_in_long_answer": false, "short_answer_in_sentence": false} |
{"question": "when did adam smith published the wealth of nations", "sentence": "Boston Review .", "label": 0, "sentence_in_long_answer": false, "short_answer_in_sentence": false} |
{"question": "how many english soldiers died in world war 2", "sentence": "Statistics published in Russia list civilian war losses 6,074,857 civilians killed reported by the Extraordinary State Commission in 1946 641,803 famine deaths during the siege of Leningrad according to official figures 58,000 killed in bombing ... |
{"Unnamed: 0": 0, "function": "def run(self):\n \"\"\"\n Called when the process intializes.\n \"\"\"\n logger.info('started worker')\n\n FULL_NAMESPACE = settings.FULL_NAMESPACE\n MINI_NAMESPACE = settings.MINI_NAMESPACE\n MAX_RESOLUTION = settings.MAX_RESOLUTION\n ... |
{"Unnamed: 0": 2, "function": "def new_id(self, i, l):\n try:\n return l[i]\n except __HOLE__:\n l[i] = len(l)\n return l[i]", "label": "KeyError", "info": "dataset/ETHPy150Open androguard/androguard/androguard/core/data/data.py/DexViewer.new_id"} |
{"Unnamed: 0": 3, "function": "@property\n def storage_path(self):\n try:\n conan_user_home = os.getenv(\"CONAN_USER_HOME\")\n if conan_user_home:\n storage = self.storage[\"path\"]\n if storage[:2] == \"~/\":\n storage = storage[2:]\n ... |
{"Unnamed: 0": 4, "function": "def run_tests(tests, test_input, timeout = 60, waittime = 0.1):\n \"\"\"\n Runs all the tests given by directly executing them. If they return\n with a non-zero exit code, it adds them to the dictionary returned.\n\n Keyword arguments:\n tests -- a list of paths to exec... |
{"Unnamed: 0": 5, "function": "def git_version():\n def _minimal_ext_cmd(cmd):\n # construct minimal environment\n env = {}\n for k in ['SYSTEMROOT', 'PATH']:\n v = os.environ.get(k)\n if v is not None:\n env[k] = v\n # LANGUAGE is used on win32\n ... |
{"Unnamed: 0": 6, "function": "def setup_package():\n\n # Rewrite the version file every time\n\n write_version_py()\n cmdclass = {}\n\n # Figure out whether to add ``*_requires = ['numpy']``.\n # We don't want to do that unconditionally, because we risk updating\n # an installed numpy which fails too... |
{"Unnamed: 0": 7, "function": "def exclude(self, excludes):\n \"\"\"Takes a list of node names and removes all nodes and their\n successors from the graph.\n\n :param excludes: list of node names\n :type excludes: list of string\n \"\"\"\n if not excludes:\n return\n... |
{"Unnamed: 0": 8, "function": "def download(uri, filename=None, headers=None, redirect_limit=5, **kwargs):\n \"\"\" Get a remote resource and save the content to a local file. If a local\n file already exists at the download destination, the modification time of\n that file is sent in the request headers as th... |
{"Unnamed: 0": 9, "function": "def ReadFile(filename, logger=None):\n \"\"\"Read the contents of the file.\n\n An optional logger can be specified to emit messages to your favorite logging\n stream. If specified, then no exception is raised. This is external so that it\n can be used by third-party applications.\n\n... |
{"id": 4, "tokens": ["The", "condensed", "consolidated", "statements", "of", "operations", "for", "the", "three", "and", "six", "months", "ended", "May", "31", ",", "2016", "are", "not", "necessarily", "indicative", "of", "the", "results", "to", "be", "expected", "for", "the", "full", "year", "."], "ner_tags": [0, 0, 0... |
{"id": 6, "tokens": ["As", "a", "result", "of", "this", "change", "in", "management", "structure", ",", "the", "Company", "re", "-", "evaluated", "its", "reportable", "segments", "and", "determined", "that", "neither", "operating", "segment", "met", "the", "reportable", "criteria", "set", "forth", "in", "Accounting", "... |
{"id": 7, "tokens": ["All", "prior", "year", "segment", "information", "has", "been", "restated", "to", "conform", "with", "the", "2016", "presentation", "."], "ner_tags": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]} |
{"farm": "Farm 01", "age": 52, "gender": "M", "crop_hectares ": 2.5, "survey_date": "8/9/2020", "survey_month": "20-Sep", "survey_week": 1, "production_arrangement": "Under free shadow exposure", "crop_phenology": "Flowering", "soil_level": "flat", "variety": "Caturra", "temperature": "Cold", "rainfall_intensity": "Win... |
{"farm": "Farm 01", "age": 52, "gender": "M", "crop_hectares ": 2.5, "survey_date": "15/9/2020", "survey_month": "20-Sep", "survey_week": 2, "production_arrangement": "Under free shadow exposure", "crop_phenology": "Flowering", "soil_level": "flat", "variety": "Caturra", "temperature": "Cold", "rainfall_intensity": "Ha... |
{"farm": "Farm 01", "age": 52, "gender": "M", "crop_hectares ": 2.5, "survey_date": "22/9/2020", "survey_month": "20-Sep", "survey_week": 3, "production_arrangement": "Under free shadow exposure", "crop_phenology": "Flowering", "soil_level": "flat", "variety": "Caturra", "temperature": "Cold", "rainfall_intensity": "Wi... |
{"farm": "Farm 01", "age": 52, "gender": "M", "crop_hectares ": 2.5, "survey_date": "29/9/2020", "survey_month": "20-Sep", "survey_week": 4, "production_arrangement": "Under free shadow exposure", "crop_phenology": "Flowering", "soil_level": "flat", "variety": "Caturra", "temperature": "Cold", "rainfall_intensity": "Ha... |
{"farm": "Farm 02", "age": 48, "gender": "F", "crop_hectares ": 4.0, "survey_date": "9/9/2020", "survey_month": "20-Sep", "survey_week": 1, "production_arrangement": "Under shadow conditions", "crop_phenology": "Flowering", "soil_level": "level curved slope ", "variety": "Tabi", "temperature": "Cold", "rainfall_intens... |
{"farm": "Farm 02", "age": 49, "gender": "F", "crop_hectares ": 4.0, "survey_date": "16/9/2020", "survey_month": "20-Sep", "survey_week": 2, "production_arrangement": "Under shadow conditions", "crop_phenology": "Flowering", "soil_level": "level curved slope ", "variety": "Tabi", "temperature": "Cold", "rainfall_inten... |
{"farm": "Farm 02", "age": 50, "gender": "F", "crop_hectares ": 4.0, "survey_date": "23/9/2020", "survey_month": "20-Sep", "survey_week": 3, "production_arrangement": "Under shadow conditions", "crop_phenology": "Flowering", "soil_level": "level curved slope ", "variety": "Tabi", "temperature": "Cold", "rainfall_inten... |
{"farm": "Farm 02", "age": 51, "gender": "F", "crop_hectares ": 4.0, "survey_date": "30/9/2020", "survey_month": "20-Sep", "survey_week": 4, "production_arrangement": "Under shadow conditions", "crop_phenology": "Flowering", "soil_level": "level curved slope ", "variety": "Tabi", "temperature": "Cold", "rainfall_inten... |
{"farm": "Farm 04", "age": 46, "gender": "F", "crop_hectares ": 3.8, "survey_date": "9/9/2020", "survey_month": "20-Sep", "survey_week": 1, "production_arrangement": "Under free shadow exposure", "crop_phenology": "Flowering", "soil_level": "level curved slope ", "variety": "Castillo", "temperature": "Cold", "rainfall... |
{"farm": "Farm 04", "age": 46, "gender": "F", "crop_hectares ": 3.8, "survey_date": "16/9/2020", "survey_month": "20-Sep", "survey_week": 2, "production_arrangement": "Under free shadow exposure", "crop_phenology": "Flowering", "soil_level": "level curved slope ", "variety": "Castillo", "temperature": "Cold", "rainfal... |
{"doc_id": "1912.05372", "revision_depth": 1, "before_revision": "Language models have become a key step to achieve state-of-the-art results in many different Natural Language Processing (NLP) tasks. Leveraging the huge amount of unlabeled texts nowadays available, they provide an efficient way to pre-train continuous ... |
{"doc_id": "1912.05372", "revision_depth": 2, "before_revision": "Language models have become a key step to achieve state-of-the art results in many different Natural Language Processing (NLP) tasks. Leveraging the huge amount of unlabeled texts nowadays available, they provide an efficient way to pre-train continuous ... |
{"doc_id": "1912.10514", "revision_depth": 2, "before_revision": "An effective method to generate a large number of parallel sentences for training improved neural machine translation (NMT) systems is the use of back-translations of the target-side monolingual data. The method was not able to utilize the available hug... |
{"doc_id": "1912.10616", "revision_depth": 1, "before_revision": "Authorship attribution is the process of identifying the author of a text. Classification-based approaches work well for small numbers of candidate authors, but only similarity-based methods are applicable for larger numbers of authors or for authors bey... |
{"doc_id": "1912.10616", "revision_depth": 2, "before_revision": "Authorship attribution is the process of identifying the author of a text. Classification-based approaches work well for small numbers of candidate authors, but only similarity-based methods are applicable for larger numbers of authors or for authors be... |
{"doc_id": "1912.11602", "revision_depth": 1, "before_revision": "Lead bias is a common phenomenon in news summarization, where early parts of an article often contain the most salient information. While many algorithms exploit this fact in summary generation, it has a detrimental effect on teaching the model to discri... |
{"doc_id": "1912.11602", "revision_depth": 2, "before_revision": "Lead bias is a common phenomenon in news summarization, where early parts of an article often contain the most salient information . While many algorithms exploit this fact in summary generation , it has a detrimental effect on teaching the model to disc... |
{"doc_id": "1912.13318", "revision_depth": 1, "before_revision": "Pre-training techniques have been verified successfully in a variety of NLP tasks in recent years. Despite the wide spread of pre-training models for NLP applications, they almost focused on text-level manipulation, while neglecting the layout and style ... |
{"doc_id": "1912.13318", "revision_depth": 2, "before_revision": "Pre-training techniques have been verified successfully in a variety of NLP tasks in recent years. Despite the widespread of pre-training models for NLP applications, they almost focused on text-level manipulation, while neglecting the layout and style i... |
{"doc_id": "2001.00059", "revision_depth": 2, "before_revision": "Recent research has achieved impressive results on understanding and improving source code by building up on machine-learning techniques developed for natural languages. A significant advancement in natural-language understanding has come with the develo... |
{"long": "valkyria in the context of in the amount of field of battle deuce-ace ) , usually interest as regards due to the fact that valkyria beak triad out-of-doors japan , bring up one of the tactical single-valued function playacting project gage developed on the part of sega in conjunction with media.vision for the... |
{"long": "dethaw in relation to january 2011 in the vicinity of japan , it mention in the amount of third hitch in the context of in the amount of valkyria directly .", "short": "released in january 2011 in japan , it is the third game in the valkyria series ."} |
{"long": "withdraw in the amount of comparable optical fusion on the part of tactical in conjunction with significant time frame gameplay due to the fact that its forerunner , in the amount of tosh pulling line of latitude as regards in the amount of start stop as well as comply with in the amount of \" unknown \" , on... |
{"long": "in the amount of gamey set forth evolution located on 2010 , pop off in connection with one of the bighearted portion regards to in the amount of tempt done as regards valkyria chronicle II .", "short": "the game began development in 2010 , carrying over a large portion of the work done on valkyria chronicles... |
{"long": "during the course of it maintained in the amount of measure feature regards to in the amount of back-to-back , it as well as undergo multiple adjustment , such due to the fact that fashioning in the amount of back to a greater extent absolvitory for the sum of sequential starter .", "short": "while it retaine... |
{"long": "casing architect befog honjou as well as composer hitoshi sakimoto both arrange to return slowly entranceway , along in relation to valkyria bet deuce music director takeshi ozawa .", "short": "character designer unknown honjou and composer hitoshi sakimoto both returned from previous entries , along with va... |
{"long": "one of the braggart police squad in the context of reference handled in the amount of leger .", "short": "a large team of writers handled the script ."} |
{"long": "in the amount of weakly 's opening opus spring let the cat out of the bag pursuant to English hawthorn ' northern .", "short": "the game 's opening theme was sung by may ' n ."} |
{"long": "it hold a meeting in connection with official gross sales located in japan , in addition to describe kudos on the part of both japanese in conjunction with westward critic .", "short": "it met with positive sales in japan , and was praised by both japanese and western critics ."} |
{"long": "at the end of liberal , it received downloadable example , on as regards one of the expanded influence in the course of november in the context of that classify .", "short": "after release , it received downloadable content , along with an expanded edition in november of that year ."} |
{"Text": "@hqrdck Best of luck!", "Author": "J.K. Rowling", "Handle": null, "TweetType": "Reply", "Unnamed: 4": null, "Unnamed: 5": null, "Unnamed: 6": null} |
{"Text": "@BMMFranco Bruno, I'm so sorry for your loss and very glad you got to escape to Hogwarts x", "Author": "J.K. Rowling", "Handle": null, "TweetType": "Reply", "Unnamed: 4": null, "Unnamed: 5": null, "Unnamed: 6": null} |
{"Text": "RT @RGalbraith : Prepare to dive back into the world of Strike and Robin this summer.\n \nThe sixth book in the Strike series, The Ink Black Heart, is coming 30 August 2022. Pre-order yours now: https://t.co/IAPaCodBDW\n\n#InkBlackHeart #RobertGalbraith #Strike https://t.co/HgMZaH5TdX", "Author": "J.K. Rowlin... |
{"Text": "@DaAlraiti I'm so sorry that awful thing happened to you, but incredibly happy that you found a safe place at Hogwarts. Sending lots of love x", "Author": "J.K. Rowling", "Handle": null, "TweetType": "Reply", "Unnamed: 4": null, "Unnamed: 5": null, "Unnamed: 6": null} |
{"Text": "@CinthyCronopi I'm so glad. you're still here x", "Author": "J.K. Rowling", "Handle": null, "TweetType": "Reply", "Unnamed: 4": null, "Unnamed: 5": null, "Unnamed: 6": null} |
{"Text": "@thesurealist Sending you love and healing vibes! Hope to hear you're better soon xxx", "Author": "J.K. Rowling", "Handle": null, "TweetType": "Reply", "Unnamed: 4": null, "Unnamed: 5": null, "Unnamed: 6": null} |
{"Text": "@Arrssaallaann More than a chance. That's a wonderful thing to hear, thank you x", "Author": "J.K. Rowling", "Handle": null, "TweetType": "Reply", "Unnamed: 4": null, "Unnamed: 5": null, "Unnamed: 6": null} |
{"texts": ["Q:\n\nmaking new pandas columns based on min and max values\n\ngiven this data frame:\n HOUSEID PERSONID STRTTIME ENDTIME TDTRPNUM\n0 20000017 1 955 1020 1\n1 20000017 1 1130 1132 2\n2 20000017 1 1330 1400 3\n3... |
{"texts": ["Yes, ladies and gentlemen, DIY-IT is about to rock some code on the house!", "\n\nWordPress, in versions 2.9 and greater, supports a UI feature called post thumbnail. ", "They also call it \"featured image,\" just to keep things interesting. ", "The purpose of this UI feature is to give theme developers a s... |
{"texts": ["Q:\n\nProc Tabulate in SAS: repeating class names for each row\n\nIf I want to summarize my data by class1 and class2 and show the sum of var1, what's the simplest code to get an output that looks like:\n Class1 Class2 Var1Sum\n a x 123\n a y 34\n a z 990\n... |
{"texts": ["Q:\n\nOCaml - equality of two hashtables and function with nested labelled arguments\n\nI want to compare two hashtables for equality:\nopen Core.", "Std\n\nlet hashtables_equal (x_tbl: ('a, 'b) Hashtbl.t) (y_tbl: ('a, 'b) Hashtbl.t) : bool =\n (Hashtbl.length x_tbl = Hashtbl.length y_tbl)\n && Hashtbl.fo... |
{"texts": ["The present method of towing commercial aircraft on the ground at airports today requires the support of a minimum of two and in some cases three maintenance personnel. ", "First a tow bar is selected that is compatible with the type of aircraft to be towed or pushed back from the airport gate. ", "As many ... |
{"feat_Unnamed: 0": 30, "text": "The following are multiple choice questions (with answers) about common sense.\n\nQuestion: The diminishing supply of this nonrenewable resource is not leading to advancements in automotive technology\nA. petrol\nB. steam\nAnswer:", "classes": [" A", " B"], "target": 1, "evaluation_pred... |
{"feat_Unnamed: 0": 122, "text": "The following are multiple choice questions (with answers) about common sense.\n\nQuestion: Lamps that convert electricity into light and heat aren't known as\nA. candle\nB. incadescent\nAnswer:", "classes": [" A", " B"], "target": 0, "evaluation_predictions": [-5.456882953643799, -2.8... |
{"feat_Unnamed: 0": 120, "text": "The following are multiple choice questions (with answers) about common sense.\n\nQuestion: Which is not needed for photosynthesis to occur\nA. energy that takes 8.3 minutes to travel to Earth\nB. the 8th entry on the periodic table\nAnswer:", "classes": [" A", " B"], "target": 1, "eva... |
{"feat_Unnamed: 0": 147, "text": "The following are multiple choice questions (with answers) about common sense.\n\nQuestion: A creature that is not a biped and which regularly uses tools will occasionally enjoy munching on\nA. chia seeds\nB. old feces\nAnswer:", "classes": [" A", " B"], "target": 1, "evaluation_predic... |
{"feat_Unnamed: 0": 87, "text": "The following are multiple choice questions (with answers) about common sense.\n\nQuestion: One way to retain your own thermal energy is not to\nA. wear fluffy socks\nB. sit in snow\nAnswer:", "classes": [" A", " B"], "target": 1, "evaluation_predictions": [-5.456882953643799, -2.898537... |
{"feat_Unnamed: 0": 158, "text": "The following are multiple choice questions (with answers) about common sense.\n\nQuestion: An extremely rapid surge of rising flood water that moves across usually dry land at about 30 feet or more each second is not powerful enough to\nA. lift and carry a tall mountain\nB. lift a 250... |
{"feat_Unnamed: 0": 149, "text": "The following are multiple choice questions (with answers) about common sense.\n\nQuestion: A thing's position is not altered when\nA. thing feels moved emotionally\nB. the thing adjusts its location\nAnswer:", "classes": [" A", " B"], "target": 0, "evaluation_predictions": [-5.4568829... |
{"feat_Unnamed: 0": 176, "text": "The following are multiple choice questions (with answers) about common sense.\n\nQuestion: A pot of pasta is boiling on the stove, and the lid on top of the pot is shaking as the water boils more rapidly. A person goes to the stove and removes the pot, releasing steam into the air abo... |
{"feat_Unnamed: 0": 255, "text": "The following are multiple choice questions (with answers) about common sense.\n\nQuestion: A plant that gets extra minerals such as zinc aren't probably\nA. placed in good soil\nB. made out of soil\nAnswer:", "classes": [" A", " B"], "target": 1, "evaluation_predictions": [-5.45688295... |
{"feat_Unnamed: 0": 174, "text": "The following are multiple choice questions (with answers) about common sense.\n\nQuestion: Which isn't more likely the result of a big earthquake\nA. a big house\nB. a mountain\nAnswer:", "classes": [" A", " B"], "target": 0, "evaluation_predictions": [-5.456882953643799, -2.898537635... |
{"title": "SHOPIFY STORE DESIGN", "abstract": "I have started to create a nee Shopify store and this now requires good graphic design skills along with functional creativity.", "keyphrases": "Graphic Design, HTML, Shopify, Website Design"} |
{"title": "build me a website", "abstract": "i want a ecommerce website like", "keyphrases": "Graphic Design, HTML, PHP, Website Design, WordPress"} |
{"title": "data entry", "abstract": "my project is best and i hope you will complete fast and best work", "keyphrases": "Data Entry, Data Processing, Excel, Virtual Assistant, Web Search"} |
{"title": "One Screen AR Android (Demo) app", "abstract": "The requirements is to create an AR app to detect a specific object (Electricity meter) then shows/monitor it records (fake data) in an augmented reality anchor animated info windows.", "keyphrases": "Android, ARCore, Augmented Reality, Machine Learning (ML), U... |
{"title": "Content Writer", "abstract": "Hello Guys, I am looking for an English Content writer, Who can write and create content for my website. Must be proficient in English Content Writing.", "keyphrases": "Article Rewriting, Article Writing, Content Creation, Content Writing, Copywriting"} |
{"title": "Run Tik Tok advertisement campaign", "abstract": "I have one product website which sells a small cleaning device. I would be looking for someone who can boost some sales add campaigns. Note: Please bid someone who has good knowledge of TikTok to advertisement data and has done some excellent work on the adve... |
{"title": "Build me a website", "abstract": "Basic ecommerce website along with proper interactive display of information about our specialty crafted menu available at our patisserie cafe. reference:", "keyphrases": "eCommerce, Graphic Design, HTML, PHP, Website Design"} |
{"title": "We need an HVAC engineer to read the schematics and explain all the details in the schematic", "abstract": "We need an HVAC engineer to read the schematics and explain all the details in the schematic", "keyphrases": "CAD/CAM, Circuit Design, Electrical Engineering, Electronics, PCB Layout"} |
{"title": "Bubble.io change hero", "abstract": "Simple responsiveness fix of a hero in", "keyphrases": "Bubble Developer, Software Development"} |
{"title": "Instagram Page Organic Promotion For Follower Growth ID:ACPLT", "abstract": "IMPORTANT: Read the full description. Generic bids without attention to the project description will be dismissed without consideration. We are looking for an Instagram growth specialist for a long-term relationship. Our objective i... |
{"important_information": 1} |
{"important_information": 2} |
{"important_information": 3} |
{"uuid": "685a27c6-c910-4c9f-bc30-b115c662bbee", "obj_uri": "Q23115", "obj_label": "Northamptonshire", "sub_uri": "Q4649521", "sub_label": "A605 road", "predicate_id": "P131", "sub_surface": "A605 road", "obj_surface": "Northamptonshire", "masked_sentence": "The A605 road is a main road in the English counties of [MASK... |
{"uuid": "685a27c6-c910-4c9f-bc30-b115c662bbee", "obj_uri": "Q23115", "obj_label": "Northamptonshire", "sub_uri": "Q4649521", "sub_label": "A605 road", "predicate_id": "P131", "sub_surface": "A605 road", "obj_surface": "Northamptonshire", "masked_sentence": "The A605 road is a main road in the English counties of [MASK... |
{"uuid": "685a27c6-c910-4c9f-bc30-b115c662bbee", "obj_uri": "Q23115", "obj_label": "Northamptonshire", "sub_uri": "Q4649521", "sub_label": "A605 road", "predicate_id": "P131", "sub_surface": "A605", "obj_surface": "Northamptonshire", "masked_sentence": "It connects the Leicestershire town of Market Harborough and the A... |
{"uuid": "685a27c6-c910-4c9f-bc30-b115c662bbee", "obj_uri": "Q23115", "obj_label": "Northamptonshire", "sub_uri": "Q4649521", "sub_label": "A605 road", "predicate_id": "P131", "sub_surface": "A605", "obj_surface": "Northamptonshire", "masked_sentence": "It connects the Leicestershire town of Market Harborough and the A... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.