Ali-C137 commited on
Commit
341c8f1
1 Parent(s): c2f92d7

uploading the dataset card for Hindawi Books dataset

Files changed (1) hide show
  1. README.md +95 -2
README.md CHANGED
@@ -28,7 +28,100 @@ configs:
28
  data_files:
29
  - split: train
30
  path: data/train-*
 
 
 
 
 
 
 
 
 
31
  ---
32
- # Dataset Card for "Hindawi-Books-dataset"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
28
  data_files:
29
  - split: train
30
  path: data/train-*
31
+ license: cc-by-nc-4.0
32
+ task_categories:
33
+ - text-generation
34
+ - summarization
35
+ language:
36
+ - ar
37
+ pretty_name: Hindawi
38
+ size_categories:
39
+ - 10K<n<100K
40
  ---
41
+ ####
42
+ ---
43
+ dataset_info:
44
+ features:
45
+ - name: BookLink
46
+ dtype: string
47
+ - name: BookName
48
+ dtype: string
49
+ - name: AuthorName
50
+ dtype: string
51
+ - name: AboutBook
52
+ dtype: string
53
+ - name: ChapterLink
54
+ dtype: string
55
+ - name: ChapterName
56
+ dtype: string
57
+ - name: ChapterText
58
+ dtype: string
59
+ - name: AboutAuthor
60
+ dtype: string
61
+ splits:
62
+ - name: train
63
+ num_examples: 49821
64
+ download_size: 495 MB
65
+ dataset_size: 476926644
66
+ license: cc-by-nc-4.0
67
+ task_categories:
68
+ - text-generation
69
+ - text-summarization
70
+ language:
71
+ - ar
72
+ pretty_name: Hindawi Books Dataset
73
+ ---
74
+
75
+ # Dataset Card for "Hindawi Books Dataset"
76
+
77
+ **Hindawi Books Dataset is a large collection of more than 3000 books written in Modern Standard Arabic.**
78
+
79
+ ## Dataset Description
80
+
81
+ Hindawi Books Dataset offers a rich and diverse collection of literary works, covering various topics and genres, all written in Modern Standard Arabic. The dataset includes information about each book, such as the title, author name, book abstract, and a link to access the complete text online. Additionally, the dataset contains chapter details, including the chapter name and text, providing insights into the content of each book.
82
+
83
+ ## Dataset Details
84
+
85
+ - **Homepage:** [https://huggingface.co/datasets/Ali-C137/Hindawi-Books-dataset](https://huggingface.co/datasets/Ali-C137/Hindawi-Books-dataset)
86
+ - **Author:** Elfilali Ali
87
+ - **Email:** ali.elfilali00@gmail.com, alielfilali0909@gmail.com
88
+ - **GitHub Profile:** [https://github.com/alielfilali01](https://github.com/alielfilali01)
89
+ - **LinkedIn Profile:** [https://www.linkedin.com/in/alielfilali01/](https://www.linkedin.com/in/alielfilali01/)
90
+
91
+ ## Dataset Size
92
+
93
+ The Hindawi Books Dataset contains over 3000 books, making it a substantial resource for research and NLP model development. The dataset size on disk is approximately 476 MB, and it comprises around 70 million tokens.
94
+
95
+ ## Potential Use Cases
96
+
97
+ Researchers and NLP enthusiasts can utilize the Hindawi Books Dataset for various applications, including:
98
+
99
+ - **Language Model Training:** The dataset is ideal for training Large Language Models (LLMs) specifically tailored to Arabic text.
100
+ - **Text Generation:** Developers can leverage the dataset to generate new stories, poems, or other literary works in Modern Standard Arabic.
101
+ - **Text Summarization:** Researchers can explore long text summarization tasks by using the book text and abstract as targets.
102
+
103
+ ## Dataset Access
104
+
105
+ The Hindawi Books Dataset is publicly available and can be accessed freely for academic and non-commercial use. It is hosted on the Hugging Face Hub.
106
+
107
+ ## Citation
108
+
109
+ Please use the following citation when referencing the Hindawi Books Dataset:
110
+
111
+ ```
112
+ @dataset{
113
+ title = {Hindawi Books Dataset},
114
+ author = {Elfilali Ali},
115
+ howpublished = {Dataset},
116
+ url = {https://huggingface.co/datasets/Ali-C137/Hindawi-Books-dataset},
117
+ year = {2023},
118
+ }
119
+ ```
120
+
121
+ ## Feedback and Discussion
122
+
123
+ We encourage researchers and users of the Hindawi Books Dataset to provide feedback, report any potential mistakes, or discuss concerns and risks related to the dataset in the discussion window on the dataset card in the Hugging Face Hub. Your valuable feedback will help us improve and enhance the dataset for the NLP community.
124
+
125
+ ####
126
 
127
+ I have created a dataset card for the Hindawi Books Dataset based on the provided information. If there are any additional details or modifications you would like to make, please let me know!