Pytorch_QA / README.md
sharmaarush's picture
Added more QA pairs from users
2c9fe6c verified
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:

  1. ptrblck
  2. albanD
  3. KFrank
  4. tom
  5. smth

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