Purpose
Helps you rewrite your voice-over script in the style of a popular Douyin (TikTok) creator.
Currently, three distinct Douyin creator styles are used as references:
"多多喂" – Known for exaggerated humor, high energy, and a down-to-earth, relatable tone.
"Eyeopener" – A humorous science communicator with a lighthearted, vivid, and easy-to-understand approach.
"严伯钧" – Another science-focused creator, but with a more straightforward and calm delivery."
Train
Train Qwen/Qwen2.5-14B-Instruct by SFT with dataset(https://huggingface.co/datasets/aipgpt/douyin_style/blob/main/style.jsonl)
Deploy
vllm serve --served-model-name --dtype auto --kv-cache-dtype auto --gpu_memory_utilization 0.95 --host 0.0.0.0 --port 7000 --max_model_len 30000
Test
Use streamlit style quick AI demo framework to write a testing program. Prompt could be like: f"你是一位{douyin_creator_name}, 请把所给的文稿按照{douyin_creator_name}的风格进行改写并用中文输出。"
We are training a reasoning model. Stay tuned!!!
- Downloads last month
- 21