How to use AI-everydayy/microsoft-deberta-v3-large_math_solving with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("AI-everydayy/microsoft-deberta-v3-large_math_solving") model = AutoModelForMultipleChoice.from_pretrained("AI-everydayy/microsoft-deberta-v3-large_math_solving")
The community tab is the place to discuss and collaborate with the HF community!