How to use nguyenvulebinh/af3 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForSeq2SeqLM processor = AutoProcessor.from_pretrained("nguyenvulebinh/af3") model = AutoModelForSeq2SeqLM.from_pretrained("nguyenvulebinh/af3")
The community tab is the place to discuss and collaborate with the HF community!