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

Sanjay679
/
winzo_feature_classifier_lowercase

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

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

  • Libraries
  • Transformers

    How to use Sanjay679/winzo_feature_classifier_lowercase with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Sanjay679/winzo_feature_classifier_lowercase")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Sanjay679/winzo_feature_classifier_lowercase")
    model = AutoModelForSequenceClassification.from_pretrained("Sanjay679/winzo_feature_classifier_lowercase", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
winzo_feature_classifier_lowercase / runs
38.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Sanjay679's picture
Sanjay679
Model save
6d30474 verified almost 2 years ago
  • Oct04_05-38-28_sagemaker-data-scie-ml-g4dn-xlarge-ba9c1f5c18780e053e03a6778121
    Model save almost 2 years ago
  • Oct04_05-39-14_sagemaker-data-scie-ml-g4dn-xlarge-ba9c1f5c18780e053e03a6778121
    Model save almost 2 years ago