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

  • Log In
  • Sign Up

CLTL
/
icf-levels-fac

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

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

  • Libraries
  • Transformers

    How to use CLTL/icf-levels-fac with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="CLTL/icf-levels-fac")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("CLTL/icf-levels-fac")
    model = AutoModelForSequenceClassification.from_pretrained("CLTL/icf-levels-fac")
  • Notebooks
  • Google Colab
  • Kaggle
icf-levels-fac
509 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
CLTL's picture
CLTL
Update README.md
ae01ad6 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    3.53 kB
    Update README.md over 4 years ago
  • config.json
    812 Bytes
    initial commit: model weights and config over 4 years ago
  • merges.txt
    539 kB
    initial commit: model weights and config over 4 years ago
  • model_args.json
    2.73 kB
    add model_args and training_args over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    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.json
    1.54 MB
    initial commit: model weights and config over 4 years ago
  • tokenizer_config.json
    1.16 kB
    initial commit: model weights and config over 4 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

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