Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,15 @@ license: apache-2.0
|
|
| 3 |
language:
|
| 4 |
- ar
|
| 5 |
pretty_name: s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
# Shifaa Arabic Medical Consultations π₯π
|
| 8 |
|
|
@@ -77,5 +86,4 @@ Download the dataset from **Hugging Face** and start building your **Arabic medi
|
|
| 77 |
```python
|
| 78 |
from datasets import load_dataset
|
| 79 |
|
| 80 |
-
dataset = load_dataset("Ahmed-Selem/Shifaa_Arabic_Medical_Consultations")
|
| 81 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- ar
|
| 5 |
pretty_name: s
|
| 6 |
+
task_categories:
|
| 7 |
+
- question-answering
|
| 8 |
+
- text-classification
|
| 9 |
+
- text-generation
|
| 10 |
+
- zero-shot-classification
|
| 11 |
+
tags:
|
| 12 |
+
- medical
|
| 13 |
+
size_categories:
|
| 14 |
+
- 10K<n<100K
|
| 15 |
---
|
| 16 |
# Shifaa Arabic Medical Consultations π₯π
|
| 17 |
|
|
|
|
| 86 |
```python
|
| 87 |
from datasets import load_dataset
|
| 88 |
|
| 89 |
+
dataset = load_dataset("Ahmed-Selem/Shifaa_Arabic_Medical_Consultations")
|
|
|