HelloImSteven commited on
Commit
09c0c60
1 Parent(s): 693ab74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -11,7 +11,19 @@ dataset_info:
11
  num_examples: 100000
12
  download_size: 2718505
13
  dataset_size: 8452105
 
 
 
 
 
 
 
 
14
  ---
15
- # Dataset Card for "appleScript-lines-100k-non-annotated"
16
 
17
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
11
  num_examples: 100000
12
  download_size: 2718505
13
  dataset_size: 8452105
14
+ license: mit
15
+ task_categories:
16
+ - text-classification
17
+ tags:
18
+ - code
19
+ - applescript
20
+ size_categories:
21
+ - 100K<n<1M
22
  ---
23
+ # Dataset Card for "applescript-lines-100k-non-annotated"
24
 
25
+ ## Description
26
+
27
+ This is a 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).
28
+
29
+ The dataset is constructed as an intermediate step to a fully-annotated AppleScript dataset.