Update README.md
Browse files
README.md
CHANGED
@@ -25,4 +25,7 @@ The dataset is in the following format
|
|
25 |
},
|
26 |
```
|
27 |
|
28 |
-
There are three language in the dataset: python, c++, java, which is "py", "cpp", "java"
|
|
|
|
|
|
|
|
25 |
},
|
26 |
```
|
27 |
|
28 |
+
There are three language in the dataset: python, c++, java, which is "py", "cpp", "java"
|
29 |
+
|
30 |
+
For further finetuing the unixcoder algorithm classification model and further inference sample, please refer to the github repo:
|
31 |
+
https://github.com/AlbertQiSun/LLM-enhanced-competitive-coding-algorithm-retrieval?tab=readme-ov-file
|