SaiedAlshahrani commited on
Commit
9a05e80
·
verified ·
1 Parent(s): 34751cc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: Id
10
+ dtype: int64
11
+ - name: Platform
12
+ dtype: string
13
+ - name: Comment
14
+ dtype: string
15
+ - name: Majority_Label
16
+ dtype: string
17
+ - name: Agreement
18
+ dtype: float64
19
+ - name: NumOfJudgementUsed
20
+ dtype: int64
21
+ - name: Total_Judgement
22
+ dtype: int64
23
+ - name: Vulgar:V/HateSpeech:HS/None:-
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 1184762
28
+ num_examples: 4000
29
+ download_size: 561173
30
+ dataset_size: 1184762
31
+ ---
32
+ # Dataset Card for "Arabic_Offensive_Comment_Detection"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)