CoolFace
Datasetpublic

23ws-LLMcoder/LLMcoder-GitHub-Python-Mix-Direct

Dataset Card for LLMcoder-GitHub-Python-Mix-Direct Python target autocomplete suggestions in the format of conversations for OpenAI's fine-tuning. Dataset Details Dataset Description Curated by: [More Information Needed] Funded by [optional]: [More Information Needed] Shared by [optional]: [More Information Needed] Language(s) (NLP): [More Information Needed] License: [More Information Needed] Dataset Sources [optional] The data… See the full description on the dataset page: https://huggingface.co/datasets/23ws-LLMcoder/LLMcoder-GitHub-Python-Mix-Direct.

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes216downloads
output.txt28 linesDownload Raw Back to pair_86
1      abstract = paper["abstract"]2        image_file = paper["image"]3 4        # Begin:5        paper_snippet = f"""6 7<figure markdown>8![](images/{image_file}){{ width="500"}}9<figcaption>10<!-- Large font: -->11<h2>12<a href="{link}">{title}</a>13</h2>14</figcaption>15</figure>16 17<center>18{authors}19 20<small>{affiliations}</small>21</center>22 23**Abstract:** {abstract}\n\n24"""25        snippets.append(paper_snippet)26 27    f.write("\n\n---\n\n".join(snippets))28