Skip to content

Commit be0f61f

Browse files
committed
docs: center title and badges, add HuggingFace dataset link
1 parent 268ce7d commit be0f61f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# swe-forge
1+
<h1 align="center">swe-forge</h1>
22

3-
[![Rust](https://img.shields.io/badge/rust-1.70%2B-orange.svg)](https://www.rust-lang.org/)
4-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
3+
<p align="center">
4+
<a href="https://www.rust-lang.org/"><img src="https://img.shields.io/badge/rust-1.70%2B-orange.svg" alt="Rust"></a>
5+
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
6+
<a href="https://huggingface.co/datasets/CortexLM/swe-forge"><img src="https://img.shields.io/badge/%F0%9F%A4%97-Dataset-yellow.svg" alt="HuggingFace Dataset"></a>
7+
</p>
58

69
**High-performance SWE-bench dataset generator and evaluation harness that mines real GitHub pull requests, produces evaluation-ready task instances, and benchmarks coding agents.**
710

0 commit comments

Comments
 (0)