Text Classification
Transformers
Safetensors
Arabic
xlm-roberta
semantic-highlighting
arabic
sentence-relevance
rag
reranker
Eval Results (legacy)
text-embeddings-inference
Instructions to use HeshamHaroon/arabic-semantic-highlighter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HeshamHaroon/arabic-semantic-highlighter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HeshamHaroon/arabic-semantic-highlighter")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HeshamHaroon/arabic-semantic-highlighter") model = AutoModelForSequenceClassification.from_pretrained("HeshamHaroon/arabic-semantic-highlighter") - Notebooks
- Google Colab
- Kaggle
| ARABIC SEMANTIC HIGHLIGHTER MODEL LICENSE | |
| Non-Commercial Use Only | |
| Copyright (c) 2026 Hesham Haroon | |
| All rights reserved. | |
| 1. DEFINITIONS | |
| "Model" refers to the Arabic Semantic Highlighter model, including all weights, | |
| configurations, tokenizer files, and associated documentation. | |
| "Commercial Use" means any use intended for or directed toward commercial | |
| advantage or monetary compensation, including but not limited to: | |
| - Using the Model in products or services sold for profit | |
| - Using the Model to provide paid services to third parties | |
| - Using the Model in applications that generate revenue | |
| - Incorporating the Model into proprietary software for sale | |
| "Non-Commercial Use" means use for research, education, personal projects, | |
| or other purposes not primarily intended for commercial advantage. | |
| 2. GRANT OF LICENSE | |
| Subject to the terms of this License, the copyright holder grants you a | |
| worldwide, royalty-free, non-exclusive license to: | |
| a) Use the Model for Non-Commercial purposes | |
| b) Modify and create derivative works for Non-Commercial purposes | |
| c) Distribute the Model or derivative works for Non-Commercial purposes | |
| d) Use the Model for academic research and publication | |
| 3. RESTRICTIONS | |
| You may NOT: | |
| a) Use the Model for any Commercial purpose without prior written permission | |
| b) Sell, lease, or rent the Model or any derivative works | |
| c) Use the Model in any product or service offered for monetary compensation | |
| d) Remove or alter any copyright notices or this License | |
| e) Use the Model in ways that violate applicable laws or regulations | |
| f) Use the Model to generate harmful, misleading, or illegal content | |
| 4. ATTRIBUTION | |
| Any use of the Model must include appropriate attribution to the original | |
| author. When publishing research or other works that use this Model, please | |
| cite as specified in the README.md file. | |
| 5. COMMERCIAL LICENSING | |
| For Commercial Use licensing inquiries, please contact the copyright holder | |
| to negotiate terms. Commercial licenses may be available on a case-by-case basis. | |
| 6. NO WARRANTY | |
| THE MODEL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| OUT OF OR IN CONNECTION WITH THE MODEL OR THE USE OR OTHER DEALINGS IN THE | |
| MODEL. | |
| 7. TERMINATION | |
| This License automatically terminates if you violate any of its terms. | |
| Upon termination, you must cease all use of the Model and destroy any copies | |
| in your possession. | |
| 8. GOVERNING LAW | |
| This License shall be governed by and construed in accordance with | |
| international copyright law. | |
| --- | |
| For questions about this license or to request Commercial Use permissions, | |
| please contact: [Your Contact Information] | |
| Last updated: 2026 | |