llm-jp / llm-jp-3-172b-alpha2

huggingface.co
Total runs: 54
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: October 04 2024
text-generation

Introduction of llm-jp-3-172b-alpha2

Model Details of llm-jp-3-172b-alpha2

llm-jp-3-172b-alpha2

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

Caution!: While it has been confirmed that the performance of LLM-jp-3 172B alpha1 and alpha2 is significantly lower than previously released models, we believe they can still be useful for research purposes and are making them available to the public. For more information, please visit this link .

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-alpha2")
model = AutoModelForCausalLM.from_pretrained("llm-jp/llm-jp-3-172b-alpha2", 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: :
    • alpha1: 0.7T
    • alpha2: 1.4T
    • beta1: 0.7T
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 282.1B
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-001 A manually constructed Japanese instruction dataset focusing on LLMs' safety
databricks-dolly-15k-ja databricks-dolly-15k translated into Japanese using DeepL
oasst1-21k-ja A subset of oasst1 translated into Japanese using DeepL
oasst2-33k-ja A subset of oasst2 translated into Japanese using DeepL
aya-dataset-ja A Japanese subset of aya_dataset
ichikara-instruction-format A small amount of instruction dataset edited from ichikara-instruction, with some constraints on the output format.
English databricks-dolly-15k -
oasst1-21k-en A subset of oasst1
oasst2-33k-en A subset of oasst2
Daring-Anteater -
FLAN We used sampled one.
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-172b-alpha2 on huggingface.co

54
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-alpha2 huggingface.co Model

More llm-jp-3-172b-alpha2 license Visit here:

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

llm-jp-3-172b-alpha2 huggingface.co

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

llm-jp-3-172b-alpha2 huggingface.co Url

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

llm-jp llm-jp-3-172b-alpha2 online free

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

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

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

llm-jp-3-172b-alpha2 install

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

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

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

Url of llm-jp-3-172b-alpha2

llm-jp-3-172b-alpha2 huggingface.co Url

Provider of llm-jp-3-172b-alpha2 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: 100
Run Growth: 69
Growth Rate: 69.00%
Updated:February 27 2025
huggingface.co

Total runs: 94
Run Growth: 73
Growth Rate: 77.66%
Updated:February 27 2025
huggingface.co

Total runs: 90
Run Growth: 75
Growth Rate: 83.33%
Updated:February 27 2025
huggingface.co

Total runs: 84
Run Growth: 70
Growth Rate: 83.33%
Updated:February 27 2025
huggingface.co

Total runs: 84
Run Growth: 67
Growth Rate: 79.76%
Updated:February 27 2025
huggingface.co

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

Total runs: 77
Run Growth: 59
Growth Rate: 76.62%
Updated:February 27 2025
huggingface.co

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