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