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

zluvolyote
/
DEREXP

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use zluvolyote/DEREXP with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="zluvolyote/DEREXP")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("zluvolyote/DEREXP")
    model = AutoModelForSequenceClassification.from_pretrained("zluvolyote/DEREXP")
  • Notebooks
  • Google Colab
  • Kaggle
DEREXP / runs
812 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
zluvolyote's picture
zluvolyote
End of training
7475a35 almost 4 years ago
  • Jul20_02-06-05_94283f87872f
    End of training almost 4 years ago
  • Jul20_06-21-51_1803df6f9698
    Training in progress, step 500 almost 4 years ago
  • Jul20_07-49-25_1803df6f9698
    End of training almost 4 years ago
  • Jul20_15-14-30_13a322e3f7f6
    Training in progress, step 500 almost 4 years ago
  • Jul20_15-50-39_13a322e3f7f6
    Training in progress, step 500 almost 4 years ago
  • Jul20_16-09-53_13a322e3f7f6
    Training in progress, step 500 almost 4 years ago
  • Jul20_16-18-09_13a322e3f7f6
    End of training almost 4 years ago
  • Jul20_21-00-15_e6521ce0e678
    Training in progress, step 500 almost 4 years ago
  • Jul20_22-14-58_e6521ce0e678
    update model card README.md almost 4 years ago
  • Jul21_14-27-30_997b16a334ee
    Training in progress, step 500 almost 4 years ago
  • Jul21_15-14-33_997b16a334ee
    End of training almost 4 years ago
  • Jul21_15-58-10_997b16a334ee
    End of training almost 4 years ago