Request for Access to Mistral 0.3 Model Weights and Tokenizer

#126
by Code-fy - opened

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

No description provided.

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.

Sign up or log in to comment