Spaces:
Running
Running
Joseph Pollack
commited on
adds gradio interface for huggingface demo
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Finetune Voxtral for ASR with Transformers 🤗
|
| 2 |
|
| 3 |
This repository fine-tunes the [Voxtral](https://huggingface.co/Deep-unlearning/Voxtral) speech model on conversational speech datasets using the Hugging Face `transformers` and `datasets` libraries.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: VoxFactory
|
| 3 |
+
emoji: 📚
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: gradio
|
| 7 |
+
app_file: interface.py
|
| 8 |
+
pinned: false
|
| 9 |
+
license: mit
|
| 10 |
+
short_description: FinetuneASR Voxtral
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Finetune Voxtral for ASR with Transformers 🤗
|
| 14 |
|
| 15 |
This repository fine-tunes the [Voxtral](https://huggingface.co/Deep-unlearning/Voxtral) speech model on conversational speech datasets using the Hugging Face `transformers` and `datasets` libraries.
|