Instructions to use khalilayeb/ar_pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use khalilayeb/ar_pipeline with spaCy:
!pip install https://huggingface.co/khalilayeb/ar_pipeline/resolve/main/ar_pipeline-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("ar_pipeline") # Importing as module. import ar_pipeline nlp = ar_pipeline.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K