How to use Stephen-Lee/TtT-3B with Transformers:
# Load model directly from transformers import AutoTokenizer, Qwen2ForARDiffLM tokenizer = AutoTokenizer.from_pretrained("Stephen-Lee/TtT-3B") model = Qwen2ForARDiffLM.from_pretrained("Stephen-Lee/TtT-3B")
The community tab is the place to discuss and collaborate with the HF community!