Instructions to use satyaalmasian/temporal_tagger_BERT_tokenclassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use satyaalmasian/temporal_tagger_BERT_tokenclassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="satyaalmasian/temporal_tagger_BERT_tokenclassifier")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("satyaalmasian/temporal_tagger_BERT_tokenclassifier") model = AutoModelForTokenClassification.from_pretrained("satyaalmasian/temporal_tagger_BERT_tokenclassifier") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 46bdd51
Create README.md 6f162cd
add model 65d2d2a
Shideh Almasian commited on
add model b666de1
Shideh Almasian commited on
add model dccf597
Shideh Almasian commited on