Instructions to use satyaalmasian/temporal_tagger_DATEBERT_tokenclassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use satyaalmasian/temporal_tagger_DATEBERT_tokenclassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="satyaalmasian/temporal_tagger_DATEBERT_tokenclassifier")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("satyaalmasian/temporal_tagger_DATEBERT_tokenclassifier") model = AutoModelForTokenClassification.from_pretrained("satyaalmasian/temporal_tagger_DATEBERT_tokenclassifier") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 676cdb2
Create README.md f2dfb20
Delete BERTWithDateLayerTokenClassification.py ece9d45
Delete NumBertTokenizer.py 91a731d
Upload NumBertTokenizer.py 0d47233
Upload BERTWithDateLayerTokenClassification.py 89c6521
Upload vocab_date.txt 2a8c10b
add model 23a041a
Shideh Almasian commited on
add model 2c85a53
Shideh Almasian commited on
add model a080f41
Shideh Almasian commited on
add model 3376c91
Shideh Almasian commited on