File size: 831 Bytes
0c58cc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79d9e28
 
0c58cc9
 
 
 
 
 
 
 
 
 
 
 
41302be
79d9e28
0c58cc9
41302be
79d9e28
e4f5a43
41302be
0c58cc9
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: instance_id
    dtype: string
  - name: prompt
    dtype: string
  - name: data_source
    dtype: string
  - name: ability
    dtype: string
  - name: instance
    dtype: string
  - name: parsed_commit_content
    dtype: string
  - name: problem_statement
    dtype: string
  - name: patch
    dtype: string
  - name: code_context
    dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 126021203.0
    num_examples: 293
  - name: validation
    num_bytes: 5093355.0
    num_examples: 23
  download_size: 45059834
  dataset_size: 131114558.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---