cyberagent / open-calm-small

huggingface.co
Total runs: 1.9K
24-hour runs: 71
7-day runs: 532
30-day runs: 829
Model's Last Updated: May 18 2023
text-generation

Introduction of open-calm-small

Model Details of open-calm-small

OpenCALM-Small

Model Description

OpenCALM is a suite of decoder-only language models pre-trained on Japanese datasets, developed by CyberAgent, Inc.

Usage
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("cyberagent/open-calm-small", device_map="auto", torch_dtype=torch.float16)
tokenizer = AutoTokenizer.from_pretrained("cyberagent/open-calm-small")

inputs = tokenizer("AIによって私達の暮らしは、", return_tensors="pt").to(model.device)
with torch.no_grad():
    tokens = model.generate(
        **inputs,
        max_new_tokens=64,
        do_sample=True,
        temperature=0.7,
        top_p=0.9,
        repetition_penalty=1.05,
        pad_token_id=tokenizer.pad_token_id,
    )
    
output = tokenizer.decode(tokens[0], skip_special_tokens=True)
print(output)
Model Details
Model Params Layers Dim Heads Dev ppl
cyberagent/open-calm-small 160M 12 768 12 19.7
cyberagent/open-calm-medium 400M 24 1024 16 13.8
cyberagent/open-calm-large 830M 24 1536 16 11.3
cyberagent/open-calm-1b 1.4B 24 2048 16 10.3
cyberagent/open-calm-3b 2.7B 32 2560 32 9.7
cyberagent/open-calm-7b 6.8B 32 4096 32 8.2
  • Developed by : CyberAgent, Inc.
  • Model type : Transformer-based Language Model
  • Language : Japanese
  • Library : GPT-NeoX
  • License : OpenCALM is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License ( CC BY-SA 4.0 ). When using this model, please provide appropriate credit to CyberAgent, Inc.
    • Example (en): This model is a fine-tuned version of OpenCALM-XX developed by CyberAgent, Inc. The original model is released under the CC BY-SA 4.0 license, and this model is also released under the same CC BY-SA 4.0 license. For more information, please visit: https://creativecommons.org/licenses/by-sa/4.0/
    • Example (ja): 本モデルは、株式会社サイバーエージェントによるOpenCALM-XXをファインチューニングしたものです。元のモデルはCC BY-SA 4.0ライセンスのもとで公開されており、本モデルも同じくCC BY-SA 4.0ライセンスで公開します。詳しくはこちらをご覧ください: https://creativecommons.org/licenses/by-sa/4.0/
Training Dataset
  • Wikipedia (ja)
  • Common Crawl (ja)
Author

Ryosuke Ishigami

Citations
@software{gpt-neox-library,
  title = {{GPT-NeoX: Large Scale Autoregressive Language Modeling in PyTorch}},
  author = {Andonian, Alex and Anthony, Quentin and Biderman, Stella and Black, Sid and Gali, Preetham and Gao, Leo and Hallahan, Eric and Levy-Kramer, Josh and Leahy, Connor and Nestler, Lucas and Parker, Kip and Pieler, Michael and Purohit, Shivanshu and Songz, Tri and Phil, Wang and Weinbach, Samuel},
  url = {https://www.github.com/eleutherai/gpt-neox},
  doi = {10.5281/zenodo.5879544},
  month = {8},
  year = {2021},
  version = {0.0.1},
}

Runs of cyberagent open-calm-small on huggingface.co

1.9K
Total runs
71
24-hour runs
87
3-day runs
532
7-day runs
829
30-day runs

More Information About open-calm-small huggingface.co Model

More open-calm-small license Visit here:

https://choosealicense.com/licenses/cc-by-sa-4.0

open-calm-small huggingface.co

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

open-calm-small huggingface.co Url

https://huggingface.co/cyberagent/open-calm-small

cyberagent open-calm-small online free

open-calm-small huggingface.co is an online trial and call api platform, which integrates open-calm-small's modeling effects, including api services, and provides a free online trial of open-calm-small, you can try open-calm-small online for free by clicking the link below.

cyberagent open-calm-small online free url in huggingface.co:

https://huggingface.co/cyberagent/open-calm-small

open-calm-small install

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

open-calm-small install url in huggingface.co:

https://huggingface.co/cyberagent/open-calm-small

Url of open-calm-small

open-calm-small huggingface.co Url

Provider of open-calm-small huggingface.co

cyberagent
ORGANIZATIONS

Other API from cyberagent

huggingface.co

Total runs: 817
Run Growth: 430
Growth Rate: 52.63%
Updated:November 02 2023
huggingface.co

Total runs: 22
Run Growth: 10
Growth Rate: 45.45%
Updated:January 09 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:May 20 2025