chengchingwen / Transformers.jl

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

0.2 #126

Closed chengchingwen closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 16.21% // Head: 39.59% // Increases project coverage by +23.38% :tada:

Coverage data is based on head (838f2a6) compared to base (8de6eb7). Patch coverage: 54.90% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #126 +/- ## =========================================== + Coverage 16.21% 39.59% +23.38% =========================================== Files 93 74 -19 Lines 4583 3644 -939 =========================================== + Hits 743 1443 +700 + Misses 3840 2201 -1639 ``` | [Impacted Files](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter) | Coverage Δ | | |---|---|---| | [src/Transformers.jl](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter#diff-c3JjL1RyYW5zZm9ybWVycy5qbA==) | `0.00% <0.00%> (ø)` | | | [src/cuda.jl](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter#diff-c3JjL2N1ZGEuamw=) | `0.00% <0.00%> (ø)` | | | [src/datasets/dataset.jl](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter#diff-c3JjL2RhdGFzZXRzL2RhdGFzZXQuamw=) | `0.00% <ø> (ø)` | | | [src/datasets/translate/google\_wmt.jl](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter#diff-c3JjL2RhdGFzZXRzL3RyYW5zbGF0ZS9nb29nbGVfd210Lmps) | `3.03% <0.00%> (ø)` | | | [src/datasets/translate/wmt.jl](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter#diff-c3JjL2RhdGFzZXRzL3RyYW5zbGF0ZS93bXQuamw=) | `100.00% <ø> (ø)` | | | [src/huggingface/HuggingFace.jl](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter#diff-c3JjL2h1Z2dpbmdmYWNlL0h1Z2dpbmdGYWNlLmps) | `0.00% <0.00%> (ø)` | | | [src/huggingface/implementation/bart/tokenizer.jl](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter#diff-c3JjL2h1Z2dpbmdmYWNlL2ltcGxlbWVudGF0aW9uL2JhcnQvdG9rZW5pemVyLmps) | `0.00% <0.00%> (ø)` | | | [src/huggingface/implementation/bert/tokenizer.jl](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter#diff-c3JjL2h1Z2dpbmdmYWNlL2ltcGxlbWVudGF0aW9uL2JlcnQvdG9rZW5pemVyLmps) | `0.00% <0.00%> (ø)` | | | [src/huggingface/implementation/clip/config.jl](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter#diff-c3JjL2h1Z2dpbmdmYWNlL2ltcGxlbWVudGF0aW9uL2NsaXAvY29uZmlnLmps) | `0.00% <0.00%> (ø)` | | | [src/huggingface/implementation/clip/tokenizer.jl](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter#diff-c3JjL2h1Z2dpbmdmYWNlL2ltcGxlbWVudGF0aW9uL2NsaXAvdG9rZW5pemVyLmps) | `0.00% <0.00%> (ø)` | | | ... and [48 more](https://codecov.io/gh/chengchingwen/Transformers.jl/pull/126?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

chengchingwen commented 1 year ago

Closes #6, #10, #14, #63, #78, #91, #97, #98, #118, #119, #124, #127