Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,15 +15,10 @@ This space contains the released resources for our paper "RepoFusion: Training C
|
|
| 15 |

|
| 16 |
|
| 17 |
## Data
|
| 18 |
-
Stack-Repo can be
|
| 19 |
|
| 20 |
## Trained Checkpoints
|
| 21 |
-
The trained checkpoints can be downloaded from the [Models](https://huggingface.co/RepoFusion/trained_checkpoints).
|
| 22 |
-
- `RepoFusion_PP_contexts`: RepoFusion model trained with prompt proposal repo contexts. This is our best performing model.
|
| 23 |
-
- `RepoFusion_BM25_contexts`: RepoFusion model trained with BM25 repo contexts.
|
| 24 |
-
- `RepoFusion_RandomNN_contexts`: RepoFusion model trained with RandomNN repo contexts.
|
| 25 |
-
- `finetuned_codet5base`: Our finetuned CodeT5-base model. This was used as initialization for our RepoFusion models.
|
| 26 |
-
- `finetuned_codet5large`: Our finetuned CodeT5-large model. This was used as a baseline.
|
| 27 |
|
| 28 |
## Code
|
| 29 |
We will be releasing the code for training and evaluating RepoFusion, finetuning CodeT5, and details of running the scripts shortly. Watch out this space for updates.
|
|
|
|
| 15 |

|
| 16 |
|
| 17 |
## Data
|
| 18 |
+
Stack-Repo can be accessed via the [Datasets](https://huggingface.co/datasets/RepoFusion/Stack-Repo) section of this space. Please see the [README](https://huggingface.co/datasets/RepoFusion/Stack-Repo) for complete details.
|
| 19 |
|
| 20 |
## Trained Checkpoints
|
| 21 |
+
The trained checkpoints can be downloaded from the [Models](https://huggingface.co/RepoFusion/trained_checkpoints). Please see the [README](https://huggingface.co/RepoFusion/trained_checkpoints) for complete details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Code
|
| 24 |
We will be releasing the code for training and evaluating RepoFusion, finetuning CodeT5, and details of running the scripts shortly. Watch out this space for updates.
|