How to use HEMASENTHIL/fine_tuned_llama3.1_Instruct_model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("HEMASENTHIL/fine_tuned_llama3.1_Instruct_model", dtype="auto")