denisko commited on
Commit
c2f60ff
·
1 Parent(s): 437c49f

change for image diaplay

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -12,9 +12,7 @@ Disha Shrivastava, Denis Kocetkov, Harm de Vries, Dzmitry Bahdanau, Torsten Scho
12
 
13
  This space contains the released resources for our paper "RepoFusion: Training Code Models to Understand Your Repository". A block diagram of our approach can be found below. For more details, refer to the paper.
14
 
15
- <p align="center">
16
- <img src="block_diagram.png">
17
- </p>
18
 
19
  ## Data
20
  Stack-Repo can be downloaded from the [Datasets](https://huggingface.co/datasets/RepoFusion/Stack-Repo) section of this space. It contains three folders corresponding to our train, validation and test splits. Each split contains separate folder for a repository where each repository contains all .java files in the repository in the original directory structure along with three .json files corresponding to the Prompt Proposal, BM25 and RandomNN repo contexts. Please see the README for the Datasets section for organization and details of accessing our dataset.
 
12
 
13
  This space contains the released resources for our paper "RepoFusion: Training Code Models to Understand Your Repository". A block diagram of our approach can be found below. For more details, refer to the paper.
14
 
15
+ ![block diagram](block_diagram.png)
 
 
16
 
17
  ## Data
18
  Stack-Repo can be downloaded from the [Datasets](https://huggingface.co/datasets/RepoFusion/Stack-Repo) section of this space. It contains three folders corresponding to our train, validation and test splits. Each split contains separate folder for a repository where each repository contains all .java files in the repository in the original directory structure along with three .json files corresponding to the Prompt Proposal, BM25 and RandomNN repo contexts. Please see the README for the Datasets section for organization and details of accessing our dataset.