File size: 908 Bytes
498afda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: labNo
    dtype: float64
  - name: taskNo
    dtype: float64
  - name: questioner
    dtype: string
  - name: question
    dtype: string
  - name: code
    dtype: string
  - name: startLine
    dtype: float64
  - name: endLine
    dtype: float64
  - name: questionType
    dtype: string
  - name: answer
    dtype: string
  - name: src
    dtype: string
  - name: code_processed
    dtype: string
  - name: id
    dtype: string
  - name: raw_code
    dtype: string
  - name: raw_comment
    dtype: string
  - name: comment
    dtype: string
  - name: q_code
    dtype: string
  splits:
  - name: train
    num_bytes: 46842820
    num_examples: 35360
  download_size: 17749500
  dataset_size: 46842820
---
# Dataset Card for "codeqa_v2"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)