How to use utahnlp/laconic-8b with Transformers:
# Load model directly from transformers import AutoTokenizer, LlamaBiForMNTP tokenizer = AutoTokenizer.from_pretrained("utahnlp/laconic-8b") model = LlamaBiForMNTP.from_pretrained("utahnlp/laconic-8b")
The community tab is the place to discuss and collaborate with the HF community!