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

CLTL
/
icf-domains

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

Instructions to use CLTL/icf-domains with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CLTL/icf-domains with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="CLTL/icf-domains")
    # Load model directly
    from transformers import AutoTokenizer, RobertaForMultiLabelSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("CLTL/icf-domains")
    model = RobertaForMultiLabelSequenceClassification.from_pretrained("CLTL/icf-domains")
  • Notebooks
  • Google Colab
  • Kaggle
icf-domains
508 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
CLTL's picture
CLTL
Update README.md
3acf16f verified 5 months ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    5 kB
    Update README.md 5 months ago
  • config.json
    1.05 kB
    update labels in config.json over 4 years ago
  • merges.txt
    539 kB
    add merges.txt over 4 years ago
  • model_args.json
    2.51 kB
    add model_args and training_args over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    506 MB
    xet
    initial commit: model weights and config over 4 years ago
  • special_tokens_map.json
    772 Bytes
    initial commit: model weights and config over 4 years ago
  • tokenizer_config.json
    1.18 kB
    initial commit: model weights and config over 4 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.MultiLabelClassificationArgs"

    How to fix it?

    3.12 kB
    xet
    add model_args and training_args over 4 years ago
  • vocab.json
    997 kB
    initial commit: model weights and config over 4 years ago