Instructions to use FuluM21/AfriBert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FuluM21/AfriBert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="FuluM21/AfriBert")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("FuluM21/AfriBert") model = AutoModelForCausalLM.from_pretrained("FuluM21/AfriBert") - Notebooks
- Google Colab
- Kaggle
Update Model Uploading
Browse files- Model Uploading +3 -2
Model Uploading
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
|
| 3 |
+
|