TIGER-Lab / FIM-7B

huggingface.co
Total runs: 120
24-hour runs: -5
7-day runs: -74
30-day runs: -103
Model's Last Updated: July 15 2026
text-generation

Introduction of FIM-7B

Model Details of FIM-7B

FIM-7B Inference on SWE-Bench Verified

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

Model

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

  • Base model: Qwen/Qwen2.5-Coder-7B-Instruct
  • FIM mid-training: train/FIM_Midtrain_7B.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-7B \
  --served-model-name FIM-7B \
  --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_fim7b.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-7B_swebench_verified_r1" \
  --llm_name "openai/FIM-7B" \
  --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-7B on huggingface.co

120
Total runs
-5
24-hour runs
-7
3-day runs
-74
7-day runs
-103
30-day runs

More Information About FIM-7B huggingface.co Model

FIM-7B huggingface.co

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

TIGER-Lab FIM-7B online free

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

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

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

FIM-7B install

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

FIM-7B install url in huggingface.co:

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

Url of FIM-7B

Provider of FIM-7B 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: 121
Run Growth: -107
Growth Rate: -88.43%
Updated:July 15 2026
huggingface.co

Total runs: 69
Run Growth: -115
Growth Rate: -166.67%
Updated:July 15 2026
huggingface.co

Total runs: 43
Run Growth: -150
Growth Rate: -348.84%
Updated:July 15 2026
huggingface.co

Total runs: 43
Run Growth: -143
Growth Rate: -332.56%
Updated:July 15 2026
huggingface.co

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