Update README.md
Browse files
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")
|