diff --git a/README.md b/README.md index 3cb0a0b..3162218 100644 --- a/README.md +++ b/README.md @@ -116,4 +116,7 @@ from towhee import ops op = ops.audio_embedding.nnfp(device='cpu').get_op() op.save_model('onnx', 'test.onnx') ``` - PosixPath('/Home/.towhee/operators/audio-embedding/nnfp/main/test.onnx') \ No newline at end of file + PosixPath('/Home/.towhee/operators/audio-embedding/nnfp/main/test.onnx') + +## Fine-tune +To fine-tune this operator, please refer to [this example guide](https://github.com/towhee-io/examples/blob/main/fine_tune/7_fine_tune_audio_embedding_operator.ipynb). \ No newline at end of file