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

ltg
/
norbert3-base_sentence-sentiment

Text Classification
Transformers
Safetensors
Norwegian
Norwegian Bokmål
Norwegian Nynorsk
token-classification
custom_code
Model card Files Files and versions
xet
Community
2

Instructions to use ltg/norbert3-base_sentence-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ltg/norbert3-base_sentence-sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ltg/norbert3-base_sentence-sentiment", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("ltg/norbert3-base_sentence-sentiment", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
norbert3-base_sentence-sentiment
523 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
lgcharpe's picture
lgcharpe
Update modeling_norbert.py
a6f5633 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2 kB
    Update README.md almost 2 years ago
  • config.json
    1.42 kB
    updated config.json over 1 year ago
  • configuration_norbert.py
    1.23 kB
    Upload NorbertForTokenClassification almost 2 years ago
  • model.safetensors
    521 MB
    xet
    Upload NorbertForTokenClassification almost 2 years ago
  • modeling_norbert.py
    27.1 kB
    Update modeling_norbert.py over 1 year ago
  • special_tokens_map.json
    971 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    1.26 MB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    18.7 kB
    Upload tokenizer almost 2 years ago