Results 72 comments of matrix

hope to provide a large Chinese model. Thank you very much.

With the rapid development of natural language processing, the slower the release of the relevant version, its value will drop rapidly, and hope that your work can help more people's...

Thank you very much for your reply, I tried it, it is indeed effective In addition, It reports OOM on the V3-8TPU to use MT5-XXL. do you have any suggestions?...

When I load it with this model"ClueAI/ChatYuan-large-v1", the following error will occur. How to solve this problem? ```shell Some weights of the model checkpoint at ClueAI/ChatYuan-large-v1 were not used when...

> #16148 (comment) while i try, error occur, How to solve this problem? ```python model, params = FlaxT5ForConditionalGeneration.from_pretrained("ClueAI/ChatYuan-large-v1", _do_init=False) ``` ```python OSError: ClueAI/ChatYuan-large-v1 does not appear to have a file...

i try it, and How to configure "max_length", "top_k", "do_sample" and other parameters with this ? https://github.com/sanchit-gandhi/codesnippets/blob/main/pmap_flaxmt5_generate.ipynb