Instructions to use ahmedabdelali/bert-base-qarib with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahmedabdelali/bert-base-qarib with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ahmedabdelali/bert-base-qarib")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ahmedabdelali/bert-base-qarib") model = AutoModelForMaskedLM.from_pretrained("ahmedabdelali/bert-base-qarib", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
541e571
1
Parent(s): 357c3d1
Update README.md
Browse files
README.md
CHANGED
|
@@ -89,7 +89,7 @@ You can use this model directly with a pipeline for masked language modeling:
|
|
| 89 |
|
| 90 |
## Model Weights and Vocab Download
|
| 91 |
|
| 92 |
-
From Huggingface site: https://huggingface.co/qarib
|
| 93 |
|
| 94 |
## Contacts
|
| 95 |
|
|
|
|
| 89 |
|
| 90 |
## Model Weights and Vocab Download
|
| 91 |
|
| 92 |
+
From Huggingface site: https://huggingface.co/qarib/bert-base-qarib
|
| 93 |
|
| 94 |
## Contacts
|
| 95 |
|