How to use currentlyexhausted/lite-llm with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("currentlyexhausted/lite-llm") model = AutoModelForSeq2SeqLM.from_pretrained("currentlyexhausted/lite-llm")
No model card