How to use ChengsenWang/ChatTime-1-7B-Base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ChengsenWang/ChatTime-1-7B-Base") model = AutoModelForCausalLM.from_pretrained("ChengsenWang/ChatTime-1-7B-Base")
The community tab is the place to discuss and collaborate with the HF community!