Views
No views yet
| Model Name | Hugging Face Checkpoint | Size |
|---|---|---|
| WebSeer-14B | 🤗 WebSeer-14B | 14B |
uv for environment management:1uv venv test_inf --python=3.10
2source test_inf/bin/activate
3uv pip install flask elasticsearch requests-cache requests urllib3 google-cloud-discoveryengine fanoutqa gunicorn openai jsonlines regex multiprocess pebble
4uv pip install vllm --torch-backend=autoserver_w_ws.py file.gunicorn -w 4 -b 0.0.0.0:21021 server_w_ws:app --timeout 120PATH_TO_MODEL with your local or remote model path/checkpoint.vllm serve --host 0.0.0.0 --port 20090 PATH_TO_MODEL --served-model-name 'WebSeer-14b' --enable-auto-tool-choice --tool-call-parser hermes --reasoning-parser deepseek_r1 --tensor-parallel-size 1 --rope-scaling '{"rope_type":"yarn","factor":4.0,"original_max_position_embeddings":32768}' --max-model-len 131072python demo_inference.py1git clone https://huggingface.co/datasets/99hgz/WebSeer-sft-dataset ~/data/re_rag/
2git clone https://huggingface.co/datasets/99hgz/WebSeer-dataset ~/data/re_rag_rl/verl/recipe/retool to sft qwen2.5-14b with our own dataset.1uv venv webseer --python=3.10
2source webseer/bin/activate
3git clone https://github.com/GAIR-NLP/DeepResearcher.git
4cd DeepResearcher
5uv pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/cu124
6uv pip install flash-attn --no-build-isolation
7uv pip install -e .
8bash ./sft/recipe/retool/run_qwen2.5_14b_sp4.sh1gunicorn -w 4 -b 0.0.0.0:21021 server_w_ws:app --timeout 120 # start retrieval server
2bash ./tests/e2e/run_re_rag.shoutputs directory. Complete evaluation scripts will be released later.