add Risk and Limitations for Colab

This commit is contained in:
YaoyaoChang 2025-08-28 02:15:42 -07:00
parent fa72b89dcd
commit 1f3768c974

View file

@ -139,6 +139,22 @@
"!python demo/inference_from_file.py --model_path microsoft/VibeVoice-1.5B --txt_path demo/text_examples/my_example.txt --speaker_names Alice Frank\n", "!python demo/inference_from_file.py --model_path microsoft/VibeVoice-1.5B --txt_path demo/text_examples/my_example.txt --speaker_names Alice Frank\n",
"Audio(\"./outputs/my_example_generated.wav\")\n" "Audio(\"./outputs/my_example_generated.wav\")\n"
] ]
},
{
"cell_type": "markdown",
"id": "f09ff159",
"metadata": {},
"source": [
"# Risk and Limitations"
]
},
{
"cell_type": "markdown",
"id": "1e15d4e0",
"metadata": {},
"source": [
"While efforts have been made to optimize it through various techniques, it may still produce outputs that are unexpected, biased, or inaccurate. VibeVoice inherits any biases, errors, or omissions produced by its base model (specifically, Qwen2.5 1.5b in this release). Potential for Deepfakes and Disinformation: High-quality synthetic speech can be misused to create convincing fake audio content for impersonation, fraud, or spreading disinformation. Users must ensure transcripts are reliable, check content accuracy, and avoid using generated content in misleading ways. Users are expected to use the generated content and to deploy the models in a lawful manner, in full compliance with all applicable laws and regulations in the relevant jurisdictions. It is best practice to disclose the use of AI when sharing AI-generated content."
]
} }
], ],
"metadata": { "metadata": {