MCPcopy Index your code
hub / github.com/0nutation/SpeechGPT

github.com/0nutation/SpeechGPT @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
54 symbols 252 edges 9 files 6 documented · 11%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

SpeechGPT: Speech Large Language Models

<img src="https://github.com/0nutation/SpeechGPT/raw/main/speechgpt/imgs/logo.png" width="20%">
  • SpeechGPT (2023/05) - Empowering Large Language Models with Intrinsic Cross-Modal Conversational Abilities

  • SpeechGPT-Gen (2024/01) - Scaling Chain-of-Information Speech Generation

News

  • [2024/2/20] We proposed AnyGPT: Unified Multimodal LLM with Discrete Sequence Modeling. Checkout the paper and github.
  • [2024/1/25] We released SpeechGPT-Gen: Scaling Chain-of-Information Speech Generation. Checkout the paper and github.
  • [2024/1/9] We proposed SpeechAgents: Human-Communication Simulation with Multi-Modal Multi-Agent Systems. Checkout the paper and github.
  • [2023/9/15] We released SpeechGPT code and checkpoints and SpeechInstruct dataset.
  • [2023/9/1] We proposed SpeechTokenizer: Unified Speech Tokenizer for Speech Language Models. We released the code and checkpoints of SpeechTokenizer. Checkout the paper, demo and github.
  • [2023/5/18] We released SpeechGPT: Empowering Large Language Models with Intrinsic Cross-Modal Conversational Abilities. We propose SpeechGPT, the first multi-modal LLM capable of perceiving and generating multi-modal contents following multi-modal human instructions. Checkout the paper and demo.

Acknowledgements

  • We express our appreciation to Fuliang Weng and Rong Ye for their valuable suggestions and guidance.

Citation

If you find our work useful for your research and applications, please cite using the BibTex:

@misc{zhang2023speechgpt,
      title={SpeechGPT: Empowering Large Language Models with Intrinsic Cross-Modal Conversational Abilities}, 
      author={Dong Zhang and Shimin Li and Xin Zhang and Jun Zhan and Pengyu Wang and Yaqian Zhou and Xipeng Qiu},
      year={2023},
      eprint={2305.11000},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}

Core symbols most depended-on inside this repo

extract_text_between_tags
called by 5
speechgpt/src/infer/cli_infer.py
generate_prompt
called by 4
speechgpt/utils/prompter.py
postprocess
called by 2
speechgpt/utils/text2unit/text2unit.py
forward
called by 2
speechgpt/src/infer/cli_infer.py
tokenize
called by 2
speechgpt/src/train/com_sft.py
tokenize
called by 2
speechgpt/src/train/cm_sft.py
forward
called by 1
speechgpt/utils/text2unit/text2unit.py
dump_result
called by 1
speechgpt/utils/vocoder/generate_waveform_from_code.py

Shape

Method 21
Function 18
Class 15

Languages

Python100%

Modules by API surface

speechgpt/utils/speech2unit/speech2unit.py11 symbols
speechgpt/src/infer/cli_infer.py9 symbols
speechgpt/src/train/ma_pretrain.py7 symbols
speechgpt/src/train/com_sft.py7 symbols
speechgpt/src/train/cm_sft.py7 symbols
speechgpt/utils/text2unit/text2unit.py5 symbols
speechgpt/utils/vocoder/generate_waveform_from_code.py4 symbols
speechgpt/utils/prompter.py3 symbols
speechgpt/src/infer/web_infer.py1 symbols

For agents

$ claude mcp add SpeechGPT \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact