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

rez-dev
/
mi-super-modelo

Text Classification
Transformers
TensorBoard
Safetensors
albert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use rez-dev/mi-super-modelo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rez-dev/mi-super-modelo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rez-dev/mi-super-modelo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rez-dev/mi-super-modelo")
    model = AutoModelForSequenceClassification.from_pretrained("rez-dev/mi-super-modelo")
  • Notebooks
  • Google Colab
  • Kaggle
mi-super-modelo / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
rez-dev's picture
rez-dev
End of training
ff2f8a9 verified over 1 year ago
  • Nov11_11-15-36_rez
    End of training over 1 year ago
  • Nov11_11-21-42_rez
    End of training over 1 year ago
  • Nov11_11-23-47_rez
    End of training over 1 year ago
  • nov.11_11-25-11_rez
    End of training over 1 year ago
  • nov.11_11-40-43_rez
    End of training over 1 year ago
  • nov.11_11-56-09_rez
    End of training over 1 year ago
  • nov.11_12-06-09_rez
    End of training over 1 year ago
  • nov.11_12-15-02_rez
    End of training over 1 year ago
  • nov.11_12-34-04_rez
    End of training over 1 year ago
  • nov.11_12-42-49_rez
    End of training over 1 year ago