ccdv commited on
Commit
be797c5
1 Parent(s): da22152
Files changed (2) hide show
  1. README.md +1 -1
  2. attn.png +0 -0
README.md CHANGED
@@ -66,7 +66,7 @@ The model relies on Local-Sparse-Global attention to handle long sequences:
66
  ![attn](attn.png)
67
 
68
  The model has about ~145 millions parameters (6 encoder layers - 6 decoder layers). \
69
- The model is warm started from BART-base, converted to handle long sequences (encoder only) and fine tuned. \
70
 
71
  ## Intended uses & limitations
72
 
66
  ![attn](attn.png)
67
 
68
  The model has about ~145 millions parameters (6 encoder layers - 6 decoder layers). \
69
+ The model is warm started from BART-base, converted to handle long sequences (encoder only) and fine tuned.
70
 
71
  ## Intended uses & limitations
72
 
attn.png ADDED