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
- Xet hash:
- 9a8ead582f6f40382646d45a6237abdd825eaccf4ccc5d2c1760abeb9bdf3f79
- Size of remote file:
- 4.9 GB
- SHA256:
- 9022e70c549e4ed7ed7f91e1dc0aa1119939940a177c848e81dac6b36f46ba2d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.