ajsbsd commited on
Commit
5bc8dd3
·
1 Parent(s): f7ca628

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -141,4 +141,7 @@ trainer = Seq2SeqTrainer(
141
  )
142
 
143
  # Train the model
144
- trainer.train()
 
 
 
 
141
  )
142
 
143
  # Train the model
144
+ trainer.train()
145
+
146
+ # Push to HF :)
147
+ trainer.push_to_hub()