Post
2358
๐ข Qwen so far released the 2.5-MAX that claims to outperform DeepSeek-V3 [Edited: not 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: https://huggingface.co/spaces/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: https://huggingface.co/spaces/Qwen/Qwen2.5-Max-Demo
๐ Paper: https://arxiv.org/abs/2412.15115