CoolFace
Datasetpublic

HelloImSteven/applescript-lines-100k-non-annotated

Dataset Card for "applescript-lines-100k-non-annotated" Description Dataset of 100,000 unique lines of AppleScript code scraped from GitHub and GitHub Gists. The dataset has been de-duplicated, comments have been removed (both single and multi-line), and effort has been made to merge multi-line structures such as records into one (however, expect some variability in this regard). The dataset is constructed as an intermediate step to a fully-annotated AppleScript… See the full description on the dataset page: https://huggingface.co/datasets/HelloImSteven/applescript-lines-100k-non-annotated.

sourceHugging Facemitupdated 3y agoView on Hugging Face
1likes18downloads
README.md31 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: text5    dtype: string6  - name: source7    dtype: string8  splits:9  - name: train10    num_bytes: 845210511    num_examples: 10000012  download_size: 271850513  dataset_size: 845210514license: mit15task_categories:16- text-classification17tags:18- code19- applescript20size_categories:21- 100K<n<1M22---23# Dataset Card for "applescript-lines-100k-non-annotated"24 25## Description26 27Dataset of 100,000 unique lines of AppleScript code scraped from GitHub and GitHub Gists. The dataset has been de-duplicated, comments have been removed (both single and multi-line), and effort has been made to merge multi-line structures such as records into one (however, expect some variability in this regard).28 29The dataset is constructed as an intermediate step to a fully-annotated AppleScript dataset.30 31Each row has fields for `text` and `source`, with text being the raw text of the line and source being the file name and extension from which the line was obtained. Full source links have been omitted for anonymity.