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

  • Log In
  • Sign Up

superman
/
testingmodel

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

Instructions to use superman/testingmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use superman/testingmodel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="superman/testingmodel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("superman/testingmodel")
    model = AutoModelForTokenClassification.from_pretrained("superman/testingmodel")
  • Notebooks
  • Google Colab
  • Kaggle
testingmodel
862 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
0a361ce almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model almost 3 years ago
  • README.md
    12 Bytes
    Create README.md over 4 years ago
  • config.json
    964 Bytes
    Upload config.json over 4 years ago
  • model.safetensors
    431 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    431 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json over 4 years ago
  • tokenizer_config.json
    383 Bytes
    Upload tokenizer_config.json over 4 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    2.67 kB
    xet
    Upload training_args.bin with git-lfs over 4 years ago
  • vocab.txt
    213 kB
    Upload vocab.txt over 4 years ago