Prikshit7766 commited on
Commit
3a32df6
1 Parent(s): 3819d34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -4,12 +4,17 @@ language:
4
  pretty_name: Hugging Face Forum Dataset
5
  ---
6
 
7
- # Hugging Face Forum Dataset
8
-
9
- This dataset was scraped from various categories in the [Hugging Face forum](https://discuss.huggingface.co/).
10
- It contains posts, responses, and metadata such as dates and view counts for several topics.
11
-
12
- ## Dataset Details
13
- - **Source**: Hugging Face Forum
14
- - **Categories**: Research, Beginners, Intermediate, Course, Models, Transformers, Tokenizers, Accelerate, and more.
15
- - **Data Structure**: JSON format with each category as a split in the DatasetDict.
 
 
 
 
 
 
4
  pretty_name: Hugging Face Forum Dataset
5
  ---
6
 
7
+ # Hugging Face Forum Dataset
8
+
9
+ This dataset was scraped from various categories in the [Hugging Face forum](https://discuss.huggingface.co/).
10
+ It contains posts, responses, and metadata such as dates and view counts for several topics.
11
+
12
+ ## Dataset Details
13
+ - **Source**: Hugging Face Forum
14
+ - **Categories**: Research, Beginners, Intermediate, Course, Models, Transformers, Tokenizers, Accelerate, and more.
15
+ - **Data Structure**: JSON format with each category as a split in the DatasetDict.
16
+
17
+ ## Dataset Preparation
18
+ The dataset was prepared by scraping the Hugging Face forum discussions and organizing them into JSON files for semantic search and analysis tasks.
19
+
20
+ For more details and the data preparation script, refer to the GitHub repository: [Hugging Face Forum Dataset Preparation](https://github.com/Prikshit7766/huggingface-experiments/tree/main/HuggingFace_Forum)