Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Zlovoblachko
/
L1-classifier-CopExp

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Zlovoblachko/L1-classifier-CopExp")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Zlovoblachko/L1-classifier-CopExp")
    model = AutoModelForSequenceClassification.from_pretrained("Zlovoblachko/L1-classifier-CopExp")
  • Notebooks
  • Google Colab
  • Kaggle
L1-classifier-CopExp / runs
12.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Zlovoblachko's picture
Zlovoblachko
End of training
f8a2f0e verified about 2 years ago
  • Apr11_02-57-38_46f740a342e3
    End of training about 2 years ago
  • May07_18-18-06_adaac59f58e7
    End of training about 2 years ago