Instructions to use dot-ammar/dotless_model-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dot-ammar/dotless_model-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("dot-ammar/dotless_model-small") model = AutoModelForSeq2SeqLM.from_pretrained("dot-ammar/dotless_model-small") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ datasets:
|
|
| 10 |
- dot-ammar/AR-dotless-mediumPlus
|
| 11 |
language:
|
| 12 |
- ar
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
|
| 10 |
- dot-ammar/AR-dotless-mediumPlus
|
| 11 |
language:
|
| 12 |
- ar
|
| 13 |
+
metrics:
|
| 14 |
+
- accuracy
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|