How to use Sivakrishh/Mistral-7B-CauseAnalyzer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Sivakrishh/Mistral-7B-CauseAnalyzer", dtype="auto")