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

  • Log In
  • Sign Up

liamcripwell
/
ctrl44-clf

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

Instructions to use liamcripwell/ctrl44-clf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use liamcripwell/ctrl44-clf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="liamcripwell/ctrl44-clf")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("liamcripwell/ctrl44-clf")
    model = AutoModelForSequenceClassification.from_pretrained("liamcripwell/ctrl44-clf")
  • Notebooks
  • Google Colab
  • Kaggle
ctrl44-clf
500 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
liamcripwell's picture
liamcripwell
Update README.md
e8c1525 about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • README.md
    1.11 kB
    Update README.md about 4 years ago
  • config.json
    904 Bytes
    Update config.json about 4 years ago
  • merges.txt
    456 kB
    add tokenizer about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    499 MB
    xet
    add model about 4 years ago
  • special_tokens_map.json
    772 Bytes
    add tokenizer about 4 years ago
  • tokenizer_config.json
    1.12 kB
    add tokenizer about 4 years ago
  • vocab.json
    899 kB
    add tokenizer about 4 years ago