Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text generation #647

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

I think everything should trullywork now

9e3a9e8
Select commit
Loading
Failed to load commit list.
Open

Text generation #647

I think everything should trullywork now
9e3a9e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2025 in 1s

85.34% (-0.25%) compared to 1a40faf

View this Pull Request on Codecov

85.34% (-0.25%) compared to 1a40faf

Details

Codecov Report

Attention: Patch coverage is 67.97386% with 49 lines in your changes missing coverage. Please review.

Project coverage is 85.34%. Comparing base (1a40faf) to head (9e3a9e8).

Files with missing lines Patch % Lines
.../trainer_server/internal/dataset/online_dataset.py 64.10% 28 Missing ⚠️
modyn/models/gpt2/gpt2.py 57.14% 9 Missing ⚠️
...trainer_server/internal/trainer/pytorch_trainer.py 69.23% 8 Missing ⚠️
modyn/models/tokenizers/gpt2_tokenizer.py 50.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #647      +/-   ##
==========================================
- Coverage   85.58%   85.34%   -0.25%     
==========================================
  Files         258      261       +3     
  Lines       11378    11464      +86     
==========================================
+ Hits         9738     9784      +46     
- Misses       1640     1680      +40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.