fractalego commited on
Commit
c3220e7
·
verified ·
1 Parent(s): 5565450

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -15,3 +15,10 @@ configs:
15
  - split: train
16
  path: data/train-*
17
  ---
 
 
 
 
 
 
 
 
15
  - split: train
16
  path: data/train-*
17
  ---
18
+
19
+ ## Stackoverflow Q&A about Python
20
+
21
+ This dataset is a subset of [StackSample](https://www.kaggle.com/datasets/stackoverflow/stacksample).
22
+ Each row is a text containing a question and the highest rated answer - if it relates to Python.
23
+
24
+ The relatively contained size of this set might be helpful to deploy as a local RAG application.