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

  • Log In
  • Sign Up

LycheeMem
/
reranker

Text Classification
Transformers
Safetensors
bert
lycheemem
memory
reranking
evidence-retrieval
bert-tiny
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use LycheeMem/reranker with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LycheeMem/reranker")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LycheeMem/reranker")
    model = AutoModelForSequenceClassification.from_pretrained("LycheeMem/reranker")
  • Notebooks
  • Google Colab
  • Kaggle
reranker
17.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
LycheeMem's picture
LycheeMem
Update model card with expanded zero-shot evaluation: LongMemEval-S, MSC-MemFuse-MC10, and HotpotQA. Checkpoint unchanged.
960236b verified 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    5.82 kB
    Update model card with expanded zero-shot evaluation: LongMemEval-S, MSC-MemFuse-MC10, and HotpotQA. Checkpoint unchanged. 5 days ago
  • config.json
    704 Bytes
    Update model card with expanded zero-shot evaluation: LongMemEval-S, MSC-MemFuse-MC10, and HotpotQA. Checkpoint unchanged. 5 days ago
  • model.safetensors
    17.5 MB
    xet
    Update model card with expanded zero-shot evaluation: LongMemEval-S, MSC-MemFuse-MC10, and HotpotQA. Checkpoint unchanged. 5 days ago
  • run_meta.json
    1.41 kB
    Update model card with expanded zero-shot evaluation: LongMemEval-S, MSC-MemFuse-MC10, and HotpotQA. Checkpoint unchanged. 5 days ago
  • special_tokens_map.json
    125 Bytes
    Update model card with expanded zero-shot evaluation: LongMemEval-S, MSC-MemFuse-MC10, and HotpotQA. Checkpoint unchanged. 5 days ago
  • tokenizer_config.json
    1.3 kB
    Update model card with expanded zero-shot evaluation: LongMemEval-S, MSC-MemFuse-MC10, and HotpotQA. Checkpoint unchanged. 5 days ago
  • vocab.txt
    232 kB
    Update model card with expanded zero-shot evaluation: LongMemEval-S, MSC-MemFuse-MC10, and HotpotQA. Checkpoint unchanged. 5 days ago