Prikshit7766 commited on
Commit
db46126
1 Parent(s): 5253d3b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -133
README.md CHANGED
@@ -1,133 +1,12 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: title
5
- dtype: string
6
- - name: link
7
- dtype: string
8
- - name: replies
9
- dtype: int64
10
- - name: views
11
- dtype: int64
12
- - name: initial_post
13
- dtype: string
14
- - name: initial_post_date
15
- dtype: string
16
- - name: responses
17
- list:
18
- - name: date
19
- dtype: string
20
- - name: reply
21
- dtype: string
22
- splits:
23
- - name: accelerate
24
- num_bytes: 1305647
25
- num_examples: 325
26
- - name: autotrain
27
- num_bytes: 300005
28
- num_examples: 159
29
- - name: beginners
30
- num_bytes: 13730060
31
- num_examples: 6443
32
- - name: community_calls
33
- num_bytes: 222424
34
- num_examples: 90
35
- - name: course
36
- num_bytes: 245861
37
- num_examples: 121
38
- - name: diffusers
39
- num_bytes: 706400
40
- num_examples: 323
41
- - name: flax_jax_projects
42
- num_bytes: 257637
43
- num_examples: 103
44
- - name: gradio
45
- num_bytes: 619410
46
- num_examples: 351
47
- - name: hub
48
- num_bytes: 523090
49
- num_examples: 326
50
- - name: inference_endpoints
51
- num_bytes: 470013
52
- num_examples: 256
53
- - name: intermediate
54
- num_bytes: 2405324
55
- num_examples: 970
56
- - name: languages_at_hugging_face
57
- num_bytes: 153043
58
- num_examples: 54
59
- - name: model_card
60
- num_bytes: 1874
61
- num_examples: 3
62
- - name: models
63
- num_bytes: 3683231
64
- num_examples: 1786
65
- - name: optimum
66
- num_bytes: 296741
67
- num_examples: 93
68
- - name: Research
69
- num_bytes: 751548
70
- num_examples: 366
71
- - name: sagemaker
72
- num_bytes: 1755814
73
- num_examples: 321
74
- - name: show_and_tell
75
- num_bytes: 41737
76
- num_examples: 42
77
- - name: spaces
78
- num_bytes: 1328311
79
- num_examples: 709
80
- - name: tokenizers
81
- num_bytes: 686772
82
- num_examples: 387
83
- - name: transformers
84
- num_bytes: 10271498
85
- num_examples: 4104
86
- download_size: 20293992
87
- dataset_size: 39756440
88
- configs:
89
- - config_name: default
90
- data_files:
91
- - split: accelerate
92
- path: data/accelerate-*
93
- - split: autotrain
94
- path: data/autotrain-*
95
- - split: beginners
96
- path: data/beginners-*
97
- - split: community_calls
98
- path: data/community_calls-*
99
- - split: course
100
- path: data/course-*
101
- - split: diffusers
102
- path: data/diffusers-*
103
- - split: flax_jax_projects
104
- path: data/flax_jax_projects-*
105
- - split: gradio
106
- path: data/gradio-*
107
- - split: hub
108
- path: data/hub-*
109
- - split: inference_endpoints
110
- path: data/inference_endpoints-*
111
- - split: intermediate
112
- path: data/intermediate-*
113
- - split: languages_at_hugging_face
114
- path: data/languages_at_hugging_face-*
115
- - split: model_card
116
- path: data/model_card-*
117
- - split: models
118
- path: data/models-*
119
- - split: optimum
120
- path: data/optimum-*
121
- - split: Research
122
- path: data/Research-*
123
- - split: sagemaker
124
- path: data/sagemaker-*
125
- - split: show_and_tell
126
- path: data/show_and_tell-*
127
- - split: spaces
128
- path: data/spaces-*
129
- - split: tokenizers
130
- path: data/tokenizers-*
131
- - split: transformers
132
- path: data/transformers-*
133
- ---
 
1
+
2
+ # Hugging Face Forum Dataset
3
+
4
+ This dataset was scraped from various categories in the [Hugging Face forum](https://discuss.huggingface.co/).
5
+ It contains posts, responses, and metadata such as dates and view counts for several topics.
6
+
7
+ ## Dataset Details
8
+ - **Source**: Hugging Face Forum
9
+ - **Categories**: Research, Beginners, Intermediate, Course, Models, Transformers, Tokenizers, Accelerate, and more.
10
+ - **Data Structure**: JSON format with each category as a split in the DatasetDict.
11
+
12
+