khalidalt commited on
Commit
f51d149
1 Parent(s): cd5fa63

Update ultimate_arabic_news.py

Browse files
Files changed (1) hide show
  1. ultimate_arabic_news.py +4 -4
ultimate_arabic_news.py CHANGED
@@ -3,13 +3,13 @@ import datasets
3
  import os
4
  import textwrap
5
 
6
- _DESCRIPTION = "TODO"
7
 
8
- _CITATION = "TODO"
9
 
10
- _HOMEPAGE = "TODO"
11
 
12
- _LICENSE = "TODO"
13
 
14
  _URL = {"UltimateArabic":"https://data.mendeley.com/public-files/datasets/jz56k5wxz7/files/b7ca9d26-ed76-4481-bc61-cca9c90178a0/file_downloaded","UltimateArabicPrePros":"https://huggingface.co/datasets/khalidalt/ultimate_arabic_news/resolve/main/UltimateArabicPrePros.csv"}
15
 
 
3
  import os
4
  import textwrap
5
 
6
+ _DESCRIPTION = " The Ultimate Arabic News Dataset is a collection of single-label modern Arabic texts that are used in news websites and press articles. Arabic news data was collected by web scraping techniques from many famous news sites such as Al-Arabiya, Al-Youm Al-Sabea (Youm7), the news published on the Google search engine and other various sources."
7
 
8
+ _CITATION = "Al-Dulaimi, Ahmed Hashim (2022), “Ultimate Arabic News Dataset”, Mendeley Data, V1, doi: 10.17632/jz56k5wxz7.1"
9
 
10
+ _HOMEPAGE = "https://data.mendeley.com/datasets/jz56k5wxz7/1"
11
 
12
+ _LICENSE = "CC BY 4.0 "
13
 
14
  _URL = {"UltimateArabic":"https://data.mendeley.com/public-files/datasets/jz56k5wxz7/files/b7ca9d26-ed76-4481-bc61-cca9c90178a0/file_downloaded","UltimateArabicPrePros":"https://huggingface.co/datasets/khalidalt/ultimate_arabic_news/resolve/main/UltimateArabicPrePros.csv"}
15