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

  • Log In
  • Sign Up

Thibeb
/
DrBert_generalized

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

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

  • Libraries
  • Transformers

    How to use Thibeb/DrBert_generalized with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Thibeb/DrBert_generalized")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Thibeb/DrBert_generalized")
    model = AutoModelForTokenClassification.from_pretrained("Thibeb/DrBert_generalized")
  • Notebooks
  • Google Colab
  • Kaggle
DrBert_generalized
1.31 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Thibeb's picture
Thibeb
Upload 8 files
666a1d5 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.46 kB
    Upload 8 files over 2 years ago
  • model.safetensors
    436 MB
    xet
    Upload 8 files over 2 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    871 MB
    xet
    Upload 8 files over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 8 files over 2 years ago
  • tokenizer.json
    706 kB
    Upload 8 files over 2 years ago
  • tokenizer_config.json
    1.23 kB
    Upload 8 files over 2 years ago
  • trainer_config.yml
    260 Bytes
    Upload 8 files over 2 years ago
  • vocab.txt
    226 kB
    Upload 8 files over 2 years ago