john-b-yang nielsr HF Staff commited on
Commit
853998b
·
verified ·
1 Parent(s): 6c876e1

Add Transformers library (#4)

Browse files

- Add Transformers library (a6bbbfa07d5271e64611555bb7e875a48651d297)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,15 +1,16 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
- - SWE-bench/SWE-smith
5
  language:
6
- - en
7
- base_model:
8
- - Qwen/Qwen2.5-Coder-32B-Instruct
9
  pipeline_tag: text-generation
10
  tags:
11
- - agent
12
- - software engineering
13
  ---
14
 
15
  <div align="center">
@@ -36,4 +37,4 @@ SWE-agent-LM-32B is compatible with [SWE-agent](https://github.com/SWE-agent/SWE
36
  Running this model locally only takes a few steps!
37
  Check [here]() for more instructions on how to do so.
38
 
39
- If you found this work exciting and want to push SWE-agents further, please feel free to connect with us (the [SWE-bench team](https://swe-bench.github.io/)) more!
 
1
  ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-Coder-32B-Instruct
4
  datasets:
5
+ - SWE-bench/SWE-smith
6
  language:
7
+ - en
8
+ library_name: transformers
9
+ license: apache-2.0
10
  pipeline_tag: text-generation
11
  tags:
12
+ - agent
13
+ - software engineering
14
  ---
15
 
16
  <div align="center">
 
37
  Running this model locally only takes a few steps!
38
  Check [here]() for more instructions on how to do so.
39
 
40
+ If you found this work exciting and want to push SWE-agents further, please feel free to connect with us (the [SWE-bench team](https://swe-bench.github.io/)) more!