satya77 / Transformer_Temporal_Tagger

Code and data form the paper BERT Got a Date: Introducing Transformers to Temporal Tagging
MIT License
64 stars 5 forks source link

fine-tuning guide link is broken #13

Open aadityashukla1 opened 2 months ago

aadityashukla1 commented 2 months ago

The link to the fine-tuning guide on the Hugging Face model card for "temporal_tagger_BERT_tokenclassifier" appears to be unavailable: https://huggingface.co/satyaalmasian/temporal_tagger_BERT_tokenclassifier

satya77 commented 2 months ago

I can access the model. Can you tell me what is the issue ?

aadityashukla1 commented 2 months ago

The model is accessible but I was referring to the fine tune guide mentioned in the How to use section. There is no file named run_token_classifier.py

Screenshot 2024-04-30 at 11 39 25 AM

satya77 commented 2 months ago

here is the updated script: https://github.com/satya77/Transformer_Temporal_Tagger/blob/master/examples/train_token_classifier.py