Ansu commited on
Commit
f3b281e
·
verified ·
1 Parent(s): 99acbfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -153,4 +153,7 @@ with torch.no_grad():
153
  predicted_ids = torch.argmax(logits, dim=-1)
154
  transcription = processor.batch_decode(predicted_ids)
155
  print(transcription[0])
156
- ```
 
 
 
 
153
  predicted_ids = torch.argmax(logits, dim=-1)
154
  transcription = processor.batch_decode(predicted_ids)
155
  print(transcription[0])
156
+ ```
157
+
158
+ # Acknowledgements
159
+ This work has been partially supported by the Basque Government (IKER-GAITU project), the Spanish Ministry for Digital Transformation and of Civil Service, and the EU-funded NextGenerationEU Recovery, Transformation and Resilience Plan (ILENIA project, 2022/TL-22/00215335 & ALIA).