llm-jp / llm-jp-3-980m-instruct2

huggingface.co
Total runs: 8
24-hour runs: 0
7-day runs: 0
30-day runs: -1
Model's Last Updated: February 04 2025
text-generation

Introduction of llm-jp-3-980m-instruct2

Model Details of llm-jp-3-980m-instruct2

llm-jp-3-980m-instruct2

LLM-jp-3 is the series of large language models developed by the Research and Development Center for Large Language Models at the National Institute of Informatics .

This repository provides llm-jp-3-980m-instruct2 model. For an overview of the LLM-jp-3 models across different parameter sizes, please refer to:

Checkpoints format: Hugging Face Transformers

Required Libraries and Their Versions
  • torch>=2.3.0
  • transformers>=4.40.1
  • tokenizers>=0.19.1
  • accelerate>=0.29.3
  • flash-attn>=2.5.8
Usage
import torch
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("llm-jp/llm-jp-3-980m-instruct2")
model = AutoModelForCausalLM.from_pretrained("llm-jp/llm-jp-3-980m-instruct2", device_map="auto", torch_dtype=torch.bfloat16)
chat = [
    {"role": "system", "content": "以下は、タスクを説明する指示です。要求を適切に満たす応答を書きなさい。"},
    {"role": "user", "content": "自然言語処理とは何か"},
]
tokenized_input = tokenizer.apply_chat_template(chat, add_generation_prompt=True, tokenize=True, 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 tokens
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.

Language Dataset Tokens
Japanese Wikipedia 2.6B
Common Crawl 762.8B
WARP/PDF 237.3B
WARP/HTML 2.7B
Kaken 1.8B
English Wikipedia 4.7B
Dolma/CC-head 608.5B
Dolma/C4 181.6B
Dolma/Reddit 83.1B
Dolma/PeS2o 62.9B
Dolma/Gutenberg 5.5B
Dolma/Wiki 3.9B
Code The Stack 114.1B
Chinese Wikipedia 0.8B
Korean Wikipedia 0.3B
Post-training

We have fine-tuned the pre-trained checkpoint with supervised fine-tuning.

Supervised Fine-tuning

The datasets used for supervised fine-tuning are as follows:

Language Dataset Description
Japanese ichikara-instruction-004-002 A manually constructed instruction dataset.
AnswerCarefully (ver2.0) A manually constructed instruction dataset focusing on LLMs' safety.
ichikara-instruction-format A small subset of the ichikara-instruction dataset, edited with some constraints on the output format.
AutoMultiTurnByCalm3-22B A synthetic instruction dataset.
ramdom-to-fixed-multiturn-Calm3 A synthetic instruction dataset.
wizardlm8x22b-logical-math-coding-sft-ja A synthetic instruction dataset.
magpie-sft-v1.0 A synthetic instruction dataset we created.
English Daring-Anteater -
FLAN -
Japanese & English Synthetic-JP-EN-Coding-Dataset A synthetic instruction dataset.
Evaluation

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.

Send Questions to

llm-jp(at)nii.ac.jp

License

Apache License, Version 2.0

Model Card Authors

The names are listed in alphabetical order.

Hirokazu Kiyomaru and Takashi Kodama.

Runs of llm-jp llm-jp-3-980m-instruct2 on huggingface.co

8
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
-1
30-day runs

More Information About llm-jp-3-980m-instruct2 huggingface.co Model

More llm-jp-3-980m-instruct2 license Visit here:

https://choosealicense.com/licenses/apache-2.0

llm-jp-3-980m-instruct2 huggingface.co

llm-jp-3-980m-instruct2 huggingface.co is an AI model on huggingface.co that provides llm-jp-3-980m-instruct2's model effect (), which can be used instantly with this llm-jp llm-jp-3-980m-instruct2 model. huggingface.co supports a free trial of the llm-jp-3-980m-instruct2 model, and also provides paid use of the llm-jp-3-980m-instruct2. Support call llm-jp-3-980m-instruct2 model through api, including Node.js, Python, http.

llm-jp-3-980m-instruct2 huggingface.co Url

https://huggingface.co/llm-jp/llm-jp-3-980m-instruct2

llm-jp llm-jp-3-980m-instruct2 online free

llm-jp-3-980m-instruct2 huggingface.co is an online trial and call api platform, which integrates llm-jp-3-980m-instruct2's modeling effects, including api services, and provides a free online trial of llm-jp-3-980m-instruct2, you can try llm-jp-3-980m-instruct2 online for free by clicking the link below.

llm-jp llm-jp-3-980m-instruct2 online free url in huggingface.co:

https://huggingface.co/llm-jp/llm-jp-3-980m-instruct2

llm-jp-3-980m-instruct2 install

llm-jp-3-980m-instruct2 is an open source model from GitHub that offers a free installation service, and any user can find llm-jp-3-980m-instruct2 on GitHub to install. At the same time, huggingface.co provides the effect of llm-jp-3-980m-instruct2 install, users can directly use llm-jp-3-980m-instruct2 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

llm-jp-3-980m-instruct2 install url in huggingface.co:

https://huggingface.co/llm-jp/llm-jp-3-980m-instruct2

Url of llm-jp-3-980m-instruct2

llm-jp-3-980m-instruct2 huggingface.co Url

Provider of llm-jp-3-980m-instruct2 huggingface.co

llm-jp
ORGANIZATIONS

Other API from llm-jp

huggingface.co

Total runs: 8.9K
Run Growth: 8.1K
Growth Rate: 91.11%
Updated:February 04 2025
huggingface.co

Total runs: 1.3K
Run Growth: -148
Growth Rate: -11.56%
Updated:February 04 2025
huggingface.co

Total runs: 1.2K
Run Growth: 0
Growth Rate: 0.00%
Updated:September 27 2024
huggingface.co

Total runs: 887
Run Growth: -447
Growth Rate: -50.39%
Updated:September 27 2024
huggingface.co

Total runs: 638
Run Growth: 0
Growth Rate: 0.00%
Updated:January 31 2025
huggingface.co

Total runs: 321
Run Growth: 0
Growth Rate: 0.00%
Updated:September 27 2024
huggingface.co

Total runs: 180
Run Growth: -30
Growth Rate: -16.67%
Updated:February 04 2025
huggingface.co

Total runs: 103
Run Growth: 70
Growth Rate: 67.96%
Updated:February 27 2025
huggingface.co

Total runs: 98
Run Growth: 75
Growth Rate: 76.53%
Updated:February 27 2025
huggingface.co

Total runs: 91
Run Growth: 74
Growth Rate: 81.32%
Updated:February 27 2025
huggingface.co

Total runs: 91
Run Growth: 69
Growth Rate: 78.41%
Updated:February 27 2025
huggingface.co

Total runs: 89
Run Growth: 69
Growth Rate: 80.23%
Updated:February 27 2025
huggingface.co

Total runs: 81
Run Growth: 61
Growth Rate: 75.31%
Updated:February 27 2025
huggingface.co

Total runs: 79
Run Growth: 0
Growth Rate: 0.00%
Updated:December 23 2024
huggingface.co

Total runs: 42
Run Growth: 4
Growth Rate: 9.52%
Updated:September 19 2025