Request for Access to Mistral 0.3 Model Weights and Tokenizer
Dear Mistral Team,
I am a software developer working on an AI assistant project named A.U.R.O.R.A. I am very interested in using your Mistral 0.3 model and tokenizer to enhance my project’s language understanding and generation capabilities.
I kindly request access to the model weights and tokenizer files for Mistral 0.3 to use in my research and development.
Thank you very much for considering my request. I look forward to your positive response.
Best regards,
Code-fy
[email protected]
waseem
You don't need special access. Generally, what I do is enable the token in Hugging Face. After that access this repository using API_URL = “https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3” with a token and also weight is one of the parameter you need to provide to the LLM.