Commit
•
86366c6
1
Parent(s):
af06d54
Librarian Bot: Add base_model information to model (#6)
Browse files- Librarian Bot: Add base_model information to model (565842e9934ed31307e10ff97c1d1db8b10d253b)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -2,13 +2,14 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- f1
|
|
|
7 |
model-index:
|
8 |
- name: weights
|
9 |
results: []
|
10 |
-
datasets:
|
11 |
-
- librispeech_asr
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- librispeech_asr
|
7 |
metrics:
|
8 |
- f1
|
9 |
+
base_model: facebook/wav2vec2-xls-r-300m
|
10 |
model-index:
|
11 |
- name: weights
|
12 |
results: []
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|