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

  • Log In
  • Sign Up

whispAI
/
DirectQuote-SentLevel-DistilBERT

Token Classification
Transformers
PyTorch
Safetensors
English
distilbert
Model card Files Files and versions
xet
Community
1

Instructions to use whispAI/DirectQuote-SentLevel-DistilBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use whispAI/DirectQuote-SentLevel-DistilBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="whispAI/DirectQuote-SentLevel-DistilBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("whispAI/DirectQuote-SentLevel-DistilBERT")
    model = AutoModelForTokenClassification.from_pretrained("whispAI/DirectQuote-SentLevel-DistilBERT")
  • Notebooks
  • Google Colab
  • Kaggle
DirectQuote-SentLevel-DistilBERT
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
lucafrost's picture
lucafrost
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
0e51a55 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 over 3 years ago
  • README.md
    7.65 kB
    Update README.md over 3 years ago
  • config.json
    1.03 kB
    Training in progress, epoch 1 over 3 years ago
  • model.safetensors
    261 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    261 MB
    xet
    End of training over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 3 years ago
  • tokenizer.json
    669 kB
    Training in progress, epoch 1 over 3 years ago
  • tokenizer_config.json
    359 Bytes
    Training in progress, epoch 1 over 3 years ago
  • training_args.bin
    3.44 kB
    xet
    Training in progress, epoch 1 over 3 years ago
  • vocab.txt
    213 kB
    Training in progress, epoch 1 over 3 years ago