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

phusroyal
/
bert-large-cased-massive_intent

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

Instructions to use phusroyal/bert-large-cased-massive_intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use phusroyal/bert-large-cased-massive_intent with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="phusroyal/bert-large-cased-massive_intent")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("phusroyal/bert-large-cased-massive_intent")
    model = AutoModelForSequenceClassification.from_pretrained("phusroyal/bert-large-cased-massive_intent")
  • Notebooks
  • Google Colab
  • Kaggle
bert-large-cased-massive_intent / logs
30.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
phusroyal's picture
phusroyal
Training in progress, epoch 9
d60d5f1 verified about 2 years ago
  • events.out.tfevents.1709298753.ws-l6-002
    7.09 kB
    xet
    Training in progress, epoch 1 about 2 years ago
  • events.out.tfevents.1709298961.ws-l6-002
    11.8 kB
    xet
    End of training about 2 years ago
  • events.out.tfevents.1709300987.ws-l6-002
    363 Bytes
    xet
    Training in progress, epoch 1 about 2 years ago
  • events.out.tfevents.1710509411.ws-l6-002
    11.1 kB
    xet
    Training in progress, epoch 9 about 2 years ago