SaiedAlshahrani commited on
Commit
4865626
1 Parent(s): 4b90d8a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -6,8 +6,14 @@ configs:
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
@@ -44,6 +50,43 @@ dataset_info:
44
  num_examples: 4000
45
  download_size: 18217654
46
  dataset_size: 40808941
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  ---
48
  # Dataset Card for "Detect-Egyptian-Wikipedia-Articles"
49
 
 
6
  path: balanced/train-*
7
  - split: test
8
  path: balanced/test-*
9
+ - config_name: unbalanced
10
+ data_files:
11
+ - split: train
12
+ path: unbalanced/train-*
13
+ - split: test
14
+ path: unbalanced/test-*
15
  dataset_info:
16
+ - config_name: balanced
17
  features:
18
  - name: page_title
19
  dtype: string
 
50
  num_examples: 4000
51
  download_size: 18217654
52
  dataset_size: 40808941
53
+ - config_name: unbalanced
54
+ features:
55
+ - name: page_title
56
+ dtype: string
57
+ - name: creation_date
58
+ dtype: string
59
+ - name: creator_name
60
+ dtype: string
61
+ - name: total_edits
62
+ dtype: int64
63
+ - name: total_editors
64
+ dtype: int64
65
+ - name: top_editors
66
+ dtype: string
67
+ - name: bots_editors_percentage
68
+ dtype: float64
69
+ - name: humans_editors_percentage
70
+ dtype: float64
71
+ - name: total_bytes
72
+ dtype: int64
73
+ - name: total_chars
74
+ dtype: int64
75
+ - name: total_words
76
+ dtype: int64
77
+ - name: page_text
78
+ dtype: string
79
+ - name: label
80
+ dtype: string
81
+ splits:
82
+ - name: train
83
+ num_bytes: 132509046
84
+ num_examples: 133120
85
+ - name: test
86
+ num_bytes: 33292670
87
+ num_examples: 33281
88
+ download_size: 59449711
89
+ dataset_size: 165801716
90
  ---
91
  # Dataset Card for "Detect-Egyptian-Wikipedia-Articles"
92