SaiedAlshahrani commited on
Commit
aafcf70
1 Parent(s): 1ef3991

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: balanced
4
+ data_files:
5
+ - split: train
6
+ path: balanced/train-*
7
+ - split: test
8
+ path: balanced/test-*
9
+ dataset_info:
10
+ config_name: balanced
11
+ features:
12
+ - name: page_title
13
+ dtype: string
14
+ - name: creation_date
15
+ dtype: string
16
+ - name: creator_name
17
+ dtype: string
18
+ - name: total_edits
19
+ dtype: int64
20
+ - name: total_editors
21
+ dtype: int64
22
+ - name: top_editors
23
+ dtype: string
24
+ - name: bots_editors_percentage
25
+ dtype: float64
26
+ - name: humans_editors_percentage
27
+ dtype: float64
28
+ - name: total_bytes
29
+ dtype: int64
30
+ - name: total_chars
31
+ dtype: int64
32
+ - name: total_words
33
+ dtype: int64
34
+ - name: page_text
35
+ dtype: string
36
+ - name: label
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 32565713
41
+ num_examples: 16000
42
+ - name: test
43
+ num_bytes: 8243228
44
+ num_examples: 4000
45
+ download_size: 18217654
46
+ dataset_size: 40808941
47
+ ---
48
+ # Dataset Card for "Detect-Egyptian-Wikipedia-Articles"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)