How to use speakdatawith/Apertus-8B-2509-Encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="speakdatawith/Apertus-8B-2509-Encoder")
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("speakdatawith/Apertus-8B-2509-Encoder") model = AutoModelForCausalLM.from_pretrained("speakdatawith/Apertus-8B-2509-Encoder")
The community tab is the place to discuss and collaborate with the HF community!