Add task category, link to paper and code

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +7 -0
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).