TIGER-Lab / FIM-14B

huggingface.co
Total runs: 45
24-hour runs: -2
7-day runs: -37
30-day runs: -141
Model's Last Updated: July 15 2026
text-generation

Introduction of FIM-14B

Model Details of FIM-14B

FIM-14B Inference on SWE-Bench Verified

This guide describes how to run the FIM-14B checkpoint on SWE-Bench Verified (and Lite) with the R2E-Gym agent scaffold in this repository.

Model

Local path: models/FIM-14B/ (checkpoints are gitignored; do not commit them).

  • Base model: Qwen/Qwen2.5-Coder-14B-Instruct
  • FIM mid-training: train/FIM_Midtrain_14B.yaml
  • Post-training: SFT on R2E-Gym agent trajectories
1. Serve the model with vLLM
CUDA_VISIBLE_DEVICES=0 \
VLLM_ALLOW_LONG_MAX_MODEL_LEN=1 \
.venv-vllm/bin/python -m vllm.entrypoints.openai.api_server \
  --model models/FIM-14B \
  --served-model-name FIM-14B \
  --host 127.0.0.1 \
  --port 8400 \
  --tensor-parallel-size 1 \
  --max-model-len 65536 \
  --hf-overrides '{"max_position_embeddings": 65536}' \
  --enable-prefix-caching \
  --gpu-memory-utilization 0.9 \
  > vllm_fim14b.log 2>&1 &

Wait until the server is up (model load takes ~1 minute):

curl -s http://127.0.0.1:8400/v1/models
2. Run the agent on SWE-Bench Verified
export OPENAI_API_KEY=EMPTY
export LLM_BASE_URL="http://127.0.0.1:8400/v1"

uv run python src/r2egym/agenthub/run/edit.py runagent_multiple \
  --dataset "R2E-Gym/SWE-Bench-Verified" \
  --split "test" \
  --start_idx 0 \
  --k 500 \
  --traj_dir "./traj" \
  --exp_name "FIM-14B_swebench_verified_r1" \
  --llm_name "openai/FIM-14B" \
  --scaffold "r2egym" \
  --backend "docker" \
  --use_fn_calling False \
  --temperature 0 \
  --max_steps 40 \
  --max_steps_absolute 100 \
  --max_workers 6 \
  --max_reward_calc_time 1200 \
  --max_tokens 65536 \
  --use_existing True

Runs of TIGER-Lab FIM-14B on huggingface.co

45
Total runs
-2
24-hour runs
-4
3-day runs
-37
7-day runs
-141
30-day runs

More Information About FIM-14B huggingface.co Model

More FIM-14B license Visit here:

https://choosealicense.com/licenses/apache-2.0

FIM-14B huggingface.co

FIM-14B huggingface.co is an AI model on huggingface.co that provides FIM-14B's model effect (), which can be used instantly with this TIGER-Lab FIM-14B model. huggingface.co supports a free trial of the FIM-14B model, and also provides paid use of the FIM-14B. Support call FIM-14B model through api, including Node.js, Python, http.

TIGER-Lab FIM-14B online free

FIM-14B huggingface.co is an online trial and call api platform, which integrates FIM-14B's modeling effects, including api services, and provides a free online trial of FIM-14B, you can try FIM-14B online for free by clicking the link below.

TIGER-Lab FIM-14B online free url in huggingface.co:

https://huggingface.co/TIGER-Lab/FIM-14B

FIM-14B install

FIM-14B is an open source model from GitHub that offers a free installation service, and any user can find FIM-14B on GitHub to install. At the same time, huggingface.co provides the effect of FIM-14B install, users can directly use FIM-14B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

FIM-14B install url in huggingface.co:

https://huggingface.co/TIGER-Lab/FIM-14B

Url of FIM-14B

Provider of FIM-14B huggingface.co

TIGER-Lab
ORGANIZATIONS

Other API from TIGER-Lab

huggingface.co

Total runs: 2.9K
Run Growth: 2.5K
Growth Rate: 86.16%
Updated:October 14 2025
huggingface.co

Total runs: 925
Run Growth: 320
Growth Rate: 34.59%
Updated:December 06 2023
huggingface.co

Total runs: 877
Run Growth: 323
Growth Rate: 36.83%
Updated:December 06 2023
huggingface.co

Total runs: 520
Run Growth: 462
Growth Rate: 88.85%
Updated:January 09 2025
huggingface.co

Total runs: 125
Run Growth: -98
Growth Rate: -78.40%
Updated:July 15 2026
huggingface.co

Total runs: 123
Run Growth: -105
Growth Rate: -85.37%
Updated:July 15 2026
huggingface.co

Total runs: 70
Run Growth: -114
Growth Rate: -162.86%
Updated:July 15 2026
huggingface.co

Total runs: 44
Run Growth: -149
Growth Rate: -338.64%
Updated:July 15 2026
huggingface.co

Total runs: 19
Run Growth: -14
Growth Rate: -73.68%
Updated:November 08 2024