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

Ola172
/
article_classification_modelv12

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

  • Libraries
  • Transformers

    How to use Ola172/article_classification_modelv12 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Ola172/article_classification_modelv12")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ola172/article_classification_modelv12")
    model = AutoModelForSequenceClassification.from_pretrained("Ola172/article_classification_modelv12", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
article_classification_modelv12 / runs
69.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Ola172's picture
Ola172
Training in progress, epoch 15
bf6592d verified about 2 years ago
  • Jun22_21-08-48_ip-10-192-11-210
    Training in progress, epoch 8 about 2 years ago
  • Jun23_18-22-44_ip-10-192-11-242
    Training in progress, epoch 8 about 2 years ago
  • Jun23_18-31-32_ip-10-192-11-192
    Training in progress, epoch 9 about 2 years ago
  • Jun29_02-42-34_ip-10-192-15-211
    Training in progress, epoch 15 about 2 years ago
  • Jun29_14-58-27_ip-10-192-15-211
    Training in progress, epoch 15 about 2 years ago