Transformers
Safetensors
llama-factory
lora
Generated from Trainer
android-control
ui-automation
vision-language-model
Instructions to use OfficerChul/gemma-3n-E2B-it-Android-Control-84k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OfficerChul/gemma-3n-E2B-it-Android-Control-84k with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OfficerChul/gemma-3n-E2B-it-Android-Control-84k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| # ollama modelfile auto-generated by llamafactory | |
| FROM . | |
| TEMPLATE """<bos>{{ if .System }}{{ .System }} | |
| {{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<start_of_turn>user | |
| {{ .Content }}<end_of_turn> | |
| <start_of_turn>model | |
| {{ else if eq .Role "assistant" }}{{ .Content }}<end_of_turn> | |
| {{ end }}{{ end }}""" | |
| PARAMETER stop "<end_of_turn>" | |
| PARAMETER num_ctx 4096 | |