How to use botp/alpaca-taiwan-7b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("botp/alpaca-taiwan-7b", dtype="auto")
-