Add Demos
Browse files
README.md
CHANGED
@@ -149,6 +149,9 @@ response = processor.batch_decode(
|
|
149 |
print(response) # "๋ชฌํ ํฌ์ ์๋
๋ค์ด ์ฌ๋์ ์ ๋๋ก ๋ชป ๋ฐ๊ณ ํฌ๋ฉด ๋งค์ฐ ์ฌ๊ฐํ ๊ฒฐ๊ณผ๊ฐ ์ด๋๋๋ค๋ ๊ฒฐ๋ก ์ ๋ด๋ ธ์ต๋๋ค"
|
150 |
```
|
151 |
|
|
|
|
|
|
|
152 |
## References
|
153 |
|
154 |
- https://huggingface.co/microsoft/Phi-4-multimodal-instruct
|
|
|
149 |
print(response) # "๋ชฌํ ํฌ์ ์๋
๋ค์ด ์ฌ๋์ ์ ๋๋ก ๋ชป ๋ฐ๊ณ ํฌ๋ฉด ๋งค์ฐ ์ฌ๊ฐํ ๊ฒฐ๊ณผ๊ฐ ์ด๋๋๋ค๋ ๊ฒฐ๋ก ์ ๋ด๋ ธ์ต๋๋ค"
|
150 |
```
|
151 |
|
152 |
+
### Demos
|
153 |
+
Please refer to the Jupyter notebook and video clips in the [demo folder](https://huggingface.co/daekeun-ml/Phi-4-multimodal-finetune-ko-speech/tree/main/demos). They are not production-quality as they were simply fine-tuned for PoC purposes, but you can see that they transcribe and translate with high accuracy even when a native speaker speaks quite quickly.
|
154 |
+
|
155 |
## References
|
156 |
|
157 |
- https://huggingface.co/microsoft/Phi-4-multimodal-instruct
|