Views
No views yet
lambda-1-360m-base and further pretrained on a synthetic Japanese textbook corpus.| Item | Value |
|---|---|
| Parameters | 359.9M |
| Architecture | Decoder-only Transformer |
| Context length | 1,024 tokens |
| Tokenizer | Byte-level BPE |
| Vocabulary size | 65,536 |
| Layers | 32 |
| Hidden size | 960 |
| Attention heads | 15 |
| Key-value heads | 5 |
| FFN size | 4,096 |
KeisukeMiyamoto/lambda-corpus.KeisukeMiyamoto/SyntheticTextbook-jp.1git clone https://github.com/KeisukeMiyamoto1324/lambda.git
2cd lambda
3python3 -m venv venv
4source venv/bin/activate
5pip3 install -r requirements.txt
6
7python3 src/inference_base/inference_hf.py \
8 --model-dir "KeisukeMiyamoto/lambda-1-360m-mid" \
9 --prompt "人工知能とは" \
10 --max-new-tokens 64