rebekah0302 commited on
Commit
8a17538
verified
1 Parent(s): c4f8528

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -61,3 +61,8 @@ trainer = Trainer(
61
  )
62
 
63
  trainer.train()
 
 
 
 
 
 
61
  )
62
 
63
  trainer.train()
64
+ from huggingface_hub import notebook_login
65
+
66
+ notebook_login()
67
+ model.push_to_hub("your-huggingface-username/custom-gpt")
68
+ tokenizer.push_to_hub("your-huggingface-username/custom-gpt")