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

wvangils
/
NL_BERT_michelin_finetuned

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
3

Instructions to use wvangils/NL_BERT_michelin_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use wvangils/NL_BERT_michelin_finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="wvangils/NL_BERT_michelin_finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("wvangils/NL_BERT_michelin_finetuned")
    model = AutoModelForSequenceClassification.from_pretrained("wvangils/NL_BERT_michelin_finetuned", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
NL_BERT_michelin_finetuned / runs
99.4 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
wvangils's picture
wvangils
End of training
c54c239 over 4 years ago
  • May03_11-39-03_195e3b32f895
    End of training over 4 years ago
  • May03_11-40-12_195e3b32f895
    End of training over 4 years ago
  • May03_11-58-20_195e3b32f895
    End of training over 4 years ago
  • May05_13-10-01_8cd36a2f7e94
    Training in progress, step 500 over 4 years ago
  • May05_14-24-24_8cd36a2f7e94
    End of training over 4 years ago
  • May05_14-33-31_8cd36a2f7e94
    End of training over 4 years ago
  • May05_14-57-41_8cd36a2f7e94
    End of training over 4 years ago
  • May05_14-59-50_8cd36a2f7e94
    End of training over 4 years ago