Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pretty_name: Hugging Face Forum Dataset
|
8 |
+
size_categories:
|
9 |
+
- 10K<n<100K
|
10 |
+
---
|
11 |
+
# Hugging Face Forum Dataset
|
12 |
+
|
13 |
+
This dataset was scraped from various categories on the [Hugging Face forum](https://discuss.huggingface.co/) on January 31, 2025.
|
14 |
+
It contains posts, responses, and metadata such as dates and view counts across multiple topics.
|
15 |
+
|
16 |
+
## Dataset Details
|
17 |
+
- **Source**: Hugging Face Forum
|
18 |
+
- **Categories**: Accelerate, AutoTrain, AWS Inferentia Trainium, AzureML, Beginners, Community Calls, Course, Datasets, Diffusers, Flax JAX Projects, Google Cloud, Gradio, Hub, Inference Endpoints, Intermediate, Languages, Model Card, Models, Optimum, Research, SageMaker, Show and Tell, Site Feedback, Spaces, Tokenizers, Transformers, and more.
|
19 |
+
- **Format**: Converted to Parquet for efficient storage and processing.
|
20 |
+
- **Data Cleaning**: Sensitive information (e.g., tokens matching the pattern `hf_[a-zA-Z0-9]+`) has been redacted.
|