Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

prof-freakenstein
/
test-gemma-isro

Text Classification
Adapters
Safetensors
Transformers
English
gemma
geospatial
amd-accelerated
natural-language-processing
command-generation
text-generation-inference
Model card Files Files and versions
xet
Community

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", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test-gemma-isro
10 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
prof-freakenstein's picture
prof-freakenstein
Update README.md
695ecdc verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.62 kB
    Update README.md about 2 years ago
  • config.json
    2.4 kB
    Model upload about 2 years ago
  • model-00001-of-00003.safetensors
    4.91 GB
    xet
    Model upload about 2 years ago
  • model-00002-of-00003.safetensors
    4.98 GB
    xet
    Model upload about 2 years ago
  • model-00003-of-00003.safetensors
    135 MB
    xet
    Model upload about 2 years ago
  • model.safetensors.index.json
    13.5 kB
    Model upload about 2 years ago
  • training_args.bin
    5.11 kB
    xet
    Model upload about 2 years ago