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

  • Log In
  • Sign Up

kdudzic
/
roberta-base-cookdial

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

Instructions to use kdudzic/roberta-base-cookdial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kdudzic/roberta-base-cookdial with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="kdudzic/roberta-base-cookdial")
    # Load model directly
    from transformers import AutoTokenizer, RobertaForMultiLabelSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kdudzic/roberta-base-cookdial")
    model = RobertaForMultiLabelSequenceClassification.from_pretrained("kdudzic/roberta-base-cookdial")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-cookdial
503 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
Kacper Dudzic
Update README.md
5ed29c0 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    1.03 kB
    Update README.md over 3 years ago
  • config.json
    1.75 kB
    Upload 8 files over 3 years ago
  • merges.txt
    456 kB
    Upload 8 files over 3 years ago
  • model_args.json
    2.44 kB
    Upload 8 files over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    501 MB
    xet
    Upload 8 files over 3 years ago
  • special_tokens_map.json
    957 Bytes
    Upload 8 files over 3 years ago
  • tokenizer_config.json
    1.37 kB
    Upload 8 files over 3 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.MultiLabelClassificationArgs"

    How to fix it?

    3.07 kB
    xet
    Upload 8 files over 3 years ago
  • vocab.json
    999 kB
    Upload 8 files over 3 years ago