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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Berk
/
causal-span-mdeberta

Token Classification
Transformers
ONNX
Safetensors
multilingual
deberta-v2
causal-extraction
causality
cause-effect
reasongraph
Model card Files Files and versions
xet
Community

Instructions to use Berk/causal-span-mdeberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Berk/causal-span-mdeberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Berk/causal-span-mdeberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Berk/causal-span-mdeberta")
    model = AutoModelForTokenClassification.from_pretrained("Berk/causal-span-mdeberta", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
causal-span-mdeberta
2.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Berk's picture
Berk
Add causal span model (mDeBERTa-v3 BIO tagger)
3dfaf9e verified 8 days ago
  • onnx
    Add causal span model (mDeBERTa-v3 BIO tagger) 8 days ago
  • .gitattributes
    1.63 kB
    Add causal span model (mDeBERTa-v3 BIO tagger) 8 days ago
  • README.md
    3.82 kB
    Add causal span model (mDeBERTa-v3 BIO tagger) 8 days ago
  • added_tokens.json
    23 Bytes
    Add causal span model (mDeBERTa-v3 BIO tagger) 8 days ago
  • config.json
    1.19 kB
    Add causal span model (mDeBERTa-v3 BIO tagger) 8 days ago
  • model.safetensors
    1.11 GB
    xet
    Add causal span model (mDeBERTa-v3 BIO tagger) 8 days ago
  • special_tokens_map.json
    286 Bytes
    Add causal span model (mDeBERTa-v3 BIO tagger) 8 days ago
  • spm.model
    4.31 MB
    xet
    Add causal span model (mDeBERTa-v3 BIO tagger) 8 days ago
  • tokenizer.json
    16.4 MB
    xet
    Add causal span model (mDeBERTa-v3 BIO tagger) 8 days ago
  • tokenizer_config.json
    19.7 kB
    Add causal span model (mDeBERTa-v3 BIO tagger) 8 days ago