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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Darshan03
/
AI-Hackathon-Alberta

Text Classification
Transformers
Safetensors
albert
Model card Files Files and versions
xet
Community

Instructions to use Darshan03/AI-Hackathon-Alberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Darshan03/AI-Hackathon-Alberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Darshan03/AI-Hackathon-Alberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Darshan03/AI-Hackathon-Alberta")
    model = AutoModelForSequenceClassification.from_pretrained("Darshan03/AI-Hackathon-Alberta")
  • Notebooks
  • Google Colab
  • Kaggle
AI-Hackathon-Alberta
47.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Darshan03's picture
Darshan03
Upload config
76060db verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload AlbertForSequenceClassification almost 2 years ago
  • config.json
    916 Bytes
    Upload config almost 2 years ago
  • model.safetensors
    46.7 MB
    xet
    Upload AlbertForSequenceClassification almost 2 years ago
  • special_tokens_map.json
    286 Bytes
    Upload tokenizer almost 2 years ago
  • spiece.model
    760 kB
    xet
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    1.25 kB
    Upload tokenizer almost 2 years ago