初始化项目,由ModelHub XC社区提供模型

Model: castorini/rank_vicuna_7b_v1_fp16
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-30 08:08:12 +08:00
commit c8b32706f0
11 changed files with 526 additions and 0 deletions

41
README.md Normal file
View File

@@ -0,0 +1,41 @@
---
inference: false
license: llama2
language:
- en
tags:
- information retrieval
- reranker
---
# RankVicuna (FP16) Model Card
## Model Details
RankVicuna is a chat assistant trained by fine-tuning Llama 2 on user-shared conversations collected from ShareGPT.
- **Developed by:** [Castorini](https://github.com/castorini)
- **Model type:** An auto-regressive language model based on the transformer architecture
- **License:** Llama 2 Community License Agreement
- **Finetuned from base model:** [Llama 2](https://arxiv.org/abs/2307.09288)
This specific model is a 7B variant and is trained with data augmentation.
It is also worth noting that it is converted to FP16.
### Model Sources
- **Repository:** https://github.com/castorini/rank_llm
- **Paper:** https://arxiv.org/abs/2309.15088
## Uses
The primary use of RankVicuna is research at the intersection of large language models and retrieval.
The primary intended users of the model are researchers and hobbyists in natural language processing and information retrieval.
## Training Details
RankVicuna is finetuned from `lmsys/vicuna-7b-v1.5` with supervised instruction fine-tuning.
## Evaluation
RankVicuna is currently evaluated on DL19/DL20. See more details in our [paper](https://arxiv.org/pdf/2309.15088.pdf).