Ibrahemqasim commited on
Commit
a15f723
·
verified ·
1 Parent(s): f31a893

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -17,3 +17,30 @@ configs:
17
  - split: train
18
  path: data/train-*
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - split: train
18
  path: data/train-*
19
  ---
20
+
21
+
22
+
23
+ # enwiki_to_arwiki_categories Dataset
24
+
25
+ This dataset contains mappings between English Wikipedia categories and their corresponding Arabic Wikipedia categories.
26
+
27
+ ## Files
28
+
29
+ 1. **[langlinks.json](langlinks.json) (818,354)**
30
+ * This file contains all category links from enwiki to arwiki.
31
+ * Dataset at: [Ibrahemqasim/categories_en2ar](https://huggingface.co/datasets/Ibrahemqasim/categories_en2ar)
32
+
33
+ 2. **[filtered_data.json](filtered_data.json) (231,314)**
34
+ * This file contains the mappings after filtering out those that do not contain a 4-digit year.
35
+ * Dataset at: [Ibrahemqasim/categories_en2ar_with_years](https://huggingface.co/datasets/Ibrahemqasim/categories_en2ar_with_years)
36
+
37
+ 3. **[cats_2000.json](cats_2000.json) (231,314)**
38
+ * This file contains the mappings from `filtered_data.json` with these changes:
39
+ 1. Replacing all 4-digit years with the year `2000`.
40
+ * Dataset at: [Ibrahemqasim/categories_en2ar-cats_2000](https://huggingface.co/datasets/Ibrahemqasim/categories_en2ar-cats_2000)
41
+
42
+ 4. **[cats_2000_country.json](cats_2000_country.json) (1,234)**
43
+ * This file contains the mappings from `filtered_data.json` with these changes:
44
+ 1. Replacing all 4-digit years with the year `2000`.
45
+ 2. Replacing country names with the word `country`. It contains 1,234 mappings.
46
+ * Dataset at: [Ibrahemqasim/categories_en2ar-cats_2000_contry](https://huggingface.co/datasets/Ibrahemqasim/categories_en2ar-cats_2000_contry)