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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

datleviet
/
ComOM-VIDeBERTa-2

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

Instructions to use datleviet/ComOM-VIDeBERTa-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use datleviet/ComOM-VIDeBERTa-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="datleviet/ComOM-VIDeBERTa-2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("datleviet/ComOM-VIDeBERTa-2")
    model = AutoModelForSequenceClassification.from_pretrained("datleviet/ComOM-VIDeBERTa-2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ComOM-VIDeBERTa-2 / runs
21 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
datleviet's picture
datleviet
End of training
2cccaa6 over 2 years ago
  • Dec05_09-57-38_15a959934319
    Training in progress, epoch 4 over 2 years ago
  • Dec05_10-01-53_15a959934319
    Training in progress, epoch 8 over 2 years ago
  • Dec05_10-11-24_122b6e7e2106
    End of training over 2 years ago