mistral.tuning
This repository contains the tuned weights and tokenizer for the "mistral.tuning" model.
Contents
- model-00001-of-00003.safetensors, model-00002-of-00003.safetensors, model-00003-of-00003.safetensors — model shard files (tracked with Git LFS).
- tokenizer.json, tokenizer.model, special_tokens_map.json — tokenizer files.
- config.json, generation_config.json — model configuration files.
Usage
from transformers import AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("omaressamrme/mistral.tuning")
model = AutoModel.from_pretrained("omaressamrme/mistral.tuning", trust_remote_code=True)
Notes
- Large files are tracked with Git LFS. Pushing them may take a long time depending on your network.