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

rwillh11
/
mdberta-token-bilingual-noContext_Enhanced

Token Classification
Transformers
Safetensors
deberta-v2
political-science
multilingual
deberta
group-appeals
Model card Files Files and versions
xet
Community
1

Instructions to use rwillh11/mdberta-token-bilingual-noContext_Enhanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rwillh11/mdberta-token-bilingual-noContext_Enhanced with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="rwillh11/mdberta-token-bilingual-noContext_Enhanced")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rwillh11/mdberta-token-bilingual-noContext_Enhanced")
    model = AutoModelForTokenClassification.from_pretrained("rwillh11/mdberta-token-bilingual-noContext_Enhanced")
  • Notebooks
  • Google Colab
  • Kaggle
mdberta-token-bilingual-noContext_Enhanced
1.13 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
rwillh11's picture
rwillh11
Update README.md
5a8cb29 verified 8 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 10 months ago
  • README.md
    9.56 kB
    Update README.md 8 months ago
  • added_tokens.json
    23 Bytes
    Upload tokenizer 10 months ago
  • config.json
    847 Bytes
    Upload DebertaV2ForTokenClassification 10 months ago
  • model.safetensors
    1.11 GB
    xet
    Upload DebertaV2ForTokenClassification 10 months ago
  • special_tokens_map.json
    970 Bytes
    Upload tokenizer 10 months ago
  • spm.model
    4.31 MB
    xet
    Upload tokenizer 10 months ago
  • tokenizer.json
    16.3 MB
    xet
    Upload tokenizer 10 months ago
  • tokenizer_config.json
    19.7 kB
    Upload tokenizer 10 months ago