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

  • Log In
  • Sign Up

intelcomp
/
ipc_level1_B

Text Classification
Transformers
PyTorch
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use intelcomp/ipc_level1_B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="intelcomp/ipc_level1_B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("intelcomp/ipc_level1_B")
    model = AutoModelForSequenceClassification.from_pretrained("intelcomp/ipc_level1_B")
  • Notebooks
  • Google Colab
  • Kaggle
ipc_level1_B
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mapama247's picture
mapama247
initial commit
7f93820 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago