42dot LLM-PLM is a pre-trained language model based on the Transformer decoder architecture, trained on Korean and English text corpora, serving as a foundational language model for various Korean and English natural language tasks.
Model Features
Multilingual Support
Supports both Korean and English text generation tasks.
Efficient Pre-training
Completed pre-training in approximately 49K GPU hours (NVIDIA A100), demonstrating high efficiency.
Outstanding Performance
Outperforms similar models on multiple Korean and English academic benchmarks.
Model Capabilities
Korean Text Generation
English Text Generation
Natural Language Understanding
Zero-shot Learning
Use Cases
Academic Research
Korean Benchmark Testing
Performs excellently in Korean benchmarks such as KOBEST.
Achieved an average macro F1 score of 0.549 in KOBEST, outperforming similar models.
English Benchmark Testing
Performs well on multiple English academic benchmarks.
Achieved an average score of 0.492 in English tests, outperforming similar models.
Commercial Applications
Multilingual Content Generation
Can be used to generate commercial content in Korean and English.
language:
en
ko
pipeline_tag: text-generation
tags:
pytorch
llama
causal-lm
42dot_llm
license: cc-by-nc-4.0
42dot_LLM-PLM-1.3B
42dot LLM-PLM is a pre-trained language model (PLM) developed by 42dot and is a part of 42dot LLM (large language model). 42dot LLM-PLM is pre-trained using Korean and English text corpus and can be used as a foundation language model for several Korean and English natural language tasks. This repository contains a 1.3B-parameter version of the model.
Model Description
Hyperparameters
42dot LLM-PLM is built upon a Transformer decoder architecture similar to the LLaMA 2 and its hyperparameters are listed below.
Params
Layers
Attention heads
Hidden size
FFN size
1.3B
24
32
2,048
5,632
Pre-training
Pre-training took about 49K GPU hours (NVIDIA A100). Related settings are listed below.
Params
Global batch size*
Initial learning rate
Train iter.*
Max length*
Weight decay
1.3B
4.0M
4E-4
1.4T
4,096
0.1
(* unit: tokens)
Pre-training datasets
We used a set of publicly available text corpus, including:
The tokenizer is based on the Byte-level BPE algorithm. We trained its vocabulary from scratch using a subset of the pre-training corpus. For constructing a subset, 10M and 10M documents are sampled from Korean and English corpus respectively. The resulting vocabulary sizes about 50K.
Zero-shot evaluations
We evaluate 42dot LLM-PLM on a variety of academic benchmarks both in Korean and English. All the results are obtained using lm-eval-harness and models released on the Hugging Face Hub.
42dot LLM-PLM shares a number of well-known limitations of other large language models (LLMs). For example, it may generate false and misinformative content since 42dot LLM-PLM is also subject to hallucination. In addition, 42dot LLM-PLM may generate toxic, harmful, and biased content due to the use of web-available training data. We strongly suggest that 42dot LLM-PLM users should be aware of those limitations and take necessary steps to mitigate those issues.
Disclaimer
The contents generated by 42dot LLM series ("42dot LLM") do not necessarily reflect the views or opinions of 42dot Inc. ("42dot"). 42dot disclaims any and all liability to any part for any direct, indirect, implied, punitive, special, incidental, or other consequential damages arising from any use of the 42dot LLM and its generated contents.
License
The 42dot LLM-PLM is licensed under the Creative Commons Attribution-NonCommercial 4.0 (CC BY-NC 4.0).
Citation
@misc{42dot2023llm,
title={42dot LLM: A Series of Large Language Model by 42dot},
author={42dot Inc.},
year={2023},
url = {https://github.com/42dot/42dot_LLM},
version = {1.0.0},
}