Initial Model Commit d4d1913
Amy Xin commited on
How to use THU-KEG/LLMAEL-ReFinED-FT with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("THU-KEG/LLMAEL-ReFinED-FT", dtype="auto")