Pytorch_QA / README.md
sharmaarush's picture
Added more QA pairs from users
2c9fe6c verified
---
dataset_info:
features:
- name: user_q
dtype: string
- name: question
dtype: string
- name: user_a
dtype: string
- name: answer
dtype: string
splits:
- name: train
num_bytes: 13077534
num_examples: 7492
download_size: 6357532
dataset_size: 13077534
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
Scraped data from pytorch forums, scrapper code can be found here: https://github.com/Arush04/Agent_Cheat/blob/main/scrappers/pytorch_scrapper.py
Found the following users with most queries answered:
1. [ptrblck](https://discuss.pytorch.org/u/ptrblck/summary)
2. [albanD](https://discuss.pytorch.org/u/albanD/activity/solved)
3. [KFrank](https://discuss.pytorch.org/u/KFrank/summary)
4. [tom](https://discuss.pytorch.org/u/tom/summary)
5. [smth](https://discuss.pytorch.org/u/smth/summary)
It has the following columns:
['user_q', 'question', 'user_a', 'answer']
where
`user_q` is the user name of user who asked question
`question` is the question asked by user_q
`user_a` is the user name of user who provided solution
`answer` is the solution provided by user_a