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

sapienzanlp
/
relik-reader-deberta-v3-large-aida

Feature Extraction
Transformers
PyTorch
English
relik-reader
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use sapienzanlp/relik-reader-deberta-v3-large-aida with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sapienzanlp/relik-reader-deberta-v3-large-aida with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="sapienzanlp/relik-reader-deberta-v3-large-aida", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("sapienzanlp/relik-reader-deberta-v3-large-aida", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
relik-reader-deberta-v3-large-aida
1.76 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
riccorl's picture
riccorl
Update README.md
9c50cac verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    7.26 kB
    Update README.md about 2 years ago
  • added_tokens.json
    2.03 kB
    Automatic push from sapienzanlp over 2 years ago
  • config.json
    663 Bytes
    Update config.json about 2 years ago
  • configuration_relik.py
    1.59 kB
    Automatic push from sapienzanlp over 2 years ago
  • modeling_relik.py
    38.2 kB
    Automatic push from sapienzanlp over 2 years ago
  • pytorch_model.bin
    1.75 GB
    xet
    Automatic push from sapienzanlp over 2 years ago
  • special_tokens_map.json
    1.62 kB
    Automatic push from sapienzanlp over 2 years ago
  • spm.model
    2.46 MB
    xet
    Automatic push from sapienzanlp over 2 years ago
  • tokenizer.json
    8.68 MB
    Automatic push from sapienzanlp over 2 years ago
  • tokenizer_config.json
    1.88 kB
    Automatic push from sapienzanlp over 2 years ago