Views
No views yet
[!NOTE] J-Moshiは試作段階であり,その応答は不自然な場合があります.また,J-Moshiの学習データの大部分は雑談対話であるため,ユーザの指示に従った応答を生成することはできません.
model.safetensors
tokenizer_spm_32k_3.model
tokenizer-e351c8d8-checkpoint125.safetensors
pip install moshi<=0.2.2moshi.serverを実行することで,対話用のweb UIを起動できます.--hf-repoオプションでJ-Moshiの 🤗HuggingFace Hubリポジトリ(nu-dialogue/j-moshi, nu-dialogue/j-moshi-ext)を指定してください.python -m moshi.server --hf-repo nu-dialogue/j-moshi-ext1@inproceedings{ohashi2025jmoshi,
2 title={Towards a Japanese Full-duplex Spoken Dialogue System},
3 author={Ohashi, Atsumoto and Iizuka, Shinya and Jiang, Jingjing and Higashinaka, Ryuichiro},
4 booktitle={Proceedings of the 26th Interspeech Conference},
5 year={2025},
6}
7
8@inproceedings{ohashi2025jmoshi,
9 title = "日本語 {F}ull-duplex 音声対話システムの試作",
10 author = "大橋 厚元 and 飯塚 慎也 and 姜 菁菁 and 東中 竜一郎",
11 booktitle = "言語処理学会 第31回年次大会 発表論文集",
12 pages = "3164--3169",
13 year = "2025",
14 url = "https://www.anlp.jp/proceedings/annual_meeting/2025/pdf_dir/D8-6.pdf"
15}