Commit ·
b08bc62
1
Parent(s): f070389
Updated citation
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
`bart-small` is a lighter version of `bart-base` with less attention heads, smaller FFT and smaller hidden-size.
|
| 2 |
|
| 3 |
More details can be found [here](https://github.com/lucadiliello/bart-small).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
`bart-small` is a lighter version of `bart-base` with less attention heads, smaller FFT and smaller hidden-size.
|
| 2 |
|
| 3 |
More details can be found [here](https://github.com/lucadiliello/bart-small).
|
| 4 |
+
|
| 5 |
+
# Citation
|
| 6 |
+
|
| 7 |
+
```tex
|
| 8 |
+
@software{Di_Liello_bart-small,
|
| 9 |
+
author = {Di Liello, Luca},
|
| 10 |
+
license = {GPL-2.0},
|
| 11 |
+
title = {{bart-small}},
|
| 12 |
+
url = {https://github.com/lucadiliello/bart-small}
|
| 13 |
+
}
|
| 14 |
+
```
|
| 15 |
+
|