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

prithivida
/
miniReranker_arabic_v1

Text Classification
Transformers
ONNX
Safetensors
Transformers.js
Arabic
bert
reranker
cross-encoder
miniReranker
passage-retrieval
knowledge-distillation
text-embeddings-inference
Model card Files Files and versions
xet

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

  • Libraries
  • Transformers

    How to use prithivida/miniReranker_arabic_v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="prithivida/miniReranker_arabic_v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("prithivida/miniReranker_arabic_v1")
    model = AutoModelForSequenceClassification.from_pretrained("prithivida/miniReranker_arabic_v1")
  • Transformers.js

    How to use prithivida/miniReranker_arabic_v1 with Transformers.js:

    // npm i @huggingface/transformers
    import { pipeline } from '@huggingface/transformers';
    
    // Allocate pipeline
    const pipe = await pipeline('text-classification', 'prithivida/miniReranker_arabic_v1');
  • Notebooks
  • Google Colab
  • Kaggle
miniReranker_arabic_v1
857 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
prithivida's picture
prithivida
Update README.md
641f381 verified about 1 year ago
  • onnx
    Rename miniReranker_arabic_v1_Q.onnx to onnx/miniReranker_arabic_v1_Q.onnx almost 2 years ago
  • .gitattributes
    1.67 kB
    Upload dost_logo.png about 1 year ago
  • README.md
    58.2 kB
    Update README.md about 1 year ago
  • config.json
    738 Bytes
    Replace FP32 with FP16 files almost 2 years ago
  • dost_logo.png
    846 kB
    xet
    Upload dost_logo.png about 1 year ago
  • model.safetensors
    471 MB
    xet
    Upload model.safetensors over 1 year ago
  • special_tokens_map.json
    964 Bytes
    Upload 6 files almost 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload 6 files almost 2 years ago
  • tokenizer_config.json
    1.42 kB
    Upload 6 files almost 2 years ago
  • unigram.json
    14.8 MB
    xet
    Upload 6 files almost 2 years ago