CoderHassan commited on
Commit
7436a53
·
verified ·
1 Parent(s): 0536df5

Delete pytorch_model.bin

Browse files
Files changed (1) hide show
  1. pytorch_model.bin +0 -4
pytorch_model.bin DELETED
@@ -1,4 +0,0 @@
1
- from transformers import T5ForConditionalGeneration
2
-
3
- model = T5ForConditionalGeneration.from_pretrained('t5-small') # or the relevant model
4
- model.save_pretrained('./t5_urdu_translation')