lhoestq HF staff commited on
Commit
6cecc16
1 Parent(s): fcf15bb

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -23,6 +23,57 @@ paperswithcode_id: neural-code-search-evaluation-dataset
23
  configs:
24
  - evaluation_dataset
25
  - search_corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  # Dataset Card for Neural Code Search
 
23
  configs:
24
  - evaluation_dataset
25
  - search_corpus
26
+ dataset_info:
27
+ - config_name: evaluation_dataset
28
+ features:
29
+ - name: stackoverflow_id
30
+ dtype: int32
31
+ - name: question
32
+ dtype: string
33
+ - name: question_url
34
+ dtype: string
35
+ - name: question_author
36
+ dtype: string
37
+ - name: question_author_url
38
+ dtype: string
39
+ - name: answer
40
+ dtype: string
41
+ - name: answer_url
42
+ dtype: string
43
+ - name: answer_author
44
+ dtype: string
45
+ - name: answer_author_url
46
+ dtype: string
47
+ - name: examples
48
+ sequence: int32
49
+ - name: examples_url
50
+ sequence: string
51
+ splits:
52
+ - name: train
53
+ num_bytes: 296848
54
+ num_examples: 287
55
+ download_size: 383625
56
+ dataset_size: 296848
57
+ - config_name: search_corpus
58
+ features:
59
+ - name: id
60
+ dtype: int32
61
+ - name: filepath
62
+ dtype: string
63
+ - name: method_name
64
+ dtype: string
65
+ - name: start_line
66
+ dtype: int32
67
+ - name: end_line
68
+ dtype: int32
69
+ - name: url
70
+ dtype: string
71
+ splits:
72
+ - name: train
73
+ num_bytes: 1452630278
74
+ num_examples: 4716814
75
+ download_size: 121112543
76
+ dataset_size: 1452630278
77
  ---
78
 
79
  # Dataset Card for Neural Code Search