The TW-Pythia model is derived from the Apache-2.0-licenced
Pythia language model, with 8000 new Traditional Chinese tokens added, embed layers resized and re-trained.
Currently, this model has not demonstrated any practical value in Traditional Chinese processing without further training, but it does possess some basic Chinese-English translation capabilities.
First, we build a BPE tokenizer based on the original Pythia tokenizer with 8000 new Traditional Chinese tokens added.
At last, LoRA weights are added to the model and fine-tuned for instruction following.