System Info
Happy New Year all!
transformers version: 4.36.2
- Platform: Linux-5.15.0-1049-aws-x86_64-with-glibc2.31
- Python version: 3.10.12
- Huggingface_hub version: 0.19.4
- Safetensors version: 0.3.1
- Accelerate version: 0.25.0
- Accelerate config: not found
- PyTorch version (GPU?): 2.1.2+cu121 (False)
- Tensorflow version (GPU?): not installed (NA)
- Flax version (CPU?/GPU?/TPU?): 0.6.8 (cpu)
- Jax version: 0.4.8
- JaxLib version: 0.4.7
- Using GPU in script?: yes
- Using distributed or parallel set-up in script?: yes, via
accelerate
Who can help?
Maybe @younesbelkada @ArthurZucker?
Information
Tasks
Reproduction
Here is a minimal reproduction https://gist.github.com/vwxyzjn/e67e0bb28363e6fbb309bd0b78922a93. I ran the same repro.py with transformers==4.36.2 and transformers==4.30.1, resulting in slightly different losses. Given the data is and other dependencies are precisely the same.
python repro.py # 4.36.2
epoch: 0
update: 9, loss: 0.6855486035346985
update: 17, loss: 0.6901922225952148
update: 25, loss: 0.6883461475372314
update: 33, loss: 0.6975809931755066
update: 41, loss: 0.6995139122009277
update: 49, loss: 0.6912401914596558
update: 57, loss: 0.698995053768158
update: 65, loss: 0.7005056142807007
update: 73, loss: 0.7048475742340088
update: 81, loss: 0.6950501203536987
update: 89, loss: 0.7148610949516296
update: 97, loss: 0.694938063621521
update: 105, loss: 0.6957464814186096
update: 113, loss: 0.6873601675033569
python repro.py # 4.30.1
epoch: 0
update: 9, loss: 0.6904680132865906
update: 17, loss: 0.6958459615707397
update: 25, loss: 0.6878675818443298
update: 33, loss: 0.6945885419845581
update: 41, loss: 0.6920362710952759
update: 49, loss: 0.6866860389709473
update: 57, loss: 0.685932457447052
update: 65, loss: 0.6930047273635864
update: 73, loss: 0.6854068636894226
update: 81, loss: 0.6739884614944458
update: 89, loss: 0.6913299560546875
update: 97, loss: 0.7025052309036255
Regression in end-to-end reward model training performance
This difference causes a regression in training reward models. When setting the code, data to be exactly the same, the average reward model accuracy across four random seeds is as follows:
- transformers==4.36.2, accelerate==0.25.0, deepspeed==0.12.6
- EleutherAI/pythia-1b-deduped: 0.6276
- EleutherAI/pythia-2.8b-deduped: 0.6438
- EleutherAI/pythia-6.9b-deduped: 0.65
- transformers==4.30.1, accelerate==0.25.0, deepspeed==0.12.6
- EleutherAI/pythia-1b-deduped: 0.6327
- EleutherAI/pythia-2.8b-deduped: 0.6713
- EleutherAI/pythia-6.9b-deduped: 0.6923
The SFT losses are relatively similar (maybe except for 6.9B, there was a minor loss explosion with transformers==4.36.2)
Here is the report. https://wandb.ai/costa-huang/tldr_summarize/reports/pythia-transformers-regression--Vmlldzo2Mzk3OTQ1
Here is the code comparison: identical code and only the dependencies are different

Expected behavior
There shouldn't be a regression in the performance.
System Info
Happy New Year all!
transformersversion: 4.36.2accelerateWho can help?
Maybe @younesbelkada @ArthurZucker?
Information
Tasks
examplesfolder (such as GLUE/SQuAD, ...)Reproduction
Here is a minimal reproduction https://gist.github.com/vwxyzjn/e67e0bb28363e6fbb309bd0b78922a93. I ran the same
repro.pywithtransformers==4.36.2andtransformers==4.30.1, resulting in slightly different losses. Given the data is and other dependencies are precisely the same.Regression in end-to-end reward model training performance
This difference causes a regression in training reward models. When setting the code, data to be exactly the same, the average reward model accuracy across four random seeds is as follows:
The SFT losses are relatively similar (maybe except for 6.9B, there was a minor loss explosion with
transformers==4.36.2)Here is the report. https://wandb.ai/costa-huang/tldr_summarize/reports/pythia-transformers-regression--Vmlldzo2Mzk3OTQ1
Here is the code comparison: identical code and only the dependencies are different

Expected behavior
There shouldn't be a regression in the performance.