This is
not a Transformers checkpoint. Inference runs on the Docker Space
Byteroot/lane-rate, which
loads
rate_model.joblib and a copy of the
freight feature builder.
1from huggingface_hub import hf_hub_download
2import joblib
3
4path = hf_hub_download("Byteroot/lane-rate-lgbm", "rate_model.joblib")
5artifact = joblib.load(path) # keys: builder, booster, family, ...
Do not use this artifact as a live market feed. December rows have no
market_index or quote_signal; calendar features are what remain.