atsuki-yamaguchi
commited on
Commit
•
f17ab55
1
Parent(s):
5a6efba
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -42,3 +42,17 @@ tokenizer = AutoTokenizer.from_pretrained(
|
|
42 |
```
|
43 |
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
```
|
43 |
|
44 |
|
45 |
+
## Citation
|
46 |
+
```
|
47 |
+
@article{yamaguchi-etal-2024-effectively,
|
48 |
+
title={How Can We Effectively Expand the Vocabulary of LLMs with 0.01GB of Target Language Text?},
|
49 |
+
author={Atsuki Yamaguchi and Aline Villavicencio and Nikolaos Aletras},
|
50 |
+
year={2024},
|
51 |
+
journal={ArXiv},
|
52 |
+
year={2024},
|
53 |
+
volume={abs/2406.11477},
|
54 |
+
url={https://arxiv.org/abs/2406.11477},
|
55 |
+
}
|
56 |
+
```
|
57 |
+
|
58 |
+
|