Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Code Summarization without Direct Access to Code - Towards Exploring Federated LLMs for Software Engineering. The corresponding paper has been accepted in EASE-2024, for further details on the code, methodology, and results, please refer https://doi.org/10.1145/3661167.3661210. The study PEFT LoRA fine-tune an open source model Llama2 using python dataset https://github.com/EdinburghNLP/code-docstring-corpus.
|
| 2 |
+
|
| 3 |
+
---
|
| 4 |
+
datasets:
|
| 5 |
+
- teven/code_docstring_corpus
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
metrics:
|
| 9 |
+
- bleu
|
| 10 |
+
- meteor
|
| 11 |
+
- rouge
|
| 12 |
+
tags:
|
| 13 |
+
- llama2
|
| 14 |
+
- Code summary
|
| 15 |
+
- EASE conference
|
| 16 |
+
---
|