Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Suchinthana
/
Finetuned-BERT-HotelClassification

Text Classification
Transformers
PyTorch
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use Suchinthana/Finetuned-BERT-HotelClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Suchinthana/Finetuned-BERT-HotelClassification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Suchinthana/Finetuned-BERT-HotelClassification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Suchinthana/Finetuned-BERT-HotelClassification")
    model = AutoModelForSequenceClassification.from_pretrained("Suchinthana/Finetuned-BERT-HotelClassification")
  • Notebooks
  • Google Colab
  • Kaggle
Finetuned-BERT-HotelClassification
877 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Suchinthana's picture
Suchinthana
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
76bb2ad almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    109 Bytes
    Updated examples almost 3 years ago
  • config.json
    1 kB
    Updated Categories almost 3 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    438 MB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub almost 3 years ago
  • tokenizer_config.json
    314 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • training_args.bin
    3.9 kB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub almost 3 years ago