You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --max-epochs support for resuming if limit reached
- Added --max-epochs flag to remote_train_hf.sh
- Default: 50000 (current setting)
- Can increase if models hit limit before reaching target loss
- Checkpoints saved every epoch - safe to resume
If hit 50k limit: just restart with --max-epochs 100000
Also: Added HuggingFace dataset links to documentation
Ref: #42, #38
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ See the [Package API](#package-api) section for all available functions.
112
112
113
113
See `models/README.md` for details. Pre-trained weights are not required for generating figures.
114
114
115
-
**Author datasets on HuggingFace:** Cleaned text corpora for all 8 authors are publicly available on HuggingFace at https://huggingface.co/contextlab (browse datasets). Each corpus includes verified book titles and can be loaded with `from datasets import load_dataset`.
115
+
**Author datasets on HuggingFace:** Cleaned text corpora for all 8 authors are publicly available. See `data/README.md` for dataset links and usage.
0 commit comments