How to use AlexWortega/tini_llama_freeze with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AlexWortega/tini_llama_freeze", dtype="auto")
-