Instructions to use dsfsi/PuoBERTa-News with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dsfsi/PuoBERTa-News with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dsfsi/PuoBERTa-News")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dsfsi/PuoBERTa-News") model = AutoModelForSequenceClassification.from_pretrained("dsfsi/PuoBERTa-News", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -80,7 +80,8 @@ Bibtex Reference
|
|
| 80 |
title = {PuoBERTa: Training and evaluation of a curated language model for Setswana},
|
| 81 |
author = {Vukosi Marivate and Moseli Mots'Oehli and Valencia Wagner and Richard Lastrucci and Isheanesu Dzingirai},
|
| 82 |
year = {2023},
|
| 83 |
-
booktitle= {SACAIR 2023
|
|
|
|
| 84 |
keywords = {NLP},
|
| 85 |
preprint_url = {https://arxiv.org/abs/2310.09141},
|
| 86 |
dataset_url = {https://github.com/dsfsi/PuoBERTa},
|
|
|
|
| 80 |
title = {PuoBERTa: Training and evaluation of a curated language model for Setswana},
|
| 81 |
author = {Vukosi Marivate and Moseli Mots'Oehli and Valencia Wagner and Richard Lastrucci and Isheanesu Dzingirai},
|
| 82 |
year = {2023},
|
| 83 |
+
booktitle= {Artificial Intelligence Research. SACAIR 2023. Communications in Computer and Information Science},
|
| 84 |
+
url= {https://link.springer.com/chapter/10.1007/978-3-031-49002-6_17},
|
| 85 |
keywords = {NLP},
|
| 86 |
preprint_url = {https://arxiv.org/abs/2310.09141},
|
| 87 |
dataset_url = {https://github.com/dsfsi/PuoBERTa},
|