Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use stepanom/stepanom_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stepanom/stepanom_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="stepanom/stepanom_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("stepanom/stepanom_model") model = AutoModelForSequenceClassification.from_pretrained("stepanom/stepanom_model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ metrics:
|
|
| 7 |
model-index:
|
| 8 |
- name: stepanom_model
|
| 9 |
results: []
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: stepanom_model
|
| 9 |
results: []
|
| 10 |
+
widget:
|
| 11 |
+
- text: "هل يمكنك تتبع بطاقتي من أجلي؟"
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|