File size: 1,164 Bytes
d52272d
 
 
 
 
 
 
 
 
 
 
 
 
2c9fe6c
 
 
 
d52272d
 
 
 
 
 
d2be8f6
 
0ee716b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
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