Lauler commited on
Commit
1b982bc
1 Parent(s): 8bc1ef0

citation info

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
  language: sv
 
3
  datasets:
4
  - common_voice
5
- - NST Swedish ASR Database
6
  - P4
7
  metrics:
8
  - wer
@@ -75,3 +76,17 @@ print("Prediction:", processor.batch_decode(predicted_ids))
75
  print("Reference:", test_dataset["sentence"][:2])
76
  ```
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language: sv
3
+ arxiv: https://arxiv.org/abs/2205.03026
4
  datasets:
5
  - common_voice
6
+ - NST_Swedish_ASR_Database
7
  - P4
8
  metrics:
9
  - wer
 
76
  print("Reference:", test_dataset["sentence"][:2])
77
  ```
78
 
79
+ ## Citation
80
+
81
+ https://arxiv.org/abs/2205.03026
82
+
83
+ ```
84
+ @misc{malmsten2022hearing,
85
+ title={Hearing voices at the National Library -- a speech corpus and acoustic model for the Swedish language},
86
+ author={Martin Malmsten and Chris Haffenden and Love Börjeson},
87
+ year={2022},
88
+ eprint={2205.03026},
89
+ archivePrefix={arXiv},
90
+ primaryClass={cs.CL}
91
+ }
92
+ ```