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

Kushtrim
/
norbert3-large-ner

Token Classification
Transformers
Safetensors
Norwegian
Norwegian Bokmål
Generated from Trainer
custom_code
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Kushtrim/norbert3-large-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Kushtrim/norbert3-large-ner", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("Kushtrim/norbert3-large-ner", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.85 kB
    Update README.md over 2 years ago
  • config.json
    1.9 kB
    Update config.json 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.6 kB
    Call post_init() for transformers 5+ (CVE-2026-1839 / remote code) about 1 month 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