Instructions to use yrrhall/Emu3-Gen-Multimodal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yrrhall/Emu3-Gen-Multimodal with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("yrrhall/Emu3-Gen-Multimodal", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "added_tokens_decoder": {}, | |
| "auto_map": { | |
| "AutoTokenizer": [ | |
| "tokenization_emu3.Emu3Tokenizer", | |
| null | |
| ] | |
| }, | |
| "bos_token": "<|extra_203|>", | |
| "clean_up_tokenization_spaces": true, | |
| "eos_token": "<|extra_204|>", | |
| "model_max_length": 1000000000000000019884624838656, | |
| "pad_token": "<|endoftext|>", | |
| "tokenizer_class": "Emu3Tokenizer" | |
| } | |