Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
mohamed-khalil commited on
Commit
dac214b
ยท
verified ยท
1 Parent(s): a17bf5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -69,8 +69,7 @@ The ATHAR dataset is a comprehensive collection of classical Arabic texts transl
69
 
70
  ## ๐Ÿ“š Datasets Summary
71
 
72
- The ATHAR dataset is divided into two main subsets: test data and training data.
73
-
74
 
75
  | Name | Description |
76
  |------------------|-------------------------------------------------------------------------------------------------------------------------|
@@ -83,7 +82,7 @@ The ATHAR dataset is divided into two main subsets: test data and training data.
83
 
84
  ## ๐Ÿ“‹ Dataset Structure
85
 
86
- Each entry in the dataset is represented by a row with the following fields:
87
 
88
  | Field | Description |
89
  |-----------|-------------------------------------------------------------------------------------------------------------|
@@ -93,6 +92,15 @@ Each entry in the dataset is represented by a row with the following fields:
93
 
94
 
95
 
 
 
 
 
 
 
 
 
 
96
 
97
 
98
 
 
69
 
70
  ## ๐Ÿ“š Datasets Summary
71
 
72
+ > The ATHAR dataset is divided into two main subsets: test data and training data.
 
73
 
74
  | Name | Description |
75
  |------------------|-------------------------------------------------------------------------------------------------------------------------|
 
82
 
83
  ## ๐Ÿ“‹ Dataset Structure
84
 
85
+ > Each entry in the dataset is represented by a row with the following fields:
86
 
87
  | Field | Description |
88
  |-----------|-------------------------------------------------------------------------------------------------------------|
 
92
 
93
 
94
 
95
+ ## ๐Ÿ“ Loading The Dataset
96
+ You can download the dataset directly from HuggingFace or use the following code:
97
+
98
+ ```python
99
+ from datasets import load_dataset
100
+
101
+ athar = load_dataset("mohamed-khalil/ATHAR")
102
+ ```
103
+
104
 
105
 
106