Add model safetensor files 3554119
user commited on
How to use agentlans/Human-Like-Configurable-Llama3.1 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("agentlans/Human-Like-Configurable-Llama3.1", dtype="auto")