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

arj9719
/
robertuito_topic_classification

Text Classification
Transformers
PyTorch
TensorBoard
Spanish
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use arj9719/robertuito_topic_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="arj9719/robertuito_topic_classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("arj9719/robertuito_topic_classification")
    model = AutoModelForSequenceClassification.from_pretrained("arj9719/robertuito_topic_classification")
  • Notebooks
  • Google Colab
  • Kaggle
robertuito_topic_classification / runs
216 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
arj9719's picture
arj9719
Training in progress, epoch 1
82a6d7c about 3 years ago
  • Mar06_04-48-09_6170d88bdea4
    Training in progress, epoch 1 about 3 years ago
  • Mar07_15-15-52_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 about 3 years ago
  • Mar07_15-18-42_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 about 3 years ago
  • Mar07_15-20-06_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 about 3 years ago
  • Mar07_15-24-28_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 about 3 years ago
  • Mar07_15-25-27_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 about 3 years ago
  • Mar07_15-27-06_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 about 3 years ago
  • Mar07_15-30-54_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 about 3 years ago
  • Mar07_16-00-02_DESKTOP-DQVG5VJ
    Training in progress, epoch 1 about 3 years ago