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