Prikshit7766 commited on
Commit
0cebf00
·
verified ·
1 Parent(s): e08f5b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -11
README.md CHANGED
@@ -1,11 +1,20 @@
1
- # Hugging Face Forum Dataset
2
-
3
- This dataset was scraped from various categories on the [Hugging Face forum](https://discuss.huggingface.co/) on January 31, 2025.
4
- It contains posts, responses, and metadata such as dates and view counts across multiple topics.
5
-
6
- ## Dataset Details
7
- - **Source**: Hugging Face Forum
8
- - **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.
9
- - **Format**: Converted to Parquet for efficient storage and processing.
10
- - **Data Cleaning**: Sensitive information (e.g., tokens matching the pattern `hf_[a-zA-Z0-9]+`) has been redacted.
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.