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