Fal7acy commited on
Commit
eabad36
·
verified ·
1 Parent(s): fe5fff0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -26
README.md CHANGED
@@ -1,26 +1,46 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: board
6
- dtype: string
7
- - name: thread
8
- dtype: int64
9
- - name: posts
10
- list:
11
- - name: poster
12
- dtype: int64
13
- - name: content
14
- dtype: string
15
- splits:
16
- - name: train
17
- num_bytes: 649595899
18
- num_examples: 100138
19
- download_size: 415637545
20
- dataset_size: 649595899
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: data/train-*
26
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: board
6
+ dtype: string
7
+ - name: thread
8
+ dtype: int64
9
+ - name: posts
10
+ list:
11
+ - name: poster
12
+ dtype: int64
13
+ - name: content
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 649595899
18
+ num_examples: 100138
19
+ download_size: 415637545
20
+ dataset_size: 649595899
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ task_categories:
27
+ - text-generation
28
+ language:
29
+ - en
30
+ pretty_name: Dataset of 4Chan Board Archives
31
+ size_categories:
32
+ - 100K<n<1M
33
+ ---
34
+
35
+ # 4chan Archive
36
+
37
+ This dataset uses the public API for 4chan to read and save the archived threads for every board.
38
+ Some board archives failed to be read, and some threads failed to be read.
39
+
40
+ ## Dates Ran
41
+
42
+ * 5/22/2024-5/23/2024
43
+
44
+ ## Future Work
45
+
46
+ In the future, it is planned to create a dataset that includes the images in the threads, but at the moment, it is not a priority.