Query-decompose-baselines / start /start_supervised.sh
Veblen34's picture
Upload folder using huggingface_hub
cd6775d verified
Raw
History Blame Contribute Delete
348 Bytes
#!/bin/bash
# ① 监督式(LLaMA-Factory OpenAI 兼容 API),端口 50001。
# 需要 RAGQA_LLAMA_MODEL(Llama-3.1-8B 基座)+ RAGQA_LLAMA_LORA_SUPERVISED(监督式 LoRA)。
# 客户端调用时 model 名 = 该服务所服务的模型名。
HERE="$(cd "$(dirname "$0")/.." && pwd)"
bash "$HERE/methods/supervised/original_eval/api.sh"