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

EMBO
/
sd-smallmol-roles

Token Classification
Transformers
PyTorch
roberta
token classification
Model card Files Files and versions
xet
Community
2

Instructions to use EMBO/sd-smallmol-roles with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use EMBO/sd-smallmol-roles with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="EMBO/sd-smallmol-roles")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("EMBO/sd-smallmol-roles")
    model = AutoModelForTokenClassification.from_pretrained("EMBO/sd-smallmol-roles")
  • Notebooks
  • Google Colab
  • Kaggle
sd-smallmol-roles
995 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
bb39d76 verified about 1 year ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model about 1 year ago
  • README.md
    3.34 kB
    reverting to dataset sd-nlp about 4 years ago
  • config.json
    947 Bytes
    new models about 4 years ago
  • merges.txt
    456 kB
    tokenizer files about 4 years ago
  • model.safetensors
    496 MB
    xet
    Adding `safetensors` variant of this model about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    496 MB
    xet
    new models about 4 years ago
  • special_tokens_map.json
    239 Bytes
    tokenizer files about 4 years ago
  • tokenizer.json
    1.36 MB
    tokenizer files about 4 years ago
  • tokenizer_config.json
    349 Bytes
    tokenizer files about 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "smtag.train.train_tokcl.TrainingArgumentsTOKCL",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    3.06 kB
    xet
    new models about 4 years ago
  • vocab.json
    798 kB
    tokenizer files about 4 years ago