Instructions to use tiagoblima/punctuation-tedtalk2012-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tiagoblima/punctuation-tedtalk2012-bert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="tiagoblima/punctuation-tedtalk2012-bert-base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("tiagoblima/punctuation-tedtalk2012-bert-base") model = AutoModelForTokenClassification.from_pretrained("tiagoblima/punctuation-tedtalk2012-bert-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
End of training 7688019
Tiago Barbosa de Lima commited on
update model card README.md fc4988e
Tiago Barbosa de Lima commited on
Model save 011cfa4
Tiago Barbosa de Lima commited on
initial commit 3e2bc07
Tiago Barbosa de Lima commited on