Instructions to use YuCollection/gemma-4-E4B-it-assistant-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YuCollection/gemma-4-E4B-it-assistant-bf16 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("YuCollection/gemma-4-E4B-it-assistant-bf16") model = AutoModelForCausalLM.from_pretrained("YuCollection/gemma-4-E4B-it-assistant-bf16") - Notebooks
- Google Colab
- Kaggle
File size: 307 Bytes
93132d2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"bos_token_id": 2,
"do_sample": true,
"eos_token_id": [
1,
106,
50
],
"is_assistant": true,
"num_assistant_tokens": 6,
"num_assistant_tokens_schedule": "constant",
"pad_token_id": 0,
"temperature": 1.0,
"top_k": 64,
"top_p": 0.95,
"transformers_version": "5.7.0.dev0"
} |