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
| { | |
| "_from_model_config": true, | |
| "bos_token_id": 1, | |
| "eos_token_id": 2, | |
| "pad_token_id": 0, | |
| "transformers_version": "4.29.0" | |
| } | |