abdeljalilELmajjodi commited on
Commit
6659f55
1 Parent(s): cc76c76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -5
README.md CHANGED
@@ -7,19 +7,67 @@ dataset_info:
7
  dtype: string
8
  - name: lang_identity
9
  dtype: string
10
- - name: nbr_tokens
11
- dtype: int64
12
  - name: __index_level_0__
13
  dtype: int64
14
  splits:
15
  - name: train
16
- num_bytes: 2616261
17
  num_examples: 5401
18
- download_size: 1286982
19
- dataset_size: 2616261
20
  configs:
21
  - config_name: default
22
  data_files:
23
  - split: train
24
  path: data/train-*
 
 
 
 
 
 
 
25
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  dtype: string
8
  - name: lang_identity
9
  dtype: string
 
 
10
  - name: __index_level_0__
11
  dtype: int64
12
  splits:
13
  - name: train
14
+ num_bytes: 2573053
15
  num_examples: 5401
16
+ download_size: 1273799
17
+ dataset_size: 2573053
18
  configs:
19
  - config_name: default
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ license: apache-2.0
24
+ task_categories:
25
+ - text-generation
26
+ language:
27
+ - ar
28
+ size_categories:
29
+ - 1K<n<10K
30
  ---
31
+ # Darija Facebook Posts Dataset
32
+
33
+ ## Dataset Details
34
+
35
+ ### Dataset Description
36
+
37
+ <!-- Provide a longer summary of what this dataset is. -->
38
+ This dataset consists of more than 5k public posts from Facebook. Each post contains text content, metadata.
39
+ This dataset containt more than 400K darija tokens.
40
+
41
+
42
+ - **Curated by:** @abdeljalilELmajjodi
43
+ - **Language(s) (NLP):** Multiple (primarily Moroccon Arabic)
44
+
45
+
46
+ ## Uses
47
+
48
+ This dataset could be used for:
49
+
50
+ * Training and testing language models on social media content
51
+ * Analyzing social media posting patterns
52
+ * Studying conversation structures and reply networks
53
+ * Research on social media content moderation
54
+ * Natural language processing tasks using social media datas
55
+
56
+
57
+ ## Dataset Structure
58
+
59
+ Contains the following fields for each post:
60
+
61
+ * text: The main content of the post
62
+ * PageName: Timestamp of post creation
63
+ * lang_identity: Language code (ary_Arab,ara_Arab,...)
64
+
65
+ ## Other
66
+ To Identify posts language we used Gherbal classifier by @Sawalni, and it gives the next results:
67
+
68
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65f5c3528fb2b1535728138f/GgzsN2ds0_5qOKv5A03Xp.png)
69
+
70
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65f5c3528fb2b1535728138f/mGWQJSwnlah19onq7Lot6.png)
71
+
72
+ ## Bias, Risks, and Limitations
73
+ The goal of this dataset is for you to have fun :)