import torch
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("llm-jp/llm-jp-3-150m")
model = AutoModelForCausalLM.from_pretrained("llm-jp/llm-jp-3-150m", device_map="auto", torch_dtype=torch.bfloat16)
text = "自然言語処理とは何か"
tokenized_input = tokenizer.encode(text, add_special_tokens=False, return_tensors="pt").to(model.device)
with torch.no_grad():
output = model.generate(
tokenized_input,
max_new_tokens=100,
do_sample=True,
top_p=0.95,
temperature=0.7,
repetition_penalty=1.05,
)[0]
print(tokenizer.decode(output))
Model Details
Model type:
Transformer-based Language Model
Total seen tokens:
2.1T
Params
Layers
Hidden size
Heads
Context length
Embedding parameters
Non-embedding parameters
150M
12
512
8
4096
101,874,688
50,344,448
440M
16
1024
8
4096
203,749,376
243,303,424
980M
20
1536
8
4096
305,624,064
684,258,816
1.8b
24
2048
16
4096
407,498,752
1,459,718,144
3.7b
28
3072
24
4096
611,248,128
3,171,068,928
7.2b
32
4096
32
4096
814,997,504
6,476,271,616
13b
40
5120
40
4096
1,018,746,880
12,688,184,320
172b
96
12288
96
4096
2,444,992,512
169,947,181,056
Tokenizer
The tokenizer of this model is based on
huggingface/tokenizers
Unigram byte-fallback model.
The vocabulary entries were converted from
llm-jp-tokenizer v3.0
.
Please refer to
README.md
of
llm-jp-tokenizer
for details on the vocabulary construction procedure (the pure SentencePiece training does not reproduce our vocabulary).
Datasets
Pre-training
The models have been pre-trained using a blend of the following datasets.
Detailed evaluation results are reported in this
blog
.
Risks and Limitations
The models released here are in the early stages of our research and development and have not been tuned to ensure outputs align with human intent and safety considerations.
llm-jp-3-150m huggingface.co is an AI model on huggingface.co that provides llm-jp-3-150m's model effect (), which can be used instantly with this llm-jp llm-jp-3-150m model. huggingface.co supports a free trial of the llm-jp-3-150m model, and also provides paid use of the llm-jp-3-150m. Support call llm-jp-3-150m model through api, including Node.js, Python, http.
llm-jp-3-150m huggingface.co is an online trial and call api platform, which integrates llm-jp-3-150m's modeling effects, including api services, and provides a free online trial of llm-jp-3-150m, you can try llm-jp-3-150m online for free by clicking the link below.
llm-jp llm-jp-3-150m online free url in huggingface.co:
llm-jp-3-150m is an open source model from GitHub that offers a free installation service, and any user can find llm-jp-3-150m on GitHub to install. At the same time, huggingface.co provides the effect of llm-jp-3-150m install, users can directly use llm-jp-3-150m installed effect in huggingface.co for debugging and trial. It also supports api for free installation.