RakutenAI-3.0 / README.md
rakuten-sunilkumar-yadav's picture
Update MODEL Card
69088b8 verified
|
Raw
History Blame
2.32 kB
metadata
license: apache-2.0
tags:
  - RakutenAI
  - RakutenAI Large
  - RakutenAI-3.0
  - DeepSeek-V3
  - Mistral
language:
  - ja
  - en
pipeline_tag: text-generation

RakutenAI-3.0

Model Description

Rakuten AI 3.0, is an approximately 700 billion parameter Mixture of Experts (MoE) model optimized for Japanese. Developed by leveraging the best from the open-source community and building on Rakuten’s high-quality, bilingual original data, engineering and research, it offers a superior grasp of Japanese language and culture.

For more details, please check the announcement at:

Model Details

How to Run Locally

Inference with SGLang

python -m sglang.launch_server \ 
    --model-path Rakuten/RakutenAI-3.0 \ 
    --tp 8 \ 
    --mem-fraction-static 0.85 \ 
    --trust-remote-code \ 
    --show-time-cost 

Limitations and Bias

RakutenAI-3.0 can generate human-like text across a wide range of topics. However, like all large language models, it has limitations and may produce biased, inaccurate, or unsafe outputs. Please exercise caution and judgment when interacting with this model, and ensure appropriate safeguards are in place for production deployments.

Citation

@misc{rakutengroup2026rakutenai3.0, 
  author = {Rakuten Group, Inc.}, 
  title = {RakutenAI-3.0}, 
  year = {2026}, 
  publisher = {Hugging Face}, 
  url = {https://huggingface.co/Rakuten}, 
} 

Contact

For questions or feedback, please open an issue on this repository or visit ai.rakuten.com.