Update README.md
Browse files
README.md
CHANGED
|
@@ -217,6 +217,19 @@ with torch.inference_mode():
|
|
| 217 |
print(response)
|
| 218 |
```
|
| 219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 220 |
|
| 221 |
### Citation
|
| 222 |
|
|
|
|
| 217 |
print(response)
|
| 218 |
```
|
| 219 |
|
| 220 |
+
### Finetune the model
|
| 221 |
+
[Finetune]: https://huggingface.co/junnei/gemma-3-4b-it-speech/blob/main/examples/finetune_speech.py
|
| 222 |
+
|
| 223 |
+
Here is finetuning script : [Link][Finetune]
|
| 224 |
+
|
| 225 |
+
**You must change output_dir, upload_dir and fit your Datasets**
|
| 226 |
+
|
| 227 |
+
```bash
|
| 228 |
+
python finetune_speech.py
|
| 229 |
+
|
| 230 |
+
```
|
| 231 |
+
|
| 232 |
+
|
| 233 |
|
| 234 |
### Citation
|
| 235 |
|