Instructions to use yulan-team/yulan_3_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use yulan-team/yulan_3_base with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, LlamaForCausalLM tokenizer = AutoTokenizer.from_pretrained("yulan-team/yulan_3_base", from_hf_hub=True) model = LlamaForCausalLM.from_pretrained("yulan-team/yulan_3_base", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
Ctrl+K