ccdv commited on
Commit
81f9e70
1 Parent(s): 59f8fad
Files changed (2) hide show
  1. README.md +1 -1
  2. attn.png +0 -0
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