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

Econlinguistics
/
regbert_multi_labels

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

  • Libraries
  • Transformers

    How to use Econlinguistics/regbert_multi_labels with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Econlinguistics/regbert_multi_labels")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Econlinguistics/regbert_multi_labels")
    model = AutoModelForSequenceClassification.from_pretrained("Econlinguistics/regbert_multi_labels")
  • Notebooks
  • Google Colab
  • Kaggle
regbert_multi_labels / runs
30.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
bakhareva's picture
bakhareva
End of training
9f11212 verified over 1 year ago
  • Nov04_15-42-58_187299ee1eec
    Training in progress, epoch 1 over 1 year ago
  • Nov04_15-46-47_187299ee1eec
    End of training over 1 year ago
  • Oct23_08-50-00_c5787a3ba935
    End of training over 1 year ago
  • Oct29_10-40-07_82393c56152f
    Training in progress, epoch 2 over 1 year ago
  • Oct30_09-04-46_c3d20336f342
    End of training over 1 year ago