atsuki-yamaguchi commited on
Commit
9160667
1 Parent(s): 1601f13

Upload README.md with huggingface_hub

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