How to use CodeDPO/AceCodeRM-LLama3.1-8B with Transformers:
# Load model directly from transformers import AutoTokenizer, AceCoderLlamaForCausalRM tokenizer = AutoTokenizer.from_pretrained("CodeDPO/AceCodeRM-LLama3.1-8B") model = AceCoderLlamaForCausalRM.from_pretrained("CodeDPO/AceCodeRM-LLama3.1-8B")
The community tab is the place to discuss and collaborate with the HF community!