oxfrug commited on
Commit
f288c67
·
verified ·
1 Parent(s): 8db7cbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -134,9 +134,9 @@ Half-precision (FP16 / BF16) did **not** help this 120M model on a 3090.
134
 
135
  ## Did INT8 change the forecasts?
136
 
137
- We did **not** rerun GIFT-Eval. That bench measures Chronos-2 itself. This pack only compresses weights.
138
 
139
- What we did: take a few public series, hide the last 12–168 points, forecast them with the original model and with this INT8, compare.
140
 
141
  - **German electricity (hourly)** — INT8 stays close. 24h median error vs original +1.8%; 168h actually −3%. Correlation of the two forecasts ≈ 0.99.
142
  - **M4 hourly / daily / monthly** — same story on shape (high correlation), median error a bit worse (about +9% to +15% MASE on those short holds).
 
134
 
135
  ## Did INT8 change the forecasts?
136
 
137
+ This pack only compresses weights.
138
 
139
+ What i did: take a few public series, hide the last 12–168 points, forecast them with the original model and with this INT8, compare.
140
 
141
  - **German electricity (hourly)** — INT8 stays close. 24h median error vs original +1.8%; 168h actually −3%. Correlation of the two forecasts ≈ 0.99.
142
  - **M4 hourly / daily / monthly** — same story on shape (high correlation), median error a bit worse (about +9% to +15% MASE on those short holds).