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

  • Log In
  • Sign Up

fcfrank10
/
dbert_model_04

Token Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use fcfrank10/dbert_model_04 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="fcfrank10/dbert_model_04")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("fcfrank10/dbert_model_04")
    model = AutoModelForTokenClassification.from_pretrained("fcfrank10/dbert_model_04")
  • Notebooks
  • Google Colab
  • Kaggle
dbert_model_04
543 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
fcfrank10's picture
fcfrank10
End of training
5551799 verified about 2 years ago
  • runs
    End of training about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.37 kB
    End of training about 2 years ago
  • config.json
    720 Bytes
    End of training about 2 years ago
  • model.safetensors
    539 MB
    xet
    End of training about 2 years ago
  • special_tokens_map.json
    125 Bytes
    End of training about 2 years ago
  • tokenizer.json
    2.92 MB
    End of training about 2 years ago
  • tokenizer_config.json
    1.2 kB
    End of training about 2 years ago
  • training_args.bin
    4.6 kB
    xet
    End of training about 2 years ago
  • vocab.txt
    996 kB
    End of training about 2 years ago