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

ArjanvD95
/
animals_mdeberta_s42

Token Classification
Transformers
TensorBoard
Safetensors
deberta-v2
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use ArjanvD95/animals_mdeberta_s42 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ArjanvD95/animals_mdeberta_s42")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ArjanvD95/animals_mdeberta_s42")
    model = AutoModelForTokenClassification.from_pretrained("ArjanvD95/animals_mdeberta_s42")
  • Notebooks
  • Google Colab
  • Kaggle
animals_mdeberta_s42
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
ArjanvD95's picture
ArjanvD95
Training in progress, epoch 9
758b614 verified almost 2 years ago
  • runs
    Training in progress, epoch 9 almost 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 almost 2 years ago
  • added_tokens.json
    23 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • config.json
    988 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • model.safetensors
    1.11 GB
    xet
    Training in progress, epoch 9 almost 2 years ago
  • special_tokens_map.json
    286 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • spm.model
    4.31 MB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • tokenizer.json
    16.3 MB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • tokenizer_config.json
    1.28 kB
    Training in progress, epoch 1 almost 2 years ago
  • training_args.bin
    5.24 kB
    xet
    Training in progress, epoch 1 almost 2 years ago