blindsubmissions commited on
Commit
18ac7bb
·
1 Parent(s): 880e618

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: identifier
5
+ dtype: string
6
+ - name: parameters
7
+ dtype: string
8
+ - name: return_statement
9
+ dtype: string
10
+ - name: docstring
11
+ dtype: string
12
+ - name: docstring_summary
13
+ dtype: string
14
+ - name: function
15
+ dtype: string
16
+ - name: function_tokens
17
+ sequence: string
18
+ - name: start_point
19
+ sequence: int64
20
+ - name: end_point
21
+ sequence: int64
22
+ - name: argument_list
23
+ dtype: 'null'
24
+ - name: language
25
+ dtype: string
26
+ - name: docstring_language
27
+ dtype: string
28
+ - name: docstring_language_predictions
29
+ dtype: string
30
+ - name: is_langid_reliable
31
+ dtype: string
32
+ - name: is_langid_extra_reliable
33
+ dtype: bool
34
+ - name: __index_level_0__
35
+ dtype: float64
36
+ - name: type
37
+ dtype: string
38
+ splits:
39
+ - name: test
40
+ num_bytes: 15805599
41
+ num_examples: 7743
42
+ download_size: 5542842
43
+ dataset_size: 15805599
44
+ ---
45
+ # Dataset Card for "M2CRB"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)