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

refactor(model): transformers style model call #61

Merged
merged 15 commits into from
Jan 17, 2025
Merged

Conversation

LongxingTan
Copy link
Owner

Description

This PR ...

Checklist

  • Linked issues (if existing)
  • Amended changelog.md for large changes (and added myself there as contributor)
  • Added/modified tests
  • Used pre-commit hooks when committing to ensure that code is compliant with hooks. Install hooks with pre-commit install.
    To run hooks independent of commit, execute pre-commit run --all-files

Thank you for joining. Have fun coding!

Repository owner deleted a comment from codecov bot Jan 17, 2025
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

Attention: Patch coverage is 84.01487% with 43 lines in your changes missing coverage. Please review.

Project coverage is 84.85%. Comparing base (b7658d2) to head (0a4d26b).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
tfts/trainer.py 79.13% 29 Missing ⚠️
tfts/models/transformer.py 82.05% 7 Missing ⚠️
tfts/layers/embed_layer.py 62.50% 6 Missing ⚠️
tfts/layers/position_layer.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   85.53%   84.85%   -0.69%     
==========================================
  Files          33       33              
  Lines        2627     2575      -52     
==========================================
- Hits         2247     2185      -62     
- Misses        380      390      +10     
Flag Coverage Δ
cpu 84.85% <84.01%> (-0.69%) ⬇️
unittest 84.85% <84.01%> (-0.69%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@LongxingTan LongxingTan merged commit 817456a into master Jan 17, 2025
12 checks passed
@LongxingTan LongxingTan deleted the fix/benchmark7 branch January 17, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant