chengchingwen / Transformers.jl

Julia Implementation of Transformer models
MIT License
523 stars 74 forks source link

0.3 #180

Closed chengchingwen closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 48.90830% with 468 lines in your changes missing coverage. Please review.

Project coverage is 47.07%. Comparing base (91a3fe0) to head (ca53cc4).

Files Patch % Lines
src/huggingface/tokenizer/fast_tkr.jl 0.00% 117 Missing :warning:
src/device.jl 0.00% 72 Missing :warning:
src/huggingface/configs/config.jl 37.03% 51 Missing :warning:
src/huggingface/utils.jl 51.42% 34 Missing :warning:
src/huggingface/weight.jl 58.53% 34 Missing :warning:
src/textencoders/TextEncoders.jl 47.61% 33 Missing :warning:
src/loss.jl 61.25% 31 Missing :warning:
src/textencoders/utils.jl 31.57% 13 Missing :warning:
src/huggingface/implementation/phi/load.jl 91.66% 11 Missing :warning:
src/huggingface/models/load.jl 86.74% 11 Missing :warning:
... and 15 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #180 +/- ## ========================================== + Coverage 46.52% 47.07% +0.55% ========================================== Files 85 85 Lines 4400 4977 +577 ========================================== + Hits 2047 2343 +296 - Misses 2353 2634 +281 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.