nielsr HF Staff commited on
Commit
3d704a4
·
verified ·
1 Parent(s): af2d51d

Add pipeline tag, license and link to paper and code

Browse files

This PR improves the model card by adding a `pipeline_tag`, which enables users to find the model at https://huggingface.co/models?pipeline_tag=automatic-speech-recognition. It also adds the license and a link to the paper and Github repo.

Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,13 +1,17 @@
1
  ---
2
  library_name: transformers
3
  tags: []
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
 
10
 
 
11
 
12
  ## Model Details
13
 
@@ -22,7 +26,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
22
  - **Shared by [optional]:** [More Information Needed]
23
  - **Model type:** [More Information Needed]
24
  - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
  - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
@@ -89,10 +93,9 @@ Use the code below to get started with the model.
89
 
90
  [More Information Needed]
91
 
92
-
93
  #### Training Hyperparameters
94
 
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
 
97
  #### Speeds, Sizes, Times [optional]
98
 
@@ -130,8 +133,6 @@ Use the code below to get started with the model.
130
 
131
  #### Summary
132
 
133
-
134
-
135
  ## Model Examination [optional]
136
 
137
  <!-- Relevant interpretability work for the model goes here -->
 
1
  ---
2
  library_name: transformers
3
  tags: []
4
+ pipeline_tag: automatic-speech-recognition
5
+ license: apache-2.0
6
  ---
7
 
8
  # Model Card for Model ID
9
 
10
+ This repository contains the model described in the paper [BUT System for the MLC-SLM Challenge](https://huggingface.co/papers/2506.13414).
11
 
12
+ Code: https://github.com/mubingshen/MLC-SLM-Baseline
13
 
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
 
16
  ## Model Details
17
 
 
26
  - **Shared by [optional]:** [More Information Needed]
27
  - **Model type:** [More Information Needed]
28
  - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** apache-2.0
30
  - **Finetuned from model [optional]:** [More Information Needed]
31
 
32
  ### Model Sources [optional]
 
93
 
94
  [More Information Needed]
95
 
 
96
  #### Training Hyperparameters
97
 
98
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
99
 
100
  #### Speeds, Sizes, Times [optional]
101
 
 
133
 
134
  #### Summary
135
 
 
 
136
  ## Model Examination [optional]
137
 
138
  <!-- Relevant interpretability work for the model goes here -->