Text Classification
Transformers
Safetensors
Arabic
bert
arabic
regression
arabertv02
scoring
education
text-embeddings-inference
Instructions to use kenzykhaled/arabic-answer-scoring with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kenzykhaled/arabic-answer-scoring with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kenzykhaled/arabic-answer-scoring")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kenzykhaled/arabic-answer-scoring") model = AutoModelForSequenceClassification.from_pretrained("kenzykhaled/arabic-answer-scoring", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,7 @@ metrics:
|
|
| 15 |
- mae
|
| 16 |
- r2
|
| 17 |
pipeline_tag: text-classification
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# Arabic Text Scoring Regression Model
|
|
|
|
| 15 |
- mae
|
| 16 |
- r2
|
| 17 |
pipeline_tag: text-classification
|
| 18 |
+
library_name: transformers
|
| 19 |
---
|
| 20 |
|
| 21 |
# Arabic Text Scoring Regression Model
|