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