Text Classification
Adapters
Safetensors
Transformers
English
gemma
geospatial
amd-accelerated
natural-language-processing
command-generation
text-generation-inference
Instructions to use prof-freakenstein/test-gemma-isro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use prof-freakenstein/test-gemma-isro with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("prof-freakenstein/test-gemma-isro", set_active=True) - Transformers
How to use prof-freakenstein/test-gemma-isro with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="prof-freakenstein/test-gemma-isro")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("prof-freakenstein/test-gemma-isro") model = AutoModelForSequenceClassification.from_pretrained("prof-freakenstein/test-gemma-isro") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!