An open API service indexing awesome lists of open source software.

https://github.com/13point5/swe-grep-oss


https://github.com/13point5/swe-grep-oss

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# swe-grep-oss

### Overview

- **Environment ID**: `swe-grep-oss`
- **Short description**: Environment for evaluating and developing models like [SWE-grep](https://cognition.ai/blog/swe-grep)

![result](./docs/result.png)

### Datasets

- **Primary dataset(s)**: [SWE-Bench Lite](https://huggingface.co/datasets/princeton-nlp/SWE-bench_Lite)

### Task

- **Type**:
- **Parser**:
- **Rubric overview**:

### Quickstart

Clone a sample SWE-Bench Lite repository:

```bash
uv run scripts/clone_repos.py --max-repos 1 --max-instances 1
```

Run an evaluation with your model of choice:

```bash
uv run vf-eval swe-grep-oss \
--api-base-url https://generativelanguage.googleapis.com/v1beta/openai/ \
--header 'Content-Type: application/json' \
--api-key-var GEMINI_API_KEY \
--model "gemini-2.5-flash" \
--num-examples 1 \
--rollouts-per-example 1
```