huckiyang commited on
Commit
d1d1f71
·
1 Parent(s): ad915da
Files changed (2) hide show
  1. README.md +2 -2
  2. requirements.txt +5 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Post ASR LLM Transcription Correction
3
  emoji: 🏢
4
  colorFrom: yellow
5
  colorTo: yellow
@@ -8,7 +8,7 @@ sdk_version: 5.21.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
- short_description: Generative Error Correction Task Baseline
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Post-ASR LLM N-Best Transcription Correction
3
  emoji: 🏢
4
  colorFrom: yellow
5
  colorTo: yellow
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ short_description: Generative Error Correction Task Baseline, Reducing WER as much as you can
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ gradio>=3.50.2
2
+ pandas>=2.0.0
3
+ datasets>=2.14.0
4
+ jiwer>=3.0.0
5
+ numpy>=1.24.0