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

thusken
/
nb-bert-large-user-needs

Text Classification
Transformers
PyTorch
Safetensors
Norwegian
Norwegian Bokmål
Norwegian Nynorsk
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use thusken/nb-bert-large-user-needs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use thusken/nb-bert-large-user-needs with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="thusken/nb-bert-large-user-needs")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("thusken/nb-bert-large-user-needs")
    model = AutoModelForSequenceClassification.from_pretrained("thusken/nb-bert-large-user-needs")
  • Notebooks
  • Google Colab
  • Kaggle
nb-bert-large-user-needs
Ctrl+K
Ctrl+K
  • 3 contributors
History: 37 commits
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model
eeb3983 almost 3 years ago
  • .gitattributes
    1.39 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • README.md
    4.3 kB
    Librarian Bot: Add base_model information to model almost 3 years ago
  • config.json
    1.07 kB
    Training in progress, epoch 1 almost 4 years ago
  • model.safetensors
    1.42 GB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    1.42 GB
    xet
    End of training almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer.json
    1.19 MB
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer_config.json
    349 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • training_args.bin
    3.06 kB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • vocab.txt
    395 kB
    Training in progress, epoch 1 almost 4 years ago