How to use vuminhtue/LLM with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("vuminhtue/LLM") model = AutoModelForMultipleChoice.from_pretrained("vuminhtue/LLM")
What is a pickle import?
How to fix it?