File size: 933 Bytes
e22295c
a2cf17b
 
e22295c
a2cf17b
 
e22295c
a2cf17b
 
 
db3cf39
e22295c
a2cf17b
 
 
 
db3cf39
a2cf17b
e22295c
a2cf17b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24ec746
a2cf17b
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: mit
language: ar
---
BLOOM-1B Arabic [LAPT + Heuristics]
===

## How to use
```python
from peft import AutoPeftModelForCausalLM
from transformers import AutoTokenizer

model = AutoPeftModelForCausalLM.from_pretrained(
    "atsuki-yamaguchi/bloom-1b1-heuristics-ar"
)
tokenizer = AutoTokenizer.from_pretrained(
    "aubmindlab/aragpt2-base"
)

# w/ GPU
model = AutoPeftModelForCausalLM.from_pretrained(
    "atsuki-yamaguchi/bloom-1b1-heuristics-ar",
    device_map="auto", 
    load_in_8bit=True,
)
```
## Citation
```
@article{yamaguchi2024empirical,
  title={An Empirical Study on Cross-lingual Vocabulary Adaptation for Efficient Generative {LLM} Inference}, 
  author={Atsuki Yamaguchi and Aline Villavicencio and Nikolaos Aletras},
  journal={ArXiv},
  year={2024},
  volume={abs/2402.10712},
  url={https://arxiv.org/abs/2402.10712}
}
```

## Link
For more details, please visit https://github.com/gucci-j/llm-cva