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

havens2
/
scBERT_SER2

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

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

  • Libraries
  • Transformers

    How to use havens2/scBERT_SER2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="havens2/scBERT_SER2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("havens2/scBERT_SER2")
    model = AutoModelForTokenClassification.from_pretrained("havens2/scBERT_SER2")
  • Notebooks
  • Google Colab
  • Kaggle
scBERT_SER2
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
havens2's picture
havens2
Training in progress epoch 17
1d3b895 over 3 years ago
  • .gitattributes
    1.43 kB
    initial commit over 3 years ago
  • config.json
    1.46 kB
    Training in progress epoch 0 over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    437 MB
    xet
    Training in progress epoch 17 over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress epoch 0 over 3 years ago
  • tokenizer.json
    717 kB
    Training in progress epoch 0 over 3 years ago
  • tokenizer_config.json
    374 Bytes
    Training in progress epoch 0 over 3 years ago
  • vocab.txt
    228 kB
    Training in progress epoch 0 over 3 years ago