Mindnlp

Latest version: v0.3.0

Safety actively analyzes 624578 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.0

What's Changed
* add new Trainer like hf-transformers
* Add timesformer, MPNet, pegasus, segformer, sam, llama3, MPT,
olmo, llava_next, llava, vipllava, convnext, cvt, resnet, van, openelm, phi3
* support flash_attn_v2, flash_attn_bwd
* peft module support ia3, adalora
* support resume download
* add gsm8k prompt example by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/1063

New Contributors
* Brain100destruction made their first contribution in https://github.com/mindspore-lab/mindnlp/pull/1038
* wjy4399 made their first contribution in https://github.com/mindspore-lab/mindnlp/pull/1042
* zhouyifeng888 made their first contribution in https://github.com/mindspore-lab/mindnlp/pull/1047

**Full Changelog**: https://github.com/mindspore-lab/mindnlp/compare/v0.2.4...v0.3.0

0.2.4

What's Changed
* update flashattention kernel by hypertseng in https://github.com/mindspore-lab/mindnlp/pull/962
* support for internlm by NANDSS1 in https://github.com/mindspore-lab/mindnlp/pull/961
* add qwen2_moe & fix bugs by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/965
* skip big and slow ut on CPU by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/966
* Add table_transformer model by ShaoqLin in https://github.com/mindspore-lab/mindnlp/pull/976
* fix find_cuda_home raise error by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/967
* fix error on macOS by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/977
* add jamba by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/978
* add bit by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/979
* add musicgen_melody by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/980
* Fix tokenized index problem by WilliamLiuAtCPC in https://github.com/mindspore-lab/mindnlp/pull/982
* add text2vec module by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/983
* support blenderbot by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/984
* support blenderbot samll by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/985
* support blip by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/987
* Add `ConvBert` model and pass ut. by neoming in https://github.com/mindspore-lab/mindnlp/pull/991
* add model: xlnet by 2802427218 in https://github.com/mindspore-lab/mindnlp/pull/988
* support blip_2 by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/993
* support bridgetower & bros model by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/994
* Added hypercomplex Tensor Decomposition and example of using it by maxmgrdv in https://github.com/mindspore-lab/mindnlp/pull/995
* loar fintune convbert by neoming in https://github.com/mindspore-lab/mindnlp/pull/997
* support jetmoe & fix python id() caused bugs by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/998
* update supported list by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/999

New Contributors
* NANDSS1 made their first contribution in https://github.com/mindspore-lab/mindnlp/pull/961
* ShaoqLin made their first contribution in https://github.com/mindspore-lab/mindnlp/pull/976
* WilliamLiuAtCPC made their first contribution in https://github.com/mindspore-lab/mindnlp/pull/982

**Full Changelog**: https://github.com/mindspore-lab/mindnlp/compare/v0.2.3...v0.2.4

0.2.3

0.2.2

New models

- ALIGN
- AltCLIP
- Audio Spectrogram Transformer
- BioGPT

What's Changed
* add tokenization_layoutlm by FLoutione in https://github.com/mindspore-lab/mindnlp/pull/935
* support wav2vec2_with_lm by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/936
* fix whisper inference on Ascend by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/937
* fix whisper return_token_timestamps error by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/938
* add evaluate module by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/939
* add biogpt by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/940
* support align model by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/942
* fix _scaled_dot_product_attention bug by hypertseng in https://github.com/mindspore-lab/mindnlp/pull/941
* add altclip & ast model by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/944


**Full Changelog**: https://github.com/mindspore-lab/mindnlp/compare/v0.2.1...v0.2.2

0.2.1

New features
Pipelines support
- Automatic Speech Recognition
- Question Answering
- Text to Text
- Text Classification
- Text Generation

What's Changed
* update readme by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/889
* correct bark encodec inference bug by JinPan-Second in https://github.com/mindspore-lab/mindnlp/pull/892
* support starcoder2 by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/898
* big_bird has a ut failure by stringency in https://github.com/mindspore-lab/mindnlp/pull/905
* fix baichuan error by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/909
* fix big_bird error by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/910
* support mixtral by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/912
* windows use synchronize since fatal errors by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/914
* support mamba by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/916
* mamba support graph mode by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/919
* Text generation by 2802427218 in https://github.com/mindspore-lab/mindnlp/pull/918
* Text2Text generation pipeline feat by fanxing-6 in https://github.com/mindspore-lab/mindnlp/pull/917
* fix codegen error on GPU by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/920
* Added dual-valued Bert model and example of using it by maxmgrdv in https://github.com/mindspore-lab/mindnlp/pull/921
* fix hypercomplex casued errors by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/922
* add:question answering by 2802427218 in https://github.com/mindspore-lab/mindnlp/pull/923
* fix mixtral ut on windows by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/924
* layoutlm module by FLoutione in https://github.com/mindspore-lab/mindnlp/pull/925
* update peft examples by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/926
* udate ci pipeline by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/927
* support deberta model by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/928
* add bce example by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/930
* support reformer by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/931
* fix roll not support on CPU by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/932
* support automatic_speech_recognition pipeline by lvyufeng in https://github.com/mindspore-lab/mindnlp/pull/934

New Contributors
* stringency made their first contribution in https://github.com/mindspore-lab/mindnlp/pull/905
* 2802427218 made their first contribution in https://github.com/mindspore-lab/mindnlp/pull/918
* fanxing-6 made their first contribution in https://github.com/mindspore-lab/mindnlp/pull/917
* maxmgrdv made their first contribution in https://github.com/mindspore-lab/mindnlp/pull/921

**Full Changelog**: https://github.com/mindspore-lab/mindnlp/compare/v0.2.0...v0.2.1

0.2.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.