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

TELUSKUNTA
/
albert-sst2

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

Instructions to use TELUSKUNTA/albert-sst2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TELUSKUNTA/albert-sst2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="TELUSKUNTA/albert-sst2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("TELUSKUNTA/albert-sst2")
    model = AutoModelForSequenceClassification.from_pretrained("TELUSKUNTA/albert-sst2")
  • Notebooks
  • Google Colab
  • Kaggle
albert-sst2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
TELUSKUNTA's picture
TELUSKUNTA
Upload tokenizer
c48635d verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    5.17 kB
    Upload AlbertForSequenceClassification 3 months ago
  • config.json
    852 Bytes
    Upload AlbertForSequenceClassification 3 months ago
  • model.safetensors
    46.7 MB
    xet
    Upload AlbertForSequenceClassification 3 months ago
  • special_tokens_map.json
    286 Bytes
    Upload tokenizer 3 months ago
  • spiece.model
    760 kB
    xet
    Upload tokenizer 3 months ago
  • tokenizer.json
    2.27 MB
    Upload tokenizer 3 months ago
  • tokenizer_config.json
    1.25 kB
    Upload tokenizer 3 months ago