Uniform FAMA model cards
Browse files
README.md
CHANGED
|
@@ -14,8 +14,8 @@ tags:
|
|
| 14 |
- speech
|
| 15 |
- speech recognition
|
| 16 |
- ASR
|
| 17 |
-
library_name: transformers
|
| 18 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
# FAMA-medium-asr
|
|
@@ -49,9 +49,8 @@ It is available in 2 sizes, with 2 variants for ASR only:
|
|
| 49 |
- [FAMA-small-asr](https://huggingface.co/FBK-MT/fama-small-asr) - 475 million parameters
|
| 50 |
- [FAMA-medium-asr](https://huggingface.co/FBK-MT/fama-medium-asr) - 878 million parameters
|
| 51 |
|
| 52 |
-
For
|
| 53 |
-
|
| 54 |
-
Code is available at https://github.com/hlt-mt/FBK-fairseq
|
| 55 |
|
| 56 |
## Usage
|
| 57 |
|
|
|
|
| 14 |
- speech
|
| 15 |
- speech recognition
|
| 16 |
- ASR
|
|
|
|
| 17 |
pipeline_tag: automatic-speech-recognition
|
| 18 |
+
library_name: transformers
|
| 19 |
---
|
| 20 |
|
| 21 |
# FAMA-medium-asr
|
|
|
|
| 49 |
- [FAMA-small-asr](https://huggingface.co/FBK-MT/fama-small-asr) - 475 million parameters
|
| 50 |
- [FAMA-medium-asr](https://huggingface.co/FBK-MT/fama-medium-asr) - 878 million parameters
|
| 51 |
|
| 52 |
+
For further details, please refer to the paper [FAMA: The First Large-Scale Open-Science Speech Foundation Model for English and Italian](https://huggingface.co/papers/2505.22759).
|
| 53 |
+
The code is available in the [Github repository](https://github.com/hlt-mt/FBK-fairseq).
|
|
|
|
| 54 |
|
| 55 |
## Usage
|
| 56 |
|