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

maai-project
/
maai-theme-sl

Text Classification
Transformers
Safetensors
English
roberta
distilroberta
climate
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use maai-project/maai-theme-sl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use maai-project/maai-theme-sl with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="maai-project/maai-theme-sl")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("maai-project/maai-theme-sl")
    model = AutoModelForSequenceClassification.from_pretrained("maai-project/maai-theme-sl")
  • Notebooks
  • Google Colab
  • Kaggle
maai-theme-sl
333 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
mletsana's picture
mletsana
Upload README.md with huggingface_hub
9b4ee07 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    1.17 kB
    Upload README.md with huggingface_hub 5 months ago
  • config.json
    998 Bytes
    Upload RobertaForSequenceClassification 5 months ago
  • label_map.json
    356 Bytes
    Upload label_map.json with huggingface_hub 5 months ago
  • merges.txt
    456 kB
    Upload tokenizer 5 months ago
  • model.safetensors
    328 MB
    xet
    Upload RobertaForSequenceClassification 5 months ago
  • special_tokens_map.json
    958 Bytes
    Upload tokenizer 5 months ago
  • test_metrics.json
    1.02 kB
    Upload test_metrics.json with huggingface_hub 5 months ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer 5 months ago
  • tokenizer_config.json
    1.44 kB
    Upload tokenizer 5 months ago
  • vocab.json
    798 kB
    Upload tokenizer 5 months ago