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