Update README.md
Browse files
README.md
CHANGED
@@ -185,4 +185,7 @@ Training data consists of curated datasets from 15 high-quality open-source repo
|
|
185 |
**Training Objectives**:
|
186 |
- Contrastive learning: Maximize similarity of co-changed files, minimize similarity of unrelated files
|
187 |
- Instruction following: Generate helpful review comments given code diff context
|
188 |
-
- Semantic indexing: Create searchable representations of code functions
|
|
|
|
|
|
|
|
185 |
**Training Objectives**:
|
186 |
- Contrastive learning: Maximize similarity of co-changed files, minimize similarity of unrelated files
|
187 |
- Instruction following: Generate helpful review comments given code diff context
|
188 |
+
- Semantic indexing: Create searchable representations of code functions
|
189 |
+
|
190 |
+
## Usage Examples
|
191 |
+
If you use this model, please refer to https://github.com/kotlarmilos/repository-learning
|