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

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

Image 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-base-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-base-aida with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="sapienzanlp/relik-reader-deberta-v3-base-aida", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("sapienzanlp/relik-reader-deberta-v3-base-aida", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
relik-reader-deberta-v3-base-aida
758 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
riccorl's picture
riccorl
Update config.json
3bed884 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    7.26 kB
    Update README.md almost 2 years ago
  • added_tokens.json
    2.03 kB
    Automatic push from sapienzanlp about 2 years ago
  • config.json
    662 Bytes
    Update config.json almost 2 years ago
  • configuration_relik.py
    1.59 kB
    Automatic push from sapienzanlp about 2 years ago
  • modeling_relik.py
    38.4 kB
    Automatic push from sapienzanlp about 2 years ago
  • pytorch_model.bin
    747 MB
    xet
    Automatic push from sapienzanlp about 2 years ago
  • special_tokens_map.json
    1.62 kB
    Automatic push from sapienzanlp about 2 years ago
  • spm.model
    2.46 MB
    xet
    Automatic push from sapienzanlp about 2 years ago
  • tokenizer.json
    8.68 MB
    Automatic push from sapienzanlp about 2 years ago
  • tokenizer_config.json
    1.88 kB
    Automatic push from sapienzanlp about 2 years ago