Post
336
π’ Qwen so far released the 2.5-MAX that claims to outperform DeepSeek-R1.
And here is how you can start applying it for handling CSV / JSONL data.
The model is compatible with OpenAI API so here is my wrapper for it:
π https://github.com/nicolay-r/nlp-thirdgate/blob/master/llm/openai_156.py
π All you have to do is to set
base-url: https://dashscope-intl.aliyuncs.com/compatible-mode/v1
and API key of the platform.
βοΈ Below is the link to the complete example (see screenshot):
https://github.com/nicolay-r/nlp-thirdgate/blob/master/tutorials/llm_qwen_25_max_chat.sh
π° Source: https://www.alibabacloud.com/help/en/model-studio/developer-reference/what-is-qwen-llm
πΊ Official Sandbox Demo: Qwen/Qwen2.5-Max-Demo
π Paper: https://arxiv.org/abs/2412.15115
And here is how you can start applying it for handling CSV / JSONL data.
The model is compatible with OpenAI API so here is my wrapper for it:
π https://github.com/nicolay-r/nlp-thirdgate/blob/master/llm/openai_156.py
π All you have to do is to set
base-url: https://dashscope-intl.aliyuncs.com/compatible-mode/v1
and API key of the platform.
βοΈ Below is the link to the complete example (see screenshot):
https://github.com/nicolay-r/nlp-thirdgate/blob/master/tutorials/llm_qwen_25_max_chat.sh
π° Source: https://www.alibabacloud.com/help/en/model-studio/developer-reference/what-is-qwen-llm
πΊ Official Sandbox Demo: Qwen/Qwen2.5-Max-Demo
π Paper: https://arxiv.org/abs/2412.15115