Joseph Pollack commited on
Commit
0f6c755
·
unverified ·
1 Parent(s): be9aa9f

adds gradio interface for huggingface demo

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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.