applescript
applescript-lines-annotated
Dataset Card for "applescript-lines-annotated"
Description
This is a dataset of single lines of AppleScript code scraped from GitHub and GitHub Gist and manually annotated with descriptions, intents, prompts, and other metadata.
Content
Each row contains 8 features:
text - The raw text of the AppleScript code.
source - The name of the file from which the line originates.
type - Either compiled (files using the .scpt extension) or uncompiled (everything else).… See the full description on the dataset page: https://huggingface.co/datasets/HelloImSteven/applescript-lines-annotated.marin-starcoderdata_applescriptapplescript-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 dataset.… See the full description on the dataset page: https://huggingface.co/datasets/HelloImSteven/applescript-lines-100k-non-annotated.buzz_sources_308_applescript
