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