Pisethan commited on
Commit
583c4ac
1 Parent(s): f135352

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -9
config.json DELETED
@@ -1,9 +0,0 @@
1
- from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
2
-
3
- # Replace "t5-small" with the actual base model used for fine-tuning
4
- model = AutoModelForSeq2SeqLM.from_pretrained("t5-small")
5
- tokenizer = AutoTokenizer.from_pretrained("t5-small")
6
-
7
- # Save the model and tokenizer
8
- model.save_pretrained("spelling-finetuned-model")
9
- tokenizer.save_pretrained("spelling-finetuned-model")