--- license: apache-2.0 language: [en, fr] base_model: mistralai/Ministral-3-3B-Instruct-2512-BF16 base_model_relation: finetune pipeline_tag: text-generation tags: [chat, assistant, persona, mistral] --- # Le Chaton Fat 🐱 Guys this model its my respect for meme about Le Chaton Fat model from Mistral AI, surely benchmarks not real like not real this model or any Le Chaton Fat models ![le1](https://cdn-uploads.huggingface.co/production/uploads/67329d3f69fded92d56ab41a/phL2p_g5OFGhEaGg5NoKH.jpeg) ![le2](https://cdn-uploads.huggingface.co/production/uploads/67329d3f69fded92d56ab41a/rQPotqDIZ8-rT2fTTa6zT.jpeg) ## Usage ```python from transformers import AutoModelForCausalLM, AutoTokenizer import torch tok = AutoTokenizer.from_pretrained("squ11z1/LeChatonFat") model = AutoModelForCausalLM.from_pretrained("squ11z1/LeChatonFat", dtype=torch.bfloat16, device_map="cuda") msgs = [{"role": "user", "content": "Who are you?"}] ids = tok.apply_chat_template(msgs, add_generation_prompt=True, return_tensors="pt").to("cuda") print(tok.decode(model.generate(ids, max_new_tokens=128)[0], skip_special_tokens=True)) ``` ## License Inherits the base model's license (Apache-2.0). ***God bless AI***