atsuki-yamaguchi commited on
Commit
9dc62ad
1 Parent(s): 6b4dd38

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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
+