llm-jp / llm-jp-3-172b-beta2-instruct2

huggingface.co
Total runs: 4.4K
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: Tháng mười một 14 2024
text-generation

Introduction of llm-jp-3-172b-beta2-instruct2

Model Details of llm-jp-3-172b-beta2-instruct2

llm-jp-3-172b-beta2-instruct2

This repository provides large language models developed by the Research and Development Center for Large Language Models at the National Institute of Informatics .

The development was partially supported by GENIAC .

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-172b-beta2-instruct2")
model = AutoModelForCausalLM.from_pretrained("llm-jp/llm-jp-3-172b-beta2-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: :
    • beta1: 0.7T
    • beta2: 1.4T
Params Layers Hidden size Heads Context length
172b 96 12288 96 4096
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
Instruction tuning

The models have been fine-tuned on the following datasets.

Language Dataset description
Japanese ichikara-instruction-004-002 A manually constructed Japanese instruction dataset
answer-carefully-002 A manually constructed instruction dataset focusing on LLMs' safety
ichikara-instruction-format A small amount of instruction dataset edited from ichikara-instruction, 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. We used sampled one.
wizardlm8x22b-logical-math-coding-sft_additional-ja A synthetic instruction dataset. We used sampled one.
Synthetic-JP-EN-Coding-Dataset-567k A synthetic instruction dataset. We used sampled one.
magpie-sft-v1.0 A synthetic instruction dataset we created.
English Daring-Anteater -
FLAN We used sampled one.
Evaluation
llm-jp-eval (v1.4.1)

We evaluated the models using 100 examples from the dev split. Note that we skipped the CG (Code Generation) task.

Model name average CG EL FA HE MC MR MT NLI QA RC SUM
llm-jp-3-172b-beta1 0.4704 0.0000 0.4460 0.2556 0.3700 0.6400 0.6100 0.8265 0.5600 0.5720 0.8505 0.0434
llm-jp-3-172b-beta1-instruct 0.5181 0.0000 0.4306 0.2292 0.4350 0.8433 0.6200 0.8228 0.6820 0.5873 0.8964 0.1529
llm-jp-3-172b-beta2 0.4929 0.0000 0.3337 0.2725 0.4700 0.7767 0.6900 0.8283 0.5960 0.6133 0.8380 0.0037
llm-jp-3-172b-beta2-instruct2 0.5474 0.0000 0.5470 0.2665 0.5100 0.8600 0.7000 0.8392 0.6800 0.6346 0.8770 0.1076
Japanese MT Bench

We evaluated the models using gpt-4-0613 .

Model name average coding extraction humanities math reasoning roleplay stem writing
llm-jp-3-172b-beta1-instruct 5.14 2.90 5.30 8.80 2.15 2.45 6.95 7.45 5.15
llm-jp-3-172b-beta2-instruct2 6.72 4.10 6.90 7.60 4.00 6.35 8.70 7.95 8.15
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

See the LICENSE file.

Model Card Authors

The names are listed in alphabetical order.

Hirokazu Kiyomaru and Takashi Kodama.

Runs of llm-jp llm-jp-3-172b-beta2-instruct2 on huggingface.co

4.4K
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About llm-jp-3-172b-beta2-instruct2 huggingface.co Model

More llm-jp-3-172b-beta2-instruct2 license Visit here:

https://choosealicense.com/licenses/llm-jp-3-172b-beta2-tou

llm-jp-3-172b-beta2-instruct2 huggingface.co

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

llm-jp-3-172b-beta2-instruct2 huggingface.co Url

https://huggingface.co/llm-jp/llm-jp-3-172b-beta2-instruct2

llm-jp llm-jp-3-172b-beta2-instruct2 online free

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

llm-jp llm-jp-3-172b-beta2-instruct2 online free url in huggingface.co:

https://huggingface.co/llm-jp/llm-jp-3-172b-beta2-instruct2

llm-jp-3-172b-beta2-instruct2 install

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

llm-jp-3-172b-beta2-instruct2 install url in huggingface.co:

https://huggingface.co/llm-jp/llm-jp-3-172b-beta2-instruct2

Url of llm-jp-3-172b-beta2-instruct2

llm-jp-3-172b-beta2-instruct2 huggingface.co Url

Provider of llm-jp-3-172b-beta2-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:Tháng hai 04 2025
huggingface.co

Total runs: 5.9K
Run Growth: 5.4K
Growth Rate: 90.64%
Updated:Tháng hai 25 2026
huggingface.co

Total runs: 1.3K
Run Growth: -247
Growth Rate: -18.54%
Updated:Có thể 30 2025
huggingface.co

Total runs: 1.3K
Run Growth: 319
Growth Rate: 24.20%
Updated:Tháng Mười 20 2023
huggingface.co

Total runs: 1.3K
Run Growth: -148
Growth Rate: -11.56%
Updated:Tháng hai 04 2025
huggingface.co

Total runs: 1.2K
Run Growth: 0
Growth Rate: 0.00%
Updated:Tháng 9 27 2024
huggingface.co

Total runs: 887
Run Growth: -447
Growth Rate: -50.39%
Updated:Tháng 9 27 2024
huggingface.co

Total runs: 638
Run Growth: 0
Growth Rate: 0.00%
Updated:Tháng Một 31 2025
huggingface.co

Total runs: 321
Run Growth: 0
Growth Rate: 0.00%
Updated:Tháng 9 27 2024
huggingface.co

Total runs: 180
Run Growth: -30
Growth Rate: -16.67%
Updated:Tháng hai 04 2025
huggingface.co

Total runs: 103
Run Growth: 70
Growth Rate: 67.96%
Updated:Tháng hai 27 2025
huggingface.co

Total runs: 98
Run Growth: 75
Growth Rate: 76.53%
Updated:Tháng hai 27 2025
huggingface.co

Total runs: 91
Run Growth: 74
Growth Rate: 81.32%
Updated:Tháng hai 27 2025
huggingface.co

Total runs: 91
Run Growth: 69
Growth Rate: 78.41%
Updated:Tháng hai 27 2025
huggingface.co

Total runs: 89
Run Growth: 69
Growth Rate: 80.23%
Updated:Tháng hai 27 2025
huggingface.co

Total runs: 81
Run Growth: 61
Growth Rate: 75.31%
Updated:Tháng hai 27 2025
huggingface.co

Total runs: 79
Run Growth: 0
Growth Rate: 0.00%
Updated:Tháng 12 23 2024
huggingface.co

Total runs: 61
Run Growth: 15
Growth Rate: 24.59%
Updated:Tháng Mười 02 2025
huggingface.co

Total runs: 42
Run Growth: 4
Growth Rate: 9.52%
Updated:Tháng 9 19 2025