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

Zlovoblachko
/
L1-classifier-TenSem

Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Zlovoblachko/L1-classifier-TenSem with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Zlovoblachko/L1-classifier-TenSem with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Zlovoblachko/L1-classifier-TenSem")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Zlovoblachko/L1-classifier-TenSem")
    model = AutoModelForSequenceClassification.from_pretrained("Zlovoblachko/L1-classifier-TenSem")
  • Notebooks
  • Google Colab
  • Kaggle
L1-classifier-TenSem / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Zlovoblachko's picture
Zlovoblachko
End of training
8a41827 verified about 2 years ago
  • Apr11_02-51-34_46f740a342e3
    End of training about 2 years ago
  • May07_17-30-55_3ffd7dbeaebb
    End of training about 2 years ago