Push to hub when saving checkpoints (#13503)

* Push to hub when saving checkpoints

* Add model card

* Revert partial model card

* Small fix for checkpoint

* Add tests

* Add documentation

* Fix tests

* Bump huggingface_hub

* Fix test
This commit is contained in:
Sylvain Gugger
2021-09-14 08:02:15 -04:00
committed by GitHub
parent 51e5eca612
commit 3081d3868e
7 changed files with 227 additions and 44 deletions

View File

@@ -100,7 +100,7 @@ _deps = [
"flax>=0.3.4",
"fugashi>=1.0",
"GitPython<3.1.19",
"huggingface-hub>=0.0.12",
"huggingface-hub>=0.0.17",
"importlib_metadata",
"ipadic>=1.0.0,<2.0",
"isort>=5.5.4",