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

howey
/
roberta-large-cola

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

Instructions to use howey/roberta-large-cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use howey/roberta-large-cola with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="howey/roberta-large-cola")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("howey/roberta-large-cola")
    model = AutoModelForSequenceClassification.from_pretrained("howey/roberta-large-cola")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-cola
2.85 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
e65ce51 almost 3 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model almost 3 years ago
  • all_results.json
    416 Bytes
    initial upload almost 5 years ago
  • config.json
    747 Bytes
    initial upload almost 5 years ago
  • eval_results.json
    242 Bytes
    initial upload almost 5 years ago
  • merges.txt
    456 kB
    initial upload almost 5 years ago
  • model.safetensors
    1.42 GB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.42 GB
    xet
    initial upload almost 5 years ago
  • special_tokens_map.json
    239 Bytes
    initial upload almost 5 years ago
  • tokenizer.json
    1.36 MB
    initial upload almost 5 years ago
  • tokenizer_config.json
    289 Bytes
    initial upload almost 5 years ago
  • train_results.json
    196 Bytes
    initial upload almost 5 years ago
  • trainer_state.json
    603 Bytes
    initial upload almost 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    2.48 kB
    xet
    initial upload almost 5 years ago
  • vocab.json
    798 kB
    initial upload almost 5 years ago