How to use Multi-Domain-Expert-Learning/meow-1b with Transformers:
# Load model directly from transformers import AutoTokenizer, GPTNeoXExpertsForCasualLM tokenizer = AutoTokenizer.from_pretrained("Multi-Domain-Expert-Learning/meow-1b") model = GPTNeoXExpertsForCasualLM.from_pretrained("Multi-Domain-Expert-Learning/meow-1b")
The community tab is the place to discuss and collaborate with the HF community!