Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
nicolay-rΒ 
posted an update 5 days ago
Post
1282
🚨 MistralAI is back with the mistral small V3 model update and it is free! πŸ‘
https://docs.mistral.ai/getting-started/models/models_overview/#free-models

πŸš€ Below is the the provider for reasoning over your dataset rows with custom schema 🧠
https://github.com/nicolay-r/nlp-thirdgate/blob/master/llm/mistralai_150.py

My personal usage experience and findings:
⚠️The original API usage may constanly fail with the connection.
To bypass this limitation, use --attempts [COUNT] to withstand connection loss while iterating through JSONL/CSV data (see πŸ“· below)

πŸ’΅ It is actually: ~0.18 USD 1M tokens
🌟 Framework: https://github.com/nicolay-r/bulk-chain
In this post