Instructions to use Junfeng5/Liquid_V1_7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Junfeng5/Liquid_V1_7B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("Junfeng5/Liquid_V1_7B") model = AutoModelForMultimodalLM.from_pretrained("Junfeng5/Liquid_V1_7B") - Notebooks
- Google Colab
- Kaggle
中文效果?
#3
by loong - opened