Add Acknowledgements to README
Browse files
README.md
CHANGED
|
@@ -80,4 +80,9 @@ output_ids = model.generate(
|
|
| 80 |
tok.decode(output_ids[0])
|
| 81 |
# '</s><s> Jag har ätit en utsökt middag på restaurang vid havet på restaurang. Jag har varit på restaurang i två dagar... Jag..,..!!!.. Så.. Nu.. Hej.. Vi.. Här.</s>'
|
| 82 |
|
| 83 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
tok.decode(output_ids[0])
|
| 81 |
# '</s><s> Jag har ätit en utsökt middag på restaurang vid havet på restaurang. Jag har varit på restaurang i två dagar... Jag..,..!!!.. Så.. Nu.. Hej.. Vi.. Här.</s>'
|
| 82 |
|
| 83 |
+
```
|
| 84 |
+
|
| 85 |
+
|
| 86 |
+
## Acknowledgements
|
| 87 |
+
|
| 88 |
+
We gratefully acknowledge the HPC RIVR consortium ([www.hpc-rivr.si](https://www.hpc-rivr.si/)) and EuroHPC JU ([eurohpc-ju.europa.eu/](https://eurohpc-ju.europa.eu/)) for funding this research by providing computing resources of the HPC system Vega at the Institute of Information Science ([www.izum.si](https://www.izum.si/)).
|