Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -105,6 +105,9 @@ dataset_info:
|
|
| 105 |
num_examples: 544627
|
| 106 |
download_size: 773215769
|
| 107 |
dataset_size: 1555988881.6663418
|
|
|
|
|
|
|
|
|
|
| 108 |
---
|
| 109 |
# Dataset Card for "thevault-filtered"
|
| 110 |
|
|
@@ -112,8 +115,8 @@ Filtered version of [The Vault (function)](https://huggingface.co/datasets/Fsoft
|
|
| 112 |
- Light AST filtering for self-contained functions
|
| 113 |
- Run through CodeBERT embeddings, clustered with k-means to 1024 clusters, and then the clusters were manually skimmed for seemingly uninformative functions.
|
| 114 |
|
| 115 |
-
|
| 116 |
-
|
| 117 |
excluded = [
|
| 118 |
4, # biochem stuff? DEcompiled code
|
| 119 |
9, # Empty functions
|
|
|
|
| 105 |
num_examples: 544627
|
| 106 |
download_size: 773215769
|
| 107 |
dataset_size: 1555988881.6663418
|
| 108 |
+
license: mit
|
| 109 |
+
task_categories:
|
| 110 |
+
- text-generation
|
| 111 |
---
|
| 112 |
# Dataset Card for "thevault-filtered"
|
| 113 |
|
|
|
|
| 115 |
- Light AST filtering for self-contained functions
|
| 116 |
- Run through CodeBERT embeddings, clustered with k-means to 1024 clusters, and then the clusters were manually skimmed for seemingly uninformative functions.
|
| 117 |
|
| 118 |
+
The clusters excluded and their reasons are as follows:
|
| 119 |
+
```
|
| 120 |
excluded = [
|
| 121 |
4, # biochem stuff? DEcompiled code
|
| 122 |
9, # Empty functions
|