Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Corianas
/
EnglishRanker

Text Classification
Transformers
PyTorch
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use Corianas/EnglishRanker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Corianas/EnglishRanker with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Corianas/EnglishRanker")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Corianas/EnglishRanker")
    model = AutoModelForSequenceClassification.from_pretrained("Corianas/EnglishRanker")
  • Notebooks
  • Google Colab
  • Kaggle
EnglishRanker
536 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
Corianas's picture
Corianas
Update config.json
bb347d8 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    906 Bytes
    Update config.json almost 2 years ago
  • model.safetensors
    268 MB
    xet
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    268 MB
    xet
    Upload 2 files almost 3 years ago
  • tokenizer.json
    466 kB
    Upload 3 files almost 3 years ago
  • tokenizer_config.json
    28 Bytes
    Upload 3 files almost 3 years ago
  • vocab.txt
    232 kB
    Upload 3 files almost 3 years ago