koutch commited on
Commit
a2c574c
·
1 Parent(s): fe45ce8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -13,13 +13,13 @@ dataset_info:
13
  dtype: string
14
  splits:
15
  - name: train
16
- num_bytes: 3433758
17
- num_examples: 3449
18
  - name: test
19
- num_bytes: 12055
20
- num_examples: 14
21
- download_size: 0
22
- dataset_size: 3445813
23
  license: cc
24
  task_categories:
25
  - text-classification
@@ -46,6 +46,7 @@ capturing the main concern of the user who posted the question. The questions we
46
  * *How to do it*: Providing a scenario and asking how to implement it (sometimes with a given technology or API).
47
  * *Debug/corrective*: Dealing with problems in the code under development, such as runtime errors and unexpected behaviour.
48
  * *Seeking different solutions*: The questioner has a working code yet seeks a different approach to doing the job.
 
49
  * *Other*: a question related to another aspect of programming, or even non-related to programming.
50
 
51
  ### Remarks
@@ -87,6 +88,7 @@ The currently annotated questions concern posts with the *python* tag. The quest
87
  - "howto",
88
  - "debug",
89
  - "seeking",
 
90
  - "other"
91
 
92
  ### Data Splits
 
13
  dtype: string
14
  splits:
15
  - name: train
16
+ num_bytes: 3325516
17
+ num_examples: 3347
18
  - name: test
19
+ num_bytes: 101684
20
+ num_examples: 96
21
+ download_size: 1835082
22
+ dataset_size: 3427200
23
  license: cc
24
  task_categories:
25
  - text-classification
 
46
  * *How to do it*: Providing a scenario and asking how to implement it (sometimes with a given technology or API).
47
  * *Debug/corrective*: Dealing with problems in the code under development, such as runtime errors and unexpected behaviour.
48
  * *Seeking different solutions*: The questioner has a working code yet seeks a different approach to doing the job.
49
+ * *Conceptual*: The question seeks to understand some aspects of programming (with or without using code examples)
50
  * *Other*: a question related to another aspect of programming, or even non-related to programming.
51
 
52
  ### Remarks
 
88
  - "howto",
89
  - "debug",
90
  - "seeking",
91
+ - "conceptual",
92
  - "other"
93
 
94
  ### Data Splits