Text Generation
Transformers
Safetensors
qwen2
code
software-engineering
agent
conversational
text-generation-inference
lllqaq commited on
Commit
01cd513
·
verified ·
1 Parent(s): e843f12

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # FIM-14B Inference on SWE-Bench Verified
2
 
3
  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.
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ base_model:
6
+ - Qwen/Qwen2.5-Coder-14B-Instruct
7
+ tags:
8
+ - code
9
+ - software-engineering
10
+ - agent
11
+ ---
12
+
13
  # FIM-14B Inference on SWE-Bench Verified
14
 
15
  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.