KonradSzafer commited on
Commit
40354b4
1 Parent(s): d802769

added dataset summary

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -15,10 +15,25 @@ dataset_info:
15
  num_examples: 270
16
  - name: test
17
  num_bytes: 37456
18
- num_examples: 30
19
  download_size: 172425
20
  dataset_size: 340920
21
  ---
22
  # Dataset Card for "stackoverflow_linux"
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
15
  num_examples: 270
16
  - name: test
17
  num_bytes: 37456
18
+ num_examples: 30
19
  download_size: 172425
20
  dataset_size: 340920
21
  ---
22
  # Dataset Card for "stackoverflow_linux"
23
 
24
+ ## Dataset Summary
25
+
26
+ Dataset information:
27
+ - Source: Stack Overflow
28
+ - Category: Linux
29
+ - Number of samples: 300
30
+ - Train/Test split: 270/30
31
+ - Quality: Each question in the dataset has at least 100 votes and the answer has at least 5 votes
32
+
33
+ ## Additional Information
34
+
35
+ ### License
36
+
37
+ All Stack Overflow user contributions are licensed under CC-BY-SA 3.0 with attribution required.
38
+
39
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)