mhyee commited on
Commit
f1dad57
1 Parent(s): 6f7829e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for "stenotype-eval-js"
2
+
3
+ This is one of the datasets used to evaluate StenoType ([model](https://huggingface.co/nuprl/stenotype), [GitHub](https://github.com/nuprl/StenoType/)).
4
+ This dataset is called `typeweaver-bundle-filtered-subset` in the code and `JS-Sourced` in the dissertation.
5
+
6
+ The dataset is derived from the [TypeWeaver benchmarks](https://github.com/nuprl/TypeWeaver/tree/main/data/original), with multi-file projects bundled
7
+ into single files, and filtered. For more details, see the StenoType GitHub repository and the linked dissertation.
8
+
9
+ To type check this dataset, a tarball containing the type declaration (`.d.ts`) files is included in `type_declarations.tar.gz`.
10
+
11
+ ## Versions
12
+
13
+ The evaluation dataset is a sample of 50 files from the "filtered" dataset, which can be found in the branch `filtered`.
14
+
15
+ The filtered dataset is derived from the full dataset, which can be found in the branch `full`.