Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/)).
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: name
|
5 |
+
dtype: string
|
6 |
+
- name: dataset
|
7 |
+
dtype: string
|
8 |
+
- name: size
|
9 |
+
dtype: int64
|
10 |
+
- name: content
|
11 |
+
dtype: string
|
12 |
+
- name: content_without_annotations
|
13 |
+
dtype: string
|
14 |
+
- name: loc
|
15 |
+
dtype: int64
|
16 |
+
- name: functions
|
17 |
+
dtype: int64
|
18 |
+
- name: function_signatures
|
19 |
+
dtype: int64
|
20 |
+
- name: function_parameters
|
21 |
+
dtype: int64
|
22 |
+
- name: variable_declarations
|
23 |
+
dtype: int64
|
24 |
+
- name: property_declarations
|
25 |
+
dtype: int64
|
26 |
+
- name: function_usages
|
27 |
+
dtype: int64
|
28 |
+
- name: trivial_types
|
29 |
+
dtype: int64
|
30 |
+
- name: predefined_types
|
31 |
+
dtype: int64
|
32 |
+
- name: type_definitions
|
33 |
+
dtype: int64
|
34 |
+
- name: dynamism_heuristic
|
35 |
+
dtype: int64
|
36 |
+
- name: loc_per_function
|
37 |
+
dtype: float64
|
38 |
+
- name: estimated_tokens
|
39 |
+
dtype: int64
|
40 |
+
- name: typechecks
|
41 |
+
dtype: bool
|
42 |
+
splits:
|
43 |
+
- name: test
|
44 |
+
num_bytes: 581253
|
45 |
+
num_examples: 50
|
46 |
+
download_size: 239868
|
47 |
+
dataset_size: 581253
|
48 |
+
configs:
|
49 |
+
- config_name: default
|
50 |
+
data_files:
|
51 |
+
- split: test
|
52 |
+
path: data/test-*
|
53 |
+
---
|
54 |
# Dataset Card for "stenotype-eval-js"
|
55 |
|
56 |
This is one of the datasets used to evaluate StenoType ([model](https://huggingface.co/nuprl/stenotype), [GitHub](https://github.com/nuprl/StenoType/)).
|