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-base-user-needs

Text Classification
Transformers
PyTorch
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="thusken/nb-bert-base-user-needs")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("thusken/nb-bert-base-user-needs")
    model = AutoModelForSequenceClassification.from_pretrained("thusken/nb-bert-base-user-needs")
  • Notebooks
  • Google Colab
  • Kaggle
nb-bert-base-user-needs
1.43 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 25 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
aa88eb3 verified 11 months ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model 11 months ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 4 years ago
  • README.md
    4.1 kB
    Librarian Bot: Add base_model information to model (#2) over 2 years ago
  • config.json
    1.26 kB
    Training in progress, epoch 1 almost 4 years ago
  • model.safetensors
    711 MB
    xet
    Adding `safetensors` variant of this model 11 months ago
  • pytorch_model.bin
    712 MB
    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
    2.92 MB
    Training in progress, epoch 1 almost 4 years ago
  • tokenizer_config.json
    367 Bytes
    Add max_length to tokenizer_config.json (#1) almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.training_args.TrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device"

    How to fix it?

    3.06 kB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • vocab.txt
    996 kB
    Training in progress, epoch 1 almost 4 years ago