File size: 1,052 Bytes
1684e15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
dataset_info:
  config_name: java
  features:
  - name: repo
    dtype: string
  - name: licence_name
    dtype: string
  - name: sha
    dtype: string
  - name: language
    dtype: string
  - name: context
    dtype: string
  - name: CLASS_NAME
    dtype: string
  - name: METHOD_NAME
    dtype: string
  - name: TEST_FILE
    dtype: string
  - name: LIBRARIES
    dtype: string
  - name: SUGGESTED_FRAMEWORK
    dtype: string
  - name: SOURCES
    dtype: string
  - name: CREATE_NEW_FILE
    dtype: string
  - name: CUSTOM_INSTRUCTIONS
    dtype: string
  - name: testCode
    dtype: string
  - name: testOffset
    dtype: int64
  - name: testPath
    dtype: string
  - name: codeUnderTest
    dtype: string
  - name: codeUnderTestOffset
    dtype: int64
  - name: codeUnderTestPath
    dtype: string
  - name: codeUnderTestType
    dtype: string
  splits:
  - name: test
    num_bytes: 386776
    num_examples: 47
  download_size: 81877
  dataset_size: 386776
configs:
- config_name: java
  data_files:
  - split: test
    path: java/test-*
---