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

  • Log In
  • Sign Up

stuartmesham
/
deberta-large_spell_5k_6_p3

Token Classification
Transformers
PyTorch
deberta
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use stuartmesham/deberta-large_spell_5k_6_p3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use stuartmesham/deberta-large_spell_5k_6_p3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="stuartmesham/deberta-large_spell_5k_6_p3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("stuartmesham/deberta-large_spell_5k_6_p3")
    model = AutoModelForTokenClassification.from_pretrained("stuartmesham/deberta-large_spell_5k_6_p3")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-large_spell_5k_6_p3
1.64 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
stuartmesham's picture
stuartmesham
Upload with huggingface_hub
98fed2a over 3 years ago
  • .gitattributes
    1.43 kB
    initial commit over 3 years ago
  • README.md
    1.6 kB
    Upload with huggingface_hub over 3 years ago
  • added_tokens.json
    22 Bytes
    Upload with huggingface_hub over 3 years ago
  • all_results.json
    403 Bytes
    Upload with huggingface_hub over 3 years ago
  • config.json
    298 kB
    Upload with huggingface_hub over 3 years ago
  • eval_results.json
    226 Bytes
    Upload with huggingface_hub over 3 years ago
  • inference_tweak_params.json
    61 Bytes
    Upload with huggingface_hub over 3 years ago
  • merges.txt
    456 kB
    Upload with huggingface_hub over 3 years ago
  • pytorch_model.bin
    1.64 GB
    xet
    Upload with huggingface_hub over 3 years ago
  • special_tokens_map.json
    1.01 kB
    Upload with huggingface_hub over 3 years ago
  • tokenizer.json
    2.11 MB
    Upload with huggingface_hub over 3 years ago
  • tokenizer_config.json
    1.48 kB
    Upload with huggingface_hub over 3 years ago
  • train_results.json
    197 Bytes
    Upload with huggingface_hub over 3 years ago
  • trainer_state.json
    1.75 kB
    Upload with huggingface_hub over 3 years ago
  • training_args.bin
    3.44 kB
    xet
    Upload with huggingface_hub over 3 years ago
  • vocab.json
    798 kB
    Upload with huggingface_hub over 3 years ago