atsuki-yamaguchi commited on
Commit
6064746
1 Parent(s): 69baf67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - de
5
  ---
6
+
7
+ BLOOM-1B LAPT German
8
+ ===
9
+
10
+ ## How to use
11
+ ```python
12
+ from transformers import AutoModelForCausalLM
13
+
14
+ model = AutoModelForCausalLM.from_pretrained(
15
+ "bigscience/bloom-1b1"
16
+ )
17
+ model.load_adapter("atsuki-yamaguchi/bloom-1b1-lapt-de")
18
+ ```
19
+
20
+ ## Citation
21
+ ```
22
+ @article{yamaguchi2024empirical,
23
+ title={An Empirical Study on Cross-lingual Vocabulary Adaptation for Efficient Generative {LLM} Inference},
24
+ author={Atsuki Yamaguchi and Aline Villavicencio and Nikolaos Aletras},
25
+ journal={ArXiv},
26
+ year={2024},
27
+ volume={abs/2402.10712},
28
+ url={https://arxiv.org/abs/2402.10712}
29
+ }
30
+ ```
31
+
32
+ ## Link
33
+ For more details, please visit https://github.com/gucci-j/llm-cva