Add task category, link to paper and code
Browse filesThis PR adds the `task_categories` field, linking this dataset to `question-answering` and `text-generation`. It also includes a link to the paper at https://huggingface.co/papers/2502.14502 and the GitHub repository for improved discoverability and accessibility.
README.md
CHANGED
@@ -34,4 +34,11 @@ configs:
|
|
34 |
data_files:
|
35 |
- split: full
|
36 |
path: data/full-*
|
|
|
|
|
|
|
37 |
---
|
|
|
|
|
|
|
|
|
|
34 |
data_files:
|
35 |
- split: full
|
36 |
path: data/full-*
|
37 |
+
task_categories:
|
38 |
+
- question-answering
|
39 |
+
- text-generation
|
40 |
---
|
41 |
+
|
42 |
+
This dataset is associated with the paper [How Much Knowledge Can You Pack into a LoRA Adapter without Harming LLM?](https://huggingface.co/papers/2502.14502). It explores the impact of integrating new knowledge into Large Language Models (LLMs) using Low-Rank Adaptation (LoRA).
|
43 |
+
|
44 |
+
For more details and code, refer to the [GitHub repository](https://github.com/memyprokotow/knowledgepacklora).
|