How to use Ak015/AutoCAD_generator with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Ak015/AutoCAD_generator", trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained("Ak015/AutoCAD_generator", trust_remote_code=True)
The community tab is the place to discuss and collaborate with the HF community!