Datasets:
File size: 933 Bytes
3819d34 3a32df6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
language:
- en
pretty_name: Hugging Face Forum Dataset
---
# Hugging Face Forum Dataset
This dataset was scraped from various categories in the [Hugging Face forum](https://discuss.huggingface.co/).
It contains posts, responses, and metadata such as dates and view counts for several topics.
## Dataset Details
- **Source**: Hugging Face Forum
- **Categories**: Research, Beginners, Intermediate, Course, Models, Transformers, Tokenizers, Accelerate, and more.
- **Data Structure**: JSON format with each category as a split in the DatasetDict.
## Dataset Preparation
The dataset was prepared by scraping the Hugging Face forum discussions and organizing them into JSON files for semantic search and analysis tasks.
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)
|