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

Jyotirmoy006
/
my-fast-bert

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 Jyotirmoy006/my-fast-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jyotirmoy006/my-fast-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jyotirmoy006/my-fast-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jyotirmoy006/my-fast-bert")
    model = AutoModelForSequenceClassification.from_pretrained("Jyotirmoy006/my-fast-bert")
  • Notebooks
  • Google Colab
  • Kaggle
my-fast-bert / runs
20.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Jyotirmoy006's picture
Jyotirmoy006
my-first-agent-model
b3413e2 verified 6 months ago
  • Jan03_05-46-28_86b4712f6b56
    my-first-agent-model 6 months ago
  • Jan03_05-55-40_86b4712f6b56
    my-first-agent-model 6 months ago
  • Jan03_05-59-07_86b4712f6b56
    my-first-agent-model 6 months ago