Instructions to use tiagoblima/punctuation-nilc-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tiagoblima/punctuation-nilc-bert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="tiagoblima/punctuation-nilc-bert-base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("tiagoblima/punctuation-nilc-bert-base") model = AutoModelForTokenClassification.from_pretrained("tiagoblima/punctuation-nilc-bert-base") - Notebooks
- Google Colab
- Kaggle
Commit History
End of training 2fba6f0
Tiago Barbosa de Lima commited on
update model card README.md 60f273c
Tiago Barbosa de Lima commited on
Model save 5cb3a2c
Tiago Barbosa de Lima commited on
Training in progress, step 500 faf5045
Tiago Barbosa de Lima commited on
initial commit 8e6c08d
Tiago Barbosa de Lima commited on