Update README.md
Browse files
README.md
CHANGED
@@ -22,3 +22,18 @@ configs:
|
|
22 |
- split: bnt
|
23 |
path: data/bnt-*
|
24 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
- split: bnt
|
23 |
path: data/bnt-*
|
24 |
---
|
25 |
+
|
26 |
+
### Citation Information
|
27 |
+
|
28 |
+
```
|
29 |
+
@misc{duwal2024domainadaptativecontinuallearninglowresource,
|
30 |
+
title={Domain-adaptative Continual Learning for Low-resource Tasks: Evaluation on Nepali},
|
31 |
+
author={Sharad Duwal and Suraj Prasai and Suresh Manandhar},
|
32 |
+
year={2024},
|
33 |
+
eprint={2412.13860},
|
34 |
+
archivePrefix={arXiv},
|
35 |
+
primaryClass={cs.CL},
|
36 |
+
url={https://arxiv.org/abs/2412.13860},
|
37 |
+
}
|
38 |
+
|
39 |
+
```
|