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

kleinay
/
nominalization-candidate-classifier

Token Classification
Transformers
PyTorch
English
bert
nominalizations
Model card Files Files and versions
xet
Community
1

Instructions to use kleinay/nominalization-candidate-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kleinay/nominalization-candidate-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="kleinay/nominalization-candidate-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kleinay/nominalization-candidate-classifier")
    model = AutoModelForTokenClassification.from_pretrained("kleinay/nominalization-candidate-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
nominalization-candidate-classifier
1.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kleinay's picture
kleinay
uploading bert model
d30337b over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    550 Bytes
    uploading bert model over 4 years ago
  • dev_predictions.txt
    332 kB
    uploading bert model over 4 years ago
  • dev_results.txt
    165 Bytes
    uploading bert model over 4 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    867 MB
    xet
    uploading bert model over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    433 MB
    xet
    uploading bert model over 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    324 Bytes
    xet
    uploading bert model over 4 years ago
  • test_predictions.txt
    320 kB
    uploading bert model over 4 years ago
  • test_results.txt
    163 Bytes
    uploading bert model over 4 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "transformers.training_args.TrainingArguments",
    • "torch.device"

    How to fix it?

    1.02 kB
    xet
    uploading bert model over 4 years ago