Transformer_Temporal_Tagger icon indicating copy to clipboard operation
Transformer_Temporal_Tagger copied to clipboard

fine-tuning guide link is broken

Open aadityashukla1 opened this issue 1 year ago • 3 comments

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

aadityashukla1 avatar Apr 29 '24 23:04 aadityashukla1

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

satya77 avatar Apr 30 '24 08:04 satya77

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

aadityashukla1 avatar Apr 30 '24 18:04 aadityashukla1

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

satya77 avatar May 01 '24 07:05 satya77