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-large_TSA

Token Classification
Transformers
Safetensors
Norwegian
Norwegian Bokmål
Norwegian Nynorsk
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use ltg/norbert3-large_TSA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ltg/norbert3-large_TSA", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("ltg/norbert3-large_TSA", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
norbert3-large_TSA
1.47 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
lgcharpe's picture
lgcharpe
Update modeling_norbert.py
1002007 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.56 kB
    Upload README.md with huggingface_hub over 2 years ago
  • config.json
    1.55 kB
    Upload NorbertForTokenClassification over 2 years ago
  • configuration_norbert.py
    1.23 kB
    Upload NorbertForTokenClassification over 2 years ago
  • model.safetensors
    1.47 GB
    xet
    Upload NorbertForTokenClassification over 2 years ago
  • modeling_norbert.py
    28.5 kB
    Update modeling_norbert.py over 1 year ago
  • special_tokens_map.json
    971 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    1.26 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    18.7 kB
    Upload tokenizer over 2 years ago