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

Neroism8422
/
Text_Classification_100

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

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

  • Libraries
  • Transformers

    How to use Neroism8422/Text_Classification_100 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Neroism8422/Text_Classification_100")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Neroism8422/Text_Classification_100")
    model = AutoModelForSequenceClassification.from_pretrained("Neroism8422/Text_Classification_100")
  • Notebooks
  • Google Colab
  • Kaggle
Text_Classification_100 / runs
78.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
Neroism8422's picture
Neroism8422
Training in progress, epoch 10
d82fae4 verified almost 2 years ago
  • Jun16_15-44-23_DESKTOP-B8B0NSG
    Training in progress, epoch 1 almost 2 years ago
  • Jun16_15-50-28_DESKTOP-B8B0NSG
    Training in progress, epoch 1 almost 2 years ago
  • Jun16_15-51-04_DESKTOP-B8B0NSG
    Training in progress, epoch 1 almost 2 years ago
  • Jun16_15-53-46_DESKTOP-B8B0NSG
    Training in progress, epoch 1 almost 2 years ago
  • Jun16_15-58-33_DESKTOP-B8B0NSG
    Training in progress, epoch 1 almost 2 years ago
  • Jun16_16-08-18_DESKTOP-B8B0NSG
    Training in progress, epoch 1 almost 2 years ago
  • Jun16_16-33-53_DESKTOP-B8B0NSG
    Training in progress, epoch 1 almost 2 years ago
  • Jun16_16-56-09_DESKTOP-B8B0NSG
    Training in progress, epoch 1 almost 2 years ago
  • Jun16_17-09-35_DESKTOP-B8B0NSG
    Training in progress, epoch 10 almost 2 years ago