How to use Junfeng5/Liquid_V1_7B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Junfeng5/Liquid_V1_7B") model = AutoModelForCausalLM.from_pretrained("Junfeng5/Liquid_V1_7B")
This PR ensures a "How to use" button appears at the top right
· Sign up or log in to comment