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

HarikaR
/
German_intent

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

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

  • Libraries
  • Transformers

    How to use HarikaR/German_intent with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="HarikaR/German_intent")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("HarikaR/German_intent")
    model = AutoModelForSequenceClassification.from_pretrained("HarikaR/German_intent")
  • Notebooks
  • Google Colab
  • Kaggle
German_intent / runs
79.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
HarikaR's picture
HarikaR
Training in progress, epoch 2
a7fd77f verified about 2 years ago
  • Apr15_05-05-46_0d30b0a0c9f6
    Training in progress, epoch 3 about 2 years ago
  • Apr15_06-26-04_0d30b0a0c9f6
    Training in progress, epoch 2 about 2 years ago
  • Apr15_07-00-48_e5b7e3084289
    Training in progress, epoch 1 about 2 years ago
  • Apr15_08-11-43_86f6e4e2b99b
    Training in progress, epoch 2 about 2 years ago