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

  • Log In
  • Sign Up

emaeon
/
Complete-ict-2

Text Classification
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community

Instructions to use emaeon/Complete-ict-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use emaeon/Complete-ict-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="emaeon/Complete-ict-2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("emaeon/Complete-ict-2")
    model = AutoModelForSequenceClassification.from_pretrained("emaeon/Complete-ict-2")
  • Notebooks
  • Google Colab
  • Kaggle
Complete-ict-2
1.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
emaeon's picture
emaeon
Upload RobertaForSequenceClassification
8a60f63 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.24 kB
    Upload RobertaForSequenceClassification over 2 years ago
  • pytorch_model.bin
    1.35 GB
    xet
    Upload RobertaForSequenceClassification over 2 years ago