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