Datasets:
Commit
·
09c0c60
1
Parent(s):
693ab74
Update README.md
Browse files
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 "
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|