metadata
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:
It has the following columns:
['user_q', 'question', 'user_a', 'answer']
whereuser_q is the user name of user who asked questionquestion is the question asked by user_quser_a is the user name of user who provided solutionanswer is the solution provided by user_a