DewiBrynJones
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
license:
|
4 |
base_model: openai/whisper-large-v3-turbo
|
5 |
tags:
|
6 |
- generated_from_trainer
|
@@ -9,6 +9,12 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: whisper-large-v3-turbo-ft-btb-cv-cy
|
11 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
|
@@ -42,4 +48,4 @@ result = transcriber(<path or url to soundfile>)
|
|
42 |
print (result)
|
43 |
```
|
44 |
|
45 |
-
`{'text': 'ymm, yn y pum mlynadd dwitha 'ma ti 'di... Ie. ...bod drw dipyn felly do?'}`
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
base_model: openai/whisper-large-v3-turbo
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
9 |
model-index:
|
10 |
- name: whisper-large-v3-turbo-ft-btb-cv-cy
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- techiaith/banc-trawsgrifiadau-bangor
|
14 |
+
- techiaith/commonvoice_18_0_cy
|
15 |
+
language:
|
16 |
+
- cy
|
17 |
+
pipeline_tag: automatic-speech-recognition
|
18 |
---
|
19 |
|
20 |
|
|
|
48 |
print (result)
|
49 |
```
|
50 |
|
51 |
+
`{'text': 'ymm, yn y pum mlynadd dwitha 'ma ti 'di... Ie. ...bod drw dipyn felly do?'}`
|