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

ColeH0415
/
comp90042-deberta-synmap

Text Classification
Transformers
Safetensors
deberta-v2
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ColeH0415/comp90042-deberta-synmap with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ColeH0415/comp90042-deberta-synmap with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ColeH0415/comp90042-deberta-synmap")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ColeH0415/comp90042-deberta-synmap")
    model = AutoModelForSequenceClassification.from_pretrained("ColeH0415/comp90042-deberta-synmap")
  • Notebooks
  • Google Colab
  • Kaggle
comp90042-deberta-synmap
746 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
ColeH0415's picture
ColeH0415
Best checkpoint epoch 5 F1=0.4932
fef0560 verified 4 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    5.17 kB
    Best checkpoint epoch 1 F1=0.0838 5 days ago
  • config.json
    1.13 kB
    Best checkpoint epoch 1 F1=0.0838 5 days ago
  • model.safetensors
    738 MB
    xet
    Best checkpoint epoch 5 F1=0.4932 4 days ago
  • tokenizer.json
    8.34 MB
    Upload tokenizer 5 days ago
  • tokenizer_config.json
    503 Bytes
    Upload tokenizer 5 days ago