AmitPrakash commited on
Commit
042ec47
·
verified ·
1 Parent(s): 48a1dc7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +108 -89
README.md CHANGED
@@ -1,91 +1,110 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: int64
6
- - name: title
7
- dtype: string
8
- - name: fancy_title
9
- dtype: string
10
- - name: slug
11
- dtype: string
12
- - name: posts_count
13
- dtype: int64
14
- - name: reply_count
15
- dtype: int64
16
- - name: highest_post_number
17
- dtype: int64
18
- - name: image_url
19
- dtype: string
20
- - name: created_at
21
- dtype: string
22
- - name: last_posted_at
23
- dtype: string
24
- - name: bumped
25
- dtype: bool
26
- - name: bumped_at
27
- dtype: string
28
- - name: archetype
29
- dtype: string
30
- - name: unseen
31
- dtype: bool
32
- - name: pinned
33
- dtype: bool
34
- - name: unpinned
35
- dtype: 'null'
36
- - name: visible
37
- dtype: bool
38
- - name: closed
39
- dtype: bool
40
- - name: archived
41
- dtype: bool
42
- - name: bookmarked
43
- dtype: 'null'
44
- - name: liked
45
- dtype: 'null'
46
- - name: tags_descriptions
47
- dtype: 'null'
48
- - name: views
49
- dtype: int64
50
- - name: like_count
51
- dtype: int64
52
- - name: has_summary
53
- dtype: bool
54
- - name: last_poster_username
55
- dtype: string
56
- - name: category_id
57
- dtype: int64
58
- - name: pinned_globally
59
- dtype: bool
60
- - name: featured_link
61
- dtype: string
62
- - name: has_accepted_answer
63
- dtype: bool
64
- - name: posters
65
- list:
66
- - name: description
67
- dtype: string
68
- - name: extras
69
- dtype: string
70
- - name: flair_group_id
71
- dtype: 'null'
72
- - name: primary_group_id
73
- dtype: 'null'
74
- - name: user_id
75
- dtype: int64
76
- - name: featured_link_root_domain
77
- dtype: string
78
- - name: unicode_title
79
- dtype: string
80
- splits:
81
- - name: train
82
- num_bytes: 32906189
83
- num_examples: 73380
84
- download_size: 13864196
85
- dataset_size: 32906189
86
- configs:
87
- - config_name: default
88
- data_files:
89
- - split: train
90
- path: data/train-*
91
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ - question-answering
6
+ language:
7
+ - en
8
+ tags:
9
+ - pytorch
10
+ - forum
11
+ - community
12
+ - deep-learning
13
+ - machine-learning
14
+ size_categories:
15
+ - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
+
18
+ # PyTorch Forum Topics Dataset
19
+
20
+ This dataset contains topic metadata scraped from the [PyTorch Community Forum](https://discuss.pytorch.org). It includes comprehensive information about forum topics that can be used for various NLP tasks related to PyTorch and deep learning discussions.
21
+
22
+ ## Dataset Description
23
+
24
+ - **Total Topics**: 73,380
25
+ - **Source**: PyTorch Community Forum (discuss.pytorch.org)
26
+ - **Format**: JSONL (JSON Lines)
27
+ - **Language**: English
28
+ - **License**: MIT
29
+
30
+ ## Dataset Structure
31
+
32
+ Each record in the dataset contains the following fields:
33
+
34
+ - `id`: Unique topic identifier
35
+ - `title`: Topic title
36
+ - `slug`: URL-friendly version of the title
37
+ - `posts_count`: Number of posts in the topic
38
+ - `reply_count`: Number of replies
39
+ - `highest_post_number`: Highest post number in the topic
40
+ - `image_url`: Featured image URL (if any)
41
+ - `created_at`: Topic creation timestamp
42
+ - `last_posted_at`: Last activity timestamp
43
+ - `bumped`: Whether the topic was bumped
44
+ - `bumped_at`: Bump timestamp
45
+ - `archetype`: Topic type (e.g., "regular")
46
+ - `unseen`: Whether the topic is unseen
47
+ - `last_read_post_number`: Last read post number
48
+ - `unread`: Number of unread posts
49
+ - `new_posts`: Number of new posts
50
+ - `pinned`: Whether the topic is pinned
51
+ - `unpinned`: Unpinned timestamp
52
+ - `visible`: Whether the topic is visible
53
+ - `closed`: Whether the topic is closed
54
+ - `archived`: Whether the topic is archived
55
+ - `notification_level`: Notification level
56
+ - `bookmarked`: Whether the topic is bookmarked
57
+ - `liked`: Whether the topic is liked
58
+ - `views`: Number of views
59
+ - `like_count`: Number of likes
60
+ - `has_summary`: Whether the topic has a summary
61
+ - `last_poster_username`: Username of the last poster
62
+ - `category_id`: Category identifier
63
+ - `op_like_count`: Original post like count
64
+ - `pinned_globally`: Whether pinned globally
65
+ - `featured_link`: Featured link (if any)
66
+ - `posters`: List of users who posted in the topic
67
+
68
+ ## Use Cases
69
+
70
+ This dataset can be used for:
71
+
72
+ 1. **Topic Analysis**: Understanding discussion patterns in the PyTorch community
73
+ 2. **Text Classification**: Categorizing forum topics by content
74
+ 3. **Trend Analysis**: Analyzing the evolution of PyTorch-related discussions
75
+ 4. **Community Insights**: Understanding user engagement and popular topics
76
+ 5. **Question-Answer Extraction**: Identifying potential Q&A pairs for further processing
77
+ 6. **Language Modeling**: Training models on PyTorch-specific terminology and discussions
78
+
79
+ ## Data Collection
80
+
81
+ The data was collected using an automated scraper that:
82
+ - Respects the forum's rate limits
83
+ - Uses proper HTTP headers and session management
84
+ - Implements exponential backoff for failed requests
85
+ - Focuses on publicly available topic metadata
86
+
87
+ ## Ethical Considerations
88
+
89
+ - This dataset contains only publicly available information from the PyTorch forum
90
+ - No private or sensitive information is included
91
+ - The data collection process was designed to be respectful of the forum's resources
92
+ - Users should respect the original forum's terms of service when using this data
93
+
94
+ ## Citation
95
+
96
+ If you use this dataset in your research, please cite:
97
+
98
+ ```bibtex
99
+ @dataset{pytorch_forum_topics_2025,
100
+ title={PyTorch Forum Topics Dataset},
101
+ author={Community Contributor},
102
+ year={2025},
103
+ url={https://huggingface.co/datasets/your-username/pytorch-forum-topics},
104
+ note={Scraped from discuss.pytorch.org}
105
+ }
106
+ ```
107
+
108
+ ## Updates
109
+
110
+ This dataset was created on July 24, 2025, and contains topics available at that time. The PyTorch forum is continuously active, so newer topics may not be included.