readme
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ The model relies on Local-Sparse-Global attention to handle long sequences:
|
|
60 |
![attn](attn.png)
|
61 |
|
62 |
The model has about ~145 millions parameters (6 encoder layers - 6 decoder layers). \
|
63 |
-
The model is warm started from BART-base, converted to handle long sequences (encoder only) and fine tuned.
|
64 |
|
65 |
## Intended uses & limitations
|
66 |
|
|
|
60 |
![attn](attn.png)
|
61 |
|
62 |
The model has about ~145 millions parameters (6 encoder layers - 6 decoder layers). \
|
63 |
+
The model is warm started from BART-base, converted to handle long sequences (encoder only) and fine tuned.
|
64 |
|
65 |
## Intended uses & limitations
|
66 |
|
attn.png
ADDED