Datasets:
Update README.md
Browse files
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 |
|