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

kalpeshk2011
/
rankgen-t5-large-all

Feature Extraction
Transformers
PyTorch
English
t5
contrastive learning
ranking
decoding
metric learning
text generation
retrieval
custom_code
Model card Files Files and versions
xet
Community
2

Instructions to use kalpeshk2011/rankgen-t5-large-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kalpeshk2011/rankgen-t5-large-all with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="kalpeshk2011/rankgen-t5-large-all", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("kalpeshk2011/rankgen-t5-large-all", trust_remote_code=True)
    model = AutoModel.from_pretrained("kalpeshk2011/rankgen-t5-large-all", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
rankgen-t5-large-all
1.37 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
kalpeshk2011's picture
kalpeshk2011
Update README.md
b4c40c8 almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit about 4 years ago
  • README.md
    6.5 kB
    Update README.md almost 4 years ago
  • config.json
    861 Bytes
    add model about 4 years ago
  • modeling_rankgen.py
    707 Bytes
    add model about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    1.37 GB
    xet
    add model about 4 years ago