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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Jorgeutd
/
bert-base-uncased-finetuned-surveyclassification

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

Instructions to use Jorgeutd/bert-base-uncased-finetuned-surveyclassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jorgeutd/bert-base-uncased-finetuned-surveyclassification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jorgeutd/bert-base-uncased-finetuned-surveyclassification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jorgeutd/bert-base-uncased-finetuned-surveyclassification")
    model = AutoModelForSequenceClassification.from_pretrained("Jorgeutd/bert-base-uncased-finetuned-surveyclassification", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-uncased-finetuned-surveyclassification
877 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 12 commits
Jorgeutd's picture
Jorgeutd
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#3)
d32b499 over 2 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#3) over 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 over 4 years ago
  • README.md
    2.64 kB
    Librarian Bot: Add base_model information to model (#2) almost 3 years ago
  • config.json
    891 Bytes
    Training in progress, epoch 1 over 4 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model (#3) over 2 years ago
  • pytorch_model.bin
    438 MB
    xet
    End of training over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Training in progress, epoch 1 over 4 years ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 over 4 years ago
  • tokenizer_config.json
    321 Bytes
    Training in progress, epoch 1 over 4 years ago
  • training_args.bin
    3.12 kB
    xet
    Training in progress, epoch 1 over 4 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 over 4 years ago