nielsr HF Staff commited on
Commit
48218eb
·
verified ·
1 Parent(s): ca2d52b

Add model card

Browse files

This PR adds a model card by linking it to the paper [AgenticASR: Refining Speech Recognition in Real-World Scenarios via an Agentic Approach](https://huggingface.co/papers/2607.28175).

It also adds a link to the Github repository, as well as the relevant `pipeline_tag`, `library_name` and `license`.

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ This repository contains the model of the paper [AgenticASR: Refining Speech Recognition in Real-World Scenarios via an Agentic Approach](https://huggingface.co/papers/2607.28175).
8
+
9
+ Code: https://github.com/AnXMuy/AgenticASR.