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

  • Log In
  • Sign Up

dennlinger
/
roberta-cls-consec

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

Instructions to use dennlinger/roberta-cls-consec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dennlinger/roberta-cls-consec with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dennlinger/roberta-cls-consec")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dennlinger/roberta-cls-consec")
    model = AutoModelForSequenceClassification.from_pretrained("dennlinger/roberta-cls-consec")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-cls-consec
Ctrl+K
Ctrl+K
  • 3 contributors
History: 12 commits
dennlinger's picture
dennlinger
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
ac794d3 about 3 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    1.96 kB
    Add usage example over 3 years ago
  • config.json
    1.14 kB
    Adding initial weights for best-performing CLS run. over 5 years ago
  • flax_model.msgpack
    499 MB
    xet
    upload flax model almost 5 years ago
  • merges.txt
    456 kB
    Adding other files that should go in here. over 5 years ago
  • model.safetensors
    501 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    501 MB
    xet
    Adding initial weights for best-performing CLS run. over 5 years ago
  • special_tokens_map.json
    150 Bytes
    Adding other files that should go in here. over 5 years ago
  • tokenizer_config.json
    40 Bytes
    Adding other files that should go in here. over 5 years ago
  • vocab.json
    899 kB
    Adding other files that should go in here. over 5 years ago