Update README.md
Browse files
README.md
CHANGED
@@ -88,4 +88,7 @@ query_embedding = ...
|
|
88 |
# Search
|
89 |
D, I = index.search(query_embedding.reshape(1, -1), k=5)
|
90 |
print("Top 5 similar PR indices:", I[0])
|
91 |
-
```
|
|
|
|
|
|
|
|
88 |
# Search
|
89 |
D, I = index.search(query_embedding.reshape(1, -1), k=5)
|
90 |
print("Top 5 similar PR indices:", I[0])
|
91 |
+
```
|
92 |
+
|
93 |
+
## Usage Examples
|
94 |
+
If you use this dataset, please refer to https://github.com/kotlarmilos/phi4-finetuned
|