Text Classification
Transformers
PyTorch
Safetensors
English
gemma2
text-generation
text-generation-inference
unsloth
trl
Instructions to use EpistemeAI/EpistemeAI-codegemma-2-9b-ultra with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EpistemeAI/EpistemeAI-codegemma-2-9b-ultra with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="EpistemeAI/EpistemeAI-codegemma-2-9b-ultra")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("EpistemeAI/EpistemeAI-codegemma-2-9b-ultra") model = AutoModelForCausalLM.from_pretrained("EpistemeAI/EpistemeAI-codegemma-2-9b-ultra", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
File size: 133 Bytes
38ab209 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3f289bc05132635a8bc7aca7aa21255efd5e18f3710f43e3cdb96bcd41be4922
size 17525357
|