Text Classification
Transformers
TensorFlow
bert
generated_from_keras_callback
text-embeddings-inference
Instructions to use SmartSolve/morocco_law_qst_classif-ar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SmartSolve/morocco_law_qst_classif-ar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SmartSolve/morocco_law_qst_classif-ar")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SmartSolve/morocco_law_qst_classif-ar") model = AutoModelForSequenceClassification.from_pretrained("SmartSolve/morocco_law_qst_classif-ar") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ widget:
|
|
| 8 |
- text: ما هي العقوبة التي تطبق على من يسيء إلى الحياة الخاصة لأفراد العائلة الملكية؟
|
| 9 |
- text: كيف يتم إيقاف سحب رخصة السياقة المقررة من قبل الإدارة؟
|
| 10 |
- text: ما هي اختصاصات مجلس إدارة صندوق التأمين الصحي الأساسي الإجباري؟
|
| 11 |
-
- text: ما الشروط ال
|
| 12 |
model-index:
|
| 13 |
- name: morocco_law_qst_classif-ar
|
| 14 |
results: []
|
|
|
|
| 8 |
- text: ما هي العقوبة التي تطبق على من يسيء إلى الحياة الخاصة لأفراد العائلة الملكية؟
|
| 9 |
- text: كيف يتم إيقاف سحب رخصة السياقة المقررة من قبل الإدارة؟
|
| 10 |
- text: ما هي اختصاصات مجلس إدارة صندوق التأمين الصحي الأساسي الإجباري؟
|
| 11 |
+
- text: ما هي الشروط التي يجب أن تتوفر في الموظف حتى يتم وضعه تلقائيا في وضعية التوقف المؤقت عن العمل؟
|
| 12 |
model-index:
|
| 13 |
- name: morocco_law_qst_classif-ar
|
| 14 |
results: []
|